@charset "UTF-8";
/* /home/www-data/deploys/courtage-dev/env-a/immoWEB2/websites/base/css/variables.scss */
/* Responsive : these steps are used on responsive scss and on some function like columns */
/* Layout */
/* Colors
    - bg = background
    - ct = color of text
    - bc = border-color
    - bw = border-width
    - h = hover
    - s = selected
    - d = disabled
    - p = placeholder
    - sep = separator
*/
/* /home/www-data/deploys/courtage-dev/env-a/immoWEB2/websites/standard-pelican-template/css/variables.scss */
/* Layout */
/* Colors
    - bg = background
    - bgt = background transparent
    - ct = color of text
    - ci = color of icon
    - bc = border-color
    - bw = border-width
    - h = hover
    - s = selected
    - d = disabled
    - p = placeholder
    - sep = separator
*/
/* true means dark; false means light; */
/* /home/www-data/deploys/courtage-dev/env-a/immoWEB2/websites/10000-dreamo/css/variables.scss */
/* Primitives */
/* Color Tokens */
/* Typography  */
@import url("https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&display=swap");
/* Box-shadows */
/* /home/www-data/deploys/courtage-dev/env-a/immoWEB2/websites/base/css/base.scss */
/*----- Normalize -----*/
/* 
 * Add overlay text on pictures (eg. in Off Market mode).
 * Defined at the top of the css to avoid overriding other images rules like in ".cms_part img".
*/
.image-overlay-wrapper {
  position: relative;
  display: block;
  margin: 0 auto;
  /* centers horizontally */
  height: 100%;
}
.image-overlay-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}
.image-overlay-wrapper p {
  color: white;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.75rem;
  text-transform: uppercase;
  pointer-events: none;
  /* Ensures text doesn't interfere with image interaction */
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  z-index: 7;
}
html {
  line-height: 1.3;
  /* Correct the line height in all browsers */
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
}
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}
hr {
  box-sizing: content-box;
  /* Add the correct box sizing in Firefox. */
  height: 0;
  overflow: visible;
  /* Show the overflow in Edge and IE. */
}
pre {
  font-family: monospace, monospace;
  /* Correct the inheritance and scaling of font size in all browsers. */
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers. */
}
a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10. */
}
abbr[title] {
  border-bottom: none;
  /* Remove the bottom border in Chrome 57- */
  text-decoration: underline;
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
  text-decoration: underline dotted;
}
b, strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari. */
}
code, kbd, samp {
  font-family: monospace, monospace;
  /* Correct the inheritance and scaling of font size in all browsers. */
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers. */
}
small {
  font-size: 80%;
  /* Add the correct font size in all browsers. */
}
/* Prevent `sub` and `sup` elements from affecting the line height in all browsers. */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
  /* Remove the border on images inside links in IE 10. */
}
.description_box .text p {
  /* display same space as in BE 244113 */
  min-height: 1em;
}
.description_box .text ul {
  /* display spaces similar to BE before and after ul #242689 */
  margin-top: 1em;
  margin-bottom: 1em;
}
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* Change the font styles in all browsers. */
  font-size: 100%;
  line-height: 1.3;
  margin: 0;
  /* Remove the margin in Firefox and Safari. */
}
button, input {
  overflow: visible;
  /* Show the overflow in IE and Edge. */
}
button, select {
  text-transform: none;
  /* Remove the inheritance of text transform in Edge, Firefox, and IE. */
}
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari. */
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  /* Remove the inner border and padding in Firefox. */
  padding: 0;
}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
  /* Restore the focus styles unset by the previous rule. */
}
.button[disabled], .button.disabled, button[disabled], button.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.7;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
  /* Correct the padding in Firefox. */
}
/*
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out fieldset` elements in all browsers.
*/
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
progress {
  vertical-align: baseline;
  /* Add the correct vertical alignment in Chrome, Firefox, and Opera. */
}
textarea {
  overflow: auto;
  /* Remove the default vertical scrollbar in IE 10+. */
}
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  /* Add the correct box sizing in IE 10. */
  padding: 0;
  /* Remove the padding in IE 10. */
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome. */
}
[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari. */
  outline-offset: -2px;
  /* Correct the outline style in Safari. */
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS. */
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari. */
  font: inherit;
  /* Change font properties to `inherit` in Safari. */
}
details {
  display: block;
  /* Add the correct display in Edge, IE 10+, and Firefox. */
}
summary {
  display: list-item;
  /* Add the correct display in all browsers. */
}
template {
  display: none;
  /* Add the correct display in IE 10+. */
}
/* Add the correct display in IE 10. */
[hidden] {
  display: none;
}
/* Debug transition effect when page is loaded */
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}
address {
  font-style: normal;
}
/*----- General -----*/
*, *:after, *:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-smooth: always;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "lnum";
  font-family: Arial, sans-serif;
  outline: 0;
  margin: 0;
  padding: 0;
}
body {
  background: #FFFFFF;
  color: #000000;
  font-size: 16px;
  position: relative;
}
body.noscroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
}
#main {
  position: relative;
}
a, .action_js {
  text-decoration: none;
  color: #005681;
  transition: 0.2s color, 0.2s background, 0.2s border, 0.2s opacity;
  cursor: pointer;
}
a:hover, .action_js:hover {
  color: #004466;
}
a.inactive, a.inactive:hover, .action_js.inactive, .action_js.inactive:hover {
  cursor: default;
  color: white;
}
a svg *, .action_js svg * {
  transition: 0.2s fill, 0.2s stroke, 0.2s opacity;
}
label, label .label_text {
  transition: 0.2s color, 0.2s background, 0.2s border, 0.2s opacity, 0.2s transform ease-in-out, 0.2s margin ease-in-out;
}
.field_and_or {
  padding-left: 20px;
}
h1, h2 {
  font-weight: 700;
  margin-bottom: 1.5vh;
}
h3, h4, .h3, .h4 {
  font-weight: 500;
  margin-bottom: 0.75vh;
}
h5, h6 {
  font-weight: 400;
  margin-bottom: 0.25vh;
}
h1 {
  font-size: 1.8em;
}
section h1 {
  margin: 0 0 2vh;
  text-align: center;
  color: #000000;
}
h2 {
  font-size: 1.5em;
}
h3, .h3 {
  font-size: 1.4em;
}
h4, .h4 {
  font-size: 1.2em;
}
h5 {
  font-size: 1.1em;
}
h6 {
  font-size: 1em;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
section {
  padding: 5vh 0;
}
.section_light {
  background: #FFFFFF;
}
.section_dark {
  background: #f2f2f2;
  color: #000000;
}
#global {
  position: relative;
}
header .inner_content, footer .inner_content, section .inner_content, .cookies_popup_wrapper .inner_content {
  max-width: 1600px;
  margin: 0 auto;
  width: 80%;
  position: relative;
}
.main_navigation .inner_content {
  max-width: none;
  margin: 0;
  width: auto;
  position: static;
}
.hide {
  display: none !important;
}
.hidden_anchor {
  height: 0;
  max-height: 0;
  overflow: hidden;
  margin: 0 !important;
}
.unstyled_list {
  list-style: none;
}
.flex {
  display: flex;
}
.flex.flex_space_between {
  justify-content: space-between;
}
.flex.j-center {
  justify-content: center;
}
.wrap {
  flex-wrap: wrap;
}
.align_left {
  text-align: left;
}
.align_right {
  text-align: right;
}
[data-overlib] {
  cursor: pointer;
}
input[data-overlib], textarea[data-overlib] {
  cursor: text;
}
.icon_info_overlib svg, .user_management .user_selection_title .icon_info_overlib svg {
  position: relative;
  width: 0.75em;
  height: 0.75em;
  vertical-align: super;
  margin-left: 0.3em;
}
#overlib {
  position: fixed;
  background: #e6e6e6;
  color: #000000;
  border: 1px solid #DFDFDF;
  border-radius: 3px;
  z-index: 1500;
  display: none;
  padding: 0.5vh 0.5vw;
  margin: 1em 0 0 1em;
  max-width: 300px;
}
#overlib.displayed {
  display: block;
}
.js_loader {
  display: none;
}
.onloading {
  position: relative;
}
.onloading > .js_loader {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 24;
}
.onloading > .js_loader .js_loader_icon {
  position: sticky;
  top: 0;
  margin: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  max-height: 100vh;
  max-width: 100vw;
}
.onloading > .js_loader .js_loader_icon svg {
  width: 3em;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.onloading > .js_loader .js_loader_icon svg * {
  fill: #000000;
}
.onloading.input, .onloading.button {
  position: static;
}
.onloading.input > .js_loader, .onloading.button > .js_loader {
  background: none;
}
.onloading.input > .js_loader .js_loader_icon, .onloading.button > .js_loader .js_loader_icon {
  margin-right: 0.75em;
}
.onloading.input > .js_loader .js_loader_icon svg, .onloading.button > .js_loader .js_loader_icon svg {
  width: 2em;
}
.autocomplete.onloading .js_loader, .input_autocomplete_multiple.onloading .js_loader {
  left: unset;
  right: 0;
  width: 2.5em;
  background: none;
}
.autocomplete.onloading .js_loader .js_loader_icon svg, .input_autocomplete_multiple.onloading .js_loader .js_loader_icon svg {
  width: 1.6em;
}
body.onloading .js_loader {
  position: fixed;
}
.infinite_loader.onloading {
  margin-top: 30px;
  height: 3em;
}
.clear {
  clear: both;
}
/*----- Header -----*/
header {
  position: relative;
  z-index: 95;
}
header.header_scrollup, header.header_fixed {
  position: fixed;
  width: 100%;
  top: 0;
  transition: transform 0.5s ease;
}
.scope_messenger_show header.header_scrollup, .scope_messenger_show header.header_fixed {
  position: absolute;
}
header h1 {
  color: #005681;
}
header.scrollDown {
  transform: translateY(-100%);
}
header.header_scrollup.fakeheader_loading, header.header_fixed.fakeheader_loading {
  position: relative;
}
header.header_static.nofakeheader {
  position: absolute;
  width: 100%;
}
.fakeheader {
  width: 100%;
  position: relative;
}
#header_top {
  background: #FFFFFF;
  color: #005681;
}
#header_top .inner_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header_content {
  display: flex;
  padding: 1vh 0;
}
#logo {
  margin: auto;
}
#logo a {
  color: #fff;
}
#logo svg {
  width: 100%;
}
#logo img {
  min-width: 150px;
}
#logo .logo.logo-mobile, .footer_logo .logo.logo-mobile {
  display: block;
}
#logo .logo, .footer_logo .logo {
  display: block;
}
#logo .logo-mobile, .footer_logo .logo-mobile {
  display: none;
}
.menu_button {
  padding: 10px;
  display: block;
}
.menu_button .cross svg {
  width: 25px;
  height: 25px;
  cursor: pointer;
  transform: translate3d(0, 0, 0);
  display: block;
}
.menu_button .cross svg path {
  fill: none;
  transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  stroke-width: 30px;
  stroke-linecap: round;
  stroke-dashoffset: 0px;
  stroke: #005681;
}
.menu_button .cross svg path#top, .menu_button .cross svg path#bottom {
  stroke-dasharray: 240px 950px;
}
.menu_button .cross svg circle {
  transition: all 0.4s;
  opacity: 1;
  transition-delay: 0.4s;
}
.menu_button .cross.open circle {
  opacity: 0;
  transition-delay: 0s;
}
.menu_button .cross.open path#top, .menu_button .cross.open path#bottom {
  stroke-dashoffset: -650px;
  stroke-dashoffset: -650px;
}
.menu_button .cross.open path#middle {
  stroke-dashoffset: -115px;
  stroke-dasharray: 1px 220px;
}
.main_navigation {
  background: transparent;
  color: #005681;
  display: block;
}
.main_navigation #nav_content {
  justify-content: center;
}
.main_navigation .nav_item {
  position: relative;
  white-space: nowrap;
  padding: 0.5em 1em;
}
.main_navigation #nav_content > .nav_item {
  font-size: 1.1em;
}
.main_navigation .nav_item > a {
  color: #005681;
}
.main_navigation .nav_item:hover > a {
  color: #004466;
}
.main_navigation .nav_item.selected > a {
  color: #004466;
}
.main_navigation .nav_submenu {
  display: none;
  position: absolute;
  background: #ffffff;
  margin: 0 -1em;
  padding: 0.5em 0;
  z-index: 1;
}
.main_navigation .nav_submenu .nav_item > a {
  color: #015681;
}
.main_navigation .nav_submenu .nav_item:hover > a {
  color: #015681;
}
.main_navigation .nav_submenu .nav_item.selected > a {
  color: #015681;
}
.main_navigation .nav_item_submenu:hover .nav_submenu {
  display: block;
}
.nav_mobile {
  display: none;
  cursor: pointer;
  /*position: absolute;
    top:50%;
    transform:translateY(-50%);
    right:-0;*/
}
.menu_top {
  margin: auto -0.75em;
  font-size: 0.85em;
  color: #005681;
}
.menu_top_part {
  align-items: center;
  margin: auto 0.5em;
}
.menu_top_part .menu_top_item {
  padding: 0.25em;
}
.menu_top_part .menu_top_item.selected {
  color: #004466;
}
.menu_top_part .menu_top_item.selected a {
  color: #004466;
}
.menu_top_part a {
  color: #005681;
}
.menu_top_part a:hover {
  color: #004466;
}
.menu_top_part a:hover svg * {
  fill: #004466;
}
.menu_top_part a.selected {
  color: #004466;
}
.menu_top_part a.selected svg * {
  fill: #004466;
}
.menu_top_part svg {
  width: 1.33em;
  height: 1.33em;
}
.menu_top_part svg * {
  fill: #005681;
}
.menu_top_part.menu_favorites {
  position: relative;
}
.menu_top_part.menu_favorites .favorites_count {
  position: absolute;
  background-color: #005681;
  color: #FFFFFF;
  text-align: center;
  top: -7px;
  right: -10px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  font-size: 10px;
  line-height: 15px;
}
.menu_top_part.menu_login .login_icon {
  margin: auto 0.5em;
  position: relative;
}
.menu_top_part.menu_login .login_icon .notification {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  text-align: center;
  font-size: 10px;
  background: #eb0037;
  color: #ffffff;
  top: -12px;
  right: -7px;
}
.menu_langs .select_content .selected_item, .menu_currencies .select_content .selected_item {
  display: none;
}
.profile_menu {
  position: relative;
}
.profile_menu .profile_submenu {
  display: none;
  background: #ffffff;
  position: absolute;
  z-index: 75;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.2em 0;
}
.profile_menu:hover .profile_submenu {
  display: block;
}
.profile_menu .profile_infos {
  color: #015681;
  padding: 0.4em 1em;
  border-bottom: 1px solid #04aafd;
  margin-bottom: 0.2em;
}
.profile_menu .profile_submenu_item {
  padding: 0.4em 1em;
  display: block;
  position: relative;
  color: #015681;
  white-space: nowrap;
}
.profile_menu .profile_submenu_item:hover {
  color: #015681;
}
.profile_menu .profile_submenu_item.selected {
  color: #015681;
}
.profile_menu .profile_submenu_item span.notification {
  border-radius: 50%;
  width: 14px;
  height: 14px;
  text-align: center;
  font-size: 10px;
  background: #eb0037;
  color: #ffffff;
  top: 4px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  margin-left: 2px;
}
/*----- Footer -----*/
footer {
  background: #063853;
  color: #ffffff;
  position: relative;
}
footer #footer_content {
  justify-content: space-between;
  padding: 2vh 0;
  margin: 0 -15px;
  font-size: 0.85em;
}
footer .footer_col {
  width: calc(25% - 30px);
  margin: 15px;
}
footer .footer_col li {
  text-transform: uppercase;
}
footer #footer_copyright {
  background: #063853;
  color: #ffffff;
  text-align: center;
  padding: 0.75vh 0;
  font-size: 0.75em;
}
footer h3, footer .h3 {
  margin-bottom: 0.25em;
  font-weight: normal;
}
footer .footer_row {
  margin-top: 0;
  margin-bottom: 0.125em;
}
footer button, footer .button {
  margin-top: 0.5em;
}
.social_networks a {
  display: inline-block;
  margin-right: 1em;
}
.social_networks a:last-child {
  margin-right: 0;
}
.social_networks a svg {
  display: block;
  width: 2.3em;
  height: 2.3em;
}
/*----- Errors -----*/
.error_content {
  text-align: center;
}
.error_content .inner_content {
  width: 50%;
}
.error_content div.error {
  text-align: left;
  padding: 5px;
  border: 2px solid #333;
}
.error_content div.error h4 {
  margin-bottom: 20px;
  color: red;
}
.error_content div.error table.trace td {
  padding: 5px;
  white-space: nowrap;
}
.error_content img {
  max-width: 300px;
  margin: 0 auto;
}
.error_content .button {
  margin: 5px;
}
/*----- Buttons -----*/
button, .button {
  padding: 0.7em 1em;
  display: inline-block;
  transition: 0.2s color, 0.2s background, 0.2s border, 0.2s opacity;
}
button:not(.inactive), .button:not(.inactive) {
  cursor: pointer;
}
button, button.inactive:hover, .button, .button.inactive:hover {
  background: #005681;
  color: #ffffff;
  border: 1px solid #005681;
}
button svg *, button.inactive:hover svg *, .button svg *, .button.inactive:hover svg * {
  fill: #ffffff;
}
button:hover, button:focus, .button:hover, .button:focus {
  background: #004466;
  color: #FFFFFF;
  border-color: #004466;
}
button:hover svg *, button:focus svg *, .button:hover svg *, .button:focus svg * {
  fill: #FFFFFF;
}
.button_container {
  margin-top: 40px;
  text-align: center;
}
/*----- Inputs & selects -----*/
input[type=text], input[type=password], input[type=email], input[type=tel], input[type=number], input[type=date], input[type=time], input[type=url], textarea, select, .multiselect, .input {
  text-align: left;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-size: 1em;
  transition: 0.2s color, 0.2s background-color, 0.2s opacity, 0.2s border ease-in-out, 0.2s box-shadow ease-in-out;
  background: none;
  border: 0;
  padding: 0;
}
input[type=text]:not(.simple_layout), input[type=password]:not(.simple_layout), input[type=email]:not(.simple_layout), input[type=tel]:not(.simple_layout), input[type=number]:not(.simple_layout), input[type=date]:not(.simple_layout), input[type=time]:not(.simple_layout), input[type=url]:not(.simple_layout), textarea:not(.simple_layout), select:not(.simple_layout), .multiselect:not(.simple_layout), .input:not(.simple_layout) {
  background-color: #FFFFFF;
  border: 1px solid #eaeaea;
  color: #000000;
  padding: 0.7em 1em;
  border-radius: 0;
}
input[type=text]:not(.simple_layout):hover, input[type=text]:not(.simple_layout):focus, input[type=text]:not(.simple_layout).focus, input[type=password]:not(.simple_layout):hover, input[type=password]:not(.simple_layout):focus, input[type=password]:not(.simple_layout).focus, input[type=email]:not(.simple_layout):hover, input[type=email]:not(.simple_layout):focus, input[type=email]:not(.simple_layout).focus, input[type=tel]:not(.simple_layout):hover, input[type=tel]:not(.simple_layout):focus, input[type=tel]:not(.simple_layout).focus, input[type=number]:not(.simple_layout):hover, input[type=number]:not(.simple_layout):focus, input[type=number]:not(.simple_layout).focus, input[type=date]:not(.simple_layout):hover, input[type=date]:not(.simple_layout):focus, input[type=date]:not(.simple_layout).focus, input[type=time]:not(.simple_layout):hover, input[type=time]:not(.simple_layout):focus, input[type=time]:not(.simple_layout).focus, input[type=url]:not(.simple_layout):hover, input[type=url]:not(.simple_layout):focus, input[type=url]:not(.simple_layout).focus, textarea:not(.simple_layout):hover, textarea:not(.simple_layout):focus, textarea:not(.simple_layout).focus, select:not(.simple_layout):hover, select:not(.simple_layout):focus, select:not(.simple_layout).focus, .multiselect:not(.simple_layout):hover, .multiselect:not(.simple_layout):focus, .multiselect:not(.simple_layout).focus, .input:not(.simple_layout):hover, .input:not(.simple_layout):focus, .input:not(.simple_layout).focus {
  background-color: #ffffff;
  border-color: #eaeaea;
  color: #000000;
}
input[type=text]:not(.simple_layout):hover + label, input[type=text]:not(.simple_layout):hover .placeholder, input[type=text]:not(.simple_layout):focus + label, input[type=text]:not(.simple_layout):focus .placeholder, input[type=text]:not(.simple_layout).focus + label, input[type=text]:not(.simple_layout).focus .placeholder, input[type=password]:not(.simple_layout):hover + label, input[type=password]:not(.simple_layout):hover .placeholder, input[type=password]:not(.simple_layout):focus + label, input[type=password]:not(.simple_layout):focus .placeholder, input[type=password]:not(.simple_layout).focus + label, input[type=password]:not(.simple_layout).focus .placeholder, input[type=email]:not(.simple_layout):hover + label, input[type=email]:not(.simple_layout):hover .placeholder, input[type=email]:not(.simple_layout):focus + label, input[type=email]:not(.simple_layout):focus .placeholder, input[type=email]:not(.simple_layout).focus + label, input[type=email]:not(.simple_layout).focus .placeholder, input[type=tel]:not(.simple_layout):hover + label, input[type=tel]:not(.simple_layout):hover .placeholder, input[type=tel]:not(.simple_layout):focus + label, input[type=tel]:not(.simple_layout):focus .placeholder, input[type=tel]:not(.simple_layout).focus + label, input[type=tel]:not(.simple_layout).focus .placeholder, input[type=number]:not(.simple_layout):hover + label, input[type=number]:not(.simple_layout):hover .placeholder, input[type=number]:not(.simple_layout):focus + label, input[type=number]:not(.simple_layout):focus .placeholder, input[type=number]:not(.simple_layout).focus + label, input[type=number]:not(.simple_layout).focus .placeholder, input[type=date]:not(.simple_layout):hover + label, input[type=date]:not(.simple_layout):hover .placeholder, input[type=date]:not(.simple_layout):focus + label, input[type=date]:not(.simple_layout):focus .placeholder, input[type=date]:not(.simple_layout).focus + label, input[type=date]:not(.simple_layout).focus .placeholder, input[type=time]:not(.simple_layout):hover + label, input[type=time]:not(.simple_layout):hover .placeholder, input[type=time]:not(.simple_layout):focus + label, input[type=time]:not(.simple_layout):focus .placeholder, input[type=time]:not(.simple_layout).focus + label, input[type=time]:not(.simple_layout).focus .placeholder, input[type=url]:not(.simple_layout):hover + label, input[type=url]:not(.simple_layout):hover .placeholder, input[type=url]:not(.simple_layout):focus + label, input[type=url]:not(.simple_layout):focus .placeholder, input[type=url]:not(.simple_layout).focus + label, input[type=url]:not(.simple_layout).focus .placeholder, textarea:not(.simple_layout):hover + label, textarea:not(.simple_layout):hover .placeholder, textarea:not(.simple_layout):focus + label, textarea:not(.simple_layout):focus .placeholder, textarea:not(.simple_layout).focus + label, textarea:not(.simple_layout).focus .placeholder, select:not(.simple_layout):hover + label, select:not(.simple_layout):hover .placeholder, select:not(.simple_layout):focus + label, select:not(.simple_layout):focus .placeholder, select:not(.simple_layout).focus + label, select:not(.simple_layout).focus .placeholder, .multiselect:not(.simple_layout):hover + label, .multiselect:not(.simple_layout):hover .placeholder, .multiselect:not(.simple_layout):focus + label, .multiselect:not(.simple_layout):focus .placeholder, .multiselect:not(.simple_layout).focus + label, .multiselect:not(.simple_layout).focus .placeholder, .input:not(.simple_layout):hover + label, .input:not(.simple_layout):hover .placeholder, .input:not(.simple_layout):focus + label, .input:not(.simple_layout):focus .placeholder, .input:not(.simple_layout).focus + label, .input:not(.simple_layout).focus .placeholder {
  color: #000000;
}
input[type=text]:not(.simple_layout).inactive, input[type=text]:not(.simple_layout).inactive:hover, input[type=text]:not(.simple_layout).inactive:focus, input[type=text]:not(.simple_layout).inactive.focus, input[type=text]:not(.simple_layout)[disabled], input[type=text]:not(.simple_layout)[disabled]:hover, input[type=text]:not(.simple_layout)[disabled]:focus, input[type=text]:not(.simple_layout)[disabled].focus, input[type=text]:not(.simple_layout).disabled, input[type=text]:not(.simple_layout).disabled:hover, input[type=text]:not(.simple_layout).disabled:focus, input[type=text]:not(.simple_layout).disabled.focus, input[type=password]:not(.simple_layout).inactive, input[type=password]:not(.simple_layout).inactive:hover, input[type=password]:not(.simple_layout).inactive:focus, input[type=password]:not(.simple_layout).inactive.focus, input[type=password]:not(.simple_layout)[disabled], input[type=password]:not(.simple_layout)[disabled]:hover, input[type=password]:not(.simple_layout)[disabled]:focus, input[type=password]:not(.simple_layout)[disabled].focus, input[type=password]:not(.simple_layout).disabled, input[type=password]:not(.simple_layout).disabled:hover, input[type=password]:not(.simple_layout).disabled:focus, input[type=password]:not(.simple_layout).disabled.focus, input[type=email]:not(.simple_layout).inactive, input[type=email]:not(.simple_layout).inactive:hover, input[type=email]:not(.simple_layout).inactive:focus, input[type=email]:not(.simple_layout).inactive.focus, input[type=email]:not(.simple_layout)[disabled], input[type=email]:not(.simple_layout)[disabled]:hover, input[type=email]:not(.simple_layout)[disabled]:focus, input[type=email]:not(.simple_layout)[disabled].focus, input[type=email]:not(.simple_layout).disabled, input[type=email]:not(.simple_layout).disabled:hover, input[type=email]:not(.simple_layout).disabled:focus, input[type=email]:not(.simple_layout).disabled.focus, input[type=tel]:not(.simple_layout).inactive, input[type=tel]:not(.simple_layout).inactive:hover, input[type=tel]:not(.simple_layout).inactive:focus, input[type=tel]:not(.simple_layout).inactive.focus, input[type=tel]:not(.simple_layout)[disabled], input[type=tel]:not(.simple_layout)[disabled]:hover, input[type=tel]:not(.simple_layout)[disabled]:focus, input[type=tel]:not(.simple_layout)[disabled].focus, input[type=tel]:not(.simple_layout).disabled, input[type=tel]:not(.simple_layout).disabled:hover, input[type=tel]:not(.simple_layout).disabled:focus, input[type=tel]:not(.simple_layout).disabled.focus, input[type=number]:not(.simple_layout).inactive, input[type=number]:not(.simple_layout).inactive:hover, input[type=number]:not(.simple_layout).inactive:focus, input[type=number]:not(.simple_layout).inactive.focus, input[type=number]:not(.simple_layout)[disabled], input[type=number]:not(.simple_layout)[disabled]:hover, input[type=number]:not(.simple_layout)[disabled]:focus, input[type=number]:not(.simple_layout)[disabled].focus, input[type=number]:not(.simple_layout).disabled, input[type=number]:not(.simple_layout).disabled:hover, input[type=number]:not(.simple_layout).disabled:focus, input[type=number]:not(.simple_layout).disabled.focus, input[type=date]:not(.simple_layout).inactive, input[type=date]:not(.simple_layout).inactive:hover, input[type=date]:not(.simple_layout).inactive:focus, input[type=date]:not(.simple_layout).inactive.focus, input[type=date]:not(.simple_layout)[disabled], input[type=date]:not(.simple_layout)[disabled]:hover, input[type=date]:not(.simple_layout)[disabled]:focus, input[type=date]:not(.simple_layout)[disabled].focus, input[type=date]:not(.simple_layout).disabled, input[type=date]:not(.simple_layout).disabled:hover, input[type=date]:not(.simple_layout).disabled:focus, input[type=date]:not(.simple_layout).disabled.focus, input[type=time]:not(.simple_layout).inactive, input[type=time]:not(.simple_layout).inactive:hover, input[type=time]:not(.simple_layout).inactive:focus, input[type=time]:not(.simple_layout).inactive.focus, input[type=time]:not(.simple_layout)[disabled], input[type=time]:not(.simple_layout)[disabled]:hover, input[type=time]:not(.simple_layout)[disabled]:focus, input[type=time]:not(.simple_layout)[disabled].focus, input[type=time]:not(.simple_layout).disabled, input[type=time]:not(.simple_layout).disabled:hover, input[type=time]:not(.simple_layout).disabled:focus, input[type=time]:not(.simple_layout).disabled.focus, input[type=url]:not(.simple_layout).inactive, input[type=url]:not(.simple_layout).inactive:hover, input[type=url]:not(.simple_layout).inactive:focus, input[type=url]:not(.simple_layout).inactive.focus, input[type=url]:not(.simple_layout)[disabled], input[type=url]:not(.simple_layout)[disabled]:hover, input[type=url]:not(.simple_layout)[disabled]:focus, input[type=url]:not(.simple_layout)[disabled].focus, input[type=url]:not(.simple_layout).disabled, input[type=url]:not(.simple_layout).disabled:hover, input[type=url]:not(.simple_layout).disabled:focus, input[type=url]:not(.simple_layout).disabled.focus, textarea:not(.simple_layout).inactive, textarea:not(.simple_layout).inactive:hover, textarea:not(.simple_layout).inactive:focus, textarea:not(.simple_layout).inactive.focus, textarea:not(.simple_layout)[disabled], textarea:not(.simple_layout)[disabled]:hover, textarea:not(.simple_layout)[disabled]:focus, textarea:not(.simple_layout)[disabled].focus, textarea:not(.simple_layout).disabled, textarea:not(.simple_layout).disabled:hover, textarea:not(.simple_layout).disabled:focus, textarea:not(.simple_layout).disabled.focus, select:not(.simple_layout).inactive, select:not(.simple_layout).inactive:hover, select:not(.simple_layout).inactive:focus, select:not(.simple_layout).inactive.focus, select:not(.simple_layout)[disabled], select:not(.simple_layout)[disabled]:hover, select:not(.simple_layout)[disabled]:focus, select:not(.simple_layout)[disabled].focus, select:not(.simple_layout).disabled, select:not(.simple_layout).disabled:hover, select:not(.simple_layout).disabled:focus, select:not(.simple_layout).disabled.focus, .multiselect:not(.simple_layout).inactive, .multiselect:not(.simple_layout).inactive:hover, .multiselect:not(.simple_layout).inactive:focus, .multiselect:not(.simple_layout).inactive.focus, .multiselect:not(.simple_layout)[disabled], .multiselect:not(.simple_layout)[disabled]:hover, .multiselect:not(.simple_layout)[disabled]:focus, .multiselect:not(.simple_layout)[disabled].focus, .multiselect:not(.simple_layout).disabled, .multiselect:not(.simple_layout).disabled:hover, .multiselect:not(.simple_layout).disabled:focus, .multiselect:not(.simple_layout).disabled.focus, .input:not(.simple_layout).inactive, .input:not(.simple_layout).inactive:hover, .input:not(.simple_layout).inactive:focus, .input:not(.simple_layout).inactive.focus, .input:not(.simple_layout)[disabled], .input:not(.simple_layout)[disabled]:hover, .input:not(.simple_layout)[disabled]:focus, .input:not(.simple_layout)[disabled].focus, .input:not(.simple_layout).disabled, .input:not(.simple_layout).disabled:hover, .input:not(.simple_layout).disabled:focus, .input:not(.simple_layout).disabled.focus {
  background-color: #FFFFFF;
  border-color: #f7f7f7;
  color: #1a1a1a;
  cursor: default;
}
.multiselect:not(.simple_layout).inactive + label, .multiselect:not(.simple_layout).inactive:hover + label, .multiselect:not(.simple_layout).inactive:focus + label, .multiselect:not(.simple_layout).inactive.focus + label, .multiselect:not(.simple_layout)[disabled] + label, .multiselect:not(.simple_layout)[disabled]:hover + label, .multiselect:not(.simple_layout)[disabled]:focus + label, .multiselect:not(.simple_layout)[disabled].focus + label, .multiselect:not(.simple_layout).disabled + label, .multiselect:not(.simple_layout).disabled:hover + label, .multiselect:not(.simple_layout).disabled:focus + label, .multiselect:not(.simple_layout).disabled.focus + label {
  background-color: #FFFFFF;
  color: #1a1a1a;
  cursor: default;
}
.touchscreen_iphone.browser_safari .multiselect:not(.simple_layout).inactive, .touchscreen_iphone.browser_safari .multiselect:not(.simple_layout)[disabled], .touchscreen_iphone.browser_safari .multiselect:not(.simple_layout).disabled {
  opacity: 0.4;
}
.optional_field {
  font-size: 0.75em;
  opacity: 0.75;
  font-style: italic;
  padding-right: 2px;
}
.row_required .optional_field {
  display: none;
}
.required_field {
  color: #eb0037;
}
.animated_form .row, .animated_form.row {
  width: 100%;
  height: auto;
  position: relative;
}
.animated_form .row label, .animated_form.row label {
  display: inline-block;
  vertical-align: middle;
}
.animated_form .row label.checkbox, .animated_form.row label.checkbox {
  display: flex;
}
.animated_form .row_sources .multiselect_box:not(.not_empty) + label.placeholder {
  white-space: normal;
}
.animated_form input[type=text] + label, .animated_form input[type=password] + label, .animated_form input[type=email] + label, .animated_form input[type=tel] + label, .animated_form input[type=number] + label, .animated_form input[type=date] + label, .animated_form input[type=time] + label, .animated_form input[type=url] + label, .animated_form textarea + label, .animated_form .multiselect_box + label, .animated_form .input + label {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0.7em 1em;
  cursor: text;
  color: #262626;
  transform: translateX(-2px);
  transform-origin: 0% 100%;
  background-color: #FFFFFF;
  border-radius: 2px;
  padding: 0 3px;
  border: 1px solid transparent;
}
.animated_form input[type=text] + label.placeholder, .animated_form input[type=password] + label.placeholder, .animated_form input[type=email] + label.placeholder, .animated_form input[type=tel] + label.placeholder, .animated_form input[type=number] + label.placeholder, .animated_form input[type=date] + label.placeholder, .animated_form input[type=time] + label.placeholder, .animated_form input[type=url] + label.placeholder, .animated_form textarea + label.placeholder, .animated_form .multiselect_box + label.placeholder, .animated_form .input + label.placeholder {
  pointer-events: none;
  color: #262626;
  white-space: nowrap;
}
.animated_form input[type=text]:focus + label, .animated_form input[type=text].focus + label, .animated_form input[type=text]:hover + label, .animated_form input[type=text].not_empty + label, .animated_form input[type=password]:focus + label, .animated_form input[type=password].focus + label, .animated_form input[type=password]:hover + label, .animated_form input[type=password].not_empty + label, .animated_form input[type=email]:focus + label, .animated_form input[type=email].focus + label, .animated_form input[type=email]:hover + label, .animated_form input[type=email].not_empty + label, .animated_form input[type=tel]:focus + label, .animated_form input[type=tel].focus + label, .animated_form input[type=tel]:hover + label, .animated_form input[type=tel].not_empty + label, .animated_form input[type=number]:focus + label, .animated_form input[type=number].focus + label, .animated_form input[type=number]:hover + label, .animated_form input[type=number].not_empty + label, .animated_form input[type=date]:focus + label, .animated_form input[type=date].focus + label, .animated_form input[type=date]:hover + label, .animated_form input[type=date].not_empty + label, .animated_form input[type=time]:focus + label, .animated_form input[type=time].focus + label, .animated_form input[type=time]:hover + label, .animated_form input[type=time].not_empty + label, .animated_form input[type=url]:focus + label, .animated_form input[type=url].focus + label, .animated_form input[type=url]:hover + label, .animated_form input[type=url].not_empty + label, .animated_form textarea:focus + label, .animated_form textarea.focus + label, .animated_form textarea:hover + label, .animated_form textarea.not_empty + label, .animated_form .multiselect_box:focus + label, .animated_form .multiselect_box.focus + label, .animated_form .multiselect_box:hover + label, .animated_form .multiselect_box.not_empty + label, .animated_form .input:focus + label, .animated_form .input.focus + label, .animated_form .input:hover + label, .animated_form .input.not_empty + label {
  -ms-transform: translateX(-2px) scale(0.75);
  transform: translateX(-2px) scale(0.75);
  margin-top: calc(-0.5em - 4px);
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
}
.animated_form input[type=text]:focus + label, .animated_form input[type=text].focus + label, .animated_form input[type=password]:focus + label, .animated_form input[type=password].focus + label, .animated_form input[type=email]:focus + label, .animated_form input[type=email].focus + label, .animated_form input[type=tel]:focus + label, .animated_form input[type=tel].focus + label, .animated_form input[type=number]:focus + label, .animated_form input[type=number].focus + label, .animated_form input[type=date]:focus + label, .animated_form input[type=date].focus + label, .animated_form input[type=time]:focus + label, .animated_form input[type=time].focus + label, .animated_form input[type=url]:focus + label, .animated_form input[type=url].focus + label, .animated_form textarea:focus + label, .animated_form textarea.focus + label, .animated_form .multiselect_box:focus + label, .animated_form .multiselect_box.focus + label, .animated_form .input:focus + label, .animated_form .input.focus + label {
  background-color: #ffffff;
  color: #262626;
}
.animated_form input[type=text]:hover + label, .animated_form input[type=password]:hover + label, .animated_form input[type=email]:hover + label, .animated_form input[type=tel]:hover + label, .animated_form input[type=number]:hover + label, .animated_form input[type=date]:hover + label, .animated_form input[type=time]:hover + label, .animated_form input[type=url]:hover + label, .animated_form textarea:hover + label, .animated_form .multiselect_box:hover + label, .animated_form .input:hover + label {
  background-color: #ffffff;
  color: #000000;
}
.animated_form input[type=text].inactive + label, .animated_form input[type=text][disabled] + label, .animated_form input[type=text].disabled + label, .animated_form input[type=password].inactive + label, .animated_form input[type=password][disabled] + label, .animated_form input[type=password].disabled + label, .animated_form input[type=email].inactive + label, .animated_form input[type=email][disabled] + label, .animated_form input[type=email].disabled + label, .animated_form input[type=tel].inactive + label, .animated_form input[type=tel][disabled] + label, .animated_form input[type=tel].disabled + label, .animated_form input[type=number].inactive + label, .animated_form input[type=number][disabled] + label, .animated_form input[type=number].disabled + label, .animated_form input[type=date].inactive + label, .animated_form input[type=date][disabled] + label, .animated_form input[type=date].disabled + label, .animated_form input[type=time].inactive + label, .animated_form input[type=time][disabled] + label, .animated_form input[type=time].disabled + label, .animated_form input[type=url].inactive + label, .animated_form input[type=url][disabled] + label, .animated_form input[type=url].disabled + label, .animated_form textarea.inactive + label, .animated_form textarea[disabled] + label, .animated_form textarea.disabled + label, .animated_form .multiselect_box.inactive + label, .animated_form .multiselect_box[disabled] + label, .animated_form .multiselect_box.disabled + label, .animated_form .input.inactive + label, .animated_form .input[disabled] + label, .animated_form .input.disabled + label {
  color: #1a1a1a;
  cursor: default;
  background: #FFFFFF;
}
.animated_form textarea.empty + label.placeholder {
  white-space: normal;
}
.animated_form textarea.focus + label.placeholder {
  white-space: nowrap;
}
.animated_form input::placeholder, .animated_form textarea::placeholder {
  color: transparent !important;
}
.animated_form input::-webkit-input-placeholder, .animated_form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: transparent !important;
}
.animated_form input::-moz-placeholder, .animated_form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: transparent !important;
}
.animated_form input:-moz-placeholder, .animated_form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: transparent !important;
}
.animated_form input:-ms-input-placeholder, .animated_form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: transparent !important;
}
.animated_form .multiselect_box {
  border: none;
  background: none;
}
.animated_form .multiselect_box .multiselect {
  display: block;
}
.animated_form .multiselect_box .multiselect .multiselect_title.placeholder {
  opacity: 0;
}
.animated_form .multiselect_box + label {
  cursor: pointer;
  max-width: calc(100% - 3.2em + 6px);
}
.animated_form aside.box:not(.aside_light) .errorinput + label, .animated_form aside.box:not(.aside_light) .errorinput:hover + label, .animated_form aside.box:not(.aside_light) .errorinput:focus:focus + label, .animated_form aside.box:not(.aside_light) .error input + label, .animated_form aside.box:not(.aside_light) .error input:hover + label, .animated_form aside.box:not(.aside_light) .error input:focus:focus + label, .animated_form aside.box:not(.aside_light) .error input[type=text] + label, .animated_form aside.box:not(.aside_light) .error input[type=text]:hover + label, .animated_form aside.box:not(.aside_light) .error input[type=text]:focus:focus + label, .animated_form aside.box:not(.aside_light) .error input[type=password] + label, .animated_form aside.box:not(.aside_light) .error input[type=password]:hover + label, .animated_form aside.box:not(.aside_light) .error input[type=password]:focus:focus + label, .animated_form aside.box:not(.aside_light) .error input[type=email] + label, .animated_form aside.box:not(.aside_light) .error input[type=email]:hover + label, .animated_form aside.box:not(.aside_light) .error input[type=email]:focus:focus + label, .animated_form aside.box:not(.aside_light) .error input[type=tel] + label, .animated_form aside.box:not(.aside_light) .error input[type=tel]:hover + label, .animated_form aside.box:not(.aside_light) .error input[type=tel]:focus:focus + label, .animated_form aside.box:not(.aside_light) .error input[type=number] + label, .animated_form aside.box:not(.aside_light) .error input[type=number]:hover + label, .animated_form aside.box:not(.aside_light) .error input[type=number]:focus:focus + label, .animated_form aside.box:not(.aside_light) .error input[type=date] + label, .animated_form aside.box:not(.aside_light) .error input[type=date]:hover + label, .animated_form aside.box:not(.aside_light) .error input[type=date]:focus:focus + label, .animated_form aside.box:not(.aside_light) .error input[type=time] + label, .animated_form aside.box:not(.aside_light) .error input[type=time]:hover + label, .animated_form aside.box:not(.aside_light) .error input[type=time]:focus:focus + label, .animated_form aside.box:not(.aside_light) .error input[type=url] + label, .animated_form aside.box:not(.aside_light) .error input[type=url]:hover + label, .animated_form aside.box:not(.aside_light) .error input[type=url]:focus:focus + label, .animated_form aside.box:not(.aside_light) .error textarea + label, .animated_form aside.box:not(.aside_light) .error textarea:hover + label, .animated_form aside.box:not(.aside_light) .error textarea:focus:focus + label, .animated_form aside.box:not(.aside_light) .error .multiselect_box + label, .animated_form aside.box:not(.aside_light) .error .multiselect_box:hover + label, .animated_form aside.box:not(.aside_light) .error .multiselect_box:focus:focus + label, .animated_form .errorinput + label, .animated_form .errorinput:hover + label, .animated_form .errorinput:focus:focus + label, .animated_form .error input + label, .animated_form .error input:hover + label, .animated_form .error input:focus:focus + label, .animated_form .error input[type=text] + label, .animated_form .error input[type=text]:hover + label, .animated_form .error input[type=text]:focus:focus + label, .animated_form .error input[type=password] + label, .animated_form .error input[type=password]:hover + label, .animated_form .error input[type=password]:focus:focus + label, .animated_form .error input[type=email] + label, .animated_form .error input[type=email]:hover + label, .animated_form .error input[type=email]:focus:focus + label, .animated_form .error input[type=tel] + label, .animated_form .error input[type=tel]:hover + label, .animated_form .error input[type=tel]:focus:focus + label, .animated_form .error input[type=number] + label, .animated_form .error input[type=number]:hover + label, .animated_form .error input[type=number]:focus:focus + label, .animated_form .error input[type=date] + label, .animated_form .error input[type=date]:hover + label, .animated_form .error input[type=date]:focus:focus + label, .animated_form .error input[type=time] + label, .animated_form .error input[type=time]:hover + label, .animated_form .error input[type=time]:focus:focus + label, .animated_form .error input[type=url] + label, .animated_form .error input[type=url]:hover + label, .animated_form .error input[type=url]:focus:focus + label, .animated_form .error textarea + label, .animated_form .error textarea:hover + label, .animated_form .error textarea:focus:focus + label, .animated_form .error .multiselect_box + label, .animated_form .error .multiselect_box:hover + label, .animated_form .error .multiselect_box:focus:focus + label {
  color: #eb0037;
}
textarea {
  min-width: 100%;
  max-width: 100%;
  min-height: 2.25em;
}
select, option {
  font-size: 1em;
}
.select.select, .multiselect.multiselect {
  cursor: pointer;
  padding-right: 2.2em;
  display: block;
}
.select.select:after, .multiselect.multiselect:after {
  content: "▾";
  position: absolute;
  right: 1.05em;
  top: 50%;
  transform: translateY(-55%);
}
.select.select.simple_layout, .multiselect.multiselect.simple_layout {
  padding-right: 1.1em;
}
.select.select.simple_layout:after, .multiselect.multiselect.simple_layout:after {
  right: 0;
}
.multiselect_box {
  position: relative;
}
.multiselect_title .counter, .multiselect_title input {
  display: none;
}
.multiselect_content {
  display: none;
  position: absolute;
  min-width: 100%;
  background: #ffffff;
  border: 1px solid #eaeaea;
  border-radius: 0 0 0 0;
  padding: 0.75em 0;
  z-index: 25;
  text-align: left;
  margin-top: -1px;
  max-height: 80vh;
  overflow: auto;
}
.multiselect_content .highlight_separator {
  border-bottom: 1px solid #eaeaea;
  margin: 0.5em 0;
}
.simple_layout + .multiselect_content {
  border-radius: 0;
  margin-top: 2px;
  left: 50%;
  transform: translateX(-50%);
}
.select_box .multiselect_content {
  padding: 0.25em 0;
}
.multiselect_cb:checked + .multiselect_box .multiselect_content {
  display: block;
}
.multiselect_cb:checked + .multiselect_box .multiselect_content.flex {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.multiselect_cb:checked + .multiselect_box .multiselect:not(.simple_layout) {
  border-radius: 0 0 0 0;
  background-color: #ffffff;
  border-color: #eaeaea;
  color: #000000;
}
.animated_form .multiselect_cb:checked + .multiselect_box + label {
  color: #000000;
  background-color: #ffffff;
}
.multiselect_item > label {
  padding: 0.25em 1em;
  white-space: nowrap;
  width: 100%;
}
.multiselect_item.lower_than_selected_min {
  display: none;
}
.select_box .select_item > label {
  padding: 0;
  display: block;
}
.select_box .select_item .cb_input {
  display: none;
}
.select_box .select_item .label_text {
  padding: 0.25em 1em;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.select_box .select_item .label_text:hover {
  background-color: #005681;
  color: #FFFFFF;
}
.select_box .select_item input:checked + .cb_input + .label_text, .select_box .select_item input:checked + .label_text {
  background-color: #005681;
  color: #FFFFFF;
}
.select_box .select_item .select_default_value {
  opacity: 0.75;
  font-style: italic;
}
.select_box .select_item .select_default_value input:checked + .cb_input + .label_text {
  display: none;
}
.placeholder, select option[value=""] {
  color: #262626;
}
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 0.7;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  opacity: 0.7;
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  opacity: 0.7;
}
/* IE hack */
select::-ms-expand {
  display: none;
}
.checkbox {
  display: flex;
  cursor: pointer;
}
.checkbox input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
}
.checkbox input + .cb_input {
  border: 1px solid #eaeaea;
  border-radius: 3px;
  background: #FFFFFF;
  width: 1.33em;
  min-width: 1.33em;
  height: 1.33em;
  vertical-align: text-bottom;
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-size: 1em;
  margin-right: 0.33em;
}
.checkbox input[disabled] + .cb_input, .checkbox input[disabled]:hover + .cb_input, .checkbox input.inactive + .cb_input, .checkbox input.inactive:hover + .cb_input, .checkbox input.disabled + .cb_input, .checkbox input.disabled:hover + .cb_input {
  background: #FFFFFF;
  border-color: #f7f7f7;
  cursor: default;
}
.checkbox input:focus + .cb_input, .checkbox input:hover + .cb_input {
  background: #ffffff;
  border-color: #eaeaea;
}
.checkbox input[type=radio] + .cb_input {
  border-radius: 1.33em;
}
.checkbox input:checked + .cb_input, .checkbox input:checked:hover + .cb_input, .checkbox input.checked + .cb_input, .checkbox input.checked:hover + .cb_input, .checkbox input.partially + .cb_input, .checkbox input.partially:hover + .cb_input {
  background-color: #005681;
  border-color: #005681;
  color: #FFFFFF;
}
.checkbox input:checked + .cb_input:after, .checkbox input:checked:hover + .cb_input:after, .checkbox input.checked + .cb_input:after, .checkbox input.checked:hover + .cb_input:after, .checkbox input.partially + .cb_input:after, .checkbox input.partially:hover + .cb_input:after {
  content: "";
  display: block;
  position: absolute;
}
.checkbox input.partially:not(:checked) + .cb_input:after {
  top: 50%;
  left: 50%;
  width: 40%;
  height: calc(1.33em / 6);
  background: #FFFFFF;
  transform: translate(-50%, -50%);
}
.checkbox input[type=radio]:checked + .cb_input:after {
  background-color: #FFFFFF;
  content: "";
  padding: 6px;
  border-radius: 1.33em;
  background-clip: content-box;
  border: none;
  width: 100%;
  height: 100%;
}
.checkbox input[type=checkbox]:checked + .cb_input:after {
  top: 50%;
  left: 50%;
  width: 30%;
  height: 60%;
  border: solid #FFFFFF;
  border-width: 0 calc(1.33em / 8) calc(1.33em / 8) 0;
  transform: translate(-50%, -60%) rotate(45deg);
  transform-origin: center center;
}
.checkbox .label_text {
  display: inline-block;
  text-align: left;
  white-space: normal;
}
.checkbox.disabled {
  cursor: default;
}
.ui-state-active, .ui-widget-content .ui-state-active {
  background: #005681;
  color: #FFFFFF;
  border: 1px solid #005681;
  white-space: nowrap;
  margin: 0;
}
.ui-widget-content {
  border: none;
  color: #000000;
  white-space: nowrap;
  background: #FFFFFF;
  border: 1px solid #eaeaea;
}
.prospection_form_wrapper .ui-front {
  overflow: hidden auto;
}
main .ui-widget-content.ui-front {
  overflow-y: auto;
  min-width: 100%;
}
.ui-front {
  z-index: 16;
  max-height: calc(-180px + 100vh);
}
.ui-front input.focus, .ui-front input.focus + label, .ui-front input.focus + .ui-menu, .ui-front input.focus + label + .ui-menu, .ui-front input:focus, .ui-front input:focus + label, .ui-front input:focus + .ui-menu, .ui-front input:focus + label + .ui-menu {
  z-index: 25;
}
.input_autocomplete_multiple {
  display: flex;
  flex-wrap: wrap;
  /*max-height:5em;
    overflow-y: auto;
    overflow-x: hidden;

    &:after {
        @include pseudo($pos: static);
        height:0.5em;
    }*/
}
.input_autocomplete_multiple .autocomplete_multiple_real_input {
  width: 100%;
}
.input_autocomplete_multiple .autocomplete_multiple_real_input.onloading .js_loader {
  display: none;
}
.input_autocomplete_multiple:not(.focus) .autocomplete_result:last-of-type:after {
  opacity: 0;
}
.input_autocomplete_multiple .ui-widget.ui-widget-content {
  width: auto !important;
  min-width: 100%;
  top: calc(100% - 1px) !important;
  left: 0 !important;
  margin: 0;
  padding-left: 0;
}
.input_autocomplete_multiple .nbr_elements_displayed {
  display: none;
}
.input_autocomplete_multiple.display_limited:not(.focus) .nbr_elements_displayed {
  display: block;
}
.input_autocomplete_multiple.display_limited:not(.focus) .autocomplete_result {
  display: none;
}
.input_autocomplete_multiple.display_limited:not(.focus) .autocomplete_multiple_real_input {
  opacity: 0;
}
.input_autocomplete_multiple .nbr_elements_displayed {
  display: none;
}
.autocomplete_result {
  display: flex;
  /*white-space: nowrap;*/
}
.autocomplete_result:after {
  content: ",";
  display: inline-block;
  margin-right: 0.666em;
}
.autocomplete_result button.remove {
  padding: unset;
  background-color: unset;
  font-size: unset;
}
.autocomplete_result span.remove, .autocomplete_result button.remove {
  align-self: flex-start;
  position: relative;
}
.autocomplete_result span.remove:after, .autocomplete_result button.remove:after {
  position: absolute;
  cursor: pointer;
  opacity: 0;
  content: "";
  background-image: url("../../resources/svg/x.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.75rem;
  height: 0.75rem;
  background-color: #000000;
  border-radius: 50%;
  transition: 0.2s opacity;
  margin-left: 0.25rem;
}
.autocomplete_result:hover span.remove:after, .autocomplete_result:hover button.remove:after {
  opacity: 0.6;
}
.autocomplete_result:hover span.remove:hover:after, .autocomplete_result:hover button.remove:hover:after {
  opacity: 1;
}
/* IE hack */
input[type=checkbox]::-ms-check, input[type=radio]::-ms-check {
  display: none;
}
/*----- Forms -----*/
.form .row {
  margin: 0.85em 0;
  position: relative;
}
.form .row:first-of-type {
  margin-top: 0;
}
.form .row label.form_error_msg {
  display: none;
  cursor: pointer;
}
.form .row .row_cb {
  display: inline-block;
}
.form .row .row_cb .radio_options, .form .row .row_cb .checkbox {
  display: flex;
}
.form .row .row_cb .radio_options .optional_field, .form .row .row_cb .radio_options .required_field, .form .row .row_cb .checkbox .optional_field, .form .row .row_cb .checkbox .required_field {
  margin-left: 0.66em;
}
.form .row.error, .form .row .error {
  /*.checkbox + label.form_error_msg {
                margin: 0 0 0 0.5em;
                left: auto;
                transform: translateX(0);

                &:before {
                    @include css-triangle($color: $bg_error, $direction: left, $size: 0.5em);
                    top: 50%;
                    left: 0;
                    transform: translate(-40%, -50%);
                }
            }*/
}
.form .row.error .form_error_msg_box, .form .row .error .form_error_msg_box {
  display: block;
  text-align: center;
}
.form .row.error label.form_error_msg, .form .row .error label.form_error_msg {
  display: inline-block;
  color: #FFFFFF;
  background: #eb0037;
  position: relative;
  text-align: center;
  padding: 0.25em 0.75em;
  margin: 0.5em auto 0;
  width: auto;
  max-width: 100%;
  border-radius: 0;
  box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.5);
}
.form .row.error label.form_error_msg:before, .form .row .error label.form_error_msg:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 0.5em solid transparent;
  border-right: 0.5em solid transparent;
  border-bottom: 0.5em solid #eb0037;
  margin-bottom: 0em;
  top: 0;
  left: 50%;
  transform: translate(-50%, -80%);
}
.form .row.row_multiple {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.form .row.row_multiple .row_group {
  position: relative;
  width: 100%;
}
.form .row.row_multiple .row_group:not(:first-child) {
  margin-left: 0.5em;
}
.form .row.row_multiple.row_npa_city .row_postalcode:not(.error), .form .row.row_multiple.row_npa_city .row_object_postalcode:not(.error), .form .row.row_multiple.row_npa_city .row_origin_postalcode:not(.error), .form .row.row_multiple.autocomplete_zip_city .row_postalcode:not(.error), .form .row.row_multiple.autocomplete_zip_city .row_object_postalcode:not(.error), .form .row.row_multiple.autocomplete_zip_city .row_origin_postalcode:not(.error), .form .row.row_multiple.row_origin_postalcode_city .row_postalcode:not(.error), .form .row.row_multiple.row_origin_postalcode_city .row_object_postalcode:not(.error), .form .row.row_multiple.row_origin_postalcode_city .row_origin_postalcode:not(.error) {
  width: 33.33%;
}
.form .row.row_multiple.row_npa_city .row_postalcode:not(.error) + .row_city:not(.error), .form .row.row_multiple.row_npa_city .row_postalcode:not(.error) + .row_object_location:not(.error), .form .row.row_multiple.row_npa_city .row_postalcode:not(.error) + .row_origin_city:not(.error), .form .row.row_multiple.row_npa_city .row_object_postalcode:not(.error) + .row_city:not(.error), .form .row.row_multiple.row_npa_city .row_object_postalcode:not(.error) + .row_object_location:not(.error), .form .row.row_multiple.row_npa_city .row_object_postalcode:not(.error) + .row_origin_city:not(.error), .form .row.row_multiple.row_npa_city .row_origin_postalcode:not(.error) + .row_city:not(.error), .form .row.row_multiple.row_npa_city .row_origin_postalcode:not(.error) + .row_object_location:not(.error), .form .row.row_multiple.row_npa_city .row_origin_postalcode:not(.error) + .row_origin_city:not(.error), .form .row.row_multiple.autocomplete_zip_city .row_postalcode:not(.error) + .row_city:not(.error), .form .row.row_multiple.autocomplete_zip_city .row_postalcode:not(.error) + .row_object_location:not(.error), .form .row.row_multiple.autocomplete_zip_city .row_postalcode:not(.error) + .row_origin_city:not(.error), .form .row.row_multiple.autocomplete_zip_city .row_object_postalcode:not(.error) + .row_city:not(.error), .form .row.row_multiple.autocomplete_zip_city .row_object_postalcode:not(.error) + .row_object_location:not(.error), .form .row.row_multiple.autocomplete_zip_city .row_object_postalcode:not(.error) + .row_origin_city:not(.error), .form .row.row_multiple.autocomplete_zip_city .row_origin_postalcode:not(.error) + .row_city:not(.error), .form .row.row_multiple.autocomplete_zip_city .row_origin_postalcode:not(.error) + .row_object_location:not(.error), .form .row.row_multiple.autocomplete_zip_city .row_origin_postalcode:not(.error) + .row_origin_city:not(.error), .form .row.row_multiple.row_origin_postalcode_city .row_postalcode:not(.error) + .row_city:not(.error), .form .row.row_multiple.row_origin_postalcode_city .row_postalcode:not(.error) + .row_object_location:not(.error), .form .row.row_multiple.row_origin_postalcode_city .row_postalcode:not(.error) + .row_origin_city:not(.error), .form .row.row_multiple.row_origin_postalcode_city .row_object_postalcode:not(.error) + .row_city:not(.error), .form .row.row_multiple.row_origin_postalcode_city .row_object_postalcode:not(.error) + .row_object_location:not(.error), .form .row.row_multiple.row_origin_postalcode_city .row_object_postalcode:not(.error) + .row_origin_city:not(.error), .form .row.row_multiple.row_origin_postalcode_city .row_origin_postalcode:not(.error) + .row_city:not(.error), .form .row.row_multiple.row_origin_postalcode_city .row_origin_postalcode:not(.error) + .row_object_location:not(.error), .form .row.row_multiple.row_origin_postalcode_city .row_origin_postalcode:not(.error) + .row_origin_city:not(.error) {
  width: 66.66%;
}
.form .row.row_multiple > .disabled {
  font-style: italic;
  opacity: 0.5;
}
.form .row.row_phone_mobile {
  display: block;
}
.form .row.row_phone_mobile .input_options {
  display: flex;
  align-items: center;
}
.form .row.row_phone_mobile .input_options .form_description {
  white-space: pre;
  margin-left: 0.5em;
}
.form .row.disabled {
  font-style: italic;
  opacity: 0.5;
}
.form input[type=text], .form input[type=password], .form input[type=email], .form input[type=tel], .form input[type=number], .form input[type=date], .form input[type=time], .form input[type=url], .form textarea, .form .input {
  width: 100%;
}
.form aside.box:not(.aside_light) .error input, .form aside.box:not(.aside_light) .error input:hover, .form aside.box:not(.aside_light) .error input:focus, .form aside.box:not(.aside_light) .error input[type=text], .form aside.box:not(.aside_light) .error input[type=text]:hover, .form aside.box:not(.aside_light) .error input[type=text]:focus, .form aside.box:not(.aside_light) .error input[type=password], .form aside.box:not(.aside_light) .error input[type=password]:hover, .form aside.box:not(.aside_light) .error input[type=password]:focus, .form aside.box:not(.aside_light) .error input[type=email], .form aside.box:not(.aside_light) .error input[type=email]:hover, .form aside.box:not(.aside_light) .error input[type=email]:focus, .form aside.box:not(.aside_light) .error input[type=tel], .form aside.box:not(.aside_light) .error input[type=tel]:hover, .form aside.box:not(.aside_light) .error input[type=tel]:focus, .form aside.box:not(.aside_light) .error input[type=number], .form aside.box:not(.aside_light) .error input[type=number]:hover, .form aside.box:not(.aside_light) .error input[type=number]:focus, .form aside.box:not(.aside_light) .error input[type=date], .form aside.box:not(.aside_light) .error input[type=date]:hover, .form aside.box:not(.aside_light) .error input[type=date]:focus, .form aside.box:not(.aside_light) .error input[type=time], .form aside.box:not(.aside_light) .error input[type=time]:hover, .form aside.box:not(.aside_light) .error input[type=time]:focus, .form aside.box:not(.aside_light) .error input[type=url], .form aside.box:not(.aside_light) .error input[type=url]:hover, .form aside.box:not(.aside_light) .error input[type=url]:focus, .form aside.box:not(.aside_light) .error .input, .form aside.box:not(.aside_light) .error .input:hover, .form aside.box:not(.aside_light) .error .input:focus, .form aside.box:not(.aside_light) .error .checkbox input:not(:checked) + .cb_input, .form aside.box:not(.aside_light) .error .checkbox input:not(:checked) + .cb_input:hover, .form aside.box:not(.aside_light) .error .checkbox input:not(:checked) + .cb_input:focus, .form aside.box:not(.aside_light) .error textarea, .form aside.box:not(.aside_light) .error textarea:hover, .form aside.box:not(.aside_light) .error textarea:focus, .form aside.box:not(.aside_light) .error .multiselect, .form aside.box:not(.aside_light) .error .multiselect:hover, .form aside.box:not(.aside_light) .error .multiselect:focus, .form aside.box:not(.aside_light) .error .multiselect_cb:checked + .multiselect_box .multiselect, .form aside.box:not(.aside_light) .error .multiselect_cb:checked + .multiselect_box .multiselect:hover, .form aside.box:not(.aside_light) .error .multiselect_cb:checked + .multiselect_box .multiselect:focus, .form aside.box:not(.aside_light) .error .multiselect_content, .form aside.box:not(.aside_light) .error .multiselect_content:hover, .form aside.box:not(.aside_light) .error .multiselect_content:focus, .form .error input, .form .error input:hover, .form .error input:focus, .form .error input[type=text], .form .error input[type=text]:hover, .form .error input[type=text]:focus, .form .error input[type=password], .form .error input[type=password]:hover, .form .error input[type=password]:focus, .form .error input[type=email], .form .error input[type=email]:hover, .form .error input[type=email]:focus, .form .error input[type=tel], .form .error input[type=tel]:hover, .form .error input[type=tel]:focus, .form .error input[type=number], .form .error input[type=number]:hover, .form .error input[type=number]:focus, .form .error input[type=date], .form .error input[type=date]:hover, .form .error input[type=date]:focus, .form .error input[type=time], .form .error input[type=time]:hover, .form .error input[type=time]:focus, .form .error input[type=url], .form .error input[type=url]:hover, .form .error input[type=url]:focus, .form .error .input, .form .error .input:hover, .form .error .input:focus, .form .error .checkbox input:not(:checked) + .cb_input, .form .error .checkbox input:not(:checked) + .cb_input:hover, .form .error .checkbox input:not(:checked) + .cb_input:focus, .form .error textarea, .form .error textarea:hover, .form .error textarea:focus, .form .error .multiselect, .form .error .multiselect:hover, .form .error .multiselect:focus, .form .error .multiselect_cb:checked + .multiselect_box .multiselect, .form .error .multiselect_cb:checked + .multiselect_box .multiselect:hover, .form .error .multiselect_cb:checked + .multiselect_box .multiselect:focus, .form .error .multiselect_content, .form .error .multiselect_content:hover, .form .error .multiselect_content:focus {
  border-color: #eb0037;
  color: #eb0037;
}
.form aside.box:not(.aside_light) .error .label_text, .form .error .label_text {
  color: #eb0037;
}
.form .checkbox:not(:first-child) {
  margin-left: 1em;
}
.form .row_newsletters .checkbox:not(:first-child) {
  margin: 0.85em 0 0 0;
}
#back_to_top {
  position: fixed;
  z-index: 200;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  display: none;
}
#back_to_top.active {
  display: block;
}
.body_menu_visible #back_to_top.active {
  display: none !important;
}
#back_to_top svg {
  width: 40px;
  height: 40px;
}
#global .breadcrumbs {
  position: relative;
  z-index: 10;
  padding: 0.5vh 0;
  background-color: #ededed !important;
}
#global .breadcrumbs .inner_content .bread_sep {
  margin: 0 10px;
  color: #005681;
}
.global_messages {
  position: fixed;
  top: 15%;
  right: 20px;
  max-width: 30vw;
  min-width: 280px;
  z-index: 200;
  font-size: 1.2em;
}
.global_messages .message {
  text-align: center;
  margin: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.global_messages .close_messages {
  position: absolute;
  top: 0.33em;
  right: 0.33em;
  color: #FFFFFF;
  font-size: 1.2em;
  line-height: 1em;
  width: 1em;
  text-align: center;
  cursor: pointer;
}
.global_messages .close_messages:hover {
  font-weight: bold;
}
.global_messages .message + .message {
  margin-top: 1em;
}
.global_messages ul, .global_messages ol {
  margin-left: 1em;
  text-align: left;
}
.message {
  padding: 1em 2em;
  margin: 0;
  border-radius: 0;
}
.message.error_message {
  color: #FFFFFF;
  background: #eb0037;
}
.message.error_message a, .message.error_message + .close_messages {
  color: #FFFFFF;
}
.message.error_message svg * {
  fill: #FFFFFF;
}
.message.no_results_message {
  color: #000000;
  background: #f2f2f2;
}
.message.no_results_message a, .message.no_results_message + .close_messages {
  color: #000000;
}
.message.no_results_message svg * {
  fill: #000000;
}
.message.no_results_message a.button {
  color: #ffffff;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.message.no_results_message a.button svg {
  width: 16px;
  height: 16px;
  transition: 0.2s all;
  margin-right: 5px;
}
.message.no_results_message a.button svg * {
  fill: #ffffff;
}
.message.no_results_message a.button:hover {
  color: #FFFFFF;
}
.message.no_results_message a.button:hover svg * {
  fill: #FFFFFF;
}
.message.success_message {
  color: #FFFFFF;
  background: #158838;
}
.message.success_message a, .message.success_message + .close_messages {
  color: #FFFFFF;
}
.message.success_message svg * {
  fill: #FFFFFF;
}
.tofix .message.warning_message blockquote {
  margin-left: 2px;
  border-left: 2px solid #f3d59d;
  padding-left: 15px;
  margin-top: 10px;
}
.message.warning_message {
  color: #FFFFFF;
  background: #b36205;
}
.message.warning_message a, .message.warning_message + .close_messages {
  color: #FFFFFF;
}
.message.warning_message svg * {
  fill: #FFFFFF;
}
.message.warning_message > .buttons .button {
  background-color: #FFFFFF;
  color: #b36205;
  border-color: #b36205;
  text-decoration: none;
  display: inline-flex;
}
.message.warning_message > .buttons .button:hover {
  background-color: #b36205;
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.message.withicon {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.message.withicon .icon {
  margin-right: 2em;
}
.message svg {
  width: 2em;
  height: 2em;
}
.message a {
  text-decoration: underline;
}
.list > .message {
  width: 100%;
  text-align: center;
}
.list > .message svg {
  margin-bottom: 0.5em;
}
/*----- Columns -----*/
.col {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -15px;
  max-width: 100vw;
}
.col > * {
  width: calc(25% - 30px);
  margin: 15px;
}
@media screen and (max-width: 1500px) {
  .col > * {
    width: calc(33.33% - 30px);
  }
}
@media screen and (max-width: 1200px) {
  .col > * {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 670px) {
  .col > * {
    width: calc(100% - 30px);
  }
}
.col_flex2 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -15px;
}
.col_flex2 > * {
  width: calc(50% - 30px);
  margin: 15px;
}
@media screen and (max-width: 770px) {
  .col_flex2 > * {
    width: calc(100% - 30px);
  }
}
.col_flex3 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -15px;
}
.col_flex3 > * {
  width: calc(33.33% - 30px);
  margin: 15px;
}
@media screen and (max-width: 1050px) {
  .col_flex3 > * {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 770px) {
  .col_flex3 > * {
    width: calc(100% - 30px);
  }
}
.col_flex4 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -15px;
}
.col_flex4 > * {
  width: calc(25% - 30px);
  margin: 15px;
}
@media screen and (max-width: 1350px) {
  .col_flex4 > * {
    width: calc(33.33% - 30px);
  }
}
@media screen and (max-width: 1050px) {
  .col_flex4 > * {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 770px) {
  .col_flex4 > * {
    width: calc(100% - 30px);
  }
}
/*----- List & Box -----*/
.list, .objects_list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -5px;
}
.list > *, .objects_list > * {
  width: calc(25% - 10px);
  margin: 5px;
}
@media screen and (max-width: 1350px) {
  .list > *, .objects_list > * {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 770px) {
  .list > *, .objects_list > * {
    width: calc(100% - 10px);
  }
}
.objects_style_fullsize {
  margin: 0;
}
.objects_style_fullsize .box_object_fullsize_item {
  margin: 0 0 1px;
}
.box {
  background: #ffffff;
  display: flex;
}
.box.box_link {
  cursor: pointer;
}
.box.offline_object {
  cursor: default;
}
.box.box_link:hover, .box.box_article:hover {
  background: #ffffff;
}
.box > .box_inner {
  color: #000000;
  margin: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: normal;
}
.box.box_link:hover > .box_inner {
  color: #000000;
}
.box .box_title, .box .box_body {
  padding: 20px;
  width: 100%;
}
.box .box_title {
  text-align: center;
  margin-bottom: 0;
}
.box .box_title h2, .box .box_title h3, .box .box_title h4 {
  margin-bottom: 0;
}
.box .box_price, .box .box_date {
  background: #DADADA;
  color: #444444;
  text-align: center;
  padding: 20px;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  margin-bottom: 0;
}
.box.cms_box_box_default {
  background: none;
  color: #000000;
  border: none;
}
.box_picture {
  position: relative;
  /*.no_pic {
        @include aspect-ratio(16, 9);
        > .content {
            display: flex;

            svg {
                display: block;
                margin: auto;
                max-width: 40%;
                max-height: 40%;

                * {
                    fill: rgba($ct_box, 0.5);
                }
            }
        }
    }*/
}
.box_picture .slogan {
  position: absolute;
  top: 1em;
  left: 0;
  background: rgba(90, 198, 240, 0.8);
  color: #FFFFFF;
  padding: 10px;
  text-transform: uppercase;
  font-size: 0.8em;
  z-index: 10;
}
.pictures .grid_2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: stretch;
}
.pictures .grid_3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: stretch;
}
.caract_list {
  justify-content: center;
}
.caract_list .caract_icon {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin: 0 1em;
}
.caract_list .caract_icon:first-child {
  margin-left: 0;
}
.caract_list .caract_icon:last-child {
  margin-right: 0;
}
.caract_list .caract_icon .icon {
  margin-bottom: 0.25em;
}
.caract_list .caract_icon .icon[data-overlib] {
  cursor: default;
}
.caract_list .caract_icon svg {
  width: 1.4em;
  vertical-align: bottom;
  height: auto;
}
.box_object_item {
  position: relative;
}
.box_object_item.highlight {
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
}
.box_object_item .favorite_button {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 20;
  width: 25px;
  height: 25px;
}
.box_object_item .favorite_button svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1, 1);
  transition: transform 0.2s;
}
.box_object_item .favorite_button svg * {
  fill: #FFFFFF;
}
.box_object_item .favorite_button:hover svg {
  transform: translate(-50%, -50%) scale(1.2, 1.2);
}
.box_object_horizontal_item {
  width: calc(100% - 10px);
}
.box_object_horizontal_item .swiper-container {
  width: 20%;
  flex-grow: 1;
}
.box_object_horizontal_item .swiper-container .swiper .swiper-button-nav, .box_object_horizontal_item .swiper-container .swiper ~ .swiper-button-nav {
  opacity: 0;
  transition: 0.2s opacity;
}
.box_object_horizontal_item .swiper-container .box_picture {
  width: 100%;
}
.box_object_horizontal_item:hover .swiper .swiper-button-nav, .box_object_horizontal_item:hover .swiper ~ .swiper-button-nav {
  opacity: 1;
}
.box_object_horizontal_item .no_pic, .box_object_horizontal_item .box_picture.one_pic {
  width: 20%;
}
.box_object_horizontal_item .no_pic.one_pic, .box_object_horizontal_item .no_pic.no_pic, .box_object_horizontal_item .box_picture.one_pic.one_pic, .box_object_horizontal_item .box_picture.one_pic.no_pic {
  flex-grow: 1;
}
.box_object_horizontal_item .box_infos {
  flex-grow: 1;
  min-width: 200px;
}
.box_object_horizontal_item .box_infos, .box_object_horizontal_item .box_caracts {
  width: 40%;
  padding: 20px;
}
.box_object_horizontal_item .box_inner {
  flex-direction: row;
  flex-wrap: wrap;
}
.box_object_horizontal_item .slogan {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: rgba(90, 198, 240, 0.8);
  color: #FFFFFF;
  padding: 10px;
  text-transform: uppercase;
  font-size: 0.8em;
}
.box_object_horizontal_item .box_infos {
  text-align: left;
  border-right: 1px solid #eaeaea;
}
.box_object_horizontal_item .box_infos svg {
  width: 13px;
}
.box_object_horizontal_item .caract_list .caract_row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 0.3em;
}
.box_object_horizontal_item .caract_list .caract_row:last-child {
  margin-bottom: 0;
}
.box_object_horizontal_item .caract_list .caract_row svg, .box_object_horizontal_item .caract_list .caract_row .value {
  display: inline;
}
.box_object_horizontal_item .caract_list .caract_row svg {
  margin-right: 10px;
}
.box_object_horizontal_item .caract_list .caract_row.caract_floor .label, .box_object_horizontal_item .caract_list .caract_row.caract_availability .label {
  display: none;
}
.box_object_fullsize_item {
  width: 100%;
  margin: 0;
  border: 0;
  position: relative;
}
.box_object_fullsize_item .box_infos {
  opacity: 0;
  transition: 0.2s opacity;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 20px;
  padding: 20px calc(20px - 0.5em);
  z-index: 40;
  justify-content: space-between;
  flex-wrap: wrap;
}
.box_object_fullsize_item .box_infos h2, .box_object_fullsize_item .box_infos h3, .box_object_fullsize_item .box_infos h4 {
  margin-bottom: 0.2em;
}
.box_object_fullsize_item .box_infos > * {
  margin: 0 0.5em;
}
.box_object_fullsize_item:hover .box_infos {
  opacity: 1;
}
[data-base-options-swiper=swiperCmsOptBase1]:hover .box_object_fullsize_item .box_infos {
  opacity: 1;
}
.objects_list + .box_button {
  display: flex;
  justify-content: center;
  margin-top: 2vh;
}
/*----- Filter -----*/
.filter_group {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -15px;
}
.filter_group > * {
  width: calc(25% - 30px);
  margin: 15px;
}
@media screen and (max-width: 1500px) {
  .filter_group > * {
    width: calc(33.33% - 30px);
  }
}
@media screen and (max-width: 1200px) {
  .filter_group > * {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 670px) {
  .filter_group > * {
    width: calc(100% - 30px);
  }
}
.filter_button_mobile {
  display: none;
  text-align: center;
  background: #494B4C;
  color: #FFFFFF;
  padding: 10px 0;
  font-weight: 500;
}
.filter_button_mobile .show_filter {
  display: block;
}
.filter_fields {
  margin: 1em 0 0;
}
.filter_fields.flex .filter_element {
  width: 100%;
}
.filter_fields.flex .filter_element:not(:first-of-type) {
  margin-left: 0.5em;
}
.filter_fields.flex .filter_element input[type=text], .filter_fields.flex .filter_element input[type=password], .filter_fields.flex .filter_element input[type=email], .filter_fields.flex .filter_element input[type=tel], .filter_fields.flex .filter_element input[type=number], .filter_fields.flex .filter_element input[type=date], .filter_fields.flex .filter_element input[type=time], .filter_fields.flex .filter_element input[type=url], .filter_fields.flex .filter_element textarea, .filter_fields.flex .filter_element .input {
  width: 100%;
}
.filter_fields.flex .filter_element .filter_location {
  width: auto;
}
.filter_location_and_radius .filter_fields.flex {
  display: flex;
  flex-direction: column;
}
.filter_location_and_radius .filter_fields.flex #autocomplete_placeholder_container {
  display: none;
}
.filter_location_and_radius .filter_fields.flex .autocomplete_multiple_real_input {
  order: 1;
}
.filter_location_and_radius .filter_fields.flex #autocomplete_results_container button {
  border: none;
}
.filter_location_and_radius .filter_fields.flex .filter_part_radius {
  margin-top: 10px;
}
.filter_location_and_radius .filter_fields.flex .filter_part_radius h3 {
  margin-bottom: 0;
  font-size: 0.9em;
}
.filter_location_and_radius .filter_fields.flex .filter_part_radius .filter_fields.flex {
  margin-top: 0;
  display: flex;
  flex-direction: column;
}
.filter_location_and_radius .filter_fields.flex .filter_part_radius .filter_fields.flex .slider_values {
  margin: -1em 0 0 0;
}
.filter_multiselect_checkboxes .filter_fields {
  flex-wrap: wrap;
}
.filter_multiselect_checkboxes .filter_fields .checkbox {
  margin: 2px;
}
.filter_multiselect_checkboxes .filter_fields .checkbox .label_text {
  display: flex;
  justify-content: center;
  align-items: center;
}
/*----- Sliders -----*/
.slider_js {
  width: 100%;
  margin: 0 auto;
}
.slider_js .slider_values {
  font-size: 0.8em;
  font-style: italic;
  text-align: right;
  margin-bottom: 0.33em;
}
.slider_js .slider_values .slider_value {
  font-weight: bold;
}
.slider_js .slider {
  display: block;
  position: relative;
  height: 20px;
}
.slider_js .slider .slider_base {
  margin: 0 1px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: calc(100% - 6px);
  height: 3px;
  background: #d6d6d6;
}
.slider_js .slider .slider_base .slider_full {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: auto;
  height: 100%;
  background: #015681;
}
.slider_js .slider .slider_handlers {
  position: absolute;
  width: calc(100% - 10px);
  height: 100%;
  left: 0;
  top: 0;
}
.slider_js .slider .slider_handler {
  /* base of the handler, don't change size and position of this one */
  position: absolute;
  cursor: pointer;
  top: 50% !important;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
}
.slider_js .slider .slider_handler .slider_handler_display {
  /* visible part of the handler */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(0%, -50%);
  width: 10px;
  height: 20px;
  background: #004266;
}
.slider_js .slider .slider_handler .slider_handler_display:after {
  /* enlarge the click zone of the handler, important for touchscreen */
  content: "";
  display: block;
  position: relative;
  width: 10px;
  height: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 48px;
  min-height: 48px;
  background: rgba(0, 0, 0, 0);
}
.slider_js .slider .slider_handler[data-slider-handler=from] {
  left: 0%;
}
.slider_js .slider .slider_handler[data-slider-handler=to] {
  left: 100%;
}
.touchscreen .slider_js {
  max-width: 80vw;
  /* avoid return to previous page when touch for change slider value */
}
.search_tools {
  margin-bottom: 30px;
  display: flex;
  align-items: flex-start;
}
.search_tools > * {
  margin-right: 1em;
}
.search_tools > *:last-child {
  margin-right: 0;
}
.search_tools .multiselect_box {
  display: inline-block;
}
/*----- Maps -----*/
.map_canvas {
  width: 100%;
  height: 800px;
  /*--- popup not centred ---*/
}
.map_canvas .maplibregl-ctrl {
  position: relative;
}
.map_canvas .maplibregl-ctrl-group {
  margin: 0 10px 25px 0;
}
.map_canvas .maplibregl-popup-content {
  font-size: 14px;
  padding: 0;
  box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.2);
  background: #ffffff;
}
.map_canvas .maplibregl-popup-content .map_custom_content, .map_canvas .maplibregl-popup-content .cms_part {
  padding: 10px 15px;
}
.map_canvas .maplibregl-popup-content .map_custom_content.cms_object, .map_canvas .maplibregl-popup-content .cms_part.cms_object {
  padding: 0;
}
.map_canvas .maplibregl-popup-content .box_object_item img {
  aspect-ratio: 1.7777777778;
}
.map_canvas .maplibregl-popup {
  will-change: unset;
  z-index: 25;
  max-width: 80%;
}
.map_canvas .maplibregl-popup .swiper-button-nav {
  font-size: 2em;
}
.map_canvas .box {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.map_canvas .maplibregl-popup-anchor-top, .map_canvas .maplibregl-popup-anchor-top-left, .map_canvas .maplibregl-popup-anchor-top-right {
  top: 11px;
}
.map_canvas .maplibregl-popup-anchor-top .maplibregl-popup-tip, .map_canvas .maplibregl-popup-anchor-top-left .maplibregl-popup-tip, .map_canvas .maplibregl-popup-anchor-top-right .maplibregl-popup-tip {
  border-bottom-color: #ffffff;
}
.map_canvas .maplibregl-popup-anchor-right {
  left: -11px;
}
.map_canvas .maplibregl-popup-anchor-right .maplibregl-popup-tip {
  border-left-color: #ffffff;
}
.map_canvas .maplibregl-popup-anchor-bottom, .map_canvas .maplibregl-popup-anchor-bottom-left, .map_canvas .maplibregl-popup-anchor-bottom-right {
  top: -11px;
}
.map_canvas .maplibregl-popup-anchor-bottom .maplibregl-popup-tip, .map_canvas .maplibregl-popup-anchor-bottom-left .maplibregl-popup-tip, .map_canvas .maplibregl-popup-anchor-bottom-right .maplibregl-popup-tip {
  border-top-color: #ffffff;
}
.map_canvas .maplibregl-popup-anchor-left {
  left: 11px;
}
.map_canvas .maplibregl-popup-anchor-left .maplibregl-popup-tip {
  border-right-color: #ffffff;
}
.map_canvas .marker {
  width: 21px;
  /*-- odd number recommended for center the popup's arrow --*/
  height: 21px;
  cursor: pointer;
}
.map_canvas .marker:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100%;
  background: #FFFFFF;
  border: 2px solid #015681;
  width: 19px;
  height: 19px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.map_canvas .marker:hover {
  z-index: 20;
}
.map_canvas .marker:hover:after {
  background: #015681;
  border: 2px solid #015681;
}
.map_canvas .marker.highlight {
  z-index: 20;
}
.map_canvas .marker.highlight:after {
  background: #015681;
  border: 2px solid #015681;
}
.touchscreen.maplibregl-popup .object_map_popup + .maplibregl-popup-close-button {
  position: relative;
  width: 100%;
  color: #000000;
}
.infobox, #infobox, .maplibregl-popup-content {
  box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.2);
}
.infobox > .cms_part, .infobox .map_popup, #infobox > .cms_part, #infobox .map_popup, .maplibregl-popup-content > .cms_part, .maplibregl-popup-content .map_popup {
  padding: 10px 15px;
}
.infobox > .cms_part.object_map_popup, .infobox > .cms_part.cms_object, .infobox .map_popup.object_map_popup, .infobox .map_popup.cms_object, #infobox > .cms_part.object_map_popup, #infobox > .cms_part.cms_object, #infobox .map_popup.object_map_popup, #infobox .map_popup.cms_object, .maplibregl-popup-content > .cms_part.object_map_popup, .maplibregl-popup-content > .cms_part.cms_object, .maplibregl-popup-content .map_popup.object_map_popup, .maplibregl-popup-content .map_popup.cms_object {
  padding: 0;
}
.infobox .swiper, #infobox .swiper, .maplibregl-popup-content .swiper {
  max-width: 350px;
}
.infobox .swiper.has_swiper_nav, #infobox .swiper.has_swiper_nav, .maplibregl-popup-content .swiper.has_swiper_nav {
  max-width: calc(350px + 5em + 80px);
}
.infobox .swiper.has_swiper_nav .swiper-button-nav, #infobox .swiper.has_swiper_nav .swiper-button-nav, .maplibregl-popup-content .swiper.has_swiper_nav .swiper-button-nav {
  display: flex;
}
.infobox .box_object_thumbnail_item, .infobox .cms_object > .box, #infobox .box_object_thumbnail_item, #infobox .cms_object > .box, .maplibregl-popup-content .box_object_thumbnail_item, .maplibregl-popup-content .cms_object > .box {
  width: 350px;
  max-width: 100%;
}
.infobox .map_popup_details, #infobox .map_popup_details, .maplibregl-popup-content .map_popup_details {
  padding: 10px 15px;
  padding-top: 0;
  font-style: italic;
  font-size: 0.85em;
  text-align: center;
}
.infobox .map_popup_details.flex, #infobox .map_popup_details.flex, .maplibregl-popup-content .map_popup_details.flex {
  justify-content: center;
  align-items: center;
}
.infobox .map_popup_details .swiper_external_nav, #infobox .map_popup_details .swiper_external_nav, .maplibregl-popup-content .map_popup_details .swiper_external_nav {
  cursor: pointer;
}
.infobox .map_popup_details .swiper_external_nav svg, #infobox .map_popup_details .swiper_external_nav svg, .maplibregl-popup-content .map_popup_details .swiper_external_nav svg {
  width: 1.75em;
  height: 1.75em;
  display: block;
}
.infobox .map_popup_details .swiper_external_nav.arrowLeft, #infobox .map_popup_details .swiper_external_nav.arrowLeft, .maplibregl-popup-content .map_popup_details .swiper_external_nav.arrowLeft {
  margin-right: 1em;
}
.infobox .map_popup_details .swiper_external_nav.arrowLeft svg, #infobox .map_popup_details .swiper_external_nav.arrowLeft svg, .maplibregl-popup-content .map_popup_details .swiper_external_nav.arrowLeft svg {
  transform: rotate(-180deg);
}
.infobox .map_popup_details .swiper_external_nav.arrowRight, #infobox .map_popup_details .swiper_external_nav.arrowRight, .maplibregl-popup-content .map_popup_details .swiper_external_nav.arrowRight {
  margin-left: 1em;
}
.map_container > .map_markers {
  display: none;
}
#search_results, [data-search-results] {
  padding: 0;
}
#search_results[data-style="list_and_map"], [data-search-results][data-style="list_and_map"] {
  margin-top: 20px;
}
#search_results[data-style="list_and_map"] .search_results_map .js_loader, #search_results[data-style="list_or_map"] .search_results_map .js_loader, #search_results[data-style="list_only"] .search_results_map .js_loader, [data-search-results][data-style="list_and_map"] .search_results_map .js_loader, [data-search-results][data-style="list_or_map"] .search_results_map .js_loader, [data-search-results][data-style="list_only"] .search_results_map .js_loader {
  display: none;
}
#search_results[data-style="list_and_map"] .search_results_map .onloading .js_loader, #search_results[data-style="list_or_map"] .search_results_map .onloading .js_loader, #search_results[data-style="list_only"] .search_results_map .onloading .js_loader, [data-search-results][data-style="list_and_map"] .search_results_map .onloading .js_loader, [data-search-results][data-style="list_or_map"] .search_results_map .onloading .js_loader, [data-search-results][data-style="list_only"] .search_results_map .onloading .js_loader {
  display: flex;
}
#search_results[data-style="list_and_map"] .search_results_map.onloading > .js_loader, #search_results[data-style="list_or_map"] .search_results_map.onloading > .js_loader, #search_results[data-style="list_only"] .search_results_map.onloading > .js_loader, [data-search-results][data-style="list_and_map"] .search_results_map.onloading > .js_loader, [data-search-results][data-style="list_or_map"] .search_results_map.onloading > .js_loader, [data-search-results][data-style="list_only"] .search_results_map.onloading > .js_loader {
  display: flex;
}
.search_results_list {
  padding: 30px 0;
}
.search_results_map .fixed_map_top_container {
  width: 100%;
  position: relative;
  top: 40px;
  z-index: 20;
  transition: top 0.5s ease;
  font-size: 1rem;
}
.search_results_map .map_reload {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  position: absolute;
  top: 0;
  width: fit-content;
  left: 50%;
  transform: translateX(-50%);
}
.search_results_map .map_reload a {
  display: flex;
  align-items: center;
}
.search_results_map .map_reload a svg {
  width: 17px;
  height: 17px;
  margin-right: 6px;
}
.search_results_map_only {
  position: relative;
}
.search_results_map_only .map_reload, .search_results_map_only .fixed_map_top_container {
  display: none;
}
.mfp-img {
  pointer-events: none;
}
.search_results_list_or_map .search_results_map {
  visibility: hidden;
  display: block;
  max-height: 0;
  overflow: hidden;
  position: relative;
}
.search_results_list_or_map.show_map .search_results_list {
  padding-bottom: 0;
}
.search_results_list_or_map.show_map .list_container {
  display: none;
}
.search_results_list_or_map.show_map .search_results_map {
  visibility: initial;
  max-height: 3000px;
  padding-bottom: 30px;
}
.search_results_list_or_map.show_map .map_canvas {
  min-height: 80vh;
}
.search_results_list_or_map.show_map .map_reload, .search_results_list_or_map.show_map .fixed_map_top_container {
  display: none;
}
.search_results_list_and_map {
  display: flex;
}
.search_results_list_and_map .search_results_list, .search_results_list_and_map .search_results_map {
  min-height: calc(100vh - 100px);
  position: relative;
}
.search_results_list_and_map .search_results_list {
  background: #FFFFFF;
  position: relative;
  z-index: 15;
}
.search_results_list_and_map .search_results_map .js_loader {
  z-index: 10;
}
.search_results_list_and_map.open_map .search_results_list {
  width: calc(100% - 50vw);
}
.search_results_list_and_map.open_map .search_results_map {
  width: 50vw;
}
.search_results_list_and_map.open_map .search_results_list {
  border-right: solid 1px #DFDFDF;
}
.search_results_list_and_map.open_map .objects_style_thumbnail {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -15px;
}
.search_results_list_and_map.open_map .objects_style_thumbnail > * {
  width: calc(50% - 30px);
  margin: 15px;
}
@media screen and (max-width: 1350px) {
  .search_results_list_and_map.open_map .objects_style_thumbnail > * {
    width: calc(100% - 30px);
  }
}
.search_results_list_and_map.closed_map .map_toggle {
  margin-right: 0;
}
.search_results_list_and_map.closed_map .map_toggle .hide_map_button {
  display: none;
}
.search_results_list_and_map.closed_map .map_toggle .show_map_button {
  display: flex;
}
.search_results_list_and_map.closed_map .search_results_list {
  width: 100%;
  border: none;
}
.search_results_list_and_map.closed_map .search_results_map {
  width: 0;
}
.search_results_list_and_map .search_results_list {
  padding: 30px;
}
.search_results_list_and_map .search_results_map {
  overflow: hidden;
}
.search_results_list_and_map .search_results_map .map_container {
  height: 100%;
  position: relative;
}
.search_results_list_and_map .search_results_map #results_map {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  height: 100vh;
  z-index: 0;
}
.search_results_list_and_map .search_results_map #results_map.fixed {
  position: fixed;
  width: 50vw;
}
.search_results_list_and_map .map_toggle {
  position: relative;
  z-index: 2;
  margin-left: auto;
  margin-right: calc(-2 * 30px + 1px);
  padding: 0.5em 0.5em 0.6em;
  cursor: pointer;
  background-color: #FFFFFF;
}
.search_results_list_and_map .map_toggle .show_map_button {
  display: none;
  align-items: center;
}
.search_results_list_and_map .map_toggle .hide_map_button {
  display: flex;
  align-items: center;
}
.search_results_list_and_map .map_toggle .hide_map_button:before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: calc(100% + 1px);
  margin: -1px -1px 0 0;
  right: 0;
  top: 0;
  z-index: -2;
  background-color: #FFFFFF;
  border: 1px solid #DFDFDF;
  border-left: 0;
}
.search_results_list_and_map .map_toggle svg {
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
}
/*----- Object detail -----*/
.pagination {
  margin: 30px 0;
  font-size: 0.9em;
  text-align: center;
}
.pagination.pagination_allbutton {
  font-size: 1em;
}
.pagination:first-child {
  margin-top: 0;
}
.pagination:last-child {
  margin-bottom: 0;
}
.pagination a {
  display: inline-block;
  padding: 1px 0.6em;
}
.pagination a.button {
  padding: 0.7em 1em;
}
.pagination span {
  vertical-align: middle;
}
.pagination svg {
  height: 10px;
  width: 10px;
  vertical-align: middle;
}
.pagination svg * {
  fill: #000000;
  stroke: #000000;
}
.pagination .pagination_previous {
  border-right: 1px solid #000000;
}
.pagination .pagination_previous svg {
  transform: rotate(-180deg);
}
.pagination .pagination_next {
  border-left: 1px solid #000000;
}
.pagination .page_first svg {
  transform: rotate(-180deg);
}
.pagination .page_prev svg {
  transform: rotate(-180deg);
}
.object_detail_title {
  display: flex;
  justify-content: space-between;
}
.object_detail_title .title {
  text-align: left;
  margin-bottom: 1em;
}
.object_detail_title .price {
  text-align: right;
  white-space: nowrap;
  margin-left: 1em;
}
.object_detail_title .price .display_costs {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.object_detail_title .price .display_costs svg {
  width: 0.8em;
  height: 0.8em;
  vertical-align: middle;
  margin-left: 0.2em;
}
.object_detail_title .price .display_costs svg * {
  fill: #000000;
}
.object_detail_title .price .price_table {
  display: none;
  width: auto;
  margin-top: 0.2em;
}
.object_detail_title .price .price_table td {
  padding-right: 5px;
}
.object_detail_title .price .price_table td.label {
  padding-right: 15px;
}
.object_detail_title .price .price_table .total {
  font-weight: 500;
}
.object_detail_title .price.price_detailed .price_table {
  display: block;
}
/*----- Financing -----*/
.scope_financing_simulation .references_data {
  display: flex;
  justify-content: center;
  padding: 2em;
  margin-top: 2em;
  gap: 1em;
}
.scope_financing_simulation .references_data h6 {
  font-weight: bold;
  font-size: 1.2em;
}
.scope_financing_simulation .references_data .mod_datas {
  display: flex;
  justify-content: center;
  gap: 0.5em;
  flex-wrap: wrap;
}
.scope_financing_simulation .references_data .mod_datas input {
  min-width: 100px;
  width: 100%;
  margin: 0;
}
.scope_financing_simulation input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  height: 5px;
  border-radius: 5px;
  background: #d6d6d6;
  outline: none;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
}
.scope_financing_simulation input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #004266;
  cursor: pointer;
}
.scope_financing_simulation input[type=range]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #004266;
  cursor: pointer;
}
.scope_financing_simulation .details .inner_content > div {
  margin: 4vh 0;
}
.scope_financing_simulation .details .inner_content > div:first-child {
  margin-top: 0;
}
.scope_financing_simulation .details .inner_content > div:last-child {
  margin-bottom: 0px;
}
.scope_financing_simulation .details .inner_content .title h1 {
  text-align: left;
}
.scope_financing_simulation .financing_title {
  display: flex;
  justify-content: center;
  align-items: center;
}
.scope_financing_simulation .financing_title .icon {
  width: auto;
  height: auto;
  margin-right: 10px;
  margin-top: 5px;
}
.scope_financing_simulation .financing_title .icon svg * {
  fill: #000000;
}
.scope_financing_simulation .financing_title svg {
  width: 35px;
  height: auto;
}
.scope_financing_simulation .inline_element2 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: baseline;
}
.scope_financing_simulation .inline_element2 #fp_input {
  max-width: 40%;
}
.scope_financing_simulation .inline_element3 {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: baseline;
}
.scope_financing_simulation .inline_element3 > span {
  min-width: 50%;
}
.scope_financing_simulation .inline_element3 > div {
  display: flex;
  align-items: center;
}
.scope_financing_simulation .inline_element3 > div input {
  width: 30%;
  margin-left: auto;
  min-width: 90px;
}
.scope_financing_simulation .inline_element3 > div span {
  margin-left: auto;
  min-width: 110px;
  text-align: right;
}
.scope_financing_simulation hr {
  border: none;
  background-color: #DFDFDF;
  height: 1px;
  margin: 2vh 0;
}
.scope_financing_simulation .financing_box {
  /*.financing_cap{background-color: #eeeeee;}*/
}
.scope_financing_simulation .financing_box .financing_main, .scope_financing_simulation .financing_box .financing_cap {
  padding: 30px;
}
.scope_financing_simulation .financing_box .financing_main > div, .scope_financing_simulation .financing_box .financing_cap > div {
  margin: 2vh 0;
}
.scope_financing_simulation .financing_box .financing_main h3, .scope_financing_simulation .financing_box .financing_cap h3 {
  font-size: 1.1em;
}
.scope_financing_simulation .financing_box .financing_main #fp_range, .scope_financing_simulation .financing_box .financing_main #ra_range, .scope_financing_simulation .financing_box .financing_cap #fp_range, .scope_financing_simulation .financing_box .financing_cap #ra_range {
  width: 100%;
  margin-top: 30px;
}
.scope_financing_simulation .financing_box .msg {
  display: flex;
  min-height: 200px;
  justify-content: flex-start;
  align-items: center;
}
.scope_financing_simulation .financing_box .msg .msg_icon {
  margin-right: 15px;
}
.scope_financing_simulation .financing_box .msg .msg_icon svg {
  width: 2em;
  height: 2em;
}
.scope_financing_simulation .financing_box .msg.good svg {
  fill: #158838;
}
.scope_financing_simulation .financing_box .msg.warning svg {
  fill: #b36205;
}
.scope_financing_simulation .financing_box .msg.bad svg {
  fill: #eb0037;
}
.scope_financing_simulation .financing_box .msg .message {
  padding: 0;
  line-height: 26px;
}
.scope_financing_simulation .financing_box .msg .message.success_message {
  background: none;
  color: #158838;
}
.scope_financing_simulation .financing_box .msg .message.warning_message {
  background: none;
  color: #b36205;
}
.scope_financing_simulation .financing_box .msg .message.error_message {
  background: none;
  color: #eb0037;
}
.scope_financing_simulation .financing_box input {
  margin-right: 10px;
  width: 40%;
  min-width: 90px;
}
.scope_financing_simulation .financing_box input[type="number"] {
  padding-right: 1em;
  padding-left: 1em;
}
.scope_financing_simulation .financing_box .toggle_button {
  display: flex;
  cursor: pointer;
}
.scope_financing_simulation .financing_box .toggle_button label {
  padding: 13px;
  width: 2vw;
  max-width: 185px;
  min-width: 100px;
  margin-right: 5px;
  background: none;
  color: #222222;
  width: 8vw;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: 1px solid #222222;
  cursor: pointer;
}
.scope_financing_simulation .financing_box .toggle_button label:hover {
  /*background-color: #f5f5f5;*/
  border-color: #AAAAAA;
  transition-duration: 0.5s;
  color: #555;
  border-color: #555;
}
.scope_financing_simulation .financing_box .toggle_button input {
  display: none;
}
.scope_financing_simulation .financing_box .toggle_button input[type=radio]:checked + label {
  color: white;
  background-color: none;
  color: #3c3c3c;
  border-color: #3c3c3c;
  font-style: normal;
}
.scope_financing_simulation .financing_box .cms_accordion {
  background-color: rgba(0, 0, 0, 0);
}
.scope_financing_simulation .financing_box .cms_accordion .accordion_content {
  padding: 1rem 1rem 1rem 3rem;
  font-style: italic;
}
.scope_financing_simulation .financing_box .cms_accordion .accordion_content .inline_element3 span {
  margin-bottom: 0px;
}
.scope_financing_simulation .financing_box .cms_accordion .accordion_content .inline_element3 div {
  margin-bottom: 0px;
}
.scope_financing_simulation .financing_box .cms_accordion .accordion_content .inline_element3:not(:last-of-type) {
  margin-bottom: 1.25rem;
}
.scope_financing_simulation .financing_box .cms_accordion .accordion_content .inline_element2 span {
  margin-bottom: 0px;
}
.scope_financing_simulation .financing_box .cms_accordion .accordion_title {
  border-bottom: 0px !important;
  padding: 0.75rem 0.75rem 0.75rem 3rem !important;
}
.scope_financing_simulation .financing_box .cms_accordion .accordion_title::after {
  display: none;
}
.scope_financing_simulation .financing_box .cms_accordion .accordion_title:before {
  content: "+";
  position: absolute;
  left: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  display: flex;
  border: 1px solid black;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}
.scope_financing_simulation .financing_box .cms_accordion.open .accordion_title:before {
  content: "-";
  padding-bottom: 3px;
}
.scope_financing_simulation .financing_box hr:last-child {
  margin: 4vh 0;
}
.scope_financing_simulation .stack, .scope_financing_simulation .stack_fee_included {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 400px;
  z-index: 1;
  margin-top: 4em;
}
.scope_financing_simulation .stack .stack_line, .scope_financing_simulation .stack_fee_included .stack_line {
  display: flex;
  align-items: flex-start;
  width: 100%;
  position: relative;
  transition: height 0.3s;
}
.scope_financing_simulation .stack .stack_line.good .stack_line_cell, .scope_financing_simulation .stack_fee_included .stack_line.good .stack_line_cell {
  background: #33d275;
}
.scope_financing_simulation .stack .stack_line.warning .stack_line_cell, .scope_financing_simulation .stack_fee_included .stack_line.warning .stack_line_cell {
  background: #b36205;
}
.scope_financing_simulation .stack .stack_line.bad .stack_line_cell, .scope_financing_simulation .stack_fee_included .stack_line.bad .stack_line_cell {
  background: #eb0037;
}
.scope_financing_simulation .stack .stack_line.blue .stack_line_cell, .scope_financing_simulation .stack_fee_included .stack_line.blue .stack_line_cell {
  background: #75aecb;
}
.scope_financing_simulation .stack .stack_line.light_blue .stack_line_cell, .scope_financing_simulation .stack_fee_included .stack_line.light_blue .stack_line_cell {
  background: #8ac3df;
}
.scope_financing_simulation .stack .stack_line.lack .stack_line_cell, .scope_financing_simulation .stack_fee_included .stack_line.lack .stack_line_cell {
  background: #cecece;
}
.scope_financing_simulation .stack .stack_line.hyp1, .scope_financing_simulation .stack_fee_included .stack_line.hyp1 {
  align-items: center;
}
.scope_financing_simulation .stack .stack_line.monthly_revenue .stack_line_cell, .scope_financing_simulation .stack_fee_included .stack_line.monthly_revenue .stack_line_cell {
  background: #b9baf4;
}
.scope_financing_simulation .stack .stack_line.monthly_revenue .stack_line_cell.empty, .scope_financing_simulation .stack_fee_included .stack_line.monthly_revenue .stack_line_cell.empty {
  background: #cecece;
}
.scope_financing_simulation .stack .stack_line.lack, .scope_financing_simulation .stack_fee_included .stack_line.lack {
  height: 0%;
}
.scope_financing_simulation .stack .stack_line .overflow, .scope_financing_simulation .stack_fee_included .stack_line .overflow {
  align-self: flex-end;
  margin-bottom: 5%;
}
.scope_financing_simulation .stack .stack_line:first-child .stack_line_title, .scope_financing_simulation .stack_fee_included .stack_line:first-child .stack_line_title {
  border-top: 0;
  border-bottom: 1px solid #DFDFDF;
  transform: translateY(-100%);
}
.scope_financing_simulation .stack .stack_line_title, .scope_financing_simulation .stack_fee_included .stack_line_title {
  width: 40%;
  margin-right: 10px;
  border-top: 1px solid #DFDFDF;
}
.scope_financing_simulation .stack .stack_line_title.no-border, .scope_financing_simulation .stack_fee_included .stack_line_title.no-border {
  border: 0;
}
.scope_financing_simulation .stack .stack_line_cell, .scope_financing_simulation .stack_fee_included .stack_line_cell {
  width: 20%;
  height: 100%;
  transition: background 0.3s;
  flex-shrink: 0;
}
.scope_financing_simulation .stack .stack_line_infos, .scope_financing_simulation .stack_fee_included .stack_line_infos {
  margin-left: 10px;
  width: 40%;
}
.scope_financing_simulation .stack .stack_threshold, .scope_financing_simulation .stack_fee_included .stack_threshold {
  position: absolute;
  left: 50%;
  width: 20%;
  height: 1px;
  border-top: 1px dashed #ffffff;
  z-index: 999;
  transform: translateX(-50%);
}
.scope_financing_simulation .stack .stack_threshold#stack_threshold1, .scope_financing_simulation .stack_fee_included .stack_threshold#stack_threshold1 {
  top: calc(400px * 70 / 100);
}
.scope_financing_simulation .stack .stack_threshold#stack_threshold2, .scope_financing_simulation .stack_fee_included .stack_threshold#stack_threshold2 {
  top: calc(400px * 67 / 100);
}
.scope_financing_simulation .stack_fee_included {
  margin-top: 5em;
}
.scope_financing_simulation .fa_included {
  font-style: italic;
  color: lightgray;
}
.scope_financing_simulation .add_fa_included {
  font-style: italic;
  color: lightgray;
  margin-left: auto;
  margin-right: 10px;
  width: 100%;
  text-align: right;
  margin-top: 0.5em;
}
.scope_financing_simulation .back_button {
  display: flex;
  flex-direction: column;
  width: fit-content;
}
.mod_datas h6 {
  padding-top: 10px;
}
.mod_datas input {
  border: 1px solid black;
  margin-right: 1em;
}
/*----- Financing END -----*/
.share_box span {
  cursor: pointer;
}
.share_box svg {
  width: 2em;
  height: 2em;
}
.object_descriptions {
  margin: -15px;
}
.description_box .text ul {
  margin-left: 2em;
}
.description_box .text ul > br {
  display: none;
}
.description_box .text ul li {
  list-style-position: outside;
}
.browser_chrome .description_box .text ul, .browser_chrome .cms_part ul, .browser_safari .description_box .text ul, .browser_safari .cms_part ul {
  margin-left: 2em;
}
.browser_chrome .description_box .text ul li, .browser_chrome .cms_part ul li, .browser_safari .description_box .text ul li, .browser_safari .cms_part ul li {
  list-style-position: outside;
}
.browser_chrome .description_box .text ul li ul, .browser_chrome .cms_part ul li ul, .browser_safari .description_box .text ul li ul, .browser_safari .cms_part ul li ul {
  margin-left: 2em;
}
.browser_safari.scope_information_terms ol {
  margin-left: 1.4em;
}
.detail_left {
  width: calc(65% - 30px);
  margin: 15px;
}
.detail_right {
  width: calc(35% - 30px);
  margin: 15px;
}
.detail_row {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #DFDFDF;
  padding: 10px 0;
}
.detail_row .value {
  text-align: right;
}
.distances_box .detail_row .value, .distances_box .detail_row .icon {
  width: 15%;
  text-align: center;
}
.distances_box .detail_row .value {
  white-space: nowrap;
}
.distances_box .detail_row .label {
  width: 40%;
}
.distances_box .detail_row .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.od_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.od_wrapper .od_box {
  width: 100%;
  display: flex;
  min-width: 300px;
}
.od_wrapper .od_box .od_left {
  display: flex;
  width: 84px;
  padding: 10px 20px;
  text-align: center;
  background: #005681;
  border-radius: 8px 0 0 8px;
  border: 1px solid #005681;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
}
.od_wrapper .od_box .od_left .od_day {
  font-size: 2.2em;
  font-weight: 800;
}
.od_wrapper .od_box .od_left .od_month {
  text-transform: uppercase;
}
.od_wrapper .od_box .od_right {
  border: 1px solid rgba(0, 86, 129, 0.5);
  background-color: #FFFFFF;
  color: #000000;
  border-radius: 0 8px 8px 0;
  border-left: 0px;
  padding: 10px 20px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  flex-grow: 2;
}
.od_wrapper .od_box .od_right .od_title {
  font-size: 1.1em;
  font-weight: bold;
  padding-bottom: 5px;
}
.od_wrapper .od_box .od_right svg {
  height: 12px;
  width: 12px;
  margin-right: 3px;
}
.od_wrapper .od_box .od_right svg * {
  fill: #000000;
}
.included_in_the_price {
  font-size: 0.75em;
  opacity: 0.75;
  font-style: italic;
  float: right;
  margin-top: 0.5em;
}
.conveniences_list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -15px;
}
.conveniences_list > * {
  width: calc(25% - 30px);
  margin: 15px;
}
@media screen and (max-width: 1500px) {
  .conveniences_list > * {
    width: calc(33.33% - 30px);
  }
}
@media screen and (max-width: 1200px) {
  .conveniences_list > * {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 670px) {
  .conveniences_list > * {
    width: calc(100% - 30px);
  }
}
.conveniences_list ul {
  list-style: initial;
  margin-left: 1em;
}
.conveniences_row {
  padding: 3px 0;
}
.part {
  margin: 2.5vh 0;
}
.part:first-child {
  margin-top: 0;
}
.part:last-child {
  margin-bottom: 0;
}
section.detail_page_banner {
  padding: 0;
}
#global .detail_page_banner .swiper-container .swiper.swiper-autowidth, #global .picture_slider .swiper-container .swiper.swiper-autowidth {
  height: 360px;
  min-height: 0;
}
#global .detail_page_banner .swiper-container .swiper.swiper-autowidth .swiper-wrapper .swiper-slide, #global .picture_slider .swiper-container .swiper.swiper-autowidth .swiper-wrapper .swiper-slide {
  width: fit-content;
  min-height: 0;
}
#global .detail_page_banner .swiper-container .swiper.swiper-autowidth .swiper-wrapper .swiper-slide img, #global .picture_slider .swiper-container .swiper.swiper-autowidth .swiper-wrapper .swiper-slide img {
  width: 200px;
  height: 100%;
  max-width: unset;
  max-height: unset;
  min-height: 0;
  min-width: 0;
}
#global .detail_page_banner .swiper-container .swiper .swiper-wrapper .swiper-slide, #global .picture_slider .swiper-container .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
}
#global .detail_page_banner .swiper-container .swiper .swiper-wrapper .swiper-slide img, #global .picture_slider .swiper-container .swiper .swiper-wrapper .swiper-slide img {
  height: 100%;
  object-fit: cover;
  max-width: 100%;
}
#global .detail_page_banner .swiper-container .thumbnails_container, #global .detail_page_banner .swiper-container .thumbnails_container .swiper-container, #global .picture_slider .swiper-container .thumbnails_container, #global .picture_slider .swiper-container .thumbnails_container .swiper-container {
  width: auto;
  margin: auto;
}
#global .detail_page_banner .swiper-container .thumbnails_container .swiper.swiper_thumbs, #global .picture_slider .swiper-container .thumbnails_container .swiper.swiper_thumbs {
  height: auto;
  width: 100%;
  max-height: none;
  padding: 0.5em 0;
}
#global .detail_page_banner .swiper-container .thumbnails_container .swiper.swiper_thumbs .swiper-slide, #global .picture_slider .swiper-container .thumbnails_container .swiper.swiper_thumbs .swiper-slide {
  overflow: hidden;
  opacity: 0.4;
  transition: 0.3s opacity ease;
  left: 0;
  max-height: 120px;
}
#global .detail_page_banner .swiper-container .thumbnails_container .swiper.swiper_thumbs .swiper-slide.swiper-slide-active, #global .picture_slider .swiper-container .thumbnails_container .swiper.swiper_thumbs .swiper-slide.swiper-slide-active {
  min-width: 0;
  left: 0;
}
#global .detail_page_banner .swiper-container .thumbnails_container .swiper.swiper_thumbs .swiper-slide img, #global .picture_slider .swiper-container .thumbnails_container .swiper.swiper_thumbs .swiper-slide img {
  height: 100%;
  min-width: 0;
  object-fit: cover;
  max-width: 100%;
  max-height: 120px;
}
#global .detail_page_banner .swiper-container .thumbnails_container .swiper.swiper_thumbs .swiper-slide-thumb-active, #global .picture_slider .swiper-container .thumbnails_container .swiper.swiper_thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.detail_page_banner .thumbnails_container .swiper-all .swiper.swiper_thumbs, .picture_slider .thumbnails_container .swiper-all .swiper.swiper_thumbs {
  width: auto;
}
.detail_page_banner .thumbnails_container .swiper-all .swiper.swiper_thumbs .swiper-wrapper, .picture_slider .thumbnails_container .swiper-all .swiper.swiper_thumbs .swiper-wrapper {
  justify-content: center;
}
.detail_page_banner .thumbnails_container .swiper-all .swiper.swiper_thumbs .swiper-slide, .picture_slider .thumbnails_container .swiper-all .swiper.swiper_thumbs .swiper-slide {
  max-width: fit-content !important;
  width: auto;
}
.swiper-container {
  width: 100%;
  position: relative;
  height: 100%;
}
.scope_objectslist_search #global .section_object .box .swiper ~ .swiper-button-nav svg *, .scope_objectslist_search #global .section_object .box .swiper .swiper-button-nav svg * {
  fill: #fff;
}
.swiper.unique-pic {
  height: 100%;
  max-height: 70vh;
}
.swiper.unique-pic img {
  width: auto;
  height: 100%;
  margin: auto;
  max-height: 70vh;
}
.swiper.unique-pic .slider_external_embed iframe, .swiper.unique-pic .slider_external_embed img, .swiper.unique-pic .slider_external_embed a {
  max-height: 70vh;
}
.swiper .slider_external_embed {
  position: relative;
  padding-top: 56.25%;
}
.swiper .slider_external_embed iframe, .swiper .slider_external_embed img, .swiper .slider_external_embed a {
  height: 100%;
  width: 100%;
  position: absolute;
  margin: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.swiper .slider_external_embed .slogan {
  position: absolute;
  display: flex;
  align-items: center;
  top: 5px;
  right: 5px;
  left: unset;
  bottom: unset;
  border: 0;
  z-index: 101;
  margin: 0;
}
.swiper .slider_external_embed .slogan svg {
  width: 24px;
  height: 24px;
  margin-right: 0.5vw;
}
.swiper .slider_external_embed .slogan svg > * {
  fill: white;
}
.swiper ~ .swiper-button-nav, .swiper .swiper-button-nav {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  background-color: rgba(0, 0, 0, 0.3);
  margin-top: 0;
  height: 100%;
  width: 40px;
}
.swiper ~ .swiper-button-nav::after, .swiper .swiper-button-nav::after {
  display: none;
}
.swiper ~ .swiper-button-nav svg, .swiper .swiper-button-nav svg {
  height: 2.5em;
  width: 1.25em;
  vertical-align: middle;
  margin: auto;
  fill: #fff;
}
.swiper ~ .swiper-button-prev, .swiper .swiper-button-prev {
  left: 0;
}
.swiper ~ .swiper-button-prev svg, .swiper .swiper-button-prev svg {
  transform: rotate(-180deg);
}
.swiper ~ .swiper-button-next, .swiper .swiper-button-next {
  right: 0;
}
.swiper ~ .swiper-pagination, .swiper .swiper-pagination {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
}
.swiper ~ .swiper-pagination .swiper-pagination-bullet, .swiper .swiper-pagination .swiper-pagination-bullet {
  padding: 0;
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  opacity: 0.5;
  margin: 0 4px;
  border-radius: 10px;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.75);
  transition-delay: initial;
  transition-duration: 0.3s;
  transition-property: opacity, background-color;
  transition-timing-function: ease-out;
}
.swiper ~ .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper ~ .swiper-pagination .swiper-pagination-bullet:hover, .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper .swiper-pagination .swiper-pagination-bullet:hover {
  opacity: 1;
}
.virtual_popup .mfp-iframe-holder .mfp-content {
  max-width: 96%;
  max-height: 96vh;
}
.slider_arrows {
  display: none;
}
.visit_box .display_visit {
  display: none;
}
.visit_box.anim_button .hide_visit_content {
  display: none;
}
.visit_box .visit_pic {
  width: 200px;
}
.visit_box .visit_info_container .row_languages {
  display: flex;
  align-items: center;
}
.visit_box .visit_info_container .row_languages img {
  display: inline-block;
}
.visit_box .visit_infos h2 {
  font-size: 1.2em;
  margin-bottom: 0.5em;
}
.visit_box.anim_button .display_visit {
  display: block;
}
.buttons_box .button {
  display: block;
  margin: 0 0 0.5em;
}
.buttons_box .button a:hover {
  text-decoration: none !important;
}
.buttons_box .button svg {
  width: 1em;
  height: 1em;
  margin-right: 10px;
  vertical-align: text-top;
}
.buttons_box .button svg * {
  transition: 0.2s opacity;
}
.buttons_box_inline .button {
  display: inline-block;
}
.favorite_button .icon_favorite_on {
  opacity: 0;
}
.favorite_button.favorite_on .icon_favorite_off {
  opacity: 0;
}
.favorite_button.favorite_on .icon_favorite_on {
  opacity: 1;
}
.favorite_button svg {
  width: 1em;
  height: 1em;
}
.favorite_button svg * {
  transition: 0.2s opacity;
}
.favorite_button .remove_to_favorites {
  display: none;
}
.favorite_button.favorite_on .remove_to_favorites {
  display: inline-block;
}
.favorite_button.favorite_on .add_to_favorites {
  display: none;
}
.files_box a {
  display: block;
  margin-bottom: 0.3em;
}
.files_box svg {
  width: 20px;
  height: 18px;
  vertical-align: middle;
  margin-right: 10px;
}
.files_box svg * {
  fill: #005681;
}
.preview_from_BE {
  margin-bottom: 3em;
  text-align: center;
}
/*----- Team -----*/
.team_list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -20px;
  padding: 0 0;
}
.team_list > * {
  width: calc(25% - 40px);
  margin: 20px;
}
@media screen and (max-width: 1350px) {
  .team_list > * {
    width: calc(33.33% - 40px);
  }
}
@media screen and (max-width: 1050px) {
  .team_list > * {
    width: calc(50% - 40px);
  }
}
@media screen and (max-width: 770px) {
  .team_list > * {
    width: calc(100% - 40px);
  }
}
.team_list > .team_group {
  width: 100%;
}
.team_group {
  padding: 5vh 0;
}
.team_group .team_group_title {
  text-align: center;
  margin-bottom: 4vh;
}
.team_group .team_list {
  padding: 0;
}
.box_team_item .label svg {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.box_team_item .box_infos {
  text-align: center;
  padding: 20px;
}
.box_team_item .box_infos.icon .label, .box_team_item .box_infos.icon .value, .box_team_item .box_infos.icon svg {
  display: inline-block;
}
.box_team_item .row {
  padding: 0.3em 0.6em;
}
.box_team_item .team_languages img {
  display: inline-block;
  width: 20px;
}
/*----- Project table -----*/
.project_table {
  width: 100%;
  border-collapse: collapse;
}
.project_table tr {
  position: relative;
}
.project_table td[class*="cols"] {
  display: none;
}
.project_table td {
  position: relative;
  text-align: center;
  padding: 0.75em 0.25em;
}
.project_table td.align_left {
  text-align: left;
}
.project_table td.align_right {
  text-align: right;
}
.project_table td.cols3 {
  display: table-cell;
}
@media (min-width: 1050px) {
  .project_table td.cols3 {
    display: none;
  }
}
@media (min-width: 1050px) {
  .project_table td.cols4 {
    display: table-cell;
  }
}
@media (min-width: 1350px) {
  .project_table td.cols4 {
    display: none;
  }
}
@media (min-width: 1350px) {
  .project_table td.cols8 {
    display: table-cell;
  }
}
@media (min-width: 1500px) {
  .project_table td.cols8 {
    display: none;
  }
}
@media (min-width: 1500px) {
  .project_table td.cols12 {
    display: table-cell;
  }
}
.project_table .project_table_row {
  cursor: pointer;
  z-index: 20;
  opacity: 0.75;
}
.project_table .project_table_row:hover, .project_table .project_table_row.opened, .project_table .project_table_content {
  opacity: 1;
  background: transparent;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.project_table .project_table_content {
  z-index: 10;
}
.project_table .project_table_content td {
  padding: 0;
  text-align: left;
}
.project_table .project_table_content.onLoading > td {
  height: 6em;
}
.project_table thead td, .project_table .thead .td {
  border-bottom: 1px solid #DFDFDF;
  font-weight: 700;
}
.project_table .table_title_margin td, .project_table .table_title_margin .td {
  padding: 0;
  height: 0.5em;
}
.project_table .project_table_subobject .picture_slider {
  padding-top: 28.125%;
  position: relative;
}
.project_table .project_table_subobject .swiper-container {
  width: 100%;
  max-width: 100vw;
  position: absolute;
  top: 0;
}
.project_table .project_table_subobject .swiper-container .swiper {
  width: 100%;
  height: 100%;
  max-height: 100%;
}
.project_table .project_table_subobject_content {
  padding: 20px;
}
.project_table .project_table_value:nth-of-type(2), .project_table .project_table_title:nth-of-type(2) {
  margin-top: 15px;
}
.project_table .project_table_value_status {
  font-weight: 600;
}
.project_table .project_table_row_status_actived .project_table_value_status {
  color: #158838;
}
.project_table .project_table_row_status_rent, .project_table .project_table_row_status_sold {
  opacity: 0.66;
}
.project_table .project_table_row_status_rent .project_table_value_status, .project_table .project_table_row_status_sold .project_table_value_status {
  color: #eb0037;
}
.project_table .project_table_row_status_reserved {
  opacity: 0.66;
}
.project_table .project_table_row_status_reserved .project_table_value_status {
  color: #b36205;
}
.project_table .project_arrow {
  margin-right: 0.25em;
}
.project_table .project_arrow svg {
  transition: transform 0.5s;
  width: 0.75em;
  height: 0.75em;
}
.project_table .project_arrow svg * {
  fill: #000000;
}
.project_table .project_table_row.opened .project_arrow svg {
  transform: rotate(90deg);
}
/*----- Energy -----*/
.energy_box .energy {
  padding: 5% 0;
  max-width: 500px;
}
/*----- Contact -----*/
#contact_table {
  width: 80%;
}
#contact_table .row {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #DFDFDF;
  padding: 10px 0;
}
#contact_table .row .label {
  width: 30%;
  text-transform: uppercase;
  font-size: 0.7em;
  opacity: 0.5;
}
#contact_table .row .value {
  width: 70%;
}
#contact_table .row.contact_row_societe .value {
  font-weight: 700;
  text-transform: uppercase;
}
/*----- Presentation -----*/
#presentation_container h2 {
  text-align: center;
  margin: 40px 0;
  font-weight: 500;
}
/*----- Jobs -----*/
.box_job_item .box_body {
  text-align: center;
}
.box_job_item .button {
  margin-top: 20px;
}
/*----- Popups -----*/
button[class*="mfp-"], button[class*="mfp-"]:hover {
  background: none;
  border: none;
}
.mfp-wrap.youtube_popup.short .mfp-content {
  max-width: 45vh;
  max-height: 80vh;
}
.mfp-wrap.youtube_popup.short .mfp-content .mfp-iframe-scaler {
  padding-top: 177.777%;
}
.mfp-content .popup {
  background: #FFFFFF;
  color: #000000;
  border: 0 solid #DFDFDF;
  width: 80%;
  max-width: 400px;
  margin: auto;
  position: relative;
  transition: 0.5s width, 0.5s height, 0.5s max-width, 0.5s max-height;
}
.mfp-content .popup > *:not(.no_padding):not(.mfp-close), .mfp-content .popup .popup_part {
  padding: 30px;
  background: #FFFFFF;
}
.mfp-content .popup .mfp-close, .mfp-content .popup .return_button {
  font-size: 1.5em;
  line-height: 1.5em;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  margin-top: 0;
}
.mfp-content .popup .mfp-close:hover, .mfp-content .popup .return_button:hover {
  background: transparent;
}
.magnific-hidden-button {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  left: -9999px;
}
.mfp-bg.auto-popup ~ .mfp-wrap .cms_cms3_container {
  width: 100%;
  transform: scale(0.9);
  max-width: 1600px;
  margin: auto;
}
.mfp-bg.auto-popup ~ .mfp-wrap .cms_cms3_container .mfp-close {
  margin: 0;
}
.mfp-bg.auto-popup ~ .mfp-wrap .inner_content {
  padding: 0 40px;
}
.mfp-wrap ~ .datepickers-container .datepicker {
  z-index: 1050;
}
.login_box {
  text-align: center;
  overflow: hidden;
}
.login_box h3 {
  margin-bottom: 1em;
}
.login_box button, .login_box .button {
  margin-top: 1em;
}
.login_box .login_new_account {
  border-top: 1px solid #000000;
}
.login_box .login_popup_register_content, .login_box .login_popup_forgot_content, .login_box .login_popup_messages_content, .login_box .login_popup_pdf_download_content {
  display: none;
}
.login_box .login_welcome_back, .login_box .login_new_account_text {
  margin: 10px 0 20px;
}
.login_box.register_box {
  width: 90%;
  max-width: 650px;
  overflow: visible;
}
.login_box.register_box .login_popup_login_content {
  display: none;
}
.login_box.register_box .login_popup_register_content {
  display: block;
}
.login_box.register_box .login_popup_register_content .register_form_box .row_contacttype .row_cb, .login_box.register_box .login_popup_register_content .register_form_box .row_legal_contact_type .row_cb, .login_box.register_box .login_popup_register_content .register_form_box .row_additional_contact_type .row_cb {
  display: block;
}
.login_box.forgot_box .login_popup_login_content {
  display: none;
}
.login_box.forgot_box .login_popup_forgot_content {
  display: block;
}
.login_box.messages_box .login_popup_login_content, .login_box.messages_box .login_popup_register_content, .login_box.messages_box .login_popup_forgot_content {
  display: none;
}
.login_box.messages_box .login_popup_messages_content {
  display: block;
}
.login_box.register_box .return_button, .login_box.forgot_box .return_button {
  position: absolute;
  top: 0;
  left: 0;
}
.login_box.register_box .return_button:after, .login_box.forgot_box .return_button:after {
  content: "⇠";
  display: block;
}
.section_login .title {
  margin-bottom: 4vh;
}
.section_login .login_register_container {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  max-width: 100%;
}
.section_login .login_register_container .login_content .box_infos {
  width: auto;
  padding: 2em;
  margin-right: 1em;
  min-width: 20vw;
}
.section_login .login_register_container .login_content .box_infos .forgot_password {
  text-align: left;
}
.section_login .login_register_container .login_box > form {
  width: 100%;
}
.section_login .login_register_container .login_popup_register_content {
  width: 50%;
  min-width: 50%;
  padding: 2em;
  margin-left: 1em;
}
.section_login .login_register_container .login_popup_forgot_content {
  position: relative;
}
.section_login .login_register_container .login_popup_forgot_content > div {
  width: 100%;
}
.section_login .login_register_container .login_popup_forgot_content .return_button:after {
  content: "⇠";
  display: block;
  position: absolute;
  left: 10px;
  top: 10px;
}
.section_login .login_register_container.forgot_box .login_box {
  display: none;
}
#archive_confirm_popup {
  max-width: 600px;
  width: fit-content;
}
#archive_confirm_popup .archive_confirm_content {
  padding: 2em;
}
#archive_confirm_popup h5 {
  font-weight: bold;
  margin-bottom: 1em;
}
#archive_confirm_popup h5, #archive_confirm_popup p {
  text-align: center;
}
#archive_confirm_popup .confirm_buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 2em;
}
#archive_confirm_popup .confirm_buttons .button {
  margin: 0 0.5em 0.5em 0.5em;
  text-align: center;
}
.profile_manage_menu_popup {
  max-width: 600px !important;
  width: fit-content !important;
}
.profile_manage_menu_popup .confirm_content {
  padding: 2em;
}
.profile_manage_menu_popup h5 {
  font-weight: bold;
  margin-bottom: 1em;
}
.profile_manage_menu_popup h5, .profile_manage_menu_popup p {
  text-align: center;
}
.profile_manage_menu_popup .confirm_buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 2em;
}
.profile_manage_menu_popup .confirm_buttons .button {
  margin: 0 0.5em 0.5em 0.5em;
  text-align: center;
}
.login_popup_wrapper {
  width: fit-content;
  margin: 0 auto;
  max-width: 90%;
}
.login_popup_wrapper .popup {
  width: 100%;
}
/*----- Auto Popups -----*/
.mfp-wrap.auto-popup .cms_section {
  padding: 10vh 0;
}
.mfp-wrap.auto-popup .cms_section .inner_content {
  width: calc(100% / 6 * 5);
}
.mfp-wrap.auto-popup .cms_section_section_no_style {
  padding: 0;
}
.mfp-wrap.auto-popup .cms_section_section_no_style .inner_content {
  width: 100%;
  padding: 0;
}
.mfp-wrap.auto-popup .cms_section_section_no_style .inner_content img {
  width: 100%;
}
/*----- User part -----*/
.user_management h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.user_management h1 svg {
  width: 1em;
  height: 1em;
  margin: 0.33em;
}
.user_management h1 svg * {
  fill: #000000;
}
.user_management h2.user_title_page {
  display: none;
}
.user_management .user_selection_title {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #DFDFDF;
}
.user_management .user_selection_title h2 {
  display: inline;
}
.user_management .user_selection_title svg {
  display: inline;
  width: 25px;
  height: 25px;
  margin-left: 10px;
  cursor: pointer;
}
.user_management .user_selection_title svg * {
  fill: #000000;
}
.user_management .user_selection_title:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.user_management .user_activation .user_activation_form {
  margin-top: 10px;
}
.user_management .user_activation .user_activation_form .profile_login_box {
  margin: auto;
}
.user_management .owner_objects_list .form {
  margin: 0;
}
.user_management.user_forgotten_management .user_forgotten_form {
  justify-content: center;
}
.user_management .no_results_message {
  background: none;
}
@keyframes overFilter {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.tabs {
  display: flex;
  justify-content: center;
  margin: 1vh -0.5em 5vh;
  flex-wrap: wrap;
}
.tabs .tab {
  background: #FFFFFF;
  color: #000000;
  border: 1px solid #eaeaea;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.65em 1.25em 0.75em;
  margin: 0.5em;
  transition: 0.2s color, 0.2s background-color, 0.2s border;
  position: relative;
}
.tabs .tab svg {
  width: auto;
  height: 2.5em;
  margin-bottom: 0.25em;
}
.tabs .tab svg * {
  transition: 0.2s fill;
  fill: #000000;
}
.tabs .tab svg .a {
  opacity: 1;
}
.tabs .tab svg .c {
  opacity: 0.5;
}
.tabs .tab .tab_text {
  white-space: nowrap;
}
.tabs .tab:hover {
  cursor: pointer;
  background: #004466;
  color: #FFFFFF;
  border-color: #004466;
}
.tabs .tab:hover svg * {
  fill: #FFFFFF;
}
.tabs .tab.selected {
  background: #004466;
  color: #FFFFFF;
  border-color: #004466;
}
.tabs .tab.selected svg * {
  fill: #FFFFFF;
}
.tabs .tab.disabled, .tabs .tab[disabled] {
  cursor: default;
  background: white;
  color: #333;
  border-color: white;
}
.tabs .tab.disabled svg *, .tabs .tab[disabled] svg * {
  fill: #333;
}
.tabs .tab .notification {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 3px;
  right: 3px;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  text-align: center;
  font-size: 10px;
  position: absolute;
  display: flex;
  background: #eb0037;
  color: #ffffff;
  font-weight: bold;
}
.tabs label.tab {
  display: flex;
}
#global .tabs.user_filter_tab {
  justify-content: flex-start;
  width: auto;
  padding: 0;
  margin: 0;
}
#global .tabs.user_filter_tab .filter_tab {
  background: none;
  border: 0px;
  padding: 0;
  padding: 0 20px;
  margin: 0;
  border-bottom: 1px solid #DFDFDF;
  margin-bottom: 2vh;
  max-width: 100%;
}
#global .tabs.user_filter_tab .filter_tab .tab_text {
  width: 100%;
}
#global .tabs.user_filter_tab .filter_tab .tab_text h2 {
  text-align: left;
  max-width: 100%;
  display: flex;
}
#global .tabs.user_filter_tab .filter_tab .tab_text h2 .name {
  max-width: 250px;
  text-overflow: ellipsis;
  display: inline-block;
  overflow: hidden;
}
#global .tabs.user_filter_tab .filter_tab .tab_text h2 .name::after {
  content: attr(name);
  position: absolute;
  top: -30px;
  left: 20%;
  font-size: 0.8em;
  font-weight: normal;
  font-style: italic;
  background: #ddd;
  color: #333;
  padding: 5px 10px;
  display: none;
  opacity: 0;
  transition: all 0.2s;
}
#global .tabs.user_filter_tab .filter_tab .tab_text h2 .name:hover::after {
  display: block;
  animation-name: overFilter;
  animation-duration: 0.5s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}
#global .tabs.user_filter_tab .filter_tab .tab_text h2 .count {
  padding-left: 4px;
}
#global .tabs.user_filter_tab .filter_tab * {
  color: #000000;
  font-size: 1em;
}
#global .tabs.user_filter_tab .filter_tab:hover {
  background: none;
  border-color: #000000;
}
#global .tabs.user_filter_tab .filter_tab.selected {
  background: none;
  border-bottom: 3px solid #005681;
  opacity: 1;
}
#global .tabs.user_filter_tab .filter_tab.selected * {
  color: #005681;
}
#global .tabs.user_filter_tab .filter_tab.selected:hover {
  opacity: 1;
  border-color: #004466;
}
#global .tabs.user_filter_tab .filter_tab.selected:hover * {
  color: #004466;
}
#global .tabs.user_filter_tab .filter_tab .count {
  opacity: 0.5;
}
.user_result_list .button {
  margin: 1em 0 4rem 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: fit-content;
}
.user_result_list .button svg {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  vertical-align: text-top;
}
.criterias_categories_box {
  margin-bottom: 4vh;
}
.criterias_categories_box .criterias_filter_categories_tabs {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -15px;
}
.criterias_categories_box .criterias_filter_categories_tabs > * {
  width: calc(16.66% - 30px);
  margin: 15px;
}
@media screen and (max-width: 1350px) {
  .criterias_categories_box .criterias_filter_categories_tabs > * {
    width: calc(33.33% - 30px);
  }
}
@media screen and (max-width: 770px) {
  .criterias_categories_box .criterias_filter_categories_tabs > * {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 670px) {
  .criterias_categories_box .criterias_filter_categories_tabs > * {
    width: calc(100% - 30px);
  }
}
.criterias_categories_box .criterias_filter_categories_tabs .cat_tab .row {
  display: none;
}
.criterias_categories_box .criterias_filter_categories_tabs .cat_tab .cat_cb:checked + .tab {
  background: #004466;
  color: #FFFFFF;
  border-color: #004466;
}
.criterias_categories_box .criterias_filter_categories_tabs .cat_tab .cat_cb:checked + .tab svg * {
  fill: #FFFFFF;
}
.criterias_categories_box .criterias_filter_categories_tabs .cat_tab .cat_cb:checked + .tab + .row {
  display: block;
}
.criterias_categories_box .criterias_filter_categories_tabs .cat_tab .tab {
  text-align: center;
  margin: 0 0 10px;
}
#global .user_criterias .location_box .label_inputs_multiple .label_icon svg {
  width: 1.2em;
  height: 1.2em;
}
#global .user_criterias .location_box .label_inputs_multiple .label_icon svg * {
  fill: #000000;
}
#global .user_criterias .location_box .row {
  margin: 0 0 0.85em 0;
}
#global .user_criterias .location_box .row_regions {
  margin: 0.5em 0 0 0;
}
#global .user_criterias .location_box .row_regions .multiselect_box.not_empty + .placeholder, #global .user_criterias .location_box .row_regions .multiselect_box.focus + .placeholder {
  display: none;
}
#global .user_criterias .location_box .form_part {
  margin: 0.85em 0;
}
#global .user_criterias .location_box .form_part:first-child {
  margin: 0;
}
.prospection_object_caracteristics .criterias_filter_categories_tabs .cat_cb:checked + .tab {
  background: #004466;
  color: #FFFFFF;
  border-color: #004466;
}
.prospection_object_caracteristics .criterias_filter_categories_tabs .cat_cb:checked + .tab svg * {
  fill: #FFFFFF;
}
.prospection_object_caracteristics .criterias_filter_categories_tabs .cat_cb:checked + .tab + .row {
  display: block;
}
.user_criterias_filter_choice {
  display: flex;
  margin-bottom: 4vh;
  justify-content: center;
}
.user_criterias_filter_choice .input_box {
  display: flex;
  align-items: center;
  margin: auto;
  width: auto;
  position: relative;
}
.user_criterias_filter_choice .input_box .select_box {
  margin-left: 0.25em;
}
.user_management .form {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -15px;
  align-items: flex-start;
}
.user_management .form > * {
  width: calc(50% - 30px);
  margin: 15px;
}
@media screen and (max-width: 1050px) {
  .user_management .form > * {
    width: calc(100% - 30px);
  }
}
.user_management .form .form_part {
  margin-top: 4vh;
}
.user_management .form .form_part:first-child {
  margin-top: 0;
}
.user_management .form .form_part h3 {
  margin-bottom: 1vh;
}
.user_management .form + .box {
  margin-top: 4vh;
}
.user_management .form .informations_box, .user_management .form .criterias_categories_box, .user_management .form .form_validation {
  width: 100%;
}
.user_management .form .form_archive {
  width: 100%;
  padding: 2.5em 0 0 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-top: 1px solid #DFDFDF;
}
.user_management .form .form_archive .archive_confirm_container {
  display: none;
}
.user_management .form .form_archive .archive_confirm_content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.user_management .form .form_archive .archive_confirm_content .confirm_buttons {
  margin-left: 2em;
  display: flex;
}
.user_management .form .form_archive .archive_confirm_content .confirm_buttons .button:first-child {
  margin-right: 1em;
}
.user_management .form > .js_loader {
  width: 100%;
  margin: 0;
}
#global section .archive_container .button, #global section .archive_container .button:hover, #global section .archive_container .button:focus {
  color: #FFFFFF;
  background-color: #eb0037;
  border-color: #eb0037;
}
#global section .archive_container .button:hover, #global section .archive_container .button:hover:hover, #global section .archive_container .button:focus:hover {
  opacity: 0.8;
}
.prospection_form {
  padding: 0 4vw;
  display: flex;
  flex-direction: column;
}
.prospection_form .content {
  margin: 0 auto;
}
.prospection_form h3 {
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: center;
}
.prospection_form .tabs {
  margin-bottom: 30px;
}
.prospection_form .map_canvas {
  height: 280px;
}
.prospection_form .row_recaptcha {
  margin: 25px 0;
}
.prospection_form .prospection_form_box {
  margin: 0 auto;
  max-width: 0px;
  width: 100%;
  overflow: hidden;
  max-height: 100%;
}
.prospection_form .prospection_form_box .row {
  margin: 0 auto 15px auto;
  width: calc(100% - 60px);
}
.prospection_form .prospection_form_box .row .translations_button {
  position: absolute;
  right: -60px;
  top: 10px;
}
.prospection_form .prospection_form_box .row .translations_button svg {
  width: 40px;
  height: 40px;
}
.prospection_form .prospection_form_box .row .characters_limit {
  text-align: right;
  font-style: italic;
  opacity: 0.7;
  font-size: 0.9em;
}
.prospection_form .prospection_form_box #prospection_object_map {
  width: 50vh;
}
.prospection_form .steps_content {
  position: relative;
}
.prospection_form_box.categories .row:not(.row_required) {
  display: none;
}
.prospection_form_box.location .content, .prospection_form_box.caracteristics .content {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -15px;
  justify-content: center;
  max-width: calc(1100px + 30px);
  margin: 0 auto;
}
.prospection_form_box.location .content > *, .prospection_form_box.caracteristics .content > * {
  width: calc(50% - 30px);
  margin: 15px;
}
@media screen and (max-width: 1050px) {
  .prospection_form_box.location .content > *, .prospection_form_box.caracteristics .content > * {
    width: calc(100% - 30px);
  }
}
.prospection_form_box.object_condition .content, .prospection_form_box.contact .content {
  max-width: 550px;
}
[data-step] {
  transition: transform 0.5s;
  transform: translateX(calc(50% + 5vw));
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  visibility: hidden;
}
[data-step].step_active {
  transform: translateX(-50%);
  position: relative;
  visibility: visible;
  z-index: 11;
  max-width: 100%;
  overflow: visible;
}
[data-step].step_active #prospection_object_map {
  width: 99.999%;
}
[data-step].step_done {
  transform: translateX(calc(-150% - 5vw));
}
[data-step].step_animated {
  visibility: visible;
}
.steps_bullets {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto;
}
.steps_bullets .step_bullet {
  width: 0.75em;
  height: 0.75em;
  margin: 0 0.75em;
  display: flex;
  text-align: center;
  transition: all 0.5s;
  position: relative;
  z-index: 10;
  background: #d6d6d6;
  border-radius: 100%;
}
.steps_bullets .step_bullet.done_bullet {
  background: #015681;
}
.steps_bullets .step_bullet.active_bullet {
  background: #015681;
  transform: scale(1.5);
}
.steps_bullets .step_bullet .step_text {
  display: none;
}
.steps_actions {
  display: flex;
  align-items: center;
  justify-content: center;
}
.steps_actions .button {
  margin: 15px;
}
.form_validation {
  margin-top: 4vh;
  text-align: center;
}
.form_validation .button, .form_validation button {
  margin: 0 7.5px 7.5px 0;
}
.form_validation .button.delete_filter, .form_validation button.delete_filter {
  -webkit-box-shadow: inset 0px 0px 0px 3px #005681;
  -moz-box-shadow: inset 0px 0px 0px 3px #005681;
  box-shadow: inset 0px 0px 0px 3px #005681;
  background: transparent;
  color: #005681;
  border: 1px solid #005681;
  margin-bottom: 7.5px;
}
.form_validation .button.delete_filter:hover, .form_validation button.delete_filter:hover {
  color: #004466;
  -webkit-box-shadow: inset 0px 0px 0px 3px #004466;
  -moz-box-shadow: inset 0px 0px 0px 3px #004466;
  box-shadow: inset 0px 0px 0px 3px #004466;
  border-color: #004466;
}
.inputs_multiple {
  display: flex;
  margin-top: 0.5em;
}
.inputs_multiple > div {
  position: relative;
  margin-right: 10px;
}
.inputs_multiple > div:last-child {
  margin-right: 0;
}
.inputs_multiple > div.input_box {
  width: 100%;
}
.inputs_multiple > div.input_radius {
  width: 50%;
}
.animated_form .row .label_inputs_multiple, .label_inputs_multiple {
  display: flex;
  align-items: center;
  padding: 0.5em 0 0.25em;
}
.animated_form .row .label_inputs_multiple .label_icon, .label_inputs_multiple .label_icon {
  margin-right: 0.5em;
}
.animated_form .row .label_inputs_multiple .label_icon svg, .label_inputs_multiple .label_icon svg {
  width: 1.15em;
  height: 1.15em;
  display: block;
}
.animated_form .row .label_inputs_multiple .label_icon svg *, .label_inputs_multiple .label_icon svg * {
  fill: #000000;
}
.input_label_unit {
  font-size: 0.75em;
}
.input_suffix {
  border: 1px solid transparent;
  color: #000000;
  padding: 0.7em 1em;
  padding-left: 0;
  padding-right: 0;
}
.results_list {
  list-style: none;
}
.results_list li {
  margin-bottom: 0.33em;
  padding-bottom: 0.33em;
  border-bottom: 1px solid #eaeaea;
}
.results_list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.results_list li .location_radius {
  font-style: italic;
  opacity: 0.8;
  font-size: 0.8em;
}
.results_list li .remove {
  float: right;
}
.results_list li .remove:after {
  cursor: pointer;
  display: block;
  content: "✕";
  margin-left: 0.25em;
  cursor: pointer;
}
.results_list li:after {
  content: "";
  display: block;
  clear: both;
}
.results_list li.results_list_template {
  display: none;
}
.small_form {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  min-width: 300px;
  max-width: 580px;
  text-align: center;
}
.text_intro {
  margin: 2vh 0;
}
.scope_information_terms ol, .scope_information_terms ul {
  list-style-position: outside;
  margin-left: 1em;
  padding-left: 0;
}
/* ------ Owners ------*/
.owner_objects_filters .box_inner {
  padding: 20px;
}
.owner_objects_filters .filter_content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.owner_objects_filters .filter_items {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: -1em;
}
.owner_objects_filters .filter_items > * {
  width: auto;
  margin: 0 1em 1em 0;
}
.owner_objects_filters .button {
  white-space: nowrap;
}
.owner_objects_filters + .tabs {
  margin-top: 30px;
  margin-bottom: 0;
}
.owner_objects_list .box_object_owner {
  margin-top: 30px;
  display: block;
}
.owner_objects_list .object_preview {
  display: flex;
}
.owner_objects_list .object_preview .box_picture {
  max-width: 400px;
}
.owner_objects_list .object_preview .box_body {
  position: relative;
}
.owner_objects_list .object_preview .box_body .price {
  position: absolute;
  top: 20px;
  right: 20px;
}
.owner_objects_list .object_preview .box_body .button_object_form {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.owner_objects_list .owner_infos {
  padding: 20px;
  border-top: 1px solid #eaeaea;
}
.owner_objects_list .owner_infos hr {
  margin: 20px -20px;
  border-width: 0 0 1px;
  border-color: #eaeaea;
}
.owner_objects_list .owner_infos h3 {
  font-size: 1.2em;
  margin-bottom: 1.2em;
}
.owner_objects_list .owner_infos h4 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 0.6em;
  text-transform: none;
}
.owner_objects_list .owner_infos .date {
  font-style: italic;
}
.owner_objects_list .owner_infos ul {
  margin: 0 0 1em;
}
.owner_objects_list .owner_infos ul li {
  margin: 0 0 0.5em;
  list-style: none;
}
.owner_objects_list .owner_infos ul li .date {
  width: 33.33%;
  font-size: 0.85em;
  max-width: 180px;
  display: inline-block;
}
.owner_objects_list .owner_infos .no_results_message {
  margin-bottom: 0;
}
.owner_objects_list .owner_infos .display_more {
  display: block;
  margin-bottom: 30px;
}
.owner_objects_list .owner_infos .display_more:last-child {
  margin-bottom: 0;
}
.owner_objects_list .owner_infos table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 30px;
}
.owner_objects_list .owner_infos table:last-child {
  margin-bottom: 0;
}
.owner_objects_list .owner_infos table thead td {
  font-weight: bold;
  border-bottom: 1px solid #eaeaea;
}
.owner_objects_list .owner_infos table td {
  padding: 0.25em 0.5em;
}
.owner_objects_list .owner_infos table td:first-child {
  padding-left: 0;
}
.owner_objects_list .owner_infos table td:last-child {
  padding-right: 0;
}
.owner_objects_list .owner_infos table tfoot td {
  font-weight: bold;
  border-top: 1px solid #eaeaea;
}
.owner_objects_list .owner_infos .object_costs_legend {
  margin-top: calc(-30px + 2em);
  margin-bottom: 30px;
}
.activity_repport_infos {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -15px;
  margin-top: 0;
  margin-bottom: 0;
}
.activity_repport_infos > * {
  width: calc(50% - 30px);
  margin: 15px;
}
@media screen and (max-width: 900px) {
  .activity_repport_infos > * {
    width: calc(100% - 30px);
  }
}
.activity_repport_infos .row {
  display: flex;
  align-items: center;
  margin-top: 0;
  margin-bottom: 1.5em;
}
.activity_repport_infos .row .icon {
  width: 40px;
}
.activity_repport_infos .row .icon svg {
  width: 25px;
  height: 25px;
}
.activity_repport_infos .row .icon svg * {
  fill: #000000;
}
.activity_repport_infos .row .value {
  width: 4em;
  font-weight: bold;
  text-align: right;
  padding-right: 1em;
}
.activity_repport_infos .row .label {
  width: calc(100% - 40px - 4em);
}
.object_stats_graphs, .object_budget_graphs {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -30px;
  margin-top: -15px;
  margin-bottom: -15px;
}
.object_stats_graphs > *, .object_budget_graphs > * {
  width: calc(50% - 60px);
  margin: 30px;
}
@media screen and (max-width: 900px) {
  .object_stats_graphs > *, .object_budget_graphs > * {
    width: calc(100% - 60px);
  }
}
.object_stats_graphs > *, .object_budget_graphs > * {
  margin-top: 15px;
  margin-bottom: 15px;
}
.object_stats_graph div.report_graph {
  padding: 0.5em;
  height: 350px;
  border: 1px solid rgba(234, 234, 234, 0.33);
  border-radius: 4px;
  background: #FFFFFF;
}
.object_owner_details .object_actions li.action_item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1em;
}
.object_owner_details .object_actions .action_type {
  font-weight: bold;
}
.object_owner_details .object_actions .action_reply .value, .object_owner_details .object_actions .action_memo {
  font-style: italic;
}
.object_owner_details .object_actions .action_red .action_type {
  color: #DD0000;
}
.object_owner_details .object_actions .action_blue .action_type {
  color: #020284;
}
.object_owner_details .object_actions .action_green .action_type {
  color: #04A14B;
}
.box_object_owner .hide_show_infos {
  display: none;
}
.hide_show_item .hide_show_infos {
  display: flex;
  padding: 1em;
  cursor: pointer;
}
.hide_show_item .hide_show_infos .hide_show_button {
  margin: auto;
  width: 2.2em;
  height: 2.2em;
  padding: 0.33em;
  border: 2px solid #000000;
  border-radius: 100%;
}
.hide_show_item .hide_show_infos .hide_show_button svg {
  width: 100%;
  height: 100%;
  display: block;
  transform: rotate(0deg);
  transition: transform 0.2s;
}
.hide_show_item .hide_show_infos .hide_show_button svg * {
  fill: #000000;
}
.hide_show_item .owner_infos {
  display: none;
}
.hide_show_item.shown .owner_infos {
  display: block;
}
.hide_show_item.shown .hide_show_button svg {
  transform: rotate(45deg);
}
.graph_empty {
  border: 1px solid rgba(234, 234, 234, 0.33);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 350px;
}
.graph_empty svg {
  display: block;
  max-width: 100%;
  width: 100px;
  height: auto;
}
.graph_empty svg * {
  fill: rgba(0, 0, 0, 0.33);
}
.graph_empty .empty_text {
  margin-top: 1em;
  color: rgba(0, 0, 0, 0.33);
  text-align: center;
}
/* ------ CMS ------*/
.cms_container h2 {
  text-align: center;
  margin: 40px 0;
  font-weight: 500;
}
.scope_cms_page #header {
  margin-bottom: 0;
}
.scope_cms_page #header #banner_img {
  display: none;
}
.cms_part, .cms_accordion.box {
  margin-bottom: 15px;
}
.cms_part:last-child, .cms_accordion.box:last-child {
  margin-bottom: 0;
}
.cms_part.cms_part_no_margin_bottom {
  margin-bottom: 0;
}
.cms_link {
  display: block;
  cursor: pointer;
}
.cms_box .cms_project_picture, .cms_box .cms_picture {
  margin-top: -15px;
}
.cms_box .cms_text_paragraph {
  padding: 20px;
  padding-top: 0;
}
.cms_box .cms_counter {
  padding: 20px 20px 0;
}
.cms_section {
  margin: 0;
  padding: 5vh 0;
}
.cms_section.cms_section_full_width {
  padding: 0;
  display: flex;
  flex-direction: column;
}
.cms_section.cms_section_light {
  background: #FFFFFF;
}
.cms_section.cms_section_dark {
  background: #f2f2f2;
  color: #000000;
}
.cms_section:empty {
  padding-bottom: 0;
}
.cms_section_full_width .full_content > *.cms_accordion, .cms_section_full_width .full_content > *.cms_blog_article, .cms_section_full_width .full_content > *.cms_box, .cms_section_full_width .full_content > *.cms_button, .cms_section_full_width .full_content > *.cms_contact_form, .cms_section_full_width .full_content > *.cms_mortgage_form, .cms_section_full_width .full_content > *.cms_object, .cms_section_full_width .full_content > *.cms_objects_filter, .cms_section_full_width .full_content > *.cms_potential_object, .cms_section_full_width .full_content > *.cms_objects_list, .cms_section_full_width .full_content > *.cms_team_member > .box, .cms_section_full_width .full_content > *.cms_text, .cms_section_full_width .full_content > *.cms_thumbnails, .cms_section_full_width .full_content > *.cms_project_text, .cms_section_full_width .full_content > *.cms_project_highlights, .cms_section_full_width .full_content > *.cms_project_distances, .cms_section_full_width .full_content > *.cms_project_conveniences, .cms_section_full_width .full_content .cms_column > *.cms_accordion, .cms_section_full_width .full_content .cms_column > *.cms_blog_article, .cms_section_full_width .full_content .cms_column > *.cms_box, .cms_section_full_width .full_content .cms_column > *.cms_button, .cms_section_full_width .full_content .cms_column > *.cms_contact_form, .cms_section_full_width .full_content .cms_column > *.cms_mortgage_form, .cms_section_full_width .full_content .cms_column > *.cms_object, .cms_section_full_width .full_content .cms_column > *.cms_objects_filter, .cms_section_full_width .full_content .cms_column > *.cms_potential_object, .cms_section_full_width .full_content .cms_column > *.cms_objects_list, .cms_section_full_width .full_content .cms_column > *.cms_team_member > .box, .cms_section_full_width .full_content .cms_column > *.cms_text, .cms_section_full_width .full_content .cms_column > *.cms_thumbnails, .cms_section_full_width .full_content .cms_column > *.cms_project_text, .cms_section_full_width .full_content .cms_column > *.cms_project_highlights, .cms_section_full_width .full_content .cms_column > *.cms_project_distances, .cms_section_full_width .full_content .cms_column > *.cms_project_conveniences {
  margin-top: 30px;
  margin-bottom: 30px;
}
.cms_section_full_width .full_content > *.cms_accordion, .cms_section_full_width .full_content > *.cms_blog_article, .cms_section_full_width .full_content > *.cms_box, .cms_section_full_width .full_content > *.cms_button, .cms_section_full_width .full_content > *.cms_contact_form, .cms_section_full_width .full_content > *.cms_mortgage_form, .cms_section_full_width .full_content > *.cms_object, .cms_section_full_width .full_content > *.cms_objects_filter, .cms_section_full_width .full_content > *.cms_potential_object, .cms_section_full_width .full_content > *.cms_objects_list, .cms_section_full_width .full_content > *.cms_team_member > .box, .cms_section_full_width .full_content > *.cms_text, .cms_section_full_width .full_content > *.cms_thumbnails, .cms_section_full_width .full_content > *.cms_project_text, .cms_section_full_width .full_content > *.cms_project_highlights, .cms_section_full_width .full_content > *.cms_project_distances, .cms_section_full_width .full_content > *.cms_project_conveniences, .cms_section_full_width .full_content .cms_column:first-child > *.cms_accordion, .cms_section_full_width .full_content .cms_column:first-child > *.cms_blog_article, .cms_section_full_width .full_content .cms_column:first-child > *.cms_box, .cms_section_full_width .full_content .cms_column:first-child > *.cms_button, .cms_section_full_width .full_content .cms_column:first-child > *.cms_contact_form, .cms_section_full_width .full_content .cms_column:first-child > *.cms_mortgage_form, .cms_section_full_width .full_content .cms_column:first-child > *.cms_object, .cms_section_full_width .full_content .cms_column:first-child > *.cms_objects_filter, .cms_section_full_width .full_content .cms_column:first-child > *.cms_potential_object, .cms_section_full_width .full_content .cms_column:first-child > *.cms_objects_list, .cms_section_full_width .full_content .cms_column:first-child > *.cms_team_member > .box, .cms_section_full_width .full_content .cms_column:first-child > *.cms_text, .cms_section_full_width .full_content .cms_column:first-child > *.cms_thumbnails, .cms_section_full_width .full_content .cms_column:first-child > *.cms_project_text, .cms_section_full_width .full_content .cms_column:first-child > *.cms_project_highlights, .cms_section_full_width .full_content .cms_column:first-child > *.cms_project_distances, .cms_section_full_width .full_content .cms_column:first-child > *.cms_project_conveniences {
  margin-left: 30px;
}
.cms_section_full_width .full_content > *.cms_map .map_canvas, .cms_section_full_width .full_content > *.cms_project_picture img, .cms_section_full_width .full_content > *.cms_picture img, .cms_section_full_width .full_content .cms_column:first-child > *.cms_map .map_canvas, .cms_section_full_width .full_content .cms_column:first-child > *.cms_project_picture img, .cms_section_full_width .full_content .cms_column:first-child > *.cms_picture img {
  border-left-width: 0;
}
.cms_section_full_width .full_content > *.cms_accordion, .cms_section_full_width .full_content > *.cms_blog_article, .cms_section_full_width .full_content > *.cms_box, .cms_section_full_width .full_content > *.cms_button, .cms_section_full_width .full_content > *.cms_contact_form, .cms_section_full_width .full_content > *.cms_mortgage_form, .cms_section_full_width .full_content > *.cms_object, .cms_section_full_width .full_content > *.cms_objects_filter, .cms_section_full_width .full_content > *.cms_potential_object, .cms_section_full_width .full_content > *.cms_objects_list, .cms_section_full_width .full_content > *.cms_team_member > .box, .cms_section_full_width .full_content > *.cms_text, .cms_section_full_width .full_content > *.cms_thumbnails, .cms_section_full_width .full_content > *.cms_project_text, .cms_section_full_width .full_content > *.cms_project_highlights, .cms_section_full_width .full_content > *.cms_project_distances, .cms_section_full_width .full_content > *.cms_project_conveniences, .cms_section_full_width .full_content .cms_column:last-child > *.cms_accordion, .cms_section_full_width .full_content .cms_column:last-child > *.cms_blog_article, .cms_section_full_width .full_content .cms_column:last-child > *.cms_box, .cms_section_full_width .full_content .cms_column:last-child > *.cms_button, .cms_section_full_width .full_content .cms_column:last-child > *.cms_contact_form, .cms_section_full_width .full_content .cms_column:last-child > *.cms_mortgage_form, .cms_section_full_width .full_content .cms_column:last-child > *.cms_object, .cms_section_full_width .full_content .cms_column:last-child > *.cms_objects_filter, .cms_section_full_width .full_content .cms_column:last-child > *.cms_potential_object, .cms_section_full_width .full_content .cms_column:last-child > *.cms_objects_list, .cms_section_full_width .full_content .cms_column:last-child > *.cms_team_member > .box, .cms_section_full_width .full_content .cms_column:last-child > *.cms_text, .cms_section_full_width .full_content .cms_column:last-child > *.cms_thumbnails, .cms_section_full_width .full_content .cms_column:last-child > *.cms_project_text, .cms_section_full_width .full_content .cms_column:last-child > *.cms_project_highlights, .cms_section_full_width .full_content .cms_column:last-child > *.cms_project_distances, .cms_section_full_width .full_content .cms_column:last-child > *.cms_project_conveniences {
  margin-right: 30px;
}
.cms_section_full_width .full_content > *.cms_map .map_canvas, .cms_section_full_width .full_content > *.cms_project_picture img, .cms_section_full_width .full_content > *.cms_picture img, .cms_section_full_width .full_content .cms_column:last-child > *.cms_map .map_canvas, .cms_section_full_width .full_content .cms_column:last-child > *.cms_project_picture img, .cms_section_full_width .full_content .cms_column:last-child > *.cms_picture img {
  border-right-width: 0;
}
.cms_section_full_width .full_content > .cms_project_picture img, .cms_section_full_width .full_content > .cms_picture img, .cms_section_full_width .full_content .cms_column > .cms_project_picture img, .cms_section_full_width .full_content .cms_column > .cms_picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cms_section_full_width .full_content .cms_part .cms_button.cms_button_button_center_fullwidth .cms_button, .cms_section_full_width .full_content .cms_button_button_center_fullwidth .cms_button {
  width: calc(100% - 30px);
}
.cms_part img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
  width: auto;
}
.cms_thumbnails .cms_box img {
  width: 100%;
}
.cms_picture_pic_left img {
  margin-left: 0;
}
.cms_picture_pic_right img {
  margin-right: 0;
}
.cms_banner, .main_banner {
  margin: 0;
  height: 50vh;
  max-height: 56.25vw;
  overflow: hidden;
  position: relative;
  padding: 0;
}
.cms_banner.has_filter, .main_banner.has_filter {
  overflow: visible;
}
.cms_banner.cms_banner_fullscreen, .main_banner.cms_banner_fullscreen {
  max-height: none;
}
.cms_banner .cms_project_picture, .cms_banner .cms_picture, .cms_banner .cms_video, .cms_banner .box_object_fullsize_item, .cms_banner .box_object_fullsize_item .box_picture, .cms_banner .banner_slider, .main_banner .cms_project_picture, .main_banner .cms_picture, .main_banner .cms_video, .main_banner .box_object_fullsize_item, .main_banner .box_object_fullsize_item .box_picture, .main_banner .banner_slider {
  width: 100%;
  height: 100%;
}
.cms_banner img, .cms_banner video, .cms_banner .cms_youtube_container iframe, .cms_banner .swiper .swiper-slide, .main_banner img, .main_banner video, .main_banner .cms_youtube_container iframe, .main_banner .swiper .swiper-slide {
  object-fit: cover;
  object-position: center;
  height: calc(100% + 2px);
  /* hack for avoid thin border glitch */
  width: calc(100% + 2px);
  margin: -1px;
}
.cms_banner .cms_youtube_container, .main_banner .cms_youtube_container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 88.8888888889vh;
}
.cms_banner .cms_youtube_container iframe, .main_banner .cms_youtube_container iframe {
  border: 0;
}
.cms_banner .swiper_cms[data-base-options-swiper=swiperCmsOptBase0] .cms_youtube_container, .main_banner .swiper_cms[data-base-options-swiper=swiperCmsOptBase0] .cms_youtube_container {
  width: 88.8888888889vh;
  height: 50vh;
  position: relative;
}
.cms_banner .swiper-slide, .main_banner .swiper-slide {
  overflow: hidden;
}
.cms_banner.cms_banner_banner_ratio, .main_banner.cms_banner_banner_ratio {
  height: 56.25vw;
  max-height: 100vh;
}
.cms_banner.cms_banner_banner_ratio video, .main_banner.cms_banner_banner_ratio video {
  display: block;
}
.cms_banner .cms_banner_content, .cms_banner .main_banner_content, .main_banner .cms_banner_content, .main_banner .main_banner_content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 80;
  display: flex;
  flex-direction: column;
  justify-content: center;
  pointer-events: none;
}
.cms_banner .cms_banner_content > *, .cms_banner .main_banner_content > *, .main_banner .cms_banner_content > *, .main_banner .main_banner_content > * {
  pointer-events: auto;
}
.cms_banner .cms_banner_content > .cms_part, .cms_banner .cms_banner_content .banner_title, .cms_banner .main_banner_content > .cms_part, .cms_banner .main_banner_content .banner_title, .main_banner .cms_banner_content > .cms_part, .main_banner .cms_banner_content .banner_title, .main_banner .main_banner_content > .cms_part, .main_banner .main_banner_content .banner_title {
  margin-left: auto;
  margin-right: auto;
  max-width: 80%;
}
.cms_banner .cms_banner_content .cms_project_text > *, .cms_banner .cms_banner_content .cms_text > *, .cms_banner .cms_banner_content .banner_title, .cms_banner .main_banner_content .cms_project_text > *, .cms_banner .main_banner_content .cms_text > *, .cms_banner .main_banner_content .banner_title, .main_banner .cms_banner_content .cms_project_text > *, .main_banner .cms_banner_content .cms_text > *, .main_banner .cms_banner_content .banner_title, .main_banner .main_banner_content .cms_project_text > *, .main_banner .main_banner_content .cms_text > *, .main_banner .main_banner_content .banner_title {
  color: #FFFFFF;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
  text-align: center;
}
.cms_banner .cms_banner_content .cms_button_button_left, .cms_banner .main_banner_content .cms_button_button_left, .main_banner .cms_banner_content .cms_button_button_left, .main_banner .main_banner_content .cms_button_button_left {
  margin-left: 10%;
}
.cms_banner .cms_banner_content .cms_button_button_right, .cms_banner .main_banner_content .cms_button_button_right, .main_banner .cms_banner_content .cms_button_button_right, .main_banner .main_banner_content .cms_button_button_right {
  margin-right: 10%;
}
.cms_banner .cms_banner_content > .cms_objects_filter, .main_banner .cms_banner_content > .cms_objects_filter {
  position: relative;
  display: block;
  z-index: 12;
  max-width: 100%;
  width: 100%;
  margin: 8vh 0 4vh;
  background: transparent;
  z-index: 20;
}
.cms_banner .cms_banner_content > .cms_objects_filter .section_filter, .main_banner .cms_banner_content > .cms_objects_filter .section_filter {
  position: relative;
  width: 60%;
  max-width: 1200px;
  margin: 0 auto;
  background-color: #FFFFFF;
  padding: 0;
  color: #000000;
}
.cms_banner .cms_banner_content > .cms_objects_filter .section_filter input.filter_display:checked + label.empty .multiselect_title, .cms_banner .cms_banner_content > .cms_objects_filter .section_filter input.filter_display:checked + label .multiselect_title, .main_banner .cms_banner_content > .cms_objects_filter .section_filter input.filter_display:checked + label.empty .multiselect_title, .main_banner .cms_banner_content > .cms_objects_filter .section_filter input.filter_display:checked + label .multiselect_title {
  font-size: 13.5px;
  opacity: 0.75;
  transition: all 0.2s;
  padding-top: 0;
}
.cms_banner .cms_banner_content > .cms_objects_filter .section_filter input.filter_display:checked + label:after, .main_banner .cms_banner_content > .cms_objects_filter .section_filter input.filter_display:checked + label:after {
  transform: translateY(-55%) rotate(0deg);
}
.cms_banner .cms_banner_content > .cms_objects_filter .section_filter input.filter_display:checked + label .slider_values, .main_banner .cms_banner_content > .cms_objects_filter .section_filter input.filter_display:checked + label .slider_values {
  display: block;
}
.cms_banner .cms_banner_content > .cms_objects_filter .section_filter input.filter_display:checked + label + .filter_wrapper, .main_banner .cms_banner_content > .cms_objects_filter .section_filter input.filter_display:checked + label + .filter_wrapper {
  display: flex;
  justify-content: space-between;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
}
.cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_preview, .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_preview {
  opacity: 1;
  height: auto;
  transition: all 0.2s;
}
.cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_preview .multiselect_title, .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_preview .multiselect_title {
  width: 100%;
}
.cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_preview .prefix, .cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_preview .counter, .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_preview .prefix, .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_preview .counter {
  display: none;
}
.cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_preview.hide, .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_preview.hide {
  display: block !important;
  opacity: 0;
  height: 0;
}
.cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_list, .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_list {
  display: flex;
  align-items: stretch;
}
.cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_group, .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_group {
  align-items: stretch;
  justify-content: space-between;
  flex-grow: 3;
  margin: 0;
  min-width: 90%;
}
.cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_group > *, .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_group > * {
  margin: 0;
  width: calc(100% / 3);
}
.cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_group h3 > label, .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_group h3 > label {
  font-size: 14px;
  text-align: center;
  width: 100%;
  display: block;
  opacity: 0.7;
}
.cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_group .multiselect_cb + .multiselect_box .multiselect, .cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_group .multiselect_cb + .multiselect_box .multiselect:hover, .cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_group .multiselect_cb:checked + .multiselect_box .multiselect, .cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_group .multiselect_cb:checked + .multiselect_box .multiselect:hover, .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_group .multiselect_cb + .multiselect_box .multiselect, .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_group .multiselect_cb + .multiselect_box .multiselect:hover, .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_group .multiselect_cb:checked + .multiselect_box .multiselect, .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_group .multiselect_cb:checked + .multiselect_box .multiselect:hover {
  background: none;
  border: none;
}
.cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_group_before, .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_group_before {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(0, calc(-100% + 1px));
  margin: 0 0 -1px 0;
  width: auto;
  z-index: -1;
  border: 0;
  justify-content: flex-start;
  align-items: flex-end;
}
.cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_group_before .filter_part, .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_group_before .filter_part {
  width: auto;
  border-right: 0;
  margin: 0;
}
.cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_group_before .filter_part_deal h3, .cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_group_before .filter_part_deal .cb_input, .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_group_before .filter_part_deal h3, .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_group_before .filter_part_deal .cb_input {
  display: none;
}
.cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_group_before .filter_part_deal label, .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_group_before .filter_part_deal label {
  width: 100%;
  opacity: 1;
  width: auto;
}
.cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_group_before .filter_part_deal .select_item > label, .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_group_before .filter_part_deal .select_item > label {
  display: flex;
}
.cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_group_before .filter_part_deal .multiselect_title, .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_group_before .filter_part_deal .multiselect_title {
  display: none;
}
.cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_group_before .filter_part_deal .multiselect_content, .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_group_before .filter_part_deal .multiselect_content {
  display: flex !important;
  flex-wrap: wrap;
  position: relative;
  background: none;
  padding: 0;
  border: 0;
  margin-top: 0;
}
.cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_group_before .filter_part_deal .multiselect_content .select_default_value, .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_group_before .filter_part_deal .multiselect_content .select_default_value {
  display: none;
}
.cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_group_before .filter_part_deal .multiselect_content > .select_item:first-child, .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_group_before .filter_part_deal .multiselect_content > .select_item:first-child {
  display: none;
}
.cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_group_before .filter_part_deal .checkbox, .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_group_before .filter_part_deal .checkbox {
  margin: 0;
}
.cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_group_before .filter_part_deal .checkbox .label_text, .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_group_before .filter_part_deal .checkbox .label_text {
  padding: 13px 25px 12px;
  box-shadow: 0px -5px 20px -15px rgba(0, 0, 0, 0.75) inset, 10px 0px 30px -15px rgba(0, 0, 0, 0.75) inset;
  background: whitesmoke;
  color: #000000;
}
.cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_group_before .filter_part_deal .checkbox:first-child .label_text, .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_group_before .filter_part_deal .checkbox:first-child .label_text {
  box-shadow: 0px -5px 20px -15px rgba(0, 0, 0, 0.75) inset;
}
.cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_group_before .filter_part_deal .checkbox input:checked ~ .label_text, .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_group_before .filter_part_deal .checkbox input:checked ~ .label_text {
  background-color: #FFFFFF;
  box-shadow: none;
}
#global .cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_group_before .filter_part_deal .checkbox:not(.selected_item):hover .label_text, #global .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_group_before .filter_part_deal .checkbox:not(.selected_item):hover .label_text {
  background: #e6e6e6;
}
#global .cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_group_before .filter_part_additional_buttons button, .cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_group_before .filter_part_additional_buttons .button, #global .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_group_before .filter_part_additional_buttons button, .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_group_before .filter_part_additional_buttons .button {
  padding: 13px 25px 12px;
  box-shadow: 0px -5px 20px -15px rgba(0, 0, 0, 0.75) inset;
  border: none;
  border-left: 1px solid #dbdbdb;
  text-transform: none;
  font-weight: normal;
  letter-spacing: 1px;
  font-size: 1em;
  width: auto;
  min-width: auto;
}
#global .cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_group_before .filter_part_additional_buttons button:hover, .cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_group_before .filter_part_additional_buttons .button:hover, #global .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_group_before .filter_part_additional_buttons button:hover, .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_group_before .filter_part_additional_buttons .button:hover {
  border: none;
}
.cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_part, .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_part {
  border-right: 1px solid #DFDFDF;
  position: relative;
  cursor: pointer;
}
.cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_part h3, .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_part h3 {
  display: none;
}
.cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_part .prefix, .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_part .prefix {
  font-size: 13.5px;
  opacity: 0.75;
}
.cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_part .filter_wrapper, .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_part .filter_wrapper {
  display: none;
  position: absolute;
  background: #FFFFFF;
  border-top: none;
  padding: 1em;
  -webkit-transform: translateX(-50%);
  transform: translate(-50%, 100%);
  z-index: 80;
  margin: 0;
  left: 50%;
  bottom: 0;
  width: 100%;
  min-width: 250px;
  flex-direction: column;
}
.cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_part .filter_wrapper .filter_element:not(:first-of-type), .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_part .filter_wrapper .filter_element:not(:first-of-type) {
  margin-left: 0;
  margin-top: 0.5em;
}
.cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_part .filter_fields, .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_part .filter_fields {
  cursor: pointer;
  flex-direction: column;
  margin-top: 0;
}
.cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_part .filter_fields > label, .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_part .filter_fields > label {
  transition: all 0.2s;
  width: 100%;
  padding: 0.7em 2.2em 0.7em 1em;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  cursor: pointer;
  color: #000000;
  text-align: center;
  line-height: 16px;
  min-height: 62px;
}
.cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_part .filter_fields > label:hover, .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_part .filter_fields > label:hover {
  background-color: transparent;
  border-width: 0 1px 0 0;
  color: #000000;
}
.cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_part .filter_fields > label:hover .multiselect_title, .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_part .filter_fields > label:hover .multiselect_title {
  color: #000000;
}
.cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_part .filter_fields > label::after, .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_part .filter_fields > label::after {
  content: "▾";
  position: absolute;
  right: 1.05em;
  top: 50%;
  transform: translateY(-55%) rotate(-90deg);
}
.cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_part .filter_fields > label .multiselect_title, .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_part .filter_fields > label .multiselect_title {
  width: 100%;
  color: #000000;
  font-size: 13.5px;
  opacity: 0.85;
  transition: all 0.2s;
}
.cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_part .filter_fields > label.empty .multiselect_title, .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_part .filter_fields > label.empty .multiselect_title {
  padding-top: 9px;
  font-size: 16px;
  color: #000000;
}
.cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_part .filter_fields .unchanged, .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_part .filter_fields .unchanged {
  display: none;
}
.cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_part .filter_fields .multiselect_box, .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_part .filter_fields .multiselect_box {
  max-height: 150px;
  overflow-y: auto;
}
.cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_part_category label.multiselect, .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_part_category label.multiselect {
  display: none;
}
.cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_part_category .multiselect_content, .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_part_category .multiselect_content {
  border: 0;
  display: block;
  position: static;
  border-color: #DFDFDF;
  padding: 0;
  max-height: 18.3em !important;
  overflow: initial;
}
.cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_part_category .filter_wrapper, .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_part_category .filter_wrapper {
  padding: 0;
}
.cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_part_category .filter_wrapper .multiselect_content, .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_part_category .filter_wrapper .multiselect_content {
  padding: 6px 0;
}
.cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_part_category .filter_wrapper, .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_part_category .filter_wrapper {
  padding: 0;
}
.cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_part_category .filter_wrapper .multiselect_content, .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_part_category .filter_wrapper .multiselect_content {
  padding: 6px 0;
}
.cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_location_and_radius.wrapper .filter_location, .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_location_and_radius.wrapper .filter_location {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_location_and_radius.wrapper .filter_location .row, .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_location_and_radius.wrapper .filter_location .row {
  width: calc(70% - 15px) !important;
}
.cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_location_and_radius.wrapper .filter_location .ui-menu, .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_location_and_radius.wrapper .filter_location .ui-menu {
  max-height: 100px;
  min-width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_location_and_radius.wrapper .filter_location .filter_fields .unchanged, .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_location_and_radius.wrapper .filter_location .filter_fields .unchanged {
  display: block;
}
.cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_location_and_radius.wrapper .filter_wrapper, .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_location_and_radius.wrapper .filter_wrapper {
  width: 160%;
}
.cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_location_and_radius.wrapper .filter_part_radius, .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_location_and_radius.wrapper .filter_part_radius {
  width: calc(30% - 15px);
  display: block !important;
  align-self: flex-end;
  border: 0;
  visibility: visible;
}
.cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_fromto_wrapper_slider .slider_values, .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_fromto_wrapper_slider .slider_values {
  font-size: 0.75em;
  text-align: center;
}
.cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_fromto_wrapper_slider .slider_values .slider_value, .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_fromto_wrapper_slider .slider_values .slider_value {
  font-size: 1.25em;
  white-space: nowrap;
}
.cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_fromto_wrapper_slider .slider_values.unchanged, .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_fromto_wrapper_slider .slider_values.unchanged {
  display: none;
}
.cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_location_and_radius .animated_form .multiselect_box .multiselect .multiselect_title.placeholder, .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_location_and_radius .animated_form .multiselect_box .multiselect .multiselect_title.placeholder {
  opacity: 1;
}
.cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_part_search_button, .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_part_search_button {
  margin: 0;
  border: 0;
  width: 100%;
}
#global .cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_part_search_button button.search_button, #global .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_part_search_button button.search_button {
  margin: 0;
  height: 100%;
  width: 100%;
  border: 0;
  min-height: 62px;
}
.browser_safari .cms_banner .cms_youtube_container iframe, .browser_safari .main_banner .cms_youtube_container iframe {
  object-fit: initial;
  object-position: center;
  height: calc(100% + 2px);
  /* hack for avoid thin border glitch */
  width: calc(100% + 2px);
  margin: -1px;
}
.cms_col2, .cms_col3, .cms_col4 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cms_col2 > .cms_part, .cms_col3 > .cms_part, .cms_col4 > .cms_part {
  margin: 0 0 15px;
}
.cms_col2:last-child > .cms_part, .cms_col3:last-child > .cms_part {
  margin-bottom: 0;
}
.cms_col2 > .cms_part, .cms_col3_col3_252550 > .cms_part:nth-child(3), .cms_col3_col3_255025 > .cms_part:nth-child(2), .cms_col3_col3_502525 > .cms_part:nth-child(1) {
  width: calc(50% - 15px);
}
.cms_col3 > .cms_part, .cms_col2_col2_3366 > .cms_part:nth-child(1), .cms_col2_col2_6633 > .cms_part:nth-child(2) {
  width: calc(33.33% - 20px);
}
.cms_col4 > .cms_part, .cms_col2_col2_2575 > .cms_part:nth-child(1), .cms_col2_col2_7525 > .cms_part:nth-child(2), .cms_col3_col3_252550 > .cms_part:nth-child(1), .cms_col3_col3_252550 > .cms_part:nth-child(2), .cms_col3_col3_255025 > .cms_part:nth-child(1), .cms_col3_col3_255025 > .cms_part:nth-child(3), .cms_col3_col3_502525 > .cms_part:nth-child(2), .cms_col3_col3_502525 > .cms_part:nth-child(3) {
  width: calc(25% - 22.5px);
}
.cms_col2_col2_2575 > .cms_part:nth-child(2), .cms_col2_col2_7525 > .cms_part:nth-child(1) {
  width: calc(75% - 7.5px);
}
.cms_col2_col2_3366 > .cms_part:nth-child(2), .cms_col2_col2_6633 > .cms_part:nth-child(1) {
  width: calc(66.66% - 10px);
}
.cms_separator.cms_separator_line.has_margin_small {
  margin: 10px 0;
}
.cms_separator.cms_separator_line.has_margin_medium {
  margin: 30px 0;
}
.cms_separator.cms_separator_line.has_margin_big {
  margin: 50px 0;
}
.cms_separator.cms_separator_space.has_margin_small {
  margin: 10px 0 0;
}
.cms_separator.cms_separator_space.has_margin_medium {
  margin: 30px 0 0;
}
.cms_separator.cms_separator_space.has_margin_big {
  margin: 50px 0 0;
}
.cms_youtube_container {
  position: relative;
  width: 100%;
}
.cms_youtube_container:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.cms_youtube_container > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.cms_youtube_container > .content {
  border: 0;
}
.cms_video_video_portrait .cms_youtube_container {
  position: relative;
  width: 100%;
}
.cms_video_video_portrait .cms_youtube_container:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 177.7777777778%;
}
.cms_video_video_portrait .cms_youtube_container > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.cms_video_video_portrait .cms_youtube_container > .content {
  border: 0;
}
.cms_part ul, .cms_part ol {
  margin-left: 2em;
  margin-top: 1em;
  margin-bottom: 1em;
}
.cms_part ul.ui-menu, .cms_part ol.ui-menu {
  list-style: none;
}
.cms_part h1 {
  text-align: unset;
}
.cms_thumbnails_parent.cms_thumbnails_6 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -7.5px;
}
.cms_thumbnails_parent.cms_thumbnails_6 > * {
  width: calc(16.66% - 15px);
  margin: 7.5px;
}
@media screen and (max-width: 1350px) {
  .cms_thumbnails_parent.cms_thumbnails_6 > * {
    width: calc(20% - 15px);
  }
}
@media screen and (max-width: 1050px) {
  .cms_thumbnails_parent.cms_thumbnails_6 > * {
    width: calc(25% - 15px);
  }
}
@media screen and (max-width: 770px) {
  .cms_thumbnails_parent.cms_thumbnails_6 > * {
    width: calc(50% - 15px);
  }
}
.cms_thumbnails_parent.cms_thumbnails_5 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -7.5px;
}
.cms_thumbnails_parent.cms_thumbnails_5 > * {
  width: calc(20% - 15px);
  margin: 7.5px;
}
@media screen and (max-width: 1200px) {
  .cms_thumbnails_parent.cms_thumbnails_5 > * {
    width: calc(25% - 15px);
  }
}
@media screen and (max-width: 770px) {
  .cms_thumbnails_parent.cms_thumbnails_5 > * {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 400px) {
  .cms_thumbnails_parent.cms_thumbnails_5 > * {
    width: calc(100% - 15px);
  }
}
.cms_thumbnails_parent.cms_thumbnails_4 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -15px;
}
.cms_thumbnails_parent.cms_thumbnails_4 > * {
  width: calc(25% - 30px);
  margin: 15px;
}
@media screen and (max-width: 1350px) {
  .cms_thumbnails_parent.cms_thumbnails_4 > * {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 670px) {
  .cms_thumbnails_parent.cms_thumbnails_4 > * {
    width: calc(100% - 30px);
  }
}
.cms_thumbnails_parent.cms_thumbnails_3 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -15px;
}
.cms_thumbnails_parent.cms_thumbnails_3 > * {
  width: calc(33.33% - 30px);
  margin: 15px;
}
@media screen and (max-width: 1050px) {
  .cms_thumbnails_parent.cms_thumbnails_3 > * {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 670px) {
  .cms_thumbnails_parent.cms_thumbnails_3 > * {
    width: calc(100% - 30px);
  }
}
.cms_thumbnails_parent.cms_thumbnails_2 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -15px;
}
.cms_thumbnails_parent.cms_thumbnails_2 > * {
  width: calc(50% - 30px);
  margin: 15px;
}
@media screen and (max-width: 670px) {
  .cms_thumbnails_parent.cms_thumbnails_2 > * {
    width: calc(100% - 30px);
  }
}
.cms_thumbnails_parent.cms_thumbnails_1 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -15px;
}
.cms_thumbnails_parent.cms_thumbnails_1 > * {
  width: calc(100% - 30px);
  margin: 15px;
}
.cms_thumbnails_parent > .cms_part:last-child {
  margin-bottom: 15px;
}
.cms_thumbnails_parent a {
  display: block;
}
.cms_thumbnails_parent .cms_text a {
  display: inline;
}
.cms_thumbnails_thumbnails_left .cms_thumbnails_parent {
  justify-content: flex-start;
}
.cms_thumbnails_thumbnails_center .cms_thumbnails_parent {
  justify-content: center;
}
.cms_thumbnails_thumbnails_right .cms_thumbnails_parent {
  justify-content: flex-end;
}
.cms_thumbnails .objects_only .cms_object .box_object_item {
  height: 100%;
}
.swiper_cms.swiper {
  max-height: 50vh;
}
.swiper_cms.swiper .swiper-wrapper > .cms_part {
  margin-bottom: 0;
}
.swiper-container .one_pic img, .swiper-container img.one_pic {
  width: 100%;
}
.box_picture.one_pic {
  width: 100%;
}
.box_picture.one_pic .swiper-slide {
  height: 100%;
}
.swiper-slide {
  height: auto;
}
.swiper-slide img {
  width: 100%;
}
.swiper-lazy-preloader + img {
  width: auto;
}
.cms_banner.cms_banner_fullscreen .cms_slider {
  height: 100%;
}
.cms_banner .cms_slider .swiper-wrapper {
  height: 100% !important;
}
.cms_banner .cms_slider, .cms_banner .cms_slider .swiper-container, .cms_banner .cms_slider .swiper_cms.swiper, .cms_banner .cms_slider .swiper_cms.swiper .swiper-slide, .cms_banner .cms_slider .swiper_cms.swiper .swiper-slide > .cms_part, .cms_banner .cms_slider a.cms_link {
  height: 100%;
  max-height: none;
}
.cms_slider {
  position: relative;
  height: auto;
}
.cms_slider .swiper_cms.swiper, .cms_slider .swiper_cms.swiper .swiper-slide, .cms_slider .swiper_cms.swiper .swiper-slide > .cms_part, .cms_slider a.cms_link {
  height: 100%;
  max-height: 100%;
}
.cms_slider .swiper_cms.swiper.objects_only .swiper-slide.cms_object, .cms_slider .swiper_cms.swiper.objects_only .swiper-slide.box_object_item {
  height: auto;
}
.cms_slider[data-nb-slides="1"].no_slider > *, .cms_slider[data-nb-slides="2"].no_slider > *, .cms_slider[data-nb-slides="3"].no_slider > *, .cms_slider[data-nb-slides="4"].no_slider > *, .cms_slider[data-nb-slides="5"].no_slider > * {
  margin-right: 30px;
}
.cms_slider[data-nb-slides="1"].no_slider > *, .cms_slider[data-nb-slides="1"] > .swiper-container > .swiper > .swiper-wrapper > * {
  width: 100%;
}
.cms_slider[data-nb-slides="2"].no_slider > *, .cms_slider[data-nb-slides="2"] > .swiper-container > .swiper > .swiper-wrapper > * {
  width: calc(50% - 15px);
  /* 1*30px * 0.5 */
}
.cms_slider[data-nb-slides="3"].no_slider > *, .cms_slider[data-nb-slides="3"] > .swiper-container > .swiper > .swiper-wrapper > * {
  width: calc(33.33% - 20px);
  /* 2*30px * 0.3333 */
}
.cms_slider[data-nb-slides="4"].no_slider > *, .cms_slider[data-nb-slides="4"] > .swiper-container > .swiper > .swiper-wrapper > * {
  width: calc(25% - 22.5px);
  /* 3*30px * 0.25 */
}
.cms_slider[data-nb-slides="5"].no_slider > *, .cms_slider[data-nb-slides="5"] > .swiper-container > .swiper > .swiper-wrapper > * {
  width: calc(20% - 24px);
  /* 4*30px * 0.20 */
}
.main_banner .banner_slider, .main_banner .banner_slider .swiper-container, .main_banner .banner_slider .swiper, .main_banner .banner_slider .swiper .swiper-slide, .main_banner .banner_slider .swiper .swiper-slide > *, .main_banner .banner_slider .one_pic {
  height: 100%;
  max-height: 100%;
}
.swiper_cms.swiper[data-base-options-swiper="swiperCmsOptBase1"], .swiper_cms.swiper[data-base-options-swiper="swiperCmsOptBase1"] .swiper-slide, .swiper_cms.swiper[data-base-options-swiper="swiperCmsOptBase1"] .swiper-slide > .cms_part {
  height: auto;
  max-height: none;
}
.swiper_cms.swiper[data-base-options-swiper="swiperCmsOptBase0"] {
  height: 50vh;
}
.swiper_cms.swiper[data-base-options-swiper="swiperCmsOptBase0"] .swiper-slide {
  width: auto;
}
.swiper_cms.swiper[data-base-options-swiper="swiperCmsOptBase0"] .swiper-slide img, .swiper_cms.swiper[data-base-options-swiper="swiperCmsOptBase0"] .swiper-slide video {
  max-height: 50vh;
  width: auto;
}
.swiper_cms.swiper[data-base-options-swiper="swiperCmsOptBase0"] .swiper-slide .cms_youtube_container {
  width: 400px;
  max-width: 100vw;
}
.cms_slider .swiper-slide .cms_box {
  margin: 0 15px;
}
.swiper .swiper-button-nav, .swiper ~ .swiper-button-nav, .swiper ~ div .swiper-button-nav {
  -webkit-user-select: none;
  /* Safari */
  user-select: none;
  -moz-user-select: none;
}
.swiper_cms.swiper .swiper-button-nav, .swiper_cms.swiper ~ .swiper-button-nav {
  top: 50%;
  background: none;
  width: 0 30px;
}
.cms_text_paragraph {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.cms_accordion {
  background: #f2f2f2;
  color: #000000;
}
.cms_accordion .accordion_title {
  margin: 0;
  cursor: pointer;
  position: relative;
  text-align: left;
  width: 100%;
  padding: 20px;
  border-bottom: 1px solid #FFFFFF;
}
.cms_accordion .accordion_title > * {
  margin: 0;
}
.cms_accordion .accordion_title:after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  padding: 20px;
  font-weight: bold;
}
.cms_accordion.open .accordion_title:after, .cms_accordion.open_default .accordion_title:after {
  content: "-";
}
.cms_accordion.disabled .accordion_title:after {
  content: "";
}
.cms_accordion .accordion_content {
  display: none;
  padding: 20px;
}
.cms_accordion.open_default .accordion_content {
  display: block;
}
.cms_section_dark .cms_accordion {
  background: #FFFFFF;
}
.cms_section_dark .cms_accordion .accordion_title {
  border-color: #f2f2f2;
}
.cms_team_member .team_lang_item {
  text-transform: uppercase;
}
.cms_section .inner_content > .cms_team_member {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.cms_team_member {
  display: flex;
}
.cms_column > .cms_team_member {
  width: 100%;
}
.cms_part .cms_button {
  display: flex;
  align-items: center;
}
.cms_part .cms_button span {
  display: inline-block;
}
.cms_part .cms_button .button_icon + .button_text {
  margin-left: 0.5em;
}
.cms_part .cms_button svg {
  width: 1.5em;
  height: 1.5em;
  display: block;
}
.cms_button_button_left a {
  margin-left: 0;
  margin-right: auto;
}
.cms_button_button_right a {
  margin-left: auto;
  margin-right: 0;
}
.cms_button_button_center a {
  margin-left: auto;
  margin-right: auto;
}
.cms_part .button_cms.cms_button_button_center_fullwidth, .cms_part .cms_button.cms_button_button_center_fullwidth, .cms_button_button_center_fullwidth, .cms_button_button_left_fullwidth {
  width: 100%;
  display: block;
}
.cms_part .button_cms.cms_button_button_center_fullwidth .cms_button, .cms_part .cms_button.cms_button_button_center_fullwidth .cms_button, .cms_button_button_center_fullwidth .cms_button, .cms_button_button_left_fullwidth .cms_button {
  width: 100%;
}
.cms_part .button_cms.cms_button_button_center_fullwidth .cms_button, .cms_part .cms_button.cms_button_button_center_fullwidth .cms_button, .cms_button_button_center_fullwidth .cms_button {
  justify-content: center;
}
.cms_object > .box {
  width: 100%;
}
.cms_text table {
  max-width: 100%;
}
.cms_text table td {
  min-width: 50px;
}
.cms_map .map_canvas {
  max-height: 90vh;
}
.cms_objects_list .list_toggle {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  align-items: center;
}
.cms_objects_list .pagination {
  margin: 30px 0;
}
.cms_counter_size_1 {
  font-size: 5em;
  line-height: 1em;
  font-weight: bold;
}
.cms_counter_size_2 {
  font-size: 4em;
  line-height: 1em;
  font-weight: bold;
}
.cms_counter_size_3 {
  font-size: 3em;
  line-height: 1em;
  font-weight: bold;
}
.cms_counter_size_4 {
  font-size: 2em;
  line-height: 1em;
  font-weight: bold;
}
#global .box_object_reduced_item, .ui-menu-item-wrapper .box_object_reduced_item, #global .cms_section_light .box_object_reduced_item {
  width: 100%;
}
#global .box_object_reduced_item .box_inner, .ui-menu-item-wrapper .box_object_reduced_item .box_inner, #global .cms_section_light .box_object_reduced_item .box_inner {
  display: flex;
  flex-direction: row;
}
#global .box_object_reduced_item .box_inner_link, .ui-menu-item-wrapper .box_object_reduced_item .box_inner_link, #global .cms_section_light .box_object_reduced_item .box_inner_link {
  cursor: pointer;
}
#global .box_object_reduced_item img, #global .box_object_reduced_item .box_picture, #global .box_object_reduced_item .swiper-container, .ui-menu-item-wrapper .box_object_reduced_item img, .ui-menu-item-wrapper .box_object_reduced_item .box_picture, .ui-menu-item-wrapper .box_object_reduced_item .swiper-container, #global .cms_section_light .box_object_reduced_item img, #global .cms_section_light .box_object_reduced_item .box_picture, #global .cms_section_light .box_object_reduced_item .swiper-container {
  width: 20%;
  min-height: 0;
}
#global .box_object_reduced_item img, .ui-menu-item-wrapper .box_object_reduced_item img, #global .cms_section_light .box_object_reduced_item img {
  height: fit-content;
  width: 100%;
}
#global .box_object_reduced_item .box_infos, .ui-menu-item-wrapper .box_object_reduced_item .box_infos, #global .cms_section_light .box_object_reduced_item .box_infos {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  padding: 1em;
  gap: 1em;
}
#global .box_object_reduced_item .box_infos .left, #global .box_object_reduced_item .box_infos .right, .ui-menu-item-wrapper .box_object_reduced_item .box_infos .left, .ui-menu-item-wrapper .box_object_reduced_item .box_infos .right, #global .cms_section_light .box_object_reduced_item .box_infos .left, #global .cms_section_light .box_object_reduced_item .box_infos .right {
  width: calc(50% - 0.5em);
}
#global .box_object_reduced_item .box_infos .left > *, #global .box_object_reduced_item .box_infos .right > *, .ui-menu-item-wrapper .box_object_reduced_item .box_infos .left > *, .ui-menu-item-wrapper .box_object_reduced_item .box_infos .right > *, #global .cms_section_light .box_object_reduced_item .box_infos .left > *, #global .cms_section_light .box_object_reduced_item .box_infos .right > * {
  text-align: left;
  justify-content: flex-start;
}
#global .box_object_reduced_item .box_infos .caract_list, .ui-menu-item-wrapper .box_object_reduced_item .box_infos .caract_list, #global .cms_section_light .box_object_reduced_item .box_infos .caract_list {
  gap: 5px 10px;
  margin-bottom: 1em;
  flex-wrap: wrap;
}
#global .box_object_reduced_item .box_infos .caract_list .caract_icon, #global .box_object_reduced_item .box_infos .caract_list .icon, .ui-menu-item-wrapper .box_object_reduced_item .box_infos .caract_list .caract_icon, .ui-menu-item-wrapper .box_object_reduced_item .box_infos .caract_list .icon, #global .cms_section_light .box_object_reduced_item .box_infos .caract_list .caract_icon, #global .cms_section_light .box_object_reduced_item .box_infos .caract_list .icon {
  margin: 0;
}
#global .box_object_reduced_item .box_infos .caract_list .caract_icon, .ui-menu-item-wrapper .box_object_reduced_item .box_infos .caract_list .caract_icon, #global .cms_section_light .box_object_reduced_item .box_infos .caract_list .caract_icon {
  gap: 5px;
  flex-direction: row;
}
#global .box_object_reduced_item .box_infos .caract_list .caract_icon .value_wrapper, #global .box_object_reduced_item .box_infos .caract_list .caract_icon .icon, .ui-menu-item-wrapper .box_object_reduced_item .box_infos .caract_list .caract_icon .value_wrapper, .ui-menu-item-wrapper .box_object_reduced_item .box_infos .caract_list .caract_icon .icon, #global .cms_section_light .box_object_reduced_item .box_infos .caract_list .caract_icon .value_wrapper, #global .cms_section_light .box_object_reduced_item .box_infos .caract_list .caract_icon .icon {
  display: flex;
  align-items: center;
}
#global .box_object_reduced_item .box_infos .button-application, .ui-menu-item-wrapper .box_object_reduced_item .box_infos .button-application, #global .cms_section_light .box_object_reduced_item .box_infos .button-application {
  width: fit-content;
  margin: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
#global .box_object_reduced_item .button, #global .box_object_reduced_item .button *, #global .box_object_reduced_item:hover .button, #global .box_object_reduced_item:hover .button *, .ui-menu-item-wrapper .box_object_reduced_item .button, .ui-menu-item-wrapper .box_object_reduced_item .button *, .ui-menu-item-wrapper .box_object_reduced_item:hover .button, .ui-menu-item-wrapper .box_object_reduced_item:hover .button *, #global .cms_section_light .box_object_reduced_item .button, #global .cms_section_light .box_object_reduced_item .button *, #global .cms_section_light .box_object_reduced_item:hover .button, #global .cms_section_light .box_object_reduced_item:hover .button * {
  color: #ffffff;
}
#global .box_object_reduced_item .button svg:not(.highcharts-root) *, #global .box_object_reduced_item:hover .button svg:not(.highcharts-root) *, .ui-menu-item-wrapper .box_object_reduced_item .button svg:not(.highcharts-root) *, .ui-menu-item-wrapper .box_object_reduced_item:hover .button svg:not(.highcharts-root) *, #global .cms_section_light .box_object_reduced_item .button svg:not(.highcharts-root) *, #global .cms_section_light .box_object_reduced_item:hover .button svg:not(.highcharts-root) * {
  fill: #ffffff;
}
#global .box_object_reduced_item .button:hover, #global .box_object_reduced_item .button:hover *, #global .box_object_reduced_item:hover .button:hover, #global .box_object_reduced_item:hover .button:hover *, .ui-menu-item-wrapper .box_object_reduced_item .button:hover, .ui-menu-item-wrapper .box_object_reduced_item .button:hover *, .ui-menu-item-wrapper .box_object_reduced_item:hover .button:hover, .ui-menu-item-wrapper .box_object_reduced_item:hover .button:hover *, #global .cms_section_light .box_object_reduced_item .button:hover, #global .cms_section_light .box_object_reduced_item .button:hover *, #global .cms_section_light .box_object_reduced_item:hover .button:hover, #global .cms_section_light .box_object_reduced_item:hover .button:hover * {
  color: #FFFFFF;
}
#global .box_object_reduced_item .button:hover svg:not(.highcharts-root) *, #global .box_object_reduced_item:hover .button:hover svg:not(.highcharts-root) *, .ui-menu-item-wrapper .box_object_reduced_item .button:hover svg:not(.highcharts-root) *, .ui-menu-item-wrapper .box_object_reduced_item:hover .button:hover svg:not(.highcharts-root) *, #global .cms_section_light .box_object_reduced_item .button:hover svg:not(.highcharts-root) *, #global .cms_section_light .box_object_reduced_item:hover .button:hover svg:not(.highcharts-root) * {
  fill: #FFFFFF;
}
#global .cms_object_visit_code .object_visit_code_forms_wrapper .header {
  margin-bottom: 1em;
}
#global .cms_object_visit_code .object_visit_code_forms_wrapper .header h4 {
  font-weight: bold;
}
#global .cms_object_visit_code .object_visit_code_forms_wrapper .object_visit_code_form .form_cols {
  width: 100%;
}
#global .cms_object_visit_code .object_visit_code_forms_wrapper .object_visit_code_form .form_cols .form_col {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#global .cms_object_visit_code .object_visit_code_forms_wrapper .object_visit_code_form .form_cols .form_col .button {
  width: fit-content;
  margin: 0;
}
#global .cms_object_visit_code .object_visit_code_forms_wrapper .cms_column {
  text-align: center;
}
#global .cms_object_visit_code .object_visit_code_forms_wrapper .cms_part.cms_col2 {
  align-items: flex-start;
}
#global .cms_object_visit_code .object_visit_code_forms_wrapper .cms_part.cms_col2 .cms_column {
  padding: 30px;
  border: 0;
}
#global .cms_object_visit_code .object_visit_code_forms_wrapper .cms_part.cms_col2 .cms_column:last-of-type {
  border: 1px solid #f2f2f2;
}
#global .cms_object_visit_code .object_visit_code_addresses_form .form_col {
  display: flex;
  gap: 0.85em;
  align-items: flex-start;
}
#global .cms_object_visit_code .object_visit_code_addresses_form .form_col .row_term {
  width: 100%;
  margin: 0;
  height: 100%;
}
#global .cms_object_visit_code .object_visit_code_addresses_form .form_col button {
  width: fit-content;
  margin: 0;
}
#global .cms_object_visit_code .results_wrapper {
  display: flex;
  width: 100%;
  margin-top: 20px;
  position: relative;
}
#global .cms_object_visit_code .results_wrapper::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 30px;
  background: linear-gradient(to top, #FFFFFF, transparent);
  z-index: 5;
  overflow: hidden;
}
#global .cms_object_visit_code .results_wrapper.no_results::after {
  content: none;
}
#global .cms_object_visit_code .results_wrapper .results {
  width: 100%;
  max-height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#global .cms_object_visit_code .results_wrapper .results .box_object_reduced_item {
  width: calc(100% - 10px);
  margin: 0 auto;
}
#global .cms_object_visit_code .results_wrapper .results .box_object_reduced_item img, #global .cms_object_visit_code .results_wrapper .results .box_object_reduced_item .box_picture, #global .cms_object_visit_code .results_wrapper .results .box_object_reduced_item .swiper-container {
  width: 150px;
  height: 100%;
}
#global .cms_object_visit_code .results_wrapper .results .box_object_reduced_item .swiper-container .swiper .swiper-button-nav.swiper-button-prev, #global .cms_object_visit_code .results_wrapper .results .box_object_reduced_item .swiper-container .swiper ~ .swiper-button-nav.swiper-button-prev {
  left: 0;
}
#global .cms_object_visit_code .results_wrapper .results .box_object_reduced_item .swiper-container .swiper .swiper-button-nav.swiper-button-next, #global .cms_object_visit_code .results_wrapper .results .box_object_reduced_item .swiper-container .swiper ~ .swiper-button-nav.swiper-button-next {
  right: 0;
}
#global .cms_object_visit_code .results_wrapper .results .box_object_reduced_item .swiper-container .swiper .swiper-button-nav svg, #global .cms_object_visit_code .results_wrapper .results .box_object_reduced_item .swiper-container .swiper ~ .swiper-button-nav svg {
  width: 1.2em;
  height: 1.2em;
}
#global .cms_object_visit_code .results_wrapper .results .box_object_reduced_item img {
  object-fit: cover;
}
#global .cms_object_visit_code .results_wrapper .results .box_object_reduced_item .box_infos {
  width: calc(100% - 150px);
}
#global .cms_object_visit_code .results_wrapper .results .box_object_reduced_item .box_infos h2, #global .cms_object_visit_code .results_wrapper .results .box_object_reduced_item .box_infos h3, #global .cms_object_visit_code .results_wrapper .results .box_object_reduced_item .box_infos h4, #global .cms_object_visit_code .results_wrapper .results .box_object_reduced_item .box_infos p, #global .cms_object_visit_code .results_wrapper .results .box_object_reduced_item .box_infos .object_address {
  font-size: 1rem;
  font-weight: 400;
  margin: 0 0 10px 0;
}
#global .cms_object_visit_code .results_wrapper .results .box_object_reduced_item .box_infos h2:last-child, #global .cms_object_visit_code .results_wrapper .results .box_object_reduced_item .box_infos h3:last-child, #global .cms_object_visit_code .results_wrapper .results .box_object_reduced_item .box_infos h4:last-child, #global .cms_object_visit_code .results_wrapper .results .box_object_reduced_item .box_infos p:last-child, #global .cms_object_visit_code .results_wrapper .results .box_object_reduced_item .box_infos .object_address:last-child {
  margin-bottom: 0;
}
#global .cms_object_visit_code .results_wrapper .results .box_object_reduced_item .box_infos .object_address * {
  font-weight: 600;
}
#global .cms_object_visit_code .results_wrapper .results .box_object_reduced_item .box_infos .caract_list {
  margin-bottom: 0;
}
#global .cms_object_visit_code .results_wrapper .results .box_object_reduced_item .box_infos .caract_list .caract_row {
  margin-bottom: 10px;
}
#global .cms_object_visit_code .results_wrapper .results .box_object_reduced_item .box_infos .button {
  padding: 12px 24px;
}
#global .cms_object_visit_code .results_wrapper .results .box_object_reduced_item:last-child {
  margin-bottom: 30px;
}
#global .cms_column .cms_object_visit_code .cms_col2 {
  flex-direction: column;
  gap: 10px;
}
#global .cms_column .cms_object_visit_code .cms_col2 .cms_column {
  width: 100%;
}
#global .cms_column .cms_object_visit_code .results_wrapper .results .box_object_reduced_item .box_infos {
  flex-direction: column;
  gap: 10px;
}
#global .cms_column .cms_object_visit_code .results_wrapper .results .box_object_reduced_item .box_infos .left, #global .cms_column .cms_object_visit_code .results_wrapper .results .box_object_reduced_item .box_infos .right {
  width: 100%;
}
#global .cms_section_dark .cms_object_visit_code .object_visit_code_forms_wrapper .cms_part.cms_col2 .cms_column:last-of-type {
  border: 1px solid #FFFFFF;
}
#global .cms_section_dark .cms_object_visit_code .results_wrapper::after {
  background: linear-gradient(to top, #f2f2f2, transparent);
}
#global .cms_section_dark .box_object_reduced_item .button, #global .cms_section_dark .box_object_reduced_item .button *, #global .cms_section_dark .box_object_reduced_item:hover .button, #global .cms_section_dark .box_object_reduced_item:hover .button * {
  color: #ffffff;
}
#global .cms_section_dark .box_object_reduced_item .button svg:not(.highcharts-root) *, #global .cms_section_dark .box_object_reduced_item:hover .button svg:not(.highcharts-root) * {
  fill: #ffffff;
}
#global .cms_section_dark .box_object_reduced_item .button:hover, #global .cms_section_dark .box_object_reduced_item .button:hover *, #global .cms_section_dark .box_object_reduced_item:hover .button:hover, #global .cms_section_dark .box_object_reduced_item:hover .button:hover * {
  color: #FFFFFF;
}
#global .cms_section_dark .box_object_reduced_item .button:hover svg:not(.highcharts-root) *, #global .cms_section_dark .box_object_reduced_item:hover .button:hover svg:not(.highcharts-root) * {
  fill: #FFFFFF;
}
/*----- Anchors -----*/
.anchors {
  position: fixed;
  right: 1vw;
  top: 45vh;
  z-index: 100;
  visibility: visible;
  opacity: 1;
}
.anchors a {
  display: block;
  height: 10px;
  width: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
  display: block;
  margin: 12px;
  border-radius: 20px;
  cursor: pointer;
  position: relative;
  background-color: rgba(255, 255, 255, 0.5);
  transition-duration: 0.2s;
}
.anchors a:before {
  opacity: 0;
}
.anchors a:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  background-color: white;
}
.anchors a:hover:before {
  opacity: 1;
  content: attr(data-title);
  position: absolute;
  width: 500px;
  text-align: right;
  left: -516px;
  color: white;
  text-shadow: 0 0 3px #000;
  top: -6px;
}
.anchors a.activeanchor:before {
  opacity: 1;
  content: attr(data-title);
  position: absolute;
  width: 500px;
  text-align: right;
  left: -516px;
  color: white;
  text-shadow: 0 0 3px #000;
  top: -6px;
  transition-duration: 0.4s;
}
.anchor_helper {
  display: block;
  height: 100px;
  margin-top: -100px;
  visibility: hidden;
}
/*--- Anchors END ----*/
.cms_page_data_protection_terms .cms_agency_infos {
  line-height: 14px;
}
.cms_page_data_protection_terms .cms_agency_infos .label {
  display: none;
}
.cms_page_data_protection_terms .cms_agency_infos .value {
  font-weight: normal;
}
.cms_page_data_protection_terms .cms_agency_infos .detail_row {
  border: none;
  padding-bottom: 0;
}
.cms_page_data_protection_terms .cms_agency_infos .infos_street {
  display: inline-block;
}
.cms_page_data_protection_terms .cms_agency_infos .infos_street .value {
  width: 100%;
}
.cms_page_data_protection_terms .cms_agency_infos .infos_npa {
  display: inline-block;
}
.cms_page_data_protection_terms .cms_agency_infos .infos_phone_main, .cms_page_data_protection_terms .cms_agency_infos .infos_mobile, .cms_page_data_protection_terms .cms_agency_infos .infos_email {
  display: none;
}
/*----- Blog -----*/
.filter .filter_part_search_button {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin: 1em 0 15px 1em;
}
ul.pagination {
  display: flex;
  justify-content: center;
  padding: 30px 0;
}
ul.pagination li {
  list-style: none;
  font-size: 1.2em;
  padding: 1px 0.6em;
}
ul.pagination li a {
  padding: 0;
}
.box_article_blog_index .box_body {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.blog_categories {
  margin: auto 0 0;
  text-align: right;
}
.blog_categories .blog_category {
  font-size: 0.75em;
  margin-right: 1.2em;
  white-space: nowrap;
  font-style: italic;
}
.blog_categories .blog_category:last-child {
  margin-right: 0;
}
.blog_article p, .blog_article ul, .blog_article li {
  padding-bottom: 1rem;
}
blog_article._title {
  margin-top: 4vh;
}
.blog_article_date {
  text-align: center;
  font-style: italic;
  font-size: 0.85em;
}
.blog_article_body * {
  max-width: 100%;
}
/* IMAGE DROPZONE ( notably in prospection form) */
#blueimp_dropzone {
  background: #fff;
  padding: 3em;
  border: 2px dotted #a7a7a7;
  text-align: center;
  cursor: pointer;
}
#blueimp_dropzone svg {
  width: 60px;
  height: 60px;
}
#blueimp_dropzone svg path {
  fill: #a7a7a7;
}
#blueimp_dropzone .file_field {
  cursor: pointer;
}
#blueimp_dropzone .file_field .file_field_drop_zone_text {
  font-size: 1.2em;
  padding: 2em 0;
  width: 60%;
  max-width: 600px;
  margin: auto;
  line-height: 1.4em;
}
#blueimp_dropzone .file_field .file_field_limitations {
  font-style: italic;
  padding-top: 20px;
  font-size: 0.9em;
}
/*TEST*/
.prospection_form_images table.dropzone_table_upload {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
  margin-top: 2em;
}
.prospection_form_images table.dropzone_table_upload td {
  background: #fff;
  padding: 4px;
  border-bottom: 1px solid #ffffff;
}
.prospection_form_images table.dropzone_table_upload td.sortable_input {
  width: 40px;
  background: url("../../resources/svg/move.svg") no-repeat center center #fff;
  background-size: 20px;
  cursor: pointer;
}
.prospection_form_images table.dropzone_table_upload td.upload_preview {
  width: 80px;
}
.prospection_form_images table.dropzone_table_upload td.upload_preview img {
  width: 80px;
}
.prospection_form_images table.dropzone_table_upload td .progress {
  min-width: 10vw;
  max-width: 200px;
}
.prospection_form_images table.dropzone_table_upload td.upload_button {
  padding: 4px 8px 4px;
  text-align: right;
}
.prospection_form_images table.dropzone_table_upload td.upload_button button {
  margin: 2px 0 2px 10px;
}
/*----- Demo & Template chooser -----*/
#demo_immomig {
  position: fixed;
  display: none;
  width: 240px;
  top: 120px;
  left: 0;
  padding: 14px 18px 15px;
  z-index: 120;
  background-color: rgba(181, 0, 18, 0.9);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
  color: #FFFFFF;
  text-align: center;
  transition-delay: initial;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: ease-out;
}
#demo_immomig.closed {
  left: -240px;
}
#demo_immomig.closed #demo_immomig_open {
  opacity: 1;
  width: 25px;
  right: -25px;
  height: 54px;
  cursor: pointer;
}
#demo_immomig h3 {
  color: #FFFFFF;
  margin: 0 0 7px;
  padding: 0;
  font-size: 15px;
  text-transform: none;
}
#demo_immomig .demo_link {
  display: block;
  color: #FFFFFF;
  text-decoration: underline;
  font-size: 14px;
}
#demo_immomig .demo_link:hover {
  text-decoration: none;
}
#demo_immomig #demo_immomig_close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 7px;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 19px;
  line-height: 7px;
}
#demo_immomig #demo_immomig_open {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background-color: rgba(181, 0, 18, 0.9);
  width: 0;
  transition-delay: initial;
  transition-duration: 0.4s;
  transition-property: opacity;
  transition-timing-function: ease-out;
}
#demo_immomig #demo_immomig_open div {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  padding: 2px 0 0 9px;
  font-size: 14px;
}
#demo_immomig, #demo_immomig *, #template_chooser {
  box-sizing: border-box;
  -moz-osx-font-smoothing: auto;
  font-family: Trebuchet, sans-serif;
}
#template_chooser {
  text-align: center;
  width: 95%;
  max-width: 1600px;
  margin: auto;
  position: relative;
  overflow: hidden;
}
#template_chooser .chapter {
  font-size: 20px;
  margin: 10px 0 20px 0;
}
#template_chooser .chapter:nth-child(3) {
  margin: 30px 0 30px 0;
}
#template_chooser .templates_list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -15px;
  background: none;
  margin-top: -60px;
  margin-bottom: -60px;
  padding: 50px 0;
  justify-content: center;
}
#template_chooser .templates_list > * {
  width: calc(20% - 30px);
  margin: 15px;
}
@media screen and (max-width: 1200px) {
  #template_chooser .templates_list > * {
    width: calc(25% - 30px);
  }
}
@media screen and (max-width: 1050px) {
  #template_chooser .templates_list > * {
    width: calc(33.33% - 30px);
  }
}
@media screen and (max-width: 900px) {
  #template_chooser .templates_list > * {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 770px) {
  #template_chooser .templates_list > * {
    width: calc(100% - 30px);
  }
}
#template_chooser .template_link {
  display: block;
  text-decoration: none;
  text-align: center;
  line-height: initial;
  position: relative;
  overflow: hidden;
}
#template_chooser .template_link:nth-of-type(6n+1) {
  clear: both;
}
#template_chooser .template_link img {
  width: 100%;
  display: block;
  border: 1px solid #CCCCCC;
}
#template_chooser .template_link:hover img {
  opacity: 0.8;
}
#template_chooser .template_link:hover .template_descr, #template_chooser .template_link:hover .template_price {
  opacity: 0.5;
}
#template_chooser .template_link .template_descr {
  font-weight: bold;
  margin-top: 5px;
  color: #000000;
}
#template_chooser .template_link .template_price {
  font-weight: normal;
  font-style: italic;
  font-size: 13px;
  color: #000000;
  opacity: 0.7;
  margin-top: 12px;
}
#template_chooser .template_link .template_new {
  color: #FFFFFF;
  background: #b50012;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  padding: 0.5em;
  position: absolute;
  width: 180px;
  transform: rotate(-33deg);
  top: 15px;
  left: -46px;
  text-align: center;
  font-weight: bold;
  z-index: 200;
}
#template_chooser .text_infos {
  margin-top: 10px;
  font-style: italic;
  padding-bottom: 10px;
}
/*----- Standalone Template chooser page -----*/
.scope_demo_chooser header {
  display: none;
}
.scope_demo_chooser #demo_immomig {
  display: none !important;
}
.scope_demo_chooser #main {
  padding: 2.5% 0 !important;
}
.scope_demo_chooser footer {
  display: none;
}
.scope_demo_chooser #template_chooser {
  width: 100%;
  max-width: none;
  padding: 2%;
}
.scope_demo_chooser #template_chooser .title {
  margin-bottom: 3%;
}
.scope_demo_chooser #template_chooser .text_infos {
  margin-top: 3%;
}
.scope_demo_chooser #template_chooser .chapter {
  margin: 45px 0 30px 0;
}
/*----- Project under construction banner -----*/
#project_under_construction {
  position: fixed;
  width: 240px;
  top: 120px;
  left: 0;
  padding: 14px 18px 15px;
  z-index: 120;
  background-color: rgba(181, 0, 18, 0.9);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
  color: #FFFFFF;
  text-align: center;
  transition-delay: initial;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: ease-out;
}
#project_under_construction h3 {
  color: #FFFFFF;
  margin: 0 0 7px;
  padding: 0;
  font-size: 15px;
  text-transform: none;
}
#varHolidayPeriod, #varBooking {
  display: none;
}
.calendar {
  display: flex;
  align-items: center;
}
.calendar .datepicker-here {
  width: 60%;
}
.calendar .datepicker-here.no-selection .datepicker .datepicker--cell.-selected- {
  background: #fff;
}
.calendar .datepicker {
  width: 100%;
}
.calendar .datepicker .datepicker--cell-day {
  color: #000;
}
.calendar .datepicker .datepicker--cell-day.-other-month- {
  color: #707070;
}
.calendar .datepicker .datepicker--cell-day.-range-from-, .calendar .datepicker .datepicker--cell-day.-range-to-, .calendar .datepicker .datepicker--cell-day.-current-.-selected- {
  background: #707070;
  color: white;
}
.calendar .datepicker .datepicker--cell-day.-in-range- {
  background: #707070;
  color: white;
}
.calendar .datepicker .datepicker--cell {
  border-radius: 0;
}
.calendar .datepicker .datepicker--cell.case_reserved.-disabled- {
  color: #575757;
}
.calendar .datepicker .datepicker--cell.-disabled- {
  color: #aeaeae;
  font-style: italic;
}
.calendar .datepicker .datepicker--cell.case_reserved.-focus- {
  background: #cecece;
}
.calendar .datepicker .datepicker--cell.-current- {
  color: black;
  box-shadow: 0 2px 2px #b3b3b3;
  border: 1px solid white;
  font-weight: bold;
}
.calendar .datepicker .datepicker--day-name {
  color: #000;
}
.calendar .cal_case_container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.calendar .cal_case_container .cal_case {
  float: left;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.calendar .cal_case_container .cal_case .case {
  width: 30px;
  height: 30px;
  margin: 5px 10px;
}
.calendar .cal_case_container .cal_case .case_available {
  background-color: #ffffff;
  border: 1px solid #707070;
}
.calendar .cal_case_container .cal_case .case_reserved {
  border: 1px solid #fff;
}
.calendar .cal_case_container .cal_case .case_selected {
  background-color: #707070;
  border: 1px solid #fff;
}
.row_nb_children {
  padding-bottom: 2.5em;
}
.case_reserved, .cal_case .case_reserved {
  background: #cecece;
}
.cal_cell_price {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 0.8rem;
  font-weight: normal;
  display: none;
}
#calendar_holiday.datepicker-here .datepicker .datepicker--cell.-focus- .cal_cell_price, #calendar_holiday.datepicker-here .datepicker .datepicker--cell.-weekend-.-focus- .cal_cell_price {
  display: block;
  top: calc(-100%);
  left: calc(50% - 13px);
  height: auto;
  width: auto;
  white-space: nowrap;
  color: white;
  background: rgba(33, 33, 33, 0.9);
  padding: 5px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
#calendar_holiday.datepicker-here .datepicker .datepicker--cell.-focus- .cal_cell_price::before, #calendar_holiday.datepicker-here .datepicker .datepicker--cell.-weekend-.-focus- .cal_cell_price::before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 10px;
  width: 0;
  height: 0;
  border-top: 6px solid rgba(33, 33, 33, 0.9);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
#calendar_holiday.datepicker-here .datepicker .datepicker--cell.-weekend-.-focus- .cal_cell_price {
  text-align: right;
  left: initial;
  right: calc(50% - 13px);
}
#calendar_holiday.datepicker-here .datepicker .datepicker--cell.-weekend-.-focus- .cal_cell_price::before {
  left: initial;
  right: 10px;
}
#calendar_holiday.datepicker-here.no-selection .datepicker .datepicker--cell.-focus- {
  background: none;
  cursor: default;
}
#calendar_holiday.datepicker-here.no-selection .datepicker .datepicker--cell.case_reserved.-focus- {
  background: #cecece;
}
.stars-1::before {
  font-family: apple color emoji, segoe ui emoji, noto color emoji, android emoji, emojisymbols, emojione mozilla, twemoji mozilla, segoe ui symbol;
  content: "⭐";
}
.stars-2::before {
  font-family: apple color emoji, segoe ui emoji, noto color emoji, android emoji, emojisymbols, emojione mozilla, twemoji mozilla, segoe ui symbol;
  content: "⭐⭐";
}
.stars-3::before {
  font-family: apple color emoji, segoe ui emoji, noto color emoji, android emoji, emojisymbols, emojione mozilla, twemoji mozilla, segoe ui symbol;
  content: "⭐⭐⭐";
}
.stars-4::before {
  font-family: apple color emoji, segoe ui emoji, noto color emoji, android emoji, emojisymbols, emojione mozilla, twemoji mozilla, segoe ui symbol;
  content: "⭐⭐⭐⭐";
}
.stars-5::before {
  font-family: apple color emoji, segoe ui emoji, noto color emoji, android emoji, emojisymbols, emojione mozilla, twemoji mozilla, segoe ui symbol;
  content: "⭐⭐⭐⭐⭐";
}
.scope_reservation_reservation .main_details .detail_infos .detail_title_box .button.reservation_button_selected {
  background: #004466;
  color: #FFFFFF;
  border-color: #004466;
}
.scope_reservation_reservation .main_details .detail_infos .detail_title_box .button.reservation_button_selected svg * {
  fill: #FFFFFF;
}
.scope_reservation_reservation .warning {
  display: flex;
  align-items: center;
}
.scope_reservation_reservation .warning svg {
  margin-right: 10px;
}
.scope_reservation_reservation #global .warning svg path {
  fill: #eb0037;
}
ul.steps {
  display: flex;
  list-style: none;
  justify-content: center;
  margin: 20px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #DFDFDF;
}
ul.steps li {
  padding: 0 20px;
}
ul.steps > li.active {
  font-weight: bold;
}
#maintenance {
  background-color: #f2f2f2;
}
#maintenance .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  padding: 5%;
  color: #000000;
}
#maintenance .container #logo {
  margin: 0;
}
#maintenance .container #logo img, #maintenance .container #logo svg {
  max-height: 10vh;
  width: 100%;
}
#maintenance .container #image {
  position: absolute;
  right: 20%;
  width: 50vh;
  height: 50vh;
  top: calc(50% - 25vh);
}
#maintenance .container #image svg {
  position: relative;
  width: 100%;
  height: 100%;
}
#maintenance .container #image svg path {
  fill: #000000;
}
.cms_agency_infos .infos_row {
  flex-wrap: nowrap;
  padding: 0.4em 0;
}
.cms_agency_infos .infos_row .label {
  min-width: calc(30% + 2em);
  margin-right: 2em;
  text-transform: uppercase;
  font-weight: bolder;
}
.cms_agency_infos .infos_row .value {
  width: calc(70% - 2em);
  text-align: left;
}
.cms_agency_infos.reduced .infos_row .label {
  display: none;
}
.cms_agency_infos.reduced .infos_row .value {
  width: 100%;
}
.cms_agency_infos .infos_phone_main, .cms_agency_infos .infos_mobile, .cms_agency_infos .infos_fax, .cms_agency_infos .infos_email {
  white-space: nowrap;
}
.map_marker_popup .cms_agency_infos .agency_infos_container .infos_row {
  border: none;
  padding: 0;
  line-height: 1em;
}
.map_marker_popup .cms_agency_infos .infos_city, .map_marker_popup .cms_agency_infos .infos_responsible, .map_marker_popup .cms_agency_infos .infos_societe {
  margin-bottom: 5px;
}
.map_marker_popup .cms_agency_infos .label {
  display: none;
}
.map_marker_popup .cms_agency_infos .value {
  font-size: 0.75em;
}
.cms_video_error {
  background-color: red;
  padding: 20% 0;
}
.cms_video_error p {
  color: white;
  text-align: center;
  font-weight: bold;
}
.scope_opinion_opinion form.opinion_form {
  margin-top: 1em;
}
.scope_opinion_opinion form.opinion_form .row_interest .row_cb .radio_options {
  display: flex;
  flex-direction: column;
  margin-bottom: 1em;
  align-items: flex-start;
}
.scope_opinion_opinion form.opinion_form .row_interest .row_cb .radio_options > * {
  margin: 1em 0 0 0;
}
.scope_opinion_confirmation {
  text-align: center;
}
/* COOKIES POPUP */
.cookies_popup_wrapper {
  background-color: rgba(254, 197, 111, 0.8);
  backdrop-filter: blur(30px);
  position: fixed;
  z-index: 999;
  bottom: 0;
  padding: 0;
  width: 100%;
  box-shadow: 1px -5px 10px -10px rgba(0, 0, 0, 0.66);
  -webkit-box-shadow: 1px -5px 10px -10px rgba(0, 0, 0, 0.66);
  -moz-box-shadow: 1px -5px 10px -10px rgba(0, 0, 0, 0.66);
}
.cookies_popup_wrapper .inner_content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #FFFFFF;
}
.cookies_popup_wrapper .inner_content .cookies_content {
  padding: 1.5em 0;
}
.cookies_popup_wrapper .inner_content .cookies_content .cookies_choices {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cookies_popup_wrapper .inner_content .cookies_content .cookies_choices .cookies_options {
  margin: 10px 10px 10px 0;
  position: relative;
  display: flex;
  flex-direction: column;
}
.cookies_popup_wrapper .inner_content .cookies_content .cookies_choices .cookies_options .checkbox {
  display: flex;
  align-items: center;
  margin: 3px 0;
}
.cookies_popup_wrapper .inner_content .cookies_content .cookies_choices .cookies_options a {
  font-weight: bold;
  color: inherit;
  text-decoration: underline;
  padding-right: 10px;
  white-space: nowrap;
  margin-top: 10px;
}
.cookies_popup_wrapper .inner_content .cookies_content .cookies_choices .cookies_options a:hover {
  color: inherit;
  opacity: 0.7;
}
.cookies_popup_wrapper .inner_content .cookies_content .cookies_choices .cookies_actions {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cookies_popup_wrapper .inner_content .cookies_content .cookies_choices .cookies_actions .button {
  background: #005681;
  color: #ffffff;
  border-color: #005681;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  white-space: nowrap;
}
.cookies_popup_wrapper .inner_content .cookies_content .cookies_choices .cookies_actions .button:hover {
  background: #004466;
  color: #FFFFFF;
  border-color: #004466;
}
/* Popper - Infobox */
#infobox, .infobox {
  display: none;
  z-index: 21;
  /* If carousel */
  /* Arrow */
}
#infobox.infobox-mapbox, .infobox.infobox-mapbox {
  display: flex;
  box-shadow: unset;
}
#infobox .map_popup, #infobox .box_object_item, .infobox .map_popup, .infobox .box_object_item {
  height: 100%;
}
#infobox .cms_text, .infobox .cms_text {
  padding: 0 30px;
}
#infobox .object_map_popup_list, .infobox .object_map_popup_list {
  width: 100%;
  font-size: 16px;
}
#infobox .object_map_popup_style_thumbnail, .infobox .object_map_popup_style_thumbnail {
  max-width: 260px !important;
  height: 390px;
  max-height: 390px;
}
#infobox .object_map_popup_style_horizontal, .infobox .object_map_popup_style_horizontal {
  max-width: 470px !important;
}
#infobox .object_map_popup_style_horizontal .box_object_horizontal_item, .infobox .object_map_popup_style_horizontal .box_object_horizontal_item {
  width: 100%;
}
#infobox .object_map_popup_style_horizontal .box_object_horizontal_item img, .infobox .object_map_popup_style_horizontal .box_object_horizontal_item img {
  height: 100%;
  object-fit: cover;
}
#infobox .swiper-container .box_object_item, .infobox .swiper-container .box_object_item {
  box-sizing: border-box;
}
#infobox .swiper-button-nav, .infobox .swiper-button-nav {
  display: none;
}
#infobox .box .box_inner, .infobox .box .box_inner {
  overflow: hidden;
}
#infobox .box .box_infos, .infobox .box .box_infos {
  height: 100%;
}
#infobox .box .box_price, .infobox .box .box_price {
  padding-top: 0;
  padding-bottom: 0;
}
#infobox .box .box_title, #infobox .box .box_body, .infobox .box .box_title, .infobox .box .box_body {
  padding: 1em;
}
#infobox .box .box_title h2, #infobox .box .box_body h2, .infobox .box .box_title h2, .infobox .box .box_body h2 {
  font-size: 1.3em;
}
#infobox .box .box_title h4, #infobox .box .box_body h4, .infobox .box .box_title h4, .infobox .box .box_body h4 {
  font-size: 1em;
}
#infobox .box .box_title .caract_list .caract_icon svg, #infobox .box .box_body .caract_list .caract_icon svg, .infobox .box .box_title .caract_list .caract_icon svg, .infobox .box .box_body .caract_list .caract_icon svg {
  width: 1em;
}
#infobox .box .box_title .caract_list .value, #infobox .box .box_body .caract_list .value, .infobox .box .box_title .caract_list .value, .infobox .box .box_body .caract_list .value {
  font-size: 0.7em;
}
#infobox .object_map_popup.swiper-container .map_popup_details, .infobox .object_map_popup.swiper-container .map_popup_details {
  background: #ffffff;
  font-size: 11px;
  padding: 1em 15px;
}
#infobox .object_map_popup.swiper-container .swiper-slide, .infobox .object_map_popup.swiper-container .swiper-slide {
  height: 100%;
}
#infobox[data-popper-placement^="top"] > #arrow, #infobox[data-popper-placement^="top"] > .infobox_arrow, .infobox[data-popper-placement^="top"] > #arrow, .infobox[data-popper-placement^="top"] > .infobox_arrow {
  bottom: -8px;
}
#infobox[data-popper-placement^="bottom"] > #arrow, #infobox[data-popper-placement^="bottom"] > .infobox_arrow, .infobox[data-popper-placement^="bottom"] > #arrow, .infobox[data-popper-placement^="bottom"] > .infobox_arrow {
  top: -8px;
}
#infobox[data-popper-placement^="left"] > #arrow, #infobox[data-popper-placement^="left"] > .infobox_arrow, .infobox[data-popper-placement^="left"] > #arrow, .infobox[data-popper-placement^="left"] > .infobox_arrow {
  right: -8px;
}
#infobox[data-popper-placement^="right"] > #arrow, #infobox[data-popper-placement^="right"] > .infobox_arrow, .infobox[data-popper-placement^="right"] > #arrow, .infobox[data-popper-placement^="right"] > .infobox_arrow {
  left: -8px;
}
#infobox[data-show], .infobox[data-show], .object_map_popup_style_thumbnail.swiper, .map_popup .box {
  display: block;
}
#arrow, .infobox_arrow, #arrow::before, .infobox_arrow::before {
  position: absolute;
  width: 15px;
  height: 15px;
  background: inherit;
  z-index: -1;
  box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.15);
}
#arrow, .infobox_arrow {
  visibility: hidden;
}
#arrow::before, .infobox_arrow::before {
  visibility: visible;
  content: "";
  transform: rotate(45deg);
}
.swiper .virtual_embed .virtual_tour_layer, .swiper .youtube_embed .virtual_tour_layer {
  position: absolute;
  z-index: 20;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.8) 0%, rgba(176, 225, 250, 0.7) 100%);
}
.swiper .virtual_embed .virtual_tour_layer img, .swiper .youtube_embed .virtual_tour_layer img {
  position: relative;
  margin: 0 auto;
  height: auto;
  max-width: 1200px;
}
.swiper .virtual_embed .virtual_tour_layer.no_cookie, .swiper .youtube_embed .virtual_tour_layer.no_cookie {
  z-index: -1;
  opacity: 0.1;
}
.swiper .virtual_embed a.virtual_embed_link, .swiper .virtual_embed a.youtube_embed_link, .swiper .youtube_embed a.virtual_embed_link, .swiper .youtube_embed a.youtube_embed_link {
  z-index: 21;
}
.terms_form {
  margin-top: 1em;
}
.terms_form .radio_options {
  flex-direction: column;
  align-items: flex-start;
}
.terms_form .radio_options .checkbox {
  margin-bottom: 1em;
}
.terms_form .radio_options .checkbox:not(:first-child) {
  margin-left: 0;
}
.row[data-field=newsletters] label.checkbox {
  margin-left: 0;
  margin-bottom: 0.5em;
}
.cms_youtube_container.video_hidden {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  min-height: 150px;
  border: 1px solid #DFDFDF;
}
.cms_youtube_container.video_hidden::before {
  display: none;
}
.slider_external_embed.video_hidden {
  padding-top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 400px;
  height: 100%;
}
.slider_external_embed.video_hidden a {
  position: static;
}
#global .messenger {
  display: flex;
  margin: 0 auto;
  position: relative;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
}
#global .messenger.messenger_single .conversations_pane {
  display: none;
}
#global .messenger.messenger_single .conversation {
  width: 100%;
  height: 100%;
  opacity: 1;
}
#global .messenger .conversations_pane {
  width: 30%;
  background-color: #fff;
  z-index: 20;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
  border-right: 2px solid #ededed;
}
#global .messenger .time, #global .messenger .message_sent .sender {
  font-size: bold;
  color: #9a9a9a;
  font-size: 0.8em;
  white-space: nowrap;
}
#global .messenger .conversation_icon {
  display: flex;
  margin: 0 1em 0 0;
  align-self: flex-start;
}
#global .messenger .conversation_icon img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
#global .messenger .conversation_name {
  font-weight: bold;
  color: #181818;
  font-size: 1.1em;
}
#global .messenger .conversation_item {
  cursor: pointer;
  display: flex;
  padding: 1em;
  position: relative;
}
#global .messenger .conversation_item .unread_messages {
  position: absolute;
  right: 1em;
  top: 1em;
  color: #fff;
  background-color: #CE0000;
  border-radius: 50%;
  line-height: 1;
  font-size: 0.8em;
  width: 1.8em;
  height: 1.8em;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
#global .messenger .conversation_item .conversation_item_infos {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
#global .messenger .conversation_item .conversation_item_infos .preview_message {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-height: 1.3em;
}
#global .messenger .conversation_item:hover, #global .messenger .conversation_item.selected {
  background-color: #F4F5F9;
}
#global .messenger .conversation {
  width: 70%;
  background-color: #f2f2f2;
}
#global .messenger .conversation .messages_header {
  display: flex;
  align-items: center;
  padding: 1em;
  background-color: #F4F5F9;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  z-index: 10;
}
#global .messenger .conversation .messages_header .back_conversations {
  cursor: pointer;
  margin-right: 1em;
  display: flex;
  align-items: center;
  display: none;
}
#global .messenger .conversation .messages_header .back_conversations svg {
  width: 25px;
  height: 25px;
}
#global .messenger .conversation .messages_body {
  padding: 1em 2em;
  min-height: 400px;
}
#global .messenger .conversation .messages_wrapper {
  display: flex;
  flex-direction: column;
}
#global .messenger .conversation .load_more {
  display: block;
  width: fit-content;
  margin: 0 auto 2em auto;
  text-align: center;
  background-color: transparent;
  border: 1px solid transparent;
  color: #eb0037;
  transition: all 0.3s ease;
}
#global .messenger .conversation .load_more:hover, #global .messenger .conversation .load_more:focus {
  background-color: transparent;
  border: 1px solid #eb0037;
  color: #eb0037;
  opacity: 0.7;
}
#global .messenger .conversation .date, #global .messenger .conversation .unread_messages {
  position: sticky;
  top: 1em;
  width: fit-content;
  align-self: center;
  margin: 1em 0 2em;
  text-align: center;
  background-color: #C1C1C1;
  color: #FFFFFF;
  border-radius: 10px;
  padding: 0.5em 1em;
  box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.1);
  z-index: 100;
  transition: top 0.5s ease;
}
#global .messenger .conversation .date:first-of-type, #global .messenger .conversation .unread_messages:first-of-type {
  margin-top: 0;
}
#global .messenger .conversation .messenger_about .messenger_about_delete {
  margin-left: 30px;
  margin-right: 10px;
}
#global .messenger .conversation .messenger_about .messenger_about_delete svg {
  width: 20px;
  height: 20px;
}
#global .messenger .conversation .messenger_about .messenger_about_delete svg * {
  fill: red;
}
#global .messenger .conversation .messenger_about .messenger_about_delete svg:hover * {
  opacity: 0.7;
}
#global .messenger .conversation .messenger_about_object {
  display: flex;
  align-items: center;
}
#global .messenger .conversation .messenger_about_object .object_picture {
  max-width: 160px;
  flex: 160px;
  height: 90px;
  margin-right: 1em;
  overflow: hidden;
  position: relative;
}
#global .messenger .conversation .messenger_about_object .object_picture img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
}
#global .messenger .conversation .messenger_about_object .object_title {
  font-weight: bolder;
}
#global .messenger .conversation .messenger_about_object .object_price {
  margin-top: 0.2em;
}
#global .messenger .conversation .messenger_about_object .object_details {
  flex: 1;
}
#global .messenger .conversation .unread_messages {
  position: relative;
  align-self: flex-start;
  border: 1px solid #C5CADF;
  font-weight: bold;
}
#global .messenger .conversation .date + .unread_messages {
  margin-top: -1em;
}
#global .messenger .conversation .message {
  display: flex;
  padding: 0;
  align-items: center;
  margin-bottom: 1em;
  align-items: flex-start;
}
#global .messenger .conversation .message a {
  text-decoration: none;
}
#global .messenger .conversation .message .message_text .button {
  font-size: 1em;
}
#global .messenger .conversation .message .message_unread {
  display: none;
  width: 7px;
  height: 7px;
  margin: 1em 1em 0 0;
  background: #eb0037;
  border-radius: 50%;
}
#global .messenger .conversation .message.message_type_digirent .row {
  margin-bottom: 1em;
}
#global .messenger .conversation .message.welcome .message_box {
  padding: 0.5em 1em;
}
#global .messenger .conversation .message .message_box {
  position: relative;
  max-width: 80ch;
  border-radius: 15px;
  box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.1);
}
#global .messenger .conversation .message .message_box .message_sender {
  margin: 0.2em 0.6em 0.4em 1.3em;
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  font-size: 0.8em;
  opacity: 0.8;
  gap: 0.8em;
}
#global .messenger .conversation .message .message_box .message_sender .source {
  padding-left: 5px;
}
#global .messenger .conversation .message .message_box .message_files {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1em;
  margin-bottom: 0.5em;
}
#global .messenger .conversation .message .message_box .message_files a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 3em;
  flex: 1;
  margin-right: 1em;
  margin-bottom: 0.5em;
  font-size: 0.75em;
  padding: 0.2em 0.5em;
  text-decoration: none;
}
#global .messenger .conversation .message .message_box .message_files a:last-child {
  margin-right: 0;
}
#global .messenger .conversation .message .message_box .message_files a .file_name {
  display: flex;
  align-items: center;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #999;
  margin-top: 0.5em;
}
#global .messenger .conversation .message .message_box .message_files a .file_name svg {
  min-width: 2em;
  height: 12px;
  margin-right: 5px;
}
#global .messenger .conversation .message .message_box .message_files a .file_preview img {
  max-width: 500px;
  max-height: 500px;
}
#global .messenger .conversation .message .message_box .message_files a .file_preview svg {
  width: 20px;
  height: 20px;
}
#global .messenger .conversation .message .message_box .message_files a .file_preview.icon {
  border: 1px solid #333;
  border-radius: 10px;
  padding: 20px;
}
#global .messenger .conversation .message .message_box .message_header {
  display: flex;
  flex-direction: column;
}
#global .messenger .conversation .message .message_box .message_header .message_title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5em 1em;
  gap: 0.2em 0.5em;
}
#global .messenger .conversation .message .message_box .message_header .message_title .message_icon_title {
  display: flex;
  align-items: center;
}
#global .messenger .conversation .message .message_box .message_header .message_title .message_icon_title .message_icon svg {
  height: 1em;
  width: auto;
  margin-right: 0.5em;
}
#global .messenger .conversation .message .message_box .message_header .message_title .message_icon_title .message_type {
  font-weight: bolder;
}
#global .messenger .conversation .message .message_box .message_header .message_title .message_buttons a:hover {
  text-decoration: underline;
}
#global .messenger .conversation .message .message_box .message_content {
  display: flex;
  flex-direction: column;
}
#global .messenger .conversation .message .message_box .message_content .message_text {
  padding: 0.6em 1em;
}
#global .messenger .conversation .message .message_box .message_content .message_image {
  padding: 0.5em;
}
#global .messenger .conversation .message .message_box .message_content .message_image > * {
  place-self: center;
  max-width: 600px;
}
#global .messenger .conversation .message .message_box .message_content .message_image .image_preview img {
  border-radius: 10px;
  max-height: 250px;
  max-width: 300px;
}
#global .messenger .conversation .message .message_box .message_content .message_images {
  display: grid;
  grid-template-columns: 50% 50%;
}
#global .messenger .conversation .message .message_box .message_content .message_images > * {
  place-self: center;
  padding: 0.5em;
  max-width: 300px;
}
#global .messenger .conversation .message .message_box .message_content .message_images a .image_preview {
  position: relative;
  width: 200px;
  height: 200px;
}
#global .messenger .conversation .message .message_box .message_content .message_images a .image_preview img {
  border-radius: 10px;
  width: 200px;
  height: 200px;
  object-fit: cover;
}
#global .messenger .conversation .message .message_box .message_content .message_images a .image_preview .overlay {
  border-radius: 10px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #00000066;
  font-size: 3em;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}
#global .messenger .conversation .message .message_box .message_content .message_images a.hidden {
  display: none;
}
#global .messenger .conversation .message .message_box .message_content .message_digirent {
  padding: 0.5em 1em;
}
#global .messenger .conversation .message .message_box .message_content .message_object {
  padding: 0.5em 1em;
}
#global .messenger .conversation .message .message_box .message_content .message_objects {
  padding: 1em 2.5em;
  display: flex;
  flex-direction: column;
  gap: 1em;
}
#global .messenger .conversation .message .message_box .message_content .message_file {
  border-bottom: 1px dashed #ccc;
  padding: 0.5em 1em;
}
#global .messenger .conversation .message .message_box .message_content .message_file a {
  display: flex;
  align-items: center;
  gap: 1em;
}
#global .messenger .conversation .message .message_box .message_content .message_file a .file_preview {
  width: 20%;
}
#global .messenger .conversation .message .message_box .message_content .message_file a .file_preview svg > * {
  fill: #999;
}
#global .messenger .conversation .message .message_box .message_content .message_file a .file_name {
  word-wrap: break-word;
  width: 350px;
  max-width: 90%;
}
#global .messenger .conversation .message .message_box .message_content .message_button {
  margin: 0.5em 1em;
  display: flex;
  justify-content: center;
  gap: 0.5em;
}
#global .messenger .conversation .message .message_box .message_content .message_button .button {
  color: #ffffff;
}
#global .messenger .conversation .message .message_box .message_content .message_button .button:hover {
  color: #FFFFFF;
}
#global .messenger .conversation .message.message_received a {
  color: #555555;
}
#global .messenger .conversation .message.message_received .message_box {
  background: #FFFFFF;
  color: #555555;
  border-top-left-radius: 0;
}
#global .messenger .conversation .message.message_received .message_header .message_title {
  border-bottom: 1px solid #e5e5e5;
  border-top-right-radius: 15px;
}
#global .messenger .conversation .message.message_received .message_header .message_title svg * {
  fill: #555555;
}
#global .messenger .conversation .message.message_received .message_header .message_title .message_buttons a {
  color: #555555;
}
#global .messenger .conversation .message.message_received .message_object {
  padding: 0.5em 1em;
}
#global .messenger .conversation .message.message_received .message_sender {
  margin: 0.2em 1.3em 0.4em 1.3em;
}
#global .messenger .conversation .message.message_sent {
  justify-content: flex-end;
}
#global .messenger .conversation .message.message_sent a {
  color: #555555;
}
#global .messenger .conversation .message.message_sent .message_box {
  background: #E0F6C9;
  color: #555555;
  border-bottom-right-radius: 0;
}
#global .messenger .conversation .message.message_sent .message_header .message_title {
  border-bottom: 1px solid #c3d3b3;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
#global .messenger .conversation .message.message_sent .message_header .message_title svg * {
  fill: #555555;
}
#global .messenger .conversation .message.message_sent .message_header .message_title .message_buttons a {
  color: #555555;
}
#global .messenger .conversation .message.message_sent .message_object {
  padding: 0.5em 1em;
}
#global .messenger .conversation .message.unread .message_unread {
  display: block;
}
#global .messenger .conversation .messages_footer .messenger_about {
  padding: 10px;
  border: 1px solid #DFDFDF;
}
#global .messenger form {
  padding: 0.5em 1em;
  background-color: #FFFFFF;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
#global .messenger form .messenger_form_abouts {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
#global .messenger form .messenger_form_abouts .messenger_form_about {
  display: flex;
  padding: 5px;
  gap: 5px;
  align-items: center;
}
#global .messenger form .messenger_form_abouts .messenger_form_about_object .object_picture img {
  max-width: 50px;
  max-height: 50px;
}
#global .messenger form .messenger_form_abouts .messenger_form_about_object .object_title {
  max-width: 200px;
  overflow-x: clip;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#global .messenger form .messenger_form_box {
  width: 100%;
  margin: 0;
}
#global .messenger form .messenger_form_box .messenger_form_fields {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
#global .messenger form .messenger_form_box .messenger_form_fields > * {
  margin: 0.5em 0;
}
#global .messenger form .messenger_form_box .messenger_form_fields > .row_text {
  margin-right: 0.5em;
  width: auto;
  flex: 1;
  display: flex;
}
#global .messenger form .messenger_form_box .messenger_form_fields textarea {
  border: none;
  resize: none;
  background-color: #FFFFFF;
  border: 1px solid #eaeaea;
  color: #000000;
  min-height: 100px;
}
#global .messenger form .messenger_form_box .messenger_form_fields textarea + .placeholder {
  background-color: #FFFFFF;
  color: #000000;
  border: none;
}
#global .messenger form .messenger_form_box .messenger_form_fields textarea:hover + .placeholder, #global .messenger form .messenger_form_box .messenger_form_fields textarea.focus + .placeholder, #global .messenger form .messenger_form_box .messenger_form_fields textarea.focus, #global .messenger form .messenger_form_box .messenger_form_fields textarea:hover {
  background-color: #ffffff;
  border-color: #eaeaea;
  color: #000000;
}
#global .messenger form .messenger_form_box .messenger_form_fields .error textarea {
  border: 1px solid #eb0037;
}
#global .messenger form .messenger_form_box .messenger_form_fields .form_error_msg_box {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 100%);
  bottom: 0px;
}
#global .messenger form .messenger_form_box .messenger_form_fields .buttons {
  display: flex;
  align-self: flex-end;
}
#global .messenger form .messenger_form_box .messenger_form_fields .buttons .button {
  display: flex;
  background-color: #005681;
  color: #ffffff;
  border: 1px solid #005681;
  font-size: 1em;
  padding: 0.5em 1em;
  margin: 0;
  width: auto;
  min-width: 0;
}
#global .messenger form .messenger_form_box .messenger_form_fields .buttons .button svg {
  height: 1.3em;
}
#global .messenger form .messenger_form_box .messenger_form_fields .buttons .button svg * {
  fill: #ffffff;
}
#global .messenger form .messenger_form_box .messenger_form_fields .buttons .button:hover {
  background-color: #004466;
  color: #ffffff;
  border-color: #004466;
}
#global .messenger form .messenger_form_box .messenger_form_fields .buttons .button:hover svg * {
  fill: #ffffff;
}
#global .messenger form .messenger_form_box .messenger_form_fields .buttons > button:first-child {
  margin-right: 0.5em;
}
#global .messenger form .messenger_form_box .messenger_form_fields .buttons > button:last-child {
  margin-right: 0;
}
#global .messenger form .messenger_form_box .messenger_form_about .messenger_button_addfile svg {
  height: 1em;
}
#global .messenger form .messenger_form_box .messenger_form_dropzone {
  width: 100%;
  order: 3;
  margin: 0;
}
#global .messenger form .messenger_form_box .messenger_form_dropzone .row_remote_file {
  flex-direction: column;
  margin: 0;
}
#global .messenger form .messenger_form_box .messenger_form_dropzone .row_remote_file label {
  display: none;
}
#global .messenger form .messenger_form_box .messenger_form_dropzone .row_remote_file .dropzone {
  margin-bottom: 0;
  flex-wrap: wrap;
  display: flex;
  margin-left: -10px;
}
#global .messenger form .messenger_form_box .messenger_form_dropzone .row_remote_file .dropzone .dz-message {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: 10px;
  margin-bottom: 10px;
}
#global .messenger form .messenger_form_box .messenger_form_dropzone .row_remote_file .dropzone .dz-message::before {
  height: 1.2em;
  width: 1.5em;
}
#global .messenger form .messenger_form_box .messenger_form_dropzone .row_remote_file .dropzone .dz-preview {
  background-color: rgba(255, 255, 255, 0.5);
  color: #333333;
  padding: 0.25em 0.5em;
  margin-bottom: 0.5em;
  border: none;
  width: 100%;
  border: 1px solid #DFDFDF;
  padding: 0.5em;
  margin: 0px 0px 10px 10px;
}
#global .messenger form .messenger_form_box .messenger_form_dropzone .row_remote_file .dropzone .dz-preview .dz-image {
  max-height: 3em;
  min-height: 0;
  width: 5em;
  height: 3em;
  border-radius: 0;
  border: 0;
}
#global .messenger form .messenger_form_box .messenger_form_dropzone .row_remote_file .dropzone .dz-preview .icon_close {
  top: calc(50% - 10px);
}
#global .messenger form .messenger_form_box .messenger_form_dropzone .row_remote_file .dropzone .dz-preview .icon_close svg * {
  fill: red;
}
#global .messenger form .fileupload-buttonbar {
  display: flex;
  margin-right: 10px;
}
#global .messenger form .fileupload-buttonbar #blueimp_fileupload {
  padding: 0.5em 1em;
  display: flex;
  align-items: center;
}
#global .messenger form .fileupload-buttonbar #blueimp_fileupload svg {
  height: auto;
}
#global .messenger form table.dropzone_table_upload {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
  margin-top: 2em;
}
#global .messenger form table.dropzone_table_upload td {
  background: #fff;
  padding: 4px;
  border-bottom: 1px solid #ffffff;
}
#global .messenger form table.dropzone_table_upload td.upload_preview {
  width: 80px;
}
#global .messenger form table.dropzone_table_upload td.upload_preview img {
  width: 80px;
}
#global .messenger form table.dropzone_table_upload td .progress {
  min-width: 10vw;
  max-width: 200px;
  height: 15px;
}
#global .messenger form table.dropzone_table_upload td.upload_button {
  padding: 4px 8px 4px;
  text-align: right;
}
#global .messenger form table.dropzone_table_upload td.upload_button button {
  margin: 2px 0 2px 10px;
}
#global .messenger form table.dropzone_table_upload td .name {
  font-size: 14px;
}
.object_selection_no_results, .digirent_no_dossiers, .messenger_no_conversation {
  width: 400px;
  max-width: 90%;
  margin: -4vh auto 0 auto;
}
#steps .digirent_steps, .steps .digirent_steps {
  display: flex;
  justify-content: space-between;
  align-content: center;
  margin-left: 40px;
  position: relative;
}
#steps .digirent_steps .digirent_step, .steps .digirent_steps .digirent_step {
  clip-path: polygon(calc(100% - 40px) 0%, 100% 50%, calc(100% - 40px) 100%, 0% 100%, calc(40px) 50%, 0% 0%);
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  border-right: 0;
  background: #005681;
  background: linear-gradient(120deg, #004466 49%, #005681 50%);
  background-size: 300% 100%;
  background-position: -60%;
  z-index: 25;
  padding: 10px 0% 10px 0%;
  color: #ffffff;
  overflow-y: clip;
  transition: all 0.6s ease-in-out;
  margin-left: -40px;
}
#steps .digirent_steps .digirent_step:after, .steps .digirent_steps .digirent_step:after {
  content: "";
  clip-path: polygon(calc(100% - 40px) 0%, 100% 50%, calc(100% - 40px) 100%, calc(100% - 41px) 100%, calc(100% - 1px) 50%, calc(100% - 41px) 0%);
  position: relative;
  cursor: pointer;
  display: flex;
  height: 100%;
  border-right: 0;
  background: #004466;
  z-index: 24;
  width: 50px;
  position: absolute;
  right: 0px;
  transition: all 0.6s ease-in-out;
}
#steps .digirent_steps .digirent_step:first-child, .steps .digirent_steps .digirent_step:first-child {
  clip-path: polygon(calc(100% - 40px) 0%, 100% 50%, calc(100% - 40px) 100%, 0% 100%, 0 50%, 0% 0%);
  padding: 10px 10% 10px 5%;
  width: 70%;
}
#steps .digirent_steps .digirent_step:nth-child(2), .steps .digirent_steps .digirent_step:nth-child(2) {
  z-index: 19;
}
#steps .digirent_steps .digirent_step:nth-child(3), .steps .digirent_steps .digirent_step:nth-child(3) {
  z-index: 18;
}
#steps .digirent_steps .digirent_step:nth-child(4), .steps .digirent_steps .digirent_step:nth-child(4) {
  z-index: 17;
}
#steps .digirent_steps .digirent_step:nth-child(5), .steps .digirent_steps .digirent_step:nth-child(5) {
  z-index: 16;
}
#steps .digirent_steps .digirent_step:last-child, .steps .digirent_steps .digirent_step:last-child {
  clip-path: polygon(100% 0%, 100% 50%, 100% 100%, 0% 100%, calc(40px) 50%, 0% 0%);
  padding: 10px 0% 10px 5%;
  width: 80%;
}
#steps .digirent_steps .digirent_step:last-child::after, .steps .digirent_steps .digirent_step:last-child::after {
  content: none;
}
#steps .digirent_steps .digirent_step .digirent_step_icon, #steps .digirent_steps .digirent_step .digirent_step_label, .steps .digirent_steps .digirent_step .digirent_step_icon, .steps .digirent_steps .digirent_step .digirent_step_label {
  z-index: 20;
}
#steps .digirent_steps .digirent_step svg, .steps .digirent_steps .digirent_step svg {
  height: 20px;
  transition: all 0.3s;
}
#steps .digirent_steps .digirent_step svg *, .steps .digirent_steps .digirent_step svg * {
  fill: #ffffff;
}
#steps .digirent_steps .digirent_step:hover:not(.disabled), .steps .digirent_steps .digirent_step:hover:not(.disabled) {
  opacity: 0.8;
  background-position: -150%;
  border-color: #005681;
  color: #FFFFFF;
}
#steps .digirent_steps .digirent_step:hover:not(.disabled) svg, .steps .digirent_steps .digirent_step:hover:not(.disabled) svg {
  height: 25px;
}
#steps .digirent_steps .digirent_step:hover:not(.disabled) svg *, .steps .digirent_steps .digirent_step:hover:not(.disabled) svg * {
  fill: #FFFFFF;
}
#steps .digirent_steps .digirent_step:hover:not(.disabled)::after, .steps .digirent_steps .digirent_step:hover:not(.disabled)::after {
  background-color: #005681;
}
#steps .digirent_steps .digirent_step.active, .steps .digirent_steps .digirent_step.active {
  background-position: -150%;
  border-color: #004466;
  color: #FFFFFF;
}
#steps .digirent_steps .digirent_step.active svg, .steps .digirent_steps .digirent_step.active svg {
  height: 25px;
}
#steps .digirent_steps .digirent_step.active svg *, .steps .digirent_steps .digirent_step.active svg * {
  fill: #FFFFFF;
}
#steps .digirent_steps .digirent_step.active:after, .steps .digirent_steps .digirent_step.active:after {
  background-color: #005681;
}
#steps .digirent_steps .digirent_step[disabled], #steps .digirent_steps .digirent_step.disabled, .steps .digirent_steps .digirent_step[disabled], .steps .digirent_steps .digirent_step.disabled {
  border-color: rgba(0, 86, 129, 0.33);
}
#steps .digirent_steps .digirent_step[disabled] > *, #steps .digirent_steps .digirent_step.disabled > *, .steps .digirent_steps .digirent_step[disabled] > *, .steps .digirent_steps .digirent_step.disabled > * {
  opacity: 0.4;
}
#steps.steps_bottom, .steps.steps_bottom {
  display: none;
}
.digirent_container section.header .inner_content {
  justify-content: space-between;
}
.digirent_container section.header .inner_content .header_welcome {
  width: calc(50% - $box_padding);
  padding-right: 2em;
}
.digirent_container section.header .inner_content .header_welcome p {
  max-width: 500px;
  margin-bottom: 2em;
}
.digirent_container section.header .inner_content .header_welcome h1 {
  text-align: left;
}
.digirent_container section.header .inner_content .header_actions {
  width: calc(50% - $box_padding);
}
.digirent_container section.header .inner_content .header_actions .header_object article {
  max-width: 400px;
  margin-left: auto;
}
.digirent_container section.header .inner_content .header_actions .header_object .header_object_link {
  display: none;
}
.digirent_container section.header .inner_content .messages, .digirent_container section.header .inner_content .rental_dossiers_messages {
  margin-bottom: 0;
}
.digirent_container .radio_options .optional_field, .digirent_container .radio_options .required_field {
  display: none;
}
.digirent_container .actions .inner_content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.digirent_container .actions .inner_content .buttons_box {
  display: flex;
  margin-left: auto;
}
.digirent_container .actions .inner_content .buttons_box.add_box {
  margin-left: 0;
}
.digirent_container .actions .inner_content .message {
  width: 100%;
  margin-bottom: 20px;
}
.digirent_container .actions .inner_content .button {
  margin: 10px 0px;
  min-width: 180px;
  text-align: center;
  transition: all 0.2;
  color: #ffffff;
  background-color: #005681;
  border-color: #005681;
}
.digirent_container .actions .inner_content .button svg {
  transition: all 0.2;
}
.digirent_container .actions .inner_content .button svg * {
  fill: #ffffff;
}
.digirent_container .actions .inner_content .button:hover {
  color: #FFFFFF;
  background-color: #004466;
  border-color: #004466;
}
.digirent_container .actions .inner_content .button:hover svg * {
  fill: #FFFFFF;
}
.digirent_container .actions .inner_content .button[disabled], .digirent_container .actions .inner_content .button.disabled {
  opacity: 0.7;
  cursor: default;
}
.digirent_container .actions .inner_content .button.loading {
  cursor: default;
  pointer-events: none;
  position: relative;
  opacity: 0.7;
  background-color: #004466;
  color: #FFFFFF;
  border-color: #004466;
}
.digirent_container .actions .inner_content .button.loading svg {
  display: none;
}
.digirent_container .actions .inner_content .button.loading::before {
  content: "";
  position: absolute;
  display: inline;
  background: url("/resources/svg/digirent/loading.svg") no-repeat center center;
  background-color: rgba(0, 68, 102, 0.7);
  background-size: 45px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.digirent_container .actions .inner_content a {
  color: #005681;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  min-width: 120px;
}
.digirent_container .actions .inner_content a[disabled], .digirent_container .actions .inner_content a.disabled {
  opacity: 0.7;
  cursor: default;
}
.digirent_container .actions .inner_content a svg {
  width: 20px;
  height: 20px;
  transition: 0.2s all;
}
.digirent_container .actions .inner_content a svg * {
  fill: #005681;
}
.digirent_container .actions .inner_content a:hover {
  color: #004466;
}
.digirent_container .actions .inner_content a:hover svg * {
  fill: #004466;
}
.digirent_container .actions .inner_content a:hover svg.button_next {
  margin-left: 15px;
}
.digirent_container section.tenants_forms .inner_content .buttons_box, .digirent_container section.guarantors_forms .inner_content .buttons_box, .digirent_container section.general_forms .inner_content .buttons_box {
  gap: 10px;
}
.digirent_container section.tenants_forms .inner_content .buttons_box .button, .digirent_container section.guarantors_forms .inner_content .buttons_box .button, .digirent_container section.general_forms .inner_content .buttons_box .button {
  gap: 8px;
}
.digirent_container section.tenants_forms .inner_content .buttons_box .button svg, .digirent_container section.guarantors_forms .inner_content .buttons_box .button svg, .digirent_container section.general_forms .inner_content .buttons_box .button svg {
  margin-right: 0;
}
.digirent_qrcode_popup {
  text-align: center;
}
#digirent-confirm-conditions-popup, #digirent-debt-extract-popup, .mfp-content .popup.digirent_popup {
  max-width: 800px;
}
#digirent-confirm-conditions-popup h2, #digirent-debt-extract-popup h2, .mfp-content .popup.digirent_popup h2 {
  text-align: center;
  padding: 1vh 0;
}
#digirent-confirm-conditions-popup form, #digirent-debt-extract-popup form, .mfp-content .popup.digirent_popup form {
  text-align: center;
}
#digirent-confirm-conditions-popup form .button, #digirent-debt-extract-popup form .button, .mfp-content .popup.digirent_popup form .button {
  margin-top: 20px;
}
#digirent-confirm-conditions-popup form .button_wrapper, #digirent-debt-extract-popup form .button_wrapper, .mfp-content .popup.digirent_popup form .button_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.firstcaution_popup h2 img {
  width: 260px;
  margin: 0 auto;
}
.firstcaution_popup h3 {
  font-weight: bold;
}
.firstcaution_popup .text {
  padding: 20px 0;
}
.firstcaution_popup .button {
  background-color: #3876DA;
  border: 1px solid #3876DA;
  color: #ffffff;
  min-width: 240px;
  text-align: center;
}
.firstcaution_popup .button:hover {
  background-color: #5E94E3;
  border-color: #5E94E3;
  color: #ffffff;
}
.scope_user_welcome .small_form {
  width: 60%;
}
.scope_user_welcome .login_popup_forgot_content {
  margin-top: 45px;
}
.user_activation_form_wrapper .login_popup_forgot .forgot_form_box {
  justify-content: center;
}
.user_activation_form_wrapper .login_popup_forgot .forgot_form_box .button {
  margin-top: 1em;
}
.user_activation_form_wrapper .user_activation_form {
  margin-bottom: 1em;
}
.dropzone {
  border: none;
  color: #000;
  margin-bottom: 2em;
  padding: 0;
  min-height: 0;
}
.dropzone svg * {
  fill: #000;
}
.dropzone .dz-remove {
  padding-top: 10px;
}
.dropzone .dz-preview {
  width: 100%;
  margin: 0;
  padding: 10px 20px;
  border-bottom: 1px solid #DFDFDF;
  min-height: 20px;
  height: auto;
}
.dropzone .dz-preview .dz-file-preview-link {
  display: flex;
  align-items: center;
}
.dropzone .dz-preview .dz-file-preview-link:last-of-type {
  border: 0;
}
.dropzone .dz-preview:last-child {
  border: 0;
}
.dropzone .dz-preview:first-child {
  margin-top: 20px;
}
.dropzone .dz-preview .dz-image {
  background: #fff;
  border-radius: 5px;
  border: 1px solid #DFDFDF;
  width: 20%;
  max-width: 100px;
  height: auto;
  min-height: 60px;
  transition: 0.2s all;
}
.dropzone .dz-preview .dz-image img {
  transition: 0.2s all;
}
.dropzone .dz-preview .dz-image::after {
  content: "";
  position: absolute;
  z-index: 20;
  display: block;
  width: 60px;
  height: 40px;
  background: url(../../resources/svg/search_button.svg) no-repeat center center transparent;
  width: 100%;
  margin-bottom: 20px;
  top: calc(50% - 20px);
  opacity: 0;
}
.dropzone .dz-preview svg * {
  fill: #000000;
}
.dropzone .dz-preview:hover {
  background: #b0b0b0;
}
.dropzone .dz-preview:hover .dz-image {
  background: #787878;
}
.dropzone .dz-preview:hover .dz-image img {
  opacity: 0.8;
}
.dropzone .dz-preview:hover .dz-image::after {
  opacity: 1;
}
.dropzone .dz-preview:hover .dz-image::before {
  transform: scale(1.05, 1.05);
  filter: blur(8px);
}
.dropzone .dz-preview .dz-details {
  opacity: 1;
  text-align: left;
  position: relative;
  padding: 0.5em 1em;
  width: 80%;
  min-width: auto;
  max-width: auto;
  color: #000000;
}
.dropzone .dz-preview .dz-details .dz-size {
  color: #000000;
  margin-bottom: 0.2em;
  font-size: 0.9em;
  font-style: italic;
}
.dropzone .dz-preview .dz-details .dz-size strong {
  font-weight: normal;
}
.dropzone .dz-preview .dz-details .dz-filename {
  color: #000000;
  font-size: 1.2em;
  padding-right: 30px;
}
.dropzone .dz-preview .dz-details .dz-filename span {
  padding-left: 0;
  background: none;
}
.dropzone .dz-preview .dz-details .dz-filename:hover span {
  background: none;
  border-color: transparent;
}
.dropzone .dz-preview.dz-image-preview {
  background: #f2f2f2;
}
.dropzone .dz-preview.dz-image-preview:hover {
  background: #e3e3e3;
}
.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 4px;
}
.dropzone .dz-preview.dz-file-preview .dz-image::before {
  content: "";
  background: url(../../resources/svg/cms_buttons/acrobat.svg) no-repeat center center transparent;
  background-size: 30px 30px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}
.dropzone .dz-preview.dz-file-preview.dz-preview-ext-pdf .dz-image {
  content: "";
  height: 40px;
}
.dropzone .dz-preview .icon_close {
  z-index: 20;
  position: absolute;
  top: calc(50% - 20px);
  right: 20px;
  display: block;
  width: 20px;
  height: 20px;
  padding: 2px;
}
.dropzone .dz-preview .dz-progress {
  background: #fff;
  border: 0px solid #ddd;
  border-radius: 0px;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.12);
  left: 0;
  width: 100%;
  bottom: 0;
  top: inherit;
  height: 2px;
}
.dropzone .dz-preview .dz-progress .dz-upload {
  border-radius: 0;
  background: #004466;
}
.dropzone .dz-preview.dz-error .dz-success-mark, .dropzone .dz-preview.dz-error .dz-error-mark {
  display: none;
}
.dropzone .dz-preview.dz-error .dz-error-message {
  display: block !important;
  position: static;
  opacity: 1;
  width: auto;
  margin-right: 2em;
}
.dropzone .dz-preview.dz-error .dz-error-message:after {
  display: none;
}
.dropzone .dz-message {
  border: 1px dashed #707070;
  background: rgba(255, 255, 255, 0.5);
  margin: 0 0 20px 0;
  padding: 20px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dropzone .dz-message::before {
  content: "";
  position: relative;
  display: block;
  width: 50px;
  height: 30px;
  background: url(../../resources/svg/dz_addfile.svg) no-repeat center center transparent;
  margin-bottom: 0;
}
.error .dropzone .dz-message {
  border-color: #eb0037 !important;
}
.dropzone.dz-started .dz-message {
  display: flex;
}
.dropzone.dz-max-files-reached .dz-message {
  display: none;
}
.dropzone.warning {
  background-color: #b36205;
  color: #FFFFFF;
}
.dropzone.dz-clickable * {
  cursor: inherit;
}
#global .section_accordion_form .cms_accordion {
  margin-bottom: 1em;
}
#global .section_accordion_form .cms_accordion .accordion_title {
  font-weight: bold;
  font-size: 1.2em;
  position: sticky;
  top: 0;
  transition: all 0.5s ease;
  z-index: 21;
  background-color: #f2f2f2;
  color: #000000;
}
#global .section_accordion_form .row.success .select, #global .section_accordion_form .row.success .multiselect, #global .section_accordion_form .row.success textarea, #global .section_accordion_form .row.success input, #global .section_accordion_form .row_group.success .select, #global .section_accordion_form .row_group.success .multiselect, #global .section_accordion_form .row_group.success textarea, #global .section_accordion_form .row_group.success input {
  border-color: #158838 !important;
}
#global .section_accordion_form .row.success input, #global .section_accordion_form .row_group.success input {
  background: url("/resources/svg/form_check.svg") right 10px center no-repeat #FFFFFF;
  background-size: 16px 16px;
}
#global .section_accordion_form .row.success .select_box::after, #global .section_accordion_form .row.success .multiselect_box::after, #global .section_accordion_form .row_group.success .select_box::after, #global .section_accordion_form .row_group.success .multiselect_box::after {
  content: "";
  background: url(/resources/svg/form_check.svg) right 10px center no-repeat transparent;
  background-size: 16px 16px;
  display: block;
  position: absolute;
  right: 3px;
  top: calc(50% - 15px);
  width: 30px;
  height: 30px;
}
#global .section_accordion_form .row.success .select.select:after, #global .section_accordion_form .row.success .multiselect.multiselect:after, #global .section_accordion_form .row_group.success .select.select:after, #global .section_accordion_form .row_group.success .multiselect.multiselect:after {
  right: 40px;
  color: #158838;
}
#global .section_accordion_form .row.success textarea, #global .section_accordion_form .row_group.success textarea {
  padding-right: 30px;
}
#global .section_accordion_form .row.success .row_comments::after, #global .section_accordion_form .row_group.success .row_comments::after {
  content: "";
  background: url(/resources/svg/form_check.svg) right 10px center no-repeat transparent;
  background-size: 16px 16px !important;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
}
#global .section_accordion_form .row.error .select, #global .section_accordion_form .row.error .multiselect, #global .section_accordion_form .row.error textarea, #global .section_accordion_form .row.error input, #global .section_accordion_form .row_group.error .select, #global .section_accordion_form .row_group.error .multiselect, #global .section_accordion_form .row_group.error textarea, #global .section_accordion_form .row_group.error input {
  border-color: #eb0037 !important;
  background: url("/resources/svg/form_cross.svg") right 10px center no-repeat #FFFFFF !important;
  background-size: 16px 16px !important;
}
#global .section_accordion_form .row.error .select.select:after, #global .section_accordion_form .row.error .multiselect.multiselect:after, #global .section_accordion_form .row_group.error .select.select:after, #global .section_accordion_form .row_group.error .multiselect.multiselect:after {
  right: 40px;
  color: #eb0037;
}
#global .section_accordion_form .row.error .dropzone .dz-message, #global .section_accordion_form .row_group.error .dropzone .dz-message {
  margin-bottom: 0;
}
#global .section_accordion_form .row.warning .select, #global .section_accordion_form .row.warning .multiselect, #global .section_accordion_form .row.warning textarea, #global .section_accordion_form .row.warning input, #global .section_accordion_form .row_group.warning .select, #global .section_accordion_form .row_group.warning .multiselect, #global .section_accordion_form .row_group.warning textarea, #global .section_accordion_form .row_group.warning input {
  border-color: #b36205 !important;
}
#global .section_accordion_form .row.warning .select.select:after, #global .section_accordion_form .row.warning .multiselect.multiselect:after, #global .section_accordion_form .row_group.warning .select.select:after, #global .section_accordion_form .row_group.warning .multiselect.multiselect:after {
  right: 40px;
  color: #b36205;
}
#global .section_accordion_form .row.warning .dropzone .dz-message, #global .section_accordion_form .row_group.warning .dropzone .dz-message {
  background-color: #b36205;
}
#global .section_accordion_form .row.disabled, #global .section_accordion_form .row_group.disabled {
  opacity: 0.7;
  cursor: no-drop;
  pointer-events: none;
}
#global .section_accordion_form .row.disabled .select, #global .section_accordion_form .row.disabled .multiselect, #global .section_accordion_form .row.disabled textarea, #global .section_accordion_form .row.disabled input, #global .section_accordion_form .row_group.disabled .select, #global .section_accordion_form .row_group.disabled .multiselect, #global .section_accordion_form .row_group.disabled textarea, #global .section_accordion_form .row_group.disabled input {
  border-color: #158838 !important;
}
#global .section_accordion_form .row.disabled input, #global .section_accordion_form .row_group.disabled input {
  background: url("/resources/svg/form_check_locked.svg") right 4px center no-repeat #FFFFFF;
  background-size: 24px 24px;
}
#global .section_accordion_form .row.disabled .multiselect.multiselect, #global .section_accordion_form .row_group.disabled .multiselect.multiselect {
  background-color: #FFFFFF;
}
#global .section_accordion_form .row.disabled .select.select:after, #global .section_accordion_form .row.disabled .multiselect.multiselect:after, #global .section_accordion_form .row_group.disabled .select.select:after, #global .section_accordion_form .row_group.disabled .multiselect.multiselect:after {
  right: 40px;
  color: #158838;
}
#global .section_accordion_form .row.disabled .select.select:after, #global .section_accordion_form .row.disabled .multiselect.multiselect:after, #global .section_accordion_form .row_group.disabled .select.select:after, #global .section_accordion_form .row_group.disabled .multiselect.multiselect:after {
  content: "";
}
#global .section_accordion_form .row.disabled .radio_options::after, #global .section_accordion_form .row.disabled .select_box::after, #global .section_accordion_form .row.disabled .multiselect_box::after, #global .section_accordion_form .row_group.disabled .radio_options::after, #global .section_accordion_form .row_group.disabled .select_box::after, #global .section_accordion_form .row_group.disabled .multiselect_box::after {
  background: url("/resources/svg/form_check_locked.svg") right 2px center no-repeat transparent;
  background-size: 24px 24px;
  content: "";
  display: block;
  position: absolute;
  right: 3px;
  top: calc(50% - 15px);
  width: 30px;
  height: 30px;
}
#global .section_accordion_form .row.disabled .radio_options label, #global .section_accordion_form .row_group.disabled .radio_options label {
  opacity: 0.5;
}
#global .section_accordion_form .row.disabled .radio_options::after, #global .section_accordion_form .row_group.disabled .radio_options::after {
  background-color: transparent;
  bottom: 0;
  top: initial;
}
#global .section_accordion_form .row.disabled .dropzone, #global .section_accordion_form .row_group.disabled .dropzone {
  min-height: 0;
  margin: 0;
}
#global .section_accordion_form .row.disabled .dropzone svg, #global .section_accordion_form .row.disabled .dropzone .dz-message, #global .section_accordion_form .row_group.disabled .dropzone svg, #global .section_accordion_form .row_group.disabled .dropzone .dz-message {
  display: none;
}
#global .section_accordion_form .row.disabled .dropzone .dz-preview .dz-remove::after, #global .section_accordion_form .row_group.disabled .dropzone .dz-preview .dz-remove::after {
  content: "";
  display: block;
  position: absolute;
  right: -18px;
  top: -4px;
  width: 24px;
  height: 24px;
  background: url("/resources/svg/form_check_locked.svg") right 5px center no-repeat transparent;
  background-size: 24px 24px;
}
#global .section_accordion_form .button.disabled, #global .section_accordion_form .button[disabled] {
  cursor: not-allowed;
  pointer-events: none;
}
#global .section_accordion_form .form_description {
  display: none;
  font-size: 80%;
  margin-top: 3px;
}
#global .section_accordion_form input.focus ~ .form_description {
  display: block;
}
#global .section_accordion_form div.select_box.not_empty ~ .form_description {
  display: block;
}
#global .section_accordion_form input[data-datepicker].not_empty ~ .form_description {
  display: block;
}
#global .section_accordion_form form {
  margin-bottom: 20px;
}
#global .section_accordion_form .buttons_box {
  display: flex;
  margin-top: 20px;
}
#global .section_accordion_form .buttons_box .button {
  display: flex;
  align-items: center;
  justify-content: center;
}
#global .section_accordion_form .form_content {
  padding: 20px 0;
  border-bottom: 1px solid #eaeaea;
}
#global .section_accordion_form .form_content:last-child {
  border-bottom: 0;
}
#global .section_accordion_form .form_col1 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -15px;
  margin: 0;
}
#global .section_accordion_form .form_col1 > * {
  width: calc(100% - 30px);
  margin: 15px;
}
#global .section_accordion_form .form_col2 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -15px;
  margin: 0;
}
#global .section_accordion_form .form_col2 > * {
  width: calc(50% - 30px);
  margin: 15px;
}
@media screen and (max-width: 1050px) {
  #global .section_accordion_form .form_col2 > * {
    width: calc(100% - 30px);
  }
}
#global .section_accordion_form .form_content_button {
  margin: 0;
  padding-bottom: 0;
}
#global .section_accordion_form .form_content_button .buttons_box {
  margin: 0 0 15px;
}
#global .section_accordion_form h4 {
  font-size: 1em;
  margin: 1.5em 0 0.75em;
  font-weight: bold;
}
#global .section_accordion_form h3 + .form_cols {
  margin-top: 1.5em;
}
#global .section_accordion_form .document_part label {
  font-weight: bold;
  margin-bottom: 0.5em;
}
#global .section_accordion_form .document_part .description {
  font-size: 0.9em;
  margin: 0px 0 20px;
}
#global .section_accordion_form .form .row .row_cb .radio_options, #global .section_accordion_form .form .row .row_cb .checkbox {
  margin-top: 0.25em;
}
#global .section_accordion_form .accordion_content .row_cb .placeholder, #global .section_accordion_form .accordion_form .document_part .placeholder {
  color: #000000;
}
#global #global .section_accordion_form .message.no_results_message .buttons {
  display: flex;
}
#global .section_accordion_form .accordion_form .firstcaution_container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
#global .section_accordion_form .accordion_form .firstcaution_container .text a {
  font-weight: bold;
}
#global .section_accordion_form .accordion_form .firstcaution_container .button_firstcaution {
  background-color: #D3E9FF;
  border: 1px solid #5E94E3;
  color: #5E94E3;
  font-size: 0.9em;
  font-weight: bold;
  min-width: 240px;
  text-align: center;
  text-wrap: balance;
}
#global .section_accordion_form .accordion_form .firstcaution_container .button_firstcaution:hover {
  background-color: #aacdf1;
  border-color: #5E94E3;
  color: #5E94E3;
}
#global .section_accordion_form .accordion_form .firstcaution_container .button_firstcaution img {
  max-width: 100px;
  margin: 0 auto;
  padding-bottom: 4px;
}
#global .section_accordion_form .accordion_form .firstcaution_container .order_document_status .bypassed, #global .section_accordion_form .accordion_form .firstcaution_container .order_document_status .pending {
  color: #b36205;
  font-weight: bold;
}
#global .section_accordion_form .accordion_form .firstcaution_container .order_document_status .refused, #global .section_accordion_form .accordion_form .firstcaution_container .order_document_status .rejected, #global .section_accordion_form .accordion_form .firstcaution_container .order_document_status .cancelled, #global .section_accordion_form .accordion_form .firstcaution_container .order_document_status .failed {
  color: #eb0037;
  font-weight: bold;
}
#global .section_accordion_form .accordion_form .firstcaution_container .order_document_status .accepted {
  color: #158838;
}
.rental_request {
  display: flex;
  margin-bottom: 3vh;
}
.rental_request .rental_request_image {
  width: 33%;
  margin-right: 2em;
}
.rental_request .rental_request_image img {
  min-height: 100%;
  object-fit: cover;
  width: 100%;
}
.rental_request .rental_request_status {
  font-weight: bold;
  padding: 2px 10px;
  margin: -10px 0 20px;
  border-radius: 3px;
  background-color: #9f9f9f;
  color: #fff;
}
.rental_request.success .rental_request_status, .rental_request.application_contract_signed .rental_request_status {
  background-color: #158838;
}
.rental_request.dossier_to_fix .rental_request_status, .rental_request.warning .rental_request_status {
  background-color: #b36205;
}
.rental_request.error .rental_request_status, .rental_request.application_refused .rental_request_status, .rental_request.application_contract_signed .rental_request_status, .rental_request.application_owner_refused .rental_request_status, .rental_request.box_object_item_digirent_inactive .rental_request_status {
  background-color: #eb0037;
}
.rental_request.dossier_to_validate, .rental_request.profile_to_validate, .rental_request.profile_to_revalidate, .rental_request.application_pending, .rental_request.application_owner_to_validate, .rental_request.application_contract_pending {
  background: repeating-linear-gradient(-45deg, #ffffff, #FFFFFF 10px, #ffffff 10px, #FFFFFF 20px) !important;
}
.rental_request.dossier_to_validate .rental_request_status, .rental_request.profile_to_validate .rental_request_status, .rental_request.profile_to_revalidate .rental_request_status, .rental_request.application_pending .rental_request_status, .rental_request.application_owner_to_validate .rental_request_status, .rental_request.application_contract_pending .rental_request_status {
  background-color: #d1d1d1;
}
.rental_request.box_object_item_digirent_inactive {
  background: repeating-linear-gradient(-45deg, #ffffff, #FFFFFF 10px, #ffffff 10px, #FFFFFF 20px) !important;
}
.rental_request .rental_request_content {
  width: 80%;
  padding: 10px 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.rental_request .rental_request_content .rental_request_infos {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.rental_request .rental_request_content .rental_request_infos .rental_request_object_infos {
  width: 50%;
  padding-right: 2em;
}
.rental_request .rental_request_content .rental_request_infos .rental_request_object_infos .rental_request_object_info {
  padding-bottom: 0.2em;
  display: flex;
}
.rental_request .rental_request_content .rental_request_infos .rental_request_dossier_infos {
  width: 50%;
  padding-right: 2em;
}
.rental_request .rental_request_content .rental_request_infos .rental_request_dossier_infos .rental_request_dossier_info {
  display: flex;
  padding-bottom: 0.2em;
}
.rental_request .rental_request_content .rental_request_infos .rental_request_dossier_infos .rental_request_dossier_info .label {
  width: 50%;
}
.rental_request .rental_request_content .rental_request_buttons {
  display: flex;
  align-self: flex-end;
  flex-wrap: wrap;
}
.rental_request .rental_request_content .rental_request_buttons .button {
  margin-bottom: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.rental_request .rental_request_content svg {
  width: 18px;
  height: 16px;
  margin-right: 10px;
}
.rental_request .rental_request_content h3 {
  width: 100%;
  margin-top: 0.5em;
}
.rental_request .rental_request_content .buttons_box {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
section .rental_request {
  background-color: #ffffff;
  border: #eaeaea;
}
section .rental_request.application_success {
  background-color: rgba(21, 136, 56, 0.3);
}
section .rental_request.application_warning {
  background-color: rgba(179, 98, 5, 0.3);
}
section .rental_request.application_error {
  background-color: rgba(235, 0, 55, 0.3);
}
.form_disabled_input_empty_files {
  display: none;
}
.row.disabled .form_disabled_input_empty_files {
  display: block;
}
/* Matching results */
.prospect_stats {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 2vw;
}
.prospect_stats_widgets {
  margin-bottom: 2vw;
}
.prospect_stats_widgets_title {
  margin-bottom: 1vw;
}
.prospect_stats .prospect_stats_widget {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  border: #E6E6E6 solid 1px;
  padding: 1.5vh;
  margin: 0 0.75vw;
}
.prospect_stats .prospect_stats_widget_value {
  font-size: 2em;
  font-weight: 700;
  background: #FAFBFC;
  padding: 10px 20px;
  color: #a291fc;
  border: #E6E6E6 solid 1px;
}
.prospect_stats .prospect_stats_widget_title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1vw;
}
.prospect_stats .prospect_stats_widget_title .overlib {
  margin-left: 0.5em;
}
.prospect_stats .prospect_stats_widget_description {
  margin-bottom: auto;
  margin-top: 0.75vw;
}
.prospect_stats .prospect_stats_widget_footer {
  margin-top: 1vw;
  font-size: 80%;
}
.prospects_stats_portals {
  display: flex;
  flex-wrap: wrap;
}
.prospects_stats_portals .prospects_stats_portal {
  width: 33%;
  padding: 1em;
  text-align: left;
}
.prospects_stats_portals .prospects_stats_portal .prospects_stats_portal_logo {
  padding: 1em;
  border: 1px solid #DDDDDD;
  border-radius: 3px;
  width: 100%;
  text-align: center;
  background-color: #fdfdfd;
}
.prospect_stats .bar {
  display: flex;
  width: 100%;
  height: 2vh;
  background: #DDDDDD;
}
.prospect_stats .bar_part {
  height: 100%;
}
.prospect_stats .bar_legends {
  text-align: left;
  padding-top: 1vw;
}
.prospect_stats .bar_legend {
  position: relative;
  padding-left: 40px;
  margin-bottom: 1vw;
}
.prospect_stats .bar_legend:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background-color: #ddd;
}
.prospect_stats .bar_part.exact, .prospect_stats .bar_legend.exact:before {
  background: #83D58B;
}
.prospect_stats .bar_part.vague, .prospect_stats .bar_legend.vague:before {
  background: #FFCA61;
}
.prospect_stats .prospect_stats_widget_more_button {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 30px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url(/global/svg/add.svg) center center no-repeat #DDD;
}
.prospect_stats_widget_more {
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
}
.prospect_stats_widget.open {
  width: calc(50% - 1.5vw);
}
.prospect_stats_widget.open .prospect_stats_widget_more {
  max-height: 999px;
  visibility: visible;
  margin-top: 20px;
}
.prospect_stats .prospect_stats_widget.open .prospect_stats_widget_more_button {
  background-image: url(/global/svg/cross.svg);
  background-size: 70%;
}
.scope_staticcontent_page main .inner_content {
  max-width: 1000px;
}
.scope_staticcontent_page .button_box {
  margin-top: 4vh;
  display: flex;
  justify-content: center;
}
/****** OBJECT DETAILS - PLACES ******/
.map_objects_details_places {
  padding-top: 0;
}
.distance_buttons_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.distance_button:not(:last-child) {
  margin-right: 0.5rem;
}
.distance_button {
  background: #005681;
  transition: background 0.4s ease;
  color: #ffffff;
  padding: 0.625rem 0.9375rem;
  margin-bottom: 3px;
  display: flex;
  align-items: center;
  line-height: 1;
  width: 160px;
  font-weight: 600;
  cursor: pointer;
}
.distance_button:hover, .distance_button.selected {
  background: #004466;
  color: #FFFFFF;
}
.distance_button .icon {
  font-size: 1.875rem;
  margin-right: 0.9375rem;
}
#detail_container .map_box {
  margin-bottom: 0.6em;
}
.place_marker_content {
  padding: 0.3em;
}
.place_marker_content p {
  font-size: 0.8rem;
}
.place_marker_content p .name {
  font-weight: 600;
}
.scope_objects_details .button {
  text-align: left;
}
/****** END OF OBJECT DETAILS - PLACES ******/
/****** SIMULATION ******/
.scope_financing_simulation .financing_box .toggle_button input[type=radio]:checked + label {
  background: #004466;
  color: #FFFFFF;
  border-color: #004466;
}
/****** END OF SIMULATION ******/
/****** DATAROOM ******/
#global .dataroom_wrapper {
  /* manage */
  /* Thumbnail */
  /* manage table */
}
#global .dataroom_wrapper .tools {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 1.5em;
}
#global .dataroom_wrapper .folder_separator {
  margin: 0 15px;
}
#global .dataroom_wrapper article .box_picture.icon {
  background: #ededed;
  background: linear-gradient(200deg, #f8f8f8 0%, #dcdcdc 100%);
  width: 100%;
}
#global .dataroom_wrapper article .box_picture.icon svg * {
  fill: #9f9f9f;
}
#global .dataroom_wrapper .inactive {
  opacity: 0.4;
}
#global .dataroom_wrapper .inactive[data-overlib] {
  cursor: default;
}
#global .dataroom_wrapper .path {
  display: flex;
  flex-wrap: wrap;
  max-width: 700px;
}
#global .dataroom_wrapper .path a {
  font-size: 1.3em;
  font-weight: bolder;
  padding-bottom: 5px;
}
#global .dataroom_wrapper .path a::after {
  content: ">";
  display: inline;
  position: relative;
  margin: 0 0.5em 0 0.7em;
  transition: none;
  color: #005681;
}
#global .dataroom_wrapper .path a:hover::after {
  color: #005681;
}
#global .dataroom_wrapper .path a:last-child:after {
  content: "";
}
#global .dataroom_wrapper .buttons_box {
  display: flex;
  column-gap: 0.5em;
  margin-bottom: 0.5em;
}
#global .dataroom_wrapper .buttons_box .button {
  margin-bottom: 15px;
}
#global .dataroom_wrapper .content_view_type_thumbnail .folder_list_item.object_folder .box_inner > .box_picture.object_picture:before {
  content: "";
  background-color: #015681;
  -webkit-mask-image: url(../../resources/svg/folder.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 40px 40px;
  -webkit-mask-position: center;
  mask-image: url(../../resources/svg/folder.svg);
  mask-repeat: no-repeat;
  mask-size: 40px 40px;
  mask-position: center;
  z-index: 10;
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 5px;
  left: 10px;
}
#global .dataroom_wrapper .content_view_type_thumbnail .folder_list_item.object_folder .box_inner .thumbnail_menu {
  top: 30px;
  right: 30px;
}
#global .dataroom_wrapper .content_view_type_thumbnail .folder_list_item.object_folder .box_inner .slogan {
  top: 30px;
  left: 30px;
}
#global .dataroom_wrapper .content_view_type_thumbnail .file_type_image .box_inner > .box_picture:before {
  content: "";
  background-color: #015681;
  -webkit-mask-image: url(../../resources/svg/image.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 40px 40px;
  -webkit-mask-position: center;
  mask-image: url(../../resources/svg/image.svg);
  mask-repeat: no-repeat;
  mask-size: 40px 40px;
  mask-position: center;
  z-index: 10;
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 5px;
  left: 10px;
}
#global .dataroom_wrapper .content_view_type_thumbnail .file_type_image .thumbnail_menu {
  top: 10px;
  right: 10px;
}
#global .dataroom_wrapper .content_view_type_thumbnail .folder_list .folder_list_item .box_picture {
  background: none;
  width: 100%;
  padding: 0;
}
#global .dataroom_wrapper .content_view_type_thumbnail .folder_list .folder_list_item .box_picture img {
  height: 200px;
  object-fit: cover;
  width: 100%;
}
#global .dataroom_wrapper .content_view_type_thumbnail .folder_list .folder_list_item .box_picture.icon_text {
  height: 200px;
  flex-direction: column;
  align-items: center;
}
#global .dataroom_wrapper .content_view_type_thumbnail .folder_list .folder_list_item .box_picture.icon_text .icon_box {
  flex-direction: column;
  height: auto;
  width: 100%;
}
#global .dataroom_wrapper .content_view_type_thumbnail .folder_list .folder_list_item .box_picture.icon_text .icon_box svg {
  height: 100px;
  padding: 10px 0;
}
#global .dataroom_wrapper .content_view_type_thumbnail .folder_list .folder_list_item .box_picture.icon_text .icon_box svg * {
  fill: #015681;
}
#global .dataroom_wrapper .content_view_type_thumbnail .folder_list .folder_list_item .box_picture.icon_text .icon_box h2 {
  font-size: 1em;
  margin-bottom: 0.5em;
  word-break: break-word;
  text-align: center;
  max-width: 200px;
}
#global .dataroom_wrapper .content_view_type_thumbnail .folder_list .folder_list_item .box_infos > *:first-child {
  margin-top: 1em;
}
#global .dataroom_wrapper .content_view_type_thumbnail .thumbnail_menu .thumbnail_icon {
  border: 1px solid #eaeaea;
  width: 40px;
  border-radius: 0;
}
#global .dataroom_wrapper .dataroom_manage {
  width: 100%;
  border-collapse: collapse;
}
#global .dataroom_wrapper .dataroom_manage td {
  padding: 1.25em 0.25em;
  text-align: center;
}
#global .dataroom_wrapper .dataroom_manage td.name, #global .dataroom_wrapper .dataroom_manage td.date {
  text-align: left;
}
#global .dataroom_wrapper .dataroom_manage td .table_sort svg {
  width: 0.8em;
  height: 0.8em;
  margin: 0 0.4em 0 0;
}
#global .dataroom_wrapper .dataroom_manage td .icon_box svg {
  width: 1.8em;
  height: 1.8em;
  min-width: 15px;
}
#global .dataroom_wrapper .dataroom_manage td .icon_box svg * {
  fill: #005681;
}
#global .dataroom_wrapper .dataroom_manage td a .icon_box svg * {
  fill: #005681;
}
#global .dataroom_wrapper .dataroom_manage thead td, #global .dataroom_wrapper .dataroom_manage thead td * {
  font-weight: 700;
}
#global .dataroom_wrapper .dataroom_manage tr {
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-width: 1px 0;
}
#global .dataroom_wrapper .dataroom_manage tr td.name {
  hyphens: auto;
  overflow-wrap: anywhere;
}
#global .dataroom_wrapper .dataroom_manage tr td.name a {
  font-weight: bolder;
}
#global .dataroom_wrapper .dataroom_manage tr td.date .mobile_date {
  display: none;
}
#global .dataroom_wrapper .dataroom_manage tr td.buttons {
  text-align: right;
}
#global .dataroom_wrapper .dataroom_manage tr td.buttons a {
  display: inline-flex;
}
#global .dataroom_wrapper .dataroom_manage tr td.buttons svg {
  width: 1.2em;
  height: 1.2em;
}
#global .dataroom_wrapper .content_view .message {
  text-align: center;
}
#global .dataroom_wrapper .box_files_item .box_picture {
  display: flex;
  justify-content: center;
}
#global .dataroom_wrapper .box_files_item .box_picture .icon_box {
  width: 80px;
  height: 200px;
  position: relative;
  align-items: center;
  display: flex;
  justify-content: center;
}
#global .dataroom_wrapper .box_files_item .box_picture .icon_box svg {
  width: 80px;
  height: 80px;
}
#global .dataroom_wrapper .box_files_item .box_body h2 {
  font-size: 1em;
  margin-bottom: 0.5em;
  word-break: break-all;
}
#global .dataroom_wrapper .box_files_item {
  position: relative;
}
#global .dataroom_wrapper .has_conditions {
  font-size: small;
  color: gray;
}
#uploading_progress {
  text-align: center;
}
#select_upload_option {
  text-align: center;
}
#select_upload_option .text {
  padding-bottom: 0;
}
#select_upload_option button {
  margin: 0 0 5px;
}
#delete_confirm {
  text-align: center;
}
#delete_confirm .text {
  overflow-wrap: break-word;
  padding-bottom: 0;
}
.dataroom_conditions .cms_part h1, .dataroom_conditions .cms_text_content {
  text-align: center;
}
.dataroom_conditions .row.separator {
  height: 2em;
}
.dataroom_conditions .inactive {
  opacity: 0.4;
}
.dataroom_conditions .inactive[data-overlib] {
  cursor: default;
}
.thumbnail_menu {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 0 0 2px 10px;
  cursor: pointer;
}
.thumbnail_menu .thumbnail_icon {
  display: block;
  border-radius: 20px;
  color: #000000;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFFFFF;
}
.thumbnail_menu .thumbnail_icon svg {
  width: 20px;
  height: 20px;
}
.thumbnail_menu .thumbnail_icon svg * {
  fill: #000000 !important;
}
.thumbnail_menu .content {
  position: absolute;
  top: 100%;
  right: 0;
  display: none;
  flex-direction: column;
  justify-content: flex-start;
  background: #fff;
  z-index: 200;
  border: 1px solid #ddd;
}
.thumbnail_menu .content a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 20px;
  border-bottom: 1px solid #eaeaea;
  background-color: #FFFFFF;
  color: #000000;
}
.thumbnail_menu .content a:last-child {
  border-bottom: 0;
}
.thumbnail_menu .content a svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.thumbnail_menu .content a svg * {
  fill: #000000 !important;
}
.thumbnail_menu .content a:not(.disabled):hover {
  border-color: #eaeaea;
  background-color: #ffffff;
  color: #000000;
}
.thumbnail_menu .content a:not(.disabled):hover svg * {
  fill: #000000 !important;
}
.thumbnail_menu .content a.disabled {
  opacity: 0.7;
}
.thumbnail_menu:hover .content {
  display: flex;
}
/****** END OF DATAROOM ******/
.scope_objects_details .datepickers-container {
  z-index: 1050;
}
.mandatory_visit_form .messages {
  margin-top: 15px;
}
.mandatory_visit_form .radio_options {
  justify-content: center;
}
.row_categories.row_required .row_subcat.no_error .multiselect, .row_categories.row_required .row_subcat.no_error .multiselect_content {
  border-color: #eaeaea !important;
  color: #000000 !important;
}
.row_categories.row_required .row_subcat.no_error .multiselect_box + label {
  color: #262626 !important;
}
.scope_main_deactivated #header_top .inner_content .main_navigation, .scope_main_deactivated .menu_top, .scope_main_deactivated .footer_social_networks, .scope_main_deactivated .footer_account, .scope_main_deactivated #header_top .inner_content .nav_mobile {
  display: none !important;
}
.scope_main_deactivated footer .footer_logo a, .scope_main_deactivated #logo a {
  cursor: not-allowed;
}
.scope_main_deactivated .error_desactivated img {
  max-width: 90%;
  width: 500px;
  margin-bottom: 4vh;
}
.mfp-content .dreamo_login {
  background-color: #2c2c2cc4;
  border-color: #5ac5f057;
  color: #ffffff;
}
.mfp-content .dreamo_login a {
  color: #ffffff;
}
.dreamo_login {
  width: fit-content;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  padding: 1em;
  margin: 0 auto 3em auto;
  color: #000000;
  background-color: white;
  border: 1px solid white;
  background-color: #fafafa;
  border-color: #ebebeb;
}
.cms_section_dark .dreamo_login, .section_dark .dreamo_login {
  color: #000000;
  background-color: #fcfcfc;
  border: 1px solid white;
}
.dreamo_login .text {
  margin-right: 1.5em;
  text-align: left;
}
.dreamo_login a {
  color: #000000;
}
.login_box .dreamo_login .button.button_dreamo, #global .dreamo_login .button.button_dreamo, .dreamo_login .button.button_dreamo {
  width: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: #015681 !important;
  color: #fff !important;
  padding: 0.5em 1em;
  border-radius: 5px;
  border: none !important;
  white-space: nowrap;
  font-size: 1em;
  margin: 0;
  text-transform: none;
  font-weight: 500;
  letter-spacing: normal;
  min-width: unset;
  overflow: visible;
}
.login_box .dreamo_login .button.button_dreamo span, #global .dreamo_login .button.button_dreamo span, .dreamo_login .button.button_dreamo span {
  font-weight: 500;
  letter-spacing: normal;
}
.login_box .dreamo_login .button.button_dreamo svg, #global .dreamo_login .button.button_dreamo svg, .dreamo_login .button.button_dreamo svg {
  margin: 0 1em 0 0;
  width: 2em;
  min-width: 2em;
  height: 1.5em;
  max-width: 2em;
  max-height: 1.5em;
}
.login_box .dreamo_login .button.button_dreamo svg .heart_r, #global .dreamo_login .button.button_dreamo svg .heart_r, .dreamo_login .button.button_dreamo svg .heart_r {
  fill: #FAC86C;
}
.login_box .dreamo_login .button.button_dreamo svg .heart_l, #global .dreamo_login .button.button_dreamo svg .heart_l, .dreamo_login .button.button_dreamo svg .heart_l {
  fill: #5AC5F0;
}
.login_box .dreamo_login .button.button_dreamo svg .heart_b, #global .dreamo_login .button.button_dreamo svg .heart_b, .dreamo_login .button.button_dreamo svg .heart_b {
  fill: #8C96C8;
}
.login_box .dreamo_login .button.button_dreamo::before, .login_box .dreamo_login .button.button_dreamo::after, #global .dreamo_login .button.button_dreamo::before, #global .dreamo_login .button.button_dreamo::after, .dreamo_login .button.button_dreamo::before, .dreamo_login .button.button_dreamo::after {
  content: unset;
}
.login_box .dreamo_login .button.button_dreamo:hover, #global .dreamo_login .button.button_dreamo:hover, .dreamo_login .button.button_dreamo:hover {
  background: #004266 !important;
  color: #fff !important;
  border: none !important;
}
.login_box .dreamo_login .button.button_dreamo:hover::before, .login_box .dreamo_login .button.button_dreamo:hover::after, #global .dreamo_login .button.button_dreamo:hover::before, #global .dreamo_login .button.button_dreamo:hover::after, .dreamo_login .button.button_dreamo:hover::before, .dreamo_login .button.button_dreamo:hover::after {
  content: unset;
}
.section_consent {
  padding-top: 0;
}
.section_consent .user_title_page {
  padding: 1.5em;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 2em;
}
.section_consent .inner_content {
  max-width: 700px;
}
.section_consent .inner_content .user_consent {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.section_consent .inner_content .user_consent .consent_agency {
  width: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2em;
  border: 1px solid #eaeaea;
  border-radius: 10px;
  gap: 2em;
  margin: 3em 0;
}
.section_consent .inner_content .user_consent .consent_agency .agency_name p:first-of-type {
  margin-bottom: 0.5em;
}
.section_consent .inner_content .user_consent .consent_agency img {
  max-width: 200px;
  width: 100%;
}
.section_consent .inner_content .user_consent form .form_col {
  text-align: center;
}
.section_consent .inner_content .user_consent form .row {
  margin-bottom: 1.5em;
}
.section_consent .inner_content .user_consent form .row_conditions .checkbox {
  justify-content: center;
}
.section_consent .inner_content .user_consent form .button {
  padding: 0.7em 2em;
  margin: 0.5em;
}
.section_consent div.row_conditions {
  text-align: center;
}
.box_infos .price, .box_infos .box_price, .box .box_price, .caract_price .value, .price .display_costs, .object_detail_title .price {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.box_infos .price.price_detailed, .box_infos .box_price.price_detailed, .box .box_price.price_detailed, .caract_price .value.price_detailed, .price .display_costs.price_detailed, .object_detail_title .price.price_detailed {
  flex-direction: column;
}
.box_infos .price .display_costs, .box_infos .box_price .display_costs, .box .box_price .display_costs, .caract_price .value .display_costs, .price .display_costs .display_costs, .object_detail_title .price .display_costs {
  flex-direction: row;
  align-items: center;
}
.box_infos .price .overlib_price_converted, .box_infos .box_price .overlib_price_converted, .box .box_price .overlib_price_converted, .caract_price .value .overlib_price_converted, .price .display_costs .overlib_price_converted, .object_detail_title .price .overlib_price_converted {
  position: relative;
  margin: 0 10px;
  display: flex;
  align-items: center;
}
.box_infos .price .overlib_price_converted svg, .box_infos .box_price .overlib_price_converted svg, .box .box_price .overlib_price_converted svg, .caract_price .value .overlib_price_converted svg, .price .display_costs .overlib_price_converted svg, .object_detail_title .price .overlib_price_converted svg {
  margin: 0;
  width: 1em;
  height: 1em;
  min-width: 20px;
  min-height: 20px;
}
.box_infos .price .overlib_price_converted svg *, .box_infos .box_price .overlib_price_converted svg *, .box .box_price .overlib_price_converted svg *, .caract_price .value .overlib_price_converted svg *, .price .display_costs .overlib_price_converted svg *, .object_detail_title .price .overlib_price_converted svg * {
  fill: #000000;
}
.steps_top + #dossier_uuid + section.uploadlinks {
  padding-bottom: 0;
  border-bottom: 0;
  margin: 0 0 -5vh 0;
}
section.uploadlinks .uploadlinks_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
section.uploadlinks .uploadlinks_container h3 {
  width: 100%;
}
section.uploadlinks input[type="file"] {
  display: none;
}
section.uploadlinks .button.file-upload, section.uploadlinks .button.button_submit_request {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: auto;
}
section.uploadlinks .button.file-upload svg, section.uploadlinks .button.button_submit_request svg {
  width: 20px;
  height: 20px;
  margin-right: 0.5em;
}
section.uploadlinks .button_digirent_qrcode {
  margin: 20px 0;
  display: flex;
  align-items: center;
}
section.uploadlinks .button_digirent_qrcode .button_text {
  margin-left: 0.5em;
}
#pdf_pages_wrapper {
  background: #FFFFFF;
  color: #000000;
  border-bottom: 1px solid #DFDFDF;
}
#pdf_pages_wrapper > .inner_content {
  width: 92%;
}
#pdf_pages_wrapper h2 {
  text-align: center;
}
#pdf_pages_wrapper .multiselect_box {
  position: relative;
}
#pdf_pages_wrapper .multiselect_box .multiselect_item .checkbox.disabled {
  opacity: 0.35;
}
.scope_digirent_dossierstepfiles .mfp-container {
  max-width: 90%;
  margin: 0 5%;
}
.pdf_pages {
  flex-wrap: wrap;
}
.pdf_pages .pdf_page {
  margin-right: 20px;
  margin-bottom: 2em;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(25% - 20px);
}
.pdf_pages .pdf_page .pdf_page_title {
  text-align: center;
  margin-bottom: 0.7em;
}
.pdf_pages .pdf_page .pdf_page_type {
  margin-top: 1em;
  width: 90%;
}
.pdf_pages .pdf_page .pdf_page_type > label {
  display: inline-block;
  margin-bottom: 0.5em;
}
.pdf_pages .pdf_page .pdf_page_type .multiselect_item > label {
  align-items: center;
}
.pdf_pages .pdf_page .pdf_page_type .checkbox input + .cb_input {
  margin-right: 0.75em;
}
.pdf_pages .pdf_page .pdf_page_type .pdf_page_name {
  display: block;
  font-weight: bold;
  font-size: 0.9em;
}
.pdf_pages .pdf_page .pdf_page_thumbnail {
  position: relative;
  width: 188px;
  height: 266px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 2;
  background: #e5e5e5;
  border-radius: 4px;
  border: 1px solid #ccc;
}
.pdf_pages .pdf_page .pdf_page_thumbnail::before {
  content: "";
  position: absolute;
  display: inline;
  background: url("/resources/svg/loading.svg") no-repeat center center;
  background-size: 45px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.pdf_pages .pdf_page .pdf_page_thumbnail img {
  position: relative;
  max-height: 100%;
}
.pdf_pages_buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}
.row.row_human_reason {
  position: absolute;
  left: -9999px;
}
.grecaptcha-badge {
  left: 15px !important;
  z-index: 9999;
}
label[for=popup_mandatory_visit_code] {
  display: none !important;
}
.field-icon-eye {
  z-index: 2;
  position: absolute;
  right: 5px;
  top: 8px;
  width: 30px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 5px;
  user-select: none;
  /* standard syntax */
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
}
.field-icon-eye svg {
  width: 30px;
}
.field-icon-eye svg * {
  fill: #000000;
}
.show_password_icon .password_hide {
  display: none;
}
.show_password_icon .password_show {
  display: block;
}
.hide_password_icon .password_hide {
  display: block;
}
.hide_password_icon .password_show {
  display: none;
}
.infinite_scroll_by_button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2em;
}
.infinite_scroll_by_button .infinite_loader.onloading {
  margin-top: 0;
  width: 3em;
  height: 3em;
}
.form_profile_manage .profile_manage_history > div {
  background-color: #FFE6CC;
  border: 1px solid #D79B02;
  padding: 5px 5px;
  font-size: 12px;
  margin-bottom: 5px;
  color: #000000;
  width: fit-content;
}
.form_profile_manage .profile_manage_menu .menu_item {
  cursor: pointer;
  color: #eb0037;
}
.form_profile_manage .profile_manage_menu .submenu {
  display: none;
  width: fit-content;
  position: absolute;
  z-index: 1;
  background-color: #FFFFFF;
  border: 1px solid #eaeaea;
}
.form_profile_manage .profile_manage_menu .submenu .submenu_item_button {
  cursor: pointer;
  display: block;
  padding: 0.5em;
  font-size: 0.875rem;
  color: #000000;
}
.form_profile_manage .profile_manage_menu .submenu .submenu_item_button:hover {
  background-color: #005681;
  color: #FFFFFF;
}
#visit-object-popup, #availabilities {
  max-width: 800px;
}
#visit-object-popup .carousel-container, #availabilities .carousel-container {
  display: flex;
  align-items: center;
  user-select: none;
}
#visit-object-popup .carousel-container button, #availabilities .carousel-container button {
  width: 10px;
  height: 25px;
  border-radius: 50%;
  background-color: #444;
  color: white;
  border: none;
  font-size: 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}
#visit-object-popup .carousel-container button:hover, #availabilities .carousel-container button:hover {
  background-color: #666;
}
#visit-object-popup #next_button[disabled], #availabilities #next_button[disabled] {
  color: #CCCCCC;
  border-color: #CCCCCC;
}
#visit-object-popup #visit_object_popup_calendar_wrapper, #availabilities #visit_object_popup_calendar_wrapper {
  overflow: hidden;
  position: relative;
}
#visit-object-popup #visit_object_popup_calendar, #availabilities #visit_object_popup_calendar {
  display: flex;
  overflow: hidden;
  margin: 0 10px;
  display: flex;
  transition: transform 0.4s ease;
  width: 1600px;
}
#visit-object-popup .day-card, #availabilities .day-card {
  position: relative;
  flex: 0 0 104px;
  height: 113px;
  margin: 0 3px;
  padding: 10px 0;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 8px;
  cursor: pointer;
  white-space: nowrap;
  font-family: sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: white;
  transition: background-color 0.2s;
}
#visit-object-popup .day-card:hover, #availabilities .day-card:hover {
  background-color: #f0f0f0;
}
#visit-object-popup .day-card.last-selected, #availabilities .day-card.last-selected {
  background-color: #9E221E;
  color: white;
}
#visit-object-popup .day-card.last-selected:hover, #availabilities .day-card.last-selected:hover {
  background-color: #9E221E;
}
#visit-object-popup .day-card .weekday, #availabilities .day-card .weekday {
  font-size: 14px;
  font-weight: 500;
}
#visit-object-popup .day-card .daynum, #availabilities .day-card .daynum {
  font-size: 24px;
  font-weight: bold;
  margin: 4px 0;
}
#visit-object-popup .day-card .month, #availabilities .day-card .month {
  font-size: 14px;
  text-transform: uppercase;
}
#visit-object-popup .day-card .indicator, #availabilities .day-card .indicator {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 10px;
  height: 10px;
  background-color: #9E221E;
  border-radius: 50%;
  display: none;
}
#visit-object-popup .day-card.selected .indicator, #availabilities .day-card.selected .indicator {
  display: block;
}
#visit-object-popup .timeslot-notice, #availabilities .timeslot-notice {
  margin: 16px 0 8px;
  font-size: 16px;
  font-weight: 500;
  font-family: sans-serif;
  text-align: center;
  color: #333;
}
#visit-object-popup #visit_object_popup_time_selector, #availabilities #visit_object_popup_time_selector {
  margin-top: 16px;
  display: flex;
  justify-content: center;
}
#visit-object-popup .time-options, #availabilities .time-options {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-family: sans-serif;
}
#visit-object-popup .time-options-row, #availabilities .time-options-row {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}
#visit-object-popup .time-option, #availabilities .time-option {
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: white;
  font-size: 13px;
  cursor: pointer;
  transition: background-color 0.2s;
  min-width: 100px;
  text-align: center;
}
#visit-object-popup .time-option:hover, #availabilities .time-option:hover {
  background-color: #f0f0f0;
}
#visit-object-popup .time-option.selected-time, #availabilities .time-option.selected-time {
  background-color: #9E221E;
  color: white;
  border-color: #9E221E;
}
#visit-object-popup .time-option[data-any="true"], #availabilities .time-option[data-any="true"] {
  font-style: italic;
}
#visit-object-popup .selected-summary, #availabilities .selected-summary {
  margin-top: 20px;
  font-family: sans-serif;
}
#visit-object-popup .summary-entry, #availabilities .summary-entry {
  position: relative;
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 10px 35px 10px 10px;
  margin-bottom: 10px;
}
#visit-object-popup .summary-entry .remove-btn, #availabilities .summary-entry .remove-btn {
  position: absolute;
  top: 5px;
  right: 8px;
  cursor: pointer;
  color: #aaa;
  font-weight: bold;
  font-size: 14px;
}
#visit-object-popup .summary-entry .remove-btn:hover, #availabilities .summary-entry .remove-btn:hover {
  color: #9E221E;
}
#visit-object-popup .summary-entry .date-line, #availabilities .summary-entry .date-line {
  font-weight: bold;
}
#visit-object-popup .summary-entry .time-line, #availabilities .summary-entry .time-line {
  margin-top: 4px;
  font-size: 14px;
}
#visit-object-popup .calendar-footer, #availabilities .calendar-footer {
  display: flex;
  justify-content: flex-end;
  padding: 16px;
  margin-top: 20px;
}
.availabilities_edit {
  text-align: right;
  margin-bottom: 10px;
}
/* /home/www-data/deploys/courtage-dev/env-a/immoWEB2/websites/standard-pelican-template/css/perso.scss */
/*----- Standard Template -----*/
*, *:before, *:after {
  font-family: "Helvetica", arial, sans-serif;
}
/*----- Light /dark colors -----*/
#global .section_filter.filter_light, section:nth-of-type(2n):not(.cms_section_dark), #global .section_light, #global .cms_section_light, #global .cms_section_light_2, .scope_objectslist_search #global .section_object, .scope_objectslist_all #global .section_object {
  background: #FFFFFF;
  color: #000000;
  border-bottom: 0px solid #DFDFDF;
}
#global .section_filter.filter_light .slogan svg path, section:nth-of-type(2n):not(.cms_section_dark) .slogan svg path, #global .section_light .slogan svg path, #global .cms_section_light .slogan svg path, #global .cms_section_light_2 .slogan svg path, .scope_objectslist_search #global .section_object .slogan svg path, .scope_objectslist_all #global .section_object .slogan svg path {
  fill: #FFFFFF;
}
#global .section_filter.filter_light .box a, section:nth-of-type(2n):not(.cms_section_dark) .box a, #global .section_light .box a, #global .cms_section_light .box a, #global .cms_section_light_2 .box a, .scope_objectslist_search #global .section_object .box a, .scope_objectslist_all #global .section_object .box a {
  color: #000000;
}
#global .section_filter.filter_light .cms_box.box a, section:nth-of-type(2n):not(.cms_section_dark) .cms_box.box a, #global .section_light .cms_box.box a, #global .cms_section_light .cms_box.box a, #global .cms_section_light_2 .cms_box.box a, .scope_objectslist_search #global .section_object .cms_box.box a, .scope_objectslist_all #global .section_object .cms_box.box a {
  color: #005681;
}
#global .section_filter.filter_light .cms_box.box a:hover, section:nth-of-type(2n):not(.cms_section_dark) .cms_box.box a:hover, #global .section_light .cms_box.box a:hover, #global .cms_section_light .cms_box.box a:hover, #global .cms_section_light_2 .cms_box.box a:hover, .scope_objectslist_search #global .section_object .cms_box.box a:hover, .scope_objectslist_all #global .section_object .cms_box.box a:hover {
  color: #004466;
}
#global .section_filter.filter_light .separator, #global .section_filter.filter_light hr, #global .section_filter.filter_light .detail_row, section:nth-of-type(2n):not(.cms_section_dark) .separator, section:nth-of-type(2n):not(.cms_section_dark) hr, section:nth-of-type(2n):not(.cms_section_dark) .detail_row, #global .section_light .separator, #global .section_light hr, #global .section_light .detail_row, #global .cms_section_light .separator, #global .cms_section_light hr, #global .cms_section_light .detail_row, #global .cms_section_light_2 .separator, #global .cms_section_light_2 hr, #global .cms_section_light_2 .detail_row, .scope_objectslist_search #global .section_object .separator, .scope_objectslist_search #global .section_object hr, .scope_objectslist_search #global .section_object .detail_row, .scope_objectslist_all #global .section_object .separator, .scope_objectslist_all #global .section_object hr, .scope_objectslist_all #global .section_object .detail_row {
  border-color: #DFDFDF;
}
#global .section_filter.filter_light .cms_accordion, #global .section_filter.filter_light .cms_accordion:hover, #global .section_filter.filter_light .box, #global .section_filter.filter_light .box:hover, section:nth-of-type(2n):not(.cms_section_dark) .cms_accordion, section:nth-of-type(2n):not(.cms_section_dark) .cms_accordion:hover, section:nth-of-type(2n):not(.cms_section_dark) .box, section:nth-of-type(2n):not(.cms_section_dark) .box:hover, #global .section_light .cms_accordion, #global .section_light .cms_accordion:hover, #global .section_light .box, #global .section_light .box:hover, #global .cms_section_light .cms_accordion, #global .cms_section_light .cms_accordion:hover, #global .cms_section_light .box, #global .cms_section_light .box:hover, #global .cms_section_light_2 .cms_accordion, #global .cms_section_light_2 .cms_accordion:hover, #global .cms_section_light_2 .box, #global .cms_section_light_2 .box:hover, .scope_objectslist_search #global .section_object .cms_accordion, .scope_objectslist_search #global .section_object .cms_accordion:hover, .scope_objectslist_search #global .section_object .box, .scope_objectslist_search #global .section_object .box:hover, .scope_objectslist_all #global .section_object .cms_accordion, .scope_objectslist_all #global .section_object .cms_accordion:hover, .scope_objectslist_all #global .section_object .box, .scope_objectslist_all #global .section_object .box:hover {
  background: #ffffff;
  color: #000000;
  border: 1px solid #eaeaea;
}
#global .section_filter.filter_light .cms_accordion svg:not(.highcharts-root) *, #global .section_filter.filter_light .box svg:not(.highcharts-root) *, section:nth-of-type(2n):not(.cms_section_dark) .cms_accordion svg:not(.highcharts-root) *, section:nth-of-type(2n):not(.cms_section_dark) .box svg:not(.highcharts-root) *, #global .section_light .cms_accordion svg:not(.highcharts-root) *, #global .section_light .box svg:not(.highcharts-root) *, #global .cms_section_light .cms_accordion svg:not(.highcharts-root) *, #global .cms_section_light .box svg:not(.highcharts-root) *, #global .cms_section_light_2 .cms_accordion svg:not(.highcharts-root) *, #global .cms_section_light_2 .box svg:not(.highcharts-root) *, .scope_objectslist_search #global .section_object .cms_accordion svg:not(.highcharts-root) *, .scope_objectslist_search #global .section_object .box svg:not(.highcharts-root) *, .scope_objectslist_all #global .section_object .cms_accordion svg:not(.highcharts-root) *, .scope_objectslist_all #global .section_object .box svg:not(.highcharts-root) * {
  fill: #015681;
}
#global .section_filter.filter_light .cms_accordion .accordion_content, #global .section_filter.filter_light .cms_accordion .separator, #global .section_filter.filter_light .cms_accordion hr, #global .section_filter.filter_light .cms_accordion .detail_row, #global .section_filter.filter_light .box .accordion_content, #global .section_filter.filter_light .box .separator, #global .section_filter.filter_light .box hr, #global .section_filter.filter_light .box .detail_row, section:nth-of-type(2n):not(.cms_section_dark) .cms_accordion .accordion_content, section:nth-of-type(2n):not(.cms_section_dark) .cms_accordion .separator, section:nth-of-type(2n):not(.cms_section_dark) .cms_accordion hr, section:nth-of-type(2n):not(.cms_section_dark) .cms_accordion .detail_row, section:nth-of-type(2n):not(.cms_section_dark) .box .accordion_content, section:nth-of-type(2n):not(.cms_section_dark) .box .separator, section:nth-of-type(2n):not(.cms_section_dark) .box hr, section:nth-of-type(2n):not(.cms_section_dark) .box .detail_row, #global .section_light .cms_accordion .accordion_content, #global .section_light .cms_accordion .separator, #global .section_light .cms_accordion hr, #global .section_light .cms_accordion .detail_row, #global .section_light .box .accordion_content, #global .section_light .box .separator, #global .section_light .box hr, #global .section_light .box .detail_row, #global .cms_section_light .cms_accordion .accordion_content, #global .cms_section_light .cms_accordion .separator, #global .cms_section_light .cms_accordion hr, #global .cms_section_light .cms_accordion .detail_row, #global .cms_section_light .box .accordion_content, #global .cms_section_light .box .separator, #global .cms_section_light .box hr, #global .cms_section_light .box .detail_row, #global .cms_section_light_2 .cms_accordion .accordion_content, #global .cms_section_light_2 .cms_accordion .separator, #global .cms_section_light_2 .cms_accordion hr, #global .cms_section_light_2 .cms_accordion .detail_row, #global .cms_section_light_2 .box .accordion_content, #global .cms_section_light_2 .box .separator, #global .cms_section_light_2 .box hr, #global .cms_section_light_2 .box .detail_row, .scope_objectslist_search #global .section_object .cms_accordion .accordion_content, .scope_objectslist_search #global .section_object .cms_accordion .separator, .scope_objectslist_search #global .section_object .cms_accordion hr, .scope_objectslist_search #global .section_object .cms_accordion .detail_row, .scope_objectslist_search #global .section_object .box .accordion_content, .scope_objectslist_search #global .section_object .box .separator, .scope_objectslist_search #global .section_object .box hr, .scope_objectslist_search #global .section_object .box .detail_row, .scope_objectslist_all #global .section_object .cms_accordion .accordion_content, .scope_objectslist_all #global .section_object .cms_accordion .separator, .scope_objectslist_all #global .section_object .cms_accordion hr, .scope_objectslist_all #global .section_object .cms_accordion .detail_row, .scope_objectslist_all #global .section_object .box .accordion_content, .scope_objectslist_all #global .section_object .box .separator, .scope_objectslist_all #global .section_object .box hr, .scope_objectslist_all #global .section_object .box .detail_row {
  border-color: #eaeaea;
}
#global .section_filter.filter_light .cms_accordion a, section:nth-of-type(2n):not(.cms_section_dark) .cms_accordion a, #global .section_light .cms_accordion a, #global .cms_section_light .cms_accordion a, #global .cms_section_light_2 .cms_accordion a, .scope_objectslist_search #global .section_object .cms_accordion a, .scope_objectslist_all #global .section_object .cms_accordion a {
  color: #015681;
}
#global .section_filter.filter_light .cms_accordion a:hover, section:nth-of-type(2n):not(.cms_section_dark) .cms_accordion a:hover, #global .section_light .cms_accordion a:hover, #global .cms_section_light .cms_accordion a:hover, #global .cms_section_light_2 .cms_accordion a:hover, .scope_objectslist_search #global .section_object .cms_accordion a:hover, .scope_objectslist_all #global .section_object .cms_accordion a:hover {
  color: #004266;
}
#global .section_filter.filter_light .cms_accordion .cms_button a, #global .section_filter.filter_light .cms_accordion a.button, section:nth-of-type(2n):not(.cms_section_dark) .cms_accordion .cms_button a, section:nth-of-type(2n):not(.cms_section_dark) .cms_accordion a.button, #global .section_light .cms_accordion .cms_button a, #global .section_light .cms_accordion a.button, #global .cms_section_light .cms_accordion .cms_button a, #global .cms_section_light .cms_accordion a.button, #global .cms_section_light_2 .cms_accordion .cms_button a, #global .cms_section_light_2 .cms_accordion a.button, .scope_objectslist_search #global .section_object .cms_accordion .cms_button a, .scope_objectslist_search #global .section_object .cms_accordion a.button, .scope_objectslist_all #global .section_object .cms_accordion .cms_button a, .scope_objectslist_all #global .section_object .cms_accordion a.button {
  color: #ffffff;
}
#global .section_filter.filter_light .cms_accordion .cms_button a:hover, #global .section_filter.filter_light .cms_accordion a.button:hover, section:nth-of-type(2n):not(.cms_section_dark) .cms_accordion .cms_button a:hover, section:nth-of-type(2n):not(.cms_section_dark) .cms_accordion a.button:hover, #global .section_light .cms_accordion .cms_button a:hover, #global .section_light .cms_accordion a.button:hover, #global .cms_section_light .cms_accordion .cms_button a:hover, #global .cms_section_light .cms_accordion a.button:hover, #global .cms_section_light_2 .cms_accordion .cms_button a:hover, #global .cms_section_light_2 .cms_accordion a.button:hover, .scope_objectslist_search #global .section_object .cms_accordion .cms_button a:hover, .scope_objectslist_search #global .section_object .cms_accordion a.button:hover, .scope_objectslist_all #global .section_object .cms_accordion .cms_button a:hover, .scope_objectslist_all #global .section_object .cms_accordion a.button:hover {
  color: #FFFFFF;
}
#global .section_filter.filter_light .cms_box_simple_inline_buttons_left, #global .section_filter.filter_light .cms_box_simple_inline_buttons_left:hover, #global .section_filter.filter_light .cms_box_simple_inline_buttons_center, #global .section_filter.filter_light .cms_box_simple_inline_buttons_center:hover, #global .section_filter.filter_light .cms_box_simple_inline_buttons_right, #global .section_filter.filter_light .cms_box_simple_inline_buttons_right:hover, #global .section_filter.filter_light .box.cms_box_box_default_no_style, #global .section_filter.filter_light .box.cms_box_box_default_no_style:hover, section:nth-of-type(2n):not(.cms_section_dark) .cms_box_simple_inline_buttons_left, section:nth-of-type(2n):not(.cms_section_dark) .cms_box_simple_inline_buttons_left:hover, section:nth-of-type(2n):not(.cms_section_dark) .cms_box_simple_inline_buttons_center, section:nth-of-type(2n):not(.cms_section_dark) .cms_box_simple_inline_buttons_center:hover, section:nth-of-type(2n):not(.cms_section_dark) .cms_box_simple_inline_buttons_right, section:nth-of-type(2n):not(.cms_section_dark) .cms_box_simple_inline_buttons_right:hover, section:nth-of-type(2n):not(.cms_section_dark) .box.cms_box_box_default_no_style, section:nth-of-type(2n):not(.cms_section_dark) .box.cms_box_box_default_no_style:hover, #global .section_light .cms_box_simple_inline_buttons_left, #global .section_light .cms_box_simple_inline_buttons_left:hover, #global .section_light .cms_box_simple_inline_buttons_center, #global .section_light .cms_box_simple_inline_buttons_center:hover, #global .section_light .cms_box_simple_inline_buttons_right, #global .section_light .cms_box_simple_inline_buttons_right:hover, #global .section_light .box.cms_box_box_default_no_style, #global .section_light .box.cms_box_box_default_no_style:hover, #global .cms_section_light .cms_box_simple_inline_buttons_left, #global .cms_section_light .cms_box_simple_inline_buttons_left:hover, #global .cms_section_light .cms_box_simple_inline_buttons_center, #global .cms_section_light .cms_box_simple_inline_buttons_center:hover, #global .cms_section_light .cms_box_simple_inline_buttons_right, #global .cms_section_light .cms_box_simple_inline_buttons_right:hover, #global .cms_section_light .box.cms_box_box_default_no_style, #global .cms_section_light .box.cms_box_box_default_no_style:hover, #global .cms_section_light_2 .cms_box_simple_inline_buttons_left, #global .cms_section_light_2 .cms_box_simple_inline_buttons_left:hover, #global .cms_section_light_2 .cms_box_simple_inline_buttons_center, #global .cms_section_light_2 .cms_box_simple_inline_buttons_center:hover, #global .cms_section_light_2 .cms_box_simple_inline_buttons_right, #global .cms_section_light_2 .cms_box_simple_inline_buttons_right:hover, #global .cms_section_light_2 .box.cms_box_box_default_no_style, #global .cms_section_light_2 .box.cms_box_box_default_no_style:hover, .scope_objectslist_search #global .section_object .cms_box_simple_inline_buttons_left, .scope_objectslist_search #global .section_object .cms_box_simple_inline_buttons_left:hover, .scope_objectslist_search #global .section_object .cms_box_simple_inline_buttons_center, .scope_objectslist_search #global .section_object .cms_box_simple_inline_buttons_center:hover, .scope_objectslist_search #global .section_object .cms_box_simple_inline_buttons_right, .scope_objectslist_search #global .section_object .cms_box_simple_inline_buttons_right:hover, .scope_objectslist_search #global .section_object .box.cms_box_box_default_no_style, .scope_objectslist_search #global .section_object .box.cms_box_box_default_no_style:hover, .scope_objectslist_all #global .section_object .cms_box_simple_inline_buttons_left, .scope_objectslist_all #global .section_object .cms_box_simple_inline_buttons_left:hover, .scope_objectslist_all #global .section_object .cms_box_simple_inline_buttons_center, .scope_objectslist_all #global .section_object .cms_box_simple_inline_buttons_center:hover, .scope_objectslist_all #global .section_object .cms_box_simple_inline_buttons_right, .scope_objectslist_all #global .section_object .cms_box_simple_inline_buttons_right:hover, .scope_objectslist_all #global .section_object .box.cms_box_box_default_no_style, .scope_objectslist_all #global .section_object .box.cms_box_box_default_no_style:hover {
  background: none;
  color: #000000;
  border: none;
}
#global .section_filter.filter_light .box_link:hover, section:nth-of-type(2n):not(.cms_section_dark) .box_link:hover, #global .section_light .box_link:hover, #global .cms_section_light .box_link:hover, #global .cms_section_light_2 .box_link:hover, .scope_objectslist_search #global .section_object .box_link:hover, .scope_objectslist_all #global .section_object .box_link:hover {
  background: #ffffff;
  color: #000000;
  border: 1px solid #ffffff;
}
#global .section_filter.filter_light .box_link:hover a, section:nth-of-type(2n):not(.cms_section_dark) .box_link:hover a, #global .section_light .box_link:hover a, #global .cms_section_light .box_link:hover a, #global .cms_section_light_2 .box_link:hover a, .scope_objectslist_search #global .section_object .box_link:hover a, .scope_objectslist_all #global .section_object .box_link:hover a {
  color: #000000;
}
#global .section_filter.filter_light .box_link:hover svg:not(.highcharts-root) *, section:nth-of-type(2n):not(.cms_section_dark) .box_link:hover svg:not(.highcharts-root) *, #global .section_light .box_link:hover svg:not(.highcharts-root) *, #global .cms_section_light .box_link:hover svg:not(.highcharts-root) *, #global .cms_section_light_2 .box_link:hover svg:not(.highcharts-root) *, .scope_objectslist_search #global .section_object .box_link:hover svg:not(.highcharts-root) *, .scope_objectslist_all #global .section_object .box_link:hover svg:not(.highcharts-root) * {
  fill: #004266;
}
#global .section_filter.filter_light .box_link:hover .box_infos, section:nth-of-type(2n):not(.cms_section_dark) .box_link:hover .box_infos, #global .section_light .box_link:hover .box_infos, #global .cms_section_light .box_link:hover .box_infos, #global .cms_section_light_2 .box_link:hover .box_infos, .scope_objectslist_search #global .section_object .box_link:hover .box_infos, .scope_objectslist_all #global .section_object .box_link:hover .box_infos {
  border-color: #eaeaea;
}
#global .section_filter.filter_light .box_link:hover .separator, #global .section_filter.filter_light .box_link:hover hr, #global .section_filter.filter_light .box_link:hover .detail_row, section:nth-of-type(2n):not(.cms_section_dark) .box_link:hover .separator, section:nth-of-type(2n):not(.cms_section_dark) .box_link:hover hr, section:nth-of-type(2n):not(.cms_section_dark) .box_link:hover .detail_row, #global .section_light .box_link:hover .separator, #global .section_light .box_link:hover hr, #global .section_light .box_link:hover .detail_row, #global .cms_section_light .box_link:hover .separator, #global .cms_section_light .box_link:hover hr, #global .cms_section_light .box_link:hover .detail_row, #global .cms_section_light_2 .box_link:hover .separator, #global .cms_section_light_2 .box_link:hover hr, #global .cms_section_light_2 .box_link:hover .detail_row, .scope_objectslist_search #global .section_object .box_link:hover .separator, .scope_objectslist_search #global .section_object .box_link:hover hr, .scope_objectslist_search #global .section_object .box_link:hover .detail_row, .scope_objectslist_all #global .section_object .box_link:hover .separator, .scope_objectslist_all #global .section_object .box_link:hover hr, .scope_objectslist_all #global .section_object .box_link:hover .detail_row {
  border-color: #eaeaea;
}
#global .section_filter.filter_light .box .button, #global .section_filter.filter_light .cms_box.box .button, #global .section_filter.filter_light .button, #global .section_filter.filter_light input[type=submit], section:nth-of-type(2n):not(.cms_section_dark) .box .button, section:nth-of-type(2n):not(.cms_section_dark) .cms_box.box .button, section:nth-of-type(2n):not(.cms_section_dark) .button, section:nth-of-type(2n):not(.cms_section_dark) input[type=submit], #global .section_light .box .button, #global .section_light .cms_box.box .button, #global .section_light .button, #global .section_light input[type=submit], #global .cms_section_light .box .button, #global .cms_section_light .cms_box.box .button, #global .cms_section_light .button, #global .cms_section_light input[type=submit], #global .cms_section_light_2 .box .button, #global .cms_section_light_2 .cms_box.box .button, #global .cms_section_light_2 .button, #global .cms_section_light_2 input[type=submit], .scope_objectslist_search #global .section_object .box .button, .scope_objectslist_search #global .section_object .cms_box.box .button, .scope_objectslist_search #global .section_object .button, .scope_objectslist_search #global .section_object input[type=submit], .scope_objectslist_all #global .section_object .box .button, .scope_objectslist_all #global .section_object .cms_box.box .button, .scope_objectslist_all #global .section_object .button, .scope_objectslist_all #global .section_object input[type=submit] {
  border: 1px solid #005681;
  background: #005681;
  color: #ffffff;
}
#global .section_filter.filter_light .box .button svg *, #global .section_filter.filter_light .cms_box.box .button svg *, #global .section_filter.filter_light .button svg *, #global .section_filter.filter_light input[type=submit] svg *, section:nth-of-type(2n):not(.cms_section_dark) .box .button svg *, section:nth-of-type(2n):not(.cms_section_dark) .cms_box.box .button svg *, section:nth-of-type(2n):not(.cms_section_dark) .button svg *, section:nth-of-type(2n):not(.cms_section_dark) input[type=submit] svg *, #global .section_light .box .button svg *, #global .section_light .cms_box.box .button svg *, #global .section_light .button svg *, #global .section_light input[type=submit] svg *, #global .cms_section_light .box .button svg *, #global .cms_section_light .cms_box.box .button svg *, #global .cms_section_light .button svg *, #global .cms_section_light input[type=submit] svg *, #global .cms_section_light_2 .box .button svg *, #global .cms_section_light_2 .cms_box.box .button svg *, #global .cms_section_light_2 .button svg *, #global .cms_section_light_2 input[type=submit] svg *, .scope_objectslist_search #global .section_object .box .button svg *, .scope_objectslist_search #global .section_object .cms_box.box .button svg *, .scope_objectslist_search #global .section_object .button svg *, .scope_objectslist_search #global .section_object input[type=submit] svg *, .scope_objectslist_all #global .section_object .box .button svg *, .scope_objectslist_all #global .section_object .cms_box.box .button svg *, .scope_objectslist_all #global .section_object .button svg *, .scope_objectslist_all #global .section_object input[type=submit] svg * {
  fill: #ffffff;
}
#global .section_filter.filter_light .box .button:hover, #global .section_filter.filter_light .box .button:focus, #global .section_filter.filter_light .cms_box.box .button:hover, #global .section_filter.filter_light .cms_box.box .button:focus, #global .section_filter.filter_light .button:hover, #global .section_filter.filter_light .button:focus, #global .section_filter.filter_light input[type=submit]:hover, #global .section_filter.filter_light input[type=submit]:focus, section:nth-of-type(2n):not(.cms_section_dark) .box .button:hover, section:nth-of-type(2n):not(.cms_section_dark) .box .button:focus, section:nth-of-type(2n):not(.cms_section_dark) .cms_box.box .button:hover, section:nth-of-type(2n):not(.cms_section_dark) .cms_box.box .button:focus, section:nth-of-type(2n):not(.cms_section_dark) .button:hover, section:nth-of-type(2n):not(.cms_section_dark) .button:focus, section:nth-of-type(2n):not(.cms_section_dark) input[type=submit]:hover, section:nth-of-type(2n):not(.cms_section_dark) input[type=submit]:focus, #global .section_light .box .button:hover, #global .section_light .box .button:focus, #global .section_light .cms_box.box .button:hover, #global .section_light .cms_box.box .button:focus, #global .section_light .button:hover, #global .section_light .button:focus, #global .section_light input[type=submit]:hover, #global .section_light input[type=submit]:focus, #global .cms_section_light .box .button:hover, #global .cms_section_light .box .button:focus, #global .cms_section_light .cms_box.box .button:hover, #global .cms_section_light .cms_box.box .button:focus, #global .cms_section_light .button:hover, #global .cms_section_light .button:focus, #global .cms_section_light input[type=submit]:hover, #global .cms_section_light input[type=submit]:focus, #global .cms_section_light_2 .box .button:hover, #global .cms_section_light_2 .box .button:focus, #global .cms_section_light_2 .cms_box.box .button:hover, #global .cms_section_light_2 .cms_box.box .button:focus, #global .cms_section_light_2 .button:hover, #global .cms_section_light_2 .button:focus, #global .cms_section_light_2 input[type=submit]:hover, #global .cms_section_light_2 input[type=submit]:focus, .scope_objectslist_search #global .section_object .box .button:hover, .scope_objectslist_search #global .section_object .box .button:focus, .scope_objectslist_search #global .section_object .cms_box.box .button:hover, .scope_objectslist_search #global .section_object .cms_box.box .button:focus, .scope_objectslist_search #global .section_object .button:hover, .scope_objectslist_search #global .section_object .button:focus, .scope_objectslist_search #global .section_object input[type=submit]:hover, .scope_objectslist_search #global .section_object input[type=submit]:focus, .scope_objectslist_all #global .section_object .box .button:hover, .scope_objectslist_all #global .section_object .box .button:focus, .scope_objectslist_all #global .section_object .cms_box.box .button:hover, .scope_objectslist_all #global .section_object .cms_box.box .button:focus, .scope_objectslist_all #global .section_object .button:hover, .scope_objectslist_all #global .section_object .button:focus, .scope_objectslist_all #global .section_object input[type=submit]:hover, .scope_objectslist_all #global .section_object input[type=submit]:focus {
  border-color: #004466;
  background: #004466;
  color: #FFFFFF;
}
#global .section_filter.filter_light .box .button:hover svg *, #global .section_filter.filter_light .box .button:focus svg *, #global .section_filter.filter_light .cms_box.box .button:hover svg *, #global .section_filter.filter_light .cms_box.box .button:focus svg *, #global .section_filter.filter_light .button:hover svg *, #global .section_filter.filter_light .button:focus svg *, #global .section_filter.filter_light input[type=submit]:hover svg *, #global .section_filter.filter_light input[type=submit]:focus svg *, section:nth-of-type(2n):not(.cms_section_dark) .box .button:hover svg *, section:nth-of-type(2n):not(.cms_section_dark) .box .button:focus svg *, section:nth-of-type(2n):not(.cms_section_dark) .cms_box.box .button:hover svg *, section:nth-of-type(2n):not(.cms_section_dark) .cms_box.box .button:focus svg *, section:nth-of-type(2n):not(.cms_section_dark) .button:hover svg *, section:nth-of-type(2n):not(.cms_section_dark) .button:focus svg *, section:nth-of-type(2n):not(.cms_section_dark) input[type=submit]:hover svg *, section:nth-of-type(2n):not(.cms_section_dark) input[type=submit]:focus svg *, #global .section_light .box .button:hover svg *, #global .section_light .box .button:focus svg *, #global .section_light .cms_box.box .button:hover svg *, #global .section_light .cms_box.box .button:focus svg *, #global .section_light .button:hover svg *, #global .section_light .button:focus svg *, #global .section_light input[type=submit]:hover svg *, #global .section_light input[type=submit]:focus svg *, #global .cms_section_light .box .button:hover svg *, #global .cms_section_light .box .button:focus svg *, #global .cms_section_light .cms_box.box .button:hover svg *, #global .cms_section_light .cms_box.box .button:focus svg *, #global .cms_section_light .button:hover svg *, #global .cms_section_light .button:focus svg *, #global .cms_section_light input[type=submit]:hover svg *, #global .cms_section_light input[type=submit]:focus svg *, #global .cms_section_light_2 .box .button:hover svg *, #global .cms_section_light_2 .box .button:focus svg *, #global .cms_section_light_2 .cms_box.box .button:hover svg *, #global .cms_section_light_2 .cms_box.box .button:focus svg *, #global .cms_section_light_2 .button:hover svg *, #global .cms_section_light_2 .button:focus svg *, #global .cms_section_light_2 input[type=submit]:hover svg *, #global .cms_section_light_2 input[type=submit]:focus svg *, .scope_objectslist_search #global .section_object .box .button:hover svg *, .scope_objectslist_search #global .section_object .box .button:focus svg *, .scope_objectslist_search #global .section_object .cms_box.box .button:hover svg *, .scope_objectslist_search #global .section_object .cms_box.box .button:focus svg *, .scope_objectslist_search #global .section_object .button:hover svg *, .scope_objectslist_search #global .section_object .button:focus svg *, .scope_objectslist_search #global .section_object input[type=submit]:hover svg *, .scope_objectslist_search #global .section_object input[type=submit]:focus svg *, .scope_objectslist_all #global .section_object .box .button:hover svg *, .scope_objectslist_all #global .section_object .box .button:focus svg *, .scope_objectslist_all #global .section_object .cms_box.box .button:hover svg *, .scope_objectslist_all #global .section_object .cms_box.box .button:focus svg *, .scope_objectslist_all #global .section_object .button:hover svg *, .scope_objectslist_all #global .section_object .button:focus svg *, .scope_objectslist_all #global .section_object input[type=submit]:hover svg *, .scope_objectslist_all #global .section_object input[type=submit]:focus svg * {
  fill: #FFFFFF;
}
#global .section_filter.filter_light .animated_form .row .label_text a, section:nth-of-type(2n):not(.cms_section_dark) .animated_form .row .label_text a, #global .section_light .animated_form .row .label_text a, #global .cms_section_light .animated_form .row .label_text a, #global .cms_section_light_2 .animated_form .row .label_text a, .scope_objectslist_search #global .section_object .animated_form .row .label_text a, .scope_objectslist_all #global .section_object .animated_form .row .label_text a {
  color: #000000;
}
#global .section_filter.filter_light .search_results_list .list_toggle svg *, section:nth-of-type(2n):not(.cms_section_dark) .search_results_list .list_toggle svg *, #global .section_light .search_results_list .list_toggle svg *, #global .cms_section_light .search_results_list .list_toggle svg *, #global .cms_section_light_2 .search_results_list .list_toggle svg *, .scope_objectslist_search #global .section_object .search_results_list .list_toggle svg *, .scope_objectslist_all #global .section_object .search_results_list .list_toggle svg * {
  fill: #005681;
}
#global .section_filter.filter_light .tab, section:nth-of-type(2n):not(.cms_section_dark) .tab, #global .section_light .tab, #global .cms_section_light .tab, #global .cms_section_light_2 .tab, .scope_objectslist_search #global .section_object .tab, .scope_objectslist_all #global .section_object .tab {
  border: 1px solid #eaeaea;
  background: #FFFFFF;
  color: #000000;
}
#global .section_filter.filter_light .tab .tab_text, section:nth-of-type(2n):not(.cms_section_dark) .tab .tab_text, #global .section_light .tab .tab_text, #global .cms_section_light .tab .tab_text, #global .cms_section_light_2 .tab .tab_text, .scope_objectslist_search #global .section_object .tab .tab_text, .scope_objectslist_all #global .section_object .tab .tab_text {
  color: #000000;
}
#global .section_filter.filter_light .tab svg *, section:nth-of-type(2n):not(.cms_section_dark) .tab svg *, #global .section_light .tab svg *, #global .cms_section_light .tab svg *, #global .cms_section_light_2 .tab svg *, .scope_objectslist_search #global .section_object .tab svg *, .scope_objectslist_all #global .section_object .tab svg * {
  fill: #000000;
}
#global .section_filter.filter_light .tab:hover, section:nth-of-type(2n):not(.cms_section_dark) .tab:hover, #global .section_light .tab:hover, #global .cms_section_light .tab:hover, #global .cms_section_light_2 .tab:hover, .scope_objectslist_search #global .section_object .tab:hover, .scope_objectslist_all #global .section_object .tab:hover {
  border-color: #004466;
  background: #004466;
  color: #FFFFFF;
}
#global .section_filter.filter_light .tab:hover .tab_text, section:nth-of-type(2n):not(.cms_section_dark) .tab:hover .tab_text, #global .section_light .tab:hover .tab_text, #global .cms_section_light .tab:hover .tab_text, #global .cms_section_light_2 .tab:hover .tab_text, .scope_objectslist_search #global .section_object .tab:hover .tab_text, .scope_objectslist_all #global .section_object .tab:hover .tab_text {
  color: #FFFFFF;
}
#global .section_filter.filter_light .tab:hover svg *, section:nth-of-type(2n):not(.cms_section_dark) .tab:hover svg *, #global .section_light .tab:hover svg *, #global .cms_section_light .tab:hover svg *, #global .cms_section_light_2 .tab:hover svg *, .scope_objectslist_search #global .section_object .tab:hover svg *, .scope_objectslist_all #global .section_object .tab:hover svg * {
  fill: #FFFFFF;
}
#global .section_filter.filter_light .cat_cb:checked + .tab, #global .section_filter.filter_light .tab.selected, section:nth-of-type(2n):not(.cms_section_dark) .cat_cb:checked + .tab, section:nth-of-type(2n):not(.cms_section_dark) .tab.selected, #global .section_light .cat_cb:checked + .tab, #global .section_light .tab.selected, #global .cms_section_light .cat_cb:checked + .tab, #global .cms_section_light .tab.selected, #global .cms_section_light_2 .cat_cb:checked + .tab, #global .cms_section_light_2 .tab.selected, .scope_objectslist_search #global .section_object .cat_cb:checked + .tab, .scope_objectslist_search #global .section_object .tab.selected, .scope_objectslist_all #global .section_object .cat_cb:checked + .tab, .scope_objectslist_all #global .section_object .tab.selected {
  border-color: #004466;
  background: #004466;
  color: #FFFFFF;
}
#global .section_filter.filter_light .cat_cb:checked + .tab .tab_text, #global .section_filter.filter_light .tab.selected .tab_text, section:nth-of-type(2n):not(.cms_section_dark) .cat_cb:checked + .tab .tab_text, section:nth-of-type(2n):not(.cms_section_dark) .tab.selected .tab_text, #global .section_light .cat_cb:checked + .tab .tab_text, #global .section_light .tab.selected .tab_text, #global .cms_section_light .cat_cb:checked + .tab .tab_text, #global .cms_section_light .tab.selected .tab_text, #global .cms_section_light_2 .cat_cb:checked + .tab .tab_text, #global .cms_section_light_2 .tab.selected .tab_text, .scope_objectslist_search #global .section_object .cat_cb:checked + .tab .tab_text, .scope_objectslist_search #global .section_object .tab.selected .tab_text, .scope_objectslist_all #global .section_object .cat_cb:checked + .tab .tab_text, .scope_objectslist_all #global .section_object .tab.selected .tab_text {
  color: #FFFFFF;
}
#global .section_filter.filter_light .cat_cb:checked + .tab svg *, #global .section_filter.filter_light .tab.selected svg *, section:nth-of-type(2n):not(.cms_section_dark) .cat_cb:checked + .tab svg *, section:nth-of-type(2n):not(.cms_section_dark) .tab.selected svg *, #global .section_light .cat_cb:checked + .tab svg *, #global .section_light .tab.selected svg *, #global .cms_section_light .cat_cb:checked + .tab svg *, #global .cms_section_light .tab.selected svg *, #global .cms_section_light_2 .cat_cb:checked + .tab svg *, #global .cms_section_light_2 .tab.selected svg *, .scope_objectslist_search #global .section_object .cat_cb:checked + .tab svg *, .scope_objectslist_search #global .section_object .tab.selected svg *, .scope_objectslist_all #global .section_object .cat_cb:checked + .tab svg *, .scope_objectslist_all #global .section_object .tab.selected svg * {
  fill: #FFFFFF;
}
#global .section_filter.filter_light .cat_cb:checked + .tab svg *, #global .section_filter.filter_light .tab.selected svg *, section:nth-of-type(2n):not(.cms_section_dark) .cat_cb:checked + .tab svg *, section:nth-of-type(2n):not(.cms_section_dark) .tab.selected svg *, #global .section_light .cat_cb:checked + .tab svg *, #global .section_light .tab.selected svg *, #global .cms_section_light .cat_cb:checked + .tab svg *, #global .cms_section_light .tab.selected svg *, #global .cms_section_light_2 .cat_cb:checked + .tab svg *, #global .cms_section_light_2 .tab.selected svg *, .scope_objectslist_search #global .section_object .cat_cb:checked + .tab svg *, .scope_objectslist_search #global .section_object .tab.selected svg *, .scope_objectslist_all #global .section_object .cat_cb:checked + .tab svg *, .scope_objectslist_all #global .section_object .tab.selected svg * {
  fill: #FFFFFF;
}
#global .section_filter.filter_light .ui-state-active, #global .section_filter.filter_light .ui-widget-content .ui-state-active, section:nth-of-type(2n):not(.cms_section_dark) .ui-state-active, section:nth-of-type(2n):not(.cms_section_dark) .ui-widget-content .ui-state-active, #global .section_light .ui-state-active, #global .section_light .ui-widget-content .ui-state-active, #global .cms_section_light .ui-state-active, #global .cms_section_light .ui-widget-content .ui-state-active, #global .cms_section_light_2 .ui-state-active, #global .cms_section_light_2 .ui-widget-content .ui-state-active, .scope_objectslist_search #global .section_object .ui-state-active, .scope_objectslist_search #global .section_object .ui-widget-content .ui-state-active, .scope_objectslist_all #global .section_object .ui-state-active, .scope_objectslist_all #global .section_object .ui-widget-content .ui-state-active {
  background: #005681;
  color: #FFFFFF;
  border: 0;
}
#global .section_filter.filter_light .ui-widget-content, section:nth-of-type(2n):not(.cms_section_dark) .ui-widget-content, #global .section_light .ui-widget-content, #global .cms_section_light .ui-widget-content, #global .cms_section_light_2 .ui-widget-content, .scope_objectslist_search #global .section_object .ui-widget-content, .scope_objectslist_all #global .section_object .ui-widget-content {
  color: #000000;
  background: #ffffff;
  border-color: #eaeaea;
}
#global .section_filter.filter_light .multiselect_item, #global .section_filter.filter_light .multiselect_content, section:nth-of-type(2n):not(.cms_section_dark) .multiselect_item, section:nth-of-type(2n):not(.cms_section_dark) .multiselect_content, #global .section_light .multiselect_item, #global .section_light .multiselect_content, #global .cms_section_light .multiselect_item, #global .cms_section_light .multiselect_content, #global .cms_section_light_2 .multiselect_item, #global .cms_section_light_2 .multiselect_content, .scope_objectslist_search #global .section_object .multiselect_item, .scope_objectslist_search #global .section_object .multiselect_content, .scope_objectslist_all #global .section_object .multiselect_item, .scope_objectslist_all #global .section_object .multiselect_content {
  background: #ffffff;
  color: #000000;
}
#global .section_filter.filter_light .multiselect_item input + .cb_input, #global .section_filter.filter_light .multiselect_content input + .cb_input, section:nth-of-type(2n):not(.cms_section_dark) .multiselect_item input + .cb_input, section:nth-of-type(2n):not(.cms_section_dark) .multiselect_content input + .cb_input, #global .section_light .multiselect_item input + .cb_input, #global .section_light .multiselect_content input + .cb_input, #global .cms_section_light .multiselect_item input + .cb_input, #global .cms_section_light .multiselect_content input + .cb_input, #global .cms_section_light_2 .multiselect_item input + .cb_input, #global .cms_section_light_2 .multiselect_content input + .cb_input, .scope_objectslist_search #global .section_object .multiselect_item input + .cb_input, .scope_objectslist_search #global .section_object .multiselect_content input + .cb_input, .scope_objectslist_all #global .section_object .multiselect_item input + .cb_input, .scope_objectslist_all #global .section_object .multiselect_content input + .cb_input {
  border-color: #eaeaea;
  background: #ffffff;
}
#global .section_filter.filter_light .multiselect_item input:checked + .cb_input, #global .section_filter.filter_light .multiselect_content input:checked + .cb_input, section:nth-of-type(2n):not(.cms_section_dark) .multiselect_item input:checked + .cb_input, section:nth-of-type(2n):not(.cms_section_dark) .multiselect_content input:checked + .cb_input, #global .section_light .multiselect_item input:checked + .cb_input, #global .section_light .multiselect_content input:checked + .cb_input, #global .cms_section_light .multiselect_item input:checked + .cb_input, #global .cms_section_light .multiselect_content input:checked + .cb_input, #global .cms_section_light_2 .multiselect_item input:checked + .cb_input, #global .cms_section_light_2 .multiselect_content input:checked + .cb_input, .scope_objectslist_search #global .section_object .multiselect_item input:checked + .cb_input, .scope_objectslist_search #global .section_object .multiselect_content input:checked + .cb_input, .scope_objectslist_all #global .section_object .multiselect_item input:checked + .cb_input, .scope_objectslist_all #global .section_object .multiselect_content input:checked + .cb_input {
  background-color: #005681;
  color: #FFFFFF;
  border: 1px solid #005681;
}
#global .section_filter.filter_light .multiselect_item .multiselect_item:hover, #global .section_filter.filter_light .multiselect_item .select_item:hover, #global .section_filter.filter_light .multiselect_content .multiselect_item:hover, #global .section_filter.filter_light .multiselect_content .select_item:hover, section:nth-of-type(2n):not(.cms_section_dark) .multiselect_item .multiselect_item:hover, section:nth-of-type(2n):not(.cms_section_dark) .multiselect_item .select_item:hover, section:nth-of-type(2n):not(.cms_section_dark) .multiselect_content .multiselect_item:hover, section:nth-of-type(2n):not(.cms_section_dark) .multiselect_content .select_item:hover, #global .section_light .multiselect_item .multiselect_item:hover, #global .section_light .multiselect_item .select_item:hover, #global .section_light .multiselect_content .multiselect_item:hover, #global .section_light .multiselect_content .select_item:hover, #global .cms_section_light .multiselect_item .multiselect_item:hover, #global .cms_section_light .multiselect_item .select_item:hover, #global .cms_section_light .multiselect_content .multiselect_item:hover, #global .cms_section_light .multiselect_content .select_item:hover, #global .cms_section_light_2 .multiselect_item .multiselect_item:hover, #global .cms_section_light_2 .multiselect_item .select_item:hover, #global .cms_section_light_2 .multiselect_content .multiselect_item:hover, #global .cms_section_light_2 .multiselect_content .select_item:hover, .scope_objectslist_search #global .section_object .multiselect_item .multiselect_item:hover, .scope_objectslist_search #global .section_object .multiselect_item .select_item:hover, .scope_objectslist_search #global .section_object .multiselect_content .multiselect_item:hover, .scope_objectslist_search #global .section_object .multiselect_content .select_item:hover, .scope_objectslist_all #global .section_object .multiselect_item .multiselect_item:hover, .scope_objectslist_all #global .section_object .multiselect_item .select_item:hover, .scope_objectslist_all #global .section_object .multiselect_content .multiselect_item:hover, .scope_objectslist_all #global .section_object .multiselect_content .select_item:hover {
  background: #005681;
  color: #FFFFFF;
}
#global .section_filter.filter_light .multiselect_item .multiselect_item:hover .label_text, #global .section_filter.filter_light .multiselect_item .select_item:hover .label_text, #global .section_filter.filter_light .multiselect_content .multiselect_item:hover .label_text, #global .section_filter.filter_light .multiselect_content .select_item:hover .label_text, section:nth-of-type(2n):not(.cms_section_dark) .multiselect_item .multiselect_item:hover .label_text, section:nth-of-type(2n):not(.cms_section_dark) .multiselect_item .select_item:hover .label_text, section:nth-of-type(2n):not(.cms_section_dark) .multiselect_content .multiselect_item:hover .label_text, section:nth-of-type(2n):not(.cms_section_dark) .multiselect_content .select_item:hover .label_text, #global .section_light .multiselect_item .multiselect_item:hover .label_text, #global .section_light .multiselect_item .select_item:hover .label_text, #global .section_light .multiselect_content .multiselect_item:hover .label_text, #global .section_light .multiselect_content .select_item:hover .label_text, #global .cms_section_light .multiselect_item .multiselect_item:hover .label_text, #global .cms_section_light .multiselect_item .select_item:hover .label_text, #global .cms_section_light .multiselect_content .multiselect_item:hover .label_text, #global .cms_section_light .multiselect_content .select_item:hover .label_text, #global .cms_section_light_2 .multiselect_item .multiselect_item:hover .label_text, #global .cms_section_light_2 .multiselect_item .select_item:hover .label_text, #global .cms_section_light_2 .multiselect_content .multiselect_item:hover .label_text, #global .cms_section_light_2 .multiselect_content .select_item:hover .label_text, .scope_objectslist_search #global .section_object .multiselect_item .multiselect_item:hover .label_text, .scope_objectslist_search #global .section_object .multiselect_item .select_item:hover .label_text, .scope_objectslist_search #global .section_object .multiselect_content .multiselect_item:hover .label_text, .scope_objectslist_search #global .section_object .multiselect_content .select_item:hover .label_text, .scope_objectslist_all #global .section_object .multiselect_item .multiselect_item:hover .label_text, .scope_objectslist_all #global .section_object .multiselect_item .select_item:hover .label_text, .scope_objectslist_all #global .section_object .multiselect_content .multiselect_item:hover .label_text, .scope_objectslist_all #global .section_object .multiselect_content .select_item:hover .label_text {
  color: #FFFFFF;
  background: none;
}
#global .section_filter.filter_light .multiselect_cb:checked + .multiselect_box input + .cb_input, section:nth-of-type(2n):not(.cms_section_dark) .multiselect_cb:checked + .multiselect_box input + .cb_input, #global .section_light .multiselect_cb:checked + .multiselect_box input + .cb_input, #global .cms_section_light .multiselect_cb:checked + .multiselect_box input + .cb_input, #global .cms_section_light_2 .multiselect_cb:checked + .multiselect_box input + .cb_input, .scope_objectslist_search #global .section_object .multiselect_cb:checked + .multiselect_box input + .cb_input, .scope_objectslist_all #global .section_object .multiselect_cb:checked + .multiselect_box input + .cb_input {
  border-color: #eaeaea;
  background: #ffffff;
}
#global .section_filter.filter_light .multiselect_cb:checked + .multiselect_box input:checked + .cb_input, section:nth-of-type(2n):not(.cms_section_dark) .multiselect_cb:checked + .multiselect_box input:checked + .cb_input, #global .section_light .multiselect_cb:checked + .multiselect_box input:checked + .cb_input, #global .cms_section_light .multiselect_cb:checked + .multiselect_box input:checked + .cb_input, #global .cms_section_light_2 .multiselect_cb:checked + .multiselect_box input:checked + .cb_input, .scope_objectslist_search #global .section_object .multiselect_cb:checked + .multiselect_box input:checked + .cb_input, .scope_objectslist_all #global .section_object .multiselect_cb:checked + .multiselect_box input:checked + .cb_input {
  background-color: #005681;
  color: #FFFFFF;
  border: 1px solid #005681;
}
#global .section_filter.filter_light .multiselect_cb:checked + .multiselect_box .placeholder, section:nth-of-type(2n):not(.cms_section_dark) .multiselect_cb:checked + .multiselect_box .placeholder, #global .section_light .multiselect_cb:checked + .multiselect_box .placeholder, #global .cms_section_light .multiselect_cb:checked + .multiselect_box .placeholder, #global .cms_section_light_2 .multiselect_cb:checked + .multiselect_box .placeholder, .scope_objectslist_search #global .section_object .multiselect_cb:checked + .multiselect_box .placeholder, .scope_objectslist_all #global .section_object .multiselect_cb:checked + .multiselect_box .placeholder {
  color: #000000;
}
#global .section_filter.filter_light .multiselect_cb:checked + .multiselect_box .multiselect:not(.simple_layout), section:nth-of-type(2n):not(.cms_section_dark) .multiselect_cb:checked + .multiselect_box .multiselect:not(.simple_layout), #global .section_light .multiselect_cb:checked + .multiselect_box .multiselect:not(.simple_layout), #global .cms_section_light .multiselect_cb:checked + .multiselect_box .multiselect:not(.simple_layout), #global .cms_section_light_2 .multiselect_cb:checked + .multiselect_box .multiselect:not(.simple_layout), .scope_objectslist_search #global .section_object .multiselect_cb:checked + .multiselect_box .multiselect:not(.simple_layout), .scope_objectslist_all #global .section_object .multiselect_cb:checked + .multiselect_box .multiselect:not(.simple_layout) {
  background-color: #ffffff;
  border-color: #eaeaea;
  color: #000000;
}
#global .section_filter.filter_light .multiselect_cb:checked + .multiselect_box .multiselect:not(.simple_layout)::after, section:nth-of-type(2n):not(.cms_section_dark) .multiselect_cb:checked + .multiselect_box .multiselect:not(.simple_layout)::after, #global .section_light .multiselect_cb:checked + .multiselect_box .multiselect:not(.simple_layout)::after, #global .cms_section_light .multiselect_cb:checked + .multiselect_box .multiselect:not(.simple_layout)::after, #global .cms_section_light_2 .multiselect_cb:checked + .multiselect_box .multiselect:not(.simple_layout)::after, .scope_objectslist_search #global .section_object .multiselect_cb:checked + .multiselect_box .multiselect:not(.simple_layout)::after, .scope_objectslist_all #global .section_object .multiselect_cb:checked + .multiselect_box .multiselect:not(.simple_layout)::after {
  color: #000000;
}
#global .section_filter.filter_light .select.select::after, #global .section_filter.filter_light .multiselect.multiselect::after, section:nth-of-type(2n):not(.cms_section_dark) .select.select::after, section:nth-of-type(2n):not(.cms_section_dark) .multiselect.multiselect::after, #global .section_light .select.select::after, #global .section_light .multiselect.multiselect::after, #global .cms_section_light .select.select::after, #global .cms_section_light .multiselect.multiselect::after, #global .cms_section_light_2 .select.select::after, #global .cms_section_light_2 .multiselect.multiselect::after, .scope_objectslist_search #global .section_object .select.select::after, .scope_objectslist_search #global .section_object .multiselect.multiselect::after, .scope_objectslist_all #global .section_object .select.select::after, .scope_objectslist_all #global .section_object .multiselect.multiselect::after {
  color: #000000;
}
#global .section_filter.filter_light .select.select:hover::after, #global .section_filter.filter_light .multiselect.multiselect:hover::after, section:nth-of-type(2n):not(.cms_section_dark) .select.select:hover::after, section:nth-of-type(2n):not(.cms_section_dark) .multiselect.multiselect:hover::after, #global .section_light .select.select:hover::after, #global .section_light .multiselect.multiselect:hover::after, #global .cms_section_light .select.select:hover::after, #global .cms_section_light .multiselect.multiselect:hover::after, #global .cms_section_light_2 .select.select:hover::after, #global .cms_section_light_2 .multiselect.multiselect:hover::after, .scope_objectslist_search #global .section_object .select.select:hover::after, .scope_objectslist_search #global .section_object .multiselect.multiselect:hover::after, .scope_objectslist_all #global .section_object .select.select:hover::after, .scope_objectslist_all #global .section_object .multiselect.multiselect:hover::after {
  color: #262626;
}
#global section.cms_banner {
  background: #fec56f;
  color: #FFFFFF;
}
#global section.cms_banner .button {
  background: #005681;
  color: #ffffff;
  border: 1px solid #005681;
}
#global section.cms_banner .button:hover {
  background: #004466;
  color: #FFFFFF;
  border: 1px solid #004466;
}
section:nth-of-type(2n+1):not(.cms_section_light), #global .section_dark, #global .cms_section_dark, #global .cms_section_dark_2, #global .section_filter.filter_dark, #global section.section_accordion_form .accordion_form, #global section.section_accordion_form .accordion_form .accordion_title, #global aside.box:not(.aside_light), footer {
  background: #f2f2f2;
  color: #000000;
  border-bottom: 0px solid #DFDFDF;
}
section:nth-of-type(2n+1):not(.cms_section_light) h1, #global .section_dark h1, #global .cms_section_dark h1, #global .cms_section_dark_2 h1, #global .section_filter.filter_dark h1, #global section.section_accordion_form .accordion_form h1, #global section.section_accordion_form .accordion_form .accordion_title h1, #global aside.box:not(.aside_light) h1, footer h1 {
  color: #000000;
}
section:nth-of-type(2n+1):not(.cms_section_light) h1 svg:not(.highcharts-root) *, #global .section_dark h1 svg:not(.highcharts-root) *, #global .cms_section_dark h1 svg:not(.highcharts-root) *, #global .cms_section_dark_2 h1 svg:not(.highcharts-root) *, #global .section_filter.filter_dark h1 svg:not(.highcharts-root) *, #global section.section_accordion_form .accordion_form h1 svg:not(.highcharts-root) *, #global section.section_accordion_form .accordion_form .accordion_title h1 svg:not(.highcharts-root) *, #global aside.box:not(.aside_light) h1 svg:not(.highcharts-root) *, footer h1 svg:not(.highcharts-root) * {
  fill: #000000;
}
section:nth-of-type(2n+1):not(.cms_section_light) .cms_text a, #global .section_dark .cms_text a, #global .cms_section_dark .cms_text a, #global .cms_section_dark_2 .cms_text a, #global .section_filter.filter_dark .cms_text a, #global section.section_accordion_form .accordion_form .cms_text a, #global section.section_accordion_form .accordion_form .accordion_title .cms_text a, #global aside.box:not(.aside_light) .cms_text a, footer .cms_text a {
  color: #005681;
}
section:nth-of-type(2n+1):not(.cms_section_light) .cms_text a:hover, #global .section_dark .cms_text a:hover, #global .cms_section_dark .cms_text a:hover, #global .cms_section_dark_2 .cms_text a:hover, #global .section_filter.filter_dark .cms_text a:hover, #global section.section_accordion_form .accordion_form .cms_text a:hover, #global section.section_accordion_form .accordion_form .accordion_title .cms_text a:hover, #global aside.box:not(.aside_light) .cms_text a:hover, footer .cms_text a:hover {
  color: #004466;
}
section:nth-of-type(2n+1):not(.cms_section_light) .separator, section:nth-of-type(2n+1):not(.cms_section_light) hr, section:nth-of-type(2n+1):not(.cms_section_light) .detail_row, #global .section_dark .separator, #global .section_dark hr, #global .section_dark .detail_row, #global .cms_section_dark .separator, #global .cms_section_dark hr, #global .cms_section_dark .detail_row, #global .cms_section_dark_2 .separator, #global .cms_section_dark_2 hr, #global .cms_section_dark_2 .detail_row, #global .section_filter.filter_dark .separator, #global .section_filter.filter_dark hr, #global .section_filter.filter_dark .detail_row, #global section.section_accordion_form .accordion_form .separator, #global section.section_accordion_form .accordion_form hr, #global section.section_accordion_form .accordion_form .detail_row, #global section.section_accordion_form .accordion_form .accordion_title .separator, #global section.section_accordion_form .accordion_form .accordion_title hr, #global section.section_accordion_form .accordion_form .accordion_title .detail_row, #global aside.box:not(.aside_light) .separator, #global aside.box:not(.aside_light) hr, #global aside.box:not(.aside_light) .detail_row, footer .separator, footer hr, footer .detail_row {
  border-color: #DFDFDF;
}
section:nth-of-type(2n+1):not(.cms_section_light) .cms_accordion, section:nth-of-type(2n+1):not(.cms_section_light) .box, #global .section_dark .cms_accordion, #global .section_dark .box, #global .cms_section_dark .cms_accordion, #global .cms_section_dark .box, #global .cms_section_dark_2 .cms_accordion, #global .cms_section_dark_2 .box, #global .section_filter.filter_dark .cms_accordion, #global .section_filter.filter_dark .box, #global section.section_accordion_form .accordion_form .cms_accordion, #global section.section_accordion_form .accordion_form .box, #global section.section_accordion_form .accordion_form .accordion_title .cms_accordion, #global section.section_accordion_form .accordion_form .accordion_title .box, #global aside.box:not(.aside_light) .cms_accordion, #global aside.box:not(.aside_light) .box, footer .cms_accordion, footer .box {
  background: #FFFFFF;
  color: #000000;
  border: 1px solid #eaeaea;
}
section:nth-of-type(2n+1):not(.cms_section_light) .cms_accordion > .box_inner, section:nth-of-type(2n+1):not(.cms_section_light) .box > .box_inner, #global .section_dark .cms_accordion > .box_inner, #global .section_dark .box > .box_inner, #global .cms_section_dark .cms_accordion > .box_inner, #global .cms_section_dark .box > .box_inner, #global .cms_section_dark_2 .cms_accordion > .box_inner, #global .cms_section_dark_2 .box > .box_inner, #global .section_filter.filter_dark .cms_accordion > .box_inner, #global .section_filter.filter_dark .box > .box_inner, #global section.section_accordion_form .accordion_form .cms_accordion > .box_inner, #global section.section_accordion_form .accordion_form .box > .box_inner, #global section.section_accordion_form .accordion_form .accordion_title .cms_accordion > .box_inner, #global section.section_accordion_form .accordion_form .accordion_title .box > .box_inner, #global aside.box:not(.aside_light) .cms_accordion > .box_inner, #global aside.box:not(.aside_light) .box > .box_inner, footer .cms_accordion > .box_inner, footer .box > .box_inner {
  color: #000000;
}
section:nth-of-type(2n+1):not(.cms_section_light) .cms_accordion:hover, section:nth-of-type(2n+1):not(.cms_section_light) .box:hover, #global .section_dark .cms_accordion:hover, #global .section_dark .box:hover, #global .cms_section_dark .cms_accordion:hover, #global .cms_section_dark .box:hover, #global .cms_section_dark_2 .cms_accordion:hover, #global .cms_section_dark_2 .box:hover, #global .section_filter.filter_dark .cms_accordion:hover, #global .section_filter.filter_dark .box:hover, #global section.section_accordion_form .accordion_form .cms_accordion:hover, #global section.section_accordion_form .accordion_form .box:hover, #global section.section_accordion_form .accordion_form .accordion_title .cms_accordion:hover, #global section.section_accordion_form .accordion_form .accordion_title .box:hover, #global aside.box:not(.aside_light) .cms_accordion:hover, #global aside.box:not(.aside_light) .box:hover, footer .cms_accordion:hover, footer .box:hover {
  background: #ffffff;
  color: #000000;
  border: 1px solid #ffffff;
}
section:nth-of-type(2n+1):not(.cms_section_light) .cms_accordion:hover > .box_inner, section:nth-of-type(2n+1):not(.cms_section_light) .box:hover > .box_inner, #global .section_dark .cms_accordion:hover > .box_inner, #global .section_dark .box:hover > .box_inner, #global .cms_section_dark .cms_accordion:hover > .box_inner, #global .cms_section_dark .box:hover > .box_inner, #global .cms_section_dark_2 .cms_accordion:hover > .box_inner, #global .cms_section_dark_2 .box:hover > .box_inner, #global .section_filter.filter_dark .cms_accordion:hover > .box_inner, #global .section_filter.filter_dark .box:hover > .box_inner, #global section.section_accordion_form .accordion_form .cms_accordion:hover > .box_inner, #global section.section_accordion_form .accordion_form .box:hover > .box_inner, #global section.section_accordion_form .accordion_form .accordion_title .cms_accordion:hover > .box_inner, #global section.section_accordion_form .accordion_form .accordion_title .box:hover > .box_inner, #global aside.box:not(.aside_light) .cms_accordion:hover > .box_inner, #global aside.box:not(.aside_light) .box:hover > .box_inner, footer .cms_accordion:hover > .box_inner, footer .box:hover > .box_inner {
  color: #000000;
}
section:nth-of-type(2n+1):not(.cms_section_light) .cms_accordion svg:not(.highcharts-root) *, section:nth-of-type(2n+1):not(.cms_section_light) .box svg:not(.highcharts-root) *, #global .section_dark .cms_accordion svg:not(.highcharts-root) *, #global .section_dark .box svg:not(.highcharts-root) *, #global .cms_section_dark .cms_accordion svg:not(.highcharts-root) *, #global .cms_section_dark .box svg:not(.highcharts-root) *, #global .cms_section_dark_2 .cms_accordion svg:not(.highcharts-root) *, #global .cms_section_dark_2 .box svg:not(.highcharts-root) *, #global .section_filter.filter_dark .cms_accordion svg:not(.highcharts-root) *, #global .section_filter.filter_dark .box svg:not(.highcharts-root) *, #global section.section_accordion_form .accordion_form .cms_accordion svg:not(.highcharts-root) *, #global section.section_accordion_form .accordion_form .box svg:not(.highcharts-root) *, #global section.section_accordion_form .accordion_form .accordion_title .cms_accordion svg:not(.highcharts-root) *, #global section.section_accordion_form .accordion_form .accordion_title .box svg:not(.highcharts-root) *, #global aside.box:not(.aside_light) .cms_accordion svg:not(.highcharts-root) *, #global aside.box:not(.aside_light) .box svg:not(.highcharts-root) *, footer .cms_accordion svg:not(.highcharts-root) *, footer .box svg:not(.highcharts-root) * {
  fill: #005681;
}
section:nth-of-type(2n+1):not(.cms_section_light) .cms_accordion .accordion_content, section:nth-of-type(2n+1):not(.cms_section_light) .cms_accordion .separator, section:nth-of-type(2n+1):not(.cms_section_light) .cms_accordion hr, section:nth-of-type(2n+1):not(.cms_section_light) .cms_accordion .detail_row, section:nth-of-type(2n+1):not(.cms_section_light) .box .accordion_content, section:nth-of-type(2n+1):not(.cms_section_light) .box .separator, section:nth-of-type(2n+1):not(.cms_section_light) .box hr, section:nth-of-type(2n+1):not(.cms_section_light) .box .detail_row, #global .section_dark .cms_accordion .accordion_content, #global .section_dark .cms_accordion .separator, #global .section_dark .cms_accordion hr, #global .section_dark .cms_accordion .detail_row, #global .section_dark .box .accordion_content, #global .section_dark .box .separator, #global .section_dark .box hr, #global .section_dark .box .detail_row, #global .cms_section_dark .cms_accordion .accordion_content, #global .cms_section_dark .cms_accordion .separator, #global .cms_section_dark .cms_accordion hr, #global .cms_section_dark .cms_accordion .detail_row, #global .cms_section_dark .box .accordion_content, #global .cms_section_dark .box .separator, #global .cms_section_dark .box hr, #global .cms_section_dark .box .detail_row, #global .cms_section_dark_2 .cms_accordion .accordion_content, #global .cms_section_dark_2 .cms_accordion .separator, #global .cms_section_dark_2 .cms_accordion hr, #global .cms_section_dark_2 .cms_accordion .detail_row, #global .cms_section_dark_2 .box .accordion_content, #global .cms_section_dark_2 .box .separator, #global .cms_section_dark_2 .box hr, #global .cms_section_dark_2 .box .detail_row, #global .section_filter.filter_dark .cms_accordion .accordion_content, #global .section_filter.filter_dark .cms_accordion .separator, #global .section_filter.filter_dark .cms_accordion hr, #global .section_filter.filter_dark .cms_accordion .detail_row, #global .section_filter.filter_dark .box .accordion_content, #global .section_filter.filter_dark .box .separator, #global .section_filter.filter_dark .box hr, #global .section_filter.filter_dark .box .detail_row, #global section.section_accordion_form .accordion_form .cms_accordion .accordion_content, #global section.section_accordion_form .accordion_form .cms_accordion .separator, #global section.section_accordion_form .accordion_form .cms_accordion hr, #global section.section_accordion_form .accordion_form .cms_accordion .detail_row, #global section.section_accordion_form .accordion_form .box .accordion_content, #global section.section_accordion_form .accordion_form .box .separator, #global section.section_accordion_form .accordion_form .box hr, #global section.section_accordion_form .accordion_form .box .detail_row, #global section.section_accordion_form .accordion_form .accordion_title .cms_accordion .accordion_content, #global section.section_accordion_form .accordion_form .accordion_title .cms_accordion .separator, #global section.section_accordion_form .accordion_form .accordion_title .cms_accordion hr, #global section.section_accordion_form .accordion_form .accordion_title .cms_accordion .detail_row, #global section.section_accordion_form .accordion_form .accordion_title .box .accordion_content, #global section.section_accordion_form .accordion_form .accordion_title .box .separator, #global section.section_accordion_form .accordion_form .accordion_title .box hr, #global section.section_accordion_form .accordion_form .accordion_title .box .detail_row, #global aside.box:not(.aside_light) .cms_accordion .accordion_content, #global aside.box:not(.aside_light) .cms_accordion .separator, #global aside.box:not(.aside_light) .cms_accordion hr, #global aside.box:not(.aside_light) .cms_accordion .detail_row, #global aside.box:not(.aside_light) .box .accordion_content, #global aside.box:not(.aside_light) .box .separator, #global aside.box:not(.aside_light) .box hr, #global aside.box:not(.aside_light) .box .detail_row, footer .cms_accordion .accordion_content, footer .cms_accordion .separator, footer .cms_accordion hr, footer .cms_accordion .detail_row, footer .box .accordion_content, footer .box .separator, footer .box hr, footer .box .detail_row {
  border-color: #eaeaea;
}
section:nth-of-type(2n+1):not(.cms_section_light) .box_link:hover, #global .section_dark .box_link:hover, #global .cms_section_dark .box_link:hover, #global .cms_section_dark_2 .box_link:hover, #global .section_filter.filter_dark .box_link:hover, #global section.section_accordion_form .accordion_form .box_link:hover, #global section.section_accordion_form .accordion_form .accordion_title .box_link:hover, #global aside.box:not(.aside_light) .box_link:hover, footer .box_link:hover {
  background: #ffffff;
  color: #000000;
  border: 1px solid #ffffff;
}
section:nth-of-type(2n+1):not(.cms_section_light) .box_link:hover a, #global .section_dark .box_link:hover a, #global .cms_section_dark .box_link:hover a, #global .cms_section_dark_2 .box_link:hover a, #global .section_filter.filter_dark .box_link:hover a, #global section.section_accordion_form .accordion_form .box_link:hover a, #global section.section_accordion_form .accordion_form .accordion_title .box_link:hover a, #global aside.box:not(.aside_light) .box_link:hover a, footer .box_link:hover a {
  color: #000000;
}
section:nth-of-type(2n+1):not(.cms_section_light) .box_link:hover svg:not(.highcharts-root) *, #global .section_dark .box_link:hover svg:not(.highcharts-root) *, #global .cms_section_dark .box_link:hover svg:not(.highcharts-root) *, #global .cms_section_dark_2 .box_link:hover svg:not(.highcharts-root) *, #global .section_filter.filter_dark .box_link:hover svg:not(.highcharts-root) *, #global section.section_accordion_form .accordion_form .box_link:hover svg:not(.highcharts-root) *, #global section.section_accordion_form .accordion_form .accordion_title .box_link:hover svg:not(.highcharts-root) *, #global aside.box:not(.aside_light) .box_link:hover svg:not(.highcharts-root) *, footer .box_link:hover svg:not(.highcharts-root) * {
  fill: #004466;
}
section:nth-of-type(2n+1):not(.cms_section_light) .box_link:hover .separator, section:nth-of-type(2n+1):not(.cms_section_light) .box_link:hover hr, section:nth-of-type(2n+1):not(.cms_section_light) .box_link:hover .detail_row, #global .section_dark .box_link:hover .separator, #global .section_dark .box_link:hover hr, #global .section_dark .box_link:hover .detail_row, #global .cms_section_dark .box_link:hover .separator, #global .cms_section_dark .box_link:hover hr, #global .cms_section_dark .box_link:hover .detail_row, #global .cms_section_dark_2 .box_link:hover .separator, #global .cms_section_dark_2 .box_link:hover hr, #global .cms_section_dark_2 .box_link:hover .detail_row, #global .section_filter.filter_dark .box_link:hover .separator, #global .section_filter.filter_dark .box_link:hover hr, #global .section_filter.filter_dark .box_link:hover .detail_row, #global section.section_accordion_form .accordion_form .box_link:hover .separator, #global section.section_accordion_form .accordion_form .box_link:hover hr, #global section.section_accordion_form .accordion_form .box_link:hover .detail_row, #global section.section_accordion_form .accordion_form .accordion_title .box_link:hover .separator, #global section.section_accordion_form .accordion_form .accordion_title .box_link:hover hr, #global section.section_accordion_form .accordion_form .accordion_title .box_link:hover .detail_row, #global aside.box:not(.aside_light) .box_link:hover .separator, #global aside.box:not(.aside_light) .box_link:hover hr, #global aside.box:not(.aside_light) .box_link:hover .detail_row, footer .box_link:hover .separator, footer .box_link:hover hr, footer .box_link:hover .detail_row {
  border-color: #eaeaea;
}
section:nth-of-type(2n+1):not(.cms_section_light) .box > .box_inner, #global .section_dark .box > .box_inner, #global .cms_section_dark .box > .box_inner, #global .cms_section_dark_2 .box > .box_inner, #global .section_filter.filter_dark .box > .box_inner, #global section.section_accordion_form .accordion_form .box > .box_inner, #global section.section_accordion_form .accordion_form .accordion_title .box > .box_inner, #global aside.box:not(.aside_light) .box > .box_inner, footer .box > .box_inner {
  color: #000000;
}
section:nth-of-type(2n+1):not(.cms_section_light) .cms_accordion a, #global .section_dark .cms_accordion a, #global .cms_section_dark .cms_accordion a, #global .cms_section_dark_2 .cms_accordion a, #global .section_filter.filter_dark .cms_accordion a, #global section.section_accordion_form .accordion_form .cms_accordion a, #global section.section_accordion_form .accordion_form .accordion_title .cms_accordion a, #global aside.box:not(.aside_light) .cms_accordion a, footer .cms_accordion a {
  color: #ffffff;
}
section:nth-of-type(2n+1):not(.cms_section_light) .cms_accordion a:hover, #global .section_dark .cms_accordion a:hover, #global .cms_section_dark .cms_accordion a:hover, #global .cms_section_dark_2 .cms_accordion a:hover, #global .section_filter.filter_dark .cms_accordion a:hover, #global section.section_accordion_form .accordion_form .cms_accordion a:hover, #global section.section_accordion_form .accordion_form .accordion_title .cms_accordion a:hover, #global aside.box:not(.aside_light) .cms_accordion a:hover, footer .cms_accordion a:hover {
  color: #FFFFFF;
}
section:nth-of-type(2n+1):not(.cms_section_light) .cms_box_simple_inline_buttons_left, section:nth-of-type(2n+1):not(.cms_section_light) .cms_box_simple_inline_buttons_left:hover, section:nth-of-type(2n+1):not(.cms_section_light) .cms_box_simple_inline_buttons_center, section:nth-of-type(2n+1):not(.cms_section_light) .cms_box_simple_inline_buttons_center:hover, section:nth-of-type(2n+1):not(.cms_section_light) .cms_box_simple_inline_buttons_right, section:nth-of-type(2n+1):not(.cms_section_light) .cms_box_simple_inline_buttons_right:hover, section:nth-of-type(2n+1):not(.cms_section_light) .box.cms_box_box_default_no_style, section:nth-of-type(2n+1):not(.cms_section_light) .box.cms_box_box_default_no_style:hover, #global .section_dark .cms_box_simple_inline_buttons_left, #global .section_dark .cms_box_simple_inline_buttons_left:hover, #global .section_dark .cms_box_simple_inline_buttons_center, #global .section_dark .cms_box_simple_inline_buttons_center:hover, #global .section_dark .cms_box_simple_inline_buttons_right, #global .section_dark .cms_box_simple_inline_buttons_right:hover, #global .section_dark .box.cms_box_box_default_no_style, #global .section_dark .box.cms_box_box_default_no_style:hover, #global .cms_section_dark .cms_box_simple_inline_buttons_left, #global .cms_section_dark .cms_box_simple_inline_buttons_left:hover, #global .cms_section_dark .cms_box_simple_inline_buttons_center, #global .cms_section_dark .cms_box_simple_inline_buttons_center:hover, #global .cms_section_dark .cms_box_simple_inline_buttons_right, #global .cms_section_dark .cms_box_simple_inline_buttons_right:hover, #global .cms_section_dark .box.cms_box_box_default_no_style, #global .cms_section_dark .box.cms_box_box_default_no_style:hover, #global .cms_section_dark_2 .cms_box_simple_inline_buttons_left, #global .cms_section_dark_2 .cms_box_simple_inline_buttons_left:hover, #global .cms_section_dark_2 .cms_box_simple_inline_buttons_center, #global .cms_section_dark_2 .cms_box_simple_inline_buttons_center:hover, #global .cms_section_dark_2 .cms_box_simple_inline_buttons_right, #global .cms_section_dark_2 .cms_box_simple_inline_buttons_right:hover, #global .cms_section_dark_2 .box.cms_box_box_default_no_style, #global .cms_section_dark_2 .box.cms_box_box_default_no_style:hover, #global .section_filter.filter_dark .cms_box_simple_inline_buttons_left, #global .section_filter.filter_dark .cms_box_simple_inline_buttons_left:hover, #global .section_filter.filter_dark .cms_box_simple_inline_buttons_center, #global .section_filter.filter_dark .cms_box_simple_inline_buttons_center:hover, #global .section_filter.filter_dark .cms_box_simple_inline_buttons_right, #global .section_filter.filter_dark .cms_box_simple_inline_buttons_right:hover, #global .section_filter.filter_dark .box.cms_box_box_default_no_style, #global .section_filter.filter_dark .box.cms_box_box_default_no_style:hover, #global section.section_accordion_form .accordion_form .cms_box_simple_inline_buttons_left, #global section.section_accordion_form .accordion_form .cms_box_simple_inline_buttons_left:hover, #global section.section_accordion_form .accordion_form .cms_box_simple_inline_buttons_center, #global section.section_accordion_form .accordion_form .cms_box_simple_inline_buttons_center:hover, #global section.section_accordion_form .accordion_form .cms_box_simple_inline_buttons_right, #global section.section_accordion_form .accordion_form .cms_box_simple_inline_buttons_right:hover, #global section.section_accordion_form .accordion_form .box.cms_box_box_default_no_style, #global section.section_accordion_form .accordion_form .box.cms_box_box_default_no_style:hover, #global section.section_accordion_form .accordion_form .accordion_title .cms_box_simple_inline_buttons_left, #global section.section_accordion_form .accordion_form .accordion_title .cms_box_simple_inline_buttons_left:hover, #global section.section_accordion_form .accordion_form .accordion_title .cms_box_simple_inline_buttons_center, #global section.section_accordion_form .accordion_form .accordion_title .cms_box_simple_inline_buttons_center:hover, #global section.section_accordion_form .accordion_form .accordion_title .cms_box_simple_inline_buttons_right, #global section.section_accordion_form .accordion_form .accordion_title .cms_box_simple_inline_buttons_right:hover, #global section.section_accordion_form .accordion_form .accordion_title .box.cms_box_box_default_no_style, #global section.section_accordion_form .accordion_form .accordion_title .box.cms_box_box_default_no_style:hover, #global aside.box:not(.aside_light) .cms_box_simple_inline_buttons_left, #global aside.box:not(.aside_light) .cms_box_simple_inline_buttons_left:hover, #global aside.box:not(.aside_light) .cms_box_simple_inline_buttons_center, #global aside.box:not(.aside_light) .cms_box_simple_inline_buttons_center:hover, #global aside.box:not(.aside_light) .cms_box_simple_inline_buttons_right, #global aside.box:not(.aside_light) .cms_box_simple_inline_buttons_right:hover, #global aside.box:not(.aside_light) .box.cms_box_box_default_no_style, #global aside.box:not(.aside_light) .box.cms_box_box_default_no_style:hover, footer .cms_box_simple_inline_buttons_left, footer .cms_box_simple_inline_buttons_left:hover, footer .cms_box_simple_inline_buttons_center, footer .cms_box_simple_inline_buttons_center:hover, footer .cms_box_simple_inline_buttons_right, footer .cms_box_simple_inline_buttons_right:hover, footer .box.cms_box_box_default_no_style, footer .box.cms_box_box_default_no_style:hover {
  background: none;
  color: #000000;
  border: none;
}
section:nth-of-type(2n+1):not(.cms_section_light) .box_link:hover, #global .section_dark .box_link:hover, #global .cms_section_dark .box_link:hover, #global .cms_section_dark_2 .box_link:hover, #global .section_filter.filter_dark .box_link:hover, #global section.section_accordion_form .accordion_form .box_link:hover, #global section.section_accordion_form .accordion_form .accordion_title .box_link:hover, #global aside.box:not(.aside_light) .box_link:hover, footer .box_link:hover {
  background: #ffffff;
  color: #000000;
  border: 1px solid #ffffff;
}
section:nth-of-type(2n+1):not(.cms_section_light) .box_link:hover svg:not(.highcharts-root) *, #global .section_dark .box_link:hover svg:not(.highcharts-root) *, #global .cms_section_dark .box_link:hover svg:not(.highcharts-root) *, #global .cms_section_dark_2 .box_link:hover svg:not(.highcharts-root) *, #global .section_filter.filter_dark .box_link:hover svg:not(.highcharts-root) *, #global section.section_accordion_form .accordion_form .box_link:hover svg:not(.highcharts-root) *, #global section.section_accordion_form .accordion_form .accordion_title .box_link:hover svg:not(.highcharts-root) *, #global aside.box:not(.aside_light) .box_link:hover svg:not(.highcharts-root) *, footer .box_link:hover svg:not(.highcharts-root) * {
  fill: #004466;
}
section:nth-of-type(2n+1):not(.cms_section_light) .box_link:hover .separator, section:nth-of-type(2n+1):not(.cms_section_light) .box_link:hover hr, section:nth-of-type(2n+1):not(.cms_section_light) .box_link:hover .detail_row, #global .section_dark .box_link:hover .separator, #global .section_dark .box_link:hover hr, #global .section_dark .box_link:hover .detail_row, #global .cms_section_dark .box_link:hover .separator, #global .cms_section_dark .box_link:hover hr, #global .cms_section_dark .box_link:hover .detail_row, #global .cms_section_dark_2 .box_link:hover .separator, #global .cms_section_dark_2 .box_link:hover hr, #global .cms_section_dark_2 .box_link:hover .detail_row, #global .section_filter.filter_dark .box_link:hover .separator, #global .section_filter.filter_dark .box_link:hover hr, #global .section_filter.filter_dark .box_link:hover .detail_row, #global section.section_accordion_form .accordion_form .box_link:hover .separator, #global section.section_accordion_form .accordion_form .box_link:hover hr, #global section.section_accordion_form .accordion_form .box_link:hover .detail_row, #global section.section_accordion_form .accordion_form .accordion_title .box_link:hover .separator, #global section.section_accordion_form .accordion_form .accordion_title .box_link:hover hr, #global section.section_accordion_form .accordion_form .accordion_title .box_link:hover .detail_row, #global aside.box:not(.aside_light) .box_link:hover .separator, #global aside.box:not(.aside_light) .box_link:hover hr, #global aside.box:not(.aside_light) .box_link:hover .detail_row, footer .box_link:hover .separator, footer .box_link:hover hr, footer .box_link:hover .detail_row {
  border-color: #eaeaea;
}
section:nth-of-type(2n+1):not(.cms_section_light) article:not(.box) a, section:nth-of-type(2n+1):not(.cms_section_light) article:not(.box) .action_js, #global .section_dark article:not(.box) a, #global .section_dark article:not(.box) .action_js, #global .cms_section_dark article:not(.box) a, #global .cms_section_dark article:not(.box) .action_js, #global .cms_section_dark_2 article:not(.box) a, #global .cms_section_dark_2 article:not(.box) .action_js, #global .section_filter.filter_dark article:not(.box) a, #global .section_filter.filter_dark article:not(.box) .action_js, #global section.section_accordion_form .accordion_form article:not(.box) a, #global section.section_accordion_form .accordion_form article:not(.box) .action_js, #global section.section_accordion_form .accordion_form .accordion_title article:not(.box) a, #global section.section_accordion_form .accordion_form .accordion_title article:not(.box) .action_js, #global aside.box:not(.aside_light) article:not(.box) a, #global aside.box:not(.aside_light) article:not(.box) .action_js, footer article:not(.box) a, footer article:not(.box) .action_js {
  color: #004466;
}
section:nth-of-type(2n+1):not(.cms_section_light) article:not(.box) a:hover, section:nth-of-type(2n+1):not(.cms_section_light) article:not(.box) .action_js:hover, #global .section_dark article:not(.box) a:hover, #global .section_dark article:not(.box) .action_js:hover, #global .cms_section_dark article:not(.box) a:hover, #global .cms_section_dark article:not(.box) .action_js:hover, #global .cms_section_dark_2 article:not(.box) a:hover, #global .cms_section_dark_2 article:not(.box) .action_js:hover, #global .section_filter.filter_dark article:not(.box) a:hover, #global .section_filter.filter_dark article:not(.box) .action_js:hover, #global section.section_accordion_form .accordion_form article:not(.box) a:hover, #global section.section_accordion_form .accordion_form article:not(.box) .action_js:hover, #global section.section_accordion_form .accordion_form .accordion_title article:not(.box) a:hover, #global section.section_accordion_form .accordion_form .accordion_title article:not(.box) .action_js:hover, #global aside.box:not(.aside_light) article:not(.box) a:hover, #global aside.box:not(.aside_light) article:not(.box) .action_js:hover, footer article:not(.box) a:hover, footer article:not(.box) .action_js:hover {
  color: #005681;
}
section:nth-of-type(2n+1):not(.cms_section_light) article:not(.box) a.inactive, section:nth-of-type(2n+1):not(.cms_section_light) article:not(.box) a.inactive:hover, section:nth-of-type(2n+1):not(.cms_section_light) article:not(.box) .action_js.inactive, section:nth-of-type(2n+1):not(.cms_section_light) article:not(.box) .action_js.inactive:hover, #global .section_dark article:not(.box) a.inactive, #global .section_dark article:not(.box) a.inactive:hover, #global .section_dark article:not(.box) .action_js.inactive, #global .section_dark article:not(.box) .action_js.inactive:hover, #global .cms_section_dark article:not(.box) a.inactive, #global .cms_section_dark article:not(.box) a.inactive:hover, #global .cms_section_dark article:not(.box) .action_js.inactive, #global .cms_section_dark article:not(.box) .action_js.inactive:hover, #global .cms_section_dark_2 article:not(.box) a.inactive, #global .cms_section_dark_2 article:not(.box) a.inactive:hover, #global .cms_section_dark_2 article:not(.box) .action_js.inactive, #global .cms_section_dark_2 article:not(.box) .action_js.inactive:hover, #global .section_filter.filter_dark article:not(.box) a.inactive, #global .section_filter.filter_dark article:not(.box) a.inactive:hover, #global .section_filter.filter_dark article:not(.box) .action_js.inactive, #global .section_filter.filter_dark article:not(.box) .action_js.inactive:hover, #global section.section_accordion_form .accordion_form article:not(.box) a.inactive, #global section.section_accordion_form .accordion_form article:not(.box) a.inactive:hover, #global section.section_accordion_form .accordion_form article:not(.box) .action_js.inactive, #global section.section_accordion_form .accordion_form article:not(.box) .action_js.inactive:hover, #global section.section_accordion_form .accordion_form .accordion_title article:not(.box) a.inactive, #global section.section_accordion_form .accordion_form .accordion_title article:not(.box) a.inactive:hover, #global section.section_accordion_form .accordion_form .accordion_title article:not(.box) .action_js.inactive, #global section.section_accordion_form .accordion_form .accordion_title article:not(.box) .action_js.inactive:hover, #global aside.box:not(.aside_light) article:not(.box) a.inactive, #global aside.box:not(.aside_light) article:not(.box) a.inactive:hover, #global aside.box:not(.aside_light) article:not(.box) .action_js.inactive, #global aside.box:not(.aside_light) article:not(.box) .action_js.inactive:hover, footer article:not(.box) a.inactive, footer article:not(.box) a.inactive:hover, footer article:not(.box) .action_js.inactive, footer article:not(.box) .action_js.inactive:hover {
  color: white;
}
section:nth-of-type(2n+1):not(.cms_section_light) .box_object_item > .box_inner, #global .section_dark .box_object_item > .box_inner, #global .cms_section_dark .box_object_item > .box_inner, #global .cms_section_dark_2 .box_object_item > .box_inner, #global .section_filter.filter_dark .box_object_item > .box_inner, #global section.section_accordion_form .accordion_form .box_object_item > .box_inner, #global section.section_accordion_form .accordion_form .accordion_title .box_object_item > .box_inner, #global aside.box:not(.aside_light) .box_object_item > .box_inner, footer .box_object_item > .box_inner {
  color: #000000;
}
section:nth-of-type(2n+1):not(.cms_section_light) .box_object_item.box_object_horizontal_item .box_infos, #global .section_dark .box_object_item.box_object_horizontal_item .box_infos, #global .cms_section_dark .box_object_item.box_object_horizontal_item .box_infos, #global .cms_section_dark_2 .box_object_item.box_object_horizontal_item .box_infos, #global .section_filter.filter_dark .box_object_item.box_object_horizontal_item .box_infos, #global section.section_accordion_form .accordion_form .box_object_item.box_object_horizontal_item .box_infos, #global section.section_accordion_form .accordion_form .accordion_title .box_object_item.box_object_horizontal_item .box_infos, #global aside.box:not(.aside_light) .box_object_item.box_object_horizontal_item .box_infos, footer .box_object_item.box_object_horizontal_item .box_infos {
  border-color: #eaeaea;
}
section:nth-of-type(2n+1):not(.cms_section_light) .box_object_item.box_object_horizontal_item:hover .box_infos, #global .section_dark .box_object_item.box_object_horizontal_item:hover .box_infos, #global .cms_section_dark .box_object_item.box_object_horizontal_item:hover .box_infos, #global .cms_section_dark_2 .box_object_item.box_object_horizontal_item:hover .box_infos, #global .section_filter.filter_dark .box_object_item.box_object_horizontal_item:hover .box_infos, #global section.section_accordion_form .accordion_form .box_object_item.box_object_horizontal_item:hover .box_infos, #global section.section_accordion_form .accordion_form .accordion_title .box_object_item.box_object_horizontal_item:hover .box_infos, #global aside.box:not(.aside_light) .box_object_item.box_object_horizontal_item:hover .box_infos, footer .box_object_item.box_object_horizontal_item:hover .box_infos {
  border-color: #eaeaea;
}
section:nth-of-type(2n+1):not(.cms_section_light) .search_results_list .list_toggle svg *, #global .section_dark .search_results_list .list_toggle svg *, #global .cms_section_dark .search_results_list .list_toggle svg *, #global .cms_section_dark_2 .search_results_list .list_toggle svg *, #global .section_filter.filter_dark .search_results_list .list_toggle svg *, #global section.section_accordion_form .accordion_form .search_results_list .list_toggle svg *, #global section.section_accordion_form .accordion_form .accordion_title .search_results_list .list_toggle svg *, #global aside.box:not(.aside_light) .search_results_list .list_toggle svg *, footer .search_results_list .list_toggle svg * {
  fill: #005681;
}
section:nth-of-type(2n+1):not(.cms_section_light) .box_object_fullsize_item .box_infos, #global .section_dark .box_object_fullsize_item .box_infos, #global .cms_section_dark .box_object_fullsize_item .box_infos, #global .cms_section_dark_2 .box_object_fullsize_item .box_infos, #global .section_filter.filter_dark .box_object_fullsize_item .box_infos, #global section.section_accordion_form .accordion_form .box_object_fullsize_item .box_infos, #global section.section_accordion_form .accordion_form .accordion_title .box_object_fullsize_item .box_infos, #global aside.box:not(.aside_light) .box_object_fullsize_item .box_infos, footer .box_object_fullsize_item .box_infos {
  background: rgba(255, 255, 255, 0.8);
}
section:nth-of-type(2n+1):not(.cms_section_light) .box .button, section:nth-of-type(2n+1):not(.cms_section_light) .button, section:nth-of-type(2n+1):not(.cms_section_light) input[type=submit], #global .section_dark .box .button, #global .section_dark .button, #global .section_dark input[type=submit], #global .cms_section_dark .box .button, #global .cms_section_dark .button, #global .cms_section_dark input[type=submit], #global .cms_section_dark_2 .box .button, #global .cms_section_dark_2 .button, #global .cms_section_dark_2 input[type=submit], #global .section_filter.filter_dark .box .button, #global .section_filter.filter_dark .button, #global .section_filter.filter_dark input[type=submit], #global section.section_accordion_form .accordion_form .box .button, #global section.section_accordion_form .accordion_form .button, #global section.section_accordion_form .accordion_form input[type=submit], #global section.section_accordion_form .accordion_form .accordion_title .box .button, #global section.section_accordion_form .accordion_form .accordion_title .button, #global section.section_accordion_form .accordion_form .accordion_title input[type=submit], #global aside.box:not(.aside_light) .box .button, #global aside.box:not(.aside_light) .button, #global aside.box:not(.aside_light) input[type=submit], footer .box .button, footer .button, footer input[type=submit] {
  border: 1px solid #015681;
  background: #015681;
  color: #ffffff;
}
section:nth-of-type(2n+1):not(.cms_section_light) .box .button svg *, section:nth-of-type(2n+1):not(.cms_section_light) .button svg *, section:nth-of-type(2n+1):not(.cms_section_light) input[type=submit] svg *, #global .section_dark .box .button svg *, #global .section_dark .button svg *, #global .section_dark input[type=submit] svg *, #global .cms_section_dark .box .button svg *, #global .cms_section_dark .button svg *, #global .cms_section_dark input[type=submit] svg *, #global .cms_section_dark_2 .box .button svg *, #global .cms_section_dark_2 .button svg *, #global .cms_section_dark_2 input[type=submit] svg *, #global .section_filter.filter_dark .box .button svg *, #global .section_filter.filter_dark .button svg *, #global .section_filter.filter_dark input[type=submit] svg *, #global section.section_accordion_form .accordion_form .box .button svg *, #global section.section_accordion_form .accordion_form .button svg *, #global section.section_accordion_form .accordion_form input[type=submit] svg *, #global section.section_accordion_form .accordion_form .accordion_title .box .button svg *, #global section.section_accordion_form .accordion_form .accordion_title .button svg *, #global section.section_accordion_form .accordion_form .accordion_title input[type=submit] svg *, #global aside.box:not(.aside_light) .box .button svg *, #global aside.box:not(.aside_light) .button svg *, #global aside.box:not(.aside_light) input[type=submit] svg *, footer .box .button svg *, footer .button svg *, footer input[type=submit] svg * {
  fill: #ffffff;
}
section:nth-of-type(2n+1):not(.cms_section_light) .box .button:hover, section:nth-of-type(2n+1):not(.cms_section_light) .button:hover, section:nth-of-type(2n+1):not(.cms_section_light) input[type=submit]:hover, #global .section_dark .box .button:hover, #global .section_dark .button:hover, #global .section_dark input[type=submit]:hover, #global .cms_section_dark .box .button:hover, #global .cms_section_dark .button:hover, #global .cms_section_dark input[type=submit]:hover, #global .cms_section_dark_2 .box .button:hover, #global .cms_section_dark_2 .button:hover, #global .cms_section_dark_2 input[type=submit]:hover, #global .section_filter.filter_dark .box .button:hover, #global .section_filter.filter_dark .button:hover, #global .section_filter.filter_dark input[type=submit]:hover, #global section.section_accordion_form .accordion_form .box .button:hover, #global section.section_accordion_form .accordion_form .button:hover, #global section.section_accordion_form .accordion_form input[type=submit]:hover, #global section.section_accordion_form .accordion_form .accordion_title .box .button:hover, #global section.section_accordion_form .accordion_form .accordion_title .button:hover, #global section.section_accordion_form .accordion_form .accordion_title input[type=submit]:hover, #global aside.box:not(.aside_light) .box .button:hover, #global aside.box:not(.aside_light) .button:hover, #global aside.box:not(.aside_light) input[type=submit]:hover, footer .box .button:hover, footer .button:hover, footer input[type=submit]:hover {
  border-color: #004266;
  background: #004266;
  color: #FFFFFF;
}
section:nth-of-type(2n+1):not(.cms_section_light) .box .button:hover svg *, section:nth-of-type(2n+1):not(.cms_section_light) .button:hover svg *, section:nth-of-type(2n+1):not(.cms_section_light) input[type=submit]:hover svg *, #global .section_dark .box .button:hover svg *, #global .section_dark .button:hover svg *, #global .section_dark input[type=submit]:hover svg *, #global .cms_section_dark .box .button:hover svg *, #global .cms_section_dark .button:hover svg *, #global .cms_section_dark input[type=submit]:hover svg *, #global .cms_section_dark_2 .box .button:hover svg *, #global .cms_section_dark_2 .button:hover svg *, #global .cms_section_dark_2 input[type=submit]:hover svg *, #global .section_filter.filter_dark .box .button:hover svg *, #global .section_filter.filter_dark .button:hover svg *, #global .section_filter.filter_dark input[type=submit]:hover svg *, #global section.section_accordion_form .accordion_form .box .button:hover svg *, #global section.section_accordion_form .accordion_form .button:hover svg *, #global section.section_accordion_form .accordion_form input[type=submit]:hover svg *, #global section.section_accordion_form .accordion_form .accordion_title .box .button:hover svg *, #global section.section_accordion_form .accordion_form .accordion_title .button:hover svg *, #global section.section_accordion_form .accordion_form .accordion_title input[type=submit]:hover svg *, #global aside.box:not(.aside_light) .box .button:hover svg *, #global aside.box:not(.aside_light) .button:hover svg *, #global aside.box:not(.aside_light) input[type=submit]:hover svg *, footer .box .button:hover svg *, footer .button:hover svg *, footer input[type=submit]:hover svg * {
  fill: #FFFFFF;
}
section:nth-of-type(2n+1):not(.cms_section_light) .tab, #global .section_dark .tab, #global .cms_section_dark .tab, #global .cms_section_dark_2 .tab, #global .section_filter.filter_dark .tab, #global section.section_accordion_form .accordion_form .tab, #global section.section_accordion_form .accordion_form .accordion_title .tab, #global aside.box:not(.aside_light) .tab, footer .tab {
  border: 1px solid #757575;
  background: #FFFFFF;
  color: #000000;
}
section:nth-of-type(2n+1):not(.cms_section_light) .tab .tab_text, #global .section_dark .tab .tab_text, #global .cms_section_dark .tab .tab_text, #global .cms_section_dark_2 .tab .tab_text, #global .section_filter.filter_dark .tab .tab_text, #global section.section_accordion_form .accordion_form .tab .tab_text, #global section.section_accordion_form .accordion_form .accordion_title .tab .tab_text, #global aside.box:not(.aside_light) .tab .tab_text, footer .tab .tab_text {
  color: #000000;
}
section:nth-of-type(2n+1):not(.cms_section_light) .tab svg *, #global .section_dark .tab svg *, #global .cms_section_dark .tab svg *, #global .cms_section_dark_2 .tab svg *, #global .section_filter.filter_dark .tab svg *, #global section.section_accordion_form .accordion_form .tab svg *, #global section.section_accordion_form .accordion_form .accordion_title .tab svg *, #global aside.box:not(.aside_light) .tab svg *, footer .tab svg * {
  fill: #000000;
}
section:nth-of-type(2n+1):not(.cms_section_light) .tab:hover, #global .section_dark .tab:hover, #global .cms_section_dark .tab:hover, #global .cms_section_dark_2 .tab:hover, #global .section_filter.filter_dark .tab:hover, #global section.section_accordion_form .accordion_form .tab:hover, #global section.section_accordion_form .accordion_form .accordion_title .tab:hover, #global aside.box:not(.aside_light) .tab:hover, footer .tab:hover {
  border-color: #004266;
  background: #004266;
  color: #FFFFFF;
}
section:nth-of-type(2n+1):not(.cms_section_light) .tab:hover .tab_text, #global .section_dark .tab:hover .tab_text, #global .cms_section_dark .tab:hover .tab_text, #global .cms_section_dark_2 .tab:hover .tab_text, #global .section_filter.filter_dark .tab:hover .tab_text, #global section.section_accordion_form .accordion_form .tab:hover .tab_text, #global section.section_accordion_form .accordion_form .accordion_title .tab:hover .tab_text, #global aside.box:not(.aside_light) .tab:hover .tab_text, footer .tab:hover .tab_text {
  color: #FFFFFF;
}
section:nth-of-type(2n+1):not(.cms_section_light) .tab:hover svg *, #global .section_dark .tab:hover svg *, #global .cms_section_dark .tab:hover svg *, #global .cms_section_dark_2 .tab:hover svg *, #global .section_filter.filter_dark .tab:hover svg *, #global section.section_accordion_form .accordion_form .tab:hover svg *, #global section.section_accordion_form .accordion_form .accordion_title .tab:hover svg *, #global aside.box:not(.aside_light) .tab:hover svg *, footer .tab:hover svg * {
  fill: #FFFFFF;
}
section:nth-of-type(2n+1):not(.cms_section_light) .cat_cb:checked + .tab, section:nth-of-type(2n+1):not(.cms_section_light) .tab.selected, #global .section_dark .cat_cb:checked + .tab, #global .section_dark .tab.selected, #global .cms_section_dark .cat_cb:checked + .tab, #global .cms_section_dark .tab.selected, #global .cms_section_dark_2 .cat_cb:checked + .tab, #global .cms_section_dark_2 .tab.selected, #global .section_filter.filter_dark .cat_cb:checked + .tab, #global .section_filter.filter_dark .tab.selected, #global section.section_accordion_form .accordion_form .cat_cb:checked + .tab, #global section.section_accordion_form .accordion_form .tab.selected, #global section.section_accordion_form .accordion_form .accordion_title .cat_cb:checked + .tab, #global section.section_accordion_form .accordion_form .accordion_title .tab.selected, #global aside.box:not(.aside_light) .cat_cb:checked + .tab, #global aside.box:not(.aside_light) .tab.selected, footer .cat_cb:checked + .tab, footer .tab.selected {
  border-color: #004266;
  background: #004266;
  color: #FFFFFF;
}
section:nth-of-type(2n+1):not(.cms_section_light) .cat_cb:checked + .tab .tab_text, section:nth-of-type(2n+1):not(.cms_section_light) .tab.selected .tab_text, #global .section_dark .cat_cb:checked + .tab .tab_text, #global .section_dark .tab.selected .tab_text, #global .cms_section_dark .cat_cb:checked + .tab .tab_text, #global .cms_section_dark .tab.selected .tab_text, #global .cms_section_dark_2 .cat_cb:checked + .tab .tab_text, #global .cms_section_dark_2 .tab.selected .tab_text, #global .section_filter.filter_dark .cat_cb:checked + .tab .tab_text, #global .section_filter.filter_dark .tab.selected .tab_text, #global section.section_accordion_form .accordion_form .cat_cb:checked + .tab .tab_text, #global section.section_accordion_form .accordion_form .tab.selected .tab_text, #global section.section_accordion_form .accordion_form .accordion_title .cat_cb:checked + .tab .tab_text, #global section.section_accordion_form .accordion_form .accordion_title .tab.selected .tab_text, #global aside.box:not(.aside_light) .cat_cb:checked + .tab .tab_text, #global aside.box:not(.aside_light) .tab.selected .tab_text, footer .cat_cb:checked + .tab .tab_text, footer .tab.selected .tab_text {
  color: #FFFFFF;
}
section:nth-of-type(2n+1):not(.cms_section_light) .cat_cb:checked + .tab svg *, section:nth-of-type(2n+1):not(.cms_section_light) .tab.selected svg *, #global .section_dark .cat_cb:checked + .tab svg *, #global .section_dark .tab.selected svg *, #global .cms_section_dark .cat_cb:checked + .tab svg *, #global .cms_section_dark .tab.selected svg *, #global .cms_section_dark_2 .cat_cb:checked + .tab svg *, #global .cms_section_dark_2 .tab.selected svg *, #global .section_filter.filter_dark .cat_cb:checked + .tab svg *, #global .section_filter.filter_dark .tab.selected svg *, #global section.section_accordion_form .accordion_form .cat_cb:checked + .tab svg *, #global section.section_accordion_form .accordion_form .tab.selected svg *, #global section.section_accordion_form .accordion_form .accordion_title .cat_cb:checked + .tab svg *, #global section.section_accordion_form .accordion_form .accordion_title .tab.selected svg *, #global aside.box:not(.aside_light) .cat_cb:checked + .tab svg *, #global aside.box:not(.aside_light) .tab.selected svg *, footer .cat_cb:checked + .tab svg *, footer .tab.selected svg * {
  fill: #FFFFFF;
}
section:nth-of-type(2n+1):not(.cms_section_light) input[type=text]:not(.simple_layout), section:nth-of-type(2n+1):not(.cms_section_light) input[type=password]:not(.simple_layout), section:nth-of-type(2n+1):not(.cms_section_light) input[type=email]:not(.simple_layout), section:nth-of-type(2n+1):not(.cms_section_light) input[type=tel]:not(.simple_layout), section:nth-of-type(2n+1):not(.cms_section_light) input[type=number]:not(.simple_layout), section:nth-of-type(2n+1):not(.cms_section_light) input[type=date]:not(.simple_layout), section:nth-of-type(2n+1):not(.cms_section_light) input[type=time]:not(.simple_layout), section:nth-of-type(2n+1):not(.cms_section_light) input[type=url]:not(.simple_layout), section:nth-of-type(2n+1):not(.cms_section_light) textarea:not(.simple_layout), section:nth-of-type(2n+1):not(.cms_section_light) select:not(.simple_layout), section:nth-of-type(2n+1):not(.cms_section_light) .multiselect:not(.simple_layout), section:nth-of-type(2n+1):not(.cms_section_light) .input:not(.simple_layout), #global .section_dark input[type=text]:not(.simple_layout), #global .section_dark input[type=password]:not(.simple_layout), #global .section_dark input[type=email]:not(.simple_layout), #global .section_dark input[type=tel]:not(.simple_layout), #global .section_dark input[type=number]:not(.simple_layout), #global .section_dark input[type=date]:not(.simple_layout), #global .section_dark input[type=time]:not(.simple_layout), #global .section_dark input[type=url]:not(.simple_layout), #global .section_dark textarea:not(.simple_layout), #global .section_dark select:not(.simple_layout), #global .section_dark .multiselect:not(.simple_layout), #global .section_dark .input:not(.simple_layout), #global .cms_section_dark input[type=text]:not(.simple_layout), #global .cms_section_dark input[type=password]:not(.simple_layout), #global .cms_section_dark input[type=email]:not(.simple_layout), #global .cms_section_dark input[type=tel]:not(.simple_layout), #global .cms_section_dark input[type=number]:not(.simple_layout), #global .cms_section_dark input[type=date]:not(.simple_layout), #global .cms_section_dark input[type=time]:not(.simple_layout), #global .cms_section_dark input[type=url]:not(.simple_layout), #global .cms_section_dark textarea:not(.simple_layout), #global .cms_section_dark select:not(.simple_layout), #global .cms_section_dark .multiselect:not(.simple_layout), #global .cms_section_dark .input:not(.simple_layout), #global .cms_section_dark_2 input[type=text]:not(.simple_layout), #global .cms_section_dark_2 input[type=password]:not(.simple_layout), #global .cms_section_dark_2 input[type=email]:not(.simple_layout), #global .cms_section_dark_2 input[type=tel]:not(.simple_layout), #global .cms_section_dark_2 input[type=number]:not(.simple_layout), #global .cms_section_dark_2 input[type=date]:not(.simple_layout), #global .cms_section_dark_2 input[type=time]:not(.simple_layout), #global .cms_section_dark_2 input[type=url]:not(.simple_layout), #global .cms_section_dark_2 textarea:not(.simple_layout), #global .cms_section_dark_2 select:not(.simple_layout), #global .cms_section_dark_2 .multiselect:not(.simple_layout), #global .cms_section_dark_2 .input:not(.simple_layout), #global .section_filter.filter_dark input[type=text]:not(.simple_layout), #global .section_filter.filter_dark input[type=password]:not(.simple_layout), #global .section_filter.filter_dark input[type=email]:not(.simple_layout), #global .section_filter.filter_dark input[type=tel]:not(.simple_layout), #global .section_filter.filter_dark input[type=number]:not(.simple_layout), #global .section_filter.filter_dark input[type=date]:not(.simple_layout), #global .section_filter.filter_dark input[type=time]:not(.simple_layout), #global .section_filter.filter_dark input[type=url]:not(.simple_layout), #global .section_filter.filter_dark textarea:not(.simple_layout), #global .section_filter.filter_dark select:not(.simple_layout), #global .section_filter.filter_dark .multiselect:not(.simple_layout), #global .section_filter.filter_dark .input:not(.simple_layout), #global section.section_accordion_form .accordion_form input[type=text]:not(.simple_layout), #global section.section_accordion_form .accordion_form input[type=password]:not(.simple_layout), #global section.section_accordion_form .accordion_form input[type=email]:not(.simple_layout), #global section.section_accordion_form .accordion_form input[type=tel]:not(.simple_layout), #global section.section_accordion_form .accordion_form input[type=number]:not(.simple_layout), #global section.section_accordion_form .accordion_form input[type=date]:not(.simple_layout), #global section.section_accordion_form .accordion_form input[type=time]:not(.simple_layout), #global section.section_accordion_form .accordion_form input[type=url]:not(.simple_layout), #global section.section_accordion_form .accordion_form textarea:not(.simple_layout), #global section.section_accordion_form .accordion_form select:not(.simple_layout), #global section.section_accordion_form .accordion_form .multiselect:not(.simple_layout), #global section.section_accordion_form .accordion_form .input:not(.simple_layout), #global section.section_accordion_form .accordion_form .accordion_title input[type=text]:not(.simple_layout), #global section.section_accordion_form .accordion_form .accordion_title input[type=password]:not(.simple_layout), #global section.section_accordion_form .accordion_form .accordion_title input[type=email]:not(.simple_layout), #global section.section_accordion_form .accordion_form .accordion_title input[type=tel]:not(.simple_layout), #global section.section_accordion_form .accordion_form .accordion_title input[type=number]:not(.simple_layout), #global section.section_accordion_form .accordion_form .accordion_title input[type=date]:not(.simple_layout), #global section.section_accordion_form .accordion_form .accordion_title input[type=time]:not(.simple_layout), #global section.section_accordion_form .accordion_form .accordion_title input[type=url]:not(.simple_layout), #global section.section_accordion_form .accordion_form .accordion_title textarea:not(.simple_layout), #global section.section_accordion_form .accordion_form .accordion_title select:not(.simple_layout), #global section.section_accordion_form .accordion_form .accordion_title .multiselect:not(.simple_layout), #global section.section_accordion_form .accordion_form .accordion_title .input:not(.simple_layout), #global aside.box:not(.aside_light) input[type=text]:not(.simple_layout), #global aside.box:not(.aside_light) input[type=password]:not(.simple_layout), #global aside.box:not(.aside_light) input[type=email]:not(.simple_layout), #global aside.box:not(.aside_light) input[type=tel]:not(.simple_layout), #global aside.box:not(.aside_light) input[type=number]:not(.simple_layout), #global aside.box:not(.aside_light) input[type=date]:not(.simple_layout), #global aside.box:not(.aside_light) input[type=time]:not(.simple_layout), #global aside.box:not(.aside_light) input[type=url]:not(.simple_layout), #global aside.box:not(.aside_light) textarea:not(.simple_layout), #global aside.box:not(.aside_light) select:not(.simple_layout), #global aside.box:not(.aside_light) .multiselect:not(.simple_layout), #global aside.box:not(.aside_light) .input:not(.simple_layout), footer input[type=text]:not(.simple_layout), footer input[type=password]:not(.simple_layout), footer input[type=email]:not(.simple_layout), footer input[type=tel]:not(.simple_layout), footer input[type=number]:not(.simple_layout), footer input[type=date]:not(.simple_layout), footer input[type=time]:not(.simple_layout), footer input[type=url]:not(.simple_layout), footer textarea:not(.simple_layout), footer select:not(.simple_layout), footer .multiselect:not(.simple_layout), footer .input:not(.simple_layout) {
  background-color: #FFFFFF;
  border-color: #757575;
  color: #000000;
}
section:nth-of-type(2n+1):not(.cms_section_light) input[type=text]:not(.simple_layout):hover, section:nth-of-type(2n+1):not(.cms_section_light) input[type=text]:not(.simple_layout):focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=text]:not(.simple_layout).focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=password]:not(.simple_layout):hover, section:nth-of-type(2n+1):not(.cms_section_light) input[type=password]:not(.simple_layout):focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=password]:not(.simple_layout).focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=email]:not(.simple_layout):hover, section:nth-of-type(2n+1):not(.cms_section_light) input[type=email]:not(.simple_layout):focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=email]:not(.simple_layout).focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=tel]:not(.simple_layout):hover, section:nth-of-type(2n+1):not(.cms_section_light) input[type=tel]:not(.simple_layout):focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=tel]:not(.simple_layout).focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=number]:not(.simple_layout):hover, section:nth-of-type(2n+1):not(.cms_section_light) input[type=number]:not(.simple_layout):focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=number]:not(.simple_layout).focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=date]:not(.simple_layout):hover, section:nth-of-type(2n+1):not(.cms_section_light) input[type=date]:not(.simple_layout):focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=date]:not(.simple_layout).focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=time]:not(.simple_layout):hover, section:nth-of-type(2n+1):not(.cms_section_light) input[type=time]:not(.simple_layout):focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=time]:not(.simple_layout).focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=url]:not(.simple_layout):hover, section:nth-of-type(2n+1):not(.cms_section_light) input[type=url]:not(.simple_layout):focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=url]:not(.simple_layout).focus, section:nth-of-type(2n+1):not(.cms_section_light) textarea:not(.simple_layout):hover, section:nth-of-type(2n+1):not(.cms_section_light) textarea:not(.simple_layout):focus, section:nth-of-type(2n+1):not(.cms_section_light) textarea:not(.simple_layout).focus, section:nth-of-type(2n+1):not(.cms_section_light) select:not(.simple_layout):hover, section:nth-of-type(2n+1):not(.cms_section_light) select:not(.simple_layout):focus, section:nth-of-type(2n+1):not(.cms_section_light) select:not(.simple_layout).focus, section:nth-of-type(2n+1):not(.cms_section_light) .multiselect:not(.simple_layout):hover, section:nth-of-type(2n+1):not(.cms_section_light) .multiselect:not(.simple_layout):focus, section:nth-of-type(2n+1):not(.cms_section_light) .multiselect:not(.simple_layout).focus, section:nth-of-type(2n+1):not(.cms_section_light) .input:not(.simple_layout):hover, section:nth-of-type(2n+1):not(.cms_section_light) .input:not(.simple_layout):focus, section:nth-of-type(2n+1):not(.cms_section_light) .input:not(.simple_layout).focus, #global .section_dark input[type=text]:not(.simple_layout):hover, #global .section_dark input[type=text]:not(.simple_layout):focus, #global .section_dark input[type=text]:not(.simple_layout).focus, #global .section_dark input[type=password]:not(.simple_layout):hover, #global .section_dark input[type=password]:not(.simple_layout):focus, #global .section_dark input[type=password]:not(.simple_layout).focus, #global .section_dark input[type=email]:not(.simple_layout):hover, #global .section_dark input[type=email]:not(.simple_layout):focus, #global .section_dark input[type=email]:not(.simple_layout).focus, #global .section_dark input[type=tel]:not(.simple_layout):hover, #global .section_dark input[type=tel]:not(.simple_layout):focus, #global .section_dark input[type=tel]:not(.simple_layout).focus, #global .section_dark input[type=number]:not(.simple_layout):hover, #global .section_dark input[type=number]:not(.simple_layout):focus, #global .section_dark input[type=number]:not(.simple_layout).focus, #global .section_dark input[type=date]:not(.simple_layout):hover, #global .section_dark input[type=date]:not(.simple_layout):focus, #global .section_dark input[type=date]:not(.simple_layout).focus, #global .section_dark input[type=time]:not(.simple_layout):hover, #global .section_dark input[type=time]:not(.simple_layout):focus, #global .section_dark input[type=time]:not(.simple_layout).focus, #global .section_dark input[type=url]:not(.simple_layout):hover, #global .section_dark input[type=url]:not(.simple_layout):focus, #global .section_dark input[type=url]:not(.simple_layout).focus, #global .section_dark textarea:not(.simple_layout):hover, #global .section_dark textarea:not(.simple_layout):focus, #global .section_dark textarea:not(.simple_layout).focus, #global .section_dark select:not(.simple_layout):hover, #global .section_dark select:not(.simple_layout):focus, #global .section_dark select:not(.simple_layout).focus, #global .section_dark .multiselect:not(.simple_layout):hover, #global .section_dark .multiselect:not(.simple_layout):focus, #global .section_dark .multiselect:not(.simple_layout).focus, #global .section_dark .input:not(.simple_layout):hover, #global .section_dark .input:not(.simple_layout):focus, #global .section_dark .input:not(.simple_layout).focus, #global .cms_section_dark input[type=text]:not(.simple_layout):hover, #global .cms_section_dark input[type=text]:not(.simple_layout):focus, #global .cms_section_dark input[type=text]:not(.simple_layout).focus, #global .cms_section_dark input[type=password]:not(.simple_layout):hover, #global .cms_section_dark input[type=password]:not(.simple_layout):focus, #global .cms_section_dark input[type=password]:not(.simple_layout).focus, #global .cms_section_dark input[type=email]:not(.simple_layout):hover, #global .cms_section_dark input[type=email]:not(.simple_layout):focus, #global .cms_section_dark input[type=email]:not(.simple_layout).focus, #global .cms_section_dark input[type=tel]:not(.simple_layout):hover, #global .cms_section_dark input[type=tel]:not(.simple_layout):focus, #global .cms_section_dark input[type=tel]:not(.simple_layout).focus, #global .cms_section_dark input[type=number]:not(.simple_layout):hover, #global .cms_section_dark input[type=number]:not(.simple_layout):focus, #global .cms_section_dark input[type=number]:not(.simple_layout).focus, #global .cms_section_dark input[type=date]:not(.simple_layout):hover, #global .cms_section_dark input[type=date]:not(.simple_layout):focus, #global .cms_section_dark input[type=date]:not(.simple_layout).focus, #global .cms_section_dark input[type=time]:not(.simple_layout):hover, #global .cms_section_dark input[type=time]:not(.simple_layout):focus, #global .cms_section_dark input[type=time]:not(.simple_layout).focus, #global .cms_section_dark input[type=url]:not(.simple_layout):hover, #global .cms_section_dark input[type=url]:not(.simple_layout):focus, #global .cms_section_dark input[type=url]:not(.simple_layout).focus, #global .cms_section_dark textarea:not(.simple_layout):hover, #global .cms_section_dark textarea:not(.simple_layout):focus, #global .cms_section_dark textarea:not(.simple_layout).focus, #global .cms_section_dark select:not(.simple_layout):hover, #global .cms_section_dark select:not(.simple_layout):focus, #global .cms_section_dark select:not(.simple_layout).focus, #global .cms_section_dark .multiselect:not(.simple_layout):hover, #global .cms_section_dark .multiselect:not(.simple_layout):focus, #global .cms_section_dark .multiselect:not(.simple_layout).focus, #global .cms_section_dark .input:not(.simple_layout):hover, #global .cms_section_dark .input:not(.simple_layout):focus, #global .cms_section_dark .input:not(.simple_layout).focus, #global .cms_section_dark_2 input[type=text]:not(.simple_layout):hover, #global .cms_section_dark_2 input[type=text]:not(.simple_layout):focus, #global .cms_section_dark_2 input[type=text]:not(.simple_layout).focus, #global .cms_section_dark_2 input[type=password]:not(.simple_layout):hover, #global .cms_section_dark_2 input[type=password]:not(.simple_layout):focus, #global .cms_section_dark_2 input[type=password]:not(.simple_layout).focus, #global .cms_section_dark_2 input[type=email]:not(.simple_layout):hover, #global .cms_section_dark_2 input[type=email]:not(.simple_layout):focus, #global .cms_section_dark_2 input[type=email]:not(.simple_layout).focus, #global .cms_section_dark_2 input[type=tel]:not(.simple_layout):hover, #global .cms_section_dark_2 input[type=tel]:not(.simple_layout):focus, #global .cms_section_dark_2 input[type=tel]:not(.simple_layout).focus, #global .cms_section_dark_2 input[type=number]:not(.simple_layout):hover, #global .cms_section_dark_2 input[type=number]:not(.simple_layout):focus, #global .cms_section_dark_2 input[type=number]:not(.simple_layout).focus, #global .cms_section_dark_2 input[type=date]:not(.simple_layout):hover, #global .cms_section_dark_2 input[type=date]:not(.simple_layout):focus, #global .cms_section_dark_2 input[type=date]:not(.simple_layout).focus, #global .cms_section_dark_2 input[type=time]:not(.simple_layout):hover, #global .cms_section_dark_2 input[type=time]:not(.simple_layout):focus, #global .cms_section_dark_2 input[type=time]:not(.simple_layout).focus, #global .cms_section_dark_2 input[type=url]:not(.simple_layout):hover, #global .cms_section_dark_2 input[type=url]:not(.simple_layout):focus, #global .cms_section_dark_2 input[type=url]:not(.simple_layout).focus, #global .cms_section_dark_2 textarea:not(.simple_layout):hover, #global .cms_section_dark_2 textarea:not(.simple_layout):focus, #global .cms_section_dark_2 textarea:not(.simple_layout).focus, #global .cms_section_dark_2 select:not(.simple_layout):hover, #global .cms_section_dark_2 select:not(.simple_layout):focus, #global .cms_section_dark_2 select:not(.simple_layout).focus, #global .cms_section_dark_2 .multiselect:not(.simple_layout):hover, #global .cms_section_dark_2 .multiselect:not(.simple_layout):focus, #global .cms_section_dark_2 .multiselect:not(.simple_layout).focus, #global .cms_section_dark_2 .input:not(.simple_layout):hover, #global .cms_section_dark_2 .input:not(.simple_layout):focus, #global .cms_section_dark_2 .input:not(.simple_layout).focus, #global .section_filter.filter_dark input[type=text]:not(.simple_layout):hover, #global .section_filter.filter_dark input[type=text]:not(.simple_layout):focus, #global .section_filter.filter_dark input[type=text]:not(.simple_layout).focus, #global .section_filter.filter_dark input[type=password]:not(.simple_layout):hover, #global .section_filter.filter_dark input[type=password]:not(.simple_layout):focus, #global .section_filter.filter_dark input[type=password]:not(.simple_layout).focus, #global .section_filter.filter_dark input[type=email]:not(.simple_layout):hover, #global .section_filter.filter_dark input[type=email]:not(.simple_layout):focus, #global .section_filter.filter_dark input[type=email]:not(.simple_layout).focus, #global .section_filter.filter_dark input[type=tel]:not(.simple_layout):hover, #global .section_filter.filter_dark input[type=tel]:not(.simple_layout):focus, #global .section_filter.filter_dark input[type=tel]:not(.simple_layout).focus, #global .section_filter.filter_dark input[type=number]:not(.simple_layout):hover, #global .section_filter.filter_dark input[type=number]:not(.simple_layout):focus, #global .section_filter.filter_dark input[type=number]:not(.simple_layout).focus, #global .section_filter.filter_dark input[type=date]:not(.simple_layout):hover, #global .section_filter.filter_dark input[type=date]:not(.simple_layout):focus, #global .section_filter.filter_dark input[type=date]:not(.simple_layout).focus, #global .section_filter.filter_dark input[type=time]:not(.simple_layout):hover, #global .section_filter.filter_dark input[type=time]:not(.simple_layout):focus, #global .section_filter.filter_dark input[type=time]:not(.simple_layout).focus, #global .section_filter.filter_dark input[type=url]:not(.simple_layout):hover, #global .section_filter.filter_dark input[type=url]:not(.simple_layout):focus, #global .section_filter.filter_dark input[type=url]:not(.simple_layout).focus, #global .section_filter.filter_dark textarea:not(.simple_layout):hover, #global .section_filter.filter_dark textarea:not(.simple_layout):focus, #global .section_filter.filter_dark textarea:not(.simple_layout).focus, #global .section_filter.filter_dark select:not(.simple_layout):hover, #global .section_filter.filter_dark select:not(.simple_layout):focus, #global .section_filter.filter_dark select:not(.simple_layout).focus, #global .section_filter.filter_dark .multiselect:not(.simple_layout):hover, #global .section_filter.filter_dark .multiselect:not(.simple_layout):focus, #global .section_filter.filter_dark .multiselect:not(.simple_layout).focus, #global .section_filter.filter_dark .input:not(.simple_layout):hover, #global .section_filter.filter_dark .input:not(.simple_layout):focus, #global .section_filter.filter_dark .input:not(.simple_layout).focus, #global section.section_accordion_form .accordion_form input[type=text]:not(.simple_layout):hover, #global section.section_accordion_form .accordion_form input[type=text]:not(.simple_layout):focus, #global section.section_accordion_form .accordion_form input[type=text]:not(.simple_layout).focus, #global section.section_accordion_form .accordion_form input[type=password]:not(.simple_layout):hover, #global section.section_accordion_form .accordion_form input[type=password]:not(.simple_layout):focus, #global section.section_accordion_form .accordion_form input[type=password]:not(.simple_layout).focus, #global section.section_accordion_form .accordion_form input[type=email]:not(.simple_layout):hover, #global section.section_accordion_form .accordion_form input[type=email]:not(.simple_layout):focus, #global section.section_accordion_form .accordion_form input[type=email]:not(.simple_layout).focus, #global section.section_accordion_form .accordion_form input[type=tel]:not(.simple_layout):hover, #global section.section_accordion_form .accordion_form input[type=tel]:not(.simple_layout):focus, #global section.section_accordion_form .accordion_form input[type=tel]:not(.simple_layout).focus, #global section.section_accordion_form .accordion_form input[type=number]:not(.simple_layout):hover, #global section.section_accordion_form .accordion_form input[type=number]:not(.simple_layout):focus, #global section.section_accordion_form .accordion_form input[type=number]:not(.simple_layout).focus, #global section.section_accordion_form .accordion_form input[type=date]:not(.simple_layout):hover, #global section.section_accordion_form .accordion_form input[type=date]:not(.simple_layout):focus, #global section.section_accordion_form .accordion_form input[type=date]:not(.simple_layout).focus, #global section.section_accordion_form .accordion_form input[type=time]:not(.simple_layout):hover, #global section.section_accordion_form .accordion_form input[type=time]:not(.simple_layout):focus, #global section.section_accordion_form .accordion_form input[type=time]:not(.simple_layout).focus, #global section.section_accordion_form .accordion_form input[type=url]:not(.simple_layout):hover, #global section.section_accordion_form .accordion_form input[type=url]:not(.simple_layout):focus, #global section.section_accordion_form .accordion_form input[type=url]:not(.simple_layout).focus, #global section.section_accordion_form .accordion_form textarea:not(.simple_layout):hover, #global section.section_accordion_form .accordion_form textarea:not(.simple_layout):focus, #global section.section_accordion_form .accordion_form textarea:not(.simple_layout).focus, #global section.section_accordion_form .accordion_form select:not(.simple_layout):hover, #global section.section_accordion_form .accordion_form select:not(.simple_layout):focus, #global section.section_accordion_form .accordion_form select:not(.simple_layout).focus, #global section.section_accordion_form .accordion_form .multiselect:not(.simple_layout):hover, #global section.section_accordion_form .accordion_form .multiselect:not(.simple_layout):focus, #global section.section_accordion_form .accordion_form .multiselect:not(.simple_layout).focus, #global section.section_accordion_form .accordion_form .input:not(.simple_layout):hover, #global section.section_accordion_form .accordion_form .input:not(.simple_layout):focus, #global section.section_accordion_form .accordion_form .input:not(.simple_layout).focus, #global section.section_accordion_form .accordion_form .accordion_title input[type=text]:not(.simple_layout):hover, #global section.section_accordion_form .accordion_form .accordion_title input[type=text]:not(.simple_layout):focus, #global section.section_accordion_form .accordion_form .accordion_title input[type=text]:not(.simple_layout).focus, #global section.section_accordion_form .accordion_form .accordion_title input[type=password]:not(.simple_layout):hover, #global section.section_accordion_form .accordion_form .accordion_title input[type=password]:not(.simple_layout):focus, #global section.section_accordion_form .accordion_form .accordion_title input[type=password]:not(.simple_layout).focus, #global section.section_accordion_form .accordion_form .accordion_title input[type=email]:not(.simple_layout):hover, #global section.section_accordion_form .accordion_form .accordion_title input[type=email]:not(.simple_layout):focus, #global section.section_accordion_form .accordion_form .accordion_title input[type=email]:not(.simple_layout).focus, #global section.section_accordion_form .accordion_form .accordion_title input[type=tel]:not(.simple_layout):hover, #global section.section_accordion_form .accordion_form .accordion_title input[type=tel]:not(.simple_layout):focus, #global section.section_accordion_form .accordion_form .accordion_title input[type=tel]:not(.simple_layout).focus, #global section.section_accordion_form .accordion_form .accordion_title input[type=number]:not(.simple_layout):hover, #global section.section_accordion_form .accordion_form .accordion_title input[type=number]:not(.simple_layout):focus, #global section.section_accordion_form .accordion_form .accordion_title input[type=number]:not(.simple_layout).focus, #global section.section_accordion_form .accordion_form .accordion_title input[type=date]:not(.simple_layout):hover, #global section.section_accordion_form .accordion_form .accordion_title input[type=date]:not(.simple_layout):focus, #global section.section_accordion_form .accordion_form .accordion_title input[type=date]:not(.simple_layout).focus, #global section.section_accordion_form .accordion_form .accordion_title input[type=time]:not(.simple_layout):hover, #global section.section_accordion_form .accordion_form .accordion_title input[type=time]:not(.simple_layout):focus, #global section.section_accordion_form .accordion_form .accordion_title input[type=time]:not(.simple_layout).focus, #global section.section_accordion_form .accordion_form .accordion_title input[type=url]:not(.simple_layout):hover, #global section.section_accordion_form .accordion_form .accordion_title input[type=url]:not(.simple_layout):focus, #global section.section_accordion_form .accordion_form .accordion_title input[type=url]:not(.simple_layout).focus, #global section.section_accordion_form .accordion_form .accordion_title textarea:not(.simple_layout):hover, #global section.section_accordion_form .accordion_form .accordion_title textarea:not(.simple_layout):focus, #global section.section_accordion_form .accordion_form .accordion_title textarea:not(.simple_layout).focus, #global section.section_accordion_form .accordion_form .accordion_title select:not(.simple_layout):hover, #global section.section_accordion_form .accordion_form .accordion_title select:not(.simple_layout):focus, #global section.section_accordion_form .accordion_form .accordion_title select:not(.simple_layout).focus, #global section.section_accordion_form .accordion_form .accordion_title .multiselect:not(.simple_layout):hover, #global section.section_accordion_form .accordion_form .accordion_title .multiselect:not(.simple_layout):focus, #global section.section_accordion_form .accordion_form .accordion_title .multiselect:not(.simple_layout).focus, #global section.section_accordion_form .accordion_form .accordion_title .input:not(.simple_layout):hover, #global section.section_accordion_form .accordion_form .accordion_title .input:not(.simple_layout):focus, #global section.section_accordion_form .accordion_form .accordion_title .input:not(.simple_layout).focus, #global aside.box:not(.aside_light) input[type=text]:not(.simple_layout):hover, #global aside.box:not(.aside_light) input[type=text]:not(.simple_layout):focus, #global aside.box:not(.aside_light) input[type=text]:not(.simple_layout).focus, #global aside.box:not(.aside_light) input[type=password]:not(.simple_layout):hover, #global aside.box:not(.aside_light) input[type=password]:not(.simple_layout):focus, #global aside.box:not(.aside_light) input[type=password]:not(.simple_layout).focus, #global aside.box:not(.aside_light) input[type=email]:not(.simple_layout):hover, #global aside.box:not(.aside_light) input[type=email]:not(.simple_layout):focus, #global aside.box:not(.aside_light) input[type=email]:not(.simple_layout).focus, #global aside.box:not(.aside_light) input[type=tel]:not(.simple_layout):hover, #global aside.box:not(.aside_light) input[type=tel]:not(.simple_layout):focus, #global aside.box:not(.aside_light) input[type=tel]:not(.simple_layout).focus, #global aside.box:not(.aside_light) input[type=number]:not(.simple_layout):hover, #global aside.box:not(.aside_light) input[type=number]:not(.simple_layout):focus, #global aside.box:not(.aside_light) input[type=number]:not(.simple_layout).focus, #global aside.box:not(.aside_light) input[type=date]:not(.simple_layout):hover, #global aside.box:not(.aside_light) input[type=date]:not(.simple_layout):focus, #global aside.box:not(.aside_light) input[type=date]:not(.simple_layout).focus, #global aside.box:not(.aside_light) input[type=time]:not(.simple_layout):hover, #global aside.box:not(.aside_light) input[type=time]:not(.simple_layout):focus, #global aside.box:not(.aside_light) input[type=time]:not(.simple_layout).focus, #global aside.box:not(.aside_light) input[type=url]:not(.simple_layout):hover, #global aside.box:not(.aside_light) input[type=url]:not(.simple_layout):focus, #global aside.box:not(.aside_light) input[type=url]:not(.simple_layout).focus, #global aside.box:not(.aside_light) textarea:not(.simple_layout):hover, #global aside.box:not(.aside_light) textarea:not(.simple_layout):focus, #global aside.box:not(.aside_light) textarea:not(.simple_layout).focus, #global aside.box:not(.aside_light) select:not(.simple_layout):hover, #global aside.box:not(.aside_light) select:not(.simple_layout):focus, #global aside.box:not(.aside_light) select:not(.simple_layout).focus, #global aside.box:not(.aside_light) .multiselect:not(.simple_layout):hover, #global aside.box:not(.aside_light) .multiselect:not(.simple_layout):focus, #global aside.box:not(.aside_light) .multiselect:not(.simple_layout).focus, #global aside.box:not(.aside_light) .input:not(.simple_layout):hover, #global aside.box:not(.aside_light) .input:not(.simple_layout):focus, #global aside.box:not(.aside_light) .input:not(.simple_layout).focus, footer input[type=text]:not(.simple_layout):hover, footer input[type=text]:not(.simple_layout):focus, footer input[type=text]:not(.simple_layout).focus, footer input[type=password]:not(.simple_layout):hover, footer input[type=password]:not(.simple_layout):focus, footer input[type=password]:not(.simple_layout).focus, footer input[type=email]:not(.simple_layout):hover, footer input[type=email]:not(.simple_layout):focus, footer input[type=email]:not(.simple_layout).focus, footer input[type=tel]:not(.simple_layout):hover, footer input[type=tel]:not(.simple_layout):focus, footer input[type=tel]:not(.simple_layout).focus, footer input[type=number]:not(.simple_layout):hover, footer input[type=number]:not(.simple_layout):focus, footer input[type=number]:not(.simple_layout).focus, footer input[type=date]:not(.simple_layout):hover, footer input[type=date]:not(.simple_layout):focus, footer input[type=date]:not(.simple_layout).focus, footer input[type=time]:not(.simple_layout):hover, footer input[type=time]:not(.simple_layout):focus, footer input[type=time]:not(.simple_layout).focus, footer input[type=url]:not(.simple_layout):hover, footer input[type=url]:not(.simple_layout):focus, footer input[type=url]:not(.simple_layout).focus, footer textarea:not(.simple_layout):hover, footer textarea:not(.simple_layout):focus, footer textarea:not(.simple_layout).focus, footer select:not(.simple_layout):hover, footer select:not(.simple_layout):focus, footer select:not(.simple_layout).focus, footer .multiselect:not(.simple_layout):hover, footer .multiselect:not(.simple_layout):focus, footer .multiselect:not(.simple_layout).focus, footer .input:not(.simple_layout):hover, footer .input:not(.simple_layout):focus, footer .input:not(.simple_layout).focus {
  background-color: #FFFFFF;
  border-color: #757575;
  color: #000000;
}
section:nth-of-type(2n+1):not(.cms_section_light) input[type=text]:not(.simple_layout):hover + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=text]:not(.simple_layout):hover .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=text]:not(.simple_layout):focus + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=text]:not(.simple_layout):focus .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=text]:not(.simple_layout).focus + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=text]:not(.simple_layout).focus .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=password]:not(.simple_layout):hover + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=password]:not(.simple_layout):hover .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=password]:not(.simple_layout):focus + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=password]:not(.simple_layout):focus .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=password]:not(.simple_layout).focus + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=password]:not(.simple_layout).focus .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=email]:not(.simple_layout):hover + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=email]:not(.simple_layout):hover .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=email]:not(.simple_layout):focus + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=email]:not(.simple_layout):focus .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=email]:not(.simple_layout).focus + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=email]:not(.simple_layout).focus .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=tel]:not(.simple_layout):hover + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=tel]:not(.simple_layout):hover .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=tel]:not(.simple_layout):focus + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=tel]:not(.simple_layout):focus .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=tel]:not(.simple_layout).focus + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=tel]:not(.simple_layout).focus .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=number]:not(.simple_layout):hover + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=number]:not(.simple_layout):hover .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=number]:not(.simple_layout):focus + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=number]:not(.simple_layout):focus .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=number]:not(.simple_layout).focus + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=number]:not(.simple_layout).focus .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=date]:not(.simple_layout):hover + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=date]:not(.simple_layout):hover .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=date]:not(.simple_layout):focus + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=date]:not(.simple_layout):focus .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=date]:not(.simple_layout).focus + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=date]:not(.simple_layout).focus .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=time]:not(.simple_layout):hover + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=time]:not(.simple_layout):hover .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=time]:not(.simple_layout):focus + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=time]:not(.simple_layout):focus .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=time]:not(.simple_layout).focus + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=time]:not(.simple_layout).focus .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=url]:not(.simple_layout):hover + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=url]:not(.simple_layout):hover .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=url]:not(.simple_layout):focus + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=url]:not(.simple_layout):focus .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=url]:not(.simple_layout).focus + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=url]:not(.simple_layout).focus .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) textarea:not(.simple_layout):hover + label, section:nth-of-type(2n+1):not(.cms_section_light) textarea:not(.simple_layout):hover .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) textarea:not(.simple_layout):focus + label, section:nth-of-type(2n+1):not(.cms_section_light) textarea:not(.simple_layout):focus .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) textarea:not(.simple_layout).focus + label, section:nth-of-type(2n+1):not(.cms_section_light) textarea:not(.simple_layout).focus .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) select:not(.simple_layout):hover + label, section:nth-of-type(2n+1):not(.cms_section_light) select:not(.simple_layout):hover .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) select:not(.simple_layout):focus + label, section:nth-of-type(2n+1):not(.cms_section_light) select:not(.simple_layout):focus .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) select:not(.simple_layout).focus + label, section:nth-of-type(2n+1):not(.cms_section_light) select:not(.simple_layout).focus .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) .multiselect:not(.simple_layout):hover + label, section:nth-of-type(2n+1):not(.cms_section_light) .multiselect:not(.simple_layout):hover .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) .multiselect:not(.simple_layout):focus + label, section:nth-of-type(2n+1):not(.cms_section_light) .multiselect:not(.simple_layout):focus .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) .multiselect:not(.simple_layout).focus + label, section:nth-of-type(2n+1):not(.cms_section_light) .multiselect:not(.simple_layout).focus .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) .input:not(.simple_layout):hover + label, section:nth-of-type(2n+1):not(.cms_section_light) .input:not(.simple_layout):hover .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) .input:not(.simple_layout):focus + label, section:nth-of-type(2n+1):not(.cms_section_light) .input:not(.simple_layout):focus .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) .input:not(.simple_layout).focus + label, section:nth-of-type(2n+1):not(.cms_section_light) .input:not(.simple_layout).focus .placeholder, #global .section_dark input[type=text]:not(.simple_layout):hover + label, #global .section_dark input[type=text]:not(.simple_layout):hover .placeholder, #global .section_dark input[type=text]:not(.simple_layout):focus + label, #global .section_dark input[type=text]:not(.simple_layout):focus .placeholder, #global .section_dark input[type=text]:not(.simple_layout).focus + label, #global .section_dark input[type=text]:not(.simple_layout).focus .placeholder, #global .section_dark input[type=password]:not(.simple_layout):hover + label, #global .section_dark input[type=password]:not(.simple_layout):hover .placeholder, #global .section_dark input[type=password]:not(.simple_layout):focus + label, #global .section_dark input[type=password]:not(.simple_layout):focus .placeholder, #global .section_dark input[type=password]:not(.simple_layout).focus + label, #global .section_dark input[type=password]:not(.simple_layout).focus .placeholder, #global .section_dark input[type=email]:not(.simple_layout):hover + label, #global .section_dark input[type=email]:not(.simple_layout):hover .placeholder, #global .section_dark input[type=email]:not(.simple_layout):focus + label, #global .section_dark input[type=email]:not(.simple_layout):focus .placeholder, #global .section_dark input[type=email]:not(.simple_layout).focus + label, #global .section_dark input[type=email]:not(.simple_layout).focus .placeholder, #global .section_dark input[type=tel]:not(.simple_layout):hover + label, #global .section_dark input[type=tel]:not(.simple_layout):hover .placeholder, #global .section_dark input[type=tel]:not(.simple_layout):focus + label, #global .section_dark input[type=tel]:not(.simple_layout):focus .placeholder, #global .section_dark input[type=tel]:not(.simple_layout).focus + label, #global .section_dark input[type=tel]:not(.simple_layout).focus .placeholder, #global .section_dark input[type=number]:not(.simple_layout):hover + label, #global .section_dark input[type=number]:not(.simple_layout):hover .placeholder, #global .section_dark input[type=number]:not(.simple_layout):focus + label, #global .section_dark input[type=number]:not(.simple_layout):focus .placeholder, #global .section_dark input[type=number]:not(.simple_layout).focus + label, #global .section_dark input[type=number]:not(.simple_layout).focus .placeholder, #global .section_dark input[type=date]:not(.simple_layout):hover + label, #global .section_dark input[type=date]:not(.simple_layout):hover .placeholder, #global .section_dark input[type=date]:not(.simple_layout):focus + label, #global .section_dark input[type=date]:not(.simple_layout):focus .placeholder, #global .section_dark input[type=date]:not(.simple_layout).focus + label, #global .section_dark input[type=date]:not(.simple_layout).focus .placeholder, #global .section_dark input[type=time]:not(.simple_layout):hover + label, #global .section_dark input[type=time]:not(.simple_layout):hover .placeholder, #global .section_dark input[type=time]:not(.simple_layout):focus + label, #global .section_dark input[type=time]:not(.simple_layout):focus .placeholder, #global .section_dark input[type=time]:not(.simple_layout).focus + label, #global .section_dark input[type=time]:not(.simple_layout).focus .placeholder, #global .section_dark input[type=url]:not(.simple_layout):hover + label, #global .section_dark input[type=url]:not(.simple_layout):hover .placeholder, #global .section_dark input[type=url]:not(.simple_layout):focus + label, #global .section_dark input[type=url]:not(.simple_layout):focus .placeholder, #global .section_dark input[type=url]:not(.simple_layout).focus + label, #global .section_dark input[type=url]:not(.simple_layout).focus .placeholder, #global .section_dark textarea:not(.simple_layout):hover + label, #global .section_dark textarea:not(.simple_layout):hover .placeholder, #global .section_dark textarea:not(.simple_layout):focus + label, #global .section_dark textarea:not(.simple_layout):focus .placeholder, #global .section_dark textarea:not(.simple_layout).focus + label, #global .section_dark textarea:not(.simple_layout).focus .placeholder, #global .section_dark select:not(.simple_layout):hover + label, #global .section_dark select:not(.simple_layout):hover .placeholder, #global .section_dark select:not(.simple_layout):focus + label, #global .section_dark select:not(.simple_layout):focus .placeholder, #global .section_dark select:not(.simple_layout).focus + label, #global .section_dark select:not(.simple_layout).focus .placeholder, #global .section_dark .multiselect:not(.simple_layout):hover + label, #global .section_dark .multiselect:not(.simple_layout):hover .placeholder, #global .section_dark .multiselect:not(.simple_layout):focus + label, #global .section_dark .multiselect:not(.simple_layout):focus .placeholder, #global .section_dark .multiselect:not(.simple_layout).focus + label, #global .section_dark .multiselect:not(.simple_layout).focus .placeholder, #global .section_dark .input:not(.simple_layout):hover + label, #global .section_dark .input:not(.simple_layout):hover .placeholder, #global .section_dark .input:not(.simple_layout):focus + label, #global .section_dark .input:not(.simple_layout):focus .placeholder, #global .section_dark .input:not(.simple_layout).focus + label, #global .section_dark .input:not(.simple_layout).focus .placeholder, #global .cms_section_dark input[type=text]:not(.simple_layout):hover + label, #global .cms_section_dark input[type=text]:not(.simple_layout):hover .placeholder, #global .cms_section_dark input[type=text]:not(.simple_layout):focus + label, #global .cms_section_dark input[type=text]:not(.simple_layout):focus .placeholder, #global .cms_section_dark input[type=text]:not(.simple_layout).focus + label, #global .cms_section_dark input[type=text]:not(.simple_layout).focus .placeholder, #global .cms_section_dark input[type=password]:not(.simple_layout):hover + label, #global .cms_section_dark input[type=password]:not(.simple_layout):hover .placeholder, #global .cms_section_dark input[type=password]:not(.simple_layout):focus + label, #global .cms_section_dark input[type=password]:not(.simple_layout):focus .placeholder, #global .cms_section_dark input[type=password]:not(.simple_layout).focus + label, #global .cms_section_dark input[type=password]:not(.simple_layout).focus .placeholder, #global .cms_section_dark input[type=email]:not(.simple_layout):hover + label, #global .cms_section_dark input[type=email]:not(.simple_layout):hover .placeholder, #global .cms_section_dark input[type=email]:not(.simple_layout):focus + label, #global .cms_section_dark input[type=email]:not(.simple_layout):focus .placeholder, #global .cms_section_dark input[type=email]:not(.simple_layout).focus + label, #global .cms_section_dark input[type=email]:not(.simple_layout).focus .placeholder, #global .cms_section_dark input[type=tel]:not(.simple_layout):hover + label, #global .cms_section_dark input[type=tel]:not(.simple_layout):hover .placeholder, #global .cms_section_dark input[type=tel]:not(.simple_layout):focus + label, #global .cms_section_dark input[type=tel]:not(.simple_layout):focus .placeholder, #global .cms_section_dark input[type=tel]:not(.simple_layout).focus + label, #global .cms_section_dark input[type=tel]:not(.simple_layout).focus .placeholder, #global .cms_section_dark input[type=number]:not(.simple_layout):hover + label, #global .cms_section_dark input[type=number]:not(.simple_layout):hover .placeholder, #global .cms_section_dark input[type=number]:not(.simple_layout):focus + label, #global .cms_section_dark input[type=number]:not(.simple_layout):focus .placeholder, #global .cms_section_dark input[type=number]:not(.simple_layout).focus + label, #global .cms_section_dark input[type=number]:not(.simple_layout).focus .placeholder, #global .cms_section_dark input[type=date]:not(.simple_layout):hover + label, #global .cms_section_dark input[type=date]:not(.simple_layout):hover .placeholder, #global .cms_section_dark input[type=date]:not(.simple_layout):focus + label, #global .cms_section_dark input[type=date]:not(.simple_layout):focus .placeholder, #global .cms_section_dark input[type=date]:not(.simple_layout).focus + label, #global .cms_section_dark input[type=date]:not(.simple_layout).focus .placeholder, #global .cms_section_dark input[type=time]:not(.simple_layout):hover + label, #global .cms_section_dark input[type=time]:not(.simple_layout):hover .placeholder, #global .cms_section_dark input[type=time]:not(.simple_layout):focus + label, #global .cms_section_dark input[type=time]:not(.simple_layout):focus .placeholder, #global .cms_section_dark input[type=time]:not(.simple_layout).focus + label, #global .cms_section_dark input[type=time]:not(.simple_layout).focus .placeholder, #global .cms_section_dark input[type=url]:not(.simple_layout):hover + label, #global .cms_section_dark input[type=url]:not(.simple_layout):hover .placeholder, #global .cms_section_dark input[type=url]:not(.simple_layout):focus + label, #global .cms_section_dark input[type=url]:not(.simple_layout):focus .placeholder, #global .cms_section_dark input[type=url]:not(.simple_layout).focus + label, #global .cms_section_dark input[type=url]:not(.simple_layout).focus .placeholder, #global .cms_section_dark textarea:not(.simple_layout):hover + label, #global .cms_section_dark textarea:not(.simple_layout):hover .placeholder, #global .cms_section_dark textarea:not(.simple_layout):focus + label, #global .cms_section_dark textarea:not(.simple_layout):focus .placeholder, #global .cms_section_dark textarea:not(.simple_layout).focus + label, #global .cms_section_dark textarea:not(.simple_layout).focus .placeholder, #global .cms_section_dark select:not(.simple_layout):hover + label, #global .cms_section_dark select:not(.simple_layout):hover .placeholder, #global .cms_section_dark select:not(.simple_layout):focus + label, #global .cms_section_dark select:not(.simple_layout):focus .placeholder, #global .cms_section_dark select:not(.simple_layout).focus + label, #global .cms_section_dark select:not(.simple_layout).focus .placeholder, #global .cms_section_dark .multiselect:not(.simple_layout):hover + label, #global .cms_section_dark .multiselect:not(.simple_layout):hover .placeholder, #global .cms_section_dark .multiselect:not(.simple_layout):focus + label, #global .cms_section_dark .multiselect:not(.simple_layout):focus .placeholder, #global .cms_section_dark .multiselect:not(.simple_layout).focus + label, #global .cms_section_dark .multiselect:not(.simple_layout).focus .placeholder, #global .cms_section_dark .input:not(.simple_layout):hover + label, #global .cms_section_dark .input:not(.simple_layout):hover .placeholder, #global .cms_section_dark .input:not(.simple_layout):focus + label, #global .cms_section_dark .input:not(.simple_layout):focus .placeholder, #global .cms_section_dark .input:not(.simple_layout).focus + label, #global .cms_section_dark .input:not(.simple_layout).focus .placeholder, #global .cms_section_dark_2 input[type=text]:not(.simple_layout):hover + label, #global .cms_section_dark_2 input[type=text]:not(.simple_layout):hover .placeholder, #global .cms_section_dark_2 input[type=text]:not(.simple_layout):focus + label, #global .cms_section_dark_2 input[type=text]:not(.simple_layout):focus .placeholder, #global .cms_section_dark_2 input[type=text]:not(.simple_layout).focus + label, #global .cms_section_dark_2 input[type=text]:not(.simple_layout).focus .placeholder, #global .cms_section_dark_2 input[type=password]:not(.simple_layout):hover + label, #global .cms_section_dark_2 input[type=password]:not(.simple_layout):hover .placeholder, #global .cms_section_dark_2 input[type=password]:not(.simple_layout):focus + label, #global .cms_section_dark_2 input[type=password]:not(.simple_layout):focus .placeholder, #global .cms_section_dark_2 input[type=password]:not(.simple_layout).focus + label, #global .cms_section_dark_2 input[type=password]:not(.simple_layout).focus .placeholder, #global .cms_section_dark_2 input[type=email]:not(.simple_layout):hover + label, #global .cms_section_dark_2 input[type=email]:not(.simple_layout):hover .placeholder, #global .cms_section_dark_2 input[type=email]:not(.simple_layout):focus + label, #global .cms_section_dark_2 input[type=email]:not(.simple_layout):focus .placeholder, #global .cms_section_dark_2 input[type=email]:not(.simple_layout).focus + label, #global .cms_section_dark_2 input[type=email]:not(.simple_layout).focus .placeholder, #global .cms_section_dark_2 input[type=tel]:not(.simple_layout):hover + label, #global .cms_section_dark_2 input[type=tel]:not(.simple_layout):hover .placeholder, #global .cms_section_dark_2 input[type=tel]:not(.simple_layout):focus + label, #global .cms_section_dark_2 input[type=tel]:not(.simple_layout):focus .placeholder, #global .cms_section_dark_2 input[type=tel]:not(.simple_layout).focus + label, #global .cms_section_dark_2 input[type=tel]:not(.simple_layout).focus .placeholder, #global .cms_section_dark_2 input[type=number]:not(.simple_layout):hover + label, #global .cms_section_dark_2 input[type=number]:not(.simple_layout):hover .placeholder, #global .cms_section_dark_2 input[type=number]:not(.simple_layout):focus + label, #global .cms_section_dark_2 input[type=number]:not(.simple_layout):focus .placeholder, #global .cms_section_dark_2 input[type=number]:not(.simple_layout).focus + label, #global .cms_section_dark_2 input[type=number]:not(.simple_layout).focus .placeholder, #global .cms_section_dark_2 input[type=date]:not(.simple_layout):hover + label, #global .cms_section_dark_2 input[type=date]:not(.simple_layout):hover .placeholder, #global .cms_section_dark_2 input[type=date]:not(.simple_layout):focus + label, #global .cms_section_dark_2 input[type=date]:not(.simple_layout):focus .placeholder, #global .cms_section_dark_2 input[type=date]:not(.simple_layout).focus + label, #global .cms_section_dark_2 input[type=date]:not(.simple_layout).focus .placeholder, #global .cms_section_dark_2 input[type=time]:not(.simple_layout):hover + label, #global .cms_section_dark_2 input[type=time]:not(.simple_layout):hover .placeholder, #global .cms_section_dark_2 input[type=time]:not(.simple_layout):focus + label, #global .cms_section_dark_2 input[type=time]:not(.simple_layout):focus .placeholder, #global .cms_section_dark_2 input[type=time]:not(.simple_layout).focus + label, #global .cms_section_dark_2 input[type=time]:not(.simple_layout).focus .placeholder, #global .cms_section_dark_2 input[type=url]:not(.simple_layout):hover + label, #global .cms_section_dark_2 input[type=url]:not(.simple_layout):hover .placeholder, #global .cms_section_dark_2 input[type=url]:not(.simple_layout):focus + label, #global .cms_section_dark_2 input[type=url]:not(.simple_layout):focus .placeholder, #global .cms_section_dark_2 input[type=url]:not(.simple_layout).focus + label, #global .cms_section_dark_2 input[type=url]:not(.simple_layout).focus .placeholder, #global .cms_section_dark_2 textarea:not(.simple_layout):hover + label, #global .cms_section_dark_2 textarea:not(.simple_layout):hover .placeholder, #global .cms_section_dark_2 textarea:not(.simple_layout):focus + label, #global .cms_section_dark_2 textarea:not(.simple_layout):focus .placeholder, #global .cms_section_dark_2 textarea:not(.simple_layout).focus + label, #global .cms_section_dark_2 textarea:not(.simple_layout).focus .placeholder, #global .cms_section_dark_2 select:not(.simple_layout):hover + label, #global .cms_section_dark_2 select:not(.simple_layout):hover .placeholder, #global .cms_section_dark_2 select:not(.simple_layout):focus + label, #global .cms_section_dark_2 select:not(.simple_layout):focus .placeholder, #global .cms_section_dark_2 select:not(.simple_layout).focus + label, #global .cms_section_dark_2 select:not(.simple_layout).focus .placeholder, #global .cms_section_dark_2 .multiselect:not(.simple_layout):hover + label, #global .cms_section_dark_2 .multiselect:not(.simple_layout):hover .placeholder, #global .cms_section_dark_2 .multiselect:not(.simple_layout):focus + label, #global .cms_section_dark_2 .multiselect:not(.simple_layout):focus .placeholder, #global .cms_section_dark_2 .multiselect:not(.simple_layout).focus + label, #global .cms_section_dark_2 .multiselect:not(.simple_layout).focus .placeholder, #global .cms_section_dark_2 .input:not(.simple_layout):hover + label, #global .cms_section_dark_2 .input:not(.simple_layout):hover .placeholder, #global .cms_section_dark_2 .input:not(.simple_layout):focus + label, #global .cms_section_dark_2 .input:not(.simple_layout):focus .placeholder, #global .cms_section_dark_2 .input:not(.simple_layout).focus + label, #global .cms_section_dark_2 .input:not(.simple_layout).focus .placeholder, #global .section_filter.filter_dark input[type=text]:not(.simple_layout):hover + label, #global .section_filter.filter_dark input[type=text]:not(.simple_layout):hover .placeholder, #global .section_filter.filter_dark input[type=text]:not(.simple_layout):focus + label, #global .section_filter.filter_dark input[type=text]:not(.simple_layout):focus .placeholder, #global .section_filter.filter_dark input[type=text]:not(.simple_layout).focus + label, #global .section_filter.filter_dark input[type=text]:not(.simple_layout).focus .placeholder, #global .section_filter.filter_dark input[type=password]:not(.simple_layout):hover + label, #global .section_filter.filter_dark input[type=password]:not(.simple_layout):hover .placeholder, #global .section_filter.filter_dark input[type=password]:not(.simple_layout):focus + label, #global .section_filter.filter_dark input[type=password]:not(.simple_layout):focus .placeholder, #global .section_filter.filter_dark input[type=password]:not(.simple_layout).focus + label, #global .section_filter.filter_dark input[type=password]:not(.simple_layout).focus .placeholder, #global .section_filter.filter_dark input[type=email]:not(.simple_layout):hover + label, #global .section_filter.filter_dark input[type=email]:not(.simple_layout):hover .placeholder, #global .section_filter.filter_dark input[type=email]:not(.simple_layout):focus + label, #global .section_filter.filter_dark input[type=email]:not(.simple_layout):focus .placeholder, #global .section_filter.filter_dark input[type=email]:not(.simple_layout).focus + label, #global .section_filter.filter_dark input[type=email]:not(.simple_layout).focus .placeholder, #global .section_filter.filter_dark input[type=tel]:not(.simple_layout):hover + label, #global .section_filter.filter_dark input[type=tel]:not(.simple_layout):hover .placeholder, #global .section_filter.filter_dark input[type=tel]:not(.simple_layout):focus + label, #global .section_filter.filter_dark input[type=tel]:not(.simple_layout):focus .placeholder, #global .section_filter.filter_dark input[type=tel]:not(.simple_layout).focus + label, #global .section_filter.filter_dark input[type=tel]:not(.simple_layout).focus .placeholder, #global .section_filter.filter_dark input[type=number]:not(.simple_layout):hover + label, #global .section_filter.filter_dark input[type=number]:not(.simple_layout):hover .placeholder, #global .section_filter.filter_dark input[type=number]:not(.simple_layout):focus + label, #global .section_filter.filter_dark input[type=number]:not(.simple_layout):focus .placeholder, #global .section_filter.filter_dark input[type=number]:not(.simple_layout).focus + label, #global .section_filter.filter_dark input[type=number]:not(.simple_layout).focus .placeholder, #global .section_filter.filter_dark input[type=date]:not(.simple_layout):hover + label, #global .section_filter.filter_dark input[type=date]:not(.simple_layout):hover .placeholder, #global .section_filter.filter_dark input[type=date]:not(.simple_layout):focus + label, #global .section_filter.filter_dark input[type=date]:not(.simple_layout):focus .placeholder, #global .section_filter.filter_dark input[type=date]:not(.simple_layout).focus + label, #global .section_filter.filter_dark input[type=date]:not(.simple_layout).focus .placeholder, #global .section_filter.filter_dark input[type=time]:not(.simple_layout):hover + label, #global .section_filter.filter_dark input[type=time]:not(.simple_layout):hover .placeholder, #global .section_filter.filter_dark input[type=time]:not(.simple_layout):focus + label, #global .section_filter.filter_dark input[type=time]:not(.simple_layout):focus .placeholder, #global .section_filter.filter_dark input[type=time]:not(.simple_layout).focus + label, #global .section_filter.filter_dark input[type=time]:not(.simple_layout).focus .placeholder, #global .section_filter.filter_dark input[type=url]:not(.simple_layout):hover + label, #global .section_filter.filter_dark input[type=url]:not(.simple_layout):hover .placeholder, #global .section_filter.filter_dark input[type=url]:not(.simple_layout):focus + label, #global .section_filter.filter_dark input[type=url]:not(.simple_layout):focus .placeholder, #global .section_filter.filter_dark input[type=url]:not(.simple_layout).focus + label, #global .section_filter.filter_dark input[type=url]:not(.simple_layout).focus .placeholder, #global .section_filter.filter_dark textarea:not(.simple_layout):hover + label, #global .section_filter.filter_dark textarea:not(.simple_layout):hover .placeholder, #global .section_filter.filter_dark textarea:not(.simple_layout):focus + label, #global .section_filter.filter_dark textarea:not(.simple_layout):focus .placeholder, #global .section_filter.filter_dark textarea:not(.simple_layout).focus + label, #global .section_filter.filter_dark textarea:not(.simple_layout).focus .placeholder, #global .section_filter.filter_dark select:not(.simple_layout):hover + label, #global .section_filter.filter_dark select:not(.simple_layout):hover .placeholder, #global .section_filter.filter_dark select:not(.simple_layout):focus + label, #global .section_filter.filter_dark select:not(.simple_layout):focus .placeholder, #global .section_filter.filter_dark select:not(.simple_layout).focus + label, #global .section_filter.filter_dark select:not(.simple_layout).focus .placeholder, #global .section_filter.filter_dark .multiselect:not(.simple_layout):hover + label, #global .section_filter.filter_dark .multiselect:not(.simple_layout):hover .placeholder, #global .section_filter.filter_dark .multiselect:not(.simple_layout):focus + label, #global .section_filter.filter_dark .multiselect:not(.simple_layout):focus .placeholder, #global .section_filter.filter_dark .multiselect:not(.simple_layout).focus + label, #global .section_filter.filter_dark .multiselect:not(.simple_layout).focus .placeholder, #global .section_filter.filter_dark .input:not(.simple_layout):hover + label, #global .section_filter.filter_dark .input:not(.simple_layout):hover .placeholder, #global .section_filter.filter_dark .input:not(.simple_layout):focus + label, #global .section_filter.filter_dark .input:not(.simple_layout):focus .placeholder, #global .section_filter.filter_dark .input:not(.simple_layout).focus + label, #global .section_filter.filter_dark .input:not(.simple_layout).focus .placeholder, #global section.section_accordion_form .accordion_form input[type=text]:not(.simple_layout):hover + label, #global section.section_accordion_form .accordion_form input[type=text]:not(.simple_layout):hover .placeholder, #global section.section_accordion_form .accordion_form input[type=text]:not(.simple_layout):focus + label, #global section.section_accordion_form .accordion_form input[type=text]:not(.simple_layout):focus .placeholder, #global section.section_accordion_form .accordion_form input[type=text]:not(.simple_layout).focus + label, #global section.section_accordion_form .accordion_form input[type=text]:not(.simple_layout).focus .placeholder, #global section.section_accordion_form .accordion_form input[type=password]:not(.simple_layout):hover + label, #global section.section_accordion_form .accordion_form input[type=password]:not(.simple_layout):hover .placeholder, #global section.section_accordion_form .accordion_form input[type=password]:not(.simple_layout):focus + label, #global section.section_accordion_form .accordion_form input[type=password]:not(.simple_layout):focus .placeholder, #global section.section_accordion_form .accordion_form input[type=password]:not(.simple_layout).focus + label, #global section.section_accordion_form .accordion_form input[type=password]:not(.simple_layout).focus .placeholder, #global section.section_accordion_form .accordion_form input[type=email]:not(.simple_layout):hover + label, #global section.section_accordion_form .accordion_form input[type=email]:not(.simple_layout):hover .placeholder, #global section.section_accordion_form .accordion_form input[type=email]:not(.simple_layout):focus + label, #global section.section_accordion_form .accordion_form input[type=email]:not(.simple_layout):focus .placeholder, #global section.section_accordion_form .accordion_form input[type=email]:not(.simple_layout).focus + label, #global section.section_accordion_form .accordion_form input[type=email]:not(.simple_layout).focus .placeholder, #global section.section_accordion_form .accordion_form input[type=tel]:not(.simple_layout):hover + label, #global section.section_accordion_form .accordion_form input[type=tel]:not(.simple_layout):hover .placeholder, #global section.section_accordion_form .accordion_form input[type=tel]:not(.simple_layout):focus + label, #global section.section_accordion_form .accordion_form input[type=tel]:not(.simple_layout):focus .placeholder, #global section.section_accordion_form .accordion_form input[type=tel]:not(.simple_layout).focus + label, #global section.section_accordion_form .accordion_form input[type=tel]:not(.simple_layout).focus .placeholder, #global section.section_accordion_form .accordion_form input[type=number]:not(.simple_layout):hover + label, #global section.section_accordion_form .accordion_form input[type=number]:not(.simple_layout):hover .placeholder, #global section.section_accordion_form .accordion_form input[type=number]:not(.simple_layout):focus + label, #global section.section_accordion_form .accordion_form input[type=number]:not(.simple_layout):focus .placeholder, #global section.section_accordion_form .accordion_form input[type=number]:not(.simple_layout).focus + label, #global section.section_accordion_form .accordion_form input[type=number]:not(.simple_layout).focus .placeholder, #global section.section_accordion_form .accordion_form input[type=date]:not(.simple_layout):hover + label, #global section.section_accordion_form .accordion_form input[type=date]:not(.simple_layout):hover .placeholder, #global section.section_accordion_form .accordion_form input[type=date]:not(.simple_layout):focus + label, #global section.section_accordion_form .accordion_form input[type=date]:not(.simple_layout):focus .placeholder, #global section.section_accordion_form .accordion_form input[type=date]:not(.simple_layout).focus + label, #global section.section_accordion_form .accordion_form input[type=date]:not(.simple_layout).focus .placeholder, #global section.section_accordion_form .accordion_form input[type=time]:not(.simple_layout):hover + label, #global section.section_accordion_form .accordion_form input[type=time]:not(.simple_layout):hover .placeholder, #global section.section_accordion_form .accordion_form input[type=time]:not(.simple_layout):focus + label, #global section.section_accordion_form .accordion_form input[type=time]:not(.simple_layout):focus .placeholder, #global section.section_accordion_form .accordion_form input[type=time]:not(.simple_layout).focus + label, #global section.section_accordion_form .accordion_form input[type=time]:not(.simple_layout).focus .placeholder, #global section.section_accordion_form .accordion_form input[type=url]:not(.simple_layout):hover + label, #global section.section_accordion_form .accordion_form input[type=url]:not(.simple_layout):hover .placeholder, #global section.section_accordion_form .accordion_form input[type=url]:not(.simple_layout):focus + label, #global section.section_accordion_form .accordion_form input[type=url]:not(.simple_layout):focus .placeholder, #global section.section_accordion_form .accordion_form input[type=url]:not(.simple_layout).focus + label, #global section.section_accordion_form .accordion_form input[type=url]:not(.simple_layout).focus .placeholder, #global section.section_accordion_form .accordion_form textarea:not(.simple_layout):hover + label, #global section.section_accordion_form .accordion_form textarea:not(.simple_layout):hover .placeholder, #global section.section_accordion_form .accordion_form textarea:not(.simple_layout):focus + label, #global section.section_accordion_form .accordion_form textarea:not(.simple_layout):focus .placeholder, #global section.section_accordion_form .accordion_form textarea:not(.simple_layout).focus + label, #global section.section_accordion_form .accordion_form textarea:not(.simple_layout).focus .placeholder, #global section.section_accordion_form .accordion_form select:not(.simple_layout):hover + label, #global section.section_accordion_form .accordion_form select:not(.simple_layout):hover .placeholder, #global section.section_accordion_form .accordion_form select:not(.simple_layout):focus + label, #global section.section_accordion_form .accordion_form select:not(.simple_layout):focus .placeholder, #global section.section_accordion_form .accordion_form select:not(.simple_layout).focus + label, #global section.section_accordion_form .accordion_form select:not(.simple_layout).focus .placeholder, #global section.section_accordion_form .accordion_form .multiselect:not(.simple_layout):hover + label, #global section.section_accordion_form .accordion_form .multiselect:not(.simple_layout):hover .placeholder, #global section.section_accordion_form .accordion_form .multiselect:not(.simple_layout):focus + label, #global section.section_accordion_form .accordion_form .multiselect:not(.simple_layout):focus .placeholder, #global section.section_accordion_form .accordion_form .multiselect:not(.simple_layout).focus + label, #global section.section_accordion_form .accordion_form .multiselect:not(.simple_layout).focus .placeholder, #global section.section_accordion_form .accordion_form .input:not(.simple_layout):hover + label, #global section.section_accordion_form .accordion_form .input:not(.simple_layout):hover .placeholder, #global section.section_accordion_form .accordion_form .input:not(.simple_layout):focus + label, #global section.section_accordion_form .accordion_form .input:not(.simple_layout):focus .placeholder, #global section.section_accordion_form .accordion_form .input:not(.simple_layout).focus + label, #global section.section_accordion_form .accordion_form .input:not(.simple_layout).focus .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=text]:not(.simple_layout):hover + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=text]:not(.simple_layout):hover .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=text]:not(.simple_layout):focus + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=text]:not(.simple_layout):focus .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=text]:not(.simple_layout).focus + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=text]:not(.simple_layout).focus .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=password]:not(.simple_layout):hover + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=password]:not(.simple_layout):hover .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=password]:not(.simple_layout):focus + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=password]:not(.simple_layout):focus .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=password]:not(.simple_layout).focus + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=password]:not(.simple_layout).focus .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=email]:not(.simple_layout):hover + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=email]:not(.simple_layout):hover .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=email]:not(.simple_layout):focus + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=email]:not(.simple_layout):focus .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=email]:not(.simple_layout).focus + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=email]:not(.simple_layout).focus .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=tel]:not(.simple_layout):hover + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=tel]:not(.simple_layout):hover .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=tel]:not(.simple_layout):focus + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=tel]:not(.simple_layout):focus .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=tel]:not(.simple_layout).focus + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=tel]:not(.simple_layout).focus .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=number]:not(.simple_layout):hover + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=number]:not(.simple_layout):hover .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=number]:not(.simple_layout):focus + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=number]:not(.simple_layout):focus .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=number]:not(.simple_layout).focus + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=number]:not(.simple_layout).focus .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=date]:not(.simple_layout):hover + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=date]:not(.simple_layout):hover .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=date]:not(.simple_layout):focus + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=date]:not(.simple_layout):focus .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=date]:not(.simple_layout).focus + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=date]:not(.simple_layout).focus .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=time]:not(.simple_layout):hover + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=time]:not(.simple_layout):hover .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=time]:not(.simple_layout):focus + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=time]:not(.simple_layout):focus .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=time]:not(.simple_layout).focus + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=time]:not(.simple_layout).focus .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=url]:not(.simple_layout):hover + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=url]:not(.simple_layout):hover .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=url]:not(.simple_layout):focus + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=url]:not(.simple_layout):focus .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=url]:not(.simple_layout).focus + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=url]:not(.simple_layout).focus .placeholder, #global section.section_accordion_form .accordion_form .accordion_title textarea:not(.simple_layout):hover + label, #global section.section_accordion_form .accordion_form .accordion_title textarea:not(.simple_layout):hover .placeholder, #global section.section_accordion_form .accordion_form .accordion_title textarea:not(.simple_layout):focus + label, #global section.section_accordion_form .accordion_form .accordion_title textarea:not(.simple_layout):focus .placeholder, #global section.section_accordion_form .accordion_form .accordion_title textarea:not(.simple_layout).focus + label, #global section.section_accordion_form .accordion_form .accordion_title textarea:not(.simple_layout).focus .placeholder, #global section.section_accordion_form .accordion_form .accordion_title select:not(.simple_layout):hover + label, #global section.section_accordion_form .accordion_form .accordion_title select:not(.simple_layout):hover .placeholder, #global section.section_accordion_form .accordion_form .accordion_title select:not(.simple_layout):focus + label, #global section.section_accordion_form .accordion_form .accordion_title select:not(.simple_layout):focus .placeholder, #global section.section_accordion_form .accordion_form .accordion_title select:not(.simple_layout).focus + label, #global section.section_accordion_form .accordion_form .accordion_title select:not(.simple_layout).focus .placeholder, #global section.section_accordion_form .accordion_form .accordion_title .multiselect:not(.simple_layout):hover + label, #global section.section_accordion_form .accordion_form .accordion_title .multiselect:not(.simple_layout):hover .placeholder, #global section.section_accordion_form .accordion_form .accordion_title .multiselect:not(.simple_layout):focus + label, #global section.section_accordion_form .accordion_form .accordion_title .multiselect:not(.simple_layout):focus .placeholder, #global section.section_accordion_form .accordion_form .accordion_title .multiselect:not(.simple_layout).focus + label, #global section.section_accordion_form .accordion_form .accordion_title .multiselect:not(.simple_layout).focus .placeholder, #global section.section_accordion_form .accordion_form .accordion_title .input:not(.simple_layout):hover + label, #global section.section_accordion_form .accordion_form .accordion_title .input:not(.simple_layout):hover .placeholder, #global section.section_accordion_form .accordion_form .accordion_title .input:not(.simple_layout):focus + label, #global section.section_accordion_form .accordion_form .accordion_title .input:not(.simple_layout):focus .placeholder, #global section.section_accordion_form .accordion_form .accordion_title .input:not(.simple_layout).focus + label, #global section.section_accordion_form .accordion_form .accordion_title .input:not(.simple_layout).focus .placeholder, #global aside.box:not(.aside_light) input[type=text]:not(.simple_layout):hover + label, #global aside.box:not(.aside_light) input[type=text]:not(.simple_layout):hover .placeholder, #global aside.box:not(.aside_light) input[type=text]:not(.simple_layout):focus + label, #global aside.box:not(.aside_light) input[type=text]:not(.simple_layout):focus .placeholder, #global aside.box:not(.aside_light) input[type=text]:not(.simple_layout).focus + label, #global aside.box:not(.aside_light) input[type=text]:not(.simple_layout).focus .placeholder, #global aside.box:not(.aside_light) input[type=password]:not(.simple_layout):hover + label, #global aside.box:not(.aside_light) input[type=password]:not(.simple_layout):hover .placeholder, #global aside.box:not(.aside_light) input[type=password]:not(.simple_layout):focus + label, #global aside.box:not(.aside_light) input[type=password]:not(.simple_layout):focus .placeholder, #global aside.box:not(.aside_light) input[type=password]:not(.simple_layout).focus + label, #global aside.box:not(.aside_light) input[type=password]:not(.simple_layout).focus .placeholder, #global aside.box:not(.aside_light) input[type=email]:not(.simple_layout):hover + label, #global aside.box:not(.aside_light) input[type=email]:not(.simple_layout):hover .placeholder, #global aside.box:not(.aside_light) input[type=email]:not(.simple_layout):focus + label, #global aside.box:not(.aside_light) input[type=email]:not(.simple_layout):focus .placeholder, #global aside.box:not(.aside_light) input[type=email]:not(.simple_layout).focus + label, #global aside.box:not(.aside_light) input[type=email]:not(.simple_layout).focus .placeholder, #global aside.box:not(.aside_light) input[type=tel]:not(.simple_layout):hover + label, #global aside.box:not(.aside_light) input[type=tel]:not(.simple_layout):hover .placeholder, #global aside.box:not(.aside_light) input[type=tel]:not(.simple_layout):focus + label, #global aside.box:not(.aside_light) input[type=tel]:not(.simple_layout):focus .placeholder, #global aside.box:not(.aside_light) input[type=tel]:not(.simple_layout).focus + label, #global aside.box:not(.aside_light) input[type=tel]:not(.simple_layout).focus .placeholder, #global aside.box:not(.aside_light) input[type=number]:not(.simple_layout):hover + label, #global aside.box:not(.aside_light) input[type=number]:not(.simple_layout):hover .placeholder, #global aside.box:not(.aside_light) input[type=number]:not(.simple_layout):focus + label, #global aside.box:not(.aside_light) input[type=number]:not(.simple_layout):focus .placeholder, #global aside.box:not(.aside_light) input[type=number]:not(.simple_layout).focus + label, #global aside.box:not(.aside_light) input[type=number]:not(.simple_layout).focus .placeholder, #global aside.box:not(.aside_light) input[type=date]:not(.simple_layout):hover + label, #global aside.box:not(.aside_light) input[type=date]:not(.simple_layout):hover .placeholder, #global aside.box:not(.aside_light) input[type=date]:not(.simple_layout):focus + label, #global aside.box:not(.aside_light) input[type=date]:not(.simple_layout):focus .placeholder, #global aside.box:not(.aside_light) input[type=date]:not(.simple_layout).focus + label, #global aside.box:not(.aside_light) input[type=date]:not(.simple_layout).focus .placeholder, #global aside.box:not(.aside_light) input[type=time]:not(.simple_layout):hover + label, #global aside.box:not(.aside_light) input[type=time]:not(.simple_layout):hover .placeholder, #global aside.box:not(.aside_light) input[type=time]:not(.simple_layout):focus + label, #global aside.box:not(.aside_light) input[type=time]:not(.simple_layout):focus .placeholder, #global aside.box:not(.aside_light) input[type=time]:not(.simple_layout).focus + label, #global aside.box:not(.aside_light) input[type=time]:not(.simple_layout).focus .placeholder, #global aside.box:not(.aside_light) input[type=url]:not(.simple_layout):hover + label, #global aside.box:not(.aside_light) input[type=url]:not(.simple_layout):hover .placeholder, #global aside.box:not(.aside_light) input[type=url]:not(.simple_layout):focus + label, #global aside.box:not(.aside_light) input[type=url]:not(.simple_layout):focus .placeholder, #global aside.box:not(.aside_light) input[type=url]:not(.simple_layout).focus + label, #global aside.box:not(.aside_light) input[type=url]:not(.simple_layout).focus .placeholder, #global aside.box:not(.aside_light) textarea:not(.simple_layout):hover + label, #global aside.box:not(.aside_light) textarea:not(.simple_layout):hover .placeholder, #global aside.box:not(.aside_light) textarea:not(.simple_layout):focus + label, #global aside.box:not(.aside_light) textarea:not(.simple_layout):focus .placeholder, #global aside.box:not(.aside_light) textarea:not(.simple_layout).focus + label, #global aside.box:not(.aside_light) textarea:not(.simple_layout).focus .placeholder, #global aside.box:not(.aside_light) select:not(.simple_layout):hover + label, #global aside.box:not(.aside_light) select:not(.simple_layout):hover .placeholder, #global aside.box:not(.aside_light) select:not(.simple_layout):focus + label, #global aside.box:not(.aside_light) select:not(.simple_layout):focus .placeholder, #global aside.box:not(.aside_light) select:not(.simple_layout).focus + label, #global aside.box:not(.aside_light) select:not(.simple_layout).focus .placeholder, #global aside.box:not(.aside_light) .multiselect:not(.simple_layout):hover + label, #global aside.box:not(.aside_light) .multiselect:not(.simple_layout):hover .placeholder, #global aside.box:not(.aside_light) .multiselect:not(.simple_layout):focus + label, #global aside.box:not(.aside_light) .multiselect:not(.simple_layout):focus .placeholder, #global aside.box:not(.aside_light) .multiselect:not(.simple_layout).focus + label, #global aside.box:not(.aside_light) .multiselect:not(.simple_layout).focus .placeholder, #global aside.box:not(.aside_light) .input:not(.simple_layout):hover + label, #global aside.box:not(.aside_light) .input:not(.simple_layout):hover .placeholder, #global aside.box:not(.aside_light) .input:not(.simple_layout):focus + label, #global aside.box:not(.aside_light) .input:not(.simple_layout):focus .placeholder, #global aside.box:not(.aside_light) .input:not(.simple_layout).focus + label, #global aside.box:not(.aside_light) .input:not(.simple_layout).focus .placeholder, footer input[type=text]:not(.simple_layout):hover + label, footer input[type=text]:not(.simple_layout):hover .placeholder, footer input[type=text]:not(.simple_layout):focus + label, footer input[type=text]:not(.simple_layout):focus .placeholder, footer input[type=text]:not(.simple_layout).focus + label, footer input[type=text]:not(.simple_layout).focus .placeholder, footer input[type=password]:not(.simple_layout):hover + label, footer input[type=password]:not(.simple_layout):hover .placeholder, footer input[type=password]:not(.simple_layout):focus + label, footer input[type=password]:not(.simple_layout):focus .placeholder, footer input[type=password]:not(.simple_layout).focus + label, footer input[type=password]:not(.simple_layout).focus .placeholder, footer input[type=email]:not(.simple_layout):hover + label, footer input[type=email]:not(.simple_layout):hover .placeholder, footer input[type=email]:not(.simple_layout):focus + label, footer input[type=email]:not(.simple_layout):focus .placeholder, footer input[type=email]:not(.simple_layout).focus + label, footer input[type=email]:not(.simple_layout).focus .placeholder, footer input[type=tel]:not(.simple_layout):hover + label, footer input[type=tel]:not(.simple_layout):hover .placeholder, footer input[type=tel]:not(.simple_layout):focus + label, footer input[type=tel]:not(.simple_layout):focus .placeholder, footer input[type=tel]:not(.simple_layout).focus + label, footer input[type=tel]:not(.simple_layout).focus .placeholder, footer input[type=number]:not(.simple_layout):hover + label, footer input[type=number]:not(.simple_layout):hover .placeholder, footer input[type=number]:not(.simple_layout):focus + label, footer input[type=number]:not(.simple_layout):focus .placeholder, footer input[type=number]:not(.simple_layout).focus + label, footer input[type=number]:not(.simple_layout).focus .placeholder, footer input[type=date]:not(.simple_layout):hover + label, footer input[type=date]:not(.simple_layout):hover .placeholder, footer input[type=date]:not(.simple_layout):focus + label, footer input[type=date]:not(.simple_layout):focus .placeholder, footer input[type=date]:not(.simple_layout).focus + label, footer input[type=date]:not(.simple_layout).focus .placeholder, footer input[type=time]:not(.simple_layout):hover + label, footer input[type=time]:not(.simple_layout):hover .placeholder, footer input[type=time]:not(.simple_layout):focus + label, footer input[type=time]:not(.simple_layout):focus .placeholder, footer input[type=time]:not(.simple_layout).focus + label, footer input[type=time]:not(.simple_layout).focus .placeholder, footer input[type=url]:not(.simple_layout):hover + label, footer input[type=url]:not(.simple_layout):hover .placeholder, footer input[type=url]:not(.simple_layout):focus + label, footer input[type=url]:not(.simple_layout):focus .placeholder, footer input[type=url]:not(.simple_layout).focus + label, footer input[type=url]:not(.simple_layout).focus .placeholder, footer textarea:not(.simple_layout):hover + label, footer textarea:not(.simple_layout):hover .placeholder, footer textarea:not(.simple_layout):focus + label, footer textarea:not(.simple_layout):focus .placeholder, footer textarea:not(.simple_layout).focus + label, footer textarea:not(.simple_layout).focus .placeholder, footer select:not(.simple_layout):hover + label, footer select:not(.simple_layout):hover .placeholder, footer select:not(.simple_layout):focus + label, footer select:not(.simple_layout):focus .placeholder, footer select:not(.simple_layout).focus + label, footer select:not(.simple_layout).focus .placeholder, footer .multiselect:not(.simple_layout):hover + label, footer .multiselect:not(.simple_layout):hover .placeholder, footer .multiselect:not(.simple_layout):focus + label, footer .multiselect:not(.simple_layout):focus .placeholder, footer .multiselect:not(.simple_layout).focus + label, footer .multiselect:not(.simple_layout).focus .placeholder, footer .input:not(.simple_layout):hover + label, footer .input:not(.simple_layout):hover .placeholder, footer .input:not(.simple_layout):focus + label, footer .input:not(.simple_layout):focus .placeholder, footer .input:not(.simple_layout).focus + label, footer .input:not(.simple_layout).focus .placeholder {
  color: #000000;
}
section:nth-of-type(2n+1):not(.cms_section_light) input[type=text]:not(.simple_layout).inactive, section:nth-of-type(2n+1):not(.cms_section_light) input[type=text]:not(.simple_layout).inactive:hover, section:nth-of-type(2n+1):not(.cms_section_light) input[type=text]:not(.simple_layout).inactive:focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=text]:not(.simple_layout).inactive.focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=text]:not(.simple_layout)[disabled], section:nth-of-type(2n+1):not(.cms_section_light) input[type=text]:not(.simple_layout)[disabled]:hover, section:nth-of-type(2n+1):not(.cms_section_light) input[type=text]:not(.simple_layout)[disabled]:focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=text]:not(.simple_layout)[disabled].focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=text]:not(.simple_layout).disabled, section:nth-of-type(2n+1):not(.cms_section_light) input[type=text]:not(.simple_layout).disabled:hover, section:nth-of-type(2n+1):not(.cms_section_light) input[type=text]:not(.simple_layout).disabled:focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=text]:not(.simple_layout).disabled.focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=password]:not(.simple_layout).inactive, section:nth-of-type(2n+1):not(.cms_section_light) input[type=password]:not(.simple_layout).inactive:hover, section:nth-of-type(2n+1):not(.cms_section_light) input[type=password]:not(.simple_layout).inactive:focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=password]:not(.simple_layout).inactive.focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=password]:not(.simple_layout)[disabled], section:nth-of-type(2n+1):not(.cms_section_light) input[type=password]:not(.simple_layout)[disabled]:hover, section:nth-of-type(2n+1):not(.cms_section_light) input[type=password]:not(.simple_layout)[disabled]:focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=password]:not(.simple_layout)[disabled].focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=password]:not(.simple_layout).disabled, section:nth-of-type(2n+1):not(.cms_section_light) input[type=password]:not(.simple_layout).disabled:hover, section:nth-of-type(2n+1):not(.cms_section_light) input[type=password]:not(.simple_layout).disabled:focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=password]:not(.simple_layout).disabled.focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=email]:not(.simple_layout).inactive, section:nth-of-type(2n+1):not(.cms_section_light) input[type=email]:not(.simple_layout).inactive:hover, section:nth-of-type(2n+1):not(.cms_section_light) input[type=email]:not(.simple_layout).inactive:focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=email]:not(.simple_layout).inactive.focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=email]:not(.simple_layout)[disabled], section:nth-of-type(2n+1):not(.cms_section_light) input[type=email]:not(.simple_layout)[disabled]:hover, section:nth-of-type(2n+1):not(.cms_section_light) input[type=email]:not(.simple_layout)[disabled]:focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=email]:not(.simple_layout)[disabled].focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=email]:not(.simple_layout).disabled, section:nth-of-type(2n+1):not(.cms_section_light) input[type=email]:not(.simple_layout).disabled:hover, section:nth-of-type(2n+1):not(.cms_section_light) input[type=email]:not(.simple_layout).disabled:focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=email]:not(.simple_layout).disabled.focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=tel]:not(.simple_layout).inactive, section:nth-of-type(2n+1):not(.cms_section_light) input[type=tel]:not(.simple_layout).inactive:hover, section:nth-of-type(2n+1):not(.cms_section_light) input[type=tel]:not(.simple_layout).inactive:focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=tel]:not(.simple_layout).inactive.focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=tel]:not(.simple_layout)[disabled], section:nth-of-type(2n+1):not(.cms_section_light) input[type=tel]:not(.simple_layout)[disabled]:hover, section:nth-of-type(2n+1):not(.cms_section_light) input[type=tel]:not(.simple_layout)[disabled]:focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=tel]:not(.simple_layout)[disabled].focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=tel]:not(.simple_layout).disabled, section:nth-of-type(2n+1):not(.cms_section_light) input[type=tel]:not(.simple_layout).disabled:hover, section:nth-of-type(2n+1):not(.cms_section_light) input[type=tel]:not(.simple_layout).disabled:focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=tel]:not(.simple_layout).disabled.focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=number]:not(.simple_layout).inactive, section:nth-of-type(2n+1):not(.cms_section_light) input[type=number]:not(.simple_layout).inactive:hover, section:nth-of-type(2n+1):not(.cms_section_light) input[type=number]:not(.simple_layout).inactive:focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=number]:not(.simple_layout).inactive.focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=number]:not(.simple_layout)[disabled], section:nth-of-type(2n+1):not(.cms_section_light) input[type=number]:not(.simple_layout)[disabled]:hover, section:nth-of-type(2n+1):not(.cms_section_light) input[type=number]:not(.simple_layout)[disabled]:focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=number]:not(.simple_layout)[disabled].focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=number]:not(.simple_layout).disabled, section:nth-of-type(2n+1):not(.cms_section_light) input[type=number]:not(.simple_layout).disabled:hover, section:nth-of-type(2n+1):not(.cms_section_light) input[type=number]:not(.simple_layout).disabled:focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=number]:not(.simple_layout).disabled.focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=date]:not(.simple_layout).inactive, section:nth-of-type(2n+1):not(.cms_section_light) input[type=date]:not(.simple_layout).inactive:hover, section:nth-of-type(2n+1):not(.cms_section_light) input[type=date]:not(.simple_layout).inactive:focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=date]:not(.simple_layout).inactive.focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=date]:not(.simple_layout)[disabled], section:nth-of-type(2n+1):not(.cms_section_light) input[type=date]:not(.simple_layout)[disabled]:hover, section:nth-of-type(2n+1):not(.cms_section_light) input[type=date]:not(.simple_layout)[disabled]:focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=date]:not(.simple_layout)[disabled].focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=date]:not(.simple_layout).disabled, section:nth-of-type(2n+1):not(.cms_section_light) input[type=date]:not(.simple_layout).disabled:hover, section:nth-of-type(2n+1):not(.cms_section_light) input[type=date]:not(.simple_layout).disabled:focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=date]:not(.simple_layout).disabled.focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=time]:not(.simple_layout).inactive, section:nth-of-type(2n+1):not(.cms_section_light) input[type=time]:not(.simple_layout).inactive:hover, section:nth-of-type(2n+1):not(.cms_section_light) input[type=time]:not(.simple_layout).inactive:focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=time]:not(.simple_layout).inactive.focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=time]:not(.simple_layout)[disabled], section:nth-of-type(2n+1):not(.cms_section_light) input[type=time]:not(.simple_layout)[disabled]:hover, section:nth-of-type(2n+1):not(.cms_section_light) input[type=time]:not(.simple_layout)[disabled]:focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=time]:not(.simple_layout)[disabled].focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=time]:not(.simple_layout).disabled, section:nth-of-type(2n+1):not(.cms_section_light) input[type=time]:not(.simple_layout).disabled:hover, section:nth-of-type(2n+1):not(.cms_section_light) input[type=time]:not(.simple_layout).disabled:focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=time]:not(.simple_layout).disabled.focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=url]:not(.simple_layout).inactive, section:nth-of-type(2n+1):not(.cms_section_light) input[type=url]:not(.simple_layout).inactive:hover, section:nth-of-type(2n+1):not(.cms_section_light) input[type=url]:not(.simple_layout).inactive:focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=url]:not(.simple_layout).inactive.focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=url]:not(.simple_layout)[disabled], section:nth-of-type(2n+1):not(.cms_section_light) input[type=url]:not(.simple_layout)[disabled]:hover, section:nth-of-type(2n+1):not(.cms_section_light) input[type=url]:not(.simple_layout)[disabled]:focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=url]:not(.simple_layout)[disabled].focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=url]:not(.simple_layout).disabled, section:nth-of-type(2n+1):not(.cms_section_light) input[type=url]:not(.simple_layout).disabled:hover, section:nth-of-type(2n+1):not(.cms_section_light) input[type=url]:not(.simple_layout).disabled:focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=url]:not(.simple_layout).disabled.focus, section:nth-of-type(2n+1):not(.cms_section_light) textarea:not(.simple_layout).inactive, section:nth-of-type(2n+1):not(.cms_section_light) textarea:not(.simple_layout).inactive:hover, section:nth-of-type(2n+1):not(.cms_section_light) textarea:not(.simple_layout).inactive:focus, section:nth-of-type(2n+1):not(.cms_section_light) textarea:not(.simple_layout).inactive.focus, section:nth-of-type(2n+1):not(.cms_section_light) textarea:not(.simple_layout)[disabled], section:nth-of-type(2n+1):not(.cms_section_light) textarea:not(.simple_layout)[disabled]:hover, section:nth-of-type(2n+1):not(.cms_section_light) textarea:not(.simple_layout)[disabled]:focus, section:nth-of-type(2n+1):not(.cms_section_light) textarea:not(.simple_layout)[disabled].focus, section:nth-of-type(2n+1):not(.cms_section_light) textarea:not(.simple_layout).disabled, section:nth-of-type(2n+1):not(.cms_section_light) textarea:not(.simple_layout).disabled:hover, section:nth-of-type(2n+1):not(.cms_section_light) textarea:not(.simple_layout).disabled:focus, section:nth-of-type(2n+1):not(.cms_section_light) textarea:not(.simple_layout).disabled.focus, section:nth-of-type(2n+1):not(.cms_section_light) select:not(.simple_layout).inactive, section:nth-of-type(2n+1):not(.cms_section_light) select:not(.simple_layout).inactive:hover, section:nth-of-type(2n+1):not(.cms_section_light) select:not(.simple_layout).inactive:focus, section:nth-of-type(2n+1):not(.cms_section_light) select:not(.simple_layout).inactive.focus, section:nth-of-type(2n+1):not(.cms_section_light) select:not(.simple_layout)[disabled], section:nth-of-type(2n+1):not(.cms_section_light) select:not(.simple_layout)[disabled]:hover, section:nth-of-type(2n+1):not(.cms_section_light) select:not(.simple_layout)[disabled]:focus, section:nth-of-type(2n+1):not(.cms_section_light) select:not(.simple_layout)[disabled].focus, section:nth-of-type(2n+1):not(.cms_section_light) select:not(.simple_layout).disabled, section:nth-of-type(2n+1):not(.cms_section_light) select:not(.simple_layout).disabled:hover, section:nth-of-type(2n+1):not(.cms_section_light) select:not(.simple_layout).disabled:focus, section:nth-of-type(2n+1):not(.cms_section_light) select:not(.simple_layout).disabled.focus, section:nth-of-type(2n+1):not(.cms_section_light) .multiselect:not(.simple_layout).inactive, section:nth-of-type(2n+1):not(.cms_section_light) .multiselect:not(.simple_layout).inactive:hover, section:nth-of-type(2n+1):not(.cms_section_light) .multiselect:not(.simple_layout).inactive:focus, section:nth-of-type(2n+1):not(.cms_section_light) .multiselect:not(.simple_layout).inactive.focus, section:nth-of-type(2n+1):not(.cms_section_light) .multiselect:not(.simple_layout)[disabled], section:nth-of-type(2n+1):not(.cms_section_light) .multiselect:not(.simple_layout)[disabled]:hover, section:nth-of-type(2n+1):not(.cms_section_light) .multiselect:not(.simple_layout)[disabled]:focus, section:nth-of-type(2n+1):not(.cms_section_light) .multiselect:not(.simple_layout)[disabled].focus, section:nth-of-type(2n+1):not(.cms_section_light) .multiselect:not(.simple_layout).disabled, section:nth-of-type(2n+1):not(.cms_section_light) .multiselect:not(.simple_layout).disabled:hover, section:nth-of-type(2n+1):not(.cms_section_light) .multiselect:not(.simple_layout).disabled:focus, section:nth-of-type(2n+1):not(.cms_section_light) .multiselect:not(.simple_layout).disabled.focus, section:nth-of-type(2n+1):not(.cms_section_light) .input:not(.simple_layout).inactive, section:nth-of-type(2n+1):not(.cms_section_light) .input:not(.simple_layout).inactive:hover, section:nth-of-type(2n+1):not(.cms_section_light) .input:not(.simple_layout).inactive:focus, section:nth-of-type(2n+1):not(.cms_section_light) .input:not(.simple_layout).inactive.focus, section:nth-of-type(2n+1):not(.cms_section_light) .input:not(.simple_layout)[disabled], section:nth-of-type(2n+1):not(.cms_section_light) .input:not(.simple_layout)[disabled]:hover, section:nth-of-type(2n+1):not(.cms_section_light) .input:not(.simple_layout)[disabled]:focus, section:nth-of-type(2n+1):not(.cms_section_light) .input:not(.simple_layout)[disabled].focus, section:nth-of-type(2n+1):not(.cms_section_light) .input:not(.simple_layout).disabled, section:nth-of-type(2n+1):not(.cms_section_light) .input:not(.simple_layout).disabled:hover, section:nth-of-type(2n+1):not(.cms_section_light) .input:not(.simple_layout).disabled:focus, section:nth-of-type(2n+1):not(.cms_section_light) .input:not(.simple_layout).disabled.focus, #global .section_dark input[type=text]:not(.simple_layout).inactive, #global .section_dark input[type=text]:not(.simple_layout).inactive:hover, #global .section_dark input[type=text]:not(.simple_layout).inactive:focus, #global .section_dark input[type=text]:not(.simple_layout).inactive.focus, #global .section_dark input[type=text]:not(.simple_layout)[disabled], #global .section_dark input[type=text]:not(.simple_layout)[disabled]:hover, #global .section_dark input[type=text]:not(.simple_layout)[disabled]:focus, #global .section_dark input[type=text]:not(.simple_layout)[disabled].focus, #global .section_dark input[type=text]:not(.simple_layout).disabled, #global .section_dark input[type=text]:not(.simple_layout).disabled:hover, #global .section_dark input[type=text]:not(.simple_layout).disabled:focus, #global .section_dark input[type=text]:not(.simple_layout).disabled.focus, #global .section_dark input[type=password]:not(.simple_layout).inactive, #global .section_dark input[type=password]:not(.simple_layout).inactive:hover, #global .section_dark input[type=password]:not(.simple_layout).inactive:focus, #global .section_dark input[type=password]:not(.simple_layout).inactive.focus, #global .section_dark input[type=password]:not(.simple_layout)[disabled], #global .section_dark input[type=password]:not(.simple_layout)[disabled]:hover, #global .section_dark input[type=password]:not(.simple_layout)[disabled]:focus, #global .section_dark input[type=password]:not(.simple_layout)[disabled].focus, #global .section_dark input[type=password]:not(.simple_layout).disabled, #global .section_dark input[type=password]:not(.simple_layout).disabled:hover, #global .section_dark input[type=password]:not(.simple_layout).disabled:focus, #global .section_dark input[type=password]:not(.simple_layout).disabled.focus, #global .section_dark input[type=email]:not(.simple_layout).inactive, #global .section_dark input[type=email]:not(.simple_layout).inactive:hover, #global .section_dark input[type=email]:not(.simple_layout).inactive:focus, #global .section_dark input[type=email]:not(.simple_layout).inactive.focus, #global .section_dark input[type=email]:not(.simple_layout)[disabled], #global .section_dark input[type=email]:not(.simple_layout)[disabled]:hover, #global .section_dark input[type=email]:not(.simple_layout)[disabled]:focus, #global .section_dark input[type=email]:not(.simple_layout)[disabled].focus, #global .section_dark input[type=email]:not(.simple_layout).disabled, #global .section_dark input[type=email]:not(.simple_layout).disabled:hover, #global .section_dark input[type=email]:not(.simple_layout).disabled:focus, #global .section_dark input[type=email]:not(.simple_layout).disabled.focus, #global .section_dark input[type=tel]:not(.simple_layout).inactive, #global .section_dark input[type=tel]:not(.simple_layout).inactive:hover, #global .section_dark input[type=tel]:not(.simple_layout).inactive:focus, #global .section_dark input[type=tel]:not(.simple_layout).inactive.focus, #global .section_dark input[type=tel]:not(.simple_layout)[disabled], #global .section_dark input[type=tel]:not(.simple_layout)[disabled]:hover, #global .section_dark input[type=tel]:not(.simple_layout)[disabled]:focus, #global .section_dark input[type=tel]:not(.simple_layout)[disabled].focus, #global .section_dark input[type=tel]:not(.simple_layout).disabled, #global .section_dark input[type=tel]:not(.simple_layout).disabled:hover, #global .section_dark input[type=tel]:not(.simple_layout).disabled:focus, #global .section_dark input[type=tel]:not(.simple_layout).disabled.focus, #global .section_dark input[type=number]:not(.simple_layout).inactive, #global .section_dark input[type=number]:not(.simple_layout).inactive:hover, #global .section_dark input[type=number]:not(.simple_layout).inactive:focus, #global .section_dark input[type=number]:not(.simple_layout).inactive.focus, #global .section_dark input[type=number]:not(.simple_layout)[disabled], #global .section_dark input[type=number]:not(.simple_layout)[disabled]:hover, #global .section_dark input[type=number]:not(.simple_layout)[disabled]:focus, #global .section_dark input[type=number]:not(.simple_layout)[disabled].focus, #global .section_dark input[type=number]:not(.simple_layout).disabled, #global .section_dark input[type=number]:not(.simple_layout).disabled:hover, #global .section_dark input[type=number]:not(.simple_layout).disabled:focus, #global .section_dark input[type=number]:not(.simple_layout).disabled.focus, #global .section_dark input[type=date]:not(.simple_layout).inactive, #global .section_dark input[type=date]:not(.simple_layout).inactive:hover, #global .section_dark input[type=date]:not(.simple_layout).inactive:focus, #global .section_dark input[type=date]:not(.simple_layout).inactive.focus, #global .section_dark input[type=date]:not(.simple_layout)[disabled], #global .section_dark input[type=date]:not(.simple_layout)[disabled]:hover, #global .section_dark input[type=date]:not(.simple_layout)[disabled]:focus, #global .section_dark input[type=date]:not(.simple_layout)[disabled].focus, #global .section_dark input[type=date]:not(.simple_layout).disabled, #global .section_dark input[type=date]:not(.simple_layout).disabled:hover, #global .section_dark input[type=date]:not(.simple_layout).disabled:focus, #global .section_dark input[type=date]:not(.simple_layout).disabled.focus, #global .section_dark input[type=time]:not(.simple_layout).inactive, #global .section_dark input[type=time]:not(.simple_layout).inactive:hover, #global .section_dark input[type=time]:not(.simple_layout).inactive:focus, #global .section_dark input[type=time]:not(.simple_layout).inactive.focus, #global .section_dark input[type=time]:not(.simple_layout)[disabled], #global .section_dark input[type=time]:not(.simple_layout)[disabled]:hover, #global .section_dark input[type=time]:not(.simple_layout)[disabled]:focus, #global .section_dark input[type=time]:not(.simple_layout)[disabled].focus, #global .section_dark input[type=time]:not(.simple_layout).disabled, #global .section_dark input[type=time]:not(.simple_layout).disabled:hover, #global .section_dark input[type=time]:not(.simple_layout).disabled:focus, #global .section_dark input[type=time]:not(.simple_layout).disabled.focus, #global .section_dark input[type=url]:not(.simple_layout).inactive, #global .section_dark input[type=url]:not(.simple_layout).inactive:hover, #global .section_dark input[type=url]:not(.simple_layout).inactive:focus, #global .section_dark input[type=url]:not(.simple_layout).inactive.focus, #global .section_dark input[type=url]:not(.simple_layout)[disabled], #global .section_dark input[type=url]:not(.simple_layout)[disabled]:hover, #global .section_dark input[type=url]:not(.simple_layout)[disabled]:focus, #global .section_dark input[type=url]:not(.simple_layout)[disabled].focus, #global .section_dark input[type=url]:not(.simple_layout).disabled, #global .section_dark input[type=url]:not(.simple_layout).disabled:hover, #global .section_dark input[type=url]:not(.simple_layout).disabled:focus, #global .section_dark input[type=url]:not(.simple_layout).disabled.focus, #global .section_dark textarea:not(.simple_layout).inactive, #global .section_dark textarea:not(.simple_layout).inactive:hover, #global .section_dark textarea:not(.simple_layout).inactive:focus, #global .section_dark textarea:not(.simple_layout).inactive.focus, #global .section_dark textarea:not(.simple_layout)[disabled], #global .section_dark textarea:not(.simple_layout)[disabled]:hover, #global .section_dark textarea:not(.simple_layout)[disabled]:focus, #global .section_dark textarea:not(.simple_layout)[disabled].focus, #global .section_dark textarea:not(.simple_layout).disabled, #global .section_dark textarea:not(.simple_layout).disabled:hover, #global .section_dark textarea:not(.simple_layout).disabled:focus, #global .section_dark textarea:not(.simple_layout).disabled.focus, #global .section_dark select:not(.simple_layout).inactive, #global .section_dark select:not(.simple_layout).inactive:hover, #global .section_dark select:not(.simple_layout).inactive:focus, #global .section_dark select:not(.simple_layout).inactive.focus, #global .section_dark select:not(.simple_layout)[disabled], #global .section_dark select:not(.simple_layout)[disabled]:hover, #global .section_dark select:not(.simple_layout)[disabled]:focus, #global .section_dark select:not(.simple_layout)[disabled].focus, #global .section_dark select:not(.simple_layout).disabled, #global .section_dark select:not(.simple_layout).disabled:hover, #global .section_dark select:not(.simple_layout).disabled:focus, #global .section_dark select:not(.simple_layout).disabled.focus, #global .section_dark .multiselect:not(.simple_layout).inactive, #global .section_dark .multiselect:not(.simple_layout).inactive:hover, #global .section_dark .multiselect:not(.simple_layout).inactive:focus, #global .section_dark .multiselect:not(.simple_layout).inactive.focus, #global .section_dark .multiselect:not(.simple_layout)[disabled], #global .section_dark .multiselect:not(.simple_layout)[disabled]:hover, #global .section_dark .multiselect:not(.simple_layout)[disabled]:focus, #global .section_dark .multiselect:not(.simple_layout)[disabled].focus, #global .section_dark .multiselect:not(.simple_layout).disabled, #global .section_dark .multiselect:not(.simple_layout).disabled:hover, #global .section_dark .multiselect:not(.simple_layout).disabled:focus, #global .section_dark .multiselect:not(.simple_layout).disabled.focus, #global .section_dark .input:not(.simple_layout).inactive, #global .section_dark .input:not(.simple_layout).inactive:hover, #global .section_dark .input:not(.simple_layout).inactive:focus, #global .section_dark .input:not(.simple_layout).inactive.focus, #global .section_dark .input:not(.simple_layout)[disabled], #global .section_dark .input:not(.simple_layout)[disabled]:hover, #global .section_dark .input:not(.simple_layout)[disabled]:focus, #global .section_dark .input:not(.simple_layout)[disabled].focus, #global .section_dark .input:not(.simple_layout).disabled, #global .section_dark .input:not(.simple_layout).disabled:hover, #global .section_dark .input:not(.simple_layout).disabled:focus, #global .section_dark .input:not(.simple_layout).disabled.focus, #global .cms_section_dark input[type=text]:not(.simple_layout).inactive, #global .cms_section_dark input[type=text]:not(.simple_layout).inactive:hover, #global .cms_section_dark input[type=text]:not(.simple_layout).inactive:focus, #global .cms_section_dark input[type=text]:not(.simple_layout).inactive.focus, #global .cms_section_dark input[type=text]:not(.simple_layout)[disabled], #global .cms_section_dark input[type=text]:not(.simple_layout)[disabled]:hover, #global .cms_section_dark input[type=text]:not(.simple_layout)[disabled]:focus, #global .cms_section_dark input[type=text]:not(.simple_layout)[disabled].focus, #global .cms_section_dark input[type=text]:not(.simple_layout).disabled, #global .cms_section_dark input[type=text]:not(.simple_layout).disabled:hover, #global .cms_section_dark input[type=text]:not(.simple_layout).disabled:focus, #global .cms_section_dark input[type=text]:not(.simple_layout).disabled.focus, #global .cms_section_dark input[type=password]:not(.simple_layout).inactive, #global .cms_section_dark input[type=password]:not(.simple_layout).inactive:hover, #global .cms_section_dark input[type=password]:not(.simple_layout).inactive:focus, #global .cms_section_dark input[type=password]:not(.simple_layout).inactive.focus, #global .cms_section_dark input[type=password]:not(.simple_layout)[disabled], #global .cms_section_dark input[type=password]:not(.simple_layout)[disabled]:hover, #global .cms_section_dark input[type=password]:not(.simple_layout)[disabled]:focus, #global .cms_section_dark input[type=password]:not(.simple_layout)[disabled].focus, #global .cms_section_dark input[type=password]:not(.simple_layout).disabled, #global .cms_section_dark input[type=password]:not(.simple_layout).disabled:hover, #global .cms_section_dark input[type=password]:not(.simple_layout).disabled:focus, #global .cms_section_dark input[type=password]:not(.simple_layout).disabled.focus, #global .cms_section_dark input[type=email]:not(.simple_layout).inactive, #global .cms_section_dark input[type=email]:not(.simple_layout).inactive:hover, #global .cms_section_dark input[type=email]:not(.simple_layout).inactive:focus, #global .cms_section_dark input[type=email]:not(.simple_layout).inactive.focus, #global .cms_section_dark input[type=email]:not(.simple_layout)[disabled], #global .cms_section_dark input[type=email]:not(.simple_layout)[disabled]:hover, #global .cms_section_dark input[type=email]:not(.simple_layout)[disabled]:focus, #global .cms_section_dark input[type=email]:not(.simple_layout)[disabled].focus, #global .cms_section_dark input[type=email]:not(.simple_layout).disabled, #global .cms_section_dark input[type=email]:not(.simple_layout).disabled:hover, #global .cms_section_dark input[type=email]:not(.simple_layout).disabled:focus, #global .cms_section_dark input[type=email]:not(.simple_layout).disabled.focus, #global .cms_section_dark input[type=tel]:not(.simple_layout).inactive, #global .cms_section_dark input[type=tel]:not(.simple_layout).inactive:hover, #global .cms_section_dark input[type=tel]:not(.simple_layout).inactive:focus, #global .cms_section_dark input[type=tel]:not(.simple_layout).inactive.focus, #global .cms_section_dark input[type=tel]:not(.simple_layout)[disabled], #global .cms_section_dark input[type=tel]:not(.simple_layout)[disabled]:hover, #global .cms_section_dark input[type=tel]:not(.simple_layout)[disabled]:focus, #global .cms_section_dark input[type=tel]:not(.simple_layout)[disabled].focus, #global .cms_section_dark input[type=tel]:not(.simple_layout).disabled, #global .cms_section_dark input[type=tel]:not(.simple_layout).disabled:hover, #global .cms_section_dark input[type=tel]:not(.simple_layout).disabled:focus, #global .cms_section_dark input[type=tel]:not(.simple_layout).disabled.focus, #global .cms_section_dark input[type=number]:not(.simple_layout).inactive, #global .cms_section_dark input[type=number]:not(.simple_layout).inactive:hover, #global .cms_section_dark input[type=number]:not(.simple_layout).inactive:focus, #global .cms_section_dark input[type=number]:not(.simple_layout).inactive.focus, #global .cms_section_dark input[type=number]:not(.simple_layout)[disabled], #global .cms_section_dark input[type=number]:not(.simple_layout)[disabled]:hover, #global .cms_section_dark input[type=number]:not(.simple_layout)[disabled]:focus, #global .cms_section_dark input[type=number]:not(.simple_layout)[disabled].focus, #global .cms_section_dark input[type=number]:not(.simple_layout).disabled, #global .cms_section_dark input[type=number]:not(.simple_layout).disabled:hover, #global .cms_section_dark input[type=number]:not(.simple_layout).disabled:focus, #global .cms_section_dark input[type=number]:not(.simple_layout).disabled.focus, #global .cms_section_dark input[type=date]:not(.simple_layout).inactive, #global .cms_section_dark input[type=date]:not(.simple_layout).inactive:hover, #global .cms_section_dark input[type=date]:not(.simple_layout).inactive:focus, #global .cms_section_dark input[type=date]:not(.simple_layout).inactive.focus, #global .cms_section_dark input[type=date]:not(.simple_layout)[disabled], #global .cms_section_dark input[type=date]:not(.simple_layout)[disabled]:hover, #global .cms_section_dark input[type=date]:not(.simple_layout)[disabled]:focus, #global .cms_section_dark input[type=date]:not(.simple_layout)[disabled].focus, #global .cms_section_dark input[type=date]:not(.simple_layout).disabled, #global .cms_section_dark input[type=date]:not(.simple_layout).disabled:hover, #global .cms_section_dark input[type=date]:not(.simple_layout).disabled:focus, #global .cms_section_dark input[type=date]:not(.simple_layout).disabled.focus, #global .cms_section_dark input[type=time]:not(.simple_layout).inactive, #global .cms_section_dark input[type=time]:not(.simple_layout).inactive:hover, #global .cms_section_dark input[type=time]:not(.simple_layout).inactive:focus, #global .cms_section_dark input[type=time]:not(.simple_layout).inactive.focus, #global .cms_section_dark input[type=time]:not(.simple_layout)[disabled], #global .cms_section_dark input[type=time]:not(.simple_layout)[disabled]:hover, #global .cms_section_dark input[type=time]:not(.simple_layout)[disabled]:focus, #global .cms_section_dark input[type=time]:not(.simple_layout)[disabled].focus, #global .cms_section_dark input[type=time]:not(.simple_layout).disabled, #global .cms_section_dark input[type=time]:not(.simple_layout).disabled:hover, #global .cms_section_dark input[type=time]:not(.simple_layout).disabled:focus, #global .cms_section_dark input[type=time]:not(.simple_layout).disabled.focus, #global .cms_section_dark input[type=url]:not(.simple_layout).inactive, #global .cms_section_dark input[type=url]:not(.simple_layout).inactive:hover, #global .cms_section_dark input[type=url]:not(.simple_layout).inactive:focus, #global .cms_section_dark input[type=url]:not(.simple_layout).inactive.focus, #global .cms_section_dark input[type=url]:not(.simple_layout)[disabled], #global .cms_section_dark input[type=url]:not(.simple_layout)[disabled]:hover, #global .cms_section_dark input[type=url]:not(.simple_layout)[disabled]:focus, #global .cms_section_dark input[type=url]:not(.simple_layout)[disabled].focus, #global .cms_section_dark input[type=url]:not(.simple_layout).disabled, #global .cms_section_dark input[type=url]:not(.simple_layout).disabled:hover, #global .cms_section_dark input[type=url]:not(.simple_layout).disabled:focus, #global .cms_section_dark input[type=url]:not(.simple_layout).disabled.focus, #global .cms_section_dark textarea:not(.simple_layout).inactive, #global .cms_section_dark textarea:not(.simple_layout).inactive:hover, #global .cms_section_dark textarea:not(.simple_layout).inactive:focus, #global .cms_section_dark textarea:not(.simple_layout).inactive.focus, #global .cms_section_dark textarea:not(.simple_layout)[disabled], #global .cms_section_dark textarea:not(.simple_layout)[disabled]:hover, #global .cms_section_dark textarea:not(.simple_layout)[disabled]:focus, #global .cms_section_dark textarea:not(.simple_layout)[disabled].focus, #global .cms_section_dark textarea:not(.simple_layout).disabled, #global .cms_section_dark textarea:not(.simple_layout).disabled:hover, #global .cms_section_dark textarea:not(.simple_layout).disabled:focus, #global .cms_section_dark textarea:not(.simple_layout).disabled.focus, #global .cms_section_dark select:not(.simple_layout).inactive, #global .cms_section_dark select:not(.simple_layout).inactive:hover, #global .cms_section_dark select:not(.simple_layout).inactive:focus, #global .cms_section_dark select:not(.simple_layout).inactive.focus, #global .cms_section_dark select:not(.simple_layout)[disabled], #global .cms_section_dark select:not(.simple_layout)[disabled]:hover, #global .cms_section_dark select:not(.simple_layout)[disabled]:focus, #global .cms_section_dark select:not(.simple_layout)[disabled].focus, #global .cms_section_dark select:not(.simple_layout).disabled, #global .cms_section_dark select:not(.simple_layout).disabled:hover, #global .cms_section_dark select:not(.simple_layout).disabled:focus, #global .cms_section_dark select:not(.simple_layout).disabled.focus, #global .cms_section_dark .multiselect:not(.simple_layout).inactive, #global .cms_section_dark .multiselect:not(.simple_layout).inactive:hover, #global .cms_section_dark .multiselect:not(.simple_layout).inactive:focus, #global .cms_section_dark .multiselect:not(.simple_layout).inactive.focus, #global .cms_section_dark .multiselect:not(.simple_layout)[disabled], #global .cms_section_dark .multiselect:not(.simple_layout)[disabled]:hover, #global .cms_section_dark .multiselect:not(.simple_layout)[disabled]:focus, #global .cms_section_dark .multiselect:not(.simple_layout)[disabled].focus, #global .cms_section_dark .multiselect:not(.simple_layout).disabled, #global .cms_section_dark .multiselect:not(.simple_layout).disabled:hover, #global .cms_section_dark .multiselect:not(.simple_layout).disabled:focus, #global .cms_section_dark .multiselect:not(.simple_layout).disabled.focus, #global .cms_section_dark .input:not(.simple_layout).inactive, #global .cms_section_dark .input:not(.simple_layout).inactive:hover, #global .cms_section_dark .input:not(.simple_layout).inactive:focus, #global .cms_section_dark .input:not(.simple_layout).inactive.focus, #global .cms_section_dark .input:not(.simple_layout)[disabled], #global .cms_section_dark .input:not(.simple_layout)[disabled]:hover, #global .cms_section_dark .input:not(.simple_layout)[disabled]:focus, #global .cms_section_dark .input:not(.simple_layout)[disabled].focus, #global .cms_section_dark .input:not(.simple_layout).disabled, #global .cms_section_dark .input:not(.simple_layout).disabled:hover, #global .cms_section_dark .input:not(.simple_layout).disabled:focus, #global .cms_section_dark .input:not(.simple_layout).disabled.focus, #global .cms_section_dark_2 input[type=text]:not(.simple_layout).inactive, #global .cms_section_dark_2 input[type=text]:not(.simple_layout).inactive:hover, #global .cms_section_dark_2 input[type=text]:not(.simple_layout).inactive:focus, #global .cms_section_dark_2 input[type=text]:not(.simple_layout).inactive.focus, #global .cms_section_dark_2 input[type=text]:not(.simple_layout)[disabled], #global .cms_section_dark_2 input[type=text]:not(.simple_layout)[disabled]:hover, #global .cms_section_dark_2 input[type=text]:not(.simple_layout)[disabled]:focus, #global .cms_section_dark_2 input[type=text]:not(.simple_layout)[disabled].focus, #global .cms_section_dark_2 input[type=text]:not(.simple_layout).disabled, #global .cms_section_dark_2 input[type=text]:not(.simple_layout).disabled:hover, #global .cms_section_dark_2 input[type=text]:not(.simple_layout).disabled:focus, #global .cms_section_dark_2 input[type=text]:not(.simple_layout).disabled.focus, #global .cms_section_dark_2 input[type=password]:not(.simple_layout).inactive, #global .cms_section_dark_2 input[type=password]:not(.simple_layout).inactive:hover, #global .cms_section_dark_2 input[type=password]:not(.simple_layout).inactive:focus, #global .cms_section_dark_2 input[type=password]:not(.simple_layout).inactive.focus, #global .cms_section_dark_2 input[type=password]:not(.simple_layout)[disabled], #global .cms_section_dark_2 input[type=password]:not(.simple_layout)[disabled]:hover, #global .cms_section_dark_2 input[type=password]:not(.simple_layout)[disabled]:focus, #global .cms_section_dark_2 input[type=password]:not(.simple_layout)[disabled].focus, #global .cms_section_dark_2 input[type=password]:not(.simple_layout).disabled, #global .cms_section_dark_2 input[type=password]:not(.simple_layout).disabled:hover, #global .cms_section_dark_2 input[type=password]:not(.simple_layout).disabled:focus, #global .cms_section_dark_2 input[type=password]:not(.simple_layout).disabled.focus, #global .cms_section_dark_2 input[type=email]:not(.simple_layout).inactive, #global .cms_section_dark_2 input[type=email]:not(.simple_layout).inactive:hover, #global .cms_section_dark_2 input[type=email]:not(.simple_layout).inactive:focus, #global .cms_section_dark_2 input[type=email]:not(.simple_layout).inactive.focus, #global .cms_section_dark_2 input[type=email]:not(.simple_layout)[disabled], #global .cms_section_dark_2 input[type=email]:not(.simple_layout)[disabled]:hover, #global .cms_section_dark_2 input[type=email]:not(.simple_layout)[disabled]:focus, #global .cms_section_dark_2 input[type=email]:not(.simple_layout)[disabled].focus, #global .cms_section_dark_2 input[type=email]:not(.simple_layout).disabled, #global .cms_section_dark_2 input[type=email]:not(.simple_layout).disabled:hover, #global .cms_section_dark_2 input[type=email]:not(.simple_layout).disabled:focus, #global .cms_section_dark_2 input[type=email]:not(.simple_layout).disabled.focus, #global .cms_section_dark_2 input[type=tel]:not(.simple_layout).inactive, #global .cms_section_dark_2 input[type=tel]:not(.simple_layout).inactive:hover, #global .cms_section_dark_2 input[type=tel]:not(.simple_layout).inactive:focus, #global .cms_section_dark_2 input[type=tel]:not(.simple_layout).inactive.focus, #global .cms_section_dark_2 input[type=tel]:not(.simple_layout)[disabled], #global .cms_section_dark_2 input[type=tel]:not(.simple_layout)[disabled]:hover, #global .cms_section_dark_2 input[type=tel]:not(.simple_layout)[disabled]:focus, #global .cms_section_dark_2 input[type=tel]:not(.simple_layout)[disabled].focus, #global .cms_section_dark_2 input[type=tel]:not(.simple_layout).disabled, #global .cms_section_dark_2 input[type=tel]:not(.simple_layout).disabled:hover, #global .cms_section_dark_2 input[type=tel]:not(.simple_layout).disabled:focus, #global .cms_section_dark_2 input[type=tel]:not(.simple_layout).disabled.focus, #global .cms_section_dark_2 input[type=number]:not(.simple_layout).inactive, #global .cms_section_dark_2 input[type=number]:not(.simple_layout).inactive:hover, #global .cms_section_dark_2 input[type=number]:not(.simple_layout).inactive:focus, #global .cms_section_dark_2 input[type=number]:not(.simple_layout).inactive.focus, #global .cms_section_dark_2 input[type=number]:not(.simple_layout)[disabled], #global .cms_section_dark_2 input[type=number]:not(.simple_layout)[disabled]:hover, #global .cms_section_dark_2 input[type=number]:not(.simple_layout)[disabled]:focus, #global .cms_section_dark_2 input[type=number]:not(.simple_layout)[disabled].focus, #global .cms_section_dark_2 input[type=number]:not(.simple_layout).disabled, #global .cms_section_dark_2 input[type=number]:not(.simple_layout).disabled:hover, #global .cms_section_dark_2 input[type=number]:not(.simple_layout).disabled:focus, #global .cms_section_dark_2 input[type=number]:not(.simple_layout).disabled.focus, #global .cms_section_dark_2 input[type=date]:not(.simple_layout).inactive, #global .cms_section_dark_2 input[type=date]:not(.simple_layout).inactive:hover, #global .cms_section_dark_2 input[type=date]:not(.simple_layout).inactive:focus, #global .cms_section_dark_2 input[type=date]:not(.simple_layout).inactive.focus, #global .cms_section_dark_2 input[type=date]:not(.simple_layout)[disabled], #global .cms_section_dark_2 input[type=date]:not(.simple_layout)[disabled]:hover, #global .cms_section_dark_2 input[type=date]:not(.simple_layout)[disabled]:focus, #global .cms_section_dark_2 input[type=date]:not(.simple_layout)[disabled].focus, #global .cms_section_dark_2 input[type=date]:not(.simple_layout).disabled, #global .cms_section_dark_2 input[type=date]:not(.simple_layout).disabled:hover, #global .cms_section_dark_2 input[type=date]:not(.simple_layout).disabled:focus, #global .cms_section_dark_2 input[type=date]:not(.simple_layout).disabled.focus, #global .cms_section_dark_2 input[type=time]:not(.simple_layout).inactive, #global .cms_section_dark_2 input[type=time]:not(.simple_layout).inactive:hover, #global .cms_section_dark_2 input[type=time]:not(.simple_layout).inactive:focus, #global .cms_section_dark_2 input[type=time]:not(.simple_layout).inactive.focus, #global .cms_section_dark_2 input[type=time]:not(.simple_layout)[disabled], #global .cms_section_dark_2 input[type=time]:not(.simple_layout)[disabled]:hover, #global .cms_section_dark_2 input[type=time]:not(.simple_layout)[disabled]:focus, #global .cms_section_dark_2 input[type=time]:not(.simple_layout)[disabled].focus, #global .cms_section_dark_2 input[type=time]:not(.simple_layout).disabled, #global .cms_section_dark_2 input[type=time]:not(.simple_layout).disabled:hover, #global .cms_section_dark_2 input[type=time]:not(.simple_layout).disabled:focus, #global .cms_section_dark_2 input[type=time]:not(.simple_layout).disabled.focus, #global .cms_section_dark_2 input[type=url]:not(.simple_layout).inactive, #global .cms_section_dark_2 input[type=url]:not(.simple_layout).inactive:hover, #global .cms_section_dark_2 input[type=url]:not(.simple_layout).inactive:focus, #global .cms_section_dark_2 input[type=url]:not(.simple_layout).inactive.focus, #global .cms_section_dark_2 input[type=url]:not(.simple_layout)[disabled], #global .cms_section_dark_2 input[type=url]:not(.simple_layout)[disabled]:hover, #global .cms_section_dark_2 input[type=url]:not(.simple_layout)[disabled]:focus, #global .cms_section_dark_2 input[type=url]:not(.simple_layout)[disabled].focus, #global .cms_section_dark_2 input[type=url]:not(.simple_layout).disabled, #global .cms_section_dark_2 input[type=url]:not(.simple_layout).disabled:hover, #global .cms_section_dark_2 input[type=url]:not(.simple_layout).disabled:focus, #global .cms_section_dark_2 input[type=url]:not(.simple_layout).disabled.focus, #global .cms_section_dark_2 textarea:not(.simple_layout).inactive, #global .cms_section_dark_2 textarea:not(.simple_layout).inactive:hover, #global .cms_section_dark_2 textarea:not(.simple_layout).inactive:focus, #global .cms_section_dark_2 textarea:not(.simple_layout).inactive.focus, #global .cms_section_dark_2 textarea:not(.simple_layout)[disabled], #global .cms_section_dark_2 textarea:not(.simple_layout)[disabled]:hover, #global .cms_section_dark_2 textarea:not(.simple_layout)[disabled]:focus, #global .cms_section_dark_2 textarea:not(.simple_layout)[disabled].focus, #global .cms_section_dark_2 textarea:not(.simple_layout).disabled, #global .cms_section_dark_2 textarea:not(.simple_layout).disabled:hover, #global .cms_section_dark_2 textarea:not(.simple_layout).disabled:focus, #global .cms_section_dark_2 textarea:not(.simple_layout).disabled.focus, #global .cms_section_dark_2 select:not(.simple_layout).inactive, #global .cms_section_dark_2 select:not(.simple_layout).inactive:hover, #global .cms_section_dark_2 select:not(.simple_layout).inactive:focus, #global .cms_section_dark_2 select:not(.simple_layout).inactive.focus, #global .cms_section_dark_2 select:not(.simple_layout)[disabled], #global .cms_section_dark_2 select:not(.simple_layout)[disabled]:hover, #global .cms_section_dark_2 select:not(.simple_layout)[disabled]:focus, #global .cms_section_dark_2 select:not(.simple_layout)[disabled].focus, #global .cms_section_dark_2 select:not(.simple_layout).disabled, #global .cms_section_dark_2 select:not(.simple_layout).disabled:hover, #global .cms_section_dark_2 select:not(.simple_layout).disabled:focus, #global .cms_section_dark_2 select:not(.simple_layout).disabled.focus, #global .cms_section_dark_2 .multiselect:not(.simple_layout).inactive, #global .cms_section_dark_2 .multiselect:not(.simple_layout).inactive:hover, #global .cms_section_dark_2 .multiselect:not(.simple_layout).inactive:focus, #global .cms_section_dark_2 .multiselect:not(.simple_layout).inactive.focus, #global .cms_section_dark_2 .multiselect:not(.simple_layout)[disabled], #global .cms_section_dark_2 .multiselect:not(.simple_layout)[disabled]:hover, #global .cms_section_dark_2 .multiselect:not(.simple_layout)[disabled]:focus, #global .cms_section_dark_2 .multiselect:not(.simple_layout)[disabled].focus, #global .cms_section_dark_2 .multiselect:not(.simple_layout).disabled, #global .cms_section_dark_2 .multiselect:not(.simple_layout).disabled:hover, #global .cms_section_dark_2 .multiselect:not(.simple_layout).disabled:focus, #global .cms_section_dark_2 .multiselect:not(.simple_layout).disabled.focus, #global .cms_section_dark_2 .input:not(.simple_layout).inactive, #global .cms_section_dark_2 .input:not(.simple_layout).inactive:hover, #global .cms_section_dark_2 .input:not(.simple_layout).inactive:focus, #global .cms_section_dark_2 .input:not(.simple_layout).inactive.focus, #global .cms_section_dark_2 .input:not(.simple_layout)[disabled], #global .cms_section_dark_2 .input:not(.simple_layout)[disabled]:hover, #global .cms_section_dark_2 .input:not(.simple_layout)[disabled]:focus, #global .cms_section_dark_2 .input:not(.simple_layout)[disabled].focus, #global .cms_section_dark_2 .input:not(.simple_layout).disabled, #global .cms_section_dark_2 .input:not(.simple_layout).disabled:hover, #global .cms_section_dark_2 .input:not(.simple_layout).disabled:focus, #global .cms_section_dark_2 .input:not(.simple_layout).disabled.focus, #global .section_filter.filter_dark input[type=text]:not(.simple_layout).inactive, #global .section_filter.filter_dark input[type=text]:not(.simple_layout).inactive:hover, #global .section_filter.filter_dark input[type=text]:not(.simple_layout).inactive:focus, #global .section_filter.filter_dark input[type=text]:not(.simple_layout).inactive.focus, #global .section_filter.filter_dark input[type=text]:not(.simple_layout)[disabled], #global .section_filter.filter_dark input[type=text]:not(.simple_layout)[disabled]:hover, #global .section_filter.filter_dark input[type=text]:not(.simple_layout)[disabled]:focus, #global .section_filter.filter_dark input[type=text]:not(.simple_layout)[disabled].focus, #global .section_filter.filter_dark input[type=text]:not(.simple_layout).disabled, #global .section_filter.filter_dark input[type=text]:not(.simple_layout).disabled:hover, #global .section_filter.filter_dark input[type=text]:not(.simple_layout).disabled:focus, #global .section_filter.filter_dark input[type=text]:not(.simple_layout).disabled.focus, #global .section_filter.filter_dark input[type=password]:not(.simple_layout).inactive, #global .section_filter.filter_dark input[type=password]:not(.simple_layout).inactive:hover, #global .section_filter.filter_dark input[type=password]:not(.simple_layout).inactive:focus, #global .section_filter.filter_dark input[type=password]:not(.simple_layout).inactive.focus, #global .section_filter.filter_dark input[type=password]:not(.simple_layout)[disabled], #global .section_filter.filter_dark input[type=password]:not(.simple_layout)[disabled]:hover, #global .section_filter.filter_dark input[type=password]:not(.simple_layout)[disabled]:focus, #global .section_filter.filter_dark input[type=password]:not(.simple_layout)[disabled].focus, #global .section_filter.filter_dark input[type=password]:not(.simple_layout).disabled, #global .section_filter.filter_dark input[type=password]:not(.simple_layout).disabled:hover, #global .section_filter.filter_dark input[type=password]:not(.simple_layout).disabled:focus, #global .section_filter.filter_dark input[type=password]:not(.simple_layout).disabled.focus, #global .section_filter.filter_dark input[type=email]:not(.simple_layout).inactive, #global .section_filter.filter_dark input[type=email]:not(.simple_layout).inactive:hover, #global .section_filter.filter_dark input[type=email]:not(.simple_layout).inactive:focus, #global .section_filter.filter_dark input[type=email]:not(.simple_layout).inactive.focus, #global .section_filter.filter_dark input[type=email]:not(.simple_layout)[disabled], #global .section_filter.filter_dark input[type=email]:not(.simple_layout)[disabled]:hover, #global .section_filter.filter_dark input[type=email]:not(.simple_layout)[disabled]:focus, #global .section_filter.filter_dark input[type=email]:not(.simple_layout)[disabled].focus, #global .section_filter.filter_dark input[type=email]:not(.simple_layout).disabled, #global .section_filter.filter_dark input[type=email]:not(.simple_layout).disabled:hover, #global .section_filter.filter_dark input[type=email]:not(.simple_layout).disabled:focus, #global .section_filter.filter_dark input[type=email]:not(.simple_layout).disabled.focus, #global .section_filter.filter_dark input[type=tel]:not(.simple_layout).inactive, #global .section_filter.filter_dark input[type=tel]:not(.simple_layout).inactive:hover, #global .section_filter.filter_dark input[type=tel]:not(.simple_layout).inactive:focus, #global .section_filter.filter_dark input[type=tel]:not(.simple_layout).inactive.focus, #global .section_filter.filter_dark input[type=tel]:not(.simple_layout)[disabled], #global .section_filter.filter_dark input[type=tel]:not(.simple_layout)[disabled]:hover, #global .section_filter.filter_dark input[type=tel]:not(.simple_layout)[disabled]:focus, #global .section_filter.filter_dark input[type=tel]:not(.simple_layout)[disabled].focus, #global .section_filter.filter_dark input[type=tel]:not(.simple_layout).disabled, #global .section_filter.filter_dark input[type=tel]:not(.simple_layout).disabled:hover, #global .section_filter.filter_dark input[type=tel]:not(.simple_layout).disabled:focus, #global .section_filter.filter_dark input[type=tel]:not(.simple_layout).disabled.focus, #global .section_filter.filter_dark input[type=number]:not(.simple_layout).inactive, #global .section_filter.filter_dark input[type=number]:not(.simple_layout).inactive:hover, #global .section_filter.filter_dark input[type=number]:not(.simple_layout).inactive:focus, #global .section_filter.filter_dark input[type=number]:not(.simple_layout).inactive.focus, #global .section_filter.filter_dark input[type=number]:not(.simple_layout)[disabled], #global .section_filter.filter_dark input[type=number]:not(.simple_layout)[disabled]:hover, #global .section_filter.filter_dark input[type=number]:not(.simple_layout)[disabled]:focus, #global .section_filter.filter_dark input[type=number]:not(.simple_layout)[disabled].focus, #global .section_filter.filter_dark input[type=number]:not(.simple_layout).disabled, #global .section_filter.filter_dark input[type=number]:not(.simple_layout).disabled:hover, #global .section_filter.filter_dark input[type=number]:not(.simple_layout).disabled:focus, #global .section_filter.filter_dark input[type=number]:not(.simple_layout).disabled.focus, #global .section_filter.filter_dark input[type=date]:not(.simple_layout).inactive, #global .section_filter.filter_dark input[type=date]:not(.simple_layout).inactive:hover, #global .section_filter.filter_dark input[type=date]:not(.simple_layout).inactive:focus, #global .section_filter.filter_dark input[type=date]:not(.simple_layout).inactive.focus, #global .section_filter.filter_dark input[type=date]:not(.simple_layout)[disabled], #global .section_filter.filter_dark input[type=date]:not(.simple_layout)[disabled]:hover, #global .section_filter.filter_dark input[type=date]:not(.simple_layout)[disabled]:focus, #global .section_filter.filter_dark input[type=date]:not(.simple_layout)[disabled].focus, #global .section_filter.filter_dark input[type=date]:not(.simple_layout).disabled, #global .section_filter.filter_dark input[type=date]:not(.simple_layout).disabled:hover, #global .section_filter.filter_dark input[type=date]:not(.simple_layout).disabled:focus, #global .section_filter.filter_dark input[type=date]:not(.simple_layout).disabled.focus, #global .section_filter.filter_dark input[type=time]:not(.simple_layout).inactive, #global .section_filter.filter_dark input[type=time]:not(.simple_layout).inactive:hover, #global .section_filter.filter_dark input[type=time]:not(.simple_layout).inactive:focus, #global .section_filter.filter_dark input[type=time]:not(.simple_layout).inactive.focus, #global .section_filter.filter_dark input[type=time]:not(.simple_layout)[disabled], #global .section_filter.filter_dark input[type=time]:not(.simple_layout)[disabled]:hover, #global .section_filter.filter_dark input[type=time]:not(.simple_layout)[disabled]:focus, #global .section_filter.filter_dark input[type=time]:not(.simple_layout)[disabled].focus, #global .section_filter.filter_dark input[type=time]:not(.simple_layout).disabled, #global .section_filter.filter_dark input[type=time]:not(.simple_layout).disabled:hover, #global .section_filter.filter_dark input[type=time]:not(.simple_layout).disabled:focus, #global .section_filter.filter_dark input[type=time]:not(.simple_layout).disabled.focus, #global .section_filter.filter_dark input[type=url]:not(.simple_layout).inactive, #global .section_filter.filter_dark input[type=url]:not(.simple_layout).inactive:hover, #global .section_filter.filter_dark input[type=url]:not(.simple_layout).inactive:focus, #global .section_filter.filter_dark input[type=url]:not(.simple_layout).inactive.focus, #global .section_filter.filter_dark input[type=url]:not(.simple_layout)[disabled], #global .section_filter.filter_dark input[type=url]:not(.simple_layout)[disabled]:hover, #global .section_filter.filter_dark input[type=url]:not(.simple_layout)[disabled]:focus, #global .section_filter.filter_dark input[type=url]:not(.simple_layout)[disabled].focus, #global .section_filter.filter_dark input[type=url]:not(.simple_layout).disabled, #global .section_filter.filter_dark input[type=url]:not(.simple_layout).disabled:hover, #global .section_filter.filter_dark input[type=url]:not(.simple_layout).disabled:focus, #global .section_filter.filter_dark input[type=url]:not(.simple_layout).disabled.focus, #global .section_filter.filter_dark textarea:not(.simple_layout).inactive, #global .section_filter.filter_dark textarea:not(.simple_layout).inactive:hover, #global .section_filter.filter_dark textarea:not(.simple_layout).inactive:focus, #global .section_filter.filter_dark textarea:not(.simple_layout).inactive.focus, #global .section_filter.filter_dark textarea:not(.simple_layout)[disabled], #global .section_filter.filter_dark textarea:not(.simple_layout)[disabled]:hover, #global .section_filter.filter_dark textarea:not(.simple_layout)[disabled]:focus, #global .section_filter.filter_dark textarea:not(.simple_layout)[disabled].focus, #global .section_filter.filter_dark textarea:not(.simple_layout).disabled, #global .section_filter.filter_dark textarea:not(.simple_layout).disabled:hover, #global .section_filter.filter_dark textarea:not(.simple_layout).disabled:focus, #global .section_filter.filter_dark textarea:not(.simple_layout).disabled.focus, #global .section_filter.filter_dark select:not(.simple_layout).inactive, #global .section_filter.filter_dark select:not(.simple_layout).inactive:hover, #global .section_filter.filter_dark select:not(.simple_layout).inactive:focus, #global .section_filter.filter_dark select:not(.simple_layout).inactive.focus, #global .section_filter.filter_dark select:not(.simple_layout)[disabled], #global .section_filter.filter_dark select:not(.simple_layout)[disabled]:hover, #global .section_filter.filter_dark select:not(.simple_layout)[disabled]:focus, #global .section_filter.filter_dark select:not(.simple_layout)[disabled].focus, #global .section_filter.filter_dark select:not(.simple_layout).disabled, #global .section_filter.filter_dark select:not(.simple_layout).disabled:hover, #global .section_filter.filter_dark select:not(.simple_layout).disabled:focus, #global .section_filter.filter_dark select:not(.simple_layout).disabled.focus, #global .section_filter.filter_dark .multiselect:not(.simple_layout).inactive, #global .section_filter.filter_dark .multiselect:not(.simple_layout).inactive:hover, #global .section_filter.filter_dark .multiselect:not(.simple_layout).inactive:focus, #global .section_filter.filter_dark .multiselect:not(.simple_layout).inactive.focus, #global .section_filter.filter_dark .multiselect:not(.simple_layout)[disabled], #global .section_filter.filter_dark .multiselect:not(.simple_layout)[disabled]:hover, #global .section_filter.filter_dark .multiselect:not(.simple_layout)[disabled]:focus, #global .section_filter.filter_dark .multiselect:not(.simple_layout)[disabled].focus, #global .section_filter.filter_dark .multiselect:not(.simple_layout).disabled, #global .section_filter.filter_dark .multiselect:not(.simple_layout).disabled:hover, #global .section_filter.filter_dark .multiselect:not(.simple_layout).disabled:focus, #global .section_filter.filter_dark .multiselect:not(.simple_layout).disabled.focus, #global .section_filter.filter_dark .input:not(.simple_layout).inactive, #global .section_filter.filter_dark .input:not(.simple_layout).inactive:hover, #global .section_filter.filter_dark .input:not(.simple_layout).inactive:focus, #global .section_filter.filter_dark .input:not(.simple_layout).inactive.focus, #global .section_filter.filter_dark .input:not(.simple_layout)[disabled], #global .section_filter.filter_dark .input:not(.simple_layout)[disabled]:hover, #global .section_filter.filter_dark .input:not(.simple_layout)[disabled]:focus, #global .section_filter.filter_dark .input:not(.simple_layout)[disabled].focus, #global .section_filter.filter_dark .input:not(.simple_layout).disabled, #global .section_filter.filter_dark .input:not(.simple_layout).disabled:hover, #global .section_filter.filter_dark .input:not(.simple_layout).disabled:focus, #global .section_filter.filter_dark .input:not(.simple_layout).disabled.focus, #global section.section_accordion_form .accordion_form input[type=text]:not(.simple_layout).inactive, #global section.section_accordion_form .accordion_form input[type=text]:not(.simple_layout).inactive:hover, #global section.section_accordion_form .accordion_form input[type=text]:not(.simple_layout).inactive:focus, #global section.section_accordion_form .accordion_form input[type=text]:not(.simple_layout).inactive.focus, #global section.section_accordion_form .accordion_form input[type=text]:not(.simple_layout)[disabled], #global section.section_accordion_form .accordion_form input[type=text]:not(.simple_layout)[disabled]:hover, #global section.section_accordion_form .accordion_form input[type=text]:not(.simple_layout)[disabled]:focus, #global section.section_accordion_form .accordion_form input[type=text]:not(.simple_layout)[disabled].focus, #global section.section_accordion_form .accordion_form input[type=text]:not(.simple_layout).disabled, #global section.section_accordion_form .accordion_form input[type=text]:not(.simple_layout).disabled:hover, #global section.section_accordion_form .accordion_form input[type=text]:not(.simple_layout).disabled:focus, #global section.section_accordion_form .accordion_form input[type=text]:not(.simple_layout).disabled.focus, #global section.section_accordion_form .accordion_form input[type=password]:not(.simple_layout).inactive, #global section.section_accordion_form .accordion_form input[type=password]:not(.simple_layout).inactive:hover, #global section.section_accordion_form .accordion_form input[type=password]:not(.simple_layout).inactive:focus, #global section.section_accordion_form .accordion_form input[type=password]:not(.simple_layout).inactive.focus, #global section.section_accordion_form .accordion_form input[type=password]:not(.simple_layout)[disabled], #global section.section_accordion_form .accordion_form input[type=password]:not(.simple_layout)[disabled]:hover, #global section.section_accordion_form .accordion_form input[type=password]:not(.simple_layout)[disabled]:focus, #global section.section_accordion_form .accordion_form input[type=password]:not(.simple_layout)[disabled].focus, #global section.section_accordion_form .accordion_form input[type=password]:not(.simple_layout).disabled, #global section.section_accordion_form .accordion_form input[type=password]:not(.simple_layout).disabled:hover, #global section.section_accordion_form .accordion_form input[type=password]:not(.simple_layout).disabled:focus, #global section.section_accordion_form .accordion_form input[type=password]:not(.simple_layout).disabled.focus, #global section.section_accordion_form .accordion_form input[type=email]:not(.simple_layout).inactive, #global section.section_accordion_form .accordion_form input[type=email]:not(.simple_layout).inactive:hover, #global section.section_accordion_form .accordion_form input[type=email]:not(.simple_layout).inactive:focus, #global section.section_accordion_form .accordion_form input[type=email]:not(.simple_layout).inactive.focus, #global section.section_accordion_form .accordion_form input[type=email]:not(.simple_layout)[disabled], #global section.section_accordion_form .accordion_form input[type=email]:not(.simple_layout)[disabled]:hover, #global section.section_accordion_form .accordion_form input[type=email]:not(.simple_layout)[disabled]:focus, #global section.section_accordion_form .accordion_form input[type=email]:not(.simple_layout)[disabled].focus, #global section.section_accordion_form .accordion_form input[type=email]:not(.simple_layout).disabled, #global section.section_accordion_form .accordion_form input[type=email]:not(.simple_layout).disabled:hover, #global section.section_accordion_form .accordion_form input[type=email]:not(.simple_layout).disabled:focus, #global section.section_accordion_form .accordion_form input[type=email]:not(.simple_layout).disabled.focus, #global section.section_accordion_form .accordion_form input[type=tel]:not(.simple_layout).inactive, #global section.section_accordion_form .accordion_form input[type=tel]:not(.simple_layout).inactive:hover, #global section.section_accordion_form .accordion_form input[type=tel]:not(.simple_layout).inactive:focus, #global section.section_accordion_form .accordion_form input[type=tel]:not(.simple_layout).inactive.focus, #global section.section_accordion_form .accordion_form input[type=tel]:not(.simple_layout)[disabled], #global section.section_accordion_form .accordion_form input[type=tel]:not(.simple_layout)[disabled]:hover, #global section.section_accordion_form .accordion_form input[type=tel]:not(.simple_layout)[disabled]:focus, #global section.section_accordion_form .accordion_form input[type=tel]:not(.simple_layout)[disabled].focus, #global section.section_accordion_form .accordion_form input[type=tel]:not(.simple_layout).disabled, #global section.section_accordion_form .accordion_form input[type=tel]:not(.simple_layout).disabled:hover, #global section.section_accordion_form .accordion_form input[type=tel]:not(.simple_layout).disabled:focus, #global section.section_accordion_form .accordion_form input[type=tel]:not(.simple_layout).disabled.focus, #global section.section_accordion_form .accordion_form input[type=number]:not(.simple_layout).inactive, #global section.section_accordion_form .accordion_form input[type=number]:not(.simple_layout).inactive:hover, #global section.section_accordion_form .accordion_form input[type=number]:not(.simple_layout).inactive:focus, #global section.section_accordion_form .accordion_form input[type=number]:not(.simple_layout).inactive.focus, #global section.section_accordion_form .accordion_form input[type=number]:not(.simple_layout)[disabled], #global section.section_accordion_form .accordion_form input[type=number]:not(.simple_layout)[disabled]:hover, #global section.section_accordion_form .accordion_form input[type=number]:not(.simple_layout)[disabled]:focus, #global section.section_accordion_form .accordion_form input[type=number]:not(.simple_layout)[disabled].focus, #global section.section_accordion_form .accordion_form input[type=number]:not(.simple_layout).disabled, #global section.section_accordion_form .accordion_form input[type=number]:not(.simple_layout).disabled:hover, #global section.section_accordion_form .accordion_form input[type=number]:not(.simple_layout).disabled:focus, #global section.section_accordion_form .accordion_form input[type=number]:not(.simple_layout).disabled.focus, #global section.section_accordion_form .accordion_form input[type=date]:not(.simple_layout).inactive, #global section.section_accordion_form .accordion_form input[type=date]:not(.simple_layout).inactive:hover, #global section.section_accordion_form .accordion_form input[type=date]:not(.simple_layout).inactive:focus, #global section.section_accordion_form .accordion_form input[type=date]:not(.simple_layout).inactive.focus, #global section.section_accordion_form .accordion_form input[type=date]:not(.simple_layout)[disabled], #global section.section_accordion_form .accordion_form input[type=date]:not(.simple_layout)[disabled]:hover, #global section.section_accordion_form .accordion_form input[type=date]:not(.simple_layout)[disabled]:focus, #global section.section_accordion_form .accordion_form input[type=date]:not(.simple_layout)[disabled].focus, #global section.section_accordion_form .accordion_form input[type=date]:not(.simple_layout).disabled, #global section.section_accordion_form .accordion_form input[type=date]:not(.simple_layout).disabled:hover, #global section.section_accordion_form .accordion_form input[type=date]:not(.simple_layout).disabled:focus, #global section.section_accordion_form .accordion_form input[type=date]:not(.simple_layout).disabled.focus, #global section.section_accordion_form .accordion_form input[type=time]:not(.simple_layout).inactive, #global section.section_accordion_form .accordion_form input[type=time]:not(.simple_layout).inactive:hover, #global section.section_accordion_form .accordion_form input[type=time]:not(.simple_layout).inactive:focus, #global section.section_accordion_form .accordion_form input[type=time]:not(.simple_layout).inactive.focus, #global section.section_accordion_form .accordion_form input[type=time]:not(.simple_layout)[disabled], #global section.section_accordion_form .accordion_form input[type=time]:not(.simple_layout)[disabled]:hover, #global section.section_accordion_form .accordion_form input[type=time]:not(.simple_layout)[disabled]:focus, #global section.section_accordion_form .accordion_form input[type=time]:not(.simple_layout)[disabled].focus, #global section.section_accordion_form .accordion_form input[type=time]:not(.simple_layout).disabled, #global section.section_accordion_form .accordion_form input[type=time]:not(.simple_layout).disabled:hover, #global section.section_accordion_form .accordion_form input[type=time]:not(.simple_layout).disabled:focus, #global section.section_accordion_form .accordion_form input[type=time]:not(.simple_layout).disabled.focus, #global section.section_accordion_form .accordion_form input[type=url]:not(.simple_layout).inactive, #global section.section_accordion_form .accordion_form input[type=url]:not(.simple_layout).inactive:hover, #global section.section_accordion_form .accordion_form input[type=url]:not(.simple_layout).inactive:focus, #global section.section_accordion_form .accordion_form input[type=url]:not(.simple_layout).inactive.focus, #global section.section_accordion_form .accordion_form input[type=url]:not(.simple_layout)[disabled], #global section.section_accordion_form .accordion_form input[type=url]:not(.simple_layout)[disabled]:hover, #global section.section_accordion_form .accordion_form input[type=url]:not(.simple_layout)[disabled]:focus, #global section.section_accordion_form .accordion_form input[type=url]:not(.simple_layout)[disabled].focus, #global section.section_accordion_form .accordion_form input[type=url]:not(.simple_layout).disabled, #global section.section_accordion_form .accordion_form input[type=url]:not(.simple_layout).disabled:hover, #global section.section_accordion_form .accordion_form input[type=url]:not(.simple_layout).disabled:focus, #global section.section_accordion_form .accordion_form input[type=url]:not(.simple_layout).disabled.focus, #global section.section_accordion_form .accordion_form textarea:not(.simple_layout).inactive, #global section.section_accordion_form .accordion_form textarea:not(.simple_layout).inactive:hover, #global section.section_accordion_form .accordion_form textarea:not(.simple_layout).inactive:focus, #global section.section_accordion_form .accordion_form textarea:not(.simple_layout).inactive.focus, #global section.section_accordion_form .accordion_form textarea:not(.simple_layout)[disabled], #global section.section_accordion_form .accordion_form textarea:not(.simple_layout)[disabled]:hover, #global section.section_accordion_form .accordion_form textarea:not(.simple_layout)[disabled]:focus, #global section.section_accordion_form .accordion_form textarea:not(.simple_layout)[disabled].focus, #global section.section_accordion_form .accordion_form textarea:not(.simple_layout).disabled, #global section.section_accordion_form .accordion_form textarea:not(.simple_layout).disabled:hover, #global section.section_accordion_form .accordion_form textarea:not(.simple_layout).disabled:focus, #global section.section_accordion_form .accordion_form textarea:not(.simple_layout).disabled.focus, #global section.section_accordion_form .accordion_form select:not(.simple_layout).inactive, #global section.section_accordion_form .accordion_form select:not(.simple_layout).inactive:hover, #global section.section_accordion_form .accordion_form select:not(.simple_layout).inactive:focus, #global section.section_accordion_form .accordion_form select:not(.simple_layout).inactive.focus, #global section.section_accordion_form .accordion_form select:not(.simple_layout)[disabled], #global section.section_accordion_form .accordion_form select:not(.simple_layout)[disabled]:hover, #global section.section_accordion_form .accordion_form select:not(.simple_layout)[disabled]:focus, #global section.section_accordion_form .accordion_form select:not(.simple_layout)[disabled].focus, #global section.section_accordion_form .accordion_form select:not(.simple_layout).disabled, #global section.section_accordion_form .accordion_form select:not(.simple_layout).disabled:hover, #global section.section_accordion_form .accordion_form select:not(.simple_layout).disabled:focus, #global section.section_accordion_form .accordion_form select:not(.simple_layout).disabled.focus, #global section.section_accordion_form .accordion_form .multiselect:not(.simple_layout).inactive, #global section.section_accordion_form .accordion_form .multiselect:not(.simple_layout).inactive:hover, #global section.section_accordion_form .accordion_form .multiselect:not(.simple_layout).inactive:focus, #global section.section_accordion_form .accordion_form .multiselect:not(.simple_layout).inactive.focus, #global section.section_accordion_form .accordion_form .multiselect:not(.simple_layout)[disabled], #global section.section_accordion_form .accordion_form .multiselect:not(.simple_layout)[disabled]:hover, #global section.section_accordion_form .accordion_form .multiselect:not(.simple_layout)[disabled]:focus, #global section.section_accordion_form .accordion_form .multiselect:not(.simple_layout)[disabled].focus, #global section.section_accordion_form .accordion_form .multiselect:not(.simple_layout).disabled, #global section.section_accordion_form .accordion_form .multiselect:not(.simple_layout).disabled:hover, #global section.section_accordion_form .accordion_form .multiselect:not(.simple_layout).disabled:focus, #global section.section_accordion_form .accordion_form .multiselect:not(.simple_layout).disabled.focus, #global section.section_accordion_form .accordion_form .input:not(.simple_layout).inactive, #global section.section_accordion_form .accordion_form .input:not(.simple_layout).inactive:hover, #global section.section_accordion_form .accordion_form .input:not(.simple_layout).inactive:focus, #global section.section_accordion_form .accordion_form .input:not(.simple_layout).inactive.focus, #global section.section_accordion_form .accordion_form .input:not(.simple_layout)[disabled], #global section.section_accordion_form .accordion_form .input:not(.simple_layout)[disabled]:hover, #global section.section_accordion_form .accordion_form .input:not(.simple_layout)[disabled]:focus, #global section.section_accordion_form .accordion_form .input:not(.simple_layout)[disabled].focus, #global section.section_accordion_form .accordion_form .input:not(.simple_layout).disabled, #global section.section_accordion_form .accordion_form .input:not(.simple_layout).disabled:hover, #global section.section_accordion_form .accordion_form .input:not(.simple_layout).disabled:focus, #global section.section_accordion_form .accordion_form .input:not(.simple_layout).disabled.focus, #global section.section_accordion_form .accordion_form .accordion_title input[type=text]:not(.simple_layout).inactive, #global section.section_accordion_form .accordion_form .accordion_title input[type=text]:not(.simple_layout).inactive:hover, #global section.section_accordion_form .accordion_form .accordion_title input[type=text]:not(.simple_layout).inactive:focus, #global section.section_accordion_form .accordion_form .accordion_title input[type=text]:not(.simple_layout).inactive.focus, #global section.section_accordion_form .accordion_form .accordion_title input[type=text]:not(.simple_layout)[disabled], #global section.section_accordion_form .accordion_form .accordion_title input[type=text]:not(.simple_layout)[disabled]:hover, #global section.section_accordion_form .accordion_form .accordion_title input[type=text]:not(.simple_layout)[disabled]:focus, #global section.section_accordion_form .accordion_form .accordion_title input[type=text]:not(.simple_layout)[disabled].focus, #global section.section_accordion_form .accordion_form .accordion_title input[type=text]:not(.simple_layout).disabled, #global section.section_accordion_form .accordion_form .accordion_title input[type=text]:not(.simple_layout).disabled:hover, #global section.section_accordion_form .accordion_form .accordion_title input[type=text]:not(.simple_layout).disabled:focus, #global section.section_accordion_form .accordion_form .accordion_title input[type=text]:not(.simple_layout).disabled.focus, #global section.section_accordion_form .accordion_form .accordion_title input[type=password]:not(.simple_layout).inactive, #global section.section_accordion_form .accordion_form .accordion_title input[type=password]:not(.simple_layout).inactive:hover, #global section.section_accordion_form .accordion_form .accordion_title input[type=password]:not(.simple_layout).inactive:focus, #global section.section_accordion_form .accordion_form .accordion_title input[type=password]:not(.simple_layout).inactive.focus, #global section.section_accordion_form .accordion_form .accordion_title input[type=password]:not(.simple_layout)[disabled], #global section.section_accordion_form .accordion_form .accordion_title input[type=password]:not(.simple_layout)[disabled]:hover, #global section.section_accordion_form .accordion_form .accordion_title input[type=password]:not(.simple_layout)[disabled]:focus, #global section.section_accordion_form .accordion_form .accordion_title input[type=password]:not(.simple_layout)[disabled].focus, #global section.section_accordion_form .accordion_form .accordion_title input[type=password]:not(.simple_layout).disabled, #global section.section_accordion_form .accordion_form .accordion_title input[type=password]:not(.simple_layout).disabled:hover, #global section.section_accordion_form .accordion_form .accordion_title input[type=password]:not(.simple_layout).disabled:focus, #global section.section_accordion_form .accordion_form .accordion_title input[type=password]:not(.simple_layout).disabled.focus, #global section.section_accordion_form .accordion_form .accordion_title input[type=email]:not(.simple_layout).inactive, #global section.section_accordion_form .accordion_form .accordion_title input[type=email]:not(.simple_layout).inactive:hover, #global section.section_accordion_form .accordion_form .accordion_title input[type=email]:not(.simple_layout).inactive:focus, #global section.section_accordion_form .accordion_form .accordion_title input[type=email]:not(.simple_layout).inactive.focus, #global section.section_accordion_form .accordion_form .accordion_title input[type=email]:not(.simple_layout)[disabled], #global section.section_accordion_form .accordion_form .accordion_title input[type=email]:not(.simple_layout)[disabled]:hover, #global section.section_accordion_form .accordion_form .accordion_title input[type=email]:not(.simple_layout)[disabled]:focus, #global section.section_accordion_form .accordion_form .accordion_title input[type=email]:not(.simple_layout)[disabled].focus, #global section.section_accordion_form .accordion_form .accordion_title input[type=email]:not(.simple_layout).disabled, #global section.section_accordion_form .accordion_form .accordion_title input[type=email]:not(.simple_layout).disabled:hover, #global section.section_accordion_form .accordion_form .accordion_title input[type=email]:not(.simple_layout).disabled:focus, #global section.section_accordion_form .accordion_form .accordion_title input[type=email]:not(.simple_layout).disabled.focus, #global section.section_accordion_form .accordion_form .accordion_title input[type=tel]:not(.simple_layout).inactive, #global section.section_accordion_form .accordion_form .accordion_title input[type=tel]:not(.simple_layout).inactive:hover, #global section.section_accordion_form .accordion_form .accordion_title input[type=tel]:not(.simple_layout).inactive:focus, #global section.section_accordion_form .accordion_form .accordion_title input[type=tel]:not(.simple_layout).inactive.focus, #global section.section_accordion_form .accordion_form .accordion_title input[type=tel]:not(.simple_layout)[disabled], #global section.section_accordion_form .accordion_form .accordion_title input[type=tel]:not(.simple_layout)[disabled]:hover, #global section.section_accordion_form .accordion_form .accordion_title input[type=tel]:not(.simple_layout)[disabled]:focus, #global section.section_accordion_form .accordion_form .accordion_title input[type=tel]:not(.simple_layout)[disabled].focus, #global section.section_accordion_form .accordion_form .accordion_title input[type=tel]:not(.simple_layout).disabled, #global section.section_accordion_form .accordion_form .accordion_title input[type=tel]:not(.simple_layout).disabled:hover, #global section.section_accordion_form .accordion_form .accordion_title input[type=tel]:not(.simple_layout).disabled:focus, #global section.section_accordion_form .accordion_form .accordion_title input[type=tel]:not(.simple_layout).disabled.focus, #global section.section_accordion_form .accordion_form .accordion_title input[type=number]:not(.simple_layout).inactive, #global section.section_accordion_form .accordion_form .accordion_title input[type=number]:not(.simple_layout).inactive:hover, #global section.section_accordion_form .accordion_form .accordion_title input[type=number]:not(.simple_layout).inactive:focus, #global section.section_accordion_form .accordion_form .accordion_title input[type=number]:not(.simple_layout).inactive.focus, #global section.section_accordion_form .accordion_form .accordion_title input[type=number]:not(.simple_layout)[disabled], #global section.section_accordion_form .accordion_form .accordion_title input[type=number]:not(.simple_layout)[disabled]:hover, #global section.section_accordion_form .accordion_form .accordion_title input[type=number]:not(.simple_layout)[disabled]:focus, #global section.section_accordion_form .accordion_form .accordion_title input[type=number]:not(.simple_layout)[disabled].focus, #global section.section_accordion_form .accordion_form .accordion_title input[type=number]:not(.simple_layout).disabled, #global section.section_accordion_form .accordion_form .accordion_title input[type=number]:not(.simple_layout).disabled:hover, #global section.section_accordion_form .accordion_form .accordion_title input[type=number]:not(.simple_layout).disabled:focus, #global section.section_accordion_form .accordion_form .accordion_title input[type=number]:not(.simple_layout).disabled.focus, #global section.section_accordion_form .accordion_form .accordion_title input[type=date]:not(.simple_layout).inactive, #global section.section_accordion_form .accordion_form .accordion_title input[type=date]:not(.simple_layout).inactive:hover, #global section.section_accordion_form .accordion_form .accordion_title input[type=date]:not(.simple_layout).inactive:focus, #global section.section_accordion_form .accordion_form .accordion_title input[type=date]:not(.simple_layout).inactive.focus, #global section.section_accordion_form .accordion_form .accordion_title input[type=date]:not(.simple_layout)[disabled], #global section.section_accordion_form .accordion_form .accordion_title input[type=date]:not(.simple_layout)[disabled]:hover, #global section.section_accordion_form .accordion_form .accordion_title input[type=date]:not(.simple_layout)[disabled]:focus, #global section.section_accordion_form .accordion_form .accordion_title input[type=date]:not(.simple_layout)[disabled].focus, #global section.section_accordion_form .accordion_form .accordion_title input[type=date]:not(.simple_layout).disabled, #global section.section_accordion_form .accordion_form .accordion_title input[type=date]:not(.simple_layout).disabled:hover, #global section.section_accordion_form .accordion_form .accordion_title input[type=date]:not(.simple_layout).disabled:focus, #global section.section_accordion_form .accordion_form .accordion_title input[type=date]:not(.simple_layout).disabled.focus, #global section.section_accordion_form .accordion_form .accordion_title input[type=time]:not(.simple_layout).inactive, #global section.section_accordion_form .accordion_form .accordion_title input[type=time]:not(.simple_layout).inactive:hover, #global section.section_accordion_form .accordion_form .accordion_title input[type=time]:not(.simple_layout).inactive:focus, #global section.section_accordion_form .accordion_form .accordion_title input[type=time]:not(.simple_layout).inactive.focus, #global section.section_accordion_form .accordion_form .accordion_title input[type=time]:not(.simple_layout)[disabled], #global section.section_accordion_form .accordion_form .accordion_title input[type=time]:not(.simple_layout)[disabled]:hover, #global section.section_accordion_form .accordion_form .accordion_title input[type=time]:not(.simple_layout)[disabled]:focus, #global section.section_accordion_form .accordion_form .accordion_title input[type=time]:not(.simple_layout)[disabled].focus, #global section.section_accordion_form .accordion_form .accordion_title input[type=time]:not(.simple_layout).disabled, #global section.section_accordion_form .accordion_form .accordion_title input[type=time]:not(.simple_layout).disabled:hover, #global section.section_accordion_form .accordion_form .accordion_title input[type=time]:not(.simple_layout).disabled:focus, #global section.section_accordion_form .accordion_form .accordion_title input[type=time]:not(.simple_layout).disabled.focus, #global section.section_accordion_form .accordion_form .accordion_title input[type=url]:not(.simple_layout).inactive, #global section.section_accordion_form .accordion_form .accordion_title input[type=url]:not(.simple_layout).inactive:hover, #global section.section_accordion_form .accordion_form .accordion_title input[type=url]:not(.simple_layout).inactive:focus, #global section.section_accordion_form .accordion_form .accordion_title input[type=url]:not(.simple_layout).inactive.focus, #global section.section_accordion_form .accordion_form .accordion_title input[type=url]:not(.simple_layout)[disabled], #global section.section_accordion_form .accordion_form .accordion_title input[type=url]:not(.simple_layout)[disabled]:hover, #global section.section_accordion_form .accordion_form .accordion_title input[type=url]:not(.simple_layout)[disabled]:focus, #global section.section_accordion_form .accordion_form .accordion_title input[type=url]:not(.simple_layout)[disabled].focus, #global section.section_accordion_form .accordion_form .accordion_title input[type=url]:not(.simple_layout).disabled, #global section.section_accordion_form .accordion_form .accordion_title input[type=url]:not(.simple_layout).disabled:hover, #global section.section_accordion_form .accordion_form .accordion_title input[type=url]:not(.simple_layout).disabled:focus, #global section.section_accordion_form .accordion_form .accordion_title input[type=url]:not(.simple_layout).disabled.focus, #global section.section_accordion_form .accordion_form .accordion_title textarea:not(.simple_layout).inactive, #global section.section_accordion_form .accordion_form .accordion_title textarea:not(.simple_layout).inactive:hover, #global section.section_accordion_form .accordion_form .accordion_title textarea:not(.simple_layout).inactive:focus, #global section.section_accordion_form .accordion_form .accordion_title textarea:not(.simple_layout).inactive.focus, #global section.section_accordion_form .accordion_form .accordion_title textarea:not(.simple_layout)[disabled], #global section.section_accordion_form .accordion_form .accordion_title textarea:not(.simple_layout)[disabled]:hover, #global section.section_accordion_form .accordion_form .accordion_title textarea:not(.simple_layout)[disabled]:focus, #global section.section_accordion_form .accordion_form .accordion_title textarea:not(.simple_layout)[disabled].focus, #global section.section_accordion_form .accordion_form .accordion_title textarea:not(.simple_layout).disabled, #global section.section_accordion_form .accordion_form .accordion_title textarea:not(.simple_layout).disabled:hover, #global section.section_accordion_form .accordion_form .accordion_title textarea:not(.simple_layout).disabled:focus, #global section.section_accordion_form .accordion_form .accordion_title textarea:not(.simple_layout).disabled.focus, #global section.section_accordion_form .accordion_form .accordion_title select:not(.simple_layout).inactive, #global section.section_accordion_form .accordion_form .accordion_title select:not(.simple_layout).inactive:hover, #global section.section_accordion_form .accordion_form .accordion_title select:not(.simple_layout).inactive:focus, #global section.section_accordion_form .accordion_form .accordion_title select:not(.simple_layout).inactive.focus, #global section.section_accordion_form .accordion_form .accordion_title select:not(.simple_layout)[disabled], #global section.section_accordion_form .accordion_form .accordion_title select:not(.simple_layout)[disabled]:hover, #global section.section_accordion_form .accordion_form .accordion_title select:not(.simple_layout)[disabled]:focus, #global section.section_accordion_form .accordion_form .accordion_title select:not(.simple_layout)[disabled].focus, #global section.section_accordion_form .accordion_form .accordion_title select:not(.simple_layout).disabled, #global section.section_accordion_form .accordion_form .accordion_title select:not(.simple_layout).disabled:hover, #global section.section_accordion_form .accordion_form .accordion_title select:not(.simple_layout).disabled:focus, #global section.section_accordion_form .accordion_form .accordion_title select:not(.simple_layout).disabled.focus, #global section.section_accordion_form .accordion_form .accordion_title .multiselect:not(.simple_layout).inactive, #global section.section_accordion_form .accordion_form .accordion_title .multiselect:not(.simple_layout).inactive:hover, #global section.section_accordion_form .accordion_form .accordion_title .multiselect:not(.simple_layout).inactive:focus, #global section.section_accordion_form .accordion_form .accordion_title .multiselect:not(.simple_layout).inactive.focus, #global section.section_accordion_form .accordion_form .accordion_title .multiselect:not(.simple_layout)[disabled], #global section.section_accordion_form .accordion_form .accordion_title .multiselect:not(.simple_layout)[disabled]:hover, #global section.section_accordion_form .accordion_form .accordion_title .multiselect:not(.simple_layout)[disabled]:focus, #global section.section_accordion_form .accordion_form .accordion_title .multiselect:not(.simple_layout)[disabled].focus, #global section.section_accordion_form .accordion_form .accordion_title .multiselect:not(.simple_layout).disabled, #global section.section_accordion_form .accordion_form .accordion_title .multiselect:not(.simple_layout).disabled:hover, #global section.section_accordion_form .accordion_form .accordion_title .multiselect:not(.simple_layout).disabled:focus, #global section.section_accordion_form .accordion_form .accordion_title .multiselect:not(.simple_layout).disabled.focus, #global section.section_accordion_form .accordion_form .accordion_title .input:not(.simple_layout).inactive, #global section.section_accordion_form .accordion_form .accordion_title .input:not(.simple_layout).inactive:hover, #global section.section_accordion_form .accordion_form .accordion_title .input:not(.simple_layout).inactive:focus, #global section.section_accordion_form .accordion_form .accordion_title .input:not(.simple_layout).inactive.focus, #global section.section_accordion_form .accordion_form .accordion_title .input:not(.simple_layout)[disabled], #global section.section_accordion_form .accordion_form .accordion_title .input:not(.simple_layout)[disabled]:hover, #global section.section_accordion_form .accordion_form .accordion_title .input:not(.simple_layout)[disabled]:focus, #global section.section_accordion_form .accordion_form .accordion_title .input:not(.simple_layout)[disabled].focus, #global section.section_accordion_form .accordion_form .accordion_title .input:not(.simple_layout).disabled, #global section.section_accordion_form .accordion_form .accordion_title .input:not(.simple_layout).disabled:hover, #global section.section_accordion_form .accordion_form .accordion_title .input:not(.simple_layout).disabled:focus, #global section.section_accordion_form .accordion_form .accordion_title .input:not(.simple_layout).disabled.focus, #global aside.box:not(.aside_light) input[type=text]:not(.simple_layout).inactive, #global aside.box:not(.aside_light) input[type=text]:not(.simple_layout).inactive:hover, #global aside.box:not(.aside_light) input[type=text]:not(.simple_layout).inactive:focus, #global aside.box:not(.aside_light) input[type=text]:not(.simple_layout).inactive.focus, #global aside.box:not(.aside_light) input[type=text]:not(.simple_layout)[disabled], #global aside.box:not(.aside_light) input[type=text]:not(.simple_layout)[disabled]:hover, #global aside.box:not(.aside_light) input[type=text]:not(.simple_layout)[disabled]:focus, #global aside.box:not(.aside_light) input[type=text]:not(.simple_layout)[disabled].focus, #global aside.box:not(.aside_light) input[type=text]:not(.simple_layout).disabled, #global aside.box:not(.aside_light) input[type=text]:not(.simple_layout).disabled:hover, #global aside.box:not(.aside_light) input[type=text]:not(.simple_layout).disabled:focus, #global aside.box:not(.aside_light) input[type=text]:not(.simple_layout).disabled.focus, #global aside.box:not(.aside_light) input[type=password]:not(.simple_layout).inactive, #global aside.box:not(.aside_light) input[type=password]:not(.simple_layout).inactive:hover, #global aside.box:not(.aside_light) input[type=password]:not(.simple_layout).inactive:focus, #global aside.box:not(.aside_light) input[type=password]:not(.simple_layout).inactive.focus, #global aside.box:not(.aside_light) input[type=password]:not(.simple_layout)[disabled], #global aside.box:not(.aside_light) input[type=password]:not(.simple_layout)[disabled]:hover, #global aside.box:not(.aside_light) input[type=password]:not(.simple_layout)[disabled]:focus, #global aside.box:not(.aside_light) input[type=password]:not(.simple_layout)[disabled].focus, #global aside.box:not(.aside_light) input[type=password]:not(.simple_layout).disabled, #global aside.box:not(.aside_light) input[type=password]:not(.simple_layout).disabled:hover, #global aside.box:not(.aside_light) input[type=password]:not(.simple_layout).disabled:focus, #global aside.box:not(.aside_light) input[type=password]:not(.simple_layout).disabled.focus, #global aside.box:not(.aside_light) input[type=email]:not(.simple_layout).inactive, #global aside.box:not(.aside_light) input[type=email]:not(.simple_layout).inactive:hover, #global aside.box:not(.aside_light) input[type=email]:not(.simple_layout).inactive:focus, #global aside.box:not(.aside_light) input[type=email]:not(.simple_layout).inactive.focus, #global aside.box:not(.aside_light) input[type=email]:not(.simple_layout)[disabled], #global aside.box:not(.aside_light) input[type=email]:not(.simple_layout)[disabled]:hover, #global aside.box:not(.aside_light) input[type=email]:not(.simple_layout)[disabled]:focus, #global aside.box:not(.aside_light) input[type=email]:not(.simple_layout)[disabled].focus, #global aside.box:not(.aside_light) input[type=email]:not(.simple_layout).disabled, #global aside.box:not(.aside_light) input[type=email]:not(.simple_layout).disabled:hover, #global aside.box:not(.aside_light) input[type=email]:not(.simple_layout).disabled:focus, #global aside.box:not(.aside_light) input[type=email]:not(.simple_layout).disabled.focus, #global aside.box:not(.aside_light) input[type=tel]:not(.simple_layout).inactive, #global aside.box:not(.aside_light) input[type=tel]:not(.simple_layout).inactive:hover, #global aside.box:not(.aside_light) input[type=tel]:not(.simple_layout).inactive:focus, #global aside.box:not(.aside_light) input[type=tel]:not(.simple_layout).inactive.focus, #global aside.box:not(.aside_light) input[type=tel]:not(.simple_layout)[disabled], #global aside.box:not(.aside_light) input[type=tel]:not(.simple_layout)[disabled]:hover, #global aside.box:not(.aside_light) input[type=tel]:not(.simple_layout)[disabled]:focus, #global aside.box:not(.aside_light) input[type=tel]:not(.simple_layout)[disabled].focus, #global aside.box:not(.aside_light) input[type=tel]:not(.simple_layout).disabled, #global aside.box:not(.aside_light) input[type=tel]:not(.simple_layout).disabled:hover, #global aside.box:not(.aside_light) input[type=tel]:not(.simple_layout).disabled:focus, #global aside.box:not(.aside_light) input[type=tel]:not(.simple_layout).disabled.focus, #global aside.box:not(.aside_light) input[type=number]:not(.simple_layout).inactive, #global aside.box:not(.aside_light) input[type=number]:not(.simple_layout).inactive:hover, #global aside.box:not(.aside_light) input[type=number]:not(.simple_layout).inactive:focus, #global aside.box:not(.aside_light) input[type=number]:not(.simple_layout).inactive.focus, #global aside.box:not(.aside_light) input[type=number]:not(.simple_layout)[disabled], #global aside.box:not(.aside_light) input[type=number]:not(.simple_layout)[disabled]:hover, #global aside.box:not(.aside_light) input[type=number]:not(.simple_layout)[disabled]:focus, #global aside.box:not(.aside_light) input[type=number]:not(.simple_layout)[disabled].focus, #global aside.box:not(.aside_light) input[type=number]:not(.simple_layout).disabled, #global aside.box:not(.aside_light) input[type=number]:not(.simple_layout).disabled:hover, #global aside.box:not(.aside_light) input[type=number]:not(.simple_layout).disabled:focus, #global aside.box:not(.aside_light) input[type=number]:not(.simple_layout).disabled.focus, #global aside.box:not(.aside_light) input[type=date]:not(.simple_layout).inactive, #global aside.box:not(.aside_light) input[type=date]:not(.simple_layout).inactive:hover, #global aside.box:not(.aside_light) input[type=date]:not(.simple_layout).inactive:focus, #global aside.box:not(.aside_light) input[type=date]:not(.simple_layout).inactive.focus, #global aside.box:not(.aside_light) input[type=date]:not(.simple_layout)[disabled], #global aside.box:not(.aside_light) input[type=date]:not(.simple_layout)[disabled]:hover, #global aside.box:not(.aside_light) input[type=date]:not(.simple_layout)[disabled]:focus, #global aside.box:not(.aside_light) input[type=date]:not(.simple_layout)[disabled].focus, #global aside.box:not(.aside_light) input[type=date]:not(.simple_layout).disabled, #global aside.box:not(.aside_light) input[type=date]:not(.simple_layout).disabled:hover, #global aside.box:not(.aside_light) input[type=date]:not(.simple_layout).disabled:focus, #global aside.box:not(.aside_light) input[type=date]:not(.simple_layout).disabled.focus, #global aside.box:not(.aside_light) input[type=time]:not(.simple_layout).inactive, #global aside.box:not(.aside_light) input[type=time]:not(.simple_layout).inactive:hover, #global aside.box:not(.aside_light) input[type=time]:not(.simple_layout).inactive:focus, #global aside.box:not(.aside_light) input[type=time]:not(.simple_layout).inactive.focus, #global aside.box:not(.aside_light) input[type=time]:not(.simple_layout)[disabled], #global aside.box:not(.aside_light) input[type=time]:not(.simple_layout)[disabled]:hover, #global aside.box:not(.aside_light) input[type=time]:not(.simple_layout)[disabled]:focus, #global aside.box:not(.aside_light) input[type=time]:not(.simple_layout)[disabled].focus, #global aside.box:not(.aside_light) input[type=time]:not(.simple_layout).disabled, #global aside.box:not(.aside_light) input[type=time]:not(.simple_layout).disabled:hover, #global aside.box:not(.aside_light) input[type=time]:not(.simple_layout).disabled:focus, #global aside.box:not(.aside_light) input[type=time]:not(.simple_layout).disabled.focus, #global aside.box:not(.aside_light) input[type=url]:not(.simple_layout).inactive, #global aside.box:not(.aside_light) input[type=url]:not(.simple_layout).inactive:hover, #global aside.box:not(.aside_light) input[type=url]:not(.simple_layout).inactive:focus, #global aside.box:not(.aside_light) input[type=url]:not(.simple_layout).inactive.focus, #global aside.box:not(.aside_light) input[type=url]:not(.simple_layout)[disabled], #global aside.box:not(.aside_light) input[type=url]:not(.simple_layout)[disabled]:hover, #global aside.box:not(.aside_light) input[type=url]:not(.simple_layout)[disabled]:focus, #global aside.box:not(.aside_light) input[type=url]:not(.simple_layout)[disabled].focus, #global aside.box:not(.aside_light) input[type=url]:not(.simple_layout).disabled, #global aside.box:not(.aside_light) input[type=url]:not(.simple_layout).disabled:hover, #global aside.box:not(.aside_light) input[type=url]:not(.simple_layout).disabled:focus, #global aside.box:not(.aside_light) input[type=url]:not(.simple_layout).disabled.focus, #global aside.box:not(.aside_light) textarea:not(.simple_layout).inactive, #global aside.box:not(.aside_light) textarea:not(.simple_layout).inactive:hover, #global aside.box:not(.aside_light) textarea:not(.simple_layout).inactive:focus, #global aside.box:not(.aside_light) textarea:not(.simple_layout).inactive.focus, #global aside.box:not(.aside_light) textarea:not(.simple_layout)[disabled], #global aside.box:not(.aside_light) textarea:not(.simple_layout)[disabled]:hover, #global aside.box:not(.aside_light) textarea:not(.simple_layout)[disabled]:focus, #global aside.box:not(.aside_light) textarea:not(.simple_layout)[disabled].focus, #global aside.box:not(.aside_light) textarea:not(.simple_layout).disabled, #global aside.box:not(.aside_light) textarea:not(.simple_layout).disabled:hover, #global aside.box:not(.aside_light) textarea:not(.simple_layout).disabled:focus, #global aside.box:not(.aside_light) textarea:not(.simple_layout).disabled.focus, #global aside.box:not(.aside_light) select:not(.simple_layout).inactive, #global aside.box:not(.aside_light) select:not(.simple_layout).inactive:hover, #global aside.box:not(.aside_light) select:not(.simple_layout).inactive:focus, #global aside.box:not(.aside_light) select:not(.simple_layout).inactive.focus, #global aside.box:not(.aside_light) select:not(.simple_layout)[disabled], #global aside.box:not(.aside_light) select:not(.simple_layout)[disabled]:hover, #global aside.box:not(.aside_light) select:not(.simple_layout)[disabled]:focus, #global aside.box:not(.aside_light) select:not(.simple_layout)[disabled].focus, #global aside.box:not(.aside_light) select:not(.simple_layout).disabled, #global aside.box:not(.aside_light) select:not(.simple_layout).disabled:hover, #global aside.box:not(.aside_light) select:not(.simple_layout).disabled:focus, #global aside.box:not(.aside_light) select:not(.simple_layout).disabled.focus, #global aside.box:not(.aside_light) .multiselect:not(.simple_layout).inactive, #global aside.box:not(.aside_light) .multiselect:not(.simple_layout).inactive:hover, #global aside.box:not(.aside_light) .multiselect:not(.simple_layout).inactive:focus, #global aside.box:not(.aside_light) .multiselect:not(.simple_layout).inactive.focus, #global aside.box:not(.aside_light) .multiselect:not(.simple_layout)[disabled], #global aside.box:not(.aside_light) .multiselect:not(.simple_layout)[disabled]:hover, #global aside.box:not(.aside_light) .multiselect:not(.simple_layout)[disabled]:focus, #global aside.box:not(.aside_light) .multiselect:not(.simple_layout)[disabled].focus, #global aside.box:not(.aside_light) .multiselect:not(.simple_layout).disabled, #global aside.box:not(.aside_light) .multiselect:not(.simple_layout).disabled:hover, #global aside.box:not(.aside_light) .multiselect:not(.simple_layout).disabled:focus, #global aside.box:not(.aside_light) .multiselect:not(.simple_layout).disabled.focus, #global aside.box:not(.aside_light) .input:not(.simple_layout).inactive, #global aside.box:not(.aside_light) .input:not(.simple_layout).inactive:hover, #global aside.box:not(.aside_light) .input:not(.simple_layout).inactive:focus, #global aside.box:not(.aside_light) .input:not(.simple_layout).inactive.focus, #global aside.box:not(.aside_light) .input:not(.simple_layout)[disabled], #global aside.box:not(.aside_light) .input:not(.simple_layout)[disabled]:hover, #global aside.box:not(.aside_light) .input:not(.simple_layout)[disabled]:focus, #global aside.box:not(.aside_light) .input:not(.simple_layout)[disabled].focus, #global aside.box:not(.aside_light) .input:not(.simple_layout).disabled, #global aside.box:not(.aside_light) .input:not(.simple_layout).disabled:hover, #global aside.box:not(.aside_light) .input:not(.simple_layout).disabled:focus, #global aside.box:not(.aside_light) .input:not(.simple_layout).disabled.focus, footer input[type=text]:not(.simple_layout).inactive, footer input[type=text]:not(.simple_layout).inactive:hover, footer input[type=text]:not(.simple_layout).inactive:focus, footer input[type=text]:not(.simple_layout).inactive.focus, footer input[type=text]:not(.simple_layout)[disabled], footer input[type=text]:not(.simple_layout)[disabled]:hover, footer input[type=text]:not(.simple_layout)[disabled]:focus, footer input[type=text]:not(.simple_layout)[disabled].focus, footer input[type=text]:not(.simple_layout).disabled, footer input[type=text]:not(.simple_layout).disabled:hover, footer input[type=text]:not(.simple_layout).disabled:focus, footer input[type=text]:not(.simple_layout).disabled.focus, footer input[type=password]:not(.simple_layout).inactive, footer input[type=password]:not(.simple_layout).inactive:hover, footer input[type=password]:not(.simple_layout).inactive:focus, footer input[type=password]:not(.simple_layout).inactive.focus, footer input[type=password]:not(.simple_layout)[disabled], footer input[type=password]:not(.simple_layout)[disabled]:hover, footer input[type=password]:not(.simple_layout)[disabled]:focus, footer input[type=password]:not(.simple_layout)[disabled].focus, footer input[type=password]:not(.simple_layout).disabled, footer input[type=password]:not(.simple_layout).disabled:hover, footer input[type=password]:not(.simple_layout).disabled:focus, footer input[type=password]:not(.simple_layout).disabled.focus, footer input[type=email]:not(.simple_layout).inactive, footer input[type=email]:not(.simple_layout).inactive:hover, footer input[type=email]:not(.simple_layout).inactive:focus, footer input[type=email]:not(.simple_layout).inactive.focus, footer input[type=email]:not(.simple_layout)[disabled], footer input[type=email]:not(.simple_layout)[disabled]:hover, footer input[type=email]:not(.simple_layout)[disabled]:focus, footer input[type=email]:not(.simple_layout)[disabled].focus, footer input[type=email]:not(.simple_layout).disabled, footer input[type=email]:not(.simple_layout).disabled:hover, footer input[type=email]:not(.simple_layout).disabled:focus, footer input[type=email]:not(.simple_layout).disabled.focus, footer input[type=tel]:not(.simple_layout).inactive, footer input[type=tel]:not(.simple_layout).inactive:hover, footer input[type=tel]:not(.simple_layout).inactive:focus, footer input[type=tel]:not(.simple_layout).inactive.focus, footer input[type=tel]:not(.simple_layout)[disabled], footer input[type=tel]:not(.simple_layout)[disabled]:hover, footer input[type=tel]:not(.simple_layout)[disabled]:focus, footer input[type=tel]:not(.simple_layout)[disabled].focus, footer input[type=tel]:not(.simple_layout).disabled, footer input[type=tel]:not(.simple_layout).disabled:hover, footer input[type=tel]:not(.simple_layout).disabled:focus, footer input[type=tel]:not(.simple_layout).disabled.focus, footer input[type=number]:not(.simple_layout).inactive, footer input[type=number]:not(.simple_layout).inactive:hover, footer input[type=number]:not(.simple_layout).inactive:focus, footer input[type=number]:not(.simple_layout).inactive.focus, footer input[type=number]:not(.simple_layout)[disabled], footer input[type=number]:not(.simple_layout)[disabled]:hover, footer input[type=number]:not(.simple_layout)[disabled]:focus, footer input[type=number]:not(.simple_layout)[disabled].focus, footer input[type=number]:not(.simple_layout).disabled, footer input[type=number]:not(.simple_layout).disabled:hover, footer input[type=number]:not(.simple_layout).disabled:focus, footer input[type=number]:not(.simple_layout).disabled.focus, footer input[type=date]:not(.simple_layout).inactive, footer input[type=date]:not(.simple_layout).inactive:hover, footer input[type=date]:not(.simple_layout).inactive:focus, footer input[type=date]:not(.simple_layout).inactive.focus, footer input[type=date]:not(.simple_layout)[disabled], footer input[type=date]:not(.simple_layout)[disabled]:hover, footer input[type=date]:not(.simple_layout)[disabled]:focus, footer input[type=date]:not(.simple_layout)[disabled].focus, footer input[type=date]:not(.simple_layout).disabled, footer input[type=date]:not(.simple_layout).disabled:hover, footer input[type=date]:not(.simple_layout).disabled:focus, footer input[type=date]:not(.simple_layout).disabled.focus, footer input[type=time]:not(.simple_layout).inactive, footer input[type=time]:not(.simple_layout).inactive:hover, footer input[type=time]:not(.simple_layout).inactive:focus, footer input[type=time]:not(.simple_layout).inactive.focus, footer input[type=time]:not(.simple_layout)[disabled], footer input[type=time]:not(.simple_layout)[disabled]:hover, footer input[type=time]:not(.simple_layout)[disabled]:focus, footer input[type=time]:not(.simple_layout)[disabled].focus, footer input[type=time]:not(.simple_layout).disabled, footer input[type=time]:not(.simple_layout).disabled:hover, footer input[type=time]:not(.simple_layout).disabled:focus, footer input[type=time]:not(.simple_layout).disabled.focus, footer input[type=url]:not(.simple_layout).inactive, footer input[type=url]:not(.simple_layout).inactive:hover, footer input[type=url]:not(.simple_layout).inactive:focus, footer input[type=url]:not(.simple_layout).inactive.focus, footer input[type=url]:not(.simple_layout)[disabled], footer input[type=url]:not(.simple_layout)[disabled]:hover, footer input[type=url]:not(.simple_layout)[disabled]:focus, footer input[type=url]:not(.simple_layout)[disabled].focus, footer input[type=url]:not(.simple_layout).disabled, footer input[type=url]:not(.simple_layout).disabled:hover, footer input[type=url]:not(.simple_layout).disabled:focus, footer input[type=url]:not(.simple_layout).disabled.focus, footer textarea:not(.simple_layout).inactive, footer textarea:not(.simple_layout).inactive:hover, footer textarea:not(.simple_layout).inactive:focus, footer textarea:not(.simple_layout).inactive.focus, footer textarea:not(.simple_layout)[disabled], footer textarea:not(.simple_layout)[disabled]:hover, footer textarea:not(.simple_layout)[disabled]:focus, footer textarea:not(.simple_layout)[disabled].focus, footer textarea:not(.simple_layout).disabled, footer textarea:not(.simple_layout).disabled:hover, footer textarea:not(.simple_layout).disabled:focus, footer textarea:not(.simple_layout).disabled.focus, footer select:not(.simple_layout).inactive, footer select:not(.simple_layout).inactive:hover, footer select:not(.simple_layout).inactive:focus, footer select:not(.simple_layout).inactive.focus, footer select:not(.simple_layout)[disabled], footer select:not(.simple_layout)[disabled]:hover, footer select:not(.simple_layout)[disabled]:focus, footer select:not(.simple_layout)[disabled].focus, footer select:not(.simple_layout).disabled, footer select:not(.simple_layout).disabled:hover, footer select:not(.simple_layout).disabled:focus, footer select:not(.simple_layout).disabled.focus, footer .multiselect:not(.simple_layout).inactive, footer .multiselect:not(.simple_layout).inactive:hover, footer .multiselect:not(.simple_layout).inactive:focus, footer .multiselect:not(.simple_layout).inactive.focus, footer .multiselect:not(.simple_layout)[disabled], footer .multiselect:not(.simple_layout)[disabled]:hover, footer .multiselect:not(.simple_layout)[disabled]:focus, footer .multiselect:not(.simple_layout)[disabled].focus, footer .multiselect:not(.simple_layout).disabled, footer .multiselect:not(.simple_layout).disabled:hover, footer .multiselect:not(.simple_layout).disabled:focus, footer .multiselect:not(.simple_layout).disabled.focus, footer .input:not(.simple_layout).inactive, footer .input:not(.simple_layout).inactive:hover, footer .input:not(.simple_layout).inactive:focus, footer .input:not(.simple_layout).inactive.focus, footer .input:not(.simple_layout)[disabled], footer .input:not(.simple_layout)[disabled]:hover, footer .input:not(.simple_layout)[disabled]:focus, footer .input:not(.simple_layout)[disabled].focus, footer .input:not(.simple_layout).disabled, footer .input:not(.simple_layout).disabled:hover, footer .input:not(.simple_layout).disabled:focus, footer .input:not(.simple_layout).disabled.focus {
  background-color: #FFFFFF;
  border-color: #828282;
  color: #1a1a1a;
  cursor: default;
}
section:nth-of-type(2n+1):not(.cms_section_light) input[type=text]:not(.simple_layout).inactive + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=text]:not(.simple_layout).inactive .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=text]:not(.simple_layout).inactive:hover + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=text]:not(.simple_layout).inactive:hover .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=text]:not(.simple_layout).inactive:focus + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=text]:not(.simple_layout).inactive:focus .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=text]:not(.simple_layout).inactive.focus + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=text]:not(.simple_layout).inactive.focus .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=text]:not(.simple_layout)[disabled] + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=text]:not(.simple_layout)[disabled] .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=text]:not(.simple_layout)[disabled]:hover + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=text]:not(.simple_layout)[disabled]:hover .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=text]:not(.simple_layout)[disabled]:focus + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=text]:not(.simple_layout)[disabled]:focus .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=text]:not(.simple_layout)[disabled].focus + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=text]:not(.simple_layout)[disabled].focus .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=text]:not(.simple_layout).disabled + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=text]:not(.simple_layout).disabled .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=text]:not(.simple_layout).disabled:hover + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=text]:not(.simple_layout).disabled:hover .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=text]:not(.simple_layout).disabled:focus + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=text]:not(.simple_layout).disabled:focus .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=text]:not(.simple_layout).disabled.focus + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=text]:not(.simple_layout).disabled.focus .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=password]:not(.simple_layout).inactive + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=password]:not(.simple_layout).inactive .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=password]:not(.simple_layout).inactive:hover + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=password]:not(.simple_layout).inactive:hover .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=password]:not(.simple_layout).inactive:focus + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=password]:not(.simple_layout).inactive:focus .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=password]:not(.simple_layout).inactive.focus + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=password]:not(.simple_layout).inactive.focus .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=password]:not(.simple_layout)[disabled] + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=password]:not(.simple_layout)[disabled] .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=password]:not(.simple_layout)[disabled]:hover + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=password]:not(.simple_layout)[disabled]:hover .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=password]:not(.simple_layout)[disabled]:focus + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=password]:not(.simple_layout)[disabled]:focus .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=password]:not(.simple_layout)[disabled].focus + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=password]:not(.simple_layout)[disabled].focus .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=password]:not(.simple_layout).disabled + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=password]:not(.simple_layout).disabled .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=password]:not(.simple_layout).disabled:hover + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=password]:not(.simple_layout).disabled:hover .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=password]:not(.simple_layout).disabled:focus + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=password]:not(.simple_layout).disabled:focus .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=password]:not(.simple_layout).disabled.focus + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=password]:not(.simple_layout).disabled.focus .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=email]:not(.simple_layout).inactive + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=email]:not(.simple_layout).inactive .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=email]:not(.simple_layout).inactive:hover + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=email]:not(.simple_layout).inactive:hover .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=email]:not(.simple_layout).inactive:focus + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=email]:not(.simple_layout).inactive:focus .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=email]:not(.simple_layout).inactive.focus + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=email]:not(.simple_layout).inactive.focus .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=email]:not(.simple_layout)[disabled] + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=email]:not(.simple_layout)[disabled] .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=email]:not(.simple_layout)[disabled]:hover + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=email]:not(.simple_layout)[disabled]:hover .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=email]:not(.simple_layout)[disabled]:focus + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=email]:not(.simple_layout)[disabled]:focus .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=email]:not(.simple_layout)[disabled].focus + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=email]:not(.simple_layout)[disabled].focus .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=email]:not(.simple_layout).disabled + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=email]:not(.simple_layout).disabled .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=email]:not(.simple_layout).disabled:hover + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=email]:not(.simple_layout).disabled:hover .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=email]:not(.simple_layout).disabled:focus + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=email]:not(.simple_layout).disabled:focus .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=email]:not(.simple_layout).disabled.focus + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=email]:not(.simple_layout).disabled.focus .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=tel]:not(.simple_layout).inactive + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=tel]:not(.simple_layout).inactive .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=tel]:not(.simple_layout).inactive:hover + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=tel]:not(.simple_layout).inactive:hover .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=tel]:not(.simple_layout).inactive:focus + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=tel]:not(.simple_layout).inactive:focus .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=tel]:not(.simple_layout).inactive.focus + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=tel]:not(.simple_layout).inactive.focus .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=tel]:not(.simple_layout)[disabled] + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=tel]:not(.simple_layout)[disabled] .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=tel]:not(.simple_layout)[disabled]:hover + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=tel]:not(.simple_layout)[disabled]:hover .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=tel]:not(.simple_layout)[disabled]:focus + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=tel]:not(.simple_layout)[disabled]:focus .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=tel]:not(.simple_layout)[disabled].focus + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=tel]:not(.simple_layout)[disabled].focus .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=tel]:not(.simple_layout).disabled + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=tel]:not(.simple_layout).disabled .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=tel]:not(.simple_layout).disabled:hover + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=tel]:not(.simple_layout).disabled:hover .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=tel]:not(.simple_layout).disabled:focus + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=tel]:not(.simple_layout).disabled:focus .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=tel]:not(.simple_layout).disabled.focus + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=tel]:not(.simple_layout).disabled.focus .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=number]:not(.simple_layout).inactive + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=number]:not(.simple_layout).inactive .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=number]:not(.simple_layout).inactive:hover + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=number]:not(.simple_layout).inactive:hover .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=number]:not(.simple_layout).inactive:focus + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=number]:not(.simple_layout).inactive:focus .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=number]:not(.simple_layout).inactive.focus + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=number]:not(.simple_layout).inactive.focus .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=number]:not(.simple_layout)[disabled] + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=number]:not(.simple_layout)[disabled] .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=number]:not(.simple_layout)[disabled]:hover + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=number]:not(.simple_layout)[disabled]:hover .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=number]:not(.simple_layout)[disabled]:focus + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=number]:not(.simple_layout)[disabled]:focus .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=number]:not(.simple_layout)[disabled].focus + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=number]:not(.simple_layout)[disabled].focus .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=number]:not(.simple_layout).disabled + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=number]:not(.simple_layout).disabled .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=number]:not(.simple_layout).disabled:hover + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=number]:not(.simple_layout).disabled:hover .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=number]:not(.simple_layout).disabled:focus + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=number]:not(.simple_layout).disabled:focus .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=number]:not(.simple_layout).disabled.focus + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=number]:not(.simple_layout).disabled.focus .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=date]:not(.simple_layout).inactive + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=date]:not(.simple_layout).inactive .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=date]:not(.simple_layout).inactive:hover + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=date]:not(.simple_layout).inactive:hover .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=date]:not(.simple_layout).inactive:focus + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=date]:not(.simple_layout).inactive:focus .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=date]:not(.simple_layout).inactive.focus + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=date]:not(.simple_layout).inactive.focus .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=date]:not(.simple_layout)[disabled] + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=date]:not(.simple_layout)[disabled] .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=date]:not(.simple_layout)[disabled]:hover + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=date]:not(.simple_layout)[disabled]:hover .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=date]:not(.simple_layout)[disabled]:focus + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=date]:not(.simple_layout)[disabled]:focus .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=date]:not(.simple_layout)[disabled].focus + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=date]:not(.simple_layout)[disabled].focus .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=date]:not(.simple_layout).disabled + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=date]:not(.simple_layout).disabled .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=date]:not(.simple_layout).disabled:hover + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=date]:not(.simple_layout).disabled:hover .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=date]:not(.simple_layout).disabled:focus + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=date]:not(.simple_layout).disabled:focus .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=date]:not(.simple_layout).disabled.focus + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=date]:not(.simple_layout).disabled.focus .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=time]:not(.simple_layout).inactive + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=time]:not(.simple_layout).inactive .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=time]:not(.simple_layout).inactive:hover + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=time]:not(.simple_layout).inactive:hover .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=time]:not(.simple_layout).inactive:focus + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=time]:not(.simple_layout).inactive:focus .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=time]:not(.simple_layout).inactive.focus + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=time]:not(.simple_layout).inactive.focus .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=time]:not(.simple_layout)[disabled] + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=time]:not(.simple_layout)[disabled] .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=time]:not(.simple_layout)[disabled]:hover + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=time]:not(.simple_layout)[disabled]:hover .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=time]:not(.simple_layout)[disabled]:focus + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=time]:not(.simple_layout)[disabled]:focus .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=time]:not(.simple_layout)[disabled].focus + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=time]:not(.simple_layout)[disabled].focus .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=time]:not(.simple_layout).disabled + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=time]:not(.simple_layout).disabled .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=time]:not(.simple_layout).disabled:hover + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=time]:not(.simple_layout).disabled:hover .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=time]:not(.simple_layout).disabled:focus + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=time]:not(.simple_layout).disabled:focus .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=time]:not(.simple_layout).disabled.focus + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=time]:not(.simple_layout).disabled.focus .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=url]:not(.simple_layout).inactive + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=url]:not(.simple_layout).inactive .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=url]:not(.simple_layout).inactive:hover + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=url]:not(.simple_layout).inactive:hover .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=url]:not(.simple_layout).inactive:focus + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=url]:not(.simple_layout).inactive:focus .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=url]:not(.simple_layout).inactive.focus + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=url]:not(.simple_layout).inactive.focus .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=url]:not(.simple_layout)[disabled] + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=url]:not(.simple_layout)[disabled] .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=url]:not(.simple_layout)[disabled]:hover + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=url]:not(.simple_layout)[disabled]:hover .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=url]:not(.simple_layout)[disabled]:focus + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=url]:not(.simple_layout)[disabled]:focus .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=url]:not(.simple_layout)[disabled].focus + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=url]:not(.simple_layout)[disabled].focus .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=url]:not(.simple_layout).disabled + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=url]:not(.simple_layout).disabled .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=url]:not(.simple_layout).disabled:hover + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=url]:not(.simple_layout).disabled:hover .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=url]:not(.simple_layout).disabled:focus + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=url]:not(.simple_layout).disabled:focus .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) input[type=url]:not(.simple_layout).disabled.focus + label, section:nth-of-type(2n+1):not(.cms_section_light) input[type=url]:not(.simple_layout).disabled.focus .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) textarea:not(.simple_layout).inactive + label, section:nth-of-type(2n+1):not(.cms_section_light) textarea:not(.simple_layout).inactive .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) textarea:not(.simple_layout).inactive:hover + label, section:nth-of-type(2n+1):not(.cms_section_light) textarea:not(.simple_layout).inactive:hover .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) textarea:not(.simple_layout).inactive:focus + label, section:nth-of-type(2n+1):not(.cms_section_light) textarea:not(.simple_layout).inactive:focus .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) textarea:not(.simple_layout).inactive.focus + label, section:nth-of-type(2n+1):not(.cms_section_light) textarea:not(.simple_layout).inactive.focus .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) textarea:not(.simple_layout)[disabled] + label, section:nth-of-type(2n+1):not(.cms_section_light) textarea:not(.simple_layout)[disabled] .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) textarea:not(.simple_layout)[disabled]:hover + label, section:nth-of-type(2n+1):not(.cms_section_light) textarea:not(.simple_layout)[disabled]:hover .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) textarea:not(.simple_layout)[disabled]:focus + label, section:nth-of-type(2n+1):not(.cms_section_light) textarea:not(.simple_layout)[disabled]:focus .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) textarea:not(.simple_layout)[disabled].focus + label, section:nth-of-type(2n+1):not(.cms_section_light) textarea:not(.simple_layout)[disabled].focus .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) textarea:not(.simple_layout).disabled + label, section:nth-of-type(2n+1):not(.cms_section_light) textarea:not(.simple_layout).disabled .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) textarea:not(.simple_layout).disabled:hover + label, section:nth-of-type(2n+1):not(.cms_section_light) textarea:not(.simple_layout).disabled:hover .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) textarea:not(.simple_layout).disabled:focus + label, section:nth-of-type(2n+1):not(.cms_section_light) textarea:not(.simple_layout).disabled:focus .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) textarea:not(.simple_layout).disabled.focus + label, section:nth-of-type(2n+1):not(.cms_section_light) textarea:not(.simple_layout).disabled.focus .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) select:not(.simple_layout).inactive + label, section:nth-of-type(2n+1):not(.cms_section_light) select:not(.simple_layout).inactive .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) select:not(.simple_layout).inactive:hover + label, section:nth-of-type(2n+1):not(.cms_section_light) select:not(.simple_layout).inactive:hover .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) select:not(.simple_layout).inactive:focus + label, section:nth-of-type(2n+1):not(.cms_section_light) select:not(.simple_layout).inactive:focus .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) select:not(.simple_layout).inactive.focus + label, section:nth-of-type(2n+1):not(.cms_section_light) select:not(.simple_layout).inactive.focus .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) select:not(.simple_layout)[disabled] + label, section:nth-of-type(2n+1):not(.cms_section_light) select:not(.simple_layout)[disabled] .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) select:not(.simple_layout)[disabled]:hover + label, section:nth-of-type(2n+1):not(.cms_section_light) select:not(.simple_layout)[disabled]:hover .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) select:not(.simple_layout)[disabled]:focus + label, section:nth-of-type(2n+1):not(.cms_section_light) select:not(.simple_layout)[disabled]:focus .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) select:not(.simple_layout)[disabled].focus + label, section:nth-of-type(2n+1):not(.cms_section_light) select:not(.simple_layout)[disabled].focus .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) select:not(.simple_layout).disabled + label, section:nth-of-type(2n+1):not(.cms_section_light) select:not(.simple_layout).disabled .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) select:not(.simple_layout).disabled:hover + label, section:nth-of-type(2n+1):not(.cms_section_light) select:not(.simple_layout).disabled:hover .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) select:not(.simple_layout).disabled:focus + label, section:nth-of-type(2n+1):not(.cms_section_light) select:not(.simple_layout).disabled:focus .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) select:not(.simple_layout).disabled.focus + label, section:nth-of-type(2n+1):not(.cms_section_light) select:not(.simple_layout).disabled.focus .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) .multiselect:not(.simple_layout).inactive + label, section:nth-of-type(2n+1):not(.cms_section_light) .multiselect:not(.simple_layout).inactive .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) .multiselect:not(.simple_layout).inactive:hover + label, section:nth-of-type(2n+1):not(.cms_section_light) .multiselect:not(.simple_layout).inactive:hover .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) .multiselect:not(.simple_layout).inactive:focus + label, section:nth-of-type(2n+1):not(.cms_section_light) .multiselect:not(.simple_layout).inactive:focus .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) .multiselect:not(.simple_layout).inactive.focus + label, section:nth-of-type(2n+1):not(.cms_section_light) .multiselect:not(.simple_layout).inactive.focus .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) .multiselect:not(.simple_layout)[disabled] + label, section:nth-of-type(2n+1):not(.cms_section_light) .multiselect:not(.simple_layout)[disabled] .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) .multiselect:not(.simple_layout)[disabled]:hover + label, section:nth-of-type(2n+1):not(.cms_section_light) .multiselect:not(.simple_layout)[disabled]:hover .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) .multiselect:not(.simple_layout)[disabled]:focus + label, section:nth-of-type(2n+1):not(.cms_section_light) .multiselect:not(.simple_layout)[disabled]:focus .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) .multiselect:not(.simple_layout)[disabled].focus + label, section:nth-of-type(2n+1):not(.cms_section_light) .multiselect:not(.simple_layout)[disabled].focus .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) .multiselect:not(.simple_layout).disabled + label, section:nth-of-type(2n+1):not(.cms_section_light) .multiselect:not(.simple_layout).disabled .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) .multiselect:not(.simple_layout).disabled:hover + label, section:nth-of-type(2n+1):not(.cms_section_light) .multiselect:not(.simple_layout).disabled:hover .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) .multiselect:not(.simple_layout).disabled:focus + label, section:nth-of-type(2n+1):not(.cms_section_light) .multiselect:not(.simple_layout).disabled:focus .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) .multiselect:not(.simple_layout).disabled.focus + label, section:nth-of-type(2n+1):not(.cms_section_light) .multiselect:not(.simple_layout).disabled.focus .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) .input:not(.simple_layout).inactive + label, section:nth-of-type(2n+1):not(.cms_section_light) .input:not(.simple_layout).inactive .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) .input:not(.simple_layout).inactive:hover + label, section:nth-of-type(2n+1):not(.cms_section_light) .input:not(.simple_layout).inactive:hover .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) .input:not(.simple_layout).inactive:focus + label, section:nth-of-type(2n+1):not(.cms_section_light) .input:not(.simple_layout).inactive:focus .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) .input:not(.simple_layout).inactive.focus + label, section:nth-of-type(2n+1):not(.cms_section_light) .input:not(.simple_layout).inactive.focus .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) .input:not(.simple_layout)[disabled] + label, section:nth-of-type(2n+1):not(.cms_section_light) .input:not(.simple_layout)[disabled] .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) .input:not(.simple_layout)[disabled]:hover + label, section:nth-of-type(2n+1):not(.cms_section_light) .input:not(.simple_layout)[disabled]:hover .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) .input:not(.simple_layout)[disabled]:focus + label, section:nth-of-type(2n+1):not(.cms_section_light) .input:not(.simple_layout)[disabled]:focus .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) .input:not(.simple_layout)[disabled].focus + label, section:nth-of-type(2n+1):not(.cms_section_light) .input:not(.simple_layout)[disabled].focus .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) .input:not(.simple_layout).disabled + label, section:nth-of-type(2n+1):not(.cms_section_light) .input:not(.simple_layout).disabled .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) .input:not(.simple_layout).disabled:hover + label, section:nth-of-type(2n+1):not(.cms_section_light) .input:not(.simple_layout).disabled:hover .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) .input:not(.simple_layout).disabled:focus + label, section:nth-of-type(2n+1):not(.cms_section_light) .input:not(.simple_layout).disabled:focus .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) .input:not(.simple_layout).disabled.focus + label, section:nth-of-type(2n+1):not(.cms_section_light) .input:not(.simple_layout).disabled.focus .placeholder, #global .section_dark input[type=text]:not(.simple_layout).inactive + label, #global .section_dark input[type=text]:not(.simple_layout).inactive .placeholder, #global .section_dark input[type=text]:not(.simple_layout).inactive:hover + label, #global .section_dark input[type=text]:not(.simple_layout).inactive:hover .placeholder, #global .section_dark input[type=text]:not(.simple_layout).inactive:focus + label, #global .section_dark input[type=text]:not(.simple_layout).inactive:focus .placeholder, #global .section_dark input[type=text]:not(.simple_layout).inactive.focus + label, #global .section_dark input[type=text]:not(.simple_layout).inactive.focus .placeholder, #global .section_dark input[type=text]:not(.simple_layout)[disabled] + label, #global .section_dark input[type=text]:not(.simple_layout)[disabled] .placeholder, #global .section_dark input[type=text]:not(.simple_layout)[disabled]:hover + label, #global .section_dark input[type=text]:not(.simple_layout)[disabled]:hover .placeholder, #global .section_dark input[type=text]:not(.simple_layout)[disabled]:focus + label, #global .section_dark input[type=text]:not(.simple_layout)[disabled]:focus .placeholder, #global .section_dark input[type=text]:not(.simple_layout)[disabled].focus + label, #global .section_dark input[type=text]:not(.simple_layout)[disabled].focus .placeholder, #global .section_dark input[type=text]:not(.simple_layout).disabled + label, #global .section_dark input[type=text]:not(.simple_layout).disabled .placeholder, #global .section_dark input[type=text]:not(.simple_layout).disabled:hover + label, #global .section_dark input[type=text]:not(.simple_layout).disabled:hover .placeholder, #global .section_dark input[type=text]:not(.simple_layout).disabled:focus + label, #global .section_dark input[type=text]:not(.simple_layout).disabled:focus .placeholder, #global .section_dark input[type=text]:not(.simple_layout).disabled.focus + label, #global .section_dark input[type=text]:not(.simple_layout).disabled.focus .placeholder, #global .section_dark input[type=password]:not(.simple_layout).inactive + label, #global .section_dark input[type=password]:not(.simple_layout).inactive .placeholder, #global .section_dark input[type=password]:not(.simple_layout).inactive:hover + label, #global .section_dark input[type=password]:not(.simple_layout).inactive:hover .placeholder, #global .section_dark input[type=password]:not(.simple_layout).inactive:focus + label, #global .section_dark input[type=password]:not(.simple_layout).inactive:focus .placeholder, #global .section_dark input[type=password]:not(.simple_layout).inactive.focus + label, #global .section_dark input[type=password]:not(.simple_layout).inactive.focus .placeholder, #global .section_dark input[type=password]:not(.simple_layout)[disabled] + label, #global .section_dark input[type=password]:not(.simple_layout)[disabled] .placeholder, #global .section_dark input[type=password]:not(.simple_layout)[disabled]:hover + label, #global .section_dark input[type=password]:not(.simple_layout)[disabled]:hover .placeholder, #global .section_dark input[type=password]:not(.simple_layout)[disabled]:focus + label, #global .section_dark input[type=password]:not(.simple_layout)[disabled]:focus .placeholder, #global .section_dark input[type=password]:not(.simple_layout)[disabled].focus + label, #global .section_dark input[type=password]:not(.simple_layout)[disabled].focus .placeholder, #global .section_dark input[type=password]:not(.simple_layout).disabled + label, #global .section_dark input[type=password]:not(.simple_layout).disabled .placeholder, #global .section_dark input[type=password]:not(.simple_layout).disabled:hover + label, #global .section_dark input[type=password]:not(.simple_layout).disabled:hover .placeholder, #global .section_dark input[type=password]:not(.simple_layout).disabled:focus + label, #global .section_dark input[type=password]:not(.simple_layout).disabled:focus .placeholder, #global .section_dark input[type=password]:not(.simple_layout).disabled.focus + label, #global .section_dark input[type=password]:not(.simple_layout).disabled.focus .placeholder, #global .section_dark input[type=email]:not(.simple_layout).inactive + label, #global .section_dark input[type=email]:not(.simple_layout).inactive .placeholder, #global .section_dark input[type=email]:not(.simple_layout).inactive:hover + label, #global .section_dark input[type=email]:not(.simple_layout).inactive:hover .placeholder, #global .section_dark input[type=email]:not(.simple_layout).inactive:focus + label, #global .section_dark input[type=email]:not(.simple_layout).inactive:focus .placeholder, #global .section_dark input[type=email]:not(.simple_layout).inactive.focus + label, #global .section_dark input[type=email]:not(.simple_layout).inactive.focus .placeholder, #global .section_dark input[type=email]:not(.simple_layout)[disabled] + label, #global .section_dark input[type=email]:not(.simple_layout)[disabled] .placeholder, #global .section_dark input[type=email]:not(.simple_layout)[disabled]:hover + label, #global .section_dark input[type=email]:not(.simple_layout)[disabled]:hover .placeholder, #global .section_dark input[type=email]:not(.simple_layout)[disabled]:focus + label, #global .section_dark input[type=email]:not(.simple_layout)[disabled]:focus .placeholder, #global .section_dark input[type=email]:not(.simple_layout)[disabled].focus + label, #global .section_dark input[type=email]:not(.simple_layout)[disabled].focus .placeholder, #global .section_dark input[type=email]:not(.simple_layout).disabled + label, #global .section_dark input[type=email]:not(.simple_layout).disabled .placeholder, #global .section_dark input[type=email]:not(.simple_layout).disabled:hover + label, #global .section_dark input[type=email]:not(.simple_layout).disabled:hover .placeholder, #global .section_dark input[type=email]:not(.simple_layout).disabled:focus + label, #global .section_dark input[type=email]:not(.simple_layout).disabled:focus .placeholder, #global .section_dark input[type=email]:not(.simple_layout).disabled.focus + label, #global .section_dark input[type=email]:not(.simple_layout).disabled.focus .placeholder, #global .section_dark input[type=tel]:not(.simple_layout).inactive + label, #global .section_dark input[type=tel]:not(.simple_layout).inactive .placeholder, #global .section_dark input[type=tel]:not(.simple_layout).inactive:hover + label, #global .section_dark input[type=tel]:not(.simple_layout).inactive:hover .placeholder, #global .section_dark input[type=tel]:not(.simple_layout).inactive:focus + label, #global .section_dark input[type=tel]:not(.simple_layout).inactive:focus .placeholder, #global .section_dark input[type=tel]:not(.simple_layout).inactive.focus + label, #global .section_dark input[type=tel]:not(.simple_layout).inactive.focus .placeholder, #global .section_dark input[type=tel]:not(.simple_layout)[disabled] + label, #global .section_dark input[type=tel]:not(.simple_layout)[disabled] .placeholder, #global .section_dark input[type=tel]:not(.simple_layout)[disabled]:hover + label, #global .section_dark input[type=tel]:not(.simple_layout)[disabled]:hover .placeholder, #global .section_dark input[type=tel]:not(.simple_layout)[disabled]:focus + label, #global .section_dark input[type=tel]:not(.simple_layout)[disabled]:focus .placeholder, #global .section_dark input[type=tel]:not(.simple_layout)[disabled].focus + label, #global .section_dark input[type=tel]:not(.simple_layout)[disabled].focus .placeholder, #global .section_dark input[type=tel]:not(.simple_layout).disabled + label, #global .section_dark input[type=tel]:not(.simple_layout).disabled .placeholder, #global .section_dark input[type=tel]:not(.simple_layout).disabled:hover + label, #global .section_dark input[type=tel]:not(.simple_layout).disabled:hover .placeholder, #global .section_dark input[type=tel]:not(.simple_layout).disabled:focus + label, #global .section_dark input[type=tel]:not(.simple_layout).disabled:focus .placeholder, #global .section_dark input[type=tel]:not(.simple_layout).disabled.focus + label, #global .section_dark input[type=tel]:not(.simple_layout).disabled.focus .placeholder, #global .section_dark input[type=number]:not(.simple_layout).inactive + label, #global .section_dark input[type=number]:not(.simple_layout).inactive .placeholder, #global .section_dark input[type=number]:not(.simple_layout).inactive:hover + label, #global .section_dark input[type=number]:not(.simple_layout).inactive:hover .placeholder, #global .section_dark input[type=number]:not(.simple_layout).inactive:focus + label, #global .section_dark input[type=number]:not(.simple_layout).inactive:focus .placeholder, #global .section_dark input[type=number]:not(.simple_layout).inactive.focus + label, #global .section_dark input[type=number]:not(.simple_layout).inactive.focus .placeholder, #global .section_dark input[type=number]:not(.simple_layout)[disabled] + label, #global .section_dark input[type=number]:not(.simple_layout)[disabled] .placeholder, #global .section_dark input[type=number]:not(.simple_layout)[disabled]:hover + label, #global .section_dark input[type=number]:not(.simple_layout)[disabled]:hover .placeholder, #global .section_dark input[type=number]:not(.simple_layout)[disabled]:focus + label, #global .section_dark input[type=number]:not(.simple_layout)[disabled]:focus .placeholder, #global .section_dark input[type=number]:not(.simple_layout)[disabled].focus + label, #global .section_dark input[type=number]:not(.simple_layout)[disabled].focus .placeholder, #global .section_dark input[type=number]:not(.simple_layout).disabled + label, #global .section_dark input[type=number]:not(.simple_layout).disabled .placeholder, #global .section_dark input[type=number]:not(.simple_layout).disabled:hover + label, #global .section_dark input[type=number]:not(.simple_layout).disabled:hover .placeholder, #global .section_dark input[type=number]:not(.simple_layout).disabled:focus + label, #global .section_dark input[type=number]:not(.simple_layout).disabled:focus .placeholder, #global .section_dark input[type=number]:not(.simple_layout).disabled.focus + label, #global .section_dark input[type=number]:not(.simple_layout).disabled.focus .placeholder, #global .section_dark input[type=date]:not(.simple_layout).inactive + label, #global .section_dark input[type=date]:not(.simple_layout).inactive .placeholder, #global .section_dark input[type=date]:not(.simple_layout).inactive:hover + label, #global .section_dark input[type=date]:not(.simple_layout).inactive:hover .placeholder, #global .section_dark input[type=date]:not(.simple_layout).inactive:focus + label, #global .section_dark input[type=date]:not(.simple_layout).inactive:focus .placeholder, #global .section_dark input[type=date]:not(.simple_layout).inactive.focus + label, #global .section_dark input[type=date]:not(.simple_layout).inactive.focus .placeholder, #global .section_dark input[type=date]:not(.simple_layout)[disabled] + label, #global .section_dark input[type=date]:not(.simple_layout)[disabled] .placeholder, #global .section_dark input[type=date]:not(.simple_layout)[disabled]:hover + label, #global .section_dark input[type=date]:not(.simple_layout)[disabled]:hover .placeholder, #global .section_dark input[type=date]:not(.simple_layout)[disabled]:focus + label, #global .section_dark input[type=date]:not(.simple_layout)[disabled]:focus .placeholder, #global .section_dark input[type=date]:not(.simple_layout)[disabled].focus + label, #global .section_dark input[type=date]:not(.simple_layout)[disabled].focus .placeholder, #global .section_dark input[type=date]:not(.simple_layout).disabled + label, #global .section_dark input[type=date]:not(.simple_layout).disabled .placeholder, #global .section_dark input[type=date]:not(.simple_layout).disabled:hover + label, #global .section_dark input[type=date]:not(.simple_layout).disabled:hover .placeholder, #global .section_dark input[type=date]:not(.simple_layout).disabled:focus + label, #global .section_dark input[type=date]:not(.simple_layout).disabled:focus .placeholder, #global .section_dark input[type=date]:not(.simple_layout).disabled.focus + label, #global .section_dark input[type=date]:not(.simple_layout).disabled.focus .placeholder, #global .section_dark input[type=time]:not(.simple_layout).inactive + label, #global .section_dark input[type=time]:not(.simple_layout).inactive .placeholder, #global .section_dark input[type=time]:not(.simple_layout).inactive:hover + label, #global .section_dark input[type=time]:not(.simple_layout).inactive:hover .placeholder, #global .section_dark input[type=time]:not(.simple_layout).inactive:focus + label, #global .section_dark input[type=time]:not(.simple_layout).inactive:focus .placeholder, #global .section_dark input[type=time]:not(.simple_layout).inactive.focus + label, #global .section_dark input[type=time]:not(.simple_layout).inactive.focus .placeholder, #global .section_dark input[type=time]:not(.simple_layout)[disabled] + label, #global .section_dark input[type=time]:not(.simple_layout)[disabled] .placeholder, #global .section_dark input[type=time]:not(.simple_layout)[disabled]:hover + label, #global .section_dark input[type=time]:not(.simple_layout)[disabled]:hover .placeholder, #global .section_dark input[type=time]:not(.simple_layout)[disabled]:focus + label, #global .section_dark input[type=time]:not(.simple_layout)[disabled]:focus .placeholder, #global .section_dark input[type=time]:not(.simple_layout)[disabled].focus + label, #global .section_dark input[type=time]:not(.simple_layout)[disabled].focus .placeholder, #global .section_dark input[type=time]:not(.simple_layout).disabled + label, #global .section_dark input[type=time]:not(.simple_layout).disabled .placeholder, #global .section_dark input[type=time]:not(.simple_layout).disabled:hover + label, #global .section_dark input[type=time]:not(.simple_layout).disabled:hover .placeholder, #global .section_dark input[type=time]:not(.simple_layout).disabled:focus + label, #global .section_dark input[type=time]:not(.simple_layout).disabled:focus .placeholder, #global .section_dark input[type=time]:not(.simple_layout).disabled.focus + label, #global .section_dark input[type=time]:not(.simple_layout).disabled.focus .placeholder, #global .section_dark input[type=url]:not(.simple_layout).inactive + label, #global .section_dark input[type=url]:not(.simple_layout).inactive .placeholder, #global .section_dark input[type=url]:not(.simple_layout).inactive:hover + label, #global .section_dark input[type=url]:not(.simple_layout).inactive:hover .placeholder, #global .section_dark input[type=url]:not(.simple_layout).inactive:focus + label, #global .section_dark input[type=url]:not(.simple_layout).inactive:focus .placeholder, #global .section_dark input[type=url]:not(.simple_layout).inactive.focus + label, #global .section_dark input[type=url]:not(.simple_layout).inactive.focus .placeholder, #global .section_dark input[type=url]:not(.simple_layout)[disabled] + label, #global .section_dark input[type=url]:not(.simple_layout)[disabled] .placeholder, #global .section_dark input[type=url]:not(.simple_layout)[disabled]:hover + label, #global .section_dark input[type=url]:not(.simple_layout)[disabled]:hover .placeholder, #global .section_dark input[type=url]:not(.simple_layout)[disabled]:focus + label, #global .section_dark input[type=url]:not(.simple_layout)[disabled]:focus .placeholder, #global .section_dark input[type=url]:not(.simple_layout)[disabled].focus + label, #global .section_dark input[type=url]:not(.simple_layout)[disabled].focus .placeholder, #global .section_dark input[type=url]:not(.simple_layout).disabled + label, #global .section_dark input[type=url]:not(.simple_layout).disabled .placeholder, #global .section_dark input[type=url]:not(.simple_layout).disabled:hover + label, #global .section_dark input[type=url]:not(.simple_layout).disabled:hover .placeholder, #global .section_dark input[type=url]:not(.simple_layout).disabled:focus + label, #global .section_dark input[type=url]:not(.simple_layout).disabled:focus .placeholder, #global .section_dark input[type=url]:not(.simple_layout).disabled.focus + label, #global .section_dark input[type=url]:not(.simple_layout).disabled.focus .placeholder, #global .section_dark textarea:not(.simple_layout).inactive + label, #global .section_dark textarea:not(.simple_layout).inactive .placeholder, #global .section_dark textarea:not(.simple_layout).inactive:hover + label, #global .section_dark textarea:not(.simple_layout).inactive:hover .placeholder, #global .section_dark textarea:not(.simple_layout).inactive:focus + label, #global .section_dark textarea:not(.simple_layout).inactive:focus .placeholder, #global .section_dark textarea:not(.simple_layout).inactive.focus + label, #global .section_dark textarea:not(.simple_layout).inactive.focus .placeholder, #global .section_dark textarea:not(.simple_layout)[disabled] + label, #global .section_dark textarea:not(.simple_layout)[disabled] .placeholder, #global .section_dark textarea:not(.simple_layout)[disabled]:hover + label, #global .section_dark textarea:not(.simple_layout)[disabled]:hover .placeholder, #global .section_dark textarea:not(.simple_layout)[disabled]:focus + label, #global .section_dark textarea:not(.simple_layout)[disabled]:focus .placeholder, #global .section_dark textarea:not(.simple_layout)[disabled].focus + label, #global .section_dark textarea:not(.simple_layout)[disabled].focus .placeholder, #global .section_dark textarea:not(.simple_layout).disabled + label, #global .section_dark textarea:not(.simple_layout).disabled .placeholder, #global .section_dark textarea:not(.simple_layout).disabled:hover + label, #global .section_dark textarea:not(.simple_layout).disabled:hover .placeholder, #global .section_dark textarea:not(.simple_layout).disabled:focus + label, #global .section_dark textarea:not(.simple_layout).disabled:focus .placeholder, #global .section_dark textarea:not(.simple_layout).disabled.focus + label, #global .section_dark textarea:not(.simple_layout).disabled.focus .placeholder, #global .section_dark select:not(.simple_layout).inactive + label, #global .section_dark select:not(.simple_layout).inactive .placeholder, #global .section_dark select:not(.simple_layout).inactive:hover + label, #global .section_dark select:not(.simple_layout).inactive:hover .placeholder, #global .section_dark select:not(.simple_layout).inactive:focus + label, #global .section_dark select:not(.simple_layout).inactive:focus .placeholder, #global .section_dark select:not(.simple_layout).inactive.focus + label, #global .section_dark select:not(.simple_layout).inactive.focus .placeholder, #global .section_dark select:not(.simple_layout)[disabled] + label, #global .section_dark select:not(.simple_layout)[disabled] .placeholder, #global .section_dark select:not(.simple_layout)[disabled]:hover + label, #global .section_dark select:not(.simple_layout)[disabled]:hover .placeholder, #global .section_dark select:not(.simple_layout)[disabled]:focus + label, #global .section_dark select:not(.simple_layout)[disabled]:focus .placeholder, #global .section_dark select:not(.simple_layout)[disabled].focus + label, #global .section_dark select:not(.simple_layout)[disabled].focus .placeholder, #global .section_dark select:not(.simple_layout).disabled + label, #global .section_dark select:not(.simple_layout).disabled .placeholder, #global .section_dark select:not(.simple_layout).disabled:hover + label, #global .section_dark select:not(.simple_layout).disabled:hover .placeholder, #global .section_dark select:not(.simple_layout).disabled:focus + label, #global .section_dark select:not(.simple_layout).disabled:focus .placeholder, #global .section_dark select:not(.simple_layout).disabled.focus + label, #global .section_dark select:not(.simple_layout).disabled.focus .placeholder, #global .section_dark .multiselect:not(.simple_layout).inactive + label, #global .section_dark .multiselect:not(.simple_layout).inactive .placeholder, #global .section_dark .multiselect:not(.simple_layout).inactive:hover + label, #global .section_dark .multiselect:not(.simple_layout).inactive:hover .placeholder, #global .section_dark .multiselect:not(.simple_layout).inactive:focus + label, #global .section_dark .multiselect:not(.simple_layout).inactive:focus .placeholder, #global .section_dark .multiselect:not(.simple_layout).inactive.focus + label, #global .section_dark .multiselect:not(.simple_layout).inactive.focus .placeholder, #global .section_dark .multiselect:not(.simple_layout)[disabled] + label, #global .section_dark .multiselect:not(.simple_layout)[disabled] .placeholder, #global .section_dark .multiselect:not(.simple_layout)[disabled]:hover + label, #global .section_dark .multiselect:not(.simple_layout)[disabled]:hover .placeholder, #global .section_dark .multiselect:not(.simple_layout)[disabled]:focus + label, #global .section_dark .multiselect:not(.simple_layout)[disabled]:focus .placeholder, #global .section_dark .multiselect:not(.simple_layout)[disabled].focus + label, #global .section_dark .multiselect:not(.simple_layout)[disabled].focus .placeholder, #global .section_dark .multiselect:not(.simple_layout).disabled + label, #global .section_dark .multiselect:not(.simple_layout).disabled .placeholder, #global .section_dark .multiselect:not(.simple_layout).disabled:hover + label, #global .section_dark .multiselect:not(.simple_layout).disabled:hover .placeholder, #global .section_dark .multiselect:not(.simple_layout).disabled:focus + label, #global .section_dark .multiselect:not(.simple_layout).disabled:focus .placeholder, #global .section_dark .multiselect:not(.simple_layout).disabled.focus + label, #global .section_dark .multiselect:not(.simple_layout).disabled.focus .placeholder, #global .section_dark .input:not(.simple_layout).inactive + label, #global .section_dark .input:not(.simple_layout).inactive .placeholder, #global .section_dark .input:not(.simple_layout).inactive:hover + label, #global .section_dark .input:not(.simple_layout).inactive:hover .placeholder, #global .section_dark .input:not(.simple_layout).inactive:focus + label, #global .section_dark .input:not(.simple_layout).inactive:focus .placeholder, #global .section_dark .input:not(.simple_layout).inactive.focus + label, #global .section_dark .input:not(.simple_layout).inactive.focus .placeholder, #global .section_dark .input:not(.simple_layout)[disabled] + label, #global .section_dark .input:not(.simple_layout)[disabled] .placeholder, #global .section_dark .input:not(.simple_layout)[disabled]:hover + label, #global .section_dark .input:not(.simple_layout)[disabled]:hover .placeholder, #global .section_dark .input:not(.simple_layout)[disabled]:focus + label, #global .section_dark .input:not(.simple_layout)[disabled]:focus .placeholder, #global .section_dark .input:not(.simple_layout)[disabled].focus + label, #global .section_dark .input:not(.simple_layout)[disabled].focus .placeholder, #global .section_dark .input:not(.simple_layout).disabled + label, #global .section_dark .input:not(.simple_layout).disabled .placeholder, #global .section_dark .input:not(.simple_layout).disabled:hover + label, #global .section_dark .input:not(.simple_layout).disabled:hover .placeholder, #global .section_dark .input:not(.simple_layout).disabled:focus + label, #global .section_dark .input:not(.simple_layout).disabled:focus .placeholder, #global .section_dark .input:not(.simple_layout).disabled.focus + label, #global .section_dark .input:not(.simple_layout).disabled.focus .placeholder, #global .cms_section_dark input[type=text]:not(.simple_layout).inactive + label, #global .cms_section_dark input[type=text]:not(.simple_layout).inactive .placeholder, #global .cms_section_dark input[type=text]:not(.simple_layout).inactive:hover + label, #global .cms_section_dark input[type=text]:not(.simple_layout).inactive:hover .placeholder, #global .cms_section_dark input[type=text]:not(.simple_layout).inactive:focus + label, #global .cms_section_dark input[type=text]:not(.simple_layout).inactive:focus .placeholder, #global .cms_section_dark input[type=text]:not(.simple_layout).inactive.focus + label, #global .cms_section_dark input[type=text]:not(.simple_layout).inactive.focus .placeholder, #global .cms_section_dark input[type=text]:not(.simple_layout)[disabled] + label, #global .cms_section_dark input[type=text]:not(.simple_layout)[disabled] .placeholder, #global .cms_section_dark input[type=text]:not(.simple_layout)[disabled]:hover + label, #global .cms_section_dark input[type=text]:not(.simple_layout)[disabled]:hover .placeholder, #global .cms_section_dark input[type=text]:not(.simple_layout)[disabled]:focus + label, #global .cms_section_dark input[type=text]:not(.simple_layout)[disabled]:focus .placeholder, #global .cms_section_dark input[type=text]:not(.simple_layout)[disabled].focus + label, #global .cms_section_dark input[type=text]:not(.simple_layout)[disabled].focus .placeholder, #global .cms_section_dark input[type=text]:not(.simple_layout).disabled + label, #global .cms_section_dark input[type=text]:not(.simple_layout).disabled .placeholder, #global .cms_section_dark input[type=text]:not(.simple_layout).disabled:hover + label, #global .cms_section_dark input[type=text]:not(.simple_layout).disabled:hover .placeholder, #global .cms_section_dark input[type=text]:not(.simple_layout).disabled:focus + label, #global .cms_section_dark input[type=text]:not(.simple_layout).disabled:focus .placeholder, #global .cms_section_dark input[type=text]:not(.simple_layout).disabled.focus + label, #global .cms_section_dark input[type=text]:not(.simple_layout).disabled.focus .placeholder, #global .cms_section_dark input[type=password]:not(.simple_layout).inactive + label, #global .cms_section_dark input[type=password]:not(.simple_layout).inactive .placeholder, #global .cms_section_dark input[type=password]:not(.simple_layout).inactive:hover + label, #global .cms_section_dark input[type=password]:not(.simple_layout).inactive:hover .placeholder, #global .cms_section_dark input[type=password]:not(.simple_layout).inactive:focus + label, #global .cms_section_dark input[type=password]:not(.simple_layout).inactive:focus .placeholder, #global .cms_section_dark input[type=password]:not(.simple_layout).inactive.focus + label, #global .cms_section_dark input[type=password]:not(.simple_layout).inactive.focus .placeholder, #global .cms_section_dark input[type=password]:not(.simple_layout)[disabled] + label, #global .cms_section_dark input[type=password]:not(.simple_layout)[disabled] .placeholder, #global .cms_section_dark input[type=password]:not(.simple_layout)[disabled]:hover + label, #global .cms_section_dark input[type=password]:not(.simple_layout)[disabled]:hover .placeholder, #global .cms_section_dark input[type=password]:not(.simple_layout)[disabled]:focus + label, #global .cms_section_dark input[type=password]:not(.simple_layout)[disabled]:focus .placeholder, #global .cms_section_dark input[type=password]:not(.simple_layout)[disabled].focus + label, #global .cms_section_dark input[type=password]:not(.simple_layout)[disabled].focus .placeholder, #global .cms_section_dark input[type=password]:not(.simple_layout).disabled + label, #global .cms_section_dark input[type=password]:not(.simple_layout).disabled .placeholder, #global .cms_section_dark input[type=password]:not(.simple_layout).disabled:hover + label, #global .cms_section_dark input[type=password]:not(.simple_layout).disabled:hover .placeholder, #global .cms_section_dark input[type=password]:not(.simple_layout).disabled:focus + label, #global .cms_section_dark input[type=password]:not(.simple_layout).disabled:focus .placeholder, #global .cms_section_dark input[type=password]:not(.simple_layout).disabled.focus + label, #global .cms_section_dark input[type=password]:not(.simple_layout).disabled.focus .placeholder, #global .cms_section_dark input[type=email]:not(.simple_layout).inactive + label, #global .cms_section_dark input[type=email]:not(.simple_layout).inactive .placeholder, #global .cms_section_dark input[type=email]:not(.simple_layout).inactive:hover + label, #global .cms_section_dark input[type=email]:not(.simple_layout).inactive:hover .placeholder, #global .cms_section_dark input[type=email]:not(.simple_layout).inactive:focus + label, #global .cms_section_dark input[type=email]:not(.simple_layout).inactive:focus .placeholder, #global .cms_section_dark input[type=email]:not(.simple_layout).inactive.focus + label, #global .cms_section_dark input[type=email]:not(.simple_layout).inactive.focus .placeholder, #global .cms_section_dark input[type=email]:not(.simple_layout)[disabled] + label, #global .cms_section_dark input[type=email]:not(.simple_layout)[disabled] .placeholder, #global .cms_section_dark input[type=email]:not(.simple_layout)[disabled]:hover + label, #global .cms_section_dark input[type=email]:not(.simple_layout)[disabled]:hover .placeholder, #global .cms_section_dark input[type=email]:not(.simple_layout)[disabled]:focus + label, #global .cms_section_dark input[type=email]:not(.simple_layout)[disabled]:focus .placeholder, #global .cms_section_dark input[type=email]:not(.simple_layout)[disabled].focus + label, #global .cms_section_dark input[type=email]:not(.simple_layout)[disabled].focus .placeholder, #global .cms_section_dark input[type=email]:not(.simple_layout).disabled + label, #global .cms_section_dark input[type=email]:not(.simple_layout).disabled .placeholder, #global .cms_section_dark input[type=email]:not(.simple_layout).disabled:hover + label, #global .cms_section_dark input[type=email]:not(.simple_layout).disabled:hover .placeholder, #global .cms_section_dark input[type=email]:not(.simple_layout).disabled:focus + label, #global .cms_section_dark input[type=email]:not(.simple_layout).disabled:focus .placeholder, #global .cms_section_dark input[type=email]:not(.simple_layout).disabled.focus + label, #global .cms_section_dark input[type=email]:not(.simple_layout).disabled.focus .placeholder, #global .cms_section_dark input[type=tel]:not(.simple_layout).inactive + label, #global .cms_section_dark input[type=tel]:not(.simple_layout).inactive .placeholder, #global .cms_section_dark input[type=tel]:not(.simple_layout).inactive:hover + label, #global .cms_section_dark input[type=tel]:not(.simple_layout).inactive:hover .placeholder, #global .cms_section_dark input[type=tel]:not(.simple_layout).inactive:focus + label, #global .cms_section_dark input[type=tel]:not(.simple_layout).inactive:focus .placeholder, #global .cms_section_dark input[type=tel]:not(.simple_layout).inactive.focus + label, #global .cms_section_dark input[type=tel]:not(.simple_layout).inactive.focus .placeholder, #global .cms_section_dark input[type=tel]:not(.simple_layout)[disabled] + label, #global .cms_section_dark input[type=tel]:not(.simple_layout)[disabled] .placeholder, #global .cms_section_dark input[type=tel]:not(.simple_layout)[disabled]:hover + label, #global .cms_section_dark input[type=tel]:not(.simple_layout)[disabled]:hover .placeholder, #global .cms_section_dark input[type=tel]:not(.simple_layout)[disabled]:focus + label, #global .cms_section_dark input[type=tel]:not(.simple_layout)[disabled]:focus .placeholder, #global .cms_section_dark input[type=tel]:not(.simple_layout)[disabled].focus + label, #global .cms_section_dark input[type=tel]:not(.simple_layout)[disabled].focus .placeholder, #global .cms_section_dark input[type=tel]:not(.simple_layout).disabled + label, #global .cms_section_dark input[type=tel]:not(.simple_layout).disabled .placeholder, #global .cms_section_dark input[type=tel]:not(.simple_layout).disabled:hover + label, #global .cms_section_dark input[type=tel]:not(.simple_layout).disabled:hover .placeholder, #global .cms_section_dark input[type=tel]:not(.simple_layout).disabled:focus + label, #global .cms_section_dark input[type=tel]:not(.simple_layout).disabled:focus .placeholder, #global .cms_section_dark input[type=tel]:not(.simple_layout).disabled.focus + label, #global .cms_section_dark input[type=tel]:not(.simple_layout).disabled.focus .placeholder, #global .cms_section_dark input[type=number]:not(.simple_layout).inactive + label, #global .cms_section_dark input[type=number]:not(.simple_layout).inactive .placeholder, #global .cms_section_dark input[type=number]:not(.simple_layout).inactive:hover + label, #global .cms_section_dark input[type=number]:not(.simple_layout).inactive:hover .placeholder, #global .cms_section_dark input[type=number]:not(.simple_layout).inactive:focus + label, #global .cms_section_dark input[type=number]:not(.simple_layout).inactive:focus .placeholder, #global .cms_section_dark input[type=number]:not(.simple_layout).inactive.focus + label, #global .cms_section_dark input[type=number]:not(.simple_layout).inactive.focus .placeholder, #global .cms_section_dark input[type=number]:not(.simple_layout)[disabled] + label, #global .cms_section_dark input[type=number]:not(.simple_layout)[disabled] .placeholder, #global .cms_section_dark input[type=number]:not(.simple_layout)[disabled]:hover + label, #global .cms_section_dark input[type=number]:not(.simple_layout)[disabled]:hover .placeholder, #global .cms_section_dark input[type=number]:not(.simple_layout)[disabled]:focus + label, #global .cms_section_dark input[type=number]:not(.simple_layout)[disabled]:focus .placeholder, #global .cms_section_dark input[type=number]:not(.simple_layout)[disabled].focus + label, #global .cms_section_dark input[type=number]:not(.simple_layout)[disabled].focus .placeholder, #global .cms_section_dark input[type=number]:not(.simple_layout).disabled + label, #global .cms_section_dark input[type=number]:not(.simple_layout).disabled .placeholder, #global .cms_section_dark input[type=number]:not(.simple_layout).disabled:hover + label, #global .cms_section_dark input[type=number]:not(.simple_layout).disabled:hover .placeholder, #global .cms_section_dark input[type=number]:not(.simple_layout).disabled:focus + label, #global .cms_section_dark input[type=number]:not(.simple_layout).disabled:focus .placeholder, #global .cms_section_dark input[type=number]:not(.simple_layout).disabled.focus + label, #global .cms_section_dark input[type=number]:not(.simple_layout).disabled.focus .placeholder, #global .cms_section_dark input[type=date]:not(.simple_layout).inactive + label, #global .cms_section_dark input[type=date]:not(.simple_layout).inactive .placeholder, #global .cms_section_dark input[type=date]:not(.simple_layout).inactive:hover + label, #global .cms_section_dark input[type=date]:not(.simple_layout).inactive:hover .placeholder, #global .cms_section_dark input[type=date]:not(.simple_layout).inactive:focus + label, #global .cms_section_dark input[type=date]:not(.simple_layout).inactive:focus .placeholder, #global .cms_section_dark input[type=date]:not(.simple_layout).inactive.focus + label, #global .cms_section_dark input[type=date]:not(.simple_layout).inactive.focus .placeholder, #global .cms_section_dark input[type=date]:not(.simple_layout)[disabled] + label, #global .cms_section_dark input[type=date]:not(.simple_layout)[disabled] .placeholder, #global .cms_section_dark input[type=date]:not(.simple_layout)[disabled]:hover + label, #global .cms_section_dark input[type=date]:not(.simple_layout)[disabled]:hover .placeholder, #global .cms_section_dark input[type=date]:not(.simple_layout)[disabled]:focus + label, #global .cms_section_dark input[type=date]:not(.simple_layout)[disabled]:focus .placeholder, #global .cms_section_dark input[type=date]:not(.simple_layout)[disabled].focus + label, #global .cms_section_dark input[type=date]:not(.simple_layout)[disabled].focus .placeholder, #global .cms_section_dark input[type=date]:not(.simple_layout).disabled + label, #global .cms_section_dark input[type=date]:not(.simple_layout).disabled .placeholder, #global .cms_section_dark input[type=date]:not(.simple_layout).disabled:hover + label, #global .cms_section_dark input[type=date]:not(.simple_layout).disabled:hover .placeholder, #global .cms_section_dark input[type=date]:not(.simple_layout).disabled:focus + label, #global .cms_section_dark input[type=date]:not(.simple_layout).disabled:focus .placeholder, #global .cms_section_dark input[type=date]:not(.simple_layout).disabled.focus + label, #global .cms_section_dark input[type=date]:not(.simple_layout).disabled.focus .placeholder, #global .cms_section_dark input[type=time]:not(.simple_layout).inactive + label, #global .cms_section_dark input[type=time]:not(.simple_layout).inactive .placeholder, #global .cms_section_dark input[type=time]:not(.simple_layout).inactive:hover + label, #global .cms_section_dark input[type=time]:not(.simple_layout).inactive:hover .placeholder, #global .cms_section_dark input[type=time]:not(.simple_layout).inactive:focus + label, #global .cms_section_dark input[type=time]:not(.simple_layout).inactive:focus .placeholder, #global .cms_section_dark input[type=time]:not(.simple_layout).inactive.focus + label, #global .cms_section_dark input[type=time]:not(.simple_layout).inactive.focus .placeholder, #global .cms_section_dark input[type=time]:not(.simple_layout)[disabled] + label, #global .cms_section_dark input[type=time]:not(.simple_layout)[disabled] .placeholder, #global .cms_section_dark input[type=time]:not(.simple_layout)[disabled]:hover + label, #global .cms_section_dark input[type=time]:not(.simple_layout)[disabled]:hover .placeholder, #global .cms_section_dark input[type=time]:not(.simple_layout)[disabled]:focus + label, #global .cms_section_dark input[type=time]:not(.simple_layout)[disabled]:focus .placeholder, #global .cms_section_dark input[type=time]:not(.simple_layout)[disabled].focus + label, #global .cms_section_dark input[type=time]:not(.simple_layout)[disabled].focus .placeholder, #global .cms_section_dark input[type=time]:not(.simple_layout).disabled + label, #global .cms_section_dark input[type=time]:not(.simple_layout).disabled .placeholder, #global .cms_section_dark input[type=time]:not(.simple_layout).disabled:hover + label, #global .cms_section_dark input[type=time]:not(.simple_layout).disabled:hover .placeholder, #global .cms_section_dark input[type=time]:not(.simple_layout).disabled:focus + label, #global .cms_section_dark input[type=time]:not(.simple_layout).disabled:focus .placeholder, #global .cms_section_dark input[type=time]:not(.simple_layout).disabled.focus + label, #global .cms_section_dark input[type=time]:not(.simple_layout).disabled.focus .placeholder, #global .cms_section_dark input[type=url]:not(.simple_layout).inactive + label, #global .cms_section_dark input[type=url]:not(.simple_layout).inactive .placeholder, #global .cms_section_dark input[type=url]:not(.simple_layout).inactive:hover + label, #global .cms_section_dark input[type=url]:not(.simple_layout).inactive:hover .placeholder, #global .cms_section_dark input[type=url]:not(.simple_layout).inactive:focus + label, #global .cms_section_dark input[type=url]:not(.simple_layout).inactive:focus .placeholder, #global .cms_section_dark input[type=url]:not(.simple_layout).inactive.focus + label, #global .cms_section_dark input[type=url]:not(.simple_layout).inactive.focus .placeholder, #global .cms_section_dark input[type=url]:not(.simple_layout)[disabled] + label, #global .cms_section_dark input[type=url]:not(.simple_layout)[disabled] .placeholder, #global .cms_section_dark input[type=url]:not(.simple_layout)[disabled]:hover + label, #global .cms_section_dark input[type=url]:not(.simple_layout)[disabled]:hover .placeholder, #global .cms_section_dark input[type=url]:not(.simple_layout)[disabled]:focus + label, #global .cms_section_dark input[type=url]:not(.simple_layout)[disabled]:focus .placeholder, #global .cms_section_dark input[type=url]:not(.simple_layout)[disabled].focus + label, #global .cms_section_dark input[type=url]:not(.simple_layout)[disabled].focus .placeholder, #global .cms_section_dark input[type=url]:not(.simple_layout).disabled + label, #global .cms_section_dark input[type=url]:not(.simple_layout).disabled .placeholder, #global .cms_section_dark input[type=url]:not(.simple_layout).disabled:hover + label, #global .cms_section_dark input[type=url]:not(.simple_layout).disabled:hover .placeholder, #global .cms_section_dark input[type=url]:not(.simple_layout).disabled:focus + label, #global .cms_section_dark input[type=url]:not(.simple_layout).disabled:focus .placeholder, #global .cms_section_dark input[type=url]:not(.simple_layout).disabled.focus + label, #global .cms_section_dark input[type=url]:not(.simple_layout).disabled.focus .placeholder, #global .cms_section_dark textarea:not(.simple_layout).inactive + label, #global .cms_section_dark textarea:not(.simple_layout).inactive .placeholder, #global .cms_section_dark textarea:not(.simple_layout).inactive:hover + label, #global .cms_section_dark textarea:not(.simple_layout).inactive:hover .placeholder, #global .cms_section_dark textarea:not(.simple_layout).inactive:focus + label, #global .cms_section_dark textarea:not(.simple_layout).inactive:focus .placeholder, #global .cms_section_dark textarea:not(.simple_layout).inactive.focus + label, #global .cms_section_dark textarea:not(.simple_layout).inactive.focus .placeholder, #global .cms_section_dark textarea:not(.simple_layout)[disabled] + label, #global .cms_section_dark textarea:not(.simple_layout)[disabled] .placeholder, #global .cms_section_dark textarea:not(.simple_layout)[disabled]:hover + label, #global .cms_section_dark textarea:not(.simple_layout)[disabled]:hover .placeholder, #global .cms_section_dark textarea:not(.simple_layout)[disabled]:focus + label, #global .cms_section_dark textarea:not(.simple_layout)[disabled]:focus .placeholder, #global .cms_section_dark textarea:not(.simple_layout)[disabled].focus + label, #global .cms_section_dark textarea:not(.simple_layout)[disabled].focus .placeholder, #global .cms_section_dark textarea:not(.simple_layout).disabled + label, #global .cms_section_dark textarea:not(.simple_layout).disabled .placeholder, #global .cms_section_dark textarea:not(.simple_layout).disabled:hover + label, #global .cms_section_dark textarea:not(.simple_layout).disabled:hover .placeholder, #global .cms_section_dark textarea:not(.simple_layout).disabled:focus + label, #global .cms_section_dark textarea:not(.simple_layout).disabled:focus .placeholder, #global .cms_section_dark textarea:not(.simple_layout).disabled.focus + label, #global .cms_section_dark textarea:not(.simple_layout).disabled.focus .placeholder, #global .cms_section_dark select:not(.simple_layout).inactive + label, #global .cms_section_dark select:not(.simple_layout).inactive .placeholder, #global .cms_section_dark select:not(.simple_layout).inactive:hover + label, #global .cms_section_dark select:not(.simple_layout).inactive:hover .placeholder, #global .cms_section_dark select:not(.simple_layout).inactive:focus + label, #global .cms_section_dark select:not(.simple_layout).inactive:focus .placeholder, #global .cms_section_dark select:not(.simple_layout).inactive.focus + label, #global .cms_section_dark select:not(.simple_layout).inactive.focus .placeholder, #global .cms_section_dark select:not(.simple_layout)[disabled] + label, #global .cms_section_dark select:not(.simple_layout)[disabled] .placeholder, #global .cms_section_dark select:not(.simple_layout)[disabled]:hover + label, #global .cms_section_dark select:not(.simple_layout)[disabled]:hover .placeholder, #global .cms_section_dark select:not(.simple_layout)[disabled]:focus + label, #global .cms_section_dark select:not(.simple_layout)[disabled]:focus .placeholder, #global .cms_section_dark select:not(.simple_layout)[disabled].focus + label, #global .cms_section_dark select:not(.simple_layout)[disabled].focus .placeholder, #global .cms_section_dark select:not(.simple_layout).disabled + label, #global .cms_section_dark select:not(.simple_layout).disabled .placeholder, #global .cms_section_dark select:not(.simple_layout).disabled:hover + label, #global .cms_section_dark select:not(.simple_layout).disabled:hover .placeholder, #global .cms_section_dark select:not(.simple_layout).disabled:focus + label, #global .cms_section_dark select:not(.simple_layout).disabled:focus .placeholder, #global .cms_section_dark select:not(.simple_layout).disabled.focus + label, #global .cms_section_dark select:not(.simple_layout).disabled.focus .placeholder, #global .cms_section_dark .multiselect:not(.simple_layout).inactive + label, #global .cms_section_dark .multiselect:not(.simple_layout).inactive .placeholder, #global .cms_section_dark .multiselect:not(.simple_layout).inactive:hover + label, #global .cms_section_dark .multiselect:not(.simple_layout).inactive:hover .placeholder, #global .cms_section_dark .multiselect:not(.simple_layout).inactive:focus + label, #global .cms_section_dark .multiselect:not(.simple_layout).inactive:focus .placeholder, #global .cms_section_dark .multiselect:not(.simple_layout).inactive.focus + label, #global .cms_section_dark .multiselect:not(.simple_layout).inactive.focus .placeholder, #global .cms_section_dark .multiselect:not(.simple_layout)[disabled] + label, #global .cms_section_dark .multiselect:not(.simple_layout)[disabled] .placeholder, #global .cms_section_dark .multiselect:not(.simple_layout)[disabled]:hover + label, #global .cms_section_dark .multiselect:not(.simple_layout)[disabled]:hover .placeholder, #global .cms_section_dark .multiselect:not(.simple_layout)[disabled]:focus + label, #global .cms_section_dark .multiselect:not(.simple_layout)[disabled]:focus .placeholder, #global .cms_section_dark .multiselect:not(.simple_layout)[disabled].focus + label, #global .cms_section_dark .multiselect:not(.simple_layout)[disabled].focus .placeholder, #global .cms_section_dark .multiselect:not(.simple_layout).disabled + label, #global .cms_section_dark .multiselect:not(.simple_layout).disabled .placeholder, #global .cms_section_dark .multiselect:not(.simple_layout).disabled:hover + label, #global .cms_section_dark .multiselect:not(.simple_layout).disabled:hover .placeholder, #global .cms_section_dark .multiselect:not(.simple_layout).disabled:focus + label, #global .cms_section_dark .multiselect:not(.simple_layout).disabled:focus .placeholder, #global .cms_section_dark .multiselect:not(.simple_layout).disabled.focus + label, #global .cms_section_dark .multiselect:not(.simple_layout).disabled.focus .placeholder, #global .cms_section_dark .input:not(.simple_layout).inactive + label, #global .cms_section_dark .input:not(.simple_layout).inactive .placeholder, #global .cms_section_dark .input:not(.simple_layout).inactive:hover + label, #global .cms_section_dark .input:not(.simple_layout).inactive:hover .placeholder, #global .cms_section_dark .input:not(.simple_layout).inactive:focus + label, #global .cms_section_dark .input:not(.simple_layout).inactive:focus .placeholder, #global .cms_section_dark .input:not(.simple_layout).inactive.focus + label, #global .cms_section_dark .input:not(.simple_layout).inactive.focus .placeholder, #global .cms_section_dark .input:not(.simple_layout)[disabled] + label, #global .cms_section_dark .input:not(.simple_layout)[disabled] .placeholder, #global .cms_section_dark .input:not(.simple_layout)[disabled]:hover + label, #global .cms_section_dark .input:not(.simple_layout)[disabled]:hover .placeholder, #global .cms_section_dark .input:not(.simple_layout)[disabled]:focus + label, #global .cms_section_dark .input:not(.simple_layout)[disabled]:focus .placeholder, #global .cms_section_dark .input:not(.simple_layout)[disabled].focus + label, #global .cms_section_dark .input:not(.simple_layout)[disabled].focus .placeholder, #global .cms_section_dark .input:not(.simple_layout).disabled + label, #global .cms_section_dark .input:not(.simple_layout).disabled .placeholder, #global .cms_section_dark .input:not(.simple_layout).disabled:hover + label, #global .cms_section_dark .input:not(.simple_layout).disabled:hover .placeholder, #global .cms_section_dark .input:not(.simple_layout).disabled:focus + label, #global .cms_section_dark .input:not(.simple_layout).disabled:focus .placeholder, #global .cms_section_dark .input:not(.simple_layout).disabled.focus + label, #global .cms_section_dark .input:not(.simple_layout).disabled.focus .placeholder, #global .cms_section_dark_2 input[type=text]:not(.simple_layout).inactive + label, #global .cms_section_dark_2 input[type=text]:not(.simple_layout).inactive .placeholder, #global .cms_section_dark_2 input[type=text]:not(.simple_layout).inactive:hover + label, #global .cms_section_dark_2 input[type=text]:not(.simple_layout).inactive:hover .placeholder, #global .cms_section_dark_2 input[type=text]:not(.simple_layout).inactive:focus + label, #global .cms_section_dark_2 input[type=text]:not(.simple_layout).inactive:focus .placeholder, #global .cms_section_dark_2 input[type=text]:not(.simple_layout).inactive.focus + label, #global .cms_section_dark_2 input[type=text]:not(.simple_layout).inactive.focus .placeholder, #global .cms_section_dark_2 input[type=text]:not(.simple_layout)[disabled] + label, #global .cms_section_dark_2 input[type=text]:not(.simple_layout)[disabled] .placeholder, #global .cms_section_dark_2 input[type=text]:not(.simple_layout)[disabled]:hover + label, #global .cms_section_dark_2 input[type=text]:not(.simple_layout)[disabled]:hover .placeholder, #global .cms_section_dark_2 input[type=text]:not(.simple_layout)[disabled]:focus + label, #global .cms_section_dark_2 input[type=text]:not(.simple_layout)[disabled]:focus .placeholder, #global .cms_section_dark_2 input[type=text]:not(.simple_layout)[disabled].focus + label, #global .cms_section_dark_2 input[type=text]:not(.simple_layout)[disabled].focus .placeholder, #global .cms_section_dark_2 input[type=text]:not(.simple_layout).disabled + label, #global .cms_section_dark_2 input[type=text]:not(.simple_layout).disabled .placeholder, #global .cms_section_dark_2 input[type=text]:not(.simple_layout).disabled:hover + label, #global .cms_section_dark_2 input[type=text]:not(.simple_layout).disabled:hover .placeholder, #global .cms_section_dark_2 input[type=text]:not(.simple_layout).disabled:focus + label, #global .cms_section_dark_2 input[type=text]:not(.simple_layout).disabled:focus .placeholder, #global .cms_section_dark_2 input[type=text]:not(.simple_layout).disabled.focus + label, #global .cms_section_dark_2 input[type=text]:not(.simple_layout).disabled.focus .placeholder, #global .cms_section_dark_2 input[type=password]:not(.simple_layout).inactive + label, #global .cms_section_dark_2 input[type=password]:not(.simple_layout).inactive .placeholder, #global .cms_section_dark_2 input[type=password]:not(.simple_layout).inactive:hover + label, #global .cms_section_dark_2 input[type=password]:not(.simple_layout).inactive:hover .placeholder, #global .cms_section_dark_2 input[type=password]:not(.simple_layout).inactive:focus + label, #global .cms_section_dark_2 input[type=password]:not(.simple_layout).inactive:focus .placeholder, #global .cms_section_dark_2 input[type=password]:not(.simple_layout).inactive.focus + label, #global .cms_section_dark_2 input[type=password]:not(.simple_layout).inactive.focus .placeholder, #global .cms_section_dark_2 input[type=password]:not(.simple_layout)[disabled] + label, #global .cms_section_dark_2 input[type=password]:not(.simple_layout)[disabled] .placeholder, #global .cms_section_dark_2 input[type=password]:not(.simple_layout)[disabled]:hover + label, #global .cms_section_dark_2 input[type=password]:not(.simple_layout)[disabled]:hover .placeholder, #global .cms_section_dark_2 input[type=password]:not(.simple_layout)[disabled]:focus + label, #global .cms_section_dark_2 input[type=password]:not(.simple_layout)[disabled]:focus .placeholder, #global .cms_section_dark_2 input[type=password]:not(.simple_layout)[disabled].focus + label, #global .cms_section_dark_2 input[type=password]:not(.simple_layout)[disabled].focus .placeholder, #global .cms_section_dark_2 input[type=password]:not(.simple_layout).disabled + label, #global .cms_section_dark_2 input[type=password]:not(.simple_layout).disabled .placeholder, #global .cms_section_dark_2 input[type=password]:not(.simple_layout).disabled:hover + label, #global .cms_section_dark_2 input[type=password]:not(.simple_layout).disabled:hover .placeholder, #global .cms_section_dark_2 input[type=password]:not(.simple_layout).disabled:focus + label, #global .cms_section_dark_2 input[type=password]:not(.simple_layout).disabled:focus .placeholder, #global .cms_section_dark_2 input[type=password]:not(.simple_layout).disabled.focus + label, #global .cms_section_dark_2 input[type=password]:not(.simple_layout).disabled.focus .placeholder, #global .cms_section_dark_2 input[type=email]:not(.simple_layout).inactive + label, #global .cms_section_dark_2 input[type=email]:not(.simple_layout).inactive .placeholder, #global .cms_section_dark_2 input[type=email]:not(.simple_layout).inactive:hover + label, #global .cms_section_dark_2 input[type=email]:not(.simple_layout).inactive:hover .placeholder, #global .cms_section_dark_2 input[type=email]:not(.simple_layout).inactive:focus + label, #global .cms_section_dark_2 input[type=email]:not(.simple_layout).inactive:focus .placeholder, #global .cms_section_dark_2 input[type=email]:not(.simple_layout).inactive.focus + label, #global .cms_section_dark_2 input[type=email]:not(.simple_layout).inactive.focus .placeholder, #global .cms_section_dark_2 input[type=email]:not(.simple_layout)[disabled] + label, #global .cms_section_dark_2 input[type=email]:not(.simple_layout)[disabled] .placeholder, #global .cms_section_dark_2 input[type=email]:not(.simple_layout)[disabled]:hover + label, #global .cms_section_dark_2 input[type=email]:not(.simple_layout)[disabled]:hover .placeholder, #global .cms_section_dark_2 input[type=email]:not(.simple_layout)[disabled]:focus + label, #global .cms_section_dark_2 input[type=email]:not(.simple_layout)[disabled]:focus .placeholder, #global .cms_section_dark_2 input[type=email]:not(.simple_layout)[disabled].focus + label, #global .cms_section_dark_2 input[type=email]:not(.simple_layout)[disabled].focus .placeholder, #global .cms_section_dark_2 input[type=email]:not(.simple_layout).disabled + label, #global .cms_section_dark_2 input[type=email]:not(.simple_layout).disabled .placeholder, #global .cms_section_dark_2 input[type=email]:not(.simple_layout).disabled:hover + label, #global .cms_section_dark_2 input[type=email]:not(.simple_layout).disabled:hover .placeholder, #global .cms_section_dark_2 input[type=email]:not(.simple_layout).disabled:focus + label, #global .cms_section_dark_2 input[type=email]:not(.simple_layout).disabled:focus .placeholder, #global .cms_section_dark_2 input[type=email]:not(.simple_layout).disabled.focus + label, #global .cms_section_dark_2 input[type=email]:not(.simple_layout).disabled.focus .placeholder, #global .cms_section_dark_2 input[type=tel]:not(.simple_layout).inactive + label, #global .cms_section_dark_2 input[type=tel]:not(.simple_layout).inactive .placeholder, #global .cms_section_dark_2 input[type=tel]:not(.simple_layout).inactive:hover + label, #global .cms_section_dark_2 input[type=tel]:not(.simple_layout).inactive:hover .placeholder, #global .cms_section_dark_2 input[type=tel]:not(.simple_layout).inactive:focus + label, #global .cms_section_dark_2 input[type=tel]:not(.simple_layout).inactive:focus .placeholder, #global .cms_section_dark_2 input[type=tel]:not(.simple_layout).inactive.focus + label, #global .cms_section_dark_2 input[type=tel]:not(.simple_layout).inactive.focus .placeholder, #global .cms_section_dark_2 input[type=tel]:not(.simple_layout)[disabled] + label, #global .cms_section_dark_2 input[type=tel]:not(.simple_layout)[disabled] .placeholder, #global .cms_section_dark_2 input[type=tel]:not(.simple_layout)[disabled]:hover + label, #global .cms_section_dark_2 input[type=tel]:not(.simple_layout)[disabled]:hover .placeholder, #global .cms_section_dark_2 input[type=tel]:not(.simple_layout)[disabled]:focus + label, #global .cms_section_dark_2 input[type=tel]:not(.simple_layout)[disabled]:focus .placeholder, #global .cms_section_dark_2 input[type=tel]:not(.simple_layout)[disabled].focus + label, #global .cms_section_dark_2 input[type=tel]:not(.simple_layout)[disabled].focus .placeholder, #global .cms_section_dark_2 input[type=tel]:not(.simple_layout).disabled + label, #global .cms_section_dark_2 input[type=tel]:not(.simple_layout).disabled .placeholder, #global .cms_section_dark_2 input[type=tel]:not(.simple_layout).disabled:hover + label, #global .cms_section_dark_2 input[type=tel]:not(.simple_layout).disabled:hover .placeholder, #global .cms_section_dark_2 input[type=tel]:not(.simple_layout).disabled:focus + label, #global .cms_section_dark_2 input[type=tel]:not(.simple_layout).disabled:focus .placeholder, #global .cms_section_dark_2 input[type=tel]:not(.simple_layout).disabled.focus + label, #global .cms_section_dark_2 input[type=tel]:not(.simple_layout).disabled.focus .placeholder, #global .cms_section_dark_2 input[type=number]:not(.simple_layout).inactive + label, #global .cms_section_dark_2 input[type=number]:not(.simple_layout).inactive .placeholder, #global .cms_section_dark_2 input[type=number]:not(.simple_layout).inactive:hover + label, #global .cms_section_dark_2 input[type=number]:not(.simple_layout).inactive:hover .placeholder, #global .cms_section_dark_2 input[type=number]:not(.simple_layout).inactive:focus + label, #global .cms_section_dark_2 input[type=number]:not(.simple_layout).inactive:focus .placeholder, #global .cms_section_dark_2 input[type=number]:not(.simple_layout).inactive.focus + label, #global .cms_section_dark_2 input[type=number]:not(.simple_layout).inactive.focus .placeholder, #global .cms_section_dark_2 input[type=number]:not(.simple_layout)[disabled] + label, #global .cms_section_dark_2 input[type=number]:not(.simple_layout)[disabled] .placeholder, #global .cms_section_dark_2 input[type=number]:not(.simple_layout)[disabled]:hover + label, #global .cms_section_dark_2 input[type=number]:not(.simple_layout)[disabled]:hover .placeholder, #global .cms_section_dark_2 input[type=number]:not(.simple_layout)[disabled]:focus + label, #global .cms_section_dark_2 input[type=number]:not(.simple_layout)[disabled]:focus .placeholder, #global .cms_section_dark_2 input[type=number]:not(.simple_layout)[disabled].focus + label, #global .cms_section_dark_2 input[type=number]:not(.simple_layout)[disabled].focus .placeholder, #global .cms_section_dark_2 input[type=number]:not(.simple_layout).disabled + label, #global .cms_section_dark_2 input[type=number]:not(.simple_layout).disabled .placeholder, #global .cms_section_dark_2 input[type=number]:not(.simple_layout).disabled:hover + label, #global .cms_section_dark_2 input[type=number]:not(.simple_layout).disabled:hover .placeholder, #global .cms_section_dark_2 input[type=number]:not(.simple_layout).disabled:focus + label, #global .cms_section_dark_2 input[type=number]:not(.simple_layout).disabled:focus .placeholder, #global .cms_section_dark_2 input[type=number]:not(.simple_layout).disabled.focus + label, #global .cms_section_dark_2 input[type=number]:not(.simple_layout).disabled.focus .placeholder, #global .cms_section_dark_2 input[type=date]:not(.simple_layout).inactive + label, #global .cms_section_dark_2 input[type=date]:not(.simple_layout).inactive .placeholder, #global .cms_section_dark_2 input[type=date]:not(.simple_layout).inactive:hover + label, #global .cms_section_dark_2 input[type=date]:not(.simple_layout).inactive:hover .placeholder, #global .cms_section_dark_2 input[type=date]:not(.simple_layout).inactive:focus + label, #global .cms_section_dark_2 input[type=date]:not(.simple_layout).inactive:focus .placeholder, #global .cms_section_dark_2 input[type=date]:not(.simple_layout).inactive.focus + label, #global .cms_section_dark_2 input[type=date]:not(.simple_layout).inactive.focus .placeholder, #global .cms_section_dark_2 input[type=date]:not(.simple_layout)[disabled] + label, #global .cms_section_dark_2 input[type=date]:not(.simple_layout)[disabled] .placeholder, #global .cms_section_dark_2 input[type=date]:not(.simple_layout)[disabled]:hover + label, #global .cms_section_dark_2 input[type=date]:not(.simple_layout)[disabled]:hover .placeholder, #global .cms_section_dark_2 input[type=date]:not(.simple_layout)[disabled]:focus + label, #global .cms_section_dark_2 input[type=date]:not(.simple_layout)[disabled]:focus .placeholder, #global .cms_section_dark_2 input[type=date]:not(.simple_layout)[disabled].focus + label, #global .cms_section_dark_2 input[type=date]:not(.simple_layout)[disabled].focus .placeholder, #global .cms_section_dark_2 input[type=date]:not(.simple_layout).disabled + label, #global .cms_section_dark_2 input[type=date]:not(.simple_layout).disabled .placeholder, #global .cms_section_dark_2 input[type=date]:not(.simple_layout).disabled:hover + label, #global .cms_section_dark_2 input[type=date]:not(.simple_layout).disabled:hover .placeholder, #global .cms_section_dark_2 input[type=date]:not(.simple_layout).disabled:focus + label, #global .cms_section_dark_2 input[type=date]:not(.simple_layout).disabled:focus .placeholder, #global .cms_section_dark_2 input[type=date]:not(.simple_layout).disabled.focus + label, #global .cms_section_dark_2 input[type=date]:not(.simple_layout).disabled.focus .placeholder, #global .cms_section_dark_2 input[type=time]:not(.simple_layout).inactive + label, #global .cms_section_dark_2 input[type=time]:not(.simple_layout).inactive .placeholder, #global .cms_section_dark_2 input[type=time]:not(.simple_layout).inactive:hover + label, #global .cms_section_dark_2 input[type=time]:not(.simple_layout).inactive:hover .placeholder, #global .cms_section_dark_2 input[type=time]:not(.simple_layout).inactive:focus + label, #global .cms_section_dark_2 input[type=time]:not(.simple_layout).inactive:focus .placeholder, #global .cms_section_dark_2 input[type=time]:not(.simple_layout).inactive.focus + label, #global .cms_section_dark_2 input[type=time]:not(.simple_layout).inactive.focus .placeholder, #global .cms_section_dark_2 input[type=time]:not(.simple_layout)[disabled] + label, #global .cms_section_dark_2 input[type=time]:not(.simple_layout)[disabled] .placeholder, #global .cms_section_dark_2 input[type=time]:not(.simple_layout)[disabled]:hover + label, #global .cms_section_dark_2 input[type=time]:not(.simple_layout)[disabled]:hover .placeholder, #global .cms_section_dark_2 input[type=time]:not(.simple_layout)[disabled]:focus + label, #global .cms_section_dark_2 input[type=time]:not(.simple_layout)[disabled]:focus .placeholder, #global .cms_section_dark_2 input[type=time]:not(.simple_layout)[disabled].focus + label, #global .cms_section_dark_2 input[type=time]:not(.simple_layout)[disabled].focus .placeholder, #global .cms_section_dark_2 input[type=time]:not(.simple_layout).disabled + label, #global .cms_section_dark_2 input[type=time]:not(.simple_layout).disabled .placeholder, #global .cms_section_dark_2 input[type=time]:not(.simple_layout).disabled:hover + label, #global .cms_section_dark_2 input[type=time]:not(.simple_layout).disabled:hover .placeholder, #global .cms_section_dark_2 input[type=time]:not(.simple_layout).disabled:focus + label, #global .cms_section_dark_2 input[type=time]:not(.simple_layout).disabled:focus .placeholder, #global .cms_section_dark_2 input[type=time]:not(.simple_layout).disabled.focus + label, #global .cms_section_dark_2 input[type=time]:not(.simple_layout).disabled.focus .placeholder, #global .cms_section_dark_2 input[type=url]:not(.simple_layout).inactive + label, #global .cms_section_dark_2 input[type=url]:not(.simple_layout).inactive .placeholder, #global .cms_section_dark_2 input[type=url]:not(.simple_layout).inactive:hover + label, #global .cms_section_dark_2 input[type=url]:not(.simple_layout).inactive:hover .placeholder, #global .cms_section_dark_2 input[type=url]:not(.simple_layout).inactive:focus + label, #global .cms_section_dark_2 input[type=url]:not(.simple_layout).inactive:focus .placeholder, #global .cms_section_dark_2 input[type=url]:not(.simple_layout).inactive.focus + label, #global .cms_section_dark_2 input[type=url]:not(.simple_layout).inactive.focus .placeholder, #global .cms_section_dark_2 input[type=url]:not(.simple_layout)[disabled] + label, #global .cms_section_dark_2 input[type=url]:not(.simple_layout)[disabled] .placeholder, #global .cms_section_dark_2 input[type=url]:not(.simple_layout)[disabled]:hover + label, #global .cms_section_dark_2 input[type=url]:not(.simple_layout)[disabled]:hover .placeholder, #global .cms_section_dark_2 input[type=url]:not(.simple_layout)[disabled]:focus + label, #global .cms_section_dark_2 input[type=url]:not(.simple_layout)[disabled]:focus .placeholder, #global .cms_section_dark_2 input[type=url]:not(.simple_layout)[disabled].focus + label, #global .cms_section_dark_2 input[type=url]:not(.simple_layout)[disabled].focus .placeholder, #global .cms_section_dark_2 input[type=url]:not(.simple_layout).disabled + label, #global .cms_section_dark_2 input[type=url]:not(.simple_layout).disabled .placeholder, #global .cms_section_dark_2 input[type=url]:not(.simple_layout).disabled:hover + label, #global .cms_section_dark_2 input[type=url]:not(.simple_layout).disabled:hover .placeholder, #global .cms_section_dark_2 input[type=url]:not(.simple_layout).disabled:focus + label, #global .cms_section_dark_2 input[type=url]:not(.simple_layout).disabled:focus .placeholder, #global .cms_section_dark_2 input[type=url]:not(.simple_layout).disabled.focus + label, #global .cms_section_dark_2 input[type=url]:not(.simple_layout).disabled.focus .placeholder, #global .cms_section_dark_2 textarea:not(.simple_layout).inactive + label, #global .cms_section_dark_2 textarea:not(.simple_layout).inactive .placeholder, #global .cms_section_dark_2 textarea:not(.simple_layout).inactive:hover + label, #global .cms_section_dark_2 textarea:not(.simple_layout).inactive:hover .placeholder, #global .cms_section_dark_2 textarea:not(.simple_layout).inactive:focus + label, #global .cms_section_dark_2 textarea:not(.simple_layout).inactive:focus .placeholder, #global .cms_section_dark_2 textarea:not(.simple_layout).inactive.focus + label, #global .cms_section_dark_2 textarea:not(.simple_layout).inactive.focus .placeholder, #global .cms_section_dark_2 textarea:not(.simple_layout)[disabled] + label, #global .cms_section_dark_2 textarea:not(.simple_layout)[disabled] .placeholder, #global .cms_section_dark_2 textarea:not(.simple_layout)[disabled]:hover + label, #global .cms_section_dark_2 textarea:not(.simple_layout)[disabled]:hover .placeholder, #global .cms_section_dark_2 textarea:not(.simple_layout)[disabled]:focus + label, #global .cms_section_dark_2 textarea:not(.simple_layout)[disabled]:focus .placeholder, #global .cms_section_dark_2 textarea:not(.simple_layout)[disabled].focus + label, #global .cms_section_dark_2 textarea:not(.simple_layout)[disabled].focus .placeholder, #global .cms_section_dark_2 textarea:not(.simple_layout).disabled + label, #global .cms_section_dark_2 textarea:not(.simple_layout).disabled .placeholder, #global .cms_section_dark_2 textarea:not(.simple_layout).disabled:hover + label, #global .cms_section_dark_2 textarea:not(.simple_layout).disabled:hover .placeholder, #global .cms_section_dark_2 textarea:not(.simple_layout).disabled:focus + label, #global .cms_section_dark_2 textarea:not(.simple_layout).disabled:focus .placeholder, #global .cms_section_dark_2 textarea:not(.simple_layout).disabled.focus + label, #global .cms_section_dark_2 textarea:not(.simple_layout).disabled.focus .placeholder, #global .cms_section_dark_2 select:not(.simple_layout).inactive + label, #global .cms_section_dark_2 select:not(.simple_layout).inactive .placeholder, #global .cms_section_dark_2 select:not(.simple_layout).inactive:hover + label, #global .cms_section_dark_2 select:not(.simple_layout).inactive:hover .placeholder, #global .cms_section_dark_2 select:not(.simple_layout).inactive:focus + label, #global .cms_section_dark_2 select:not(.simple_layout).inactive:focus .placeholder, #global .cms_section_dark_2 select:not(.simple_layout).inactive.focus + label, #global .cms_section_dark_2 select:not(.simple_layout).inactive.focus .placeholder, #global .cms_section_dark_2 select:not(.simple_layout)[disabled] + label, #global .cms_section_dark_2 select:not(.simple_layout)[disabled] .placeholder, #global .cms_section_dark_2 select:not(.simple_layout)[disabled]:hover + label, #global .cms_section_dark_2 select:not(.simple_layout)[disabled]:hover .placeholder, #global .cms_section_dark_2 select:not(.simple_layout)[disabled]:focus + label, #global .cms_section_dark_2 select:not(.simple_layout)[disabled]:focus .placeholder, #global .cms_section_dark_2 select:not(.simple_layout)[disabled].focus + label, #global .cms_section_dark_2 select:not(.simple_layout)[disabled].focus .placeholder, #global .cms_section_dark_2 select:not(.simple_layout).disabled + label, #global .cms_section_dark_2 select:not(.simple_layout).disabled .placeholder, #global .cms_section_dark_2 select:not(.simple_layout).disabled:hover + label, #global .cms_section_dark_2 select:not(.simple_layout).disabled:hover .placeholder, #global .cms_section_dark_2 select:not(.simple_layout).disabled:focus + label, #global .cms_section_dark_2 select:not(.simple_layout).disabled:focus .placeholder, #global .cms_section_dark_2 select:not(.simple_layout).disabled.focus + label, #global .cms_section_dark_2 select:not(.simple_layout).disabled.focus .placeholder, #global .cms_section_dark_2 .multiselect:not(.simple_layout).inactive + label, #global .cms_section_dark_2 .multiselect:not(.simple_layout).inactive .placeholder, #global .cms_section_dark_2 .multiselect:not(.simple_layout).inactive:hover + label, #global .cms_section_dark_2 .multiselect:not(.simple_layout).inactive:hover .placeholder, #global .cms_section_dark_2 .multiselect:not(.simple_layout).inactive:focus + label, #global .cms_section_dark_2 .multiselect:not(.simple_layout).inactive:focus .placeholder, #global .cms_section_dark_2 .multiselect:not(.simple_layout).inactive.focus + label, #global .cms_section_dark_2 .multiselect:not(.simple_layout).inactive.focus .placeholder, #global .cms_section_dark_2 .multiselect:not(.simple_layout)[disabled] + label, #global .cms_section_dark_2 .multiselect:not(.simple_layout)[disabled] .placeholder, #global .cms_section_dark_2 .multiselect:not(.simple_layout)[disabled]:hover + label, #global .cms_section_dark_2 .multiselect:not(.simple_layout)[disabled]:hover .placeholder, #global .cms_section_dark_2 .multiselect:not(.simple_layout)[disabled]:focus + label, #global .cms_section_dark_2 .multiselect:not(.simple_layout)[disabled]:focus .placeholder, #global .cms_section_dark_2 .multiselect:not(.simple_layout)[disabled].focus + label, #global .cms_section_dark_2 .multiselect:not(.simple_layout)[disabled].focus .placeholder, #global .cms_section_dark_2 .multiselect:not(.simple_layout).disabled + label, #global .cms_section_dark_2 .multiselect:not(.simple_layout).disabled .placeholder, #global .cms_section_dark_2 .multiselect:not(.simple_layout).disabled:hover + label, #global .cms_section_dark_2 .multiselect:not(.simple_layout).disabled:hover .placeholder, #global .cms_section_dark_2 .multiselect:not(.simple_layout).disabled:focus + label, #global .cms_section_dark_2 .multiselect:not(.simple_layout).disabled:focus .placeholder, #global .cms_section_dark_2 .multiselect:not(.simple_layout).disabled.focus + label, #global .cms_section_dark_2 .multiselect:not(.simple_layout).disabled.focus .placeholder, #global .cms_section_dark_2 .input:not(.simple_layout).inactive + label, #global .cms_section_dark_2 .input:not(.simple_layout).inactive .placeholder, #global .cms_section_dark_2 .input:not(.simple_layout).inactive:hover + label, #global .cms_section_dark_2 .input:not(.simple_layout).inactive:hover .placeholder, #global .cms_section_dark_2 .input:not(.simple_layout).inactive:focus + label, #global .cms_section_dark_2 .input:not(.simple_layout).inactive:focus .placeholder, #global .cms_section_dark_2 .input:not(.simple_layout).inactive.focus + label, #global .cms_section_dark_2 .input:not(.simple_layout).inactive.focus .placeholder, #global .cms_section_dark_2 .input:not(.simple_layout)[disabled] + label, #global .cms_section_dark_2 .input:not(.simple_layout)[disabled] .placeholder, #global .cms_section_dark_2 .input:not(.simple_layout)[disabled]:hover + label, #global .cms_section_dark_2 .input:not(.simple_layout)[disabled]:hover .placeholder, #global .cms_section_dark_2 .input:not(.simple_layout)[disabled]:focus + label, #global .cms_section_dark_2 .input:not(.simple_layout)[disabled]:focus .placeholder, #global .cms_section_dark_2 .input:not(.simple_layout)[disabled].focus + label, #global .cms_section_dark_2 .input:not(.simple_layout)[disabled].focus .placeholder, #global .cms_section_dark_2 .input:not(.simple_layout).disabled + label, #global .cms_section_dark_2 .input:not(.simple_layout).disabled .placeholder, #global .cms_section_dark_2 .input:not(.simple_layout).disabled:hover + label, #global .cms_section_dark_2 .input:not(.simple_layout).disabled:hover .placeholder, #global .cms_section_dark_2 .input:not(.simple_layout).disabled:focus + label, #global .cms_section_dark_2 .input:not(.simple_layout).disabled:focus .placeholder, #global .cms_section_dark_2 .input:not(.simple_layout).disabled.focus + label, #global .cms_section_dark_2 .input:not(.simple_layout).disabled.focus .placeholder, #global .section_filter.filter_dark input[type=text]:not(.simple_layout).inactive + label, #global .section_filter.filter_dark input[type=text]:not(.simple_layout).inactive .placeholder, #global .section_filter.filter_dark input[type=text]:not(.simple_layout).inactive:hover + label, #global .section_filter.filter_dark input[type=text]:not(.simple_layout).inactive:hover .placeholder, #global .section_filter.filter_dark input[type=text]:not(.simple_layout).inactive:focus + label, #global .section_filter.filter_dark input[type=text]:not(.simple_layout).inactive:focus .placeholder, #global .section_filter.filter_dark input[type=text]:not(.simple_layout).inactive.focus + label, #global .section_filter.filter_dark input[type=text]:not(.simple_layout).inactive.focus .placeholder, #global .section_filter.filter_dark input[type=text]:not(.simple_layout)[disabled] + label, #global .section_filter.filter_dark input[type=text]:not(.simple_layout)[disabled] .placeholder, #global .section_filter.filter_dark input[type=text]:not(.simple_layout)[disabled]:hover + label, #global .section_filter.filter_dark input[type=text]:not(.simple_layout)[disabled]:hover .placeholder, #global .section_filter.filter_dark input[type=text]:not(.simple_layout)[disabled]:focus + label, #global .section_filter.filter_dark input[type=text]:not(.simple_layout)[disabled]:focus .placeholder, #global .section_filter.filter_dark input[type=text]:not(.simple_layout)[disabled].focus + label, #global .section_filter.filter_dark input[type=text]:not(.simple_layout)[disabled].focus .placeholder, #global .section_filter.filter_dark input[type=text]:not(.simple_layout).disabled + label, #global .section_filter.filter_dark input[type=text]:not(.simple_layout).disabled .placeholder, #global .section_filter.filter_dark input[type=text]:not(.simple_layout).disabled:hover + label, #global .section_filter.filter_dark input[type=text]:not(.simple_layout).disabled:hover .placeholder, #global .section_filter.filter_dark input[type=text]:not(.simple_layout).disabled:focus + label, #global .section_filter.filter_dark input[type=text]:not(.simple_layout).disabled:focus .placeholder, #global .section_filter.filter_dark input[type=text]:not(.simple_layout).disabled.focus + label, #global .section_filter.filter_dark input[type=text]:not(.simple_layout).disabled.focus .placeholder, #global .section_filter.filter_dark input[type=password]:not(.simple_layout).inactive + label, #global .section_filter.filter_dark input[type=password]:not(.simple_layout).inactive .placeholder, #global .section_filter.filter_dark input[type=password]:not(.simple_layout).inactive:hover + label, #global .section_filter.filter_dark input[type=password]:not(.simple_layout).inactive:hover .placeholder, #global .section_filter.filter_dark input[type=password]:not(.simple_layout).inactive:focus + label, #global .section_filter.filter_dark input[type=password]:not(.simple_layout).inactive:focus .placeholder, #global .section_filter.filter_dark input[type=password]:not(.simple_layout).inactive.focus + label, #global .section_filter.filter_dark input[type=password]:not(.simple_layout).inactive.focus .placeholder, #global .section_filter.filter_dark input[type=password]:not(.simple_layout)[disabled] + label, #global .section_filter.filter_dark input[type=password]:not(.simple_layout)[disabled] .placeholder, #global .section_filter.filter_dark input[type=password]:not(.simple_layout)[disabled]:hover + label, #global .section_filter.filter_dark input[type=password]:not(.simple_layout)[disabled]:hover .placeholder, #global .section_filter.filter_dark input[type=password]:not(.simple_layout)[disabled]:focus + label, #global .section_filter.filter_dark input[type=password]:not(.simple_layout)[disabled]:focus .placeholder, #global .section_filter.filter_dark input[type=password]:not(.simple_layout)[disabled].focus + label, #global .section_filter.filter_dark input[type=password]:not(.simple_layout)[disabled].focus .placeholder, #global .section_filter.filter_dark input[type=password]:not(.simple_layout).disabled + label, #global .section_filter.filter_dark input[type=password]:not(.simple_layout).disabled .placeholder, #global .section_filter.filter_dark input[type=password]:not(.simple_layout).disabled:hover + label, #global .section_filter.filter_dark input[type=password]:not(.simple_layout).disabled:hover .placeholder, #global .section_filter.filter_dark input[type=password]:not(.simple_layout).disabled:focus + label, #global .section_filter.filter_dark input[type=password]:not(.simple_layout).disabled:focus .placeholder, #global .section_filter.filter_dark input[type=password]:not(.simple_layout).disabled.focus + label, #global .section_filter.filter_dark input[type=password]:not(.simple_layout).disabled.focus .placeholder, #global .section_filter.filter_dark input[type=email]:not(.simple_layout).inactive + label, #global .section_filter.filter_dark input[type=email]:not(.simple_layout).inactive .placeholder, #global .section_filter.filter_dark input[type=email]:not(.simple_layout).inactive:hover + label, #global .section_filter.filter_dark input[type=email]:not(.simple_layout).inactive:hover .placeholder, #global .section_filter.filter_dark input[type=email]:not(.simple_layout).inactive:focus + label, #global .section_filter.filter_dark input[type=email]:not(.simple_layout).inactive:focus .placeholder, #global .section_filter.filter_dark input[type=email]:not(.simple_layout).inactive.focus + label, #global .section_filter.filter_dark input[type=email]:not(.simple_layout).inactive.focus .placeholder, #global .section_filter.filter_dark input[type=email]:not(.simple_layout)[disabled] + label, #global .section_filter.filter_dark input[type=email]:not(.simple_layout)[disabled] .placeholder, #global .section_filter.filter_dark input[type=email]:not(.simple_layout)[disabled]:hover + label, #global .section_filter.filter_dark input[type=email]:not(.simple_layout)[disabled]:hover .placeholder, #global .section_filter.filter_dark input[type=email]:not(.simple_layout)[disabled]:focus + label, #global .section_filter.filter_dark input[type=email]:not(.simple_layout)[disabled]:focus .placeholder, #global .section_filter.filter_dark input[type=email]:not(.simple_layout)[disabled].focus + label, #global .section_filter.filter_dark input[type=email]:not(.simple_layout)[disabled].focus .placeholder, #global .section_filter.filter_dark input[type=email]:not(.simple_layout).disabled + label, #global .section_filter.filter_dark input[type=email]:not(.simple_layout).disabled .placeholder, #global .section_filter.filter_dark input[type=email]:not(.simple_layout).disabled:hover + label, #global .section_filter.filter_dark input[type=email]:not(.simple_layout).disabled:hover .placeholder, #global .section_filter.filter_dark input[type=email]:not(.simple_layout).disabled:focus + label, #global .section_filter.filter_dark input[type=email]:not(.simple_layout).disabled:focus .placeholder, #global .section_filter.filter_dark input[type=email]:not(.simple_layout).disabled.focus + label, #global .section_filter.filter_dark input[type=email]:not(.simple_layout).disabled.focus .placeholder, #global .section_filter.filter_dark input[type=tel]:not(.simple_layout).inactive + label, #global .section_filter.filter_dark input[type=tel]:not(.simple_layout).inactive .placeholder, #global .section_filter.filter_dark input[type=tel]:not(.simple_layout).inactive:hover + label, #global .section_filter.filter_dark input[type=tel]:not(.simple_layout).inactive:hover .placeholder, #global .section_filter.filter_dark input[type=tel]:not(.simple_layout).inactive:focus + label, #global .section_filter.filter_dark input[type=tel]:not(.simple_layout).inactive:focus .placeholder, #global .section_filter.filter_dark input[type=tel]:not(.simple_layout).inactive.focus + label, #global .section_filter.filter_dark input[type=tel]:not(.simple_layout).inactive.focus .placeholder, #global .section_filter.filter_dark input[type=tel]:not(.simple_layout)[disabled] + label, #global .section_filter.filter_dark input[type=tel]:not(.simple_layout)[disabled] .placeholder, #global .section_filter.filter_dark input[type=tel]:not(.simple_layout)[disabled]:hover + label, #global .section_filter.filter_dark input[type=tel]:not(.simple_layout)[disabled]:hover .placeholder, #global .section_filter.filter_dark input[type=tel]:not(.simple_layout)[disabled]:focus + label, #global .section_filter.filter_dark input[type=tel]:not(.simple_layout)[disabled]:focus .placeholder, #global .section_filter.filter_dark input[type=tel]:not(.simple_layout)[disabled].focus + label, #global .section_filter.filter_dark input[type=tel]:not(.simple_layout)[disabled].focus .placeholder, #global .section_filter.filter_dark input[type=tel]:not(.simple_layout).disabled + label, #global .section_filter.filter_dark input[type=tel]:not(.simple_layout).disabled .placeholder, #global .section_filter.filter_dark input[type=tel]:not(.simple_layout).disabled:hover + label, #global .section_filter.filter_dark input[type=tel]:not(.simple_layout).disabled:hover .placeholder, #global .section_filter.filter_dark input[type=tel]:not(.simple_layout).disabled:focus + label, #global .section_filter.filter_dark input[type=tel]:not(.simple_layout).disabled:focus .placeholder, #global .section_filter.filter_dark input[type=tel]:not(.simple_layout).disabled.focus + label, #global .section_filter.filter_dark input[type=tel]:not(.simple_layout).disabled.focus .placeholder, #global .section_filter.filter_dark input[type=number]:not(.simple_layout).inactive + label, #global .section_filter.filter_dark input[type=number]:not(.simple_layout).inactive .placeholder, #global .section_filter.filter_dark input[type=number]:not(.simple_layout).inactive:hover + label, #global .section_filter.filter_dark input[type=number]:not(.simple_layout).inactive:hover .placeholder, #global .section_filter.filter_dark input[type=number]:not(.simple_layout).inactive:focus + label, #global .section_filter.filter_dark input[type=number]:not(.simple_layout).inactive:focus .placeholder, #global .section_filter.filter_dark input[type=number]:not(.simple_layout).inactive.focus + label, #global .section_filter.filter_dark input[type=number]:not(.simple_layout).inactive.focus .placeholder, #global .section_filter.filter_dark input[type=number]:not(.simple_layout)[disabled] + label, #global .section_filter.filter_dark input[type=number]:not(.simple_layout)[disabled] .placeholder, #global .section_filter.filter_dark input[type=number]:not(.simple_layout)[disabled]:hover + label, #global .section_filter.filter_dark input[type=number]:not(.simple_layout)[disabled]:hover .placeholder, #global .section_filter.filter_dark input[type=number]:not(.simple_layout)[disabled]:focus + label, #global .section_filter.filter_dark input[type=number]:not(.simple_layout)[disabled]:focus .placeholder, #global .section_filter.filter_dark input[type=number]:not(.simple_layout)[disabled].focus + label, #global .section_filter.filter_dark input[type=number]:not(.simple_layout)[disabled].focus .placeholder, #global .section_filter.filter_dark input[type=number]:not(.simple_layout).disabled + label, #global .section_filter.filter_dark input[type=number]:not(.simple_layout).disabled .placeholder, #global .section_filter.filter_dark input[type=number]:not(.simple_layout).disabled:hover + label, #global .section_filter.filter_dark input[type=number]:not(.simple_layout).disabled:hover .placeholder, #global .section_filter.filter_dark input[type=number]:not(.simple_layout).disabled:focus + label, #global .section_filter.filter_dark input[type=number]:not(.simple_layout).disabled:focus .placeholder, #global .section_filter.filter_dark input[type=number]:not(.simple_layout).disabled.focus + label, #global .section_filter.filter_dark input[type=number]:not(.simple_layout).disabled.focus .placeholder, #global .section_filter.filter_dark input[type=date]:not(.simple_layout).inactive + label, #global .section_filter.filter_dark input[type=date]:not(.simple_layout).inactive .placeholder, #global .section_filter.filter_dark input[type=date]:not(.simple_layout).inactive:hover + label, #global .section_filter.filter_dark input[type=date]:not(.simple_layout).inactive:hover .placeholder, #global .section_filter.filter_dark input[type=date]:not(.simple_layout).inactive:focus + label, #global .section_filter.filter_dark input[type=date]:not(.simple_layout).inactive:focus .placeholder, #global .section_filter.filter_dark input[type=date]:not(.simple_layout).inactive.focus + label, #global .section_filter.filter_dark input[type=date]:not(.simple_layout).inactive.focus .placeholder, #global .section_filter.filter_dark input[type=date]:not(.simple_layout)[disabled] + label, #global .section_filter.filter_dark input[type=date]:not(.simple_layout)[disabled] .placeholder, #global .section_filter.filter_dark input[type=date]:not(.simple_layout)[disabled]:hover + label, #global .section_filter.filter_dark input[type=date]:not(.simple_layout)[disabled]:hover .placeholder, #global .section_filter.filter_dark input[type=date]:not(.simple_layout)[disabled]:focus + label, #global .section_filter.filter_dark input[type=date]:not(.simple_layout)[disabled]:focus .placeholder, #global .section_filter.filter_dark input[type=date]:not(.simple_layout)[disabled].focus + label, #global .section_filter.filter_dark input[type=date]:not(.simple_layout)[disabled].focus .placeholder, #global .section_filter.filter_dark input[type=date]:not(.simple_layout).disabled + label, #global .section_filter.filter_dark input[type=date]:not(.simple_layout).disabled .placeholder, #global .section_filter.filter_dark input[type=date]:not(.simple_layout).disabled:hover + label, #global .section_filter.filter_dark input[type=date]:not(.simple_layout).disabled:hover .placeholder, #global .section_filter.filter_dark input[type=date]:not(.simple_layout).disabled:focus + label, #global .section_filter.filter_dark input[type=date]:not(.simple_layout).disabled:focus .placeholder, #global .section_filter.filter_dark input[type=date]:not(.simple_layout).disabled.focus + label, #global .section_filter.filter_dark input[type=date]:not(.simple_layout).disabled.focus .placeholder, #global .section_filter.filter_dark input[type=time]:not(.simple_layout).inactive + label, #global .section_filter.filter_dark input[type=time]:not(.simple_layout).inactive .placeholder, #global .section_filter.filter_dark input[type=time]:not(.simple_layout).inactive:hover + label, #global .section_filter.filter_dark input[type=time]:not(.simple_layout).inactive:hover .placeholder, #global .section_filter.filter_dark input[type=time]:not(.simple_layout).inactive:focus + label, #global .section_filter.filter_dark input[type=time]:not(.simple_layout).inactive:focus .placeholder, #global .section_filter.filter_dark input[type=time]:not(.simple_layout).inactive.focus + label, #global .section_filter.filter_dark input[type=time]:not(.simple_layout).inactive.focus .placeholder, #global .section_filter.filter_dark input[type=time]:not(.simple_layout)[disabled] + label, #global .section_filter.filter_dark input[type=time]:not(.simple_layout)[disabled] .placeholder, #global .section_filter.filter_dark input[type=time]:not(.simple_layout)[disabled]:hover + label, #global .section_filter.filter_dark input[type=time]:not(.simple_layout)[disabled]:hover .placeholder, #global .section_filter.filter_dark input[type=time]:not(.simple_layout)[disabled]:focus + label, #global .section_filter.filter_dark input[type=time]:not(.simple_layout)[disabled]:focus .placeholder, #global .section_filter.filter_dark input[type=time]:not(.simple_layout)[disabled].focus + label, #global .section_filter.filter_dark input[type=time]:not(.simple_layout)[disabled].focus .placeholder, #global .section_filter.filter_dark input[type=time]:not(.simple_layout).disabled + label, #global .section_filter.filter_dark input[type=time]:not(.simple_layout).disabled .placeholder, #global .section_filter.filter_dark input[type=time]:not(.simple_layout).disabled:hover + label, #global .section_filter.filter_dark input[type=time]:not(.simple_layout).disabled:hover .placeholder, #global .section_filter.filter_dark input[type=time]:not(.simple_layout).disabled:focus + label, #global .section_filter.filter_dark input[type=time]:not(.simple_layout).disabled:focus .placeholder, #global .section_filter.filter_dark input[type=time]:not(.simple_layout).disabled.focus + label, #global .section_filter.filter_dark input[type=time]:not(.simple_layout).disabled.focus .placeholder, #global .section_filter.filter_dark input[type=url]:not(.simple_layout).inactive + label, #global .section_filter.filter_dark input[type=url]:not(.simple_layout).inactive .placeholder, #global .section_filter.filter_dark input[type=url]:not(.simple_layout).inactive:hover + label, #global .section_filter.filter_dark input[type=url]:not(.simple_layout).inactive:hover .placeholder, #global .section_filter.filter_dark input[type=url]:not(.simple_layout).inactive:focus + label, #global .section_filter.filter_dark input[type=url]:not(.simple_layout).inactive:focus .placeholder, #global .section_filter.filter_dark input[type=url]:not(.simple_layout).inactive.focus + label, #global .section_filter.filter_dark input[type=url]:not(.simple_layout).inactive.focus .placeholder, #global .section_filter.filter_dark input[type=url]:not(.simple_layout)[disabled] + label, #global .section_filter.filter_dark input[type=url]:not(.simple_layout)[disabled] .placeholder, #global .section_filter.filter_dark input[type=url]:not(.simple_layout)[disabled]:hover + label, #global .section_filter.filter_dark input[type=url]:not(.simple_layout)[disabled]:hover .placeholder, #global .section_filter.filter_dark input[type=url]:not(.simple_layout)[disabled]:focus + label, #global .section_filter.filter_dark input[type=url]:not(.simple_layout)[disabled]:focus .placeholder, #global .section_filter.filter_dark input[type=url]:not(.simple_layout)[disabled].focus + label, #global .section_filter.filter_dark input[type=url]:not(.simple_layout)[disabled].focus .placeholder, #global .section_filter.filter_dark input[type=url]:not(.simple_layout).disabled + label, #global .section_filter.filter_dark input[type=url]:not(.simple_layout).disabled .placeholder, #global .section_filter.filter_dark input[type=url]:not(.simple_layout).disabled:hover + label, #global .section_filter.filter_dark input[type=url]:not(.simple_layout).disabled:hover .placeholder, #global .section_filter.filter_dark input[type=url]:not(.simple_layout).disabled:focus + label, #global .section_filter.filter_dark input[type=url]:not(.simple_layout).disabled:focus .placeholder, #global .section_filter.filter_dark input[type=url]:not(.simple_layout).disabled.focus + label, #global .section_filter.filter_dark input[type=url]:not(.simple_layout).disabled.focus .placeholder, #global .section_filter.filter_dark textarea:not(.simple_layout).inactive + label, #global .section_filter.filter_dark textarea:not(.simple_layout).inactive .placeholder, #global .section_filter.filter_dark textarea:not(.simple_layout).inactive:hover + label, #global .section_filter.filter_dark textarea:not(.simple_layout).inactive:hover .placeholder, #global .section_filter.filter_dark textarea:not(.simple_layout).inactive:focus + label, #global .section_filter.filter_dark textarea:not(.simple_layout).inactive:focus .placeholder, #global .section_filter.filter_dark textarea:not(.simple_layout).inactive.focus + label, #global .section_filter.filter_dark textarea:not(.simple_layout).inactive.focus .placeholder, #global .section_filter.filter_dark textarea:not(.simple_layout)[disabled] + label, #global .section_filter.filter_dark textarea:not(.simple_layout)[disabled] .placeholder, #global .section_filter.filter_dark textarea:not(.simple_layout)[disabled]:hover + label, #global .section_filter.filter_dark textarea:not(.simple_layout)[disabled]:hover .placeholder, #global .section_filter.filter_dark textarea:not(.simple_layout)[disabled]:focus + label, #global .section_filter.filter_dark textarea:not(.simple_layout)[disabled]:focus .placeholder, #global .section_filter.filter_dark textarea:not(.simple_layout)[disabled].focus + label, #global .section_filter.filter_dark textarea:not(.simple_layout)[disabled].focus .placeholder, #global .section_filter.filter_dark textarea:not(.simple_layout).disabled + label, #global .section_filter.filter_dark textarea:not(.simple_layout).disabled .placeholder, #global .section_filter.filter_dark textarea:not(.simple_layout).disabled:hover + label, #global .section_filter.filter_dark textarea:not(.simple_layout).disabled:hover .placeholder, #global .section_filter.filter_dark textarea:not(.simple_layout).disabled:focus + label, #global .section_filter.filter_dark textarea:not(.simple_layout).disabled:focus .placeholder, #global .section_filter.filter_dark textarea:not(.simple_layout).disabled.focus + label, #global .section_filter.filter_dark textarea:not(.simple_layout).disabled.focus .placeholder, #global .section_filter.filter_dark select:not(.simple_layout).inactive + label, #global .section_filter.filter_dark select:not(.simple_layout).inactive .placeholder, #global .section_filter.filter_dark select:not(.simple_layout).inactive:hover + label, #global .section_filter.filter_dark select:not(.simple_layout).inactive:hover .placeholder, #global .section_filter.filter_dark select:not(.simple_layout).inactive:focus + label, #global .section_filter.filter_dark select:not(.simple_layout).inactive:focus .placeholder, #global .section_filter.filter_dark select:not(.simple_layout).inactive.focus + label, #global .section_filter.filter_dark select:not(.simple_layout).inactive.focus .placeholder, #global .section_filter.filter_dark select:not(.simple_layout)[disabled] + label, #global .section_filter.filter_dark select:not(.simple_layout)[disabled] .placeholder, #global .section_filter.filter_dark select:not(.simple_layout)[disabled]:hover + label, #global .section_filter.filter_dark select:not(.simple_layout)[disabled]:hover .placeholder, #global .section_filter.filter_dark select:not(.simple_layout)[disabled]:focus + label, #global .section_filter.filter_dark select:not(.simple_layout)[disabled]:focus .placeholder, #global .section_filter.filter_dark select:not(.simple_layout)[disabled].focus + label, #global .section_filter.filter_dark select:not(.simple_layout)[disabled].focus .placeholder, #global .section_filter.filter_dark select:not(.simple_layout).disabled + label, #global .section_filter.filter_dark select:not(.simple_layout).disabled .placeholder, #global .section_filter.filter_dark select:not(.simple_layout).disabled:hover + label, #global .section_filter.filter_dark select:not(.simple_layout).disabled:hover .placeholder, #global .section_filter.filter_dark select:not(.simple_layout).disabled:focus + label, #global .section_filter.filter_dark select:not(.simple_layout).disabled:focus .placeholder, #global .section_filter.filter_dark select:not(.simple_layout).disabled.focus + label, #global .section_filter.filter_dark select:not(.simple_layout).disabled.focus .placeholder, #global .section_filter.filter_dark .multiselect:not(.simple_layout).inactive + label, #global .section_filter.filter_dark .multiselect:not(.simple_layout).inactive .placeholder, #global .section_filter.filter_dark .multiselect:not(.simple_layout).inactive:hover + label, #global .section_filter.filter_dark .multiselect:not(.simple_layout).inactive:hover .placeholder, #global .section_filter.filter_dark .multiselect:not(.simple_layout).inactive:focus + label, #global .section_filter.filter_dark .multiselect:not(.simple_layout).inactive:focus .placeholder, #global .section_filter.filter_dark .multiselect:not(.simple_layout).inactive.focus + label, #global .section_filter.filter_dark .multiselect:not(.simple_layout).inactive.focus .placeholder, #global .section_filter.filter_dark .multiselect:not(.simple_layout)[disabled] + label, #global .section_filter.filter_dark .multiselect:not(.simple_layout)[disabled] .placeholder, #global .section_filter.filter_dark .multiselect:not(.simple_layout)[disabled]:hover + label, #global .section_filter.filter_dark .multiselect:not(.simple_layout)[disabled]:hover .placeholder, #global .section_filter.filter_dark .multiselect:not(.simple_layout)[disabled]:focus + label, #global .section_filter.filter_dark .multiselect:not(.simple_layout)[disabled]:focus .placeholder, #global .section_filter.filter_dark .multiselect:not(.simple_layout)[disabled].focus + label, #global .section_filter.filter_dark .multiselect:not(.simple_layout)[disabled].focus .placeholder, #global .section_filter.filter_dark .multiselect:not(.simple_layout).disabled + label, #global .section_filter.filter_dark .multiselect:not(.simple_layout).disabled .placeholder, #global .section_filter.filter_dark .multiselect:not(.simple_layout).disabled:hover + label, #global .section_filter.filter_dark .multiselect:not(.simple_layout).disabled:hover .placeholder, #global .section_filter.filter_dark .multiselect:not(.simple_layout).disabled:focus + label, #global .section_filter.filter_dark .multiselect:not(.simple_layout).disabled:focus .placeholder, #global .section_filter.filter_dark .multiselect:not(.simple_layout).disabled.focus + label, #global .section_filter.filter_dark .multiselect:not(.simple_layout).disabled.focus .placeholder, #global .section_filter.filter_dark .input:not(.simple_layout).inactive + label, #global .section_filter.filter_dark .input:not(.simple_layout).inactive .placeholder, #global .section_filter.filter_dark .input:not(.simple_layout).inactive:hover + label, #global .section_filter.filter_dark .input:not(.simple_layout).inactive:hover .placeholder, #global .section_filter.filter_dark .input:not(.simple_layout).inactive:focus + label, #global .section_filter.filter_dark .input:not(.simple_layout).inactive:focus .placeholder, #global .section_filter.filter_dark .input:not(.simple_layout).inactive.focus + label, #global .section_filter.filter_dark .input:not(.simple_layout).inactive.focus .placeholder, #global .section_filter.filter_dark .input:not(.simple_layout)[disabled] + label, #global .section_filter.filter_dark .input:not(.simple_layout)[disabled] .placeholder, #global .section_filter.filter_dark .input:not(.simple_layout)[disabled]:hover + label, #global .section_filter.filter_dark .input:not(.simple_layout)[disabled]:hover .placeholder, #global .section_filter.filter_dark .input:not(.simple_layout)[disabled]:focus + label, #global .section_filter.filter_dark .input:not(.simple_layout)[disabled]:focus .placeholder, #global .section_filter.filter_dark .input:not(.simple_layout)[disabled].focus + label, #global .section_filter.filter_dark .input:not(.simple_layout)[disabled].focus .placeholder, #global .section_filter.filter_dark .input:not(.simple_layout).disabled + label, #global .section_filter.filter_dark .input:not(.simple_layout).disabled .placeholder, #global .section_filter.filter_dark .input:not(.simple_layout).disabled:hover + label, #global .section_filter.filter_dark .input:not(.simple_layout).disabled:hover .placeholder, #global .section_filter.filter_dark .input:not(.simple_layout).disabled:focus + label, #global .section_filter.filter_dark .input:not(.simple_layout).disabled:focus .placeholder, #global .section_filter.filter_dark .input:not(.simple_layout).disabled.focus + label, #global .section_filter.filter_dark .input:not(.simple_layout).disabled.focus .placeholder, #global section.section_accordion_form .accordion_form input[type=text]:not(.simple_layout).inactive + label, #global section.section_accordion_form .accordion_form input[type=text]:not(.simple_layout).inactive .placeholder, #global section.section_accordion_form .accordion_form input[type=text]:not(.simple_layout).inactive:hover + label, #global section.section_accordion_form .accordion_form input[type=text]:not(.simple_layout).inactive:hover .placeholder, #global section.section_accordion_form .accordion_form input[type=text]:not(.simple_layout).inactive:focus + label, #global section.section_accordion_form .accordion_form input[type=text]:not(.simple_layout).inactive:focus .placeholder, #global section.section_accordion_form .accordion_form input[type=text]:not(.simple_layout).inactive.focus + label, #global section.section_accordion_form .accordion_form input[type=text]:not(.simple_layout).inactive.focus .placeholder, #global section.section_accordion_form .accordion_form input[type=text]:not(.simple_layout)[disabled] + label, #global section.section_accordion_form .accordion_form input[type=text]:not(.simple_layout)[disabled] .placeholder, #global section.section_accordion_form .accordion_form input[type=text]:not(.simple_layout)[disabled]:hover + label, #global section.section_accordion_form .accordion_form input[type=text]:not(.simple_layout)[disabled]:hover .placeholder, #global section.section_accordion_form .accordion_form input[type=text]:not(.simple_layout)[disabled]:focus + label, #global section.section_accordion_form .accordion_form input[type=text]:not(.simple_layout)[disabled]:focus .placeholder, #global section.section_accordion_form .accordion_form input[type=text]:not(.simple_layout)[disabled].focus + label, #global section.section_accordion_form .accordion_form input[type=text]:not(.simple_layout)[disabled].focus .placeholder, #global section.section_accordion_form .accordion_form input[type=text]:not(.simple_layout).disabled + label, #global section.section_accordion_form .accordion_form input[type=text]:not(.simple_layout).disabled .placeholder, #global section.section_accordion_form .accordion_form input[type=text]:not(.simple_layout).disabled:hover + label, #global section.section_accordion_form .accordion_form input[type=text]:not(.simple_layout).disabled:hover .placeholder, #global section.section_accordion_form .accordion_form input[type=text]:not(.simple_layout).disabled:focus + label, #global section.section_accordion_form .accordion_form input[type=text]:not(.simple_layout).disabled:focus .placeholder, #global section.section_accordion_form .accordion_form input[type=text]:not(.simple_layout).disabled.focus + label, #global section.section_accordion_form .accordion_form input[type=text]:not(.simple_layout).disabled.focus .placeholder, #global section.section_accordion_form .accordion_form input[type=password]:not(.simple_layout).inactive + label, #global section.section_accordion_form .accordion_form input[type=password]:not(.simple_layout).inactive .placeholder, #global section.section_accordion_form .accordion_form input[type=password]:not(.simple_layout).inactive:hover + label, #global section.section_accordion_form .accordion_form input[type=password]:not(.simple_layout).inactive:hover .placeholder, #global section.section_accordion_form .accordion_form input[type=password]:not(.simple_layout).inactive:focus + label, #global section.section_accordion_form .accordion_form input[type=password]:not(.simple_layout).inactive:focus .placeholder, #global section.section_accordion_form .accordion_form input[type=password]:not(.simple_layout).inactive.focus + label, #global section.section_accordion_form .accordion_form input[type=password]:not(.simple_layout).inactive.focus .placeholder, #global section.section_accordion_form .accordion_form input[type=password]:not(.simple_layout)[disabled] + label, #global section.section_accordion_form .accordion_form input[type=password]:not(.simple_layout)[disabled] .placeholder, #global section.section_accordion_form .accordion_form input[type=password]:not(.simple_layout)[disabled]:hover + label, #global section.section_accordion_form .accordion_form input[type=password]:not(.simple_layout)[disabled]:hover .placeholder, #global section.section_accordion_form .accordion_form input[type=password]:not(.simple_layout)[disabled]:focus + label, #global section.section_accordion_form .accordion_form input[type=password]:not(.simple_layout)[disabled]:focus .placeholder, #global section.section_accordion_form .accordion_form input[type=password]:not(.simple_layout)[disabled].focus + label, #global section.section_accordion_form .accordion_form input[type=password]:not(.simple_layout)[disabled].focus .placeholder, #global section.section_accordion_form .accordion_form input[type=password]:not(.simple_layout).disabled + label, #global section.section_accordion_form .accordion_form input[type=password]:not(.simple_layout).disabled .placeholder, #global section.section_accordion_form .accordion_form input[type=password]:not(.simple_layout).disabled:hover + label, #global section.section_accordion_form .accordion_form input[type=password]:not(.simple_layout).disabled:hover .placeholder, #global section.section_accordion_form .accordion_form input[type=password]:not(.simple_layout).disabled:focus + label, #global section.section_accordion_form .accordion_form input[type=password]:not(.simple_layout).disabled:focus .placeholder, #global section.section_accordion_form .accordion_form input[type=password]:not(.simple_layout).disabled.focus + label, #global section.section_accordion_form .accordion_form input[type=password]:not(.simple_layout).disabled.focus .placeholder, #global section.section_accordion_form .accordion_form input[type=email]:not(.simple_layout).inactive + label, #global section.section_accordion_form .accordion_form input[type=email]:not(.simple_layout).inactive .placeholder, #global section.section_accordion_form .accordion_form input[type=email]:not(.simple_layout).inactive:hover + label, #global section.section_accordion_form .accordion_form input[type=email]:not(.simple_layout).inactive:hover .placeholder, #global section.section_accordion_form .accordion_form input[type=email]:not(.simple_layout).inactive:focus + label, #global section.section_accordion_form .accordion_form input[type=email]:not(.simple_layout).inactive:focus .placeholder, #global section.section_accordion_form .accordion_form input[type=email]:not(.simple_layout).inactive.focus + label, #global section.section_accordion_form .accordion_form input[type=email]:not(.simple_layout).inactive.focus .placeholder, #global section.section_accordion_form .accordion_form input[type=email]:not(.simple_layout)[disabled] + label, #global section.section_accordion_form .accordion_form input[type=email]:not(.simple_layout)[disabled] .placeholder, #global section.section_accordion_form .accordion_form input[type=email]:not(.simple_layout)[disabled]:hover + label, #global section.section_accordion_form .accordion_form input[type=email]:not(.simple_layout)[disabled]:hover .placeholder, #global section.section_accordion_form .accordion_form input[type=email]:not(.simple_layout)[disabled]:focus + label, #global section.section_accordion_form .accordion_form input[type=email]:not(.simple_layout)[disabled]:focus .placeholder, #global section.section_accordion_form .accordion_form input[type=email]:not(.simple_layout)[disabled].focus + label, #global section.section_accordion_form .accordion_form input[type=email]:not(.simple_layout)[disabled].focus .placeholder, #global section.section_accordion_form .accordion_form input[type=email]:not(.simple_layout).disabled + label, #global section.section_accordion_form .accordion_form input[type=email]:not(.simple_layout).disabled .placeholder, #global section.section_accordion_form .accordion_form input[type=email]:not(.simple_layout).disabled:hover + label, #global section.section_accordion_form .accordion_form input[type=email]:not(.simple_layout).disabled:hover .placeholder, #global section.section_accordion_form .accordion_form input[type=email]:not(.simple_layout).disabled:focus + label, #global section.section_accordion_form .accordion_form input[type=email]:not(.simple_layout).disabled:focus .placeholder, #global section.section_accordion_form .accordion_form input[type=email]:not(.simple_layout).disabled.focus + label, #global section.section_accordion_form .accordion_form input[type=email]:not(.simple_layout).disabled.focus .placeholder, #global section.section_accordion_form .accordion_form input[type=tel]:not(.simple_layout).inactive + label, #global section.section_accordion_form .accordion_form input[type=tel]:not(.simple_layout).inactive .placeholder, #global section.section_accordion_form .accordion_form input[type=tel]:not(.simple_layout).inactive:hover + label, #global section.section_accordion_form .accordion_form input[type=tel]:not(.simple_layout).inactive:hover .placeholder, #global section.section_accordion_form .accordion_form input[type=tel]:not(.simple_layout).inactive:focus + label, #global section.section_accordion_form .accordion_form input[type=tel]:not(.simple_layout).inactive:focus .placeholder, #global section.section_accordion_form .accordion_form input[type=tel]:not(.simple_layout).inactive.focus + label, #global section.section_accordion_form .accordion_form input[type=tel]:not(.simple_layout).inactive.focus .placeholder, #global section.section_accordion_form .accordion_form input[type=tel]:not(.simple_layout)[disabled] + label, #global section.section_accordion_form .accordion_form input[type=tel]:not(.simple_layout)[disabled] .placeholder, #global section.section_accordion_form .accordion_form input[type=tel]:not(.simple_layout)[disabled]:hover + label, #global section.section_accordion_form .accordion_form input[type=tel]:not(.simple_layout)[disabled]:hover .placeholder, #global section.section_accordion_form .accordion_form input[type=tel]:not(.simple_layout)[disabled]:focus + label, #global section.section_accordion_form .accordion_form input[type=tel]:not(.simple_layout)[disabled]:focus .placeholder, #global section.section_accordion_form .accordion_form input[type=tel]:not(.simple_layout)[disabled].focus + label, #global section.section_accordion_form .accordion_form input[type=tel]:not(.simple_layout)[disabled].focus .placeholder, #global section.section_accordion_form .accordion_form input[type=tel]:not(.simple_layout).disabled + label, #global section.section_accordion_form .accordion_form input[type=tel]:not(.simple_layout).disabled .placeholder, #global section.section_accordion_form .accordion_form input[type=tel]:not(.simple_layout).disabled:hover + label, #global section.section_accordion_form .accordion_form input[type=tel]:not(.simple_layout).disabled:hover .placeholder, #global section.section_accordion_form .accordion_form input[type=tel]:not(.simple_layout).disabled:focus + label, #global section.section_accordion_form .accordion_form input[type=tel]:not(.simple_layout).disabled:focus .placeholder, #global section.section_accordion_form .accordion_form input[type=tel]:not(.simple_layout).disabled.focus + label, #global section.section_accordion_form .accordion_form input[type=tel]:not(.simple_layout).disabled.focus .placeholder, #global section.section_accordion_form .accordion_form input[type=number]:not(.simple_layout).inactive + label, #global section.section_accordion_form .accordion_form input[type=number]:not(.simple_layout).inactive .placeholder, #global section.section_accordion_form .accordion_form input[type=number]:not(.simple_layout).inactive:hover + label, #global section.section_accordion_form .accordion_form input[type=number]:not(.simple_layout).inactive:hover .placeholder, #global section.section_accordion_form .accordion_form input[type=number]:not(.simple_layout).inactive:focus + label, #global section.section_accordion_form .accordion_form input[type=number]:not(.simple_layout).inactive:focus .placeholder, #global section.section_accordion_form .accordion_form input[type=number]:not(.simple_layout).inactive.focus + label, #global section.section_accordion_form .accordion_form input[type=number]:not(.simple_layout).inactive.focus .placeholder, #global section.section_accordion_form .accordion_form input[type=number]:not(.simple_layout)[disabled] + label, #global section.section_accordion_form .accordion_form input[type=number]:not(.simple_layout)[disabled] .placeholder, #global section.section_accordion_form .accordion_form input[type=number]:not(.simple_layout)[disabled]:hover + label, #global section.section_accordion_form .accordion_form input[type=number]:not(.simple_layout)[disabled]:hover .placeholder, #global section.section_accordion_form .accordion_form input[type=number]:not(.simple_layout)[disabled]:focus + label, #global section.section_accordion_form .accordion_form input[type=number]:not(.simple_layout)[disabled]:focus .placeholder, #global section.section_accordion_form .accordion_form input[type=number]:not(.simple_layout)[disabled].focus + label, #global section.section_accordion_form .accordion_form input[type=number]:not(.simple_layout)[disabled].focus .placeholder, #global section.section_accordion_form .accordion_form input[type=number]:not(.simple_layout).disabled + label, #global section.section_accordion_form .accordion_form input[type=number]:not(.simple_layout).disabled .placeholder, #global section.section_accordion_form .accordion_form input[type=number]:not(.simple_layout).disabled:hover + label, #global section.section_accordion_form .accordion_form input[type=number]:not(.simple_layout).disabled:hover .placeholder, #global section.section_accordion_form .accordion_form input[type=number]:not(.simple_layout).disabled:focus + label, #global section.section_accordion_form .accordion_form input[type=number]:not(.simple_layout).disabled:focus .placeholder, #global section.section_accordion_form .accordion_form input[type=number]:not(.simple_layout).disabled.focus + label, #global section.section_accordion_form .accordion_form input[type=number]:not(.simple_layout).disabled.focus .placeholder, #global section.section_accordion_form .accordion_form input[type=date]:not(.simple_layout).inactive + label, #global section.section_accordion_form .accordion_form input[type=date]:not(.simple_layout).inactive .placeholder, #global section.section_accordion_form .accordion_form input[type=date]:not(.simple_layout).inactive:hover + label, #global section.section_accordion_form .accordion_form input[type=date]:not(.simple_layout).inactive:hover .placeholder, #global section.section_accordion_form .accordion_form input[type=date]:not(.simple_layout).inactive:focus + label, #global section.section_accordion_form .accordion_form input[type=date]:not(.simple_layout).inactive:focus .placeholder, #global section.section_accordion_form .accordion_form input[type=date]:not(.simple_layout).inactive.focus + label, #global section.section_accordion_form .accordion_form input[type=date]:not(.simple_layout).inactive.focus .placeholder, #global section.section_accordion_form .accordion_form input[type=date]:not(.simple_layout)[disabled] + label, #global section.section_accordion_form .accordion_form input[type=date]:not(.simple_layout)[disabled] .placeholder, #global section.section_accordion_form .accordion_form input[type=date]:not(.simple_layout)[disabled]:hover + label, #global section.section_accordion_form .accordion_form input[type=date]:not(.simple_layout)[disabled]:hover .placeholder, #global section.section_accordion_form .accordion_form input[type=date]:not(.simple_layout)[disabled]:focus + label, #global section.section_accordion_form .accordion_form input[type=date]:not(.simple_layout)[disabled]:focus .placeholder, #global section.section_accordion_form .accordion_form input[type=date]:not(.simple_layout)[disabled].focus + label, #global section.section_accordion_form .accordion_form input[type=date]:not(.simple_layout)[disabled].focus .placeholder, #global section.section_accordion_form .accordion_form input[type=date]:not(.simple_layout).disabled + label, #global section.section_accordion_form .accordion_form input[type=date]:not(.simple_layout).disabled .placeholder, #global section.section_accordion_form .accordion_form input[type=date]:not(.simple_layout).disabled:hover + label, #global section.section_accordion_form .accordion_form input[type=date]:not(.simple_layout).disabled:hover .placeholder, #global section.section_accordion_form .accordion_form input[type=date]:not(.simple_layout).disabled:focus + label, #global section.section_accordion_form .accordion_form input[type=date]:not(.simple_layout).disabled:focus .placeholder, #global section.section_accordion_form .accordion_form input[type=date]:not(.simple_layout).disabled.focus + label, #global section.section_accordion_form .accordion_form input[type=date]:not(.simple_layout).disabled.focus .placeholder, #global section.section_accordion_form .accordion_form input[type=time]:not(.simple_layout).inactive + label, #global section.section_accordion_form .accordion_form input[type=time]:not(.simple_layout).inactive .placeholder, #global section.section_accordion_form .accordion_form input[type=time]:not(.simple_layout).inactive:hover + label, #global section.section_accordion_form .accordion_form input[type=time]:not(.simple_layout).inactive:hover .placeholder, #global section.section_accordion_form .accordion_form input[type=time]:not(.simple_layout).inactive:focus + label, #global section.section_accordion_form .accordion_form input[type=time]:not(.simple_layout).inactive:focus .placeholder, #global section.section_accordion_form .accordion_form input[type=time]:not(.simple_layout).inactive.focus + label, #global section.section_accordion_form .accordion_form input[type=time]:not(.simple_layout).inactive.focus .placeholder, #global section.section_accordion_form .accordion_form input[type=time]:not(.simple_layout)[disabled] + label, #global section.section_accordion_form .accordion_form input[type=time]:not(.simple_layout)[disabled] .placeholder, #global section.section_accordion_form .accordion_form input[type=time]:not(.simple_layout)[disabled]:hover + label, #global section.section_accordion_form .accordion_form input[type=time]:not(.simple_layout)[disabled]:hover .placeholder, #global section.section_accordion_form .accordion_form input[type=time]:not(.simple_layout)[disabled]:focus + label, #global section.section_accordion_form .accordion_form input[type=time]:not(.simple_layout)[disabled]:focus .placeholder, #global section.section_accordion_form .accordion_form input[type=time]:not(.simple_layout)[disabled].focus + label, #global section.section_accordion_form .accordion_form input[type=time]:not(.simple_layout)[disabled].focus .placeholder, #global section.section_accordion_form .accordion_form input[type=time]:not(.simple_layout).disabled + label, #global section.section_accordion_form .accordion_form input[type=time]:not(.simple_layout).disabled .placeholder, #global section.section_accordion_form .accordion_form input[type=time]:not(.simple_layout).disabled:hover + label, #global section.section_accordion_form .accordion_form input[type=time]:not(.simple_layout).disabled:hover .placeholder, #global section.section_accordion_form .accordion_form input[type=time]:not(.simple_layout).disabled:focus + label, #global section.section_accordion_form .accordion_form input[type=time]:not(.simple_layout).disabled:focus .placeholder, #global section.section_accordion_form .accordion_form input[type=time]:not(.simple_layout).disabled.focus + label, #global section.section_accordion_form .accordion_form input[type=time]:not(.simple_layout).disabled.focus .placeholder, #global section.section_accordion_form .accordion_form input[type=url]:not(.simple_layout).inactive + label, #global section.section_accordion_form .accordion_form input[type=url]:not(.simple_layout).inactive .placeholder, #global section.section_accordion_form .accordion_form input[type=url]:not(.simple_layout).inactive:hover + label, #global section.section_accordion_form .accordion_form input[type=url]:not(.simple_layout).inactive:hover .placeholder, #global section.section_accordion_form .accordion_form input[type=url]:not(.simple_layout).inactive:focus + label, #global section.section_accordion_form .accordion_form input[type=url]:not(.simple_layout).inactive:focus .placeholder, #global section.section_accordion_form .accordion_form input[type=url]:not(.simple_layout).inactive.focus + label, #global section.section_accordion_form .accordion_form input[type=url]:not(.simple_layout).inactive.focus .placeholder, #global section.section_accordion_form .accordion_form input[type=url]:not(.simple_layout)[disabled] + label, #global section.section_accordion_form .accordion_form input[type=url]:not(.simple_layout)[disabled] .placeholder, #global section.section_accordion_form .accordion_form input[type=url]:not(.simple_layout)[disabled]:hover + label, #global section.section_accordion_form .accordion_form input[type=url]:not(.simple_layout)[disabled]:hover .placeholder, #global section.section_accordion_form .accordion_form input[type=url]:not(.simple_layout)[disabled]:focus + label, #global section.section_accordion_form .accordion_form input[type=url]:not(.simple_layout)[disabled]:focus .placeholder, #global section.section_accordion_form .accordion_form input[type=url]:not(.simple_layout)[disabled].focus + label, #global section.section_accordion_form .accordion_form input[type=url]:not(.simple_layout)[disabled].focus .placeholder, #global section.section_accordion_form .accordion_form input[type=url]:not(.simple_layout).disabled + label, #global section.section_accordion_form .accordion_form input[type=url]:not(.simple_layout).disabled .placeholder, #global section.section_accordion_form .accordion_form input[type=url]:not(.simple_layout).disabled:hover + label, #global section.section_accordion_form .accordion_form input[type=url]:not(.simple_layout).disabled:hover .placeholder, #global section.section_accordion_form .accordion_form input[type=url]:not(.simple_layout).disabled:focus + label, #global section.section_accordion_form .accordion_form input[type=url]:not(.simple_layout).disabled:focus .placeholder, #global section.section_accordion_form .accordion_form input[type=url]:not(.simple_layout).disabled.focus + label, #global section.section_accordion_form .accordion_form input[type=url]:not(.simple_layout).disabled.focus .placeholder, #global section.section_accordion_form .accordion_form textarea:not(.simple_layout).inactive + label, #global section.section_accordion_form .accordion_form textarea:not(.simple_layout).inactive .placeholder, #global section.section_accordion_form .accordion_form textarea:not(.simple_layout).inactive:hover + label, #global section.section_accordion_form .accordion_form textarea:not(.simple_layout).inactive:hover .placeholder, #global section.section_accordion_form .accordion_form textarea:not(.simple_layout).inactive:focus + label, #global section.section_accordion_form .accordion_form textarea:not(.simple_layout).inactive:focus .placeholder, #global section.section_accordion_form .accordion_form textarea:not(.simple_layout).inactive.focus + label, #global section.section_accordion_form .accordion_form textarea:not(.simple_layout).inactive.focus .placeholder, #global section.section_accordion_form .accordion_form textarea:not(.simple_layout)[disabled] + label, #global section.section_accordion_form .accordion_form textarea:not(.simple_layout)[disabled] .placeholder, #global section.section_accordion_form .accordion_form textarea:not(.simple_layout)[disabled]:hover + label, #global section.section_accordion_form .accordion_form textarea:not(.simple_layout)[disabled]:hover .placeholder, #global section.section_accordion_form .accordion_form textarea:not(.simple_layout)[disabled]:focus + label, #global section.section_accordion_form .accordion_form textarea:not(.simple_layout)[disabled]:focus .placeholder, #global section.section_accordion_form .accordion_form textarea:not(.simple_layout)[disabled].focus + label, #global section.section_accordion_form .accordion_form textarea:not(.simple_layout)[disabled].focus .placeholder, #global section.section_accordion_form .accordion_form textarea:not(.simple_layout).disabled + label, #global section.section_accordion_form .accordion_form textarea:not(.simple_layout).disabled .placeholder, #global section.section_accordion_form .accordion_form textarea:not(.simple_layout).disabled:hover + label, #global section.section_accordion_form .accordion_form textarea:not(.simple_layout).disabled:hover .placeholder, #global section.section_accordion_form .accordion_form textarea:not(.simple_layout).disabled:focus + label, #global section.section_accordion_form .accordion_form textarea:not(.simple_layout).disabled:focus .placeholder, #global section.section_accordion_form .accordion_form textarea:not(.simple_layout).disabled.focus + label, #global section.section_accordion_form .accordion_form textarea:not(.simple_layout).disabled.focus .placeholder, #global section.section_accordion_form .accordion_form select:not(.simple_layout).inactive + label, #global section.section_accordion_form .accordion_form select:not(.simple_layout).inactive .placeholder, #global section.section_accordion_form .accordion_form select:not(.simple_layout).inactive:hover + label, #global section.section_accordion_form .accordion_form select:not(.simple_layout).inactive:hover .placeholder, #global section.section_accordion_form .accordion_form select:not(.simple_layout).inactive:focus + label, #global section.section_accordion_form .accordion_form select:not(.simple_layout).inactive:focus .placeholder, #global section.section_accordion_form .accordion_form select:not(.simple_layout).inactive.focus + label, #global section.section_accordion_form .accordion_form select:not(.simple_layout).inactive.focus .placeholder, #global section.section_accordion_form .accordion_form select:not(.simple_layout)[disabled] + label, #global section.section_accordion_form .accordion_form select:not(.simple_layout)[disabled] .placeholder, #global section.section_accordion_form .accordion_form select:not(.simple_layout)[disabled]:hover + label, #global section.section_accordion_form .accordion_form select:not(.simple_layout)[disabled]:hover .placeholder, #global section.section_accordion_form .accordion_form select:not(.simple_layout)[disabled]:focus + label, #global section.section_accordion_form .accordion_form select:not(.simple_layout)[disabled]:focus .placeholder, #global section.section_accordion_form .accordion_form select:not(.simple_layout)[disabled].focus + label, #global section.section_accordion_form .accordion_form select:not(.simple_layout)[disabled].focus .placeholder, #global section.section_accordion_form .accordion_form select:not(.simple_layout).disabled + label, #global section.section_accordion_form .accordion_form select:not(.simple_layout).disabled .placeholder, #global section.section_accordion_form .accordion_form select:not(.simple_layout).disabled:hover + label, #global section.section_accordion_form .accordion_form select:not(.simple_layout).disabled:hover .placeholder, #global section.section_accordion_form .accordion_form select:not(.simple_layout).disabled:focus + label, #global section.section_accordion_form .accordion_form select:not(.simple_layout).disabled:focus .placeholder, #global section.section_accordion_form .accordion_form select:not(.simple_layout).disabled.focus + label, #global section.section_accordion_form .accordion_form select:not(.simple_layout).disabled.focus .placeholder, #global section.section_accordion_form .accordion_form .multiselect:not(.simple_layout).inactive + label, #global section.section_accordion_form .accordion_form .multiselect:not(.simple_layout).inactive .placeholder, #global section.section_accordion_form .accordion_form .multiselect:not(.simple_layout).inactive:hover + label, #global section.section_accordion_form .accordion_form .multiselect:not(.simple_layout).inactive:hover .placeholder, #global section.section_accordion_form .accordion_form .multiselect:not(.simple_layout).inactive:focus + label, #global section.section_accordion_form .accordion_form .multiselect:not(.simple_layout).inactive:focus .placeholder, #global section.section_accordion_form .accordion_form .multiselect:not(.simple_layout).inactive.focus + label, #global section.section_accordion_form .accordion_form .multiselect:not(.simple_layout).inactive.focus .placeholder, #global section.section_accordion_form .accordion_form .multiselect:not(.simple_layout)[disabled] + label, #global section.section_accordion_form .accordion_form .multiselect:not(.simple_layout)[disabled] .placeholder, #global section.section_accordion_form .accordion_form .multiselect:not(.simple_layout)[disabled]:hover + label, #global section.section_accordion_form .accordion_form .multiselect:not(.simple_layout)[disabled]:hover .placeholder, #global section.section_accordion_form .accordion_form .multiselect:not(.simple_layout)[disabled]:focus + label, #global section.section_accordion_form .accordion_form .multiselect:not(.simple_layout)[disabled]:focus .placeholder, #global section.section_accordion_form .accordion_form .multiselect:not(.simple_layout)[disabled].focus + label, #global section.section_accordion_form .accordion_form .multiselect:not(.simple_layout)[disabled].focus .placeholder, #global section.section_accordion_form .accordion_form .multiselect:not(.simple_layout).disabled + label, #global section.section_accordion_form .accordion_form .multiselect:not(.simple_layout).disabled .placeholder, #global section.section_accordion_form .accordion_form .multiselect:not(.simple_layout).disabled:hover + label, #global section.section_accordion_form .accordion_form .multiselect:not(.simple_layout).disabled:hover .placeholder, #global section.section_accordion_form .accordion_form .multiselect:not(.simple_layout).disabled:focus + label, #global section.section_accordion_form .accordion_form .multiselect:not(.simple_layout).disabled:focus .placeholder, #global section.section_accordion_form .accordion_form .multiselect:not(.simple_layout).disabled.focus + label, #global section.section_accordion_form .accordion_form .multiselect:not(.simple_layout).disabled.focus .placeholder, #global section.section_accordion_form .accordion_form .input:not(.simple_layout).inactive + label, #global section.section_accordion_form .accordion_form .input:not(.simple_layout).inactive .placeholder, #global section.section_accordion_form .accordion_form .input:not(.simple_layout).inactive:hover + label, #global section.section_accordion_form .accordion_form .input:not(.simple_layout).inactive:hover .placeholder, #global section.section_accordion_form .accordion_form .input:not(.simple_layout).inactive:focus + label, #global section.section_accordion_form .accordion_form .input:not(.simple_layout).inactive:focus .placeholder, #global section.section_accordion_form .accordion_form .input:not(.simple_layout).inactive.focus + label, #global section.section_accordion_form .accordion_form .input:not(.simple_layout).inactive.focus .placeholder, #global section.section_accordion_form .accordion_form .input:not(.simple_layout)[disabled] + label, #global section.section_accordion_form .accordion_form .input:not(.simple_layout)[disabled] .placeholder, #global section.section_accordion_form .accordion_form .input:not(.simple_layout)[disabled]:hover + label, #global section.section_accordion_form .accordion_form .input:not(.simple_layout)[disabled]:hover .placeholder, #global section.section_accordion_form .accordion_form .input:not(.simple_layout)[disabled]:focus + label, #global section.section_accordion_form .accordion_form .input:not(.simple_layout)[disabled]:focus .placeholder, #global section.section_accordion_form .accordion_form .input:not(.simple_layout)[disabled].focus + label, #global section.section_accordion_form .accordion_form .input:not(.simple_layout)[disabled].focus .placeholder, #global section.section_accordion_form .accordion_form .input:not(.simple_layout).disabled + label, #global section.section_accordion_form .accordion_form .input:not(.simple_layout).disabled .placeholder, #global section.section_accordion_form .accordion_form .input:not(.simple_layout).disabled:hover + label, #global section.section_accordion_form .accordion_form .input:not(.simple_layout).disabled:hover .placeholder, #global section.section_accordion_form .accordion_form .input:not(.simple_layout).disabled:focus + label, #global section.section_accordion_form .accordion_form .input:not(.simple_layout).disabled:focus .placeholder, #global section.section_accordion_form .accordion_form .input:not(.simple_layout).disabled.focus + label, #global section.section_accordion_form .accordion_form .input:not(.simple_layout).disabled.focus .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=text]:not(.simple_layout).inactive + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=text]:not(.simple_layout).inactive .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=text]:not(.simple_layout).inactive:hover + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=text]:not(.simple_layout).inactive:hover .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=text]:not(.simple_layout).inactive:focus + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=text]:not(.simple_layout).inactive:focus .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=text]:not(.simple_layout).inactive.focus + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=text]:not(.simple_layout).inactive.focus .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=text]:not(.simple_layout)[disabled] + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=text]:not(.simple_layout)[disabled] .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=text]:not(.simple_layout)[disabled]:hover + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=text]:not(.simple_layout)[disabled]:hover .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=text]:not(.simple_layout)[disabled]:focus + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=text]:not(.simple_layout)[disabled]:focus .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=text]:not(.simple_layout)[disabled].focus + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=text]:not(.simple_layout)[disabled].focus .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=text]:not(.simple_layout).disabled + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=text]:not(.simple_layout).disabled .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=text]:not(.simple_layout).disabled:hover + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=text]:not(.simple_layout).disabled:hover .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=text]:not(.simple_layout).disabled:focus + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=text]:not(.simple_layout).disabled:focus .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=text]:not(.simple_layout).disabled.focus + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=text]:not(.simple_layout).disabled.focus .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=password]:not(.simple_layout).inactive + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=password]:not(.simple_layout).inactive .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=password]:not(.simple_layout).inactive:hover + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=password]:not(.simple_layout).inactive:hover .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=password]:not(.simple_layout).inactive:focus + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=password]:not(.simple_layout).inactive:focus .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=password]:not(.simple_layout).inactive.focus + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=password]:not(.simple_layout).inactive.focus .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=password]:not(.simple_layout)[disabled] + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=password]:not(.simple_layout)[disabled] .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=password]:not(.simple_layout)[disabled]:hover + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=password]:not(.simple_layout)[disabled]:hover .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=password]:not(.simple_layout)[disabled]:focus + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=password]:not(.simple_layout)[disabled]:focus .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=password]:not(.simple_layout)[disabled].focus + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=password]:not(.simple_layout)[disabled].focus .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=password]:not(.simple_layout).disabled + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=password]:not(.simple_layout).disabled .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=password]:not(.simple_layout).disabled:hover + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=password]:not(.simple_layout).disabled:hover .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=password]:not(.simple_layout).disabled:focus + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=password]:not(.simple_layout).disabled:focus .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=password]:not(.simple_layout).disabled.focus + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=password]:not(.simple_layout).disabled.focus .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=email]:not(.simple_layout).inactive + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=email]:not(.simple_layout).inactive .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=email]:not(.simple_layout).inactive:hover + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=email]:not(.simple_layout).inactive:hover .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=email]:not(.simple_layout).inactive:focus + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=email]:not(.simple_layout).inactive:focus .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=email]:not(.simple_layout).inactive.focus + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=email]:not(.simple_layout).inactive.focus .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=email]:not(.simple_layout)[disabled] + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=email]:not(.simple_layout)[disabled] .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=email]:not(.simple_layout)[disabled]:hover + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=email]:not(.simple_layout)[disabled]:hover .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=email]:not(.simple_layout)[disabled]:focus + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=email]:not(.simple_layout)[disabled]:focus .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=email]:not(.simple_layout)[disabled].focus + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=email]:not(.simple_layout)[disabled].focus .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=email]:not(.simple_layout).disabled + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=email]:not(.simple_layout).disabled .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=email]:not(.simple_layout).disabled:hover + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=email]:not(.simple_layout).disabled:hover .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=email]:not(.simple_layout).disabled:focus + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=email]:not(.simple_layout).disabled:focus .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=email]:not(.simple_layout).disabled.focus + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=email]:not(.simple_layout).disabled.focus .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=tel]:not(.simple_layout).inactive + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=tel]:not(.simple_layout).inactive .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=tel]:not(.simple_layout).inactive:hover + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=tel]:not(.simple_layout).inactive:hover .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=tel]:not(.simple_layout).inactive:focus + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=tel]:not(.simple_layout).inactive:focus .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=tel]:not(.simple_layout).inactive.focus + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=tel]:not(.simple_layout).inactive.focus .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=tel]:not(.simple_layout)[disabled] + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=tel]:not(.simple_layout)[disabled] .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=tel]:not(.simple_layout)[disabled]:hover + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=tel]:not(.simple_layout)[disabled]:hover .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=tel]:not(.simple_layout)[disabled]:focus + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=tel]:not(.simple_layout)[disabled]:focus .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=tel]:not(.simple_layout)[disabled].focus + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=tel]:not(.simple_layout)[disabled].focus .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=tel]:not(.simple_layout).disabled + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=tel]:not(.simple_layout).disabled .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=tel]:not(.simple_layout).disabled:hover + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=tel]:not(.simple_layout).disabled:hover .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=tel]:not(.simple_layout).disabled:focus + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=tel]:not(.simple_layout).disabled:focus .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=tel]:not(.simple_layout).disabled.focus + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=tel]:not(.simple_layout).disabled.focus .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=number]:not(.simple_layout).inactive + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=number]:not(.simple_layout).inactive .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=number]:not(.simple_layout).inactive:hover + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=number]:not(.simple_layout).inactive:hover .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=number]:not(.simple_layout).inactive:focus + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=number]:not(.simple_layout).inactive:focus .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=number]:not(.simple_layout).inactive.focus + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=number]:not(.simple_layout).inactive.focus .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=number]:not(.simple_layout)[disabled] + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=number]:not(.simple_layout)[disabled] .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=number]:not(.simple_layout)[disabled]:hover + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=number]:not(.simple_layout)[disabled]:hover .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=number]:not(.simple_layout)[disabled]:focus + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=number]:not(.simple_layout)[disabled]:focus .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=number]:not(.simple_layout)[disabled].focus + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=number]:not(.simple_layout)[disabled].focus .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=number]:not(.simple_layout).disabled + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=number]:not(.simple_layout).disabled .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=number]:not(.simple_layout).disabled:hover + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=number]:not(.simple_layout).disabled:hover .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=number]:not(.simple_layout).disabled:focus + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=number]:not(.simple_layout).disabled:focus .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=number]:not(.simple_layout).disabled.focus + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=number]:not(.simple_layout).disabled.focus .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=date]:not(.simple_layout).inactive + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=date]:not(.simple_layout).inactive .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=date]:not(.simple_layout).inactive:hover + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=date]:not(.simple_layout).inactive:hover .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=date]:not(.simple_layout).inactive:focus + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=date]:not(.simple_layout).inactive:focus .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=date]:not(.simple_layout).inactive.focus + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=date]:not(.simple_layout).inactive.focus .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=date]:not(.simple_layout)[disabled] + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=date]:not(.simple_layout)[disabled] .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=date]:not(.simple_layout)[disabled]:hover + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=date]:not(.simple_layout)[disabled]:hover .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=date]:not(.simple_layout)[disabled]:focus + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=date]:not(.simple_layout)[disabled]:focus .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=date]:not(.simple_layout)[disabled].focus + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=date]:not(.simple_layout)[disabled].focus .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=date]:not(.simple_layout).disabled + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=date]:not(.simple_layout).disabled .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=date]:not(.simple_layout).disabled:hover + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=date]:not(.simple_layout).disabled:hover .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=date]:not(.simple_layout).disabled:focus + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=date]:not(.simple_layout).disabled:focus .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=date]:not(.simple_layout).disabled.focus + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=date]:not(.simple_layout).disabled.focus .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=time]:not(.simple_layout).inactive + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=time]:not(.simple_layout).inactive .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=time]:not(.simple_layout).inactive:hover + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=time]:not(.simple_layout).inactive:hover .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=time]:not(.simple_layout).inactive:focus + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=time]:not(.simple_layout).inactive:focus .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=time]:not(.simple_layout).inactive.focus + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=time]:not(.simple_layout).inactive.focus .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=time]:not(.simple_layout)[disabled] + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=time]:not(.simple_layout)[disabled] .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=time]:not(.simple_layout)[disabled]:hover + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=time]:not(.simple_layout)[disabled]:hover .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=time]:not(.simple_layout)[disabled]:focus + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=time]:not(.simple_layout)[disabled]:focus .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=time]:not(.simple_layout)[disabled].focus + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=time]:not(.simple_layout)[disabled].focus .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=time]:not(.simple_layout).disabled + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=time]:not(.simple_layout).disabled .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=time]:not(.simple_layout).disabled:hover + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=time]:not(.simple_layout).disabled:hover .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=time]:not(.simple_layout).disabled:focus + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=time]:not(.simple_layout).disabled:focus .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=time]:not(.simple_layout).disabled.focus + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=time]:not(.simple_layout).disabled.focus .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=url]:not(.simple_layout).inactive + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=url]:not(.simple_layout).inactive .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=url]:not(.simple_layout).inactive:hover + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=url]:not(.simple_layout).inactive:hover .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=url]:not(.simple_layout).inactive:focus + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=url]:not(.simple_layout).inactive:focus .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=url]:not(.simple_layout).inactive.focus + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=url]:not(.simple_layout).inactive.focus .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=url]:not(.simple_layout)[disabled] + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=url]:not(.simple_layout)[disabled] .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=url]:not(.simple_layout)[disabled]:hover + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=url]:not(.simple_layout)[disabled]:hover .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=url]:not(.simple_layout)[disabled]:focus + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=url]:not(.simple_layout)[disabled]:focus .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=url]:not(.simple_layout)[disabled].focus + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=url]:not(.simple_layout)[disabled].focus .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=url]:not(.simple_layout).disabled + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=url]:not(.simple_layout).disabled .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=url]:not(.simple_layout).disabled:hover + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=url]:not(.simple_layout).disabled:hover .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=url]:not(.simple_layout).disabled:focus + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=url]:not(.simple_layout).disabled:focus .placeholder, #global section.section_accordion_form .accordion_form .accordion_title input[type=url]:not(.simple_layout).disabled.focus + label, #global section.section_accordion_form .accordion_form .accordion_title input[type=url]:not(.simple_layout).disabled.focus .placeholder, #global section.section_accordion_form .accordion_form .accordion_title textarea:not(.simple_layout).inactive + label, #global section.section_accordion_form .accordion_form .accordion_title textarea:not(.simple_layout).inactive .placeholder, #global section.section_accordion_form .accordion_form .accordion_title textarea:not(.simple_layout).inactive:hover + label, #global section.section_accordion_form .accordion_form .accordion_title textarea:not(.simple_layout).inactive:hover .placeholder, #global section.section_accordion_form .accordion_form .accordion_title textarea:not(.simple_layout).inactive:focus + label, #global section.section_accordion_form .accordion_form .accordion_title textarea:not(.simple_layout).inactive:focus .placeholder, #global section.section_accordion_form .accordion_form .accordion_title textarea:not(.simple_layout).inactive.focus + label, #global section.section_accordion_form .accordion_form .accordion_title textarea:not(.simple_layout).inactive.focus .placeholder, #global section.section_accordion_form .accordion_form .accordion_title textarea:not(.simple_layout)[disabled] + label, #global section.section_accordion_form .accordion_form .accordion_title textarea:not(.simple_layout)[disabled] .placeholder, #global section.section_accordion_form .accordion_form .accordion_title textarea:not(.simple_layout)[disabled]:hover + label, #global section.section_accordion_form .accordion_form .accordion_title textarea:not(.simple_layout)[disabled]:hover .placeholder, #global section.section_accordion_form .accordion_form .accordion_title textarea:not(.simple_layout)[disabled]:focus + label, #global section.section_accordion_form .accordion_form .accordion_title textarea:not(.simple_layout)[disabled]:focus .placeholder, #global section.section_accordion_form .accordion_form .accordion_title textarea:not(.simple_layout)[disabled].focus + label, #global section.section_accordion_form .accordion_form .accordion_title textarea:not(.simple_layout)[disabled].focus .placeholder, #global section.section_accordion_form .accordion_form .accordion_title textarea:not(.simple_layout).disabled + label, #global section.section_accordion_form .accordion_form .accordion_title textarea:not(.simple_layout).disabled .placeholder, #global section.section_accordion_form .accordion_form .accordion_title textarea:not(.simple_layout).disabled:hover + label, #global section.section_accordion_form .accordion_form .accordion_title textarea:not(.simple_layout).disabled:hover .placeholder, #global section.section_accordion_form .accordion_form .accordion_title textarea:not(.simple_layout).disabled:focus + label, #global section.section_accordion_form .accordion_form .accordion_title textarea:not(.simple_layout).disabled:focus .placeholder, #global section.section_accordion_form .accordion_form .accordion_title textarea:not(.simple_layout).disabled.focus + label, #global section.section_accordion_form .accordion_form .accordion_title textarea:not(.simple_layout).disabled.focus .placeholder, #global section.section_accordion_form .accordion_form .accordion_title select:not(.simple_layout).inactive + label, #global section.section_accordion_form .accordion_form .accordion_title select:not(.simple_layout).inactive .placeholder, #global section.section_accordion_form .accordion_form .accordion_title select:not(.simple_layout).inactive:hover + label, #global section.section_accordion_form .accordion_form .accordion_title select:not(.simple_layout).inactive:hover .placeholder, #global section.section_accordion_form .accordion_form .accordion_title select:not(.simple_layout).inactive:focus + label, #global section.section_accordion_form .accordion_form .accordion_title select:not(.simple_layout).inactive:focus .placeholder, #global section.section_accordion_form .accordion_form .accordion_title select:not(.simple_layout).inactive.focus + label, #global section.section_accordion_form .accordion_form .accordion_title select:not(.simple_layout).inactive.focus .placeholder, #global section.section_accordion_form .accordion_form .accordion_title select:not(.simple_layout)[disabled] + label, #global section.section_accordion_form .accordion_form .accordion_title select:not(.simple_layout)[disabled] .placeholder, #global section.section_accordion_form .accordion_form .accordion_title select:not(.simple_layout)[disabled]:hover + label, #global section.section_accordion_form .accordion_form .accordion_title select:not(.simple_layout)[disabled]:hover .placeholder, #global section.section_accordion_form .accordion_form .accordion_title select:not(.simple_layout)[disabled]:focus + label, #global section.section_accordion_form .accordion_form .accordion_title select:not(.simple_layout)[disabled]:focus .placeholder, #global section.section_accordion_form .accordion_form .accordion_title select:not(.simple_layout)[disabled].focus + label, #global section.section_accordion_form .accordion_form .accordion_title select:not(.simple_layout)[disabled].focus .placeholder, #global section.section_accordion_form .accordion_form .accordion_title select:not(.simple_layout).disabled + label, #global section.section_accordion_form .accordion_form .accordion_title select:not(.simple_layout).disabled .placeholder, #global section.section_accordion_form .accordion_form .accordion_title select:not(.simple_layout).disabled:hover + label, #global section.section_accordion_form .accordion_form .accordion_title select:not(.simple_layout).disabled:hover .placeholder, #global section.section_accordion_form .accordion_form .accordion_title select:not(.simple_layout).disabled:focus + label, #global section.section_accordion_form .accordion_form .accordion_title select:not(.simple_layout).disabled:focus .placeholder, #global section.section_accordion_form .accordion_form .accordion_title select:not(.simple_layout).disabled.focus + label, #global section.section_accordion_form .accordion_form .accordion_title select:not(.simple_layout).disabled.focus .placeholder, #global section.section_accordion_form .accordion_form .accordion_title .multiselect:not(.simple_layout).inactive + label, #global section.section_accordion_form .accordion_form .accordion_title .multiselect:not(.simple_layout).inactive .placeholder, #global section.section_accordion_form .accordion_form .accordion_title .multiselect:not(.simple_layout).inactive:hover + label, #global section.section_accordion_form .accordion_form .accordion_title .multiselect:not(.simple_layout).inactive:hover .placeholder, #global section.section_accordion_form .accordion_form .accordion_title .multiselect:not(.simple_layout).inactive:focus + label, #global section.section_accordion_form .accordion_form .accordion_title .multiselect:not(.simple_layout).inactive:focus .placeholder, #global section.section_accordion_form .accordion_form .accordion_title .multiselect:not(.simple_layout).inactive.focus + label, #global section.section_accordion_form .accordion_form .accordion_title .multiselect:not(.simple_layout).inactive.focus .placeholder, #global section.section_accordion_form .accordion_form .accordion_title .multiselect:not(.simple_layout)[disabled] + label, #global section.section_accordion_form .accordion_form .accordion_title .multiselect:not(.simple_layout)[disabled] .placeholder, #global section.section_accordion_form .accordion_form .accordion_title .multiselect:not(.simple_layout)[disabled]:hover + label, #global section.section_accordion_form .accordion_form .accordion_title .multiselect:not(.simple_layout)[disabled]:hover .placeholder, #global section.section_accordion_form .accordion_form .accordion_title .multiselect:not(.simple_layout)[disabled]:focus + label, #global section.section_accordion_form .accordion_form .accordion_title .multiselect:not(.simple_layout)[disabled]:focus .placeholder, #global section.section_accordion_form .accordion_form .accordion_title .multiselect:not(.simple_layout)[disabled].focus + label, #global section.section_accordion_form .accordion_form .accordion_title .multiselect:not(.simple_layout)[disabled].focus .placeholder, #global section.section_accordion_form .accordion_form .accordion_title .multiselect:not(.simple_layout).disabled + label, #global section.section_accordion_form .accordion_form .accordion_title .multiselect:not(.simple_layout).disabled .placeholder, #global section.section_accordion_form .accordion_form .accordion_title .multiselect:not(.simple_layout).disabled:hover + label, #global section.section_accordion_form .accordion_form .accordion_title .multiselect:not(.simple_layout).disabled:hover .placeholder, #global section.section_accordion_form .accordion_form .accordion_title .multiselect:not(.simple_layout).disabled:focus + label, #global section.section_accordion_form .accordion_form .accordion_title .multiselect:not(.simple_layout).disabled:focus .placeholder, #global section.section_accordion_form .accordion_form .accordion_title .multiselect:not(.simple_layout).disabled.focus + label, #global section.section_accordion_form .accordion_form .accordion_title .multiselect:not(.simple_layout).disabled.focus .placeholder, #global section.section_accordion_form .accordion_form .accordion_title .input:not(.simple_layout).inactive + label, #global section.section_accordion_form .accordion_form .accordion_title .input:not(.simple_layout).inactive .placeholder, #global section.section_accordion_form .accordion_form .accordion_title .input:not(.simple_layout).inactive:hover + label, #global section.section_accordion_form .accordion_form .accordion_title .input:not(.simple_layout).inactive:hover .placeholder, #global section.section_accordion_form .accordion_form .accordion_title .input:not(.simple_layout).inactive:focus + label, #global section.section_accordion_form .accordion_form .accordion_title .input:not(.simple_layout).inactive:focus .placeholder, #global section.section_accordion_form .accordion_form .accordion_title .input:not(.simple_layout).inactive.focus + label, #global section.section_accordion_form .accordion_form .accordion_title .input:not(.simple_layout).inactive.focus .placeholder, #global section.section_accordion_form .accordion_form .accordion_title .input:not(.simple_layout)[disabled] + label, #global section.section_accordion_form .accordion_form .accordion_title .input:not(.simple_layout)[disabled] .placeholder, #global section.section_accordion_form .accordion_form .accordion_title .input:not(.simple_layout)[disabled]:hover + label, #global section.section_accordion_form .accordion_form .accordion_title .input:not(.simple_layout)[disabled]:hover .placeholder, #global section.section_accordion_form .accordion_form .accordion_title .input:not(.simple_layout)[disabled]:focus + label, #global section.section_accordion_form .accordion_form .accordion_title .input:not(.simple_layout)[disabled]:focus .placeholder, #global section.section_accordion_form .accordion_form .accordion_title .input:not(.simple_layout)[disabled].focus + label, #global section.section_accordion_form .accordion_form .accordion_title .input:not(.simple_layout)[disabled].focus .placeholder, #global section.section_accordion_form .accordion_form .accordion_title .input:not(.simple_layout).disabled + label, #global section.section_accordion_form .accordion_form .accordion_title .input:not(.simple_layout).disabled .placeholder, #global section.section_accordion_form .accordion_form .accordion_title .input:not(.simple_layout).disabled:hover + label, #global section.section_accordion_form .accordion_form .accordion_title .input:not(.simple_layout).disabled:hover .placeholder, #global section.section_accordion_form .accordion_form .accordion_title .input:not(.simple_layout).disabled:focus + label, #global section.section_accordion_form .accordion_form .accordion_title .input:not(.simple_layout).disabled:focus .placeholder, #global section.section_accordion_form .accordion_form .accordion_title .input:not(.simple_layout).disabled.focus + label, #global section.section_accordion_form .accordion_form .accordion_title .input:not(.simple_layout).disabled.focus .placeholder, #global aside.box:not(.aside_light) input[type=text]:not(.simple_layout).inactive + label, #global aside.box:not(.aside_light) input[type=text]:not(.simple_layout).inactive .placeholder, #global aside.box:not(.aside_light) input[type=text]:not(.simple_layout).inactive:hover + label, #global aside.box:not(.aside_light) input[type=text]:not(.simple_layout).inactive:hover .placeholder, #global aside.box:not(.aside_light) input[type=text]:not(.simple_layout).inactive:focus + label, #global aside.box:not(.aside_light) input[type=text]:not(.simple_layout).inactive:focus .placeholder, #global aside.box:not(.aside_light) input[type=text]:not(.simple_layout).inactive.focus + label, #global aside.box:not(.aside_light) input[type=text]:not(.simple_layout).inactive.focus .placeholder, #global aside.box:not(.aside_light) input[type=text]:not(.simple_layout)[disabled] + label, #global aside.box:not(.aside_light) input[type=text]:not(.simple_layout)[disabled] .placeholder, #global aside.box:not(.aside_light) input[type=text]:not(.simple_layout)[disabled]:hover + label, #global aside.box:not(.aside_light) input[type=text]:not(.simple_layout)[disabled]:hover .placeholder, #global aside.box:not(.aside_light) input[type=text]:not(.simple_layout)[disabled]:focus + label, #global aside.box:not(.aside_light) input[type=text]:not(.simple_layout)[disabled]:focus .placeholder, #global aside.box:not(.aside_light) input[type=text]:not(.simple_layout)[disabled].focus + label, #global aside.box:not(.aside_light) input[type=text]:not(.simple_layout)[disabled].focus .placeholder, #global aside.box:not(.aside_light) input[type=text]:not(.simple_layout).disabled + label, #global aside.box:not(.aside_light) input[type=text]:not(.simple_layout).disabled .placeholder, #global aside.box:not(.aside_light) input[type=text]:not(.simple_layout).disabled:hover + label, #global aside.box:not(.aside_light) input[type=text]:not(.simple_layout).disabled:hover .placeholder, #global aside.box:not(.aside_light) input[type=text]:not(.simple_layout).disabled:focus + label, #global aside.box:not(.aside_light) input[type=text]:not(.simple_layout).disabled:focus .placeholder, #global aside.box:not(.aside_light) input[type=text]:not(.simple_layout).disabled.focus + label, #global aside.box:not(.aside_light) input[type=text]:not(.simple_layout).disabled.focus .placeholder, #global aside.box:not(.aside_light) input[type=password]:not(.simple_layout).inactive + label, #global aside.box:not(.aside_light) input[type=password]:not(.simple_layout).inactive .placeholder, #global aside.box:not(.aside_light) input[type=password]:not(.simple_layout).inactive:hover + label, #global aside.box:not(.aside_light) input[type=password]:not(.simple_layout).inactive:hover .placeholder, #global aside.box:not(.aside_light) input[type=password]:not(.simple_layout).inactive:focus + label, #global aside.box:not(.aside_light) input[type=password]:not(.simple_layout).inactive:focus .placeholder, #global aside.box:not(.aside_light) input[type=password]:not(.simple_layout).inactive.focus + label, #global aside.box:not(.aside_light) input[type=password]:not(.simple_layout).inactive.focus .placeholder, #global aside.box:not(.aside_light) input[type=password]:not(.simple_layout)[disabled] + label, #global aside.box:not(.aside_light) input[type=password]:not(.simple_layout)[disabled] .placeholder, #global aside.box:not(.aside_light) input[type=password]:not(.simple_layout)[disabled]:hover + label, #global aside.box:not(.aside_light) input[type=password]:not(.simple_layout)[disabled]:hover .placeholder, #global aside.box:not(.aside_light) input[type=password]:not(.simple_layout)[disabled]:focus + label, #global aside.box:not(.aside_light) input[type=password]:not(.simple_layout)[disabled]:focus .placeholder, #global aside.box:not(.aside_light) input[type=password]:not(.simple_layout)[disabled].focus + label, #global aside.box:not(.aside_light) input[type=password]:not(.simple_layout)[disabled].focus .placeholder, #global aside.box:not(.aside_light) input[type=password]:not(.simple_layout).disabled + label, #global aside.box:not(.aside_light) input[type=password]:not(.simple_layout).disabled .placeholder, #global aside.box:not(.aside_light) input[type=password]:not(.simple_layout).disabled:hover + label, #global aside.box:not(.aside_light) input[type=password]:not(.simple_layout).disabled:hover .placeholder, #global aside.box:not(.aside_light) input[type=password]:not(.simple_layout).disabled:focus + label, #global aside.box:not(.aside_light) input[type=password]:not(.simple_layout).disabled:focus .placeholder, #global aside.box:not(.aside_light) input[type=password]:not(.simple_layout).disabled.focus + label, #global aside.box:not(.aside_light) input[type=password]:not(.simple_layout).disabled.focus .placeholder, #global aside.box:not(.aside_light) input[type=email]:not(.simple_layout).inactive + label, #global aside.box:not(.aside_light) input[type=email]:not(.simple_layout).inactive .placeholder, #global aside.box:not(.aside_light) input[type=email]:not(.simple_layout).inactive:hover + label, #global aside.box:not(.aside_light) input[type=email]:not(.simple_layout).inactive:hover .placeholder, #global aside.box:not(.aside_light) input[type=email]:not(.simple_layout).inactive:focus + label, #global aside.box:not(.aside_light) input[type=email]:not(.simple_layout).inactive:focus .placeholder, #global aside.box:not(.aside_light) input[type=email]:not(.simple_layout).inactive.focus + label, #global aside.box:not(.aside_light) input[type=email]:not(.simple_layout).inactive.focus .placeholder, #global aside.box:not(.aside_light) input[type=email]:not(.simple_layout)[disabled] + label, #global aside.box:not(.aside_light) input[type=email]:not(.simple_layout)[disabled] .placeholder, #global aside.box:not(.aside_light) input[type=email]:not(.simple_layout)[disabled]:hover + label, #global aside.box:not(.aside_light) input[type=email]:not(.simple_layout)[disabled]:hover .placeholder, #global aside.box:not(.aside_light) input[type=email]:not(.simple_layout)[disabled]:focus + label, #global aside.box:not(.aside_light) input[type=email]:not(.simple_layout)[disabled]:focus .placeholder, #global aside.box:not(.aside_light) input[type=email]:not(.simple_layout)[disabled].focus + label, #global aside.box:not(.aside_light) input[type=email]:not(.simple_layout)[disabled].focus .placeholder, #global aside.box:not(.aside_light) input[type=email]:not(.simple_layout).disabled + label, #global aside.box:not(.aside_light) input[type=email]:not(.simple_layout).disabled .placeholder, #global aside.box:not(.aside_light) input[type=email]:not(.simple_layout).disabled:hover + label, #global aside.box:not(.aside_light) input[type=email]:not(.simple_layout).disabled:hover .placeholder, #global aside.box:not(.aside_light) input[type=email]:not(.simple_layout).disabled:focus + label, #global aside.box:not(.aside_light) input[type=email]:not(.simple_layout).disabled:focus .placeholder, #global aside.box:not(.aside_light) input[type=email]:not(.simple_layout).disabled.focus + label, #global aside.box:not(.aside_light) input[type=email]:not(.simple_layout).disabled.focus .placeholder, #global aside.box:not(.aside_light) input[type=tel]:not(.simple_layout).inactive + label, #global aside.box:not(.aside_light) input[type=tel]:not(.simple_layout).inactive .placeholder, #global aside.box:not(.aside_light) input[type=tel]:not(.simple_layout).inactive:hover + label, #global aside.box:not(.aside_light) input[type=tel]:not(.simple_layout).inactive:hover .placeholder, #global aside.box:not(.aside_light) input[type=tel]:not(.simple_layout).inactive:focus + label, #global aside.box:not(.aside_light) input[type=tel]:not(.simple_layout).inactive:focus .placeholder, #global aside.box:not(.aside_light) input[type=tel]:not(.simple_layout).inactive.focus + label, #global aside.box:not(.aside_light) input[type=tel]:not(.simple_layout).inactive.focus .placeholder, #global aside.box:not(.aside_light) input[type=tel]:not(.simple_layout)[disabled] + label, #global aside.box:not(.aside_light) input[type=tel]:not(.simple_layout)[disabled] .placeholder, #global aside.box:not(.aside_light) input[type=tel]:not(.simple_layout)[disabled]:hover + label, #global aside.box:not(.aside_light) input[type=tel]:not(.simple_layout)[disabled]:hover .placeholder, #global aside.box:not(.aside_light) input[type=tel]:not(.simple_layout)[disabled]:focus + label, #global aside.box:not(.aside_light) input[type=tel]:not(.simple_layout)[disabled]:focus .placeholder, #global aside.box:not(.aside_light) input[type=tel]:not(.simple_layout)[disabled].focus + label, #global aside.box:not(.aside_light) input[type=tel]:not(.simple_layout)[disabled].focus .placeholder, #global aside.box:not(.aside_light) input[type=tel]:not(.simple_layout).disabled + label, #global aside.box:not(.aside_light) input[type=tel]:not(.simple_layout).disabled .placeholder, #global aside.box:not(.aside_light) input[type=tel]:not(.simple_layout).disabled:hover + label, #global aside.box:not(.aside_light) input[type=tel]:not(.simple_layout).disabled:hover .placeholder, #global aside.box:not(.aside_light) input[type=tel]:not(.simple_layout).disabled:focus + label, #global aside.box:not(.aside_light) input[type=tel]:not(.simple_layout).disabled:focus .placeholder, #global aside.box:not(.aside_light) input[type=tel]:not(.simple_layout).disabled.focus + label, #global aside.box:not(.aside_light) input[type=tel]:not(.simple_layout).disabled.focus .placeholder, #global aside.box:not(.aside_light) input[type=number]:not(.simple_layout).inactive + label, #global aside.box:not(.aside_light) input[type=number]:not(.simple_layout).inactive .placeholder, #global aside.box:not(.aside_light) input[type=number]:not(.simple_layout).inactive:hover + label, #global aside.box:not(.aside_light) input[type=number]:not(.simple_layout).inactive:hover .placeholder, #global aside.box:not(.aside_light) input[type=number]:not(.simple_layout).inactive:focus + label, #global aside.box:not(.aside_light) input[type=number]:not(.simple_layout).inactive:focus .placeholder, #global aside.box:not(.aside_light) input[type=number]:not(.simple_layout).inactive.focus + label, #global aside.box:not(.aside_light) input[type=number]:not(.simple_layout).inactive.focus .placeholder, #global aside.box:not(.aside_light) input[type=number]:not(.simple_layout)[disabled] + label, #global aside.box:not(.aside_light) input[type=number]:not(.simple_layout)[disabled] .placeholder, #global aside.box:not(.aside_light) input[type=number]:not(.simple_layout)[disabled]:hover + label, #global aside.box:not(.aside_light) input[type=number]:not(.simple_layout)[disabled]:hover .placeholder, #global aside.box:not(.aside_light) input[type=number]:not(.simple_layout)[disabled]:focus + label, #global aside.box:not(.aside_light) input[type=number]:not(.simple_layout)[disabled]:focus .placeholder, #global aside.box:not(.aside_light) input[type=number]:not(.simple_layout)[disabled].focus + label, #global aside.box:not(.aside_light) input[type=number]:not(.simple_layout)[disabled].focus .placeholder, #global aside.box:not(.aside_light) input[type=number]:not(.simple_layout).disabled + label, #global aside.box:not(.aside_light) input[type=number]:not(.simple_layout).disabled .placeholder, #global aside.box:not(.aside_light) input[type=number]:not(.simple_layout).disabled:hover + label, #global aside.box:not(.aside_light) input[type=number]:not(.simple_layout).disabled:hover .placeholder, #global aside.box:not(.aside_light) input[type=number]:not(.simple_layout).disabled:focus + label, #global aside.box:not(.aside_light) input[type=number]:not(.simple_layout).disabled:focus .placeholder, #global aside.box:not(.aside_light) input[type=number]:not(.simple_layout).disabled.focus + label, #global aside.box:not(.aside_light) input[type=number]:not(.simple_layout).disabled.focus .placeholder, #global aside.box:not(.aside_light) input[type=date]:not(.simple_layout).inactive + label, #global aside.box:not(.aside_light) input[type=date]:not(.simple_layout).inactive .placeholder, #global aside.box:not(.aside_light) input[type=date]:not(.simple_layout).inactive:hover + label, #global aside.box:not(.aside_light) input[type=date]:not(.simple_layout).inactive:hover .placeholder, #global aside.box:not(.aside_light) input[type=date]:not(.simple_layout).inactive:focus + label, #global aside.box:not(.aside_light) input[type=date]:not(.simple_layout).inactive:focus .placeholder, #global aside.box:not(.aside_light) input[type=date]:not(.simple_layout).inactive.focus + label, #global aside.box:not(.aside_light) input[type=date]:not(.simple_layout).inactive.focus .placeholder, #global aside.box:not(.aside_light) input[type=date]:not(.simple_layout)[disabled] + label, #global aside.box:not(.aside_light) input[type=date]:not(.simple_layout)[disabled] .placeholder, #global aside.box:not(.aside_light) input[type=date]:not(.simple_layout)[disabled]:hover + label, #global aside.box:not(.aside_light) input[type=date]:not(.simple_layout)[disabled]:hover .placeholder, #global aside.box:not(.aside_light) input[type=date]:not(.simple_layout)[disabled]:focus + label, #global aside.box:not(.aside_light) input[type=date]:not(.simple_layout)[disabled]:focus .placeholder, #global aside.box:not(.aside_light) input[type=date]:not(.simple_layout)[disabled].focus + label, #global aside.box:not(.aside_light) input[type=date]:not(.simple_layout)[disabled].focus .placeholder, #global aside.box:not(.aside_light) input[type=date]:not(.simple_layout).disabled + label, #global aside.box:not(.aside_light) input[type=date]:not(.simple_layout).disabled .placeholder, #global aside.box:not(.aside_light) input[type=date]:not(.simple_layout).disabled:hover + label, #global aside.box:not(.aside_light) input[type=date]:not(.simple_layout).disabled:hover .placeholder, #global aside.box:not(.aside_light) input[type=date]:not(.simple_layout).disabled:focus + label, #global aside.box:not(.aside_light) input[type=date]:not(.simple_layout).disabled:focus .placeholder, #global aside.box:not(.aside_light) input[type=date]:not(.simple_layout).disabled.focus + label, #global aside.box:not(.aside_light) input[type=date]:not(.simple_layout).disabled.focus .placeholder, #global aside.box:not(.aside_light) input[type=time]:not(.simple_layout).inactive + label, #global aside.box:not(.aside_light) input[type=time]:not(.simple_layout).inactive .placeholder, #global aside.box:not(.aside_light) input[type=time]:not(.simple_layout).inactive:hover + label, #global aside.box:not(.aside_light) input[type=time]:not(.simple_layout).inactive:hover .placeholder, #global aside.box:not(.aside_light) input[type=time]:not(.simple_layout).inactive:focus + label, #global aside.box:not(.aside_light) input[type=time]:not(.simple_layout).inactive:focus .placeholder, #global aside.box:not(.aside_light) input[type=time]:not(.simple_layout).inactive.focus + label, #global aside.box:not(.aside_light) input[type=time]:not(.simple_layout).inactive.focus .placeholder, #global aside.box:not(.aside_light) input[type=time]:not(.simple_layout)[disabled] + label, #global aside.box:not(.aside_light) input[type=time]:not(.simple_layout)[disabled] .placeholder, #global aside.box:not(.aside_light) input[type=time]:not(.simple_layout)[disabled]:hover + label, #global aside.box:not(.aside_light) input[type=time]:not(.simple_layout)[disabled]:hover .placeholder, #global aside.box:not(.aside_light) input[type=time]:not(.simple_layout)[disabled]:focus + label, #global aside.box:not(.aside_light) input[type=time]:not(.simple_layout)[disabled]:focus .placeholder, #global aside.box:not(.aside_light) input[type=time]:not(.simple_layout)[disabled].focus + label, #global aside.box:not(.aside_light) input[type=time]:not(.simple_layout)[disabled].focus .placeholder, #global aside.box:not(.aside_light) input[type=time]:not(.simple_layout).disabled + label, #global aside.box:not(.aside_light) input[type=time]:not(.simple_layout).disabled .placeholder, #global aside.box:not(.aside_light) input[type=time]:not(.simple_layout).disabled:hover + label, #global aside.box:not(.aside_light) input[type=time]:not(.simple_layout).disabled:hover .placeholder, #global aside.box:not(.aside_light) input[type=time]:not(.simple_layout).disabled:focus + label, #global aside.box:not(.aside_light) input[type=time]:not(.simple_layout).disabled:focus .placeholder, #global aside.box:not(.aside_light) input[type=time]:not(.simple_layout).disabled.focus + label, #global aside.box:not(.aside_light) input[type=time]:not(.simple_layout).disabled.focus .placeholder, #global aside.box:not(.aside_light) input[type=url]:not(.simple_layout).inactive + label, #global aside.box:not(.aside_light) input[type=url]:not(.simple_layout).inactive .placeholder, #global aside.box:not(.aside_light) input[type=url]:not(.simple_layout).inactive:hover + label, #global aside.box:not(.aside_light) input[type=url]:not(.simple_layout).inactive:hover .placeholder, #global aside.box:not(.aside_light) input[type=url]:not(.simple_layout).inactive:focus + label, #global aside.box:not(.aside_light) input[type=url]:not(.simple_layout).inactive:focus .placeholder, #global aside.box:not(.aside_light) input[type=url]:not(.simple_layout).inactive.focus + label, #global aside.box:not(.aside_light) input[type=url]:not(.simple_layout).inactive.focus .placeholder, #global aside.box:not(.aside_light) input[type=url]:not(.simple_layout)[disabled] + label, #global aside.box:not(.aside_light) input[type=url]:not(.simple_layout)[disabled] .placeholder, #global aside.box:not(.aside_light) input[type=url]:not(.simple_layout)[disabled]:hover + label, #global aside.box:not(.aside_light) input[type=url]:not(.simple_layout)[disabled]:hover .placeholder, #global aside.box:not(.aside_light) input[type=url]:not(.simple_layout)[disabled]:focus + label, #global aside.box:not(.aside_light) input[type=url]:not(.simple_layout)[disabled]:focus .placeholder, #global aside.box:not(.aside_light) input[type=url]:not(.simple_layout)[disabled].focus + label, #global aside.box:not(.aside_light) input[type=url]:not(.simple_layout)[disabled].focus .placeholder, #global aside.box:not(.aside_light) input[type=url]:not(.simple_layout).disabled + label, #global aside.box:not(.aside_light) input[type=url]:not(.simple_layout).disabled .placeholder, #global aside.box:not(.aside_light) input[type=url]:not(.simple_layout).disabled:hover + label, #global aside.box:not(.aside_light) input[type=url]:not(.simple_layout).disabled:hover .placeholder, #global aside.box:not(.aside_light) input[type=url]:not(.simple_layout).disabled:focus + label, #global aside.box:not(.aside_light) input[type=url]:not(.simple_layout).disabled:focus .placeholder, #global aside.box:not(.aside_light) input[type=url]:not(.simple_layout).disabled.focus + label, #global aside.box:not(.aside_light) input[type=url]:not(.simple_layout).disabled.focus .placeholder, #global aside.box:not(.aside_light) textarea:not(.simple_layout).inactive + label, #global aside.box:not(.aside_light) textarea:not(.simple_layout).inactive .placeholder, #global aside.box:not(.aside_light) textarea:not(.simple_layout).inactive:hover + label, #global aside.box:not(.aside_light) textarea:not(.simple_layout).inactive:hover .placeholder, #global aside.box:not(.aside_light) textarea:not(.simple_layout).inactive:focus + label, #global aside.box:not(.aside_light) textarea:not(.simple_layout).inactive:focus .placeholder, #global aside.box:not(.aside_light) textarea:not(.simple_layout).inactive.focus + label, #global aside.box:not(.aside_light) textarea:not(.simple_layout).inactive.focus .placeholder, #global aside.box:not(.aside_light) textarea:not(.simple_layout)[disabled] + label, #global aside.box:not(.aside_light) textarea:not(.simple_layout)[disabled] .placeholder, #global aside.box:not(.aside_light) textarea:not(.simple_layout)[disabled]:hover + label, #global aside.box:not(.aside_light) textarea:not(.simple_layout)[disabled]:hover .placeholder, #global aside.box:not(.aside_light) textarea:not(.simple_layout)[disabled]:focus + label, #global aside.box:not(.aside_light) textarea:not(.simple_layout)[disabled]:focus .placeholder, #global aside.box:not(.aside_light) textarea:not(.simple_layout)[disabled].focus + label, #global aside.box:not(.aside_light) textarea:not(.simple_layout)[disabled].focus .placeholder, #global aside.box:not(.aside_light) textarea:not(.simple_layout).disabled + label, #global aside.box:not(.aside_light) textarea:not(.simple_layout).disabled .placeholder, #global aside.box:not(.aside_light) textarea:not(.simple_layout).disabled:hover + label, #global aside.box:not(.aside_light) textarea:not(.simple_layout).disabled:hover .placeholder, #global aside.box:not(.aside_light) textarea:not(.simple_layout).disabled:focus + label, #global aside.box:not(.aside_light) textarea:not(.simple_layout).disabled:focus .placeholder, #global aside.box:not(.aside_light) textarea:not(.simple_layout).disabled.focus + label, #global aside.box:not(.aside_light) textarea:not(.simple_layout).disabled.focus .placeholder, #global aside.box:not(.aside_light) select:not(.simple_layout).inactive + label, #global aside.box:not(.aside_light) select:not(.simple_layout).inactive .placeholder, #global aside.box:not(.aside_light) select:not(.simple_layout).inactive:hover + label, #global aside.box:not(.aside_light) select:not(.simple_layout).inactive:hover .placeholder, #global aside.box:not(.aside_light) select:not(.simple_layout).inactive:focus + label, #global aside.box:not(.aside_light) select:not(.simple_layout).inactive:focus .placeholder, #global aside.box:not(.aside_light) select:not(.simple_layout).inactive.focus + label, #global aside.box:not(.aside_light) select:not(.simple_layout).inactive.focus .placeholder, #global aside.box:not(.aside_light) select:not(.simple_layout)[disabled] + label, #global aside.box:not(.aside_light) select:not(.simple_layout)[disabled] .placeholder, #global aside.box:not(.aside_light) select:not(.simple_layout)[disabled]:hover + label, #global aside.box:not(.aside_light) select:not(.simple_layout)[disabled]:hover .placeholder, #global aside.box:not(.aside_light) select:not(.simple_layout)[disabled]:focus + label, #global aside.box:not(.aside_light) select:not(.simple_layout)[disabled]:focus .placeholder, #global aside.box:not(.aside_light) select:not(.simple_layout)[disabled].focus + label, #global aside.box:not(.aside_light) select:not(.simple_layout)[disabled].focus .placeholder, #global aside.box:not(.aside_light) select:not(.simple_layout).disabled + label, #global aside.box:not(.aside_light) select:not(.simple_layout).disabled .placeholder, #global aside.box:not(.aside_light) select:not(.simple_layout).disabled:hover + label, #global aside.box:not(.aside_light) select:not(.simple_layout).disabled:hover .placeholder, #global aside.box:not(.aside_light) select:not(.simple_layout).disabled:focus + label, #global aside.box:not(.aside_light) select:not(.simple_layout).disabled:focus .placeholder, #global aside.box:not(.aside_light) select:not(.simple_layout).disabled.focus + label, #global aside.box:not(.aside_light) select:not(.simple_layout).disabled.focus .placeholder, #global aside.box:not(.aside_light) .multiselect:not(.simple_layout).inactive + label, #global aside.box:not(.aside_light) .multiselect:not(.simple_layout).inactive .placeholder, #global aside.box:not(.aside_light) .multiselect:not(.simple_layout).inactive:hover + label, #global aside.box:not(.aside_light) .multiselect:not(.simple_layout).inactive:hover .placeholder, #global aside.box:not(.aside_light) .multiselect:not(.simple_layout).inactive:focus + label, #global aside.box:not(.aside_light) .multiselect:not(.simple_layout).inactive:focus .placeholder, #global aside.box:not(.aside_light) .multiselect:not(.simple_layout).inactive.focus + label, #global aside.box:not(.aside_light) .multiselect:not(.simple_layout).inactive.focus .placeholder, #global aside.box:not(.aside_light) .multiselect:not(.simple_layout)[disabled] + label, #global aside.box:not(.aside_light) .multiselect:not(.simple_layout)[disabled] .placeholder, #global aside.box:not(.aside_light) .multiselect:not(.simple_layout)[disabled]:hover + label, #global aside.box:not(.aside_light) .multiselect:not(.simple_layout)[disabled]:hover .placeholder, #global aside.box:not(.aside_light) .multiselect:not(.simple_layout)[disabled]:focus + label, #global aside.box:not(.aside_light) .multiselect:not(.simple_layout)[disabled]:focus .placeholder, #global aside.box:not(.aside_light) .multiselect:not(.simple_layout)[disabled].focus + label, #global aside.box:not(.aside_light) .multiselect:not(.simple_layout)[disabled].focus .placeholder, #global aside.box:not(.aside_light) .multiselect:not(.simple_layout).disabled + label, #global aside.box:not(.aside_light) .multiselect:not(.simple_layout).disabled .placeholder, #global aside.box:not(.aside_light) .multiselect:not(.simple_layout).disabled:hover + label, #global aside.box:not(.aside_light) .multiselect:not(.simple_layout).disabled:hover .placeholder, #global aside.box:not(.aside_light) .multiselect:not(.simple_layout).disabled:focus + label, #global aside.box:not(.aside_light) .multiselect:not(.simple_layout).disabled:focus .placeholder, #global aside.box:not(.aside_light) .multiselect:not(.simple_layout).disabled.focus + label, #global aside.box:not(.aside_light) .multiselect:not(.simple_layout).disabled.focus .placeholder, #global aside.box:not(.aside_light) .input:not(.simple_layout).inactive + label, #global aside.box:not(.aside_light) .input:not(.simple_layout).inactive .placeholder, #global aside.box:not(.aside_light) .input:not(.simple_layout).inactive:hover + label, #global aside.box:not(.aside_light) .input:not(.simple_layout).inactive:hover .placeholder, #global aside.box:not(.aside_light) .input:not(.simple_layout).inactive:focus + label, #global aside.box:not(.aside_light) .input:not(.simple_layout).inactive:focus .placeholder, #global aside.box:not(.aside_light) .input:not(.simple_layout).inactive.focus + label, #global aside.box:not(.aside_light) .input:not(.simple_layout).inactive.focus .placeholder, #global aside.box:not(.aside_light) .input:not(.simple_layout)[disabled] + label, #global aside.box:not(.aside_light) .input:not(.simple_layout)[disabled] .placeholder, #global aside.box:not(.aside_light) .input:not(.simple_layout)[disabled]:hover + label, #global aside.box:not(.aside_light) .input:not(.simple_layout)[disabled]:hover .placeholder, #global aside.box:not(.aside_light) .input:not(.simple_layout)[disabled]:focus + label, #global aside.box:not(.aside_light) .input:not(.simple_layout)[disabled]:focus .placeholder, #global aside.box:not(.aside_light) .input:not(.simple_layout)[disabled].focus + label, #global aside.box:not(.aside_light) .input:not(.simple_layout)[disabled].focus .placeholder, #global aside.box:not(.aside_light) .input:not(.simple_layout).disabled + label, #global aside.box:not(.aside_light) .input:not(.simple_layout).disabled .placeholder, #global aside.box:not(.aside_light) .input:not(.simple_layout).disabled:hover + label, #global aside.box:not(.aside_light) .input:not(.simple_layout).disabled:hover .placeholder, #global aside.box:not(.aside_light) .input:not(.simple_layout).disabled:focus + label, #global aside.box:not(.aside_light) .input:not(.simple_layout).disabled:focus .placeholder, #global aside.box:not(.aside_light) .input:not(.simple_layout).disabled.focus + label, #global aside.box:not(.aside_light) .input:not(.simple_layout).disabled.focus .placeholder, footer input[type=text]:not(.simple_layout).inactive + label, footer input[type=text]:not(.simple_layout).inactive .placeholder, footer input[type=text]:not(.simple_layout).inactive:hover + label, footer input[type=text]:not(.simple_layout).inactive:hover .placeholder, footer input[type=text]:not(.simple_layout).inactive:focus + label, footer input[type=text]:not(.simple_layout).inactive:focus .placeholder, footer input[type=text]:not(.simple_layout).inactive.focus + label, footer input[type=text]:not(.simple_layout).inactive.focus .placeholder, footer input[type=text]:not(.simple_layout)[disabled] + label, footer input[type=text]:not(.simple_layout)[disabled] .placeholder, footer input[type=text]:not(.simple_layout)[disabled]:hover + label, footer input[type=text]:not(.simple_layout)[disabled]:hover .placeholder, footer input[type=text]:not(.simple_layout)[disabled]:focus + label, footer input[type=text]:not(.simple_layout)[disabled]:focus .placeholder, footer input[type=text]:not(.simple_layout)[disabled].focus + label, footer input[type=text]:not(.simple_layout)[disabled].focus .placeholder, footer input[type=text]:not(.simple_layout).disabled + label, footer input[type=text]:not(.simple_layout).disabled .placeholder, footer input[type=text]:not(.simple_layout).disabled:hover + label, footer input[type=text]:not(.simple_layout).disabled:hover .placeholder, footer input[type=text]:not(.simple_layout).disabled:focus + label, footer input[type=text]:not(.simple_layout).disabled:focus .placeholder, footer input[type=text]:not(.simple_layout).disabled.focus + label, footer input[type=text]:not(.simple_layout).disabled.focus .placeholder, footer input[type=password]:not(.simple_layout).inactive + label, footer input[type=password]:not(.simple_layout).inactive .placeholder, footer input[type=password]:not(.simple_layout).inactive:hover + label, footer input[type=password]:not(.simple_layout).inactive:hover .placeholder, footer input[type=password]:not(.simple_layout).inactive:focus + label, footer input[type=password]:not(.simple_layout).inactive:focus .placeholder, footer input[type=password]:not(.simple_layout).inactive.focus + label, footer input[type=password]:not(.simple_layout).inactive.focus .placeholder, footer input[type=password]:not(.simple_layout)[disabled] + label, footer input[type=password]:not(.simple_layout)[disabled] .placeholder, footer input[type=password]:not(.simple_layout)[disabled]:hover + label, footer input[type=password]:not(.simple_layout)[disabled]:hover .placeholder, footer input[type=password]:not(.simple_layout)[disabled]:focus + label, footer input[type=password]:not(.simple_layout)[disabled]:focus .placeholder, footer input[type=password]:not(.simple_layout)[disabled].focus + label, footer input[type=password]:not(.simple_layout)[disabled].focus .placeholder, footer input[type=password]:not(.simple_layout).disabled + label, footer input[type=password]:not(.simple_layout).disabled .placeholder, footer input[type=password]:not(.simple_layout).disabled:hover + label, footer input[type=password]:not(.simple_layout).disabled:hover .placeholder, footer input[type=password]:not(.simple_layout).disabled:focus + label, footer input[type=password]:not(.simple_layout).disabled:focus .placeholder, footer input[type=password]:not(.simple_layout).disabled.focus + label, footer input[type=password]:not(.simple_layout).disabled.focus .placeholder, footer input[type=email]:not(.simple_layout).inactive + label, footer input[type=email]:not(.simple_layout).inactive .placeholder, footer input[type=email]:not(.simple_layout).inactive:hover + label, footer input[type=email]:not(.simple_layout).inactive:hover .placeholder, footer input[type=email]:not(.simple_layout).inactive:focus + label, footer input[type=email]:not(.simple_layout).inactive:focus .placeholder, footer input[type=email]:not(.simple_layout).inactive.focus + label, footer input[type=email]:not(.simple_layout).inactive.focus .placeholder, footer input[type=email]:not(.simple_layout)[disabled] + label, footer input[type=email]:not(.simple_layout)[disabled] .placeholder, footer input[type=email]:not(.simple_layout)[disabled]:hover + label, footer input[type=email]:not(.simple_layout)[disabled]:hover .placeholder, footer input[type=email]:not(.simple_layout)[disabled]:focus + label, footer input[type=email]:not(.simple_layout)[disabled]:focus .placeholder, footer input[type=email]:not(.simple_layout)[disabled].focus + label, footer input[type=email]:not(.simple_layout)[disabled].focus .placeholder, footer input[type=email]:not(.simple_layout).disabled + label, footer input[type=email]:not(.simple_layout).disabled .placeholder, footer input[type=email]:not(.simple_layout).disabled:hover + label, footer input[type=email]:not(.simple_layout).disabled:hover .placeholder, footer input[type=email]:not(.simple_layout).disabled:focus + label, footer input[type=email]:not(.simple_layout).disabled:focus .placeholder, footer input[type=email]:not(.simple_layout).disabled.focus + label, footer input[type=email]:not(.simple_layout).disabled.focus .placeholder, footer input[type=tel]:not(.simple_layout).inactive + label, footer input[type=tel]:not(.simple_layout).inactive .placeholder, footer input[type=tel]:not(.simple_layout).inactive:hover + label, footer input[type=tel]:not(.simple_layout).inactive:hover .placeholder, footer input[type=tel]:not(.simple_layout).inactive:focus + label, footer input[type=tel]:not(.simple_layout).inactive:focus .placeholder, footer input[type=tel]:not(.simple_layout).inactive.focus + label, footer input[type=tel]:not(.simple_layout).inactive.focus .placeholder, footer input[type=tel]:not(.simple_layout)[disabled] + label, footer input[type=tel]:not(.simple_layout)[disabled] .placeholder, footer input[type=tel]:not(.simple_layout)[disabled]:hover + label, footer input[type=tel]:not(.simple_layout)[disabled]:hover .placeholder, footer input[type=tel]:not(.simple_layout)[disabled]:focus + label, footer input[type=tel]:not(.simple_layout)[disabled]:focus .placeholder, footer input[type=tel]:not(.simple_layout)[disabled].focus + label, footer input[type=tel]:not(.simple_layout)[disabled].focus .placeholder, footer input[type=tel]:not(.simple_layout).disabled + label, footer input[type=tel]:not(.simple_layout).disabled .placeholder, footer input[type=tel]:not(.simple_layout).disabled:hover + label, footer input[type=tel]:not(.simple_layout).disabled:hover .placeholder, footer input[type=tel]:not(.simple_layout).disabled:focus + label, footer input[type=tel]:not(.simple_layout).disabled:focus .placeholder, footer input[type=tel]:not(.simple_layout).disabled.focus + label, footer input[type=tel]:not(.simple_layout).disabled.focus .placeholder, footer input[type=number]:not(.simple_layout).inactive + label, footer input[type=number]:not(.simple_layout).inactive .placeholder, footer input[type=number]:not(.simple_layout).inactive:hover + label, footer input[type=number]:not(.simple_layout).inactive:hover .placeholder, footer input[type=number]:not(.simple_layout).inactive:focus + label, footer input[type=number]:not(.simple_layout).inactive:focus .placeholder, footer input[type=number]:not(.simple_layout).inactive.focus + label, footer input[type=number]:not(.simple_layout).inactive.focus .placeholder, footer input[type=number]:not(.simple_layout)[disabled] + label, footer input[type=number]:not(.simple_layout)[disabled] .placeholder, footer input[type=number]:not(.simple_layout)[disabled]:hover + label, footer input[type=number]:not(.simple_layout)[disabled]:hover .placeholder, footer input[type=number]:not(.simple_layout)[disabled]:focus + label, footer input[type=number]:not(.simple_layout)[disabled]:focus .placeholder, footer input[type=number]:not(.simple_layout)[disabled].focus + label, footer input[type=number]:not(.simple_layout)[disabled].focus .placeholder, footer input[type=number]:not(.simple_layout).disabled + label, footer input[type=number]:not(.simple_layout).disabled .placeholder, footer input[type=number]:not(.simple_layout).disabled:hover + label, footer input[type=number]:not(.simple_layout).disabled:hover .placeholder, footer input[type=number]:not(.simple_layout).disabled:focus + label, footer input[type=number]:not(.simple_layout).disabled:focus .placeholder, footer input[type=number]:not(.simple_layout).disabled.focus + label, footer input[type=number]:not(.simple_layout).disabled.focus .placeholder, footer input[type=date]:not(.simple_layout).inactive + label, footer input[type=date]:not(.simple_layout).inactive .placeholder, footer input[type=date]:not(.simple_layout).inactive:hover + label, footer input[type=date]:not(.simple_layout).inactive:hover .placeholder, footer input[type=date]:not(.simple_layout).inactive:focus + label, footer input[type=date]:not(.simple_layout).inactive:focus .placeholder, footer input[type=date]:not(.simple_layout).inactive.focus + label, footer input[type=date]:not(.simple_layout).inactive.focus .placeholder, footer input[type=date]:not(.simple_layout)[disabled] + label, footer input[type=date]:not(.simple_layout)[disabled] .placeholder, footer input[type=date]:not(.simple_layout)[disabled]:hover + label, footer input[type=date]:not(.simple_layout)[disabled]:hover .placeholder, footer input[type=date]:not(.simple_layout)[disabled]:focus + label, footer input[type=date]:not(.simple_layout)[disabled]:focus .placeholder, footer input[type=date]:not(.simple_layout)[disabled].focus + label, footer input[type=date]:not(.simple_layout)[disabled].focus .placeholder, footer input[type=date]:not(.simple_layout).disabled + label, footer input[type=date]:not(.simple_layout).disabled .placeholder, footer input[type=date]:not(.simple_layout).disabled:hover + label, footer input[type=date]:not(.simple_layout).disabled:hover .placeholder, footer input[type=date]:not(.simple_layout).disabled:focus + label, footer input[type=date]:not(.simple_layout).disabled:focus .placeholder, footer input[type=date]:not(.simple_layout).disabled.focus + label, footer input[type=date]:not(.simple_layout).disabled.focus .placeholder, footer input[type=time]:not(.simple_layout).inactive + label, footer input[type=time]:not(.simple_layout).inactive .placeholder, footer input[type=time]:not(.simple_layout).inactive:hover + label, footer input[type=time]:not(.simple_layout).inactive:hover .placeholder, footer input[type=time]:not(.simple_layout).inactive:focus + label, footer input[type=time]:not(.simple_layout).inactive:focus .placeholder, footer input[type=time]:not(.simple_layout).inactive.focus + label, footer input[type=time]:not(.simple_layout).inactive.focus .placeholder, footer input[type=time]:not(.simple_layout)[disabled] + label, footer input[type=time]:not(.simple_layout)[disabled] .placeholder, footer input[type=time]:not(.simple_layout)[disabled]:hover + label, footer input[type=time]:not(.simple_layout)[disabled]:hover .placeholder, footer input[type=time]:not(.simple_layout)[disabled]:focus + label, footer input[type=time]:not(.simple_layout)[disabled]:focus .placeholder, footer input[type=time]:not(.simple_layout)[disabled].focus + label, footer input[type=time]:not(.simple_layout)[disabled].focus .placeholder, footer input[type=time]:not(.simple_layout).disabled + label, footer input[type=time]:not(.simple_layout).disabled .placeholder, footer input[type=time]:not(.simple_layout).disabled:hover + label, footer input[type=time]:not(.simple_layout).disabled:hover .placeholder, footer input[type=time]:not(.simple_layout).disabled:focus + label, footer input[type=time]:not(.simple_layout).disabled:focus .placeholder, footer input[type=time]:not(.simple_layout).disabled.focus + label, footer input[type=time]:not(.simple_layout).disabled.focus .placeholder, footer input[type=url]:not(.simple_layout).inactive + label, footer input[type=url]:not(.simple_layout).inactive .placeholder, footer input[type=url]:not(.simple_layout).inactive:hover + label, footer input[type=url]:not(.simple_layout).inactive:hover .placeholder, footer input[type=url]:not(.simple_layout).inactive:focus + label, footer input[type=url]:not(.simple_layout).inactive:focus .placeholder, footer input[type=url]:not(.simple_layout).inactive.focus + label, footer input[type=url]:not(.simple_layout).inactive.focus .placeholder, footer input[type=url]:not(.simple_layout)[disabled] + label, footer input[type=url]:not(.simple_layout)[disabled] .placeholder, footer input[type=url]:not(.simple_layout)[disabled]:hover + label, footer input[type=url]:not(.simple_layout)[disabled]:hover .placeholder, footer input[type=url]:not(.simple_layout)[disabled]:focus + label, footer input[type=url]:not(.simple_layout)[disabled]:focus .placeholder, footer input[type=url]:not(.simple_layout)[disabled].focus + label, footer input[type=url]:not(.simple_layout)[disabled].focus .placeholder, footer input[type=url]:not(.simple_layout).disabled + label, footer input[type=url]:not(.simple_layout).disabled .placeholder, footer input[type=url]:not(.simple_layout).disabled:hover + label, footer input[type=url]:not(.simple_layout).disabled:hover .placeholder, footer input[type=url]:not(.simple_layout).disabled:focus + label, footer input[type=url]:not(.simple_layout).disabled:focus .placeholder, footer input[type=url]:not(.simple_layout).disabled.focus + label, footer input[type=url]:not(.simple_layout).disabled.focus .placeholder, footer textarea:not(.simple_layout).inactive + label, footer textarea:not(.simple_layout).inactive .placeholder, footer textarea:not(.simple_layout).inactive:hover + label, footer textarea:not(.simple_layout).inactive:hover .placeholder, footer textarea:not(.simple_layout).inactive:focus + label, footer textarea:not(.simple_layout).inactive:focus .placeholder, footer textarea:not(.simple_layout).inactive.focus + label, footer textarea:not(.simple_layout).inactive.focus .placeholder, footer textarea:not(.simple_layout)[disabled] + label, footer textarea:not(.simple_layout)[disabled] .placeholder, footer textarea:not(.simple_layout)[disabled]:hover + label, footer textarea:not(.simple_layout)[disabled]:hover .placeholder, footer textarea:not(.simple_layout)[disabled]:focus + label, footer textarea:not(.simple_layout)[disabled]:focus .placeholder, footer textarea:not(.simple_layout)[disabled].focus + label, footer textarea:not(.simple_layout)[disabled].focus .placeholder, footer textarea:not(.simple_layout).disabled + label, footer textarea:not(.simple_layout).disabled .placeholder, footer textarea:not(.simple_layout).disabled:hover + label, footer textarea:not(.simple_layout).disabled:hover .placeholder, footer textarea:not(.simple_layout).disabled:focus + label, footer textarea:not(.simple_layout).disabled:focus .placeholder, footer textarea:not(.simple_layout).disabled.focus + label, footer textarea:not(.simple_layout).disabled.focus .placeholder, footer select:not(.simple_layout).inactive + label, footer select:not(.simple_layout).inactive .placeholder, footer select:not(.simple_layout).inactive:hover + label, footer select:not(.simple_layout).inactive:hover .placeholder, footer select:not(.simple_layout).inactive:focus + label, footer select:not(.simple_layout).inactive:focus .placeholder, footer select:not(.simple_layout).inactive.focus + label, footer select:not(.simple_layout).inactive.focus .placeholder, footer select:not(.simple_layout)[disabled] + label, footer select:not(.simple_layout)[disabled] .placeholder, footer select:not(.simple_layout)[disabled]:hover + label, footer select:not(.simple_layout)[disabled]:hover .placeholder, footer select:not(.simple_layout)[disabled]:focus + label, footer select:not(.simple_layout)[disabled]:focus .placeholder, footer select:not(.simple_layout)[disabled].focus + label, footer select:not(.simple_layout)[disabled].focus .placeholder, footer select:not(.simple_layout).disabled + label, footer select:not(.simple_layout).disabled .placeholder, footer select:not(.simple_layout).disabled:hover + label, footer select:not(.simple_layout).disabled:hover .placeholder, footer select:not(.simple_layout).disabled:focus + label, footer select:not(.simple_layout).disabled:focus .placeholder, footer select:not(.simple_layout).disabled.focus + label, footer select:not(.simple_layout).disabled.focus .placeholder, footer .multiselect:not(.simple_layout).inactive + label, footer .multiselect:not(.simple_layout).inactive .placeholder, footer .multiselect:not(.simple_layout).inactive:hover + label, footer .multiselect:not(.simple_layout).inactive:hover .placeholder, footer .multiselect:not(.simple_layout).inactive:focus + label, footer .multiselect:not(.simple_layout).inactive:focus .placeholder, footer .multiselect:not(.simple_layout).inactive.focus + label, footer .multiselect:not(.simple_layout).inactive.focus .placeholder, footer .multiselect:not(.simple_layout)[disabled] + label, footer .multiselect:not(.simple_layout)[disabled] .placeholder, footer .multiselect:not(.simple_layout)[disabled]:hover + label, footer .multiselect:not(.simple_layout)[disabled]:hover .placeholder, footer .multiselect:not(.simple_layout)[disabled]:focus + label, footer .multiselect:not(.simple_layout)[disabled]:focus .placeholder, footer .multiselect:not(.simple_layout)[disabled].focus + label, footer .multiselect:not(.simple_layout)[disabled].focus .placeholder, footer .multiselect:not(.simple_layout).disabled + label, footer .multiselect:not(.simple_layout).disabled .placeholder, footer .multiselect:not(.simple_layout).disabled:hover + label, footer .multiselect:not(.simple_layout).disabled:hover .placeholder, footer .multiselect:not(.simple_layout).disabled:focus + label, footer .multiselect:not(.simple_layout).disabled:focus .placeholder, footer .multiselect:not(.simple_layout).disabled.focus + label, footer .multiselect:not(.simple_layout).disabled.focus .placeholder, footer .input:not(.simple_layout).inactive + label, footer .input:not(.simple_layout).inactive .placeholder, footer .input:not(.simple_layout).inactive:hover + label, footer .input:not(.simple_layout).inactive:hover .placeholder, footer .input:not(.simple_layout).inactive:focus + label, footer .input:not(.simple_layout).inactive:focus .placeholder, footer .input:not(.simple_layout).inactive.focus + label, footer .input:not(.simple_layout).inactive.focus .placeholder, footer .input:not(.simple_layout)[disabled] + label, footer .input:not(.simple_layout)[disabled] .placeholder, footer .input:not(.simple_layout)[disabled]:hover + label, footer .input:not(.simple_layout)[disabled]:hover .placeholder, footer .input:not(.simple_layout)[disabled]:focus + label, footer .input:not(.simple_layout)[disabled]:focus .placeholder, footer .input:not(.simple_layout)[disabled].focus + label, footer .input:not(.simple_layout)[disabled].focus .placeholder, footer .input:not(.simple_layout).disabled + label, footer .input:not(.simple_layout).disabled .placeholder, footer .input:not(.simple_layout).disabled:hover + label, footer .input:not(.simple_layout).disabled:hover .placeholder, footer .input:not(.simple_layout).disabled:focus + label, footer .input:not(.simple_layout).disabled:focus .placeholder, footer .input:not(.simple_layout).disabled.focus + label, footer .input:not(.simple_layout).disabled.focus .placeholder {
  color: #1a1a1a;
}
section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .row label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form.row label, #global .section_dark .animated_form .row label, #global .section_dark .animated_form.row label, #global .cms_section_dark .animated_form .row label, #global .cms_section_dark .animated_form.row label, #global .cms_section_dark_2 .animated_form .row label, #global .cms_section_dark_2 .animated_form.row label, #global .section_filter.filter_dark .animated_form .row label, #global .section_filter.filter_dark .animated_form.row label, #global section.section_accordion_form .accordion_form .animated_form .row label, #global section.section_accordion_form .accordion_form .animated_form.row label, #global section.section_accordion_form .accordion_form .accordion_title .animated_form .row label, #global section.section_accordion_form .accordion_form .accordion_title .animated_form.row label, #global aside.box:not(.aside_light) .animated_form .row label, #global aside.box:not(.aside_light) .animated_form.row label, footer .animated_form .row label, footer .animated_form.row label {
  color: #000000;
}
section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .row label.form_error_msg, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form.row label.form_error_msg, #global .section_dark .animated_form .row label.form_error_msg, #global .section_dark .animated_form.row label.form_error_msg, #global .cms_section_dark .animated_form .row label.form_error_msg, #global .cms_section_dark .animated_form.row label.form_error_msg, #global .cms_section_dark_2 .animated_form .row label.form_error_msg, #global .cms_section_dark_2 .animated_form.row label.form_error_msg, #global .section_filter.filter_dark .animated_form .row label.form_error_msg, #global .section_filter.filter_dark .animated_form.row label.form_error_msg, #global section.section_accordion_form .accordion_form .animated_form .row label.form_error_msg, #global section.section_accordion_form .accordion_form .animated_form.row label.form_error_msg, #global section.section_accordion_form .accordion_form .accordion_title .animated_form .row label.form_error_msg, #global section.section_accordion_form .accordion_form .accordion_title .animated_form.row label.form_error_msg, #global aside.box:not(.aside_light) .animated_form .row label.form_error_msg, #global aside.box:not(.aside_light) .animated_form.row label.form_error_msg, footer .animated_form .row label.form_error_msg, footer .animated_form.row label.form_error_msg {
  color: #FFFFFF;
}
section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .row label a, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form.row label a, #global .section_dark .animated_form .row label a, #global .section_dark .animated_form.row label a, #global .cms_section_dark .animated_form .row label a, #global .cms_section_dark .animated_form.row label a, #global .cms_section_dark_2 .animated_form .row label a, #global .cms_section_dark_2 .animated_form.row label a, #global .section_filter.filter_dark .animated_form .row label a, #global .section_filter.filter_dark .animated_form.row label a, #global section.section_accordion_form .accordion_form .animated_form .row label a, #global section.section_accordion_form .accordion_form .animated_form.row label a, #global section.section_accordion_form .accordion_form .accordion_title .animated_form .row label a, #global section.section_accordion_form .accordion_form .accordion_title .animated_form.row label a, #global aside.box:not(.aside_light) .animated_form .row label a, #global aside.box:not(.aside_light) .animated_form.row label a, footer .animated_form .row label a, footer .animated_form.row label a {
  color: #000000;
}
section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .row .multiselect_box label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form.row .multiselect_box label, #global .section_dark .animated_form .row .multiselect_box label, #global .section_dark .animated_form.row .multiselect_box label, #global .cms_section_dark .animated_form .row .multiselect_box label, #global .cms_section_dark .animated_form.row .multiselect_box label, #global .cms_section_dark_2 .animated_form .row .multiselect_box label, #global .cms_section_dark_2 .animated_form.row .multiselect_box label, #global .section_filter.filter_dark .animated_form .row .multiselect_box label, #global .section_filter.filter_dark .animated_form.row .multiselect_box label, #global section.section_accordion_form .accordion_form .animated_form .row .multiselect_box label, #global section.section_accordion_form .accordion_form .animated_form.row .multiselect_box label, #global section.section_accordion_form .accordion_form .accordion_title .animated_form .row .multiselect_box label, #global section.section_accordion_form .accordion_form .accordion_title .animated_form.row .multiselect_box label, #global aside.box:not(.aside_light) .animated_form .row .multiselect_box label, #global aside.box:not(.aside_light) .animated_form.row .multiselect_box label, footer .animated_form .row .multiselect_box label, footer .animated_form.row .multiselect_box label {
  color: #000000;
}
section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=text] + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=password] + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=email] + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=tel] + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=number] + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=date] + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=time] + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=url] + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form textarea + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .multiselect_box + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .input + label, #global .section_dark .animated_form input[type=text] + label, #global .section_dark .animated_form input[type=password] + label, #global .section_dark .animated_form input[type=email] + label, #global .section_dark .animated_form input[type=tel] + label, #global .section_dark .animated_form input[type=number] + label, #global .section_dark .animated_form input[type=date] + label, #global .section_dark .animated_form input[type=time] + label, #global .section_dark .animated_form input[type=url] + label, #global .section_dark .animated_form textarea + label, #global .section_dark .animated_form .multiselect_box + label, #global .section_dark .animated_form .input + label, #global .cms_section_dark .animated_form input[type=text] + label, #global .cms_section_dark .animated_form input[type=password] + label, #global .cms_section_dark .animated_form input[type=email] + label, #global .cms_section_dark .animated_form input[type=tel] + label, #global .cms_section_dark .animated_form input[type=number] + label, #global .cms_section_dark .animated_form input[type=date] + label, #global .cms_section_dark .animated_form input[type=time] + label, #global .cms_section_dark .animated_form input[type=url] + label, #global .cms_section_dark .animated_form textarea + label, #global .cms_section_dark .animated_form .multiselect_box + label, #global .cms_section_dark .animated_form .input + label, #global .cms_section_dark_2 .animated_form input[type=text] + label, #global .cms_section_dark_2 .animated_form input[type=password] + label, #global .cms_section_dark_2 .animated_form input[type=email] + label, #global .cms_section_dark_2 .animated_form input[type=tel] + label, #global .cms_section_dark_2 .animated_form input[type=number] + label, #global .cms_section_dark_2 .animated_form input[type=date] + label, #global .cms_section_dark_2 .animated_form input[type=time] + label, #global .cms_section_dark_2 .animated_form input[type=url] + label, #global .cms_section_dark_2 .animated_form textarea + label, #global .cms_section_dark_2 .animated_form .multiselect_box + label, #global .cms_section_dark_2 .animated_form .input + label, #global .section_filter.filter_dark .animated_form input[type=text] + label, #global .section_filter.filter_dark .animated_form input[type=password] + label, #global .section_filter.filter_dark .animated_form input[type=email] + label, #global .section_filter.filter_dark .animated_form input[type=tel] + label, #global .section_filter.filter_dark .animated_form input[type=number] + label, #global .section_filter.filter_dark .animated_form input[type=date] + label, #global .section_filter.filter_dark .animated_form input[type=time] + label, #global .section_filter.filter_dark .animated_form input[type=url] + label, #global .section_filter.filter_dark .animated_form textarea + label, #global .section_filter.filter_dark .animated_form .multiselect_box + label, #global .section_filter.filter_dark .animated_form .input + label, #global section.section_accordion_form .accordion_form .animated_form input[type=text] + label, #global section.section_accordion_form .accordion_form .animated_form input[type=password] + label, #global section.section_accordion_form .accordion_form .animated_form input[type=email] + label, #global section.section_accordion_form .accordion_form .animated_form input[type=tel] + label, #global section.section_accordion_form .accordion_form .animated_form input[type=number] + label, #global section.section_accordion_form .accordion_form .animated_form input[type=date] + label, #global section.section_accordion_form .accordion_form .animated_form input[type=time] + label, #global section.section_accordion_form .accordion_form .animated_form input[type=url] + label, #global section.section_accordion_form .accordion_form .animated_form textarea + label, #global section.section_accordion_form .accordion_form .animated_form .multiselect_box + label, #global section.section_accordion_form .accordion_form .animated_form .input + label, #global section.section_accordion_form .accordion_form .accordion_title .animated_form input[type=text] + label, #global section.section_accordion_form .accordion_form .accordion_title .animated_form input[type=password] + label, #global section.section_accordion_form .accordion_form .accordion_title .animated_form input[type=email] + label, #global section.section_accordion_form .accordion_form .accordion_title .animated_form input[type=tel] + label, #global section.section_accordion_form .accordion_form .accordion_title .animated_form input[type=number] + label, #global section.section_accordion_form .accordion_form .accordion_title .animated_form input[type=date] + label, #global section.section_accordion_form .accordion_form .accordion_title .animated_form input[type=time] + label, #global section.section_accordion_form .accordion_form .accordion_title .animated_form input[type=url] + label, #global section.section_accordion_form .accordion_form .accordion_title .animated_form textarea + label, #global section.section_accordion_form .accordion_form .accordion_title .animated_form .multiselect_box + label, #global section.section_accordion_form .accordion_form .accordion_title .animated_form .input + label, #global aside.box:not(.aside_light) .animated_form input[type=text] + label, #global aside.box:not(.aside_light) .animated_form input[type=password] + label, #global aside.box:not(.aside_light) .animated_form input[type=email] + label, #global aside.box:not(.aside_light) .animated_form input[type=tel] + label, #global aside.box:not(.aside_light) .animated_form input[type=number] + label, #global aside.box:not(.aside_light) .animated_form input[type=date] + label, #global aside.box:not(.aside_light) .animated_form input[type=time] + label, #global aside.box:not(.aside_light) .animated_form input[type=url] + label, #global aside.box:not(.aside_light) .animated_form textarea + label, #global aside.box:not(.aside_light) .animated_form .multiselect_box + label, #global aside.box:not(.aside_light) .animated_form .input + label, footer .animated_form input[type=text] + label, footer .animated_form input[type=password] + label, footer .animated_form input[type=email] + label, footer .animated_form input[type=tel] + label, footer .animated_form input[type=number] + label, footer .animated_form input[type=date] + label, footer .animated_form input[type=time] + label, footer .animated_form input[type=url] + label, footer .animated_form textarea + label, footer .animated_form .multiselect_box + label, footer .animated_form .input + label {
  color: #000000;
  background-color: #FFFFFF;
}
section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=text] + label.placeholder, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=password] + label.placeholder, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=email] + label.placeholder, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=tel] + label.placeholder, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=number] + label.placeholder, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=date] + label.placeholder, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=time] + label.placeholder, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=url] + label.placeholder, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form textarea + label.placeholder, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .multiselect_box + label.placeholder, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .input + label.placeholder, #global .section_dark .animated_form input[type=text] + label.placeholder, #global .section_dark .animated_form input[type=password] + label.placeholder, #global .section_dark .animated_form input[type=email] + label.placeholder, #global .section_dark .animated_form input[type=tel] + label.placeholder, #global .section_dark .animated_form input[type=number] + label.placeholder, #global .section_dark .animated_form input[type=date] + label.placeholder, #global .section_dark .animated_form input[type=time] + label.placeholder, #global .section_dark .animated_form input[type=url] + label.placeholder, #global .section_dark .animated_form textarea + label.placeholder, #global .section_dark .animated_form .multiselect_box + label.placeholder, #global .section_dark .animated_form .input + label.placeholder, #global .cms_section_dark .animated_form input[type=text] + label.placeholder, #global .cms_section_dark .animated_form input[type=password] + label.placeholder, #global .cms_section_dark .animated_form input[type=email] + label.placeholder, #global .cms_section_dark .animated_form input[type=tel] + label.placeholder, #global .cms_section_dark .animated_form input[type=number] + label.placeholder, #global .cms_section_dark .animated_form input[type=date] + label.placeholder, #global .cms_section_dark .animated_form input[type=time] + label.placeholder, #global .cms_section_dark .animated_form input[type=url] + label.placeholder, #global .cms_section_dark .animated_form textarea + label.placeholder, #global .cms_section_dark .animated_form .multiselect_box + label.placeholder, #global .cms_section_dark .animated_form .input + label.placeholder, #global .cms_section_dark_2 .animated_form input[type=text] + label.placeholder, #global .cms_section_dark_2 .animated_form input[type=password] + label.placeholder, #global .cms_section_dark_2 .animated_form input[type=email] + label.placeholder, #global .cms_section_dark_2 .animated_form input[type=tel] + label.placeholder, #global .cms_section_dark_2 .animated_form input[type=number] + label.placeholder, #global .cms_section_dark_2 .animated_form input[type=date] + label.placeholder, #global .cms_section_dark_2 .animated_form input[type=time] + label.placeholder, #global .cms_section_dark_2 .animated_form input[type=url] + label.placeholder, #global .cms_section_dark_2 .animated_form textarea + label.placeholder, #global .cms_section_dark_2 .animated_form .multiselect_box + label.placeholder, #global .cms_section_dark_2 .animated_form .input + label.placeholder, #global .section_filter.filter_dark .animated_form input[type=text] + label.placeholder, #global .section_filter.filter_dark .animated_form input[type=password] + label.placeholder, #global .section_filter.filter_dark .animated_form input[type=email] + label.placeholder, #global .section_filter.filter_dark .animated_form input[type=tel] + label.placeholder, #global .section_filter.filter_dark .animated_form input[type=number] + label.placeholder, #global .section_filter.filter_dark .animated_form input[type=date] + label.placeholder, #global .section_filter.filter_dark .animated_form input[type=time] + label.placeholder, #global .section_filter.filter_dark .animated_form input[type=url] + label.placeholder, #global .section_filter.filter_dark .animated_form textarea + label.placeholder, #global .section_filter.filter_dark .animated_form .multiselect_box + label.placeholder, #global .section_filter.filter_dark .animated_form .input + label.placeholder, #global section.section_accordion_form .accordion_form .animated_form input[type=text] + label.placeholder, #global section.section_accordion_form .accordion_form .animated_form input[type=password] + label.placeholder, #global section.section_accordion_form .accordion_form .animated_form input[type=email] + label.placeholder, #global section.section_accordion_form .accordion_form .animated_form input[type=tel] + label.placeholder, #global section.section_accordion_form .accordion_form .animated_form input[type=number] + label.placeholder, #global section.section_accordion_form .accordion_form .animated_form input[type=date] + label.placeholder, #global section.section_accordion_form .accordion_form .animated_form input[type=time] + label.placeholder, #global section.section_accordion_form .accordion_form .animated_form input[type=url] + label.placeholder, #global section.section_accordion_form .accordion_form .animated_form textarea + label.placeholder, #global section.section_accordion_form .accordion_form .animated_form .multiselect_box + label.placeholder, #global section.section_accordion_form .accordion_form .animated_form .input + label.placeholder, #global section.section_accordion_form .accordion_form .accordion_title .animated_form input[type=text] + label.placeholder, #global section.section_accordion_form .accordion_form .accordion_title .animated_form input[type=password] + label.placeholder, #global section.section_accordion_form .accordion_form .accordion_title .animated_form input[type=email] + label.placeholder, #global section.section_accordion_form .accordion_form .accordion_title .animated_form input[type=tel] + label.placeholder, #global section.section_accordion_form .accordion_form .accordion_title .animated_form input[type=number] + label.placeholder, #global section.section_accordion_form .accordion_form .accordion_title .animated_form input[type=date] + label.placeholder, #global section.section_accordion_form .accordion_form .accordion_title .animated_form input[type=time] + label.placeholder, #global section.section_accordion_form .accordion_form .accordion_title .animated_form input[type=url] + label.placeholder, #global section.section_accordion_form .accordion_form .accordion_title .animated_form textarea + label.placeholder, #global section.section_accordion_form .accordion_form .accordion_title .animated_form .multiselect_box + label.placeholder, #global section.section_accordion_form .accordion_form .accordion_title .animated_form .input + label.placeholder, #global aside.box:not(.aside_light) .animated_form input[type=text] + label.placeholder, #global aside.box:not(.aside_light) .animated_form input[type=password] + label.placeholder, #global aside.box:not(.aside_light) .animated_form input[type=email] + label.placeholder, #global aside.box:not(.aside_light) .animated_form input[type=tel] + label.placeholder, #global aside.box:not(.aside_light) .animated_form input[type=number] + label.placeholder, #global aside.box:not(.aside_light) .animated_form input[type=date] + label.placeholder, #global aside.box:not(.aside_light) .animated_form input[type=time] + label.placeholder, #global aside.box:not(.aside_light) .animated_form input[type=url] + label.placeholder, #global aside.box:not(.aside_light) .animated_form textarea + label.placeholder, #global aside.box:not(.aside_light) .animated_form .multiselect_box + label.placeholder, #global aside.box:not(.aside_light) .animated_form .input + label.placeholder, footer .animated_form input[type=text] + label.placeholder, footer .animated_form input[type=password] + label.placeholder, footer .animated_form input[type=email] + label.placeholder, footer .animated_form input[type=tel] + label.placeholder, footer .animated_form input[type=number] + label.placeholder, footer .animated_form input[type=date] + label.placeholder, footer .animated_form input[type=time] + label.placeholder, footer .animated_form input[type=url] + label.placeholder, footer .animated_form textarea + label.placeholder, footer .animated_form .multiselect_box + label.placeholder, footer .animated_form .input + label.placeholder {
  color: #000000;
}
section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=text]:focus + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=text].focus + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=password]:focus + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=password].focus + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=email]:focus + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=email].focus + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=tel]:focus + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=tel].focus + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=number]:focus + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=number].focus + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=date]:focus + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=date].focus + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=time]:focus + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=time].focus + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=url]:focus + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=url].focus + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form textarea:focus + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form textarea.focus + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .multiselect_box:focus + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .multiselect_box.focus + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .input:focus + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .input.focus + label, #global .section_dark .animated_form input[type=text]:focus + label, #global .section_dark .animated_form input[type=text].focus + label, #global .section_dark .animated_form input[type=password]:focus + label, #global .section_dark .animated_form input[type=password].focus + label, #global .section_dark .animated_form input[type=email]:focus + label, #global .section_dark .animated_form input[type=email].focus + label, #global .section_dark .animated_form input[type=tel]:focus + label, #global .section_dark .animated_form input[type=tel].focus + label, #global .section_dark .animated_form input[type=number]:focus + label, #global .section_dark .animated_form input[type=number].focus + label, #global .section_dark .animated_form input[type=date]:focus + label, #global .section_dark .animated_form input[type=date].focus + label, #global .section_dark .animated_form input[type=time]:focus + label, #global .section_dark .animated_form input[type=time].focus + label, #global .section_dark .animated_form input[type=url]:focus + label, #global .section_dark .animated_form input[type=url].focus + label, #global .section_dark .animated_form textarea:focus + label, #global .section_dark .animated_form textarea.focus + label, #global .section_dark .animated_form .multiselect_box:focus + label, #global .section_dark .animated_form .multiselect_box.focus + label, #global .section_dark .animated_form .input:focus + label, #global .section_dark .animated_form .input.focus + label, #global .cms_section_dark .animated_form input[type=text]:focus + label, #global .cms_section_dark .animated_form input[type=text].focus + label, #global .cms_section_dark .animated_form input[type=password]:focus + label, #global .cms_section_dark .animated_form input[type=password].focus + label, #global .cms_section_dark .animated_form input[type=email]:focus + label, #global .cms_section_dark .animated_form input[type=email].focus + label, #global .cms_section_dark .animated_form input[type=tel]:focus + label, #global .cms_section_dark .animated_form input[type=tel].focus + label, #global .cms_section_dark .animated_form input[type=number]:focus + label, #global .cms_section_dark .animated_form input[type=number].focus + label, #global .cms_section_dark .animated_form input[type=date]:focus + label, #global .cms_section_dark .animated_form input[type=date].focus + label, #global .cms_section_dark .animated_form input[type=time]:focus + label, #global .cms_section_dark .animated_form input[type=time].focus + label, #global .cms_section_dark .animated_form input[type=url]:focus + label, #global .cms_section_dark .animated_form input[type=url].focus + label, #global .cms_section_dark .animated_form textarea:focus + label, #global .cms_section_dark .animated_form textarea.focus + label, #global .cms_section_dark .animated_form .multiselect_box:focus + label, #global .cms_section_dark .animated_form .multiselect_box.focus + label, #global .cms_section_dark .animated_form .input:focus + label, #global .cms_section_dark .animated_form .input.focus + label, #global .cms_section_dark_2 .animated_form input[type=text]:focus + label, #global .cms_section_dark_2 .animated_form input[type=text].focus + label, #global .cms_section_dark_2 .animated_form input[type=password]:focus + label, #global .cms_section_dark_2 .animated_form input[type=password].focus + label, #global .cms_section_dark_2 .animated_form input[type=email]:focus + label, #global .cms_section_dark_2 .animated_form input[type=email].focus + label, #global .cms_section_dark_2 .animated_form input[type=tel]:focus + label, #global .cms_section_dark_2 .animated_form input[type=tel].focus + label, #global .cms_section_dark_2 .animated_form input[type=number]:focus + label, #global .cms_section_dark_2 .animated_form input[type=number].focus + label, #global .cms_section_dark_2 .animated_form input[type=date]:focus + label, #global .cms_section_dark_2 .animated_form input[type=date].focus + label, #global .cms_section_dark_2 .animated_form input[type=time]:focus + label, #global .cms_section_dark_2 .animated_form input[type=time].focus + label, #global .cms_section_dark_2 .animated_form input[type=url]:focus + label, #global .cms_section_dark_2 .animated_form input[type=url].focus + label, #global .cms_section_dark_2 .animated_form textarea:focus + label, #global .cms_section_dark_2 .animated_form textarea.focus + label, #global .cms_section_dark_2 .animated_form .multiselect_box:focus + label, #global .cms_section_dark_2 .animated_form .multiselect_box.focus + label, #global .cms_section_dark_2 .animated_form .input:focus + label, #global .cms_section_dark_2 .animated_form .input.focus + label, #global .section_filter.filter_dark .animated_form input[type=text]:focus + label, #global .section_filter.filter_dark .animated_form input[type=text].focus + label, #global .section_filter.filter_dark .animated_form input[type=password]:focus + label, #global .section_filter.filter_dark .animated_form input[type=password].focus + label, #global .section_filter.filter_dark .animated_form input[type=email]:focus + label, #global .section_filter.filter_dark .animated_form input[type=email].focus + label, #global .section_filter.filter_dark .animated_form input[type=tel]:focus + label, #global .section_filter.filter_dark .animated_form input[type=tel].focus + label, #global .section_filter.filter_dark .animated_form input[type=number]:focus + label, #global .section_filter.filter_dark .animated_form input[type=number].focus + label, #global .section_filter.filter_dark .animated_form input[type=date]:focus + label, #global .section_filter.filter_dark .animated_form input[type=date].focus + label, #global .section_filter.filter_dark .animated_form input[type=time]:focus + label, #global .section_filter.filter_dark .animated_form input[type=time].focus + label, #global .section_filter.filter_dark .animated_form input[type=url]:focus + label, #global .section_filter.filter_dark .animated_form input[type=url].focus + label, #global .section_filter.filter_dark .animated_form textarea:focus + label, #global .section_filter.filter_dark .animated_form textarea.focus + label, #global .section_filter.filter_dark .animated_form .multiselect_box:focus + label, #global .section_filter.filter_dark .animated_form .multiselect_box.focus + label, #global .section_filter.filter_dark .animated_form .input:focus + label, #global .section_filter.filter_dark .animated_form .input.focus + label, #global section.section_accordion_form .accordion_form .animated_form input[type=text]:focus + label, #global section.section_accordion_form .accordion_form .animated_form input[type=text].focus + label, #global section.section_accordion_form .accordion_form .animated_form input[type=password]:focus + label, #global section.section_accordion_form .accordion_form .animated_form input[type=password].focus + label, #global section.section_accordion_form .accordion_form .animated_form input[type=email]:focus + label, #global section.section_accordion_form .accordion_form .animated_form input[type=email].focus + label, #global section.section_accordion_form .accordion_form .animated_form input[type=tel]:focus + label, #global section.section_accordion_form .accordion_form .animated_form input[type=tel].focus + label, #global section.section_accordion_form .accordion_form .animated_form input[type=number]:focus + label, #global section.section_accordion_form .accordion_form .animated_form input[type=number].focus + label, #global section.section_accordion_form .accordion_form .animated_form input[type=date]:focus + label, #global section.section_accordion_form .accordion_form .animated_form input[type=date].focus + label, #global section.section_accordion_form .accordion_form .animated_form input[type=time]:focus + label, #global section.section_accordion_form .accordion_form .animated_form input[type=time].focus + label, #global section.section_accordion_form .accordion_form .animated_form input[type=url]:focus + label, #global section.section_accordion_form .accordion_form .animated_form input[type=url].focus + label, #global section.section_accordion_form .accordion_form .animated_form textarea:focus + label, #global section.section_accordion_form .accordion_form .animated_form textarea.focus + label, #global section.section_accordion_form .accordion_form .animated_form .multiselect_box:focus + label, #global section.section_accordion_form .accordion_form .animated_form .multiselect_box.focus + label, #global section.section_accordion_form .accordion_form .animated_form .input:focus + label, #global section.section_accordion_form .accordion_form .animated_form .input.focus + label, #global section.section_accordion_form .accordion_form .accordion_title .animated_form input[type=text]:focus + label, #global section.section_accordion_form .accordion_form .accordion_title .animated_form input[type=text].focus + label, #global section.section_accordion_form .accordion_form .accordion_title .animated_form input[type=password]:focus + label, #global section.section_accordion_form .accordion_form .accordion_title .animated_form input[type=password].focus + label, #global section.section_accordion_form .accordion_form .accordion_title .animated_form input[type=email]:focus + label, #global section.section_accordion_form .accordion_form .accordion_title .animated_form input[type=email].focus + label, #global section.section_accordion_form .accordion_form .accordion_title .animated_form input[type=tel]:focus + label, #global section.section_accordion_form .accordion_form .accordion_title .animated_form input[type=tel].focus + label, #global section.section_accordion_form .accordion_form .accordion_title .animated_form input[type=number]:focus + label, #global section.section_accordion_form .accordion_form .accordion_title .animated_form input[type=number].focus + label, #global section.section_accordion_form .accordion_form .accordion_title .animated_form input[type=date]:focus + label, #global section.section_accordion_form .accordion_form .accordion_title .animated_form input[type=date].focus + label, #global section.section_accordion_form .accordion_form .accordion_title .animated_form input[type=time]:focus + label, #global section.section_accordion_form .accordion_form .accordion_title .animated_form input[type=time].focus + label, #global section.section_accordion_form .accordion_form .accordion_title .animated_form input[type=url]:focus + label, #global section.section_accordion_form .accordion_form .accordion_title .animated_form input[type=url].focus + label, #global section.section_accordion_form .accordion_form .accordion_title .animated_form textarea:focus + label, #global section.section_accordion_form .accordion_form .accordion_title .animated_form textarea.focus + label, #global section.section_accordion_form .accordion_form .accordion_title .animated_form .multiselect_box:focus + label, #global section.section_accordion_form .accordion_form .accordion_title .animated_form .multiselect_box.focus + label, #global section.section_accordion_form .accordion_form .accordion_title .animated_form .input:focus + label, #global section.section_accordion_form .accordion_form .accordion_title .animated_form .input.focus + label, #global aside.box:not(.aside_light) .animated_form input[type=text]:focus + label, #global aside.box:not(.aside_light) .animated_form input[type=text].focus + label, #global aside.box:not(.aside_light) .animated_form input[type=password]:focus + label, #global aside.box:not(.aside_light) .animated_form input[type=password].focus + label, #global aside.box:not(.aside_light) .animated_form input[type=email]:focus + label, #global aside.box:not(.aside_light) .animated_form input[type=email].focus + label, #global aside.box:not(.aside_light) .animated_form input[type=tel]:focus + label, #global aside.box:not(.aside_light) .animated_form input[type=tel].focus + label, #global aside.box:not(.aside_light) .animated_form input[type=number]:focus + label, #global aside.box:not(.aside_light) .animated_form input[type=number].focus + label, #global aside.box:not(.aside_light) .animated_form input[type=date]:focus + label, #global aside.box:not(.aside_light) .animated_form input[type=date].focus + label, #global aside.box:not(.aside_light) .animated_form input[type=time]:focus + label, #global aside.box:not(.aside_light) .animated_form input[type=time].focus + label, #global aside.box:not(.aside_light) .animated_form input[type=url]:focus + label, #global aside.box:not(.aside_light) .animated_form input[type=url].focus + label, #global aside.box:not(.aside_light) .animated_form textarea:focus + label, #global aside.box:not(.aside_light) .animated_form textarea.focus + label, #global aside.box:not(.aside_light) .animated_form .multiselect_box:focus + label, #global aside.box:not(.aside_light) .animated_form .multiselect_box.focus + label, #global aside.box:not(.aside_light) .animated_form .input:focus + label, #global aside.box:not(.aside_light) .animated_form .input.focus + label, footer .animated_form input[type=text]:focus + label, footer .animated_form input[type=text].focus + label, footer .animated_form input[type=password]:focus + label, footer .animated_form input[type=password].focus + label, footer .animated_form input[type=email]:focus + label, footer .animated_form input[type=email].focus + label, footer .animated_form input[type=tel]:focus + label, footer .animated_form input[type=tel].focus + label, footer .animated_form input[type=number]:focus + label, footer .animated_form input[type=number].focus + label, footer .animated_form input[type=date]:focus + label, footer .animated_form input[type=date].focus + label, footer .animated_form input[type=time]:focus + label, footer .animated_form input[type=time].focus + label, footer .animated_form input[type=url]:focus + label, footer .animated_form input[type=url].focus + label, footer .animated_form textarea:focus + label, footer .animated_form textarea.focus + label, footer .animated_form .multiselect_box:focus + label, footer .animated_form .multiselect_box.focus + label, footer .animated_form .input:focus + label, footer .animated_form .input.focus + label {
  background-color: #FFFFFF;
  color: #262626;
}
section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=text]:hover + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=password]:hover + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=email]:hover + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=tel]:hover + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=number]:hover + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=date]:hover + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=time]:hover + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=url]:hover + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form textarea:hover + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .multiselect_box:hover + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .input:hover + label, #global .section_dark .animated_form input[type=text]:hover + label, #global .section_dark .animated_form input[type=password]:hover + label, #global .section_dark .animated_form input[type=email]:hover + label, #global .section_dark .animated_form input[type=tel]:hover + label, #global .section_dark .animated_form input[type=number]:hover + label, #global .section_dark .animated_form input[type=date]:hover + label, #global .section_dark .animated_form input[type=time]:hover + label, #global .section_dark .animated_form input[type=url]:hover + label, #global .section_dark .animated_form textarea:hover + label, #global .section_dark .animated_form .multiselect_box:hover + label, #global .section_dark .animated_form .input:hover + label, #global .cms_section_dark .animated_form input[type=text]:hover + label, #global .cms_section_dark .animated_form input[type=password]:hover + label, #global .cms_section_dark .animated_form input[type=email]:hover + label, #global .cms_section_dark .animated_form input[type=tel]:hover + label, #global .cms_section_dark .animated_form input[type=number]:hover + label, #global .cms_section_dark .animated_form input[type=date]:hover + label, #global .cms_section_dark .animated_form input[type=time]:hover + label, #global .cms_section_dark .animated_form input[type=url]:hover + label, #global .cms_section_dark .animated_form textarea:hover + label, #global .cms_section_dark .animated_form .multiselect_box:hover + label, #global .cms_section_dark .animated_form .input:hover + label, #global .cms_section_dark_2 .animated_form input[type=text]:hover + label, #global .cms_section_dark_2 .animated_form input[type=password]:hover + label, #global .cms_section_dark_2 .animated_form input[type=email]:hover + label, #global .cms_section_dark_2 .animated_form input[type=tel]:hover + label, #global .cms_section_dark_2 .animated_form input[type=number]:hover + label, #global .cms_section_dark_2 .animated_form input[type=date]:hover + label, #global .cms_section_dark_2 .animated_form input[type=time]:hover + label, #global .cms_section_dark_2 .animated_form input[type=url]:hover + label, #global .cms_section_dark_2 .animated_form textarea:hover + label, #global .cms_section_dark_2 .animated_form .multiselect_box:hover + label, #global .cms_section_dark_2 .animated_form .input:hover + label, #global .section_filter.filter_dark .animated_form input[type=text]:hover + label, #global .section_filter.filter_dark .animated_form input[type=password]:hover + label, #global .section_filter.filter_dark .animated_form input[type=email]:hover + label, #global .section_filter.filter_dark .animated_form input[type=tel]:hover + label, #global .section_filter.filter_dark .animated_form input[type=number]:hover + label, #global .section_filter.filter_dark .animated_form input[type=date]:hover + label, #global .section_filter.filter_dark .animated_form input[type=time]:hover + label, #global .section_filter.filter_dark .animated_form input[type=url]:hover + label, #global .section_filter.filter_dark .animated_form textarea:hover + label, #global .section_filter.filter_dark .animated_form .multiselect_box:hover + label, #global .section_filter.filter_dark .animated_form .input:hover + label, #global section.section_accordion_form .accordion_form .animated_form input[type=text]:hover + label, #global section.section_accordion_form .accordion_form .animated_form input[type=password]:hover + label, #global section.section_accordion_form .accordion_form .animated_form input[type=email]:hover + label, #global section.section_accordion_form .accordion_form .animated_form input[type=tel]:hover + label, #global section.section_accordion_form .accordion_form .animated_form input[type=number]:hover + label, #global section.section_accordion_form .accordion_form .animated_form input[type=date]:hover + label, #global section.section_accordion_form .accordion_form .animated_form input[type=time]:hover + label, #global section.section_accordion_form .accordion_form .animated_form input[type=url]:hover + label, #global section.section_accordion_form .accordion_form .animated_form textarea:hover + label, #global section.section_accordion_form .accordion_form .animated_form .multiselect_box:hover + label, #global section.section_accordion_form .accordion_form .animated_form .input:hover + label, #global section.section_accordion_form .accordion_form .accordion_title .animated_form input[type=text]:hover + label, #global section.section_accordion_form .accordion_form .accordion_title .animated_form input[type=password]:hover + label, #global section.section_accordion_form .accordion_form .accordion_title .animated_form input[type=email]:hover + label, #global section.section_accordion_form .accordion_form .accordion_title .animated_form input[type=tel]:hover + label, #global section.section_accordion_form .accordion_form .accordion_title .animated_form input[type=number]:hover + label, #global section.section_accordion_form .accordion_form .accordion_title .animated_form input[type=date]:hover + label, #global section.section_accordion_form .accordion_form .accordion_title .animated_form input[type=time]:hover + label, #global section.section_accordion_form .accordion_form .accordion_title .animated_form input[type=url]:hover + label, #global section.section_accordion_form .accordion_form .accordion_title .animated_form textarea:hover + label, #global section.section_accordion_form .accordion_form .accordion_title .animated_form .multiselect_box:hover + label, #global section.section_accordion_form .accordion_form .accordion_title .animated_form .input:hover + label, #global aside.box:not(.aside_light) .animated_form input[type=text]:hover + label, #global aside.box:not(.aside_light) .animated_form input[type=password]:hover + label, #global aside.box:not(.aside_light) .animated_form input[type=email]:hover + label, #global aside.box:not(.aside_light) .animated_form input[type=tel]:hover + label, #global aside.box:not(.aside_light) .animated_form input[type=number]:hover + label, #global aside.box:not(.aside_light) .animated_form input[type=date]:hover + label, #global aside.box:not(.aside_light) .animated_form input[type=time]:hover + label, #global aside.box:not(.aside_light) .animated_form input[type=url]:hover + label, #global aside.box:not(.aside_light) .animated_form textarea:hover + label, #global aside.box:not(.aside_light) .animated_form .multiselect_box:hover + label, #global aside.box:not(.aside_light) .animated_form .input:hover + label, footer .animated_form input[type=text]:hover + label, footer .animated_form input[type=password]:hover + label, footer .animated_form input[type=email]:hover + label, footer .animated_form input[type=tel]:hover + label, footer .animated_form input[type=number]:hover + label, footer .animated_form input[type=date]:hover + label, footer .animated_form input[type=time]:hover + label, footer .animated_form input[type=url]:hover + label, footer .animated_form textarea:hover + label, footer .animated_form .multiselect_box:hover + label, footer .animated_form .input:hover + label {
  background-color: #FFFFFF;
  color: #262626;
}
section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=text]:hover + label.placeholder, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=password]:hover + label.placeholder, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=email]:hover + label.placeholder, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=tel]:hover + label.placeholder, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=number]:hover + label.placeholder, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=date]:hover + label.placeholder, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=time]:hover + label.placeholder, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=url]:hover + label.placeholder, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form textarea:hover + label.placeholder, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .multiselect_box:hover + label.placeholder, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .input:hover + label.placeholder, #global .section_dark .animated_form input[type=text]:hover + label.placeholder, #global .section_dark .animated_form input[type=password]:hover + label.placeholder, #global .section_dark .animated_form input[type=email]:hover + label.placeholder, #global .section_dark .animated_form input[type=tel]:hover + label.placeholder, #global .section_dark .animated_form input[type=number]:hover + label.placeholder, #global .section_dark .animated_form input[type=date]:hover + label.placeholder, #global .section_dark .animated_form input[type=time]:hover + label.placeholder, #global .section_dark .animated_form input[type=url]:hover + label.placeholder, #global .section_dark .animated_form textarea:hover + label.placeholder, #global .section_dark .animated_form .multiselect_box:hover + label.placeholder, #global .section_dark .animated_form .input:hover + label.placeholder, #global .cms_section_dark .animated_form input[type=text]:hover + label.placeholder, #global .cms_section_dark .animated_form input[type=password]:hover + label.placeholder, #global .cms_section_dark .animated_form input[type=email]:hover + label.placeholder, #global .cms_section_dark .animated_form input[type=tel]:hover + label.placeholder, #global .cms_section_dark .animated_form input[type=number]:hover + label.placeholder, #global .cms_section_dark .animated_form input[type=date]:hover + label.placeholder, #global .cms_section_dark .animated_form input[type=time]:hover + label.placeholder, #global .cms_section_dark .animated_form input[type=url]:hover + label.placeholder, #global .cms_section_dark .animated_form textarea:hover + label.placeholder, #global .cms_section_dark .animated_form .multiselect_box:hover + label.placeholder, #global .cms_section_dark .animated_form .input:hover + label.placeholder, #global .cms_section_dark_2 .animated_form input[type=text]:hover + label.placeholder, #global .cms_section_dark_2 .animated_form input[type=password]:hover + label.placeholder, #global .cms_section_dark_2 .animated_form input[type=email]:hover + label.placeholder, #global .cms_section_dark_2 .animated_form input[type=tel]:hover + label.placeholder, #global .cms_section_dark_2 .animated_form input[type=number]:hover + label.placeholder, #global .cms_section_dark_2 .animated_form input[type=date]:hover + label.placeholder, #global .cms_section_dark_2 .animated_form input[type=time]:hover + label.placeholder, #global .cms_section_dark_2 .animated_form input[type=url]:hover + label.placeholder, #global .cms_section_dark_2 .animated_form textarea:hover + label.placeholder, #global .cms_section_dark_2 .animated_form .multiselect_box:hover + label.placeholder, #global .cms_section_dark_2 .animated_form .input:hover + label.placeholder, #global .section_filter.filter_dark .animated_form input[type=text]:hover + label.placeholder, #global .section_filter.filter_dark .animated_form input[type=password]:hover + label.placeholder, #global .section_filter.filter_dark .animated_form input[type=email]:hover + label.placeholder, #global .section_filter.filter_dark .animated_form input[type=tel]:hover + label.placeholder, #global .section_filter.filter_dark .animated_form input[type=number]:hover + label.placeholder, #global .section_filter.filter_dark .animated_form input[type=date]:hover + label.placeholder, #global .section_filter.filter_dark .animated_form input[type=time]:hover + label.placeholder, #global .section_filter.filter_dark .animated_form input[type=url]:hover + label.placeholder, #global .section_filter.filter_dark .animated_form textarea:hover + label.placeholder, #global .section_filter.filter_dark .animated_form .multiselect_box:hover + label.placeholder, #global .section_filter.filter_dark .animated_form .input:hover + label.placeholder, #global section.section_accordion_form .accordion_form .animated_form input[type=text]:hover + label.placeholder, #global section.section_accordion_form .accordion_form .animated_form input[type=password]:hover + label.placeholder, #global section.section_accordion_form .accordion_form .animated_form input[type=email]:hover + label.placeholder, #global section.section_accordion_form .accordion_form .animated_form input[type=tel]:hover + label.placeholder, #global section.section_accordion_form .accordion_form .animated_form input[type=number]:hover + label.placeholder, #global section.section_accordion_form .accordion_form .animated_form input[type=date]:hover + label.placeholder, #global section.section_accordion_form .accordion_form .animated_form input[type=time]:hover + label.placeholder, #global section.section_accordion_form .accordion_form .animated_form input[type=url]:hover + label.placeholder, #global section.section_accordion_form .accordion_form .animated_form textarea:hover + label.placeholder, #global section.section_accordion_form .accordion_form .animated_form .multiselect_box:hover + label.placeholder, #global section.section_accordion_form .accordion_form .animated_form .input:hover + label.placeholder, #global section.section_accordion_form .accordion_form .accordion_title .animated_form input[type=text]:hover + label.placeholder, #global section.section_accordion_form .accordion_form .accordion_title .animated_form input[type=password]:hover + label.placeholder, #global section.section_accordion_form .accordion_form .accordion_title .animated_form input[type=email]:hover + label.placeholder, #global section.section_accordion_form .accordion_form .accordion_title .animated_form input[type=tel]:hover + label.placeholder, #global section.section_accordion_form .accordion_form .accordion_title .animated_form input[type=number]:hover + label.placeholder, #global section.section_accordion_form .accordion_form .accordion_title .animated_form input[type=date]:hover + label.placeholder, #global section.section_accordion_form .accordion_form .accordion_title .animated_form input[type=time]:hover + label.placeholder, #global section.section_accordion_form .accordion_form .accordion_title .animated_form input[type=url]:hover + label.placeholder, #global section.section_accordion_form .accordion_form .accordion_title .animated_form textarea:hover + label.placeholder, #global section.section_accordion_form .accordion_form .accordion_title .animated_form .multiselect_box:hover + label.placeholder, #global section.section_accordion_form .accordion_form .accordion_title .animated_form .input:hover + label.placeholder, #global aside.box:not(.aside_light) .animated_form input[type=text]:hover + label.placeholder, #global aside.box:not(.aside_light) .animated_form input[type=password]:hover + label.placeholder, #global aside.box:not(.aside_light) .animated_form input[type=email]:hover + label.placeholder, #global aside.box:not(.aside_light) .animated_form input[type=tel]:hover + label.placeholder, #global aside.box:not(.aside_light) .animated_form input[type=number]:hover + label.placeholder, #global aside.box:not(.aside_light) .animated_form input[type=date]:hover + label.placeholder, #global aside.box:not(.aside_light) .animated_form input[type=time]:hover + label.placeholder, #global aside.box:not(.aside_light) .animated_form input[type=url]:hover + label.placeholder, #global aside.box:not(.aside_light) .animated_form textarea:hover + label.placeholder, #global aside.box:not(.aside_light) .animated_form .multiselect_box:hover + label.placeholder, #global aside.box:not(.aside_light) .animated_form .input:hover + label.placeholder, footer .animated_form input[type=text]:hover + label.placeholder, footer .animated_form input[type=password]:hover + label.placeholder, footer .animated_form input[type=email]:hover + label.placeholder, footer .animated_form input[type=tel]:hover + label.placeholder, footer .animated_form input[type=number]:hover + label.placeholder, footer .animated_form input[type=date]:hover + label.placeholder, footer .animated_form input[type=time]:hover + label.placeholder, footer .animated_form input[type=url]:hover + label.placeholder, footer .animated_form textarea:hover + label.placeholder, footer .animated_form .multiselect_box:hover + label.placeholder, footer .animated_form .input:hover + label.placeholder {
  color: #262626;
}
section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=text].inactive + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=text][disabled] + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=text].disabled + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=password].inactive + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=password][disabled] + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=password].disabled + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=email].inactive + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=email][disabled] + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=email].disabled + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=tel].inactive + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=tel][disabled] + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=tel].disabled + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=number].inactive + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=number][disabled] + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=number].disabled + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=date].inactive + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=date][disabled] + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=date].disabled + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=time].inactive + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=time][disabled] + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=time].disabled + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=url].inactive + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=url][disabled] + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=url].disabled + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form textarea.inactive + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form textarea[disabled] + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form textarea.disabled + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .multiselect_box.inactive + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .multiselect_box[disabled] + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .multiselect_box.disabled + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .input.inactive + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .input[disabled] + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .input.disabled + label, #global .section_dark .animated_form input[type=text].inactive + label, #global .section_dark .animated_form input[type=text][disabled] + label, #global .section_dark .animated_form input[type=text].disabled + label, #global .section_dark .animated_form input[type=password].inactive + label, #global .section_dark .animated_form input[type=password][disabled] + label, #global .section_dark .animated_form input[type=password].disabled + label, #global .section_dark .animated_form input[type=email].inactive + label, #global .section_dark .animated_form input[type=email][disabled] + label, #global .section_dark .animated_form input[type=email].disabled + label, #global .section_dark .animated_form input[type=tel].inactive + label, #global .section_dark .animated_form input[type=tel][disabled] + label, #global .section_dark .animated_form input[type=tel].disabled + label, #global .section_dark .animated_form input[type=number].inactive + label, #global .section_dark .animated_form input[type=number][disabled] + label, #global .section_dark .animated_form input[type=number].disabled + label, #global .section_dark .animated_form input[type=date].inactive + label, #global .section_dark .animated_form input[type=date][disabled] + label, #global .section_dark .animated_form input[type=date].disabled + label, #global .section_dark .animated_form input[type=time].inactive + label, #global .section_dark .animated_form input[type=time][disabled] + label, #global .section_dark .animated_form input[type=time].disabled + label, #global .section_dark .animated_form input[type=url].inactive + label, #global .section_dark .animated_form input[type=url][disabled] + label, #global .section_dark .animated_form input[type=url].disabled + label, #global .section_dark .animated_form textarea.inactive + label, #global .section_dark .animated_form textarea[disabled] + label, #global .section_dark .animated_form textarea.disabled + label, #global .section_dark .animated_form .multiselect_box.inactive + label, #global .section_dark .animated_form .multiselect_box[disabled] + label, #global .section_dark .animated_form .multiselect_box.disabled + label, #global .section_dark .animated_form .input.inactive + label, #global .section_dark .animated_form .input[disabled] + label, #global .section_dark .animated_form .input.disabled + label, #global .cms_section_dark .animated_form input[type=text].inactive + label, #global .cms_section_dark .animated_form input[type=text][disabled] + label, #global .cms_section_dark .animated_form input[type=text].disabled + label, #global .cms_section_dark .animated_form input[type=password].inactive + label, #global .cms_section_dark .animated_form input[type=password][disabled] + label, #global .cms_section_dark .animated_form input[type=password].disabled + label, #global .cms_section_dark .animated_form input[type=email].inactive + label, #global .cms_section_dark .animated_form input[type=email][disabled] + label, #global .cms_section_dark .animated_form input[type=email].disabled + label, #global .cms_section_dark .animated_form input[type=tel].inactive + label, #global .cms_section_dark .animated_form input[type=tel][disabled] + label, #global .cms_section_dark .animated_form input[type=tel].disabled + label, #global .cms_section_dark .animated_form input[type=number].inactive + label, #global .cms_section_dark .animated_form input[type=number][disabled] + label, #global .cms_section_dark .animated_form input[type=number].disabled + label, #global .cms_section_dark .animated_form input[type=date].inactive + label, #global .cms_section_dark .animated_form input[type=date][disabled] + label, #global .cms_section_dark .animated_form input[type=date].disabled + label, #global .cms_section_dark .animated_form input[type=time].inactive + label, #global .cms_section_dark .animated_form input[type=time][disabled] + label, #global .cms_section_dark .animated_form input[type=time].disabled + label, #global .cms_section_dark .animated_form input[type=url].inactive + label, #global .cms_section_dark .animated_form input[type=url][disabled] + label, #global .cms_section_dark .animated_form input[type=url].disabled + label, #global .cms_section_dark .animated_form textarea.inactive + label, #global .cms_section_dark .animated_form textarea[disabled] + label, #global .cms_section_dark .animated_form textarea.disabled + label, #global .cms_section_dark .animated_form .multiselect_box.inactive + label, #global .cms_section_dark .animated_form .multiselect_box[disabled] + label, #global .cms_section_dark .animated_form .multiselect_box.disabled + label, #global .cms_section_dark .animated_form .input.inactive + label, #global .cms_section_dark .animated_form .input[disabled] + label, #global .cms_section_dark .animated_form .input.disabled + label, #global .cms_section_dark_2 .animated_form input[type=text].inactive + label, #global .cms_section_dark_2 .animated_form input[type=text][disabled] + label, #global .cms_section_dark_2 .animated_form input[type=text].disabled + label, #global .cms_section_dark_2 .animated_form input[type=password].inactive + label, #global .cms_section_dark_2 .animated_form input[type=password][disabled] + label, #global .cms_section_dark_2 .animated_form input[type=password].disabled + label, #global .cms_section_dark_2 .animated_form input[type=email].inactive + label, #global .cms_section_dark_2 .animated_form input[type=email][disabled] + label, #global .cms_section_dark_2 .animated_form input[type=email].disabled + label, #global .cms_section_dark_2 .animated_form input[type=tel].inactive + label, #global .cms_section_dark_2 .animated_form input[type=tel][disabled] + label, #global .cms_section_dark_2 .animated_form input[type=tel].disabled + label, #global .cms_section_dark_2 .animated_form input[type=number].inactive + label, #global .cms_section_dark_2 .animated_form input[type=number][disabled] + label, #global .cms_section_dark_2 .animated_form input[type=number].disabled + label, #global .cms_section_dark_2 .animated_form input[type=date].inactive + label, #global .cms_section_dark_2 .animated_form input[type=date][disabled] + label, #global .cms_section_dark_2 .animated_form input[type=date].disabled + label, #global .cms_section_dark_2 .animated_form input[type=time].inactive + label, #global .cms_section_dark_2 .animated_form input[type=time][disabled] + label, #global .cms_section_dark_2 .animated_form input[type=time].disabled + label, #global .cms_section_dark_2 .animated_form input[type=url].inactive + label, #global .cms_section_dark_2 .animated_form input[type=url][disabled] + label, #global .cms_section_dark_2 .animated_form input[type=url].disabled + label, #global .cms_section_dark_2 .animated_form textarea.inactive + label, #global .cms_section_dark_2 .animated_form textarea[disabled] + label, #global .cms_section_dark_2 .animated_form textarea.disabled + label, #global .cms_section_dark_2 .animated_form .multiselect_box.inactive + label, #global .cms_section_dark_2 .animated_form .multiselect_box[disabled] + label, #global .cms_section_dark_2 .animated_form .multiselect_box.disabled + label, #global .cms_section_dark_2 .animated_form .input.inactive + label, #global .cms_section_dark_2 .animated_form .input[disabled] + label, #global .cms_section_dark_2 .animated_form .input.disabled + label, #global .section_filter.filter_dark .animated_form input[type=text].inactive + label, #global .section_filter.filter_dark .animated_form input[type=text][disabled] + label, #global .section_filter.filter_dark .animated_form input[type=text].disabled + label, #global .section_filter.filter_dark .animated_form input[type=password].inactive + label, #global .section_filter.filter_dark .animated_form input[type=password][disabled] + label, #global .section_filter.filter_dark .animated_form input[type=password].disabled + label, #global .section_filter.filter_dark .animated_form input[type=email].inactive + label, #global .section_filter.filter_dark .animated_form input[type=email][disabled] + label, #global .section_filter.filter_dark .animated_form input[type=email].disabled + label, #global .section_filter.filter_dark .animated_form input[type=tel].inactive + label, #global .section_filter.filter_dark .animated_form input[type=tel][disabled] + label, #global .section_filter.filter_dark .animated_form input[type=tel].disabled + label, #global .section_filter.filter_dark .animated_form input[type=number].inactive + label, #global .section_filter.filter_dark .animated_form input[type=number][disabled] + label, #global .section_filter.filter_dark .animated_form input[type=number].disabled + label, #global .section_filter.filter_dark .animated_form input[type=date].inactive + label, #global .section_filter.filter_dark .animated_form input[type=date][disabled] + label, #global .section_filter.filter_dark .animated_form input[type=date].disabled + label, #global .section_filter.filter_dark .animated_form input[type=time].inactive + label, #global .section_filter.filter_dark .animated_form input[type=time][disabled] + label, #global .section_filter.filter_dark .animated_form input[type=time].disabled + label, #global .section_filter.filter_dark .animated_form input[type=url].inactive + label, #global .section_filter.filter_dark .animated_form input[type=url][disabled] + label, #global .section_filter.filter_dark .animated_form input[type=url].disabled + label, #global .section_filter.filter_dark .animated_form textarea.inactive + label, #global .section_filter.filter_dark .animated_form textarea[disabled] + label, #global .section_filter.filter_dark .animated_form textarea.disabled + label, #global .section_filter.filter_dark .animated_form .multiselect_box.inactive + label, #global .section_filter.filter_dark .animated_form .multiselect_box[disabled] + label, #global .section_filter.filter_dark .animated_form .multiselect_box.disabled + label, #global .section_filter.filter_dark .animated_form .input.inactive + label, #global .section_filter.filter_dark .animated_form .input[disabled] + label, #global .section_filter.filter_dark .animated_form .input.disabled + label, #global section.section_accordion_form .accordion_form .animated_form input[type=text].inactive + label, #global section.section_accordion_form .accordion_form .animated_form input[type=text][disabled] + label, #global section.section_accordion_form .accordion_form .animated_form input[type=text].disabled + label, #global section.section_accordion_form .accordion_form .animated_form input[type=password].inactive + label, #global section.section_accordion_form .accordion_form .animated_form input[type=password][disabled] + label, #global section.section_accordion_form .accordion_form .animated_form input[type=password].disabled + label, #global section.section_accordion_form .accordion_form .animated_form input[type=email].inactive + label, #global section.section_accordion_form .accordion_form .animated_form input[type=email][disabled] + label, #global section.section_accordion_form .accordion_form .animated_form input[type=email].disabled + label, #global section.section_accordion_form .accordion_form .animated_form input[type=tel].inactive + label, #global section.section_accordion_form .accordion_form .animated_form input[type=tel][disabled] + label, #global section.section_accordion_form .accordion_form .animated_form input[type=tel].disabled + label, #global section.section_accordion_form .accordion_form .animated_form input[type=number].inactive + label, #global section.section_accordion_form .accordion_form .animated_form input[type=number][disabled] + label, #global section.section_accordion_form .accordion_form .animated_form input[type=number].disabled + label, #global section.section_accordion_form .accordion_form .animated_form input[type=date].inactive + label, #global section.section_accordion_form .accordion_form .animated_form input[type=date][disabled] + label, #global section.section_accordion_form .accordion_form .animated_form input[type=date].disabled + label, #global section.section_accordion_form .accordion_form .animated_form input[type=time].inactive + label, #global section.section_accordion_form .accordion_form .animated_form input[type=time][disabled] + label, #global section.section_accordion_form .accordion_form .animated_form input[type=time].disabled + label, #global section.section_accordion_form .accordion_form .animated_form input[type=url].inactive + label, #global section.section_accordion_form .accordion_form .animated_form input[type=url][disabled] + label, #global section.section_accordion_form .accordion_form .animated_form input[type=url].disabled + label, #global section.section_accordion_form .accordion_form .animated_form textarea.inactive + label, #global section.section_accordion_form .accordion_form .animated_form textarea[disabled] + label, #global section.section_accordion_form .accordion_form .animated_form textarea.disabled + label, #global section.section_accordion_form .accordion_form .animated_form .multiselect_box.inactive + label, #global section.section_accordion_form .accordion_form .animated_form .multiselect_box[disabled] + label, #global section.section_accordion_form .accordion_form .animated_form .multiselect_box.disabled + label, #global section.section_accordion_form .accordion_form .animated_form .input.inactive + label, #global section.section_accordion_form .accordion_form .animated_form .input[disabled] + label, #global section.section_accordion_form .accordion_form .animated_form .input.disabled + label, #global section.section_accordion_form .accordion_form .accordion_title .animated_form input[type=text].inactive + label, #global section.section_accordion_form .accordion_form .accordion_title .animated_form input[type=text][disabled] + label, #global section.section_accordion_form .accordion_form .accordion_title .animated_form input[type=text].disabled + label, #global section.section_accordion_form .accordion_form .accordion_title .animated_form input[type=password].inactive + label, #global section.section_accordion_form .accordion_form .accordion_title .animated_form input[type=password][disabled] + label, #global section.section_accordion_form .accordion_form .accordion_title .animated_form input[type=password].disabled + label, #global section.section_accordion_form .accordion_form .accordion_title .animated_form input[type=email].inactive + label, #global section.section_accordion_form .accordion_form .accordion_title .animated_form input[type=email][disabled] + label, #global section.section_accordion_form .accordion_form .accordion_title .animated_form input[type=email].disabled + label, #global section.section_accordion_form .accordion_form .accordion_title .animated_form input[type=tel].inactive + label, #global section.section_accordion_form .accordion_form .accordion_title .animated_form input[type=tel][disabled] + label, #global section.section_accordion_form .accordion_form .accordion_title .animated_form input[type=tel].disabled + label, #global section.section_accordion_form .accordion_form .accordion_title .animated_form input[type=number].inactive + label, #global section.section_accordion_form .accordion_form .accordion_title .animated_form input[type=number][disabled] + label, #global section.section_accordion_form .accordion_form .accordion_title .animated_form input[type=number].disabled + label, #global section.section_accordion_form .accordion_form .accordion_title .animated_form input[type=date].inactive + label, #global section.section_accordion_form .accordion_form .accordion_title .animated_form input[type=date][disabled] + label, #global section.section_accordion_form .accordion_form .accordion_title .animated_form input[type=date].disabled + label, #global section.section_accordion_form .accordion_form .accordion_title .animated_form input[type=time].inactive + label, #global section.section_accordion_form .accordion_form .accordion_title .animated_form input[type=time][disabled] + label, #global section.section_accordion_form .accordion_form .accordion_title .animated_form input[type=time].disabled + label, #global section.section_accordion_form .accordion_form .accordion_title .animated_form input[type=url].inactive + label, #global section.section_accordion_form .accordion_form .accordion_title .animated_form input[type=url][disabled] + label, #global section.section_accordion_form .accordion_form .accordion_title .animated_form input[type=url].disabled + label, #global section.section_accordion_form .accordion_form .accordion_title .animated_form textarea.inactive + label, #global section.section_accordion_form .accordion_form .accordion_title .animated_form textarea[disabled] + label, #global section.section_accordion_form .accordion_form .accordion_title .animated_form textarea.disabled + label, #global section.section_accordion_form .accordion_form .accordion_title .animated_form .multiselect_box.inactive + label, #global section.section_accordion_form .accordion_form .accordion_title .animated_form .multiselect_box[disabled] + label, #global section.section_accordion_form .accordion_form .accordion_title .animated_form .multiselect_box.disabled + label, #global section.section_accordion_form .accordion_form .accordion_title .animated_form .input.inactive + label, #global section.section_accordion_form .accordion_form .accordion_title .animated_form .input[disabled] + label, #global section.section_accordion_form .accordion_form .accordion_title .animated_form .input.disabled + label, #global aside.box:not(.aside_light) .animated_form input[type=text].inactive + label, #global aside.box:not(.aside_light) .animated_form input[type=text][disabled] + label, #global aside.box:not(.aside_light) .animated_form input[type=text].disabled + label, #global aside.box:not(.aside_light) .animated_form input[type=password].inactive + label, #global aside.box:not(.aside_light) .animated_form input[type=password][disabled] + label, #global aside.box:not(.aside_light) .animated_form input[type=password].disabled + label, #global aside.box:not(.aside_light) .animated_form input[type=email].inactive + label, #global aside.box:not(.aside_light) .animated_form input[type=email][disabled] + label, #global aside.box:not(.aside_light) .animated_form input[type=email].disabled + label, #global aside.box:not(.aside_light) .animated_form input[type=tel].inactive + label, #global aside.box:not(.aside_light) .animated_form input[type=tel][disabled] + label, #global aside.box:not(.aside_light) .animated_form input[type=tel].disabled + label, #global aside.box:not(.aside_light) .animated_form input[type=number].inactive + label, #global aside.box:not(.aside_light) .animated_form input[type=number][disabled] + label, #global aside.box:not(.aside_light) .animated_form input[type=number].disabled + label, #global aside.box:not(.aside_light) .animated_form input[type=date].inactive + label, #global aside.box:not(.aside_light) .animated_form input[type=date][disabled] + label, #global aside.box:not(.aside_light) .animated_form input[type=date].disabled + label, #global aside.box:not(.aside_light) .animated_form input[type=time].inactive + label, #global aside.box:not(.aside_light) .animated_form input[type=time][disabled] + label, #global aside.box:not(.aside_light) .animated_form input[type=time].disabled + label, #global aside.box:not(.aside_light) .animated_form input[type=url].inactive + label, #global aside.box:not(.aside_light) .animated_form input[type=url][disabled] + label, #global aside.box:not(.aside_light) .animated_form input[type=url].disabled + label, #global aside.box:not(.aside_light) .animated_form textarea.inactive + label, #global aside.box:not(.aside_light) .animated_form textarea[disabled] + label, #global aside.box:not(.aside_light) .animated_form textarea.disabled + label, #global aside.box:not(.aside_light) .animated_form .multiselect_box.inactive + label, #global aside.box:not(.aside_light) .animated_form .multiselect_box[disabled] + label, #global aside.box:not(.aside_light) .animated_form .multiselect_box.disabled + label, #global aside.box:not(.aside_light) .animated_form .input.inactive + label, #global aside.box:not(.aside_light) .animated_form .input[disabled] + label, #global aside.box:not(.aside_light) .animated_form .input.disabled + label, footer .animated_form input[type=text].inactive + label, footer .animated_form input[type=text][disabled] + label, footer .animated_form input[type=text].disabled + label, footer .animated_form input[type=password].inactive + label, footer .animated_form input[type=password][disabled] + label, footer .animated_form input[type=password].disabled + label, footer .animated_form input[type=email].inactive + label, footer .animated_form input[type=email][disabled] + label, footer .animated_form input[type=email].disabled + label, footer .animated_form input[type=tel].inactive + label, footer .animated_form input[type=tel][disabled] + label, footer .animated_form input[type=tel].disabled + label, footer .animated_form input[type=number].inactive + label, footer .animated_form input[type=number][disabled] + label, footer .animated_form input[type=number].disabled + label, footer .animated_form input[type=date].inactive + label, footer .animated_form input[type=date][disabled] + label, footer .animated_form input[type=date].disabled + label, footer .animated_form input[type=time].inactive + label, footer .animated_form input[type=time][disabled] + label, footer .animated_form input[type=time].disabled + label, footer .animated_form input[type=url].inactive + label, footer .animated_form input[type=url][disabled] + label, footer .animated_form input[type=url].disabled + label, footer .animated_form textarea.inactive + label, footer .animated_form textarea[disabled] + label, footer .animated_form textarea.disabled + label, footer .animated_form .multiselect_box.inactive + label, footer .animated_form .multiselect_box[disabled] + label, footer .animated_form .multiselect_box.disabled + label, footer .animated_form .input.inactive + label, footer .animated_form .input[disabled] + label, footer .animated_form .input.disabled + label {
  color: #1a1a1a;
  cursor: default;
  background: #FFFFFF;
}
section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .errorinput, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .errorinput:focus, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .errorinput.focus, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .errorinput:hover, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .errorinput.hover, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .error input, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .error input:focus, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .error input.focus, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .error input:hover, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .error input.hover, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .error textarea, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .error textarea:focus, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .error textarea.focus, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .error textarea:hover, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .error textarea.hover, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .error .multiselect_box, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .error .multiselect_box:focus, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .error .multiselect_box.focus, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .error .multiselect_box:hover, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .error .multiselect_box.hover, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .error input:not(:checked) + .cb_input, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .error input:not(:checked) + .cb_input:focus, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .error input:not(:checked) + .cb_input.focus, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .error input:not(:checked) + .cb_input:hover, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .error input:not(:checked) + .cb_input.hover, #global .section_dark .animated_form .errorinput, #global .section_dark .animated_form .errorinput:focus, #global .section_dark .animated_form .errorinput.focus, #global .section_dark .animated_form .errorinput:hover, #global .section_dark .animated_form .errorinput.hover, #global .section_dark .animated_form .error input, #global .section_dark .animated_form .error input:focus, #global .section_dark .animated_form .error input.focus, #global .section_dark .animated_form .error input:hover, #global .section_dark .animated_form .error input.hover, #global .section_dark .animated_form .error textarea, #global .section_dark .animated_form .error textarea:focus, #global .section_dark .animated_form .error textarea.focus, #global .section_dark .animated_form .error textarea:hover, #global .section_dark .animated_form .error textarea.hover, #global .section_dark .animated_form .error .multiselect_box, #global .section_dark .animated_form .error .multiselect_box:focus, #global .section_dark .animated_form .error .multiselect_box.focus, #global .section_dark .animated_form .error .multiselect_box:hover, #global .section_dark .animated_form .error .multiselect_box.hover, #global .section_dark .animated_form .error input:not(:checked) + .cb_input, #global .section_dark .animated_form .error input:not(:checked) + .cb_input:focus, #global .section_dark .animated_form .error input:not(:checked) + .cb_input.focus, #global .section_dark .animated_form .error input:not(:checked) + .cb_input:hover, #global .section_dark .animated_form .error input:not(:checked) + .cb_input.hover, #global .cms_section_dark .animated_form .errorinput, #global .cms_section_dark .animated_form .errorinput:focus, #global .cms_section_dark .animated_form .errorinput.focus, #global .cms_section_dark .animated_form .errorinput:hover, #global .cms_section_dark .animated_form .errorinput.hover, #global .cms_section_dark .animated_form .error input, #global .cms_section_dark .animated_form .error input:focus, #global .cms_section_dark .animated_form .error input.focus, #global .cms_section_dark .animated_form .error input:hover, #global .cms_section_dark .animated_form .error input.hover, #global .cms_section_dark .animated_form .error textarea, #global .cms_section_dark .animated_form .error textarea:focus, #global .cms_section_dark .animated_form .error textarea.focus, #global .cms_section_dark .animated_form .error textarea:hover, #global .cms_section_dark .animated_form .error textarea.hover, #global .cms_section_dark .animated_form .error .multiselect_box, #global .cms_section_dark .animated_form .error .multiselect_box:focus, #global .cms_section_dark .animated_form .error .multiselect_box.focus, #global .cms_section_dark .animated_form .error .multiselect_box:hover, #global .cms_section_dark .animated_form .error .multiselect_box.hover, #global .cms_section_dark .animated_form .error input:not(:checked) + .cb_input, #global .cms_section_dark .animated_form .error input:not(:checked) + .cb_input:focus, #global .cms_section_dark .animated_form .error input:not(:checked) + .cb_input.focus, #global .cms_section_dark .animated_form .error input:not(:checked) + .cb_input:hover, #global .cms_section_dark .animated_form .error input:not(:checked) + .cb_input.hover, #global .cms_section_dark_2 .animated_form .errorinput, #global .cms_section_dark_2 .animated_form .errorinput:focus, #global .cms_section_dark_2 .animated_form .errorinput.focus, #global .cms_section_dark_2 .animated_form .errorinput:hover, #global .cms_section_dark_2 .animated_form .errorinput.hover, #global .cms_section_dark_2 .animated_form .error input, #global .cms_section_dark_2 .animated_form .error input:focus, #global .cms_section_dark_2 .animated_form .error input.focus, #global .cms_section_dark_2 .animated_form .error input:hover, #global .cms_section_dark_2 .animated_form .error input.hover, #global .cms_section_dark_2 .animated_form .error textarea, #global .cms_section_dark_2 .animated_form .error textarea:focus, #global .cms_section_dark_2 .animated_form .error textarea.focus, #global .cms_section_dark_2 .animated_form .error textarea:hover, #global .cms_section_dark_2 .animated_form .error textarea.hover, #global .cms_section_dark_2 .animated_form .error .multiselect_box, #global .cms_section_dark_2 .animated_form .error .multiselect_box:focus, #global .cms_section_dark_2 .animated_form .error .multiselect_box.focus, #global .cms_section_dark_2 .animated_form .error .multiselect_box:hover, #global .cms_section_dark_2 .animated_form .error .multiselect_box.hover, #global .cms_section_dark_2 .animated_form .error input:not(:checked) + .cb_input, #global .cms_section_dark_2 .animated_form .error input:not(:checked) + .cb_input:focus, #global .cms_section_dark_2 .animated_form .error input:not(:checked) + .cb_input.focus, #global .cms_section_dark_2 .animated_form .error input:not(:checked) + .cb_input:hover, #global .cms_section_dark_2 .animated_form .error input:not(:checked) + .cb_input.hover, #global .section_filter.filter_dark .animated_form .errorinput, #global .section_filter.filter_dark .animated_form .errorinput:focus, #global .section_filter.filter_dark .animated_form .errorinput.focus, #global .section_filter.filter_dark .animated_form .errorinput:hover, #global .section_filter.filter_dark .animated_form .errorinput.hover, #global .section_filter.filter_dark .animated_form .error input, #global .section_filter.filter_dark .animated_form .error input:focus, #global .section_filter.filter_dark .animated_form .error input.focus, #global .section_filter.filter_dark .animated_form .error input:hover, #global .section_filter.filter_dark .animated_form .error input.hover, #global .section_filter.filter_dark .animated_form .error textarea, #global .section_filter.filter_dark .animated_form .error textarea:focus, #global .section_filter.filter_dark .animated_form .error textarea.focus, #global .section_filter.filter_dark .animated_form .error textarea:hover, #global .section_filter.filter_dark .animated_form .error textarea.hover, #global .section_filter.filter_dark .animated_form .error .multiselect_box, #global .section_filter.filter_dark .animated_form .error .multiselect_box:focus, #global .section_filter.filter_dark .animated_form .error .multiselect_box.focus, #global .section_filter.filter_dark .animated_form .error .multiselect_box:hover, #global .section_filter.filter_dark .animated_form .error .multiselect_box.hover, #global .section_filter.filter_dark .animated_form .error input:not(:checked) + .cb_input, #global .section_filter.filter_dark .animated_form .error input:not(:checked) + .cb_input:focus, #global .section_filter.filter_dark .animated_form .error input:not(:checked) + .cb_input.focus, #global .section_filter.filter_dark .animated_form .error input:not(:checked) + .cb_input:hover, #global .section_filter.filter_dark .animated_form .error input:not(:checked) + .cb_input.hover, #global section.section_accordion_form .accordion_form .animated_form .errorinput, #global section.section_accordion_form .accordion_form .animated_form .errorinput:focus, #global section.section_accordion_form .accordion_form .animated_form .errorinput.focus, #global section.section_accordion_form .accordion_form .animated_form .errorinput:hover, #global section.section_accordion_form .accordion_form .animated_form .errorinput.hover, #global section.section_accordion_form .accordion_form .animated_form .error input, #global section.section_accordion_form .accordion_form .animated_form .error input:focus, #global section.section_accordion_form .accordion_form .animated_form .error input.focus, #global section.section_accordion_form .accordion_form .animated_form .error input:hover, #global section.section_accordion_form .accordion_form .animated_form .error input.hover, #global section.section_accordion_form .accordion_form .animated_form .error textarea, #global section.section_accordion_form .accordion_form .animated_form .error textarea:focus, #global section.section_accordion_form .accordion_form .animated_form .error textarea.focus, #global section.section_accordion_form .accordion_form .animated_form .error textarea:hover, #global section.section_accordion_form .accordion_form .animated_form .error textarea.hover, #global section.section_accordion_form .accordion_form .animated_form .error .multiselect_box, #global section.section_accordion_form .accordion_form .animated_form .error .multiselect_box:focus, #global section.section_accordion_form .accordion_form .animated_form .error .multiselect_box.focus, #global section.section_accordion_form .accordion_form .animated_form .error .multiselect_box:hover, #global section.section_accordion_form .accordion_form .animated_form .error .multiselect_box.hover, #global section.section_accordion_form .accordion_form .animated_form .error input:not(:checked) + .cb_input, #global section.section_accordion_form .accordion_form .animated_form .error input:not(:checked) + .cb_input:focus, #global section.section_accordion_form .accordion_form .animated_form .error input:not(:checked) + .cb_input.focus, #global section.section_accordion_form .accordion_form .animated_form .error input:not(:checked) + .cb_input:hover, #global section.section_accordion_form .accordion_form .animated_form .error input:not(:checked) + .cb_input.hover, #global section.section_accordion_form .accordion_form .accordion_title .animated_form .errorinput, #global section.section_accordion_form .accordion_form .accordion_title .animated_form .errorinput:focus, #global section.section_accordion_form .accordion_form .accordion_title .animated_form .errorinput.focus, #global section.section_accordion_form .accordion_form .accordion_title .animated_form .errorinput:hover, #global section.section_accordion_form .accordion_form .accordion_title .animated_form .errorinput.hover, #global section.section_accordion_form .accordion_form .accordion_title .animated_form .error input, #global section.section_accordion_form .accordion_form .accordion_title .animated_form .error input:focus, #global section.section_accordion_form .accordion_form .accordion_title .animated_form .error input.focus, #global section.section_accordion_form .accordion_form .accordion_title .animated_form .error input:hover, #global section.section_accordion_form .accordion_form .accordion_title .animated_form .error input.hover, #global section.section_accordion_form .accordion_form .accordion_title .animated_form .error textarea, #global section.section_accordion_form .accordion_form .accordion_title .animated_form .error textarea:focus, #global section.section_accordion_form .accordion_form .accordion_title .animated_form .error textarea.focus, #global section.section_accordion_form .accordion_form .accordion_title .animated_form .error textarea:hover, #global section.section_accordion_form .accordion_form .accordion_title .animated_form .error textarea.hover, #global section.section_accordion_form .accordion_form .accordion_title .animated_form .error .multiselect_box, #global section.section_accordion_form .accordion_form .accordion_title .animated_form .error .multiselect_box:focus, #global section.section_accordion_form .accordion_form .accordion_title .animated_form .error .multiselect_box.focus, #global section.section_accordion_form .accordion_form .accordion_title .animated_form .error .multiselect_box:hover, #global section.section_accordion_form .accordion_form .accordion_title .animated_form .error .multiselect_box.hover, #global section.section_accordion_form .accordion_form .accordion_title .animated_form .error input:not(:checked) + .cb_input, #global section.section_accordion_form .accordion_form .accordion_title .animated_form .error input:not(:checked) + .cb_input:focus, #global section.section_accordion_form .accordion_form .accordion_title .animated_form .error input:not(:checked) + .cb_input.focus, #global section.section_accordion_form .accordion_form .accordion_title .animated_form .error input:not(:checked) + .cb_input:hover, #global section.section_accordion_form .accordion_form .accordion_title .animated_form .error input:not(:checked) + .cb_input.hover, #global aside.box:not(.aside_light) .animated_form .errorinput, #global aside.box:not(.aside_light) .animated_form .errorinput:focus, #global aside.box:not(.aside_light) .animated_form .errorinput.focus, #global aside.box:not(.aside_light) .animated_form .errorinput:hover, #global aside.box:not(.aside_light) .animated_form .errorinput.hover, #global aside.box:not(.aside_light) .animated_form .error input, #global aside.box:not(.aside_light) .animated_form .error input:focus, #global aside.box:not(.aside_light) .animated_form .error input.focus, #global aside.box:not(.aside_light) .animated_form .error input:hover, #global aside.box:not(.aside_light) .animated_form .error input.hover, #global aside.box:not(.aside_light) .animated_form .error textarea, #global aside.box:not(.aside_light) .animated_form .error textarea:focus, #global aside.box:not(.aside_light) .animated_form .error textarea.focus, #global aside.box:not(.aside_light) .animated_form .error textarea:hover, #global aside.box:not(.aside_light) .animated_form .error textarea.hover, #global aside.box:not(.aside_light) .animated_form .error .multiselect_box, #global aside.box:not(.aside_light) .animated_form .error .multiselect_box:focus, #global aside.box:not(.aside_light) .animated_form .error .multiselect_box.focus, #global aside.box:not(.aside_light) .animated_form .error .multiselect_box:hover, #global aside.box:not(.aside_light) .animated_form .error .multiselect_box.hover, #global aside.box:not(.aside_light) .animated_form .error input:not(:checked) + .cb_input, #global aside.box:not(.aside_light) .animated_form .error input:not(:checked) + .cb_input:focus, #global aside.box:not(.aside_light) .animated_form .error input:not(:checked) + .cb_input.focus, #global aside.box:not(.aside_light) .animated_form .error input:not(:checked) + .cb_input:hover, #global aside.box:not(.aside_light) .animated_form .error input:not(:checked) + .cb_input.hover, footer .animated_form .errorinput, footer .animated_form .errorinput:focus, footer .animated_form .errorinput.focus, footer .animated_form .errorinput:hover, footer .animated_form .errorinput.hover, footer .animated_form .error input, footer .animated_form .error input:focus, footer .animated_form .error input.focus, footer .animated_form .error input:hover, footer .animated_form .error input.hover, footer .animated_form .error textarea, footer .animated_form .error textarea:focus, footer .animated_form .error textarea.focus, footer .animated_form .error textarea:hover, footer .animated_form .error textarea.hover, footer .animated_form .error .multiselect_box, footer .animated_form .error .multiselect_box:focus, footer .animated_form .error .multiselect_box.focus, footer .animated_form .error .multiselect_box:hover, footer .animated_form .error .multiselect_box.hover, footer .animated_form .error input:not(:checked) + .cb_input, footer .animated_form .error input:not(:checked) + .cb_input:focus, footer .animated_form .error input:not(:checked) + .cb_input.focus, footer .animated_form .error input:not(:checked) + .cb_input:hover, footer .animated_form .error input:not(:checked) + .cb_input.hover {
  background: #FFFFFF;
  color: #eb0037;
  border-color: #eb0037;
}
section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .errorinput + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .errorinput:hover + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .errorinput:focus:focus + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .error input + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .error input:hover + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .error input:focus:focus + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .error textarea + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .error textarea:hover + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .error textarea:focus:focus + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .error .multiselect_box + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .error .multiselect_box:hover + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .error .multiselect_box:focus:focus + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .error input:not(:checked) + .cb_input + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .error input:not(:checked) + .cb_input:hover + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .error input:not(:checked) + .cb_input:focus:focus + label, #global .section_dark .animated_form .errorinput + label, #global .section_dark .animated_form .errorinput:hover + label, #global .section_dark .animated_form .errorinput:focus:focus + label, #global .section_dark .animated_form .error input + label, #global .section_dark .animated_form .error input:hover + label, #global .section_dark .animated_form .error input:focus:focus + label, #global .section_dark .animated_form .error textarea + label, #global .section_dark .animated_form .error textarea:hover + label, #global .section_dark .animated_form .error textarea:focus:focus + label, #global .section_dark .animated_form .error .multiselect_box + label, #global .section_dark .animated_form .error .multiselect_box:hover + label, #global .section_dark .animated_form .error .multiselect_box:focus:focus + label, #global .section_dark .animated_form .error input:not(:checked) + .cb_input + label, #global .section_dark .animated_form .error input:not(:checked) + .cb_input:hover + label, #global .section_dark .animated_form .error input:not(:checked) + .cb_input:focus:focus + label, #global .cms_section_dark .animated_form .errorinput + label, #global .cms_section_dark .animated_form .errorinput:hover + label, #global .cms_section_dark .animated_form .errorinput:focus:focus + label, #global .cms_section_dark .animated_form .error input + label, #global .cms_section_dark .animated_form .error input:hover + label, #global .cms_section_dark .animated_form .error input:focus:focus + label, #global .cms_section_dark .animated_form .error textarea + label, #global .cms_section_dark .animated_form .error textarea:hover + label, #global .cms_section_dark .animated_form .error textarea:focus:focus + label, #global .cms_section_dark .animated_form .error .multiselect_box + label, #global .cms_section_dark .animated_form .error .multiselect_box:hover + label, #global .cms_section_dark .animated_form .error .multiselect_box:focus:focus + label, #global .cms_section_dark .animated_form .error input:not(:checked) + .cb_input + label, #global .cms_section_dark .animated_form .error input:not(:checked) + .cb_input:hover + label, #global .cms_section_dark .animated_form .error input:not(:checked) + .cb_input:focus:focus + label, #global .cms_section_dark_2 .animated_form .errorinput + label, #global .cms_section_dark_2 .animated_form .errorinput:hover + label, #global .cms_section_dark_2 .animated_form .errorinput:focus:focus + label, #global .cms_section_dark_2 .animated_form .error input + label, #global .cms_section_dark_2 .animated_form .error input:hover + label, #global .cms_section_dark_2 .animated_form .error input:focus:focus + label, #global .cms_section_dark_2 .animated_form .error textarea + label, #global .cms_section_dark_2 .animated_form .error textarea:hover + label, #global .cms_section_dark_2 .animated_form .error textarea:focus:focus + label, #global .cms_section_dark_2 .animated_form .error .multiselect_box + label, #global .cms_section_dark_2 .animated_form .error .multiselect_box:hover + label, #global .cms_section_dark_2 .animated_form .error .multiselect_box:focus:focus + label, #global .cms_section_dark_2 .animated_form .error input:not(:checked) + .cb_input + label, #global .cms_section_dark_2 .animated_form .error input:not(:checked) + .cb_input:hover + label, #global .cms_section_dark_2 .animated_form .error input:not(:checked) + .cb_input:focus:focus + label, #global .section_filter.filter_dark .animated_form .errorinput + label, #global .section_filter.filter_dark .animated_form .errorinput:hover + label, #global .section_filter.filter_dark .animated_form .errorinput:focus:focus + label, #global .section_filter.filter_dark .animated_form .error input + label, #global .section_filter.filter_dark .animated_form .error input:hover + label, #global .section_filter.filter_dark .animated_form .error input:focus:focus + label, #global .section_filter.filter_dark .animated_form .error textarea + label, #global .section_filter.filter_dark .animated_form .error textarea:hover + label, #global .section_filter.filter_dark .animated_form .error textarea:focus:focus + label, #global .section_filter.filter_dark .animated_form .error .multiselect_box + label, #global .section_filter.filter_dark .animated_form .error .multiselect_box:hover + label, #global .section_filter.filter_dark .animated_form .error .multiselect_box:focus:focus + label, #global .section_filter.filter_dark .animated_form .error input:not(:checked) + .cb_input + label, #global .section_filter.filter_dark .animated_form .error input:not(:checked) + .cb_input:hover + label, #global .section_filter.filter_dark .animated_form .error input:not(:checked) + .cb_input:focus:focus + label, #global section.section_accordion_form .accordion_form .animated_form .errorinput + label, #global section.section_accordion_form .accordion_form .animated_form .errorinput:hover + label, #global section.section_accordion_form .accordion_form .animated_form .errorinput:focus:focus + label, #global section.section_accordion_form .accordion_form .animated_form .error input + label, #global section.section_accordion_form .accordion_form .animated_form .error input:hover + label, #global section.section_accordion_form .accordion_form .animated_form .error input:focus:focus + label, #global section.section_accordion_form .accordion_form .animated_form .error textarea + label, #global section.section_accordion_form .accordion_form .animated_form .error textarea:hover + label, #global section.section_accordion_form .accordion_form .animated_form .error textarea:focus:focus + label, #global section.section_accordion_form .accordion_form .animated_form .error .multiselect_box + label, #global section.section_accordion_form .accordion_form .animated_form .error .multiselect_box:hover + label, #global section.section_accordion_form .accordion_form .animated_form .error .multiselect_box:focus:focus + label, #global section.section_accordion_form .accordion_form .animated_form .error input:not(:checked) + .cb_input + label, #global section.section_accordion_form .accordion_form .animated_form .error input:not(:checked) + .cb_input:hover + label, #global section.section_accordion_form .accordion_form .animated_form .error input:not(:checked) + .cb_input:focus:focus + label, #global section.section_accordion_form .accordion_form .accordion_title .animated_form .errorinput + label, #global section.section_accordion_form .accordion_form .accordion_title .animated_form .errorinput:hover + label, #global section.section_accordion_form .accordion_form .accordion_title .animated_form .errorinput:focus:focus + label, #global section.section_accordion_form .accordion_form .accordion_title .animated_form .error input + label, #global section.section_accordion_form .accordion_form .accordion_title .animated_form .error input:hover + label, #global section.section_accordion_form .accordion_form .accordion_title .animated_form .error input:focus:focus + label, #global section.section_accordion_form .accordion_form .accordion_title .animated_form .error textarea + label, #global section.section_accordion_form .accordion_form .accordion_title .animated_form .error textarea:hover + label, #global section.section_accordion_form .accordion_form .accordion_title .animated_form .error textarea:focus:focus + label, #global section.section_accordion_form .accordion_form .accordion_title .animated_form .error .multiselect_box + label, #global section.section_accordion_form .accordion_form .accordion_title .animated_form .error .multiselect_box:hover + label, #global section.section_accordion_form .accordion_form .accordion_title .animated_form .error .multiselect_box:focus:focus + label, #global section.section_accordion_form .accordion_form .accordion_title .animated_form .error input:not(:checked) + .cb_input + label, #global section.section_accordion_form .accordion_form .accordion_title .animated_form .error input:not(:checked) + .cb_input:hover + label, #global section.section_accordion_form .accordion_form .accordion_title .animated_form .error input:not(:checked) + .cb_input:focus:focus + label, #global aside.box:not(.aside_light) .animated_form .errorinput + label, #global aside.box:not(.aside_light) .animated_form .errorinput:hover + label, #global aside.box:not(.aside_light) .animated_form .errorinput:focus:focus + label, #global aside.box:not(.aside_light) .animated_form .error input + label, #global aside.box:not(.aside_light) .animated_form .error input:hover + label, #global aside.box:not(.aside_light) .animated_form .error input:focus:focus + label, #global aside.box:not(.aside_light) .animated_form .error textarea + label, #global aside.box:not(.aside_light) .animated_form .error textarea:hover + label, #global aside.box:not(.aside_light) .animated_form .error textarea:focus:focus + label, #global aside.box:not(.aside_light) .animated_form .error .multiselect_box + label, #global aside.box:not(.aside_light) .animated_form .error .multiselect_box:hover + label, #global aside.box:not(.aside_light) .animated_form .error .multiselect_box:focus:focus + label, #global aside.box:not(.aside_light) .animated_form .error input:not(:checked) + .cb_input + label, #global aside.box:not(.aside_light) .animated_form .error input:not(:checked) + .cb_input:hover + label, #global aside.box:not(.aside_light) .animated_form .error input:not(:checked) + .cb_input:focus:focus + label, footer .animated_form .errorinput + label, footer .animated_form .errorinput:hover + label, footer .animated_form .errorinput:focus:focus + label, footer .animated_form .error input + label, footer .animated_form .error input:hover + label, footer .animated_form .error input:focus:focus + label, footer .animated_form .error textarea + label, footer .animated_form .error textarea:hover + label, footer .animated_form .error textarea:focus:focus + label, footer .animated_form .error .multiselect_box + label, footer .animated_form .error .multiselect_box:hover + label, footer .animated_form .error .multiselect_box:focus:focus + label, footer .animated_form .error input:not(:checked) + .cb_input + label, footer .animated_form .error input:not(:checked) + .cb_input:hover + label, footer .animated_form .error input:not(:checked) + .cb_input:focus:focus + label {
  color: #eb0037;
  background: #FFFFFF;
}
section:nth-of-type(2n+1):not(.cms_section_light) .select_box .select_item .label_text:hover, #global .section_dark .select_box .select_item .label_text:hover, #global .cms_section_dark .select_box .select_item .label_text:hover, #global .cms_section_dark_2 .select_box .select_item .label_text:hover, #global .section_filter.filter_dark .select_box .select_item .label_text:hover, #global section.section_accordion_form .accordion_form .select_box .select_item .label_text:hover, #global section.section_accordion_form .accordion_form .accordion_title .select_box .select_item .label_text:hover, #global aside.box:not(.aside_light) .select_box .select_item .label_text:hover, footer .select_box .select_item .label_text:hover {
  background-color: #005681;
  color: #FFFFFF;
}
section:nth-of-type(2n+1):not(.cms_section_light) .select_box .select_item input:checked + .cb_input + .label_text, section:nth-of-type(2n+1):not(.cms_section_light) .select_box .select_item input:checked + .label_text, #global .section_dark .select_box .select_item input:checked + .cb_input + .label_text, #global .section_dark .select_box .select_item input:checked + .label_text, #global .cms_section_dark .select_box .select_item input:checked + .cb_input + .label_text, #global .cms_section_dark .select_box .select_item input:checked + .label_text, #global .cms_section_dark_2 .select_box .select_item input:checked + .cb_input + .label_text, #global .cms_section_dark_2 .select_box .select_item input:checked + .label_text, #global .section_filter.filter_dark .select_box .select_item input:checked + .cb_input + .label_text, #global .section_filter.filter_dark .select_box .select_item input:checked + .label_text, #global section.section_accordion_form .accordion_form .select_box .select_item input:checked + .cb_input + .label_text, #global section.section_accordion_form .accordion_form .select_box .select_item input:checked + .label_text, #global section.section_accordion_form .accordion_form .accordion_title .select_box .select_item input:checked + .cb_input + .label_text, #global section.section_accordion_form .accordion_form .accordion_title .select_box .select_item input:checked + .label_text, #global aside.box:not(.aside_light) .select_box .select_item input:checked + .cb_input + .label_text, #global aside.box:not(.aside_light) .select_box .select_item input:checked + .label_text, footer .select_box .select_item input:checked + .cb_input + .label_text, footer .select_box .select_item input:checked + .label_text {
  background-color: #005681;
  color: #FFFFFF;
}
section:nth-of-type(2n+1):not(.cms_section_light) .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) select option[value=""], #global .section_dark .placeholder, #global .section_dark select option[value=""], #global .cms_section_dark .placeholder, #global .cms_section_dark select option[value=""], #global .cms_section_dark_2 .placeholder, #global .cms_section_dark_2 select option[value=""], #global .section_filter.filter_dark .placeholder, #global .section_filter.filter_dark select option[value=""], #global section.section_accordion_form .accordion_form .placeholder, #global section.section_accordion_form .accordion_form select option[value=""], #global section.section_accordion_form .accordion_form .accordion_title .placeholder, #global section.section_accordion_form .accordion_form .accordion_title select option[value=""], #global aside.box:not(.aside_light) .placeholder, #global aside.box:not(.aside_light) select option[value=""], footer .placeholder, footer select option[value=""] {
  color: #262626;
}
section:nth-of-type(2n+1):not(.cms_section_light) .checkbox input + .cb_input, #global .section_dark .checkbox input + .cb_input, #global .cms_section_dark .checkbox input + .cb_input, #global .cms_section_dark_2 .checkbox input + .cb_input, #global .section_filter.filter_dark .checkbox input + .cb_input, #global section.section_accordion_form .accordion_form .checkbox input + .cb_input, #global section.section_accordion_form .accordion_form .accordion_title .checkbox input + .cb_input, #global aside.box:not(.aside_light) .checkbox input + .cb_input, footer .checkbox input + .cb_input {
  border-color: #757575;
  background: #FFFFFF;
}
section:nth-of-type(2n+1):not(.cms_section_light) .checkbox input[disabled] + .cb_input, section:nth-of-type(2n+1):not(.cms_section_light) .checkbox input.inactive + .cb_input, section:nth-of-type(2n+1):not(.cms_section_light) .checkbox input.disabled + .cb_input, #global .section_dark .checkbox input[disabled] + .cb_input, #global .section_dark .checkbox input.inactive + .cb_input, #global .section_dark .checkbox input.disabled + .cb_input, #global .cms_section_dark .checkbox input[disabled] + .cb_input, #global .cms_section_dark .checkbox input.inactive + .cb_input, #global .cms_section_dark .checkbox input.disabled + .cb_input, #global .cms_section_dark_2 .checkbox input[disabled] + .cb_input, #global .cms_section_dark_2 .checkbox input.inactive + .cb_input, #global .cms_section_dark_2 .checkbox input.disabled + .cb_input, #global .section_filter.filter_dark .checkbox input[disabled] + .cb_input, #global .section_filter.filter_dark .checkbox input.inactive + .cb_input, #global .section_filter.filter_dark .checkbox input.disabled + .cb_input, #global section.section_accordion_form .accordion_form .checkbox input[disabled] + .cb_input, #global section.section_accordion_form .accordion_form .checkbox input.inactive + .cb_input, #global section.section_accordion_form .accordion_form .checkbox input.disabled + .cb_input, #global section.section_accordion_form .accordion_form .accordion_title .checkbox input[disabled] + .cb_input, #global section.section_accordion_form .accordion_form .accordion_title .checkbox input.inactive + .cb_input, #global section.section_accordion_form .accordion_form .accordion_title .checkbox input.disabled + .cb_input, #global aside.box:not(.aside_light) .checkbox input[disabled] + .cb_input, #global aside.box:not(.aside_light) .checkbox input.inactive + .cb_input, #global aside.box:not(.aside_light) .checkbox input.disabled + .cb_input, footer .checkbox input[disabled] + .cb_input, footer .checkbox input.inactive + .cb_input, footer .checkbox input.disabled + .cb_input {
  background: #FFFFFF;
  border-color: #828282;
}
section:nth-of-type(2n+1):not(.cms_section_light) .checkbox input:focus + .cb_input, section:nth-of-type(2n+1):not(.cms_section_light) .checkbox input:hover + .cb_input, #global .section_dark .checkbox input:focus + .cb_input, #global .section_dark .checkbox input:hover + .cb_input, #global .cms_section_dark .checkbox input:focus + .cb_input, #global .cms_section_dark .checkbox input:hover + .cb_input, #global .cms_section_dark_2 .checkbox input:focus + .cb_input, #global .cms_section_dark_2 .checkbox input:hover + .cb_input, #global .section_filter.filter_dark .checkbox input:focus + .cb_input, #global .section_filter.filter_dark .checkbox input:hover + .cb_input, #global section.section_accordion_form .accordion_form .checkbox input:focus + .cb_input, #global section.section_accordion_form .accordion_form .checkbox input:hover + .cb_input, #global section.section_accordion_form .accordion_form .accordion_title .checkbox input:focus + .cb_input, #global section.section_accordion_form .accordion_form .accordion_title .checkbox input:hover + .cb_input, #global aside.box:not(.aside_light) .checkbox input:focus + .cb_input, #global aside.box:not(.aside_light) .checkbox input:hover + .cb_input, footer .checkbox input:focus + .cb_input, footer .checkbox input:hover + .cb_input {
  background: #FFFFFF;
  border-color: #757575;
}
section:nth-of-type(2n+1):not(.cms_section_light) .checkbox input:checked + .cb_input, section:nth-of-type(2n+1):not(.cms_section_light) .checkbox input.checked + .cb_input, section:nth-of-type(2n+1):not(.cms_section_light) .checkbox input.partially + .cb_input, #global .section_dark .checkbox input:checked + .cb_input, #global .section_dark .checkbox input.checked + .cb_input, #global .section_dark .checkbox input.partially + .cb_input, #global .cms_section_dark .checkbox input:checked + .cb_input, #global .cms_section_dark .checkbox input.checked + .cb_input, #global .cms_section_dark .checkbox input.partially + .cb_input, #global .cms_section_dark_2 .checkbox input:checked + .cb_input, #global .cms_section_dark_2 .checkbox input.checked + .cb_input, #global .cms_section_dark_2 .checkbox input.partially + .cb_input, #global .section_filter.filter_dark .checkbox input:checked + .cb_input, #global .section_filter.filter_dark .checkbox input.checked + .cb_input, #global .section_filter.filter_dark .checkbox input.partially + .cb_input, #global section.section_accordion_form .accordion_form .checkbox input:checked + .cb_input, #global section.section_accordion_form .accordion_form .checkbox input.checked + .cb_input, #global section.section_accordion_form .accordion_form .checkbox input.partially + .cb_input, #global section.section_accordion_form .accordion_form .accordion_title .checkbox input:checked + .cb_input, #global section.section_accordion_form .accordion_form .accordion_title .checkbox input.checked + .cb_input, #global section.section_accordion_form .accordion_form .accordion_title .checkbox input.partially + .cb_input, #global aside.box:not(.aside_light) .checkbox input:checked + .cb_input, #global aside.box:not(.aside_light) .checkbox input.checked + .cb_input, #global aside.box:not(.aside_light) .checkbox input.partially + .cb_input, footer .checkbox input:checked + .cb_input, footer .checkbox input.checked + .cb_input, footer .checkbox input.partially + .cb_input {
  background-color: #005681;
  border-color: #005681;
  color: #FFFFFF;
}
section:nth-of-type(2n+1):not(.cms_section_light) .checkbox input.partially:not(:checked) + .cb_input:after, #global .section_dark .checkbox input.partially:not(:checked) + .cb_input:after, #global .cms_section_dark .checkbox input.partially:not(:checked) + .cb_input:after, #global .cms_section_dark_2 .checkbox input.partially:not(:checked) + .cb_input:after, #global .section_filter.filter_dark .checkbox input.partially:not(:checked) + .cb_input:after, #global section.section_accordion_form .accordion_form .checkbox input.partially:not(:checked) + .cb_input:after, #global section.section_accordion_form .accordion_form .accordion_title .checkbox input.partially:not(:checked) + .cb_input:after, #global aside.box:not(.aside_light) .checkbox input.partially:not(:checked) + .cb_input:after, footer .checkbox input.partially:not(:checked) + .cb_input:after {
  background: #FFFFFF;
}
section:nth-of-type(2n+1):not(.cms_section_light) .checkbox input[type=radio]:checked + .cb_input:after, #global .section_dark .checkbox input[type=radio]:checked + .cb_input:after, #global .cms_section_dark .checkbox input[type=radio]:checked + .cb_input:after, #global .cms_section_dark_2 .checkbox input[type=radio]:checked + .cb_input:after, #global .section_filter.filter_dark .checkbox input[type=radio]:checked + .cb_input:after, #global section.section_accordion_form .accordion_form .checkbox input[type=radio]:checked + .cb_input:after, #global section.section_accordion_form .accordion_form .accordion_title .checkbox input[type=radio]:checked + .cb_input:after, #global aside.box:not(.aside_light) .checkbox input[type=radio]:checked + .cb_input:after, footer .checkbox input[type=radio]:checked + .cb_input:after {
  background-color: #FFFFFF;
}
section:nth-of-type(2n+1):not(.cms_section_light) .checkbox input[type=checkbox]:checked + .cb_input:after, #global .section_dark .checkbox input[type=checkbox]:checked + .cb_input:after, #global .cms_section_dark .checkbox input[type=checkbox]:checked + .cb_input:after, #global .cms_section_dark_2 .checkbox input[type=checkbox]:checked + .cb_input:after, #global .section_filter.filter_dark .checkbox input[type=checkbox]:checked + .cb_input:after, #global section.section_accordion_form .accordion_form .checkbox input[type=checkbox]:checked + .cb_input:after, #global section.section_accordion_form .accordion_form .accordion_title .checkbox input[type=checkbox]:checked + .cb_input:after, #global aside.box:not(.aside_light) .checkbox input[type=checkbox]:checked + .cb_input:after, footer .checkbox input[type=checkbox]:checked + .cb_input:after {
  border-color: #FFFFFF;
}
section:nth-of-type(2n+1):not(.cms_section_light) .ui-state-active, section:nth-of-type(2n+1):not(.cms_section_light) .ui-widget-content .ui-state-active, #global .section_dark .ui-state-active, #global .section_dark .ui-widget-content .ui-state-active, #global .cms_section_dark .ui-state-active, #global .cms_section_dark .ui-widget-content .ui-state-active, #global .cms_section_dark_2 .ui-state-active, #global .cms_section_dark_2 .ui-widget-content .ui-state-active, #global .section_filter.filter_dark .ui-state-active, #global .section_filter.filter_dark .ui-widget-content .ui-state-active, #global section.section_accordion_form .accordion_form .ui-state-active, #global section.section_accordion_form .accordion_form .ui-widget-content .ui-state-active, #global section.section_accordion_form .accordion_form .accordion_title .ui-state-active, #global section.section_accordion_form .accordion_form .accordion_title .ui-widget-content .ui-state-active, #global aside.box:not(.aside_light) .ui-state-active, #global aside.box:not(.aside_light) .ui-widget-content .ui-state-active, footer .ui-state-active, footer .ui-widget-content .ui-state-active {
  background: #005681;
  color: #FFFFFF;
  border: 0;
}
section:nth-of-type(2n+1):not(.cms_section_light) .ui-widget-content, #global .section_dark .ui-widget-content, #global .cms_section_dark .ui-widget-content, #global .cms_section_dark_2 .ui-widget-content, #global .section_filter.filter_dark .ui-widget-content, #global section.section_accordion_form .accordion_form .ui-widget-content, #global section.section_accordion_form .accordion_form .accordion_title .ui-widget-content, #global aside.box:not(.aside_light) .ui-widget-content, footer .ui-widget-content {
  color: #000000;
  background: #FFFFFF;
  border-color: #757575;
}
section:nth-of-type(2n+1):not(.cms_section_light) .multiselect_item, section:nth-of-type(2n+1):not(.cms_section_light) .multiselect_content, #global .section_dark .multiselect_item, #global .section_dark .multiselect_content, #global .cms_section_dark .multiselect_item, #global .cms_section_dark .multiselect_content, #global .cms_section_dark_2 .multiselect_item, #global .cms_section_dark_2 .multiselect_content, #global .section_filter.filter_dark .multiselect_item, #global .section_filter.filter_dark .multiselect_content, #global section.section_accordion_form .accordion_form .multiselect_item, #global section.section_accordion_form .accordion_form .multiselect_content, #global section.section_accordion_form .accordion_form .accordion_title .multiselect_item, #global section.section_accordion_form .accordion_form .accordion_title .multiselect_content, #global aside.box:not(.aside_light) .multiselect_item, #global aside.box:not(.aside_light) .multiselect_content, footer .multiselect_item, footer .multiselect_content {
  background: #FFFFFF;
  color: #000000;
}
section:nth-of-type(2n+1):not(.cms_section_light) .multiselect_item input + .cb_input, section:nth-of-type(2n+1):not(.cms_section_light) .multiselect_content input + .cb_input, #global .section_dark .multiselect_item input + .cb_input, #global .section_dark .multiselect_content input + .cb_input, #global .cms_section_dark .multiselect_item input + .cb_input, #global .cms_section_dark .multiselect_content input + .cb_input, #global .cms_section_dark_2 .multiselect_item input + .cb_input, #global .cms_section_dark_2 .multiselect_content input + .cb_input, #global .section_filter.filter_dark .multiselect_item input + .cb_input, #global .section_filter.filter_dark .multiselect_content input + .cb_input, #global section.section_accordion_form .accordion_form .multiselect_item input + .cb_input, #global section.section_accordion_form .accordion_form .multiselect_content input + .cb_input, #global section.section_accordion_form .accordion_form .accordion_title .multiselect_item input + .cb_input, #global section.section_accordion_form .accordion_form .accordion_title .multiselect_content input + .cb_input, #global aside.box:not(.aside_light) .multiselect_item input + .cb_input, #global aside.box:not(.aside_light) .multiselect_content input + .cb_input, footer .multiselect_item input + .cb_input, footer .multiselect_content input + .cb_input {
  border-color: #757575;
  background: #FFFFFF;
}
section:nth-of-type(2n+1):not(.cms_section_light) .multiselect_item input:checked + .cb_input, section:nth-of-type(2n+1):not(.cms_section_light) .multiselect_content input:checked + .cb_input, #global .section_dark .multiselect_item input:checked + .cb_input, #global .section_dark .multiselect_content input:checked + .cb_input, #global .cms_section_dark .multiselect_item input:checked + .cb_input, #global .cms_section_dark .multiselect_content input:checked + .cb_input, #global .cms_section_dark_2 .multiselect_item input:checked + .cb_input, #global .cms_section_dark_2 .multiselect_content input:checked + .cb_input, #global .section_filter.filter_dark .multiselect_item input:checked + .cb_input, #global .section_filter.filter_dark .multiselect_content input:checked + .cb_input, #global section.section_accordion_form .accordion_form .multiselect_item input:checked + .cb_input, #global section.section_accordion_form .accordion_form .multiselect_content input:checked + .cb_input, #global section.section_accordion_form .accordion_form .accordion_title .multiselect_item input:checked + .cb_input, #global section.section_accordion_form .accordion_form .accordion_title .multiselect_content input:checked + .cb_input, #global aside.box:not(.aside_light) .multiselect_item input:checked + .cb_input, #global aside.box:not(.aside_light) .multiselect_content input:checked + .cb_input, footer .multiselect_item input:checked + .cb_input, footer .multiselect_content input:checked + .cb_input {
  background-color: #005681;
  color: #FFFFFF;
  border: 1px solid #005681;
}
section:nth-of-type(2n+1):not(.cms_section_light) .multiselect_item .multiselect_item:hover, section:nth-of-type(2n+1):not(.cms_section_light) .multiselect_item .select_item:hover, section:nth-of-type(2n+1):not(.cms_section_light) .multiselect_content .multiselect_item:hover, section:nth-of-type(2n+1):not(.cms_section_light) .multiselect_content .select_item:hover, #global .section_dark .multiselect_item .multiselect_item:hover, #global .section_dark .multiselect_item .select_item:hover, #global .section_dark .multiselect_content .multiselect_item:hover, #global .section_dark .multiselect_content .select_item:hover, #global .cms_section_dark .multiselect_item .multiselect_item:hover, #global .cms_section_dark .multiselect_item .select_item:hover, #global .cms_section_dark .multiselect_content .multiselect_item:hover, #global .cms_section_dark .multiselect_content .select_item:hover, #global .cms_section_dark_2 .multiselect_item .multiselect_item:hover, #global .cms_section_dark_2 .multiselect_item .select_item:hover, #global .cms_section_dark_2 .multiselect_content .multiselect_item:hover, #global .cms_section_dark_2 .multiselect_content .select_item:hover, #global .section_filter.filter_dark .multiselect_item .multiselect_item:hover, #global .section_filter.filter_dark .multiselect_item .select_item:hover, #global .section_filter.filter_dark .multiselect_content .multiselect_item:hover, #global .section_filter.filter_dark .multiselect_content .select_item:hover, #global section.section_accordion_form .accordion_form .multiselect_item .multiselect_item:hover, #global section.section_accordion_form .accordion_form .multiselect_item .select_item:hover, #global section.section_accordion_form .accordion_form .multiselect_content .multiselect_item:hover, #global section.section_accordion_form .accordion_form .multiselect_content .select_item:hover, #global section.section_accordion_form .accordion_form .accordion_title .multiselect_item .multiselect_item:hover, #global section.section_accordion_form .accordion_form .accordion_title .multiselect_item .select_item:hover, #global section.section_accordion_form .accordion_form .accordion_title .multiselect_content .multiselect_item:hover, #global section.section_accordion_form .accordion_form .accordion_title .multiselect_content .select_item:hover, #global aside.box:not(.aside_light) .multiselect_item .multiselect_item:hover, #global aside.box:not(.aside_light) .multiselect_item .select_item:hover, #global aside.box:not(.aside_light) .multiselect_content .multiselect_item:hover, #global aside.box:not(.aside_light) .multiselect_content .select_item:hover, footer .multiselect_item .multiselect_item:hover, footer .multiselect_item .select_item:hover, footer .multiselect_content .multiselect_item:hover, footer .multiselect_content .select_item:hover {
  background: #005681;
  color: #FFFFFF;
}
section:nth-of-type(2n+1):not(.cms_section_light) .multiselect_item .multiselect_item:hover .label_text, section:nth-of-type(2n+1):not(.cms_section_light) .multiselect_item .select_item:hover .label_text, section:nth-of-type(2n+1):not(.cms_section_light) .multiselect_content .multiselect_item:hover .label_text, section:nth-of-type(2n+1):not(.cms_section_light) .multiselect_content .select_item:hover .label_text, #global .section_dark .multiselect_item .multiselect_item:hover .label_text, #global .section_dark .multiselect_item .select_item:hover .label_text, #global .section_dark .multiselect_content .multiselect_item:hover .label_text, #global .section_dark .multiselect_content .select_item:hover .label_text, #global .cms_section_dark .multiselect_item .multiselect_item:hover .label_text, #global .cms_section_dark .multiselect_item .select_item:hover .label_text, #global .cms_section_dark .multiselect_content .multiselect_item:hover .label_text, #global .cms_section_dark .multiselect_content .select_item:hover .label_text, #global .cms_section_dark_2 .multiselect_item .multiselect_item:hover .label_text, #global .cms_section_dark_2 .multiselect_item .select_item:hover .label_text, #global .cms_section_dark_2 .multiselect_content .multiselect_item:hover .label_text, #global .cms_section_dark_2 .multiselect_content .select_item:hover .label_text, #global .section_filter.filter_dark .multiselect_item .multiselect_item:hover .label_text, #global .section_filter.filter_dark .multiselect_item .select_item:hover .label_text, #global .section_filter.filter_dark .multiselect_content .multiselect_item:hover .label_text, #global .section_filter.filter_dark .multiselect_content .select_item:hover .label_text, #global section.section_accordion_form .accordion_form .multiselect_item .multiselect_item:hover .label_text, #global section.section_accordion_form .accordion_form .multiselect_item .select_item:hover .label_text, #global section.section_accordion_form .accordion_form .multiselect_content .multiselect_item:hover .label_text, #global section.section_accordion_form .accordion_form .multiselect_content .select_item:hover .label_text, #global section.section_accordion_form .accordion_form .accordion_title .multiselect_item .multiselect_item:hover .label_text, #global section.section_accordion_form .accordion_form .accordion_title .multiselect_item .select_item:hover .label_text, #global section.section_accordion_form .accordion_form .accordion_title .multiselect_content .multiselect_item:hover .label_text, #global section.section_accordion_form .accordion_form .accordion_title .multiselect_content .select_item:hover .label_text, #global aside.box:not(.aside_light) .multiselect_item .multiselect_item:hover .label_text, #global aside.box:not(.aside_light) .multiselect_item .select_item:hover .label_text, #global aside.box:not(.aside_light) .multiselect_content .multiselect_item:hover .label_text, #global aside.box:not(.aside_light) .multiselect_content .select_item:hover .label_text, footer .multiselect_item .multiselect_item:hover .label_text, footer .multiselect_item .select_item:hover .label_text, footer .multiselect_content .multiselect_item:hover .label_text, footer .multiselect_content .select_item:hover .label_text {
  color: #FFFFFF;
  background: none;
}
section:nth-of-type(2n+1):not(.cms_section_light) .multiselect_cb:checked + .multiselect_box input + .cb_input, #global .section_dark .multiselect_cb:checked + .multiselect_box input + .cb_input, #global .cms_section_dark .multiselect_cb:checked + .multiselect_box input + .cb_input, #global .cms_section_dark_2 .multiselect_cb:checked + .multiselect_box input + .cb_input, #global .section_filter.filter_dark .multiselect_cb:checked + .multiselect_box input + .cb_input, #global section.section_accordion_form .accordion_form .multiselect_cb:checked + .multiselect_box input + .cb_input, #global section.section_accordion_form .accordion_form .accordion_title .multiselect_cb:checked + .multiselect_box input + .cb_input, #global aside.box:not(.aside_light) .multiselect_cb:checked + .multiselect_box input + .cb_input, footer .multiselect_cb:checked + .multiselect_box input + .cb_input {
  border-color: #757575;
  background: #FFFFFF;
}
section:nth-of-type(2n+1):not(.cms_section_light) .multiselect_cb:checked + .multiselect_box input:checked + .cb_input, #global .section_dark .multiselect_cb:checked + .multiselect_box input:checked + .cb_input, #global .cms_section_dark .multiselect_cb:checked + .multiselect_box input:checked + .cb_input, #global .cms_section_dark_2 .multiselect_cb:checked + .multiselect_box input:checked + .cb_input, #global .section_filter.filter_dark .multiselect_cb:checked + .multiselect_box input:checked + .cb_input, #global section.section_accordion_form .accordion_form .multiselect_cb:checked + .multiselect_box input:checked + .cb_input, #global section.section_accordion_form .accordion_form .accordion_title .multiselect_cb:checked + .multiselect_box input:checked + .cb_input, #global aside.box:not(.aside_light) .multiselect_cb:checked + .multiselect_box input:checked + .cb_input, footer .multiselect_cb:checked + .multiselect_box input:checked + .cb_input {
  background-color: #005681;
  color: #FFFFFF;
  border: 1px solid #005681;
}
section:nth-of-type(2n+1):not(.cms_section_light) .multiselect_cb:checked + .multiselect_box + label, section:nth-of-type(2n+1):not(.cms_section_light) .multiselect_cb:checked + .multiselect_box .placeholder, #global .section_dark .multiselect_cb:checked + .multiselect_box + label, #global .section_dark .multiselect_cb:checked + .multiselect_box .placeholder, #global .cms_section_dark .multiselect_cb:checked + .multiselect_box + label, #global .cms_section_dark .multiselect_cb:checked + .multiselect_box .placeholder, #global .cms_section_dark_2 .multiselect_cb:checked + .multiselect_box + label, #global .cms_section_dark_2 .multiselect_cb:checked + .multiselect_box .placeholder, #global .section_filter.filter_dark .multiselect_cb:checked + .multiselect_box + label, #global .section_filter.filter_dark .multiselect_cb:checked + .multiselect_box .placeholder, #global section.section_accordion_form .accordion_form .multiselect_cb:checked + .multiselect_box + label, #global section.section_accordion_form .accordion_form .multiselect_cb:checked + .multiselect_box .placeholder, #global section.section_accordion_form .accordion_form .accordion_title .multiselect_cb:checked + .multiselect_box + label, #global section.section_accordion_form .accordion_form .accordion_title .multiselect_cb:checked + .multiselect_box .placeholder, #global aside.box:not(.aside_light) .multiselect_cb:checked + .multiselect_box + label, #global aside.box:not(.aside_light) .multiselect_cb:checked + .multiselect_box .placeholder, footer .multiselect_cb:checked + .multiselect_box + label, footer .multiselect_cb:checked + .multiselect_box .placeholder {
  color: #000000;
  background-color: #FFFFFF;
}
section:nth-of-type(2n+1):not(.cms_section_light) .multiselect_cb:checked + .multiselect_box .multiselect:not(.simple_layout), #global .section_dark .multiselect_cb:checked + .multiselect_box .multiselect:not(.simple_layout), #global .cms_section_dark .multiselect_cb:checked + .multiselect_box .multiselect:not(.simple_layout), #global .cms_section_dark_2 .multiselect_cb:checked + .multiselect_box .multiselect:not(.simple_layout), #global .section_filter.filter_dark .multiselect_cb:checked + .multiselect_box .multiselect:not(.simple_layout), #global section.section_accordion_form .accordion_form .multiselect_cb:checked + .multiselect_box .multiselect:not(.simple_layout), #global section.section_accordion_form .accordion_form .accordion_title .multiselect_cb:checked + .multiselect_box .multiselect:not(.simple_layout), #global aside.box:not(.aside_light) .multiselect_cb:checked + .multiselect_box .multiselect:not(.simple_layout), footer .multiselect_cb:checked + .multiselect_box .multiselect:not(.simple_layout) {
  background-color: #FFFFFF;
  border-color: #757575;
  color: #000000;
}
section:nth-of-type(2n+1):not(.cms_section_light) .multiselect_cb:checked + .multiselect_box .multiselect:not(.simple_layout)::after, #global .section_dark .multiselect_cb:checked + .multiselect_box .multiselect:not(.simple_layout)::after, #global .cms_section_dark .multiselect_cb:checked + .multiselect_box .multiselect:not(.simple_layout)::after, #global .cms_section_dark_2 .multiselect_cb:checked + .multiselect_box .multiselect:not(.simple_layout)::after, #global .section_filter.filter_dark .multiselect_cb:checked + .multiselect_box .multiselect:not(.simple_layout)::after, #global section.section_accordion_form .accordion_form .multiselect_cb:checked + .multiselect_box .multiselect:not(.simple_layout)::after, #global section.section_accordion_form .accordion_form .accordion_title .multiselect_cb:checked + .multiselect_box .multiselect:not(.simple_layout)::after, #global aside.box:not(.aside_light) .multiselect_cb:checked + .multiselect_box .multiselect:not(.simple_layout)::after, footer .multiselect_cb:checked + .multiselect_box .multiselect:not(.simple_layout)::after {
  color: #000000;
}
section:nth-of-type(2n+1):not(.cms_section_light) .multiselect_box .multiselect::after, #global .section_dark .multiselect_box .multiselect::after, #global .cms_section_dark .multiselect_box .multiselect::after, #global .cms_section_dark_2 .multiselect_box .multiselect::after, #global .section_filter.filter_dark .multiselect_box .multiselect::after, #global section.section_accordion_form .accordion_form .multiselect_box .multiselect::after, #global section.section_accordion_form .accordion_form .accordion_title .multiselect_box .multiselect::after, #global aside.box:not(.aside_light) .multiselect_box .multiselect::after, footer .multiselect_box .multiselect::after {
  color: #000000;
}
section:nth-of-type(2n+1):not(.cms_section_light) .multiselect_box:hover + label, #global .section_dark .multiselect_box:hover + label, #global .cms_section_dark .multiselect_box:hover + label, #global .cms_section_dark_2 .multiselect_box:hover + label, #global .section_filter.filter_dark .multiselect_box:hover + label, #global section.section_accordion_form .accordion_form .multiselect_box:hover + label, #global section.section_accordion_form .accordion_form .accordion_title .multiselect_box:hover + label, #global aside.box:not(.aside_light) .multiselect_box:hover + label, footer .multiselect_box:hover + label {
  color: #000000;
  background-color: #FFFFFF;
}
section:nth-of-type(2n+1):not(.cms_section_light) .multiselect_box:hover .multiselect::after, #global .section_dark .multiselect_box:hover .multiselect::after, #global .cms_section_dark .multiselect_box:hover .multiselect::after, #global .cms_section_dark_2 .multiselect_box:hover .multiselect::after, #global .section_filter.filter_dark .multiselect_box:hover .multiselect::after, #global section.section_accordion_form .accordion_form .multiselect_box:hover .multiselect::after, #global section.section_accordion_form .accordion_form .accordion_title .multiselect_box:hover .multiselect::after, #global aside.box:not(.aside_light) .multiselect_box:hover .multiselect::after, footer .multiselect_box:hover .multiselect::after {
  color: #000000;
}
section:nth-of-type(2n+1):not(.cms_section_light) .select_box .select_item .label_text:hover, #global .section_dark .select_box .select_item .label_text:hover, #global .cms_section_dark .select_box .select_item .label_text:hover, #global .cms_section_dark_2 .select_box .select_item .label_text:hover, #global .section_filter.filter_dark .select_box .select_item .label_text:hover, #global section.section_accordion_form .accordion_form .select_box .select_item .label_text:hover, #global section.section_accordion_form .accordion_form .accordion_title .select_box .select_item .label_text:hover, #global aside.box:not(.aside_light) .select_box .select_item .label_text:hover, footer .select_box .select_item .label_text:hover {
  background-color: #005681;
  color: #FFFFFF;
}
section:nth-of-type(2n+1):not(.cms_section_light) .select_box .select_item input:checked + .cb_input + .label_text, section:nth-of-type(2n+1):not(.cms_section_light) .select_box .select_item input:checked + .label_text, #global .section_dark .select_box .select_item input:checked + .cb_input + .label_text, #global .section_dark .select_box .select_item input:checked + .label_text, #global .cms_section_dark .select_box .select_item input:checked + .cb_input + .label_text, #global .cms_section_dark .select_box .select_item input:checked + .label_text, #global .cms_section_dark_2 .select_box .select_item input:checked + .cb_input + .label_text, #global .cms_section_dark_2 .select_box .select_item input:checked + .label_text, #global .section_filter.filter_dark .select_box .select_item input:checked + .cb_input + .label_text, #global .section_filter.filter_dark .select_box .select_item input:checked + .label_text, #global section.section_accordion_form .accordion_form .select_box .select_item input:checked + .cb_input + .label_text, #global section.section_accordion_form .accordion_form .select_box .select_item input:checked + .label_text, #global section.section_accordion_form .accordion_form .accordion_title .select_box .select_item input:checked + .cb_input + .label_text, #global section.section_accordion_form .accordion_form .accordion_title .select_box .select_item input:checked + .label_text, #global aside.box:not(.aside_light) .select_box .select_item input:checked + .cb_input + .label_text, #global aside.box:not(.aside_light) .select_box .select_item input:checked + .label_text, footer .select_box .select_item input:checked + .cb_input + .label_text, footer .select_box .select_item input:checked + .label_text {
  background-color: #005681;
  color: #FFFFFF;
}
section:nth-of-type(2n+1):not(.cms_section_light) .autocomplete_result span.remove:after, #global .section_dark .autocomplete_result span.remove:after, #global .cms_section_dark .autocomplete_result span.remove:after, #global .cms_section_dark_2 .autocomplete_result span.remove:after, #global .section_filter.filter_dark .autocomplete_result span.remove:after, #global section.section_accordion_form .accordion_form .autocomplete_result span.remove:after, #global section.section_accordion_form .accordion_form .accordion_title .autocomplete_result span.remove:after, #global aside.box:not(.aside_light) .autocomplete_result span.remove:after, footer .autocomplete_result span.remove:after {
  background-color: #000000;
  color: #FFFFFF;
}
section:nth-of-type(2n+1):not(.cms_section_light) .slider_js .slider .slider_base, #global .section_dark .slider_js .slider .slider_base, #global .cms_section_dark .slider_js .slider .slider_base, #global .cms_section_dark_2 .slider_js .slider .slider_base, #global .section_filter.filter_dark .slider_js .slider .slider_base, #global section.section_accordion_form .accordion_form .slider_js .slider .slider_base, #global section.section_accordion_form .accordion_form .accordion_title .slider_js .slider .slider_base, #global aside.box:not(.aside_light) .slider_js .slider .slider_base, footer .slider_js .slider .slider_base {
  background: #d6d6d6;
}
section:nth-of-type(2n+1):not(.cms_section_light) .slider_js .slider .slider_base .slider_full, #global .section_dark .slider_js .slider .slider_base .slider_full, #global .cms_section_dark .slider_js .slider .slider_base .slider_full, #global .cms_section_dark_2 .slider_js .slider .slider_base .slider_full, #global .section_filter.filter_dark .slider_js .slider .slider_base .slider_full, #global section.section_accordion_form .accordion_form .slider_js .slider .slider_base .slider_full, #global section.section_accordion_form .accordion_form .accordion_title .slider_js .slider .slider_base .slider_full, #global aside.box:not(.aside_light) .slider_js .slider .slider_base .slider_full, footer .slider_js .slider .slider_base .slider_full {
  background: #015681;
}
section:nth-of-type(2n+1):not(.cms_section_light) .slider_js .slider .slider_handler:after, #global .section_dark .slider_js .slider .slider_handler:after, #global .cms_section_dark .slider_js .slider .slider_handler:after, #global .cms_section_dark_2 .slider_js .slider .slider_handler:after, #global .section_filter.filter_dark .slider_js .slider .slider_handler:after, #global section.section_accordion_form .accordion_form .slider_js .slider .slider_handler:after, #global section.section_accordion_form .accordion_form .accordion_title .slider_js .slider .slider_handler:after, #global aside.box:not(.aside_light) .slider_js .slider .slider_handler:after, footer .slider_js .slider .slider_handler:after {
  content: "";
  display: block;
  position: absolute;
  background: #015681;
}
section:nth-of-type(2n+1):not(.cms_section_light) .slider_js .slider .slider_handler .slider_handler_display, #global .section_dark .slider_js .slider .slider_handler .slider_handler_display, #global .cms_section_dark .slider_js .slider .slider_handler .slider_handler_display, #global .cms_section_dark_2 .slider_js .slider .slider_handler .slider_handler_display, #global .section_filter.filter_dark .slider_js .slider .slider_handler .slider_handler_display, #global section.section_accordion_form .accordion_form .slider_js .slider .slider_handler .slider_handler_display, #global section.section_accordion_form .accordion_form .accordion_title .slider_js .slider .slider_handler .slider_handler_display, #global aside.box:not(.aside_light) .slider_js .slider .slider_handler .slider_handler_display, footer .slider_js .slider .slider_handler .slider_handler_display {
  background-color: #004266;
}
section:nth-of-type(2n+1):not(.cms_section_light) .message.no_results_message, #global .section_dark .message.no_results_message, #global .cms_section_dark .message.no_results_message, #global .cms_section_dark_2 .message.no_results_message, #global .section_filter.filter_dark .message.no_results_message, #global section.section_accordion_form .accordion_form .message.no_results_message, #global section.section_accordion_form .accordion_form .accordion_title .message.no_results_message, #global aside.box:not(.aside_light) .message.no_results_message, footer .message.no_results_message {
  color: #000000;
  background: #FFFFFF;
}
section:nth-of-type(2n+1):not(.cms_section_light) .box > .box_inner, #global .section_dark .box > .box_inner, #global .cms_section_dark .box > .box_inner, #global .cms_section_dark_2 .box > .box_inner, #global .section_filter.filter_dark .box > .box_inner, #global section.section_accordion_form .accordion_form .box > .box_inner, #global section.section_accordion_form .accordion_form .accordion_title .box > .box_inner, #global aside.box:not(.aside_light) .box > .box_inner, footer .box > .box_inner {
  color: #000000;
}
section:nth-of-type(2n+1):not(.cms_section_light) a, section:nth-of-type(2n+1):not(.cms_section_light) .action_js, #global .section_dark a, #global .section_dark .action_js, #global .cms_section_dark a, #global .cms_section_dark .action_js, #global .cms_section_dark_2 a, #global .cms_section_dark_2 .action_js, #global .section_filter.filter_dark a, #global .section_filter.filter_dark .action_js, #global section.section_accordion_form .accordion_form a, #global section.section_accordion_form .accordion_form .action_js, #global section.section_accordion_form .accordion_form .accordion_title a, #global section.section_accordion_form .accordion_form .accordion_title .action_js, #global aside.box:not(.aside_light) a, #global aside.box:not(.aside_light) .action_js, footer a, footer .action_js {
  color: #005681;
}
section:nth-of-type(2n+1):not(.cms_section_light) a:hover, section:nth-of-type(2n+1):not(.cms_section_light) .action_js:hover, #global .section_dark a:hover, #global .section_dark .action_js:hover, #global .cms_section_dark a:hover, #global .cms_section_dark .action_js:hover, #global .cms_section_dark_2 a:hover, #global .cms_section_dark_2 .action_js:hover, #global .section_filter.filter_dark a:hover, #global .section_filter.filter_dark .action_js:hover, #global section.section_accordion_form .accordion_form a:hover, #global section.section_accordion_form .accordion_form .action_js:hover, #global section.section_accordion_form .accordion_form .accordion_title a:hover, #global section.section_accordion_form .accordion_form .accordion_title .action_js:hover, #global aside.box:not(.aside_light) a:hover, #global aside.box:not(.aside_light) .action_js:hover, footer a:hover, footer .action_js:hover {
  color: #004466;
}
section:nth-of-type(2n+1):not(.cms_section_light) .pagination a svg *, #global .section_dark .pagination a svg *, #global .cms_section_dark .pagination a svg *, #global .cms_section_dark_2 .pagination a svg *, #global .section_filter.filter_dark .pagination a svg *, #global section.section_accordion_form .accordion_form .pagination a svg *, #global section.section_accordion_form .accordion_form .accordion_title .pagination a svg *, #global aside.box:not(.aside_light) .pagination a svg *, footer .pagination a svg * {
  fill: #005681;
  stroke: #005681;
}
section:nth-of-type(2n+1):not(.cms_section_light) .pagination a:hover svg *, #global .section_dark .pagination a:hover svg *, #global .cms_section_dark .pagination a:hover svg *, #global .cms_section_dark_2 .pagination a:hover svg *, #global .section_filter.filter_dark .pagination a:hover svg *, #global section.section_accordion_form .accordion_form .pagination a:hover svg *, #global section.section_accordion_form .accordion_form .accordion_title .pagination a:hover svg *, #global aside.box:not(.aside_light) .pagination a:hover svg *, footer .pagination a:hover svg * {
  fill: #004466;
  stroke: #004466;
}
section:nth-of-type(2n+1):not(.cms_section_light) .steps_bullets .step_bullet, #global .section_dark .steps_bullets .step_bullet, #global .cms_section_dark .steps_bullets .step_bullet, #global .cms_section_dark_2 .steps_bullets .step_bullet, #global .section_filter.filter_dark .steps_bullets .step_bullet, #global section.section_accordion_form .accordion_form .steps_bullets .step_bullet, #global section.section_accordion_form .accordion_form .accordion_title .steps_bullets .step_bullet, #global aside.box:not(.aside_light) .steps_bullets .step_bullet, footer .steps_bullets .step_bullet {
  background: #d6d6d6;
}
section:nth-of-type(2n+1):not(.cms_section_light) .steps_bullets .step_bullet.done_bullet, #global .section_dark .steps_bullets .step_bullet.done_bullet, #global .cms_section_dark .steps_bullets .step_bullet.done_bullet, #global .cms_section_dark_2 .steps_bullets .step_bullet.done_bullet, #global .section_filter.filter_dark .steps_bullets .step_bullet.done_bullet, #global section.section_accordion_form .accordion_form .steps_bullets .step_bullet.done_bullet, #global section.section_accordion_form .accordion_form .accordion_title .steps_bullets .step_bullet.done_bullet, #global aside.box:not(.aside_light) .steps_bullets .step_bullet.done_bullet, footer .steps_bullets .step_bullet.done_bullet {
  background: #015681;
}
section:nth-of-type(2n+1):not(.cms_section_light) .steps_bullets .step_bullet.active_bullet, #global .section_dark .steps_bullets .step_bullet.active_bullet, #global .cms_section_dark .steps_bullets .step_bullet.active_bullet, #global .cms_section_dark_2 .steps_bullets .step_bullet.active_bullet, #global .section_filter.filter_dark .steps_bullets .step_bullet.active_bullet, #global section.section_accordion_form .accordion_form .steps_bullets .step_bullet.active_bullet, #global section.section_accordion_form .accordion_form .accordion_title .steps_bullets .step_bullet.active_bullet, #global aside.box:not(.aside_light) .steps_bullets .step_bullet.active_bullet, footer .steps_bullets .step_bullet.active_bullet {
  background: #015681;
}
section:nth-of-type(2n+1):not(.cms_section_light) .distances_box svg *, #global .section_dark .distances_box svg *, #global .cms_section_dark .distances_box svg *, #global .cms_section_dark_2 .distances_box svg *, #global .section_filter.filter_dark .distances_box svg *, #global section.section_accordion_form .accordion_form .distances_box svg *, #global section.section_accordion_form .accordion_form .accordion_title .distances_box svg *, #global aside.box:not(.aside_light) .distances_box svg *, footer .distances_box svg * {
  fill: #000000;
}
section:nth-of-type(2n+1):not(.cms_section_light) .box_article .blog_categories .blog_category, #global .section_dark .box_article .blog_categories .blog_category, #global .cms_section_dark .box_article .blog_categories .blog_category, #global .cms_section_dark_2 .box_article .blog_categories .blog_category, #global .section_filter.filter_dark .box_article .blog_categories .blog_category, #global section.section_accordion_form .accordion_form .box_article .blog_categories .blog_category, #global section.section_accordion_form .accordion_form .accordion_title .box_article .blog_categories .blog_category, #global aside.box:not(.aside_light) .box_article .blog_categories .blog_category, footer .box_article .blog_categories .blog_category {
  color: #005681;
}
section:nth-of-type(2n+1):not(.cms_section_light) .box_article:hover .blog_categories .blog_category, #global .section_dark .box_article:hover .blog_categories .blog_category, #global .cms_section_dark .box_article:hover .blog_categories .blog_category, #global .cms_section_dark_2 .box_article:hover .blog_categories .blog_category, #global .section_filter.filter_dark .box_article:hover .blog_categories .blog_category, #global section.section_accordion_form .accordion_form .box_article:hover .blog_categories .blog_category, #global section.section_accordion_form .accordion_form .accordion_title .box_article:hover .blog_categories .blog_category, #global aside.box:not(.aside_light) .box_article:hover .blog_categories .blog_category, footer .box_article:hover .blog_categories .blog_category {
  color: #005681;
}
section:nth-of-type(2n+1):not(.cms_section_light) .box_article:hover .blog_categories .blog_category:hover, #global .section_dark .box_article:hover .blog_categories .blog_category:hover, #global .cms_section_dark .box_article:hover .blog_categories .blog_category:hover, #global .cms_section_dark_2 .box_article:hover .blog_categories .blog_category:hover, #global .section_filter.filter_dark .box_article:hover .blog_categories .blog_category:hover, #global section.section_accordion_form .accordion_form .box_article:hover .blog_categories .blog_category:hover, #global section.section_accordion_form .accordion_form .accordion_title .box_article:hover .blog_categories .blog_category:hover, #global aside.box:not(.aside_light) .box_article:hover .blog_categories .blog_category:hover, footer .box_article:hover .blog_categories .blog_category:hover {
  color: #004466;
}
section:nth-of-type(2n+1):not(.cms_section_light) a, section:nth-of-type(2n+1):not(.cms_section_light) .action_js, #global .section_dark a, #global .section_dark .action_js, #global .cms_section_dark a, #global .cms_section_dark .action_js, #global .cms_section_dark_2 a, #global .cms_section_dark_2 .action_js, #global .section_filter.filter_dark a, #global .section_filter.filter_dark .action_js, #global section.section_accordion_form .accordion_form a, #global section.section_accordion_form .accordion_form .action_js, #global section.section_accordion_form .accordion_form .accordion_title a, #global section.section_accordion_form .accordion_form .accordion_title .action_js, #global aside.box:not(.aside_light) a, #global aside.box:not(.aside_light) .action_js, footer a, footer .action_js {
  color: #005681;
}
section:nth-of-type(2n+1):not(.cms_section_light) a:hover, section:nth-of-type(2n+1):not(.cms_section_light) .action_js:hover, #global .section_dark a:hover, #global .section_dark .action_js:hover, #global .cms_section_dark a:hover, #global .cms_section_dark .action_js:hover, #global .cms_section_dark_2 a:hover, #global .cms_section_dark_2 .action_js:hover, #global .section_filter.filter_dark a:hover, #global .section_filter.filter_dark .action_js:hover, #global section.section_accordion_form .accordion_form a:hover, #global section.section_accordion_form .accordion_form .action_js:hover, #global section.section_accordion_form .accordion_form .accordion_title a:hover, #global section.section_accordion_form .accordion_form .accordion_title .action_js:hover, #global aside.box:not(.aside_light) a:hover, #global aside.box:not(.aside_light) .action_js:hover, footer a:hover, footer .action_js:hover {
  color: #004466;
}
#global .user_criterias .location_box .label_inputs_multiple .label_icon svg * {
  fill: #005681;
}
#global aside.box:not(.aside_light):hover {
  background-color: #f2f2f2;
  color: #000000;
}
#global aside.box:not(.aside_light) .results_list li {
  border-color: #DFDFDF;
}
#global .section_light .accordion_form, #global .section_light .accordion_form:hover {
  background: #f2f2f2;
  color: #000000;
}
.cms_text a {
  color: #005681;
}
.cms_text a:hover {
  color: #004466;
}
.cms_box_simple_inline_buttons_left .box_inner, .cms_box_simple_inline_buttons_center .box_inner, .cms_box_simple_inline_buttons_right .box_inner {
  padding-top: 0.5em;
  flex-direction: initial;
  flex-wrap: wrap;
}
.cms_box_simple_inline_buttons_left .box_inner .cms_button, .cms_box_simple_inline_buttons_center .box_inner .cms_button, .cms_box_simple_inline_buttons_right .box_inner .cms_button {
  margin: 0.5em;
}
.cms_box_simple_inline_buttons_left .box_inner .cms_separator, .cms_box_simple_inline_buttons_left .box_inner .cms_accordion, .cms_box_simple_inline_buttons_center .box_inner .cms_separator, .cms_box_simple_inline_buttons_center .box_inner .cms_accordion, .cms_box_simple_inline_buttons_right .box_inner .cms_separator, .cms_box_simple_inline_buttons_right .box_inner .cms_accordion {
  width: 100%;
}
.cms_box_simple_inline_buttons_center .box_inner {
  justify-content: center;
}
.cms_box_simple_inline_buttons_left .box_inner {
  justify-content: flex-start;
}
.cms_box_simple_inline_buttons_left .box_inner .cms_button {
  margin-left: 0;
  margin-right: 1em;
}
.cms_box_simple_inline_buttons_right .box_inner {
  justify-content: flex-end;
}
.cms_box_simple_inline_buttons_right .box_inner .cms_button {
  margin-right: 0;
  margin-left: 1em;
}
#time_to_serve {
  display: none;
}
#header_top {
  border-bottom: 0px solid #AAAAAA;
}
#header_top .inner_content {
  justify-content: flex-start;
  align-items: center;
}
#header_top .inner_content .main_navigation {
  width: 100%;
  padding: 40px 30px 30px 10px;
}
#header_top .inner_content .main_navigation #nav_content {
  flex-wrap: wrap;
}
#header_top .inner_content .main_navigation .inner_content {
  width: 100%;
  justify-content: flex-start;
}
.main_navigation #nav_content > .nav_item {
  font-size: 1.2em;
  display: flex;
}
.main_navigation #nav_content > .nav_item .nav_item_link {
  margin: auto;
}
.main_navigation .nav_submenu {
  top: calc(100% + 0px);
  box-shadow: 0px 0px 0px 0px #AAAAAA;
  margin: 0;
  left: 50%;
  transform: translate(-50%, 1vh);
  text-align: center;
  padding: 0;
  transition: transform 0.2s, opacity 0.2s;
  opacity: 0;
  pointer-events: none;
  display: block;
}
.main_navigation .nav_submenu:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 14px solid #ffffff;
  margin-bottom: -6px;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
}
.main_navigation .nav_submenu .nav_item {
  background: #ffffff;
  position: relative;
  z-index: 2;
}
.main_navigation .nav_submenu .nav_item:first-child {
  padding-top: 1em;
}
.main_navigation .nav_submenu .nav_item:last-child {
  padding-bottom: 1em;
}
.main_navigation .nav_item_submenu:hover .nav_submenu {
  transform: translate(-50%, 0);
  opacity: 1;
  pointer-events: all;
}
.animated_form aside.box:not(.aside_light) .row:not(.row_multiple) .placeholder {
  background-color: #FFFFFF;
}
.animated_form aside.box:not(.aside_light) .row:not(.row_multiple) input.focus + .placeholder, .animated_form aside.box:not(.aside_light) .row:not(.row_multiple):hover .placeholder {
  background-color: #FFFFFF;
  color: #000000;
}
.animated_form aside.box:not(.aside_light) .row:not(.row_multiple) label.select, .animated_form aside.box:not(.aside_light) .row:not(.row_multiple) label.multiselect {
  color: #000000;
}
.animated_form aside.box:not(.aside_light) .row:not(.row_multiple) label.select:hover, .animated_form aside.box:not(.aside_light) .row:not(.row_multiple) label.multiselect:hover {
  color: #000000;
}
.animated_form aside.box:not(.aside_light) .row:not(.row_multiple) label.select:hover::after, .animated_form aside.box:not(.aside_light) .row:not(.row_multiple) label.multiselect:hover::after {
  color: #000000;
}
.animated_form aside.box:not(.aside_light) .row:not(.row_multiple) label.select::after, .animated_form aside.box:not(.aside_light) .row:not(.row_multiple) label.multiselect::after {
  color: #000000;
}
.animated_form aside.box:not(.aside_light) .row_multiple .row_group .placeholder {
  background-color: #FFFFFF;
}
.animated_form aside.box:not(.aside_light) .row_multiple .row_group input.focus + .placeholder, .animated_form aside.box:not(.aside_light) .row_multiple .row_group:hover .placeholder {
  background-color: #FFFFFF;
}
.animated_form aside.box:not(.aside_light) input + label {
  color: #000000;
  background-color: #FFFFFF;
}
.animated_form aside.box:not(.aside_light) input.focus + label, .animated_form aside.box:not(.aside_light) input:hover + label {
  color: #000000;
  background-color: #FFFFFF;
}
header .multiselect_content {
  background-color: #ffffff;
  border-color: #AAAAAA;
}
header .multiselect_item > label .label_text {
  color: #015681 !important;
}
header .multiselect_item > label:hover {
  background-color: transparent !important;
}
header .multiselect_item > label:hover .label_text {
  background-color: transparent !important;
  color: #015681 !important;
}
.ui-widget-content {
  border: none;
  color: #000000;
  white-space: nowrap;
  background: #ffffff;
  border: 1px solid #eaeaea;
}
.criterias_categories_box, #global .section_filter.filter_light, .cms_section_light {
  /*----- Inputs & selects -----*/
}
.criterias_categories_box .placeholder, .criterias_categories_box select option[value=""], #global .section_filter.filter_light .placeholder, #global .section_filter.filter_light select option[value=""], .cms_section_light .placeholder, .cms_section_light select option[value=""] {
  color: #262626;
}
.criterias_categories_box .ui-state-active, .criterias_categories_box .ui-widget-content .ui-state-active, #global .section_filter.filter_light .ui-state-active, #global .section_filter.filter_light .ui-widget-content .ui-state-active, .cms_section_light .ui-state-active, .cms_section_light .ui-widget-content .ui-state-active {
  background: #005681;
  color: #FFFFFF;
  border: 0;
}
.criterias_categories_box .ui-widget-content, #global .section_filter.filter_light .ui-widget-content, .cms_section_light .ui-widget-content {
  color: #000000;
  background: #ffffff;
  border-color: #eaeaea;
}
.criterias_categories_box .multiselect_item, .criterias_categories_box .multiselect_content, #global .section_filter.filter_light .multiselect_item, #global .section_filter.filter_light .multiselect_content, .cms_section_light .multiselect_item, .cms_section_light .multiselect_content {
  background: #ffffff;
  color: #000000;
}
.criterias_categories_box .multiselect_item input + .cb_input, .criterias_categories_box .multiselect_content input + .cb_input, #global .section_filter.filter_light .multiselect_item input + .cb_input, #global .section_filter.filter_light .multiselect_content input + .cb_input, .cms_section_light .multiselect_item input + .cb_input, .cms_section_light .multiselect_content input + .cb_input {
  border-color: #eaeaea;
  background: #ffffff;
}
.criterias_categories_box .multiselect_item input:checked + .cb_input, .criterias_categories_box .multiselect_content input:checked + .cb_input, #global .section_filter.filter_light .multiselect_item input:checked + .cb_input, #global .section_filter.filter_light .multiselect_content input:checked + .cb_input, .cms_section_light .multiselect_item input:checked + .cb_input, .cms_section_light .multiselect_content input:checked + .cb_input {
  background-color: #005681;
  color: #FFFFFF;
  border: 1px solid #005681;
}
.criterias_categories_box .multiselect_item .multiselect_item:hover, .criterias_categories_box .multiselect_item .select_item:hover, .criterias_categories_box .multiselect_content .multiselect_item:hover, .criterias_categories_box .multiselect_content .select_item:hover, #global .section_filter.filter_light .multiselect_item .multiselect_item:hover, #global .section_filter.filter_light .multiselect_item .select_item:hover, #global .section_filter.filter_light .multiselect_content .multiselect_item:hover, #global .section_filter.filter_light .multiselect_content .select_item:hover, .cms_section_light .multiselect_item .multiselect_item:hover, .cms_section_light .multiselect_item .select_item:hover, .cms_section_light .multiselect_content .multiselect_item:hover, .cms_section_light .multiselect_content .select_item:hover {
  background: #005681;
  color: #FFFFFF;
}
.criterias_categories_box .multiselect_item .multiselect_item:hover .label_text, .criterias_categories_box .multiselect_item .select_item:hover .label_text, .criterias_categories_box .multiselect_content .multiselect_item:hover .label_text, .criterias_categories_box .multiselect_content .select_item:hover .label_text, #global .section_filter.filter_light .multiselect_item .multiselect_item:hover .label_text, #global .section_filter.filter_light .multiselect_item .select_item:hover .label_text, #global .section_filter.filter_light .multiselect_content .multiselect_item:hover .label_text, #global .section_filter.filter_light .multiselect_content .select_item:hover .label_text, .cms_section_light .multiselect_item .multiselect_item:hover .label_text, .cms_section_light .multiselect_item .select_item:hover .label_text, .cms_section_light .multiselect_content .multiselect_item:hover .label_text, .cms_section_light .multiselect_content .select_item:hover .label_text {
  color: #FFFFFF;
  background: none;
}
.criterias_categories_box .multiselect_cb:checked + .multiselect_box input + .cb_input, #global .section_filter.filter_light .multiselect_cb:checked + .multiselect_box input + .cb_input, .cms_section_light .multiselect_cb:checked + .multiselect_box input + .cb_input {
  border-color: #eaeaea;
  background: #ffffff;
}
.criterias_categories_box .multiselect_cb:checked + .multiselect_box input:checked + .cb_input, #global .section_filter.filter_light .multiselect_cb:checked + .multiselect_box input:checked + .cb_input, .cms_section_light .multiselect_cb:checked + .multiselect_box input:checked + .cb_input {
  background-color: #005681;
  color: #FFFFFF;
  border: 1px solid #005681;
}
.criterias_categories_box .multiselect_cb:checked + .multiselect_box .placeholder, #global .section_filter.filter_light .multiselect_cb:checked + .multiselect_box .placeholder, .cms_section_light .multiselect_cb:checked + .multiselect_box .placeholder {
  color: #000000;
}
.criterias_categories_box .multiselect_cb:checked + .multiselect_box .multiselect:not(.simple_layout), #global .section_filter.filter_light .multiselect_cb:checked + .multiselect_box .multiselect:not(.simple_layout), .cms_section_light .multiselect_cb:checked + .multiselect_box .multiselect:not(.simple_layout) {
  background-color: #ffffff;
  border-color: #eaeaea;
  color: #000000;
}
.criterias_categories_box .multiselect_cb:checked + .multiselect_box .multiselect:not(.simple_layout)::after, #global .section_filter.filter_light .multiselect_cb:checked + .multiselect_box .multiselect:not(.simple_layout)::after, .cms_section_light .multiselect_cb:checked + .multiselect_box .multiselect:not(.simple_layout)::after {
  color: #000000;
}
.criterias_categories_box .select.select::after, .criterias_categories_box .multiselect.multiselect::after, #global .section_filter.filter_light .select.select::after, #global .section_filter.filter_light .multiselect.multiselect::after, .cms_section_light .select.select::after, .cms_section_light .multiselect.multiselect::after {
  color: #000000;
}
.criterias_categories_box .select.select:hover::after, .criterias_categories_box .multiselect.multiselect:hover::after, #global .section_filter.filter_light .select.select:hover::after, #global .section_filter.filter_light .multiselect.multiselect:hover::after, .cms_section_light .select.select:hover::after, .cms_section_light .multiselect.multiselect:hover::after {
  color: #262626;
}
.criterias_categories_box .checkbox input[type=checkbox]:checked + .cb_input:after, #global .section_filter.filter_light .checkbox input[type=checkbox]:checked + .cb_input:after, .cms_section_light .checkbox input[type=checkbox]:checked + .cb_input:after {
  border-color: #FFFFFF;
}
.criterias_categories_box input[type=text]:not(.simple_layout), .criterias_categories_box input[type=password]:not(.simple_layout), .criterias_categories_box input[type=email]:not(.simple_layout), .criterias_categories_box input[type=tel]:not(.simple_layout), .criterias_categories_box input[type=number]:not(.simple_layout), .criterias_categories_box input[type=date]:not(.simple_layout), .criterias_categories_box input[type=time]:not(.simple_layout), .criterias_categories_box input[type=url]:not(.simple_layout), .criterias_categories_box textarea:not(.simple_layout), .criterias_categories_box select:not(.simple_layout), .criterias_categories_box .multiselect:not(.simple_layout), .criterias_categories_box .input:not(.simple_layout), #global .section_filter.filter_light input[type=text]:not(.simple_layout), #global .section_filter.filter_light input[type=password]:not(.simple_layout), #global .section_filter.filter_light input[type=email]:not(.simple_layout), #global .section_filter.filter_light input[type=tel]:not(.simple_layout), #global .section_filter.filter_light input[type=number]:not(.simple_layout), #global .section_filter.filter_light input[type=date]:not(.simple_layout), #global .section_filter.filter_light input[type=time]:not(.simple_layout), #global .section_filter.filter_light input[type=url]:not(.simple_layout), #global .section_filter.filter_light textarea:not(.simple_layout), #global .section_filter.filter_light select:not(.simple_layout), #global .section_filter.filter_light .multiselect:not(.simple_layout), #global .section_filter.filter_light .input:not(.simple_layout), .cms_section_light input[type=text]:not(.simple_layout), .cms_section_light input[type=password]:not(.simple_layout), .cms_section_light input[type=email]:not(.simple_layout), .cms_section_light input[type=tel]:not(.simple_layout), .cms_section_light input[type=number]:not(.simple_layout), .cms_section_light input[type=date]:not(.simple_layout), .cms_section_light input[type=time]:not(.simple_layout), .cms_section_light input[type=url]:not(.simple_layout), .cms_section_light textarea:not(.simple_layout), .cms_section_light select:not(.simple_layout), .cms_section_light .multiselect:not(.simple_layout), .cms_section_light .input:not(.simple_layout) {
  background-color: #FFFFFF;
  border: 1px solid #eaeaea;
  color: #000000;
}
.criterias_categories_box input[type=text]:not(.simple_layout):hover, .criterias_categories_box input[type=text]:not(.simple_layout):focus, .criterias_categories_box input[type=text]:not(.simple_layout).focus, .criterias_categories_box input[type=password]:not(.simple_layout):hover, .criterias_categories_box input[type=password]:not(.simple_layout):focus, .criterias_categories_box input[type=password]:not(.simple_layout).focus, .criterias_categories_box input[type=email]:not(.simple_layout):hover, .criterias_categories_box input[type=email]:not(.simple_layout):focus, .criterias_categories_box input[type=email]:not(.simple_layout).focus, .criterias_categories_box input[type=tel]:not(.simple_layout):hover, .criterias_categories_box input[type=tel]:not(.simple_layout):focus, .criterias_categories_box input[type=tel]:not(.simple_layout).focus, .criterias_categories_box input[type=number]:not(.simple_layout):hover, .criterias_categories_box input[type=number]:not(.simple_layout):focus, .criterias_categories_box input[type=number]:not(.simple_layout).focus, .criterias_categories_box input[type=date]:not(.simple_layout):hover, .criterias_categories_box input[type=date]:not(.simple_layout):focus, .criterias_categories_box input[type=date]:not(.simple_layout).focus, .criterias_categories_box input[type=time]:not(.simple_layout):hover, .criterias_categories_box input[type=time]:not(.simple_layout):focus, .criterias_categories_box input[type=time]:not(.simple_layout).focus, .criterias_categories_box input[type=url]:not(.simple_layout):hover, .criterias_categories_box input[type=url]:not(.simple_layout):focus, .criterias_categories_box input[type=url]:not(.simple_layout).focus, .criterias_categories_box textarea:not(.simple_layout):hover, .criterias_categories_box textarea:not(.simple_layout):focus, .criterias_categories_box textarea:not(.simple_layout).focus, .criterias_categories_box select:not(.simple_layout):hover, .criterias_categories_box select:not(.simple_layout):focus, .criterias_categories_box select:not(.simple_layout).focus, .criterias_categories_box .multiselect:not(.simple_layout):hover, .criterias_categories_box .multiselect:not(.simple_layout):focus, .criterias_categories_box .multiselect:not(.simple_layout).focus, .criterias_categories_box .input:not(.simple_layout):hover, .criterias_categories_box .input:not(.simple_layout):focus, .criterias_categories_box .input:not(.simple_layout).focus, #global .section_filter.filter_light input[type=text]:not(.simple_layout):hover, #global .section_filter.filter_light input[type=text]:not(.simple_layout):focus, #global .section_filter.filter_light input[type=text]:not(.simple_layout).focus, #global .section_filter.filter_light input[type=password]:not(.simple_layout):hover, #global .section_filter.filter_light input[type=password]:not(.simple_layout):focus, #global .section_filter.filter_light input[type=password]:not(.simple_layout).focus, #global .section_filter.filter_light input[type=email]:not(.simple_layout):hover, #global .section_filter.filter_light input[type=email]:not(.simple_layout):focus, #global .section_filter.filter_light input[type=email]:not(.simple_layout).focus, #global .section_filter.filter_light input[type=tel]:not(.simple_layout):hover, #global .section_filter.filter_light input[type=tel]:not(.simple_layout):focus, #global .section_filter.filter_light input[type=tel]:not(.simple_layout).focus, #global .section_filter.filter_light input[type=number]:not(.simple_layout):hover, #global .section_filter.filter_light input[type=number]:not(.simple_layout):focus, #global .section_filter.filter_light input[type=number]:not(.simple_layout).focus, #global .section_filter.filter_light input[type=date]:not(.simple_layout):hover, #global .section_filter.filter_light input[type=date]:not(.simple_layout):focus, #global .section_filter.filter_light input[type=date]:not(.simple_layout).focus, #global .section_filter.filter_light input[type=time]:not(.simple_layout):hover, #global .section_filter.filter_light input[type=time]:not(.simple_layout):focus, #global .section_filter.filter_light input[type=time]:not(.simple_layout).focus, #global .section_filter.filter_light input[type=url]:not(.simple_layout):hover, #global .section_filter.filter_light input[type=url]:not(.simple_layout):focus, #global .section_filter.filter_light input[type=url]:not(.simple_layout).focus, #global .section_filter.filter_light textarea:not(.simple_layout):hover, #global .section_filter.filter_light textarea:not(.simple_layout):focus, #global .section_filter.filter_light textarea:not(.simple_layout).focus, #global .section_filter.filter_light select:not(.simple_layout):hover, #global .section_filter.filter_light select:not(.simple_layout):focus, #global .section_filter.filter_light select:not(.simple_layout).focus, #global .section_filter.filter_light .multiselect:not(.simple_layout):hover, #global .section_filter.filter_light .multiselect:not(.simple_layout):focus, #global .section_filter.filter_light .multiselect:not(.simple_layout).focus, #global .section_filter.filter_light .input:not(.simple_layout):hover, #global .section_filter.filter_light .input:not(.simple_layout):focus, #global .section_filter.filter_light .input:not(.simple_layout).focus, .cms_section_light input[type=text]:not(.simple_layout):hover, .cms_section_light input[type=text]:not(.simple_layout):focus, .cms_section_light input[type=text]:not(.simple_layout).focus, .cms_section_light input[type=password]:not(.simple_layout):hover, .cms_section_light input[type=password]:not(.simple_layout):focus, .cms_section_light input[type=password]:not(.simple_layout).focus, .cms_section_light input[type=email]:not(.simple_layout):hover, .cms_section_light input[type=email]:not(.simple_layout):focus, .cms_section_light input[type=email]:not(.simple_layout).focus, .cms_section_light input[type=tel]:not(.simple_layout):hover, .cms_section_light input[type=tel]:not(.simple_layout):focus, .cms_section_light input[type=tel]:not(.simple_layout).focus, .cms_section_light input[type=number]:not(.simple_layout):hover, .cms_section_light input[type=number]:not(.simple_layout):focus, .cms_section_light input[type=number]:not(.simple_layout).focus, .cms_section_light input[type=date]:not(.simple_layout):hover, .cms_section_light input[type=date]:not(.simple_layout):focus, .cms_section_light input[type=date]:not(.simple_layout).focus, .cms_section_light input[type=time]:not(.simple_layout):hover, .cms_section_light input[type=time]:not(.simple_layout):focus, .cms_section_light input[type=time]:not(.simple_layout).focus, .cms_section_light input[type=url]:not(.simple_layout):hover, .cms_section_light input[type=url]:not(.simple_layout):focus, .cms_section_light input[type=url]:not(.simple_layout).focus, .cms_section_light textarea:not(.simple_layout):hover, .cms_section_light textarea:not(.simple_layout):focus, .cms_section_light textarea:not(.simple_layout).focus, .cms_section_light select:not(.simple_layout):hover, .cms_section_light select:not(.simple_layout):focus, .cms_section_light select:not(.simple_layout).focus, .cms_section_light .multiselect:not(.simple_layout):hover, .cms_section_light .multiselect:not(.simple_layout):focus, .cms_section_light .multiselect:not(.simple_layout).focus, .cms_section_light .input:not(.simple_layout):hover, .cms_section_light .input:not(.simple_layout):focus, .cms_section_light .input:not(.simple_layout).focus {
  background-color: #ffffff;
  border-color: #eaeaea;
  color: #000000;
}
.criterias_categories_box input[type=text]:not(.simple_layout):hover .placeholder, .criterias_categories_box input[type=text]:not(.simple_layout):focus .placeholder, .criterias_categories_box input[type=text]:not(.simple_layout).focus .placeholder, .criterias_categories_box input[type=password]:not(.simple_layout):hover .placeholder, .criterias_categories_box input[type=password]:not(.simple_layout):focus .placeholder, .criterias_categories_box input[type=password]:not(.simple_layout).focus .placeholder, .criterias_categories_box input[type=email]:not(.simple_layout):hover .placeholder, .criterias_categories_box input[type=email]:not(.simple_layout):focus .placeholder, .criterias_categories_box input[type=email]:not(.simple_layout).focus .placeholder, .criterias_categories_box input[type=tel]:not(.simple_layout):hover .placeholder, .criterias_categories_box input[type=tel]:not(.simple_layout):focus .placeholder, .criterias_categories_box input[type=tel]:not(.simple_layout).focus .placeholder, .criterias_categories_box input[type=number]:not(.simple_layout):hover .placeholder, .criterias_categories_box input[type=number]:not(.simple_layout):focus .placeholder, .criterias_categories_box input[type=number]:not(.simple_layout).focus .placeholder, .criterias_categories_box input[type=date]:not(.simple_layout):hover .placeholder, .criterias_categories_box input[type=date]:not(.simple_layout):focus .placeholder, .criterias_categories_box input[type=date]:not(.simple_layout).focus .placeholder, .criterias_categories_box input[type=time]:not(.simple_layout):hover .placeholder, .criterias_categories_box input[type=time]:not(.simple_layout):focus .placeholder, .criterias_categories_box input[type=time]:not(.simple_layout).focus .placeholder, .criterias_categories_box input[type=url]:not(.simple_layout):hover .placeholder, .criterias_categories_box input[type=url]:not(.simple_layout):focus .placeholder, .criterias_categories_box input[type=url]:not(.simple_layout).focus .placeholder, .criterias_categories_box textarea:not(.simple_layout):hover .placeholder, .criterias_categories_box textarea:not(.simple_layout):focus .placeholder, .criterias_categories_box textarea:not(.simple_layout).focus .placeholder, .criterias_categories_box select:not(.simple_layout):hover .placeholder, .criterias_categories_box select:not(.simple_layout):focus .placeholder, .criterias_categories_box select:not(.simple_layout).focus .placeholder, .criterias_categories_box .multiselect:not(.simple_layout):hover .placeholder, .criterias_categories_box .multiselect:not(.simple_layout):focus .placeholder, .criterias_categories_box .multiselect:not(.simple_layout).focus .placeholder, .criterias_categories_box .input:not(.simple_layout):hover .placeholder, .criterias_categories_box .input:not(.simple_layout):focus .placeholder, .criterias_categories_box .input:not(.simple_layout).focus .placeholder, #global .section_filter.filter_light input[type=text]:not(.simple_layout):hover .placeholder, #global .section_filter.filter_light input[type=text]:not(.simple_layout):focus .placeholder, #global .section_filter.filter_light input[type=text]:not(.simple_layout).focus .placeholder, #global .section_filter.filter_light input[type=password]:not(.simple_layout):hover .placeholder, #global .section_filter.filter_light input[type=password]:not(.simple_layout):focus .placeholder, #global .section_filter.filter_light input[type=password]:not(.simple_layout).focus .placeholder, #global .section_filter.filter_light input[type=email]:not(.simple_layout):hover .placeholder, #global .section_filter.filter_light input[type=email]:not(.simple_layout):focus .placeholder, #global .section_filter.filter_light input[type=email]:not(.simple_layout).focus .placeholder, #global .section_filter.filter_light input[type=tel]:not(.simple_layout):hover .placeholder, #global .section_filter.filter_light input[type=tel]:not(.simple_layout):focus .placeholder, #global .section_filter.filter_light input[type=tel]:not(.simple_layout).focus .placeholder, #global .section_filter.filter_light input[type=number]:not(.simple_layout):hover .placeholder, #global .section_filter.filter_light input[type=number]:not(.simple_layout):focus .placeholder, #global .section_filter.filter_light input[type=number]:not(.simple_layout).focus .placeholder, #global .section_filter.filter_light input[type=date]:not(.simple_layout):hover .placeholder, #global .section_filter.filter_light input[type=date]:not(.simple_layout):focus .placeholder, #global .section_filter.filter_light input[type=date]:not(.simple_layout).focus .placeholder, #global .section_filter.filter_light input[type=time]:not(.simple_layout):hover .placeholder, #global .section_filter.filter_light input[type=time]:not(.simple_layout):focus .placeholder, #global .section_filter.filter_light input[type=time]:not(.simple_layout).focus .placeholder, #global .section_filter.filter_light input[type=url]:not(.simple_layout):hover .placeholder, #global .section_filter.filter_light input[type=url]:not(.simple_layout):focus .placeholder, #global .section_filter.filter_light input[type=url]:not(.simple_layout).focus .placeholder, #global .section_filter.filter_light textarea:not(.simple_layout):hover .placeholder, #global .section_filter.filter_light textarea:not(.simple_layout):focus .placeholder, #global .section_filter.filter_light textarea:not(.simple_layout).focus .placeholder, #global .section_filter.filter_light select:not(.simple_layout):hover .placeholder, #global .section_filter.filter_light select:not(.simple_layout):focus .placeholder, #global .section_filter.filter_light select:not(.simple_layout).focus .placeholder, #global .section_filter.filter_light .multiselect:not(.simple_layout):hover .placeholder, #global .section_filter.filter_light .multiselect:not(.simple_layout):focus .placeholder, #global .section_filter.filter_light .multiselect:not(.simple_layout).focus .placeholder, #global .section_filter.filter_light .input:not(.simple_layout):hover .placeholder, #global .section_filter.filter_light .input:not(.simple_layout):focus .placeholder, #global .section_filter.filter_light .input:not(.simple_layout).focus .placeholder, .cms_section_light input[type=text]:not(.simple_layout):hover .placeholder, .cms_section_light input[type=text]:not(.simple_layout):focus .placeholder, .cms_section_light input[type=text]:not(.simple_layout).focus .placeholder, .cms_section_light input[type=password]:not(.simple_layout):hover .placeholder, .cms_section_light input[type=password]:not(.simple_layout):focus .placeholder, .cms_section_light input[type=password]:not(.simple_layout).focus .placeholder, .cms_section_light input[type=email]:not(.simple_layout):hover .placeholder, .cms_section_light input[type=email]:not(.simple_layout):focus .placeholder, .cms_section_light input[type=email]:not(.simple_layout).focus .placeholder, .cms_section_light input[type=tel]:not(.simple_layout):hover .placeholder, .cms_section_light input[type=tel]:not(.simple_layout):focus .placeholder, .cms_section_light input[type=tel]:not(.simple_layout).focus .placeholder, .cms_section_light input[type=number]:not(.simple_layout):hover .placeholder, .cms_section_light input[type=number]:not(.simple_layout):focus .placeholder, .cms_section_light input[type=number]:not(.simple_layout).focus .placeholder, .cms_section_light input[type=date]:not(.simple_layout):hover .placeholder, .cms_section_light input[type=date]:not(.simple_layout):focus .placeholder, .cms_section_light input[type=date]:not(.simple_layout).focus .placeholder, .cms_section_light input[type=time]:not(.simple_layout):hover .placeholder, .cms_section_light input[type=time]:not(.simple_layout):focus .placeholder, .cms_section_light input[type=time]:not(.simple_layout).focus .placeholder, .cms_section_light input[type=url]:not(.simple_layout):hover .placeholder, .cms_section_light input[type=url]:not(.simple_layout):focus .placeholder, .cms_section_light input[type=url]:not(.simple_layout).focus .placeholder, .cms_section_light textarea:not(.simple_layout):hover .placeholder, .cms_section_light textarea:not(.simple_layout):focus .placeholder, .cms_section_light textarea:not(.simple_layout).focus .placeholder, .cms_section_light select:not(.simple_layout):hover .placeholder, .cms_section_light select:not(.simple_layout):focus .placeholder, .cms_section_light select:not(.simple_layout).focus .placeholder, .cms_section_light .multiselect:not(.simple_layout):hover .placeholder, .cms_section_light .multiselect:not(.simple_layout):focus .placeholder, .cms_section_light .multiselect:not(.simple_layout).focus .placeholder, .cms_section_light .input:not(.simple_layout):hover .placeholder, .cms_section_light .input:not(.simple_layout):focus .placeholder, .cms_section_light .input:not(.simple_layout).focus .placeholder {
  color: #000000;
}
.criterias_categories_box input[type=text]:not(.simple_layout).inactive, .criterias_categories_box input[type=text]:not(.simple_layout).inactive:hover, .criterias_categories_box input[type=text]:not(.simple_layout).inactive:focus, .criterias_categories_box input[type=text]:not(.simple_layout).inactive.focus, .criterias_categories_box input[type=text]:not(.simple_layout)[disabled], .criterias_categories_box input[type=text]:not(.simple_layout)[disabled]:hover, .criterias_categories_box input[type=text]:not(.simple_layout)[disabled]:focus, .criterias_categories_box input[type=text]:not(.simple_layout)[disabled].focus, .criterias_categories_box input[type=text]:not(.simple_layout).disabled, .criterias_categories_box input[type=text]:not(.simple_layout).disabled:hover, .criterias_categories_box input[type=text]:not(.simple_layout).disabled:focus, .criterias_categories_box input[type=text]:not(.simple_layout).disabled.focus, .criterias_categories_box input[type=password]:not(.simple_layout).inactive, .criterias_categories_box input[type=password]:not(.simple_layout).inactive:hover, .criterias_categories_box input[type=password]:not(.simple_layout).inactive:focus, .criterias_categories_box input[type=password]:not(.simple_layout).inactive.focus, .criterias_categories_box input[type=password]:not(.simple_layout)[disabled], .criterias_categories_box input[type=password]:not(.simple_layout)[disabled]:hover, .criterias_categories_box input[type=password]:not(.simple_layout)[disabled]:focus, .criterias_categories_box input[type=password]:not(.simple_layout)[disabled].focus, .criterias_categories_box input[type=password]:not(.simple_layout).disabled, .criterias_categories_box input[type=password]:not(.simple_layout).disabled:hover, .criterias_categories_box input[type=password]:not(.simple_layout).disabled:focus, .criterias_categories_box input[type=password]:not(.simple_layout).disabled.focus, .criterias_categories_box input[type=email]:not(.simple_layout).inactive, .criterias_categories_box input[type=email]:not(.simple_layout).inactive:hover, .criterias_categories_box input[type=email]:not(.simple_layout).inactive:focus, .criterias_categories_box input[type=email]:not(.simple_layout).inactive.focus, .criterias_categories_box input[type=email]:not(.simple_layout)[disabled], .criterias_categories_box input[type=email]:not(.simple_layout)[disabled]:hover, .criterias_categories_box input[type=email]:not(.simple_layout)[disabled]:focus, .criterias_categories_box input[type=email]:not(.simple_layout)[disabled].focus, .criterias_categories_box input[type=email]:not(.simple_layout).disabled, .criterias_categories_box input[type=email]:not(.simple_layout).disabled:hover, .criterias_categories_box input[type=email]:not(.simple_layout).disabled:focus, .criterias_categories_box input[type=email]:not(.simple_layout).disabled.focus, .criterias_categories_box input[type=tel]:not(.simple_layout).inactive, .criterias_categories_box input[type=tel]:not(.simple_layout).inactive:hover, .criterias_categories_box input[type=tel]:not(.simple_layout).inactive:focus, .criterias_categories_box input[type=tel]:not(.simple_layout).inactive.focus, .criterias_categories_box input[type=tel]:not(.simple_layout)[disabled], .criterias_categories_box input[type=tel]:not(.simple_layout)[disabled]:hover, .criterias_categories_box input[type=tel]:not(.simple_layout)[disabled]:focus, .criterias_categories_box input[type=tel]:not(.simple_layout)[disabled].focus, .criterias_categories_box input[type=tel]:not(.simple_layout).disabled, .criterias_categories_box input[type=tel]:not(.simple_layout).disabled:hover, .criterias_categories_box input[type=tel]:not(.simple_layout).disabled:focus, .criterias_categories_box input[type=tel]:not(.simple_layout).disabled.focus, .criterias_categories_box input[type=number]:not(.simple_layout).inactive, .criterias_categories_box input[type=number]:not(.simple_layout).inactive:hover, .criterias_categories_box input[type=number]:not(.simple_layout).inactive:focus, .criterias_categories_box input[type=number]:not(.simple_layout).inactive.focus, .criterias_categories_box input[type=number]:not(.simple_layout)[disabled], .criterias_categories_box input[type=number]:not(.simple_layout)[disabled]:hover, .criterias_categories_box input[type=number]:not(.simple_layout)[disabled]:focus, .criterias_categories_box input[type=number]:not(.simple_layout)[disabled].focus, .criterias_categories_box input[type=number]:not(.simple_layout).disabled, .criterias_categories_box input[type=number]:not(.simple_layout).disabled:hover, .criterias_categories_box input[type=number]:not(.simple_layout).disabled:focus, .criterias_categories_box input[type=number]:not(.simple_layout).disabled.focus, .criterias_categories_box input[type=date]:not(.simple_layout).inactive, .criterias_categories_box input[type=date]:not(.simple_layout).inactive:hover, .criterias_categories_box input[type=date]:not(.simple_layout).inactive:focus, .criterias_categories_box input[type=date]:not(.simple_layout).inactive.focus, .criterias_categories_box input[type=date]:not(.simple_layout)[disabled], .criterias_categories_box input[type=date]:not(.simple_layout)[disabled]:hover, .criterias_categories_box input[type=date]:not(.simple_layout)[disabled]:focus, .criterias_categories_box input[type=date]:not(.simple_layout)[disabled].focus, .criterias_categories_box input[type=date]:not(.simple_layout).disabled, .criterias_categories_box input[type=date]:not(.simple_layout).disabled:hover, .criterias_categories_box input[type=date]:not(.simple_layout).disabled:focus, .criterias_categories_box input[type=date]:not(.simple_layout).disabled.focus, .criterias_categories_box input[type=time]:not(.simple_layout).inactive, .criterias_categories_box input[type=time]:not(.simple_layout).inactive:hover, .criterias_categories_box input[type=time]:not(.simple_layout).inactive:focus, .criterias_categories_box input[type=time]:not(.simple_layout).inactive.focus, .criterias_categories_box input[type=time]:not(.simple_layout)[disabled], .criterias_categories_box input[type=time]:not(.simple_layout)[disabled]:hover, .criterias_categories_box input[type=time]:not(.simple_layout)[disabled]:focus, .criterias_categories_box input[type=time]:not(.simple_layout)[disabled].focus, .criterias_categories_box input[type=time]:not(.simple_layout).disabled, .criterias_categories_box input[type=time]:not(.simple_layout).disabled:hover, .criterias_categories_box input[type=time]:not(.simple_layout).disabled:focus, .criterias_categories_box input[type=time]:not(.simple_layout).disabled.focus, .criterias_categories_box input[type=url]:not(.simple_layout).inactive, .criterias_categories_box input[type=url]:not(.simple_layout).inactive:hover, .criterias_categories_box input[type=url]:not(.simple_layout).inactive:focus, .criterias_categories_box input[type=url]:not(.simple_layout).inactive.focus, .criterias_categories_box input[type=url]:not(.simple_layout)[disabled], .criterias_categories_box input[type=url]:not(.simple_layout)[disabled]:hover, .criterias_categories_box input[type=url]:not(.simple_layout)[disabled]:focus, .criterias_categories_box input[type=url]:not(.simple_layout)[disabled].focus, .criterias_categories_box input[type=url]:not(.simple_layout).disabled, .criterias_categories_box input[type=url]:not(.simple_layout).disabled:hover, .criterias_categories_box input[type=url]:not(.simple_layout).disabled:focus, .criterias_categories_box input[type=url]:not(.simple_layout).disabled.focus, .criterias_categories_box textarea:not(.simple_layout).inactive, .criterias_categories_box textarea:not(.simple_layout).inactive:hover, .criterias_categories_box textarea:not(.simple_layout).inactive:focus, .criterias_categories_box textarea:not(.simple_layout).inactive.focus, .criterias_categories_box textarea:not(.simple_layout)[disabled], .criterias_categories_box textarea:not(.simple_layout)[disabled]:hover, .criterias_categories_box textarea:not(.simple_layout)[disabled]:focus, .criterias_categories_box textarea:not(.simple_layout)[disabled].focus, .criterias_categories_box textarea:not(.simple_layout).disabled, .criterias_categories_box textarea:not(.simple_layout).disabled:hover, .criterias_categories_box textarea:not(.simple_layout).disabled:focus, .criterias_categories_box textarea:not(.simple_layout).disabled.focus, .criterias_categories_box select:not(.simple_layout).inactive, .criterias_categories_box select:not(.simple_layout).inactive:hover, .criterias_categories_box select:not(.simple_layout).inactive:focus, .criterias_categories_box select:not(.simple_layout).inactive.focus, .criterias_categories_box select:not(.simple_layout)[disabled], .criterias_categories_box select:not(.simple_layout)[disabled]:hover, .criterias_categories_box select:not(.simple_layout)[disabled]:focus, .criterias_categories_box select:not(.simple_layout)[disabled].focus, .criterias_categories_box select:not(.simple_layout).disabled, .criterias_categories_box select:not(.simple_layout).disabled:hover, .criterias_categories_box select:not(.simple_layout).disabled:focus, .criterias_categories_box select:not(.simple_layout).disabled.focus, .criterias_categories_box .multiselect:not(.simple_layout).inactive, .criterias_categories_box .multiselect:not(.simple_layout).inactive:hover, .criterias_categories_box .multiselect:not(.simple_layout).inactive:focus, .criterias_categories_box .multiselect:not(.simple_layout).inactive.focus, .criterias_categories_box .multiselect:not(.simple_layout)[disabled], .criterias_categories_box .multiselect:not(.simple_layout)[disabled]:hover, .criterias_categories_box .multiselect:not(.simple_layout)[disabled]:focus, .criterias_categories_box .multiselect:not(.simple_layout)[disabled].focus, .criterias_categories_box .multiselect:not(.simple_layout).disabled, .criterias_categories_box .multiselect:not(.simple_layout).disabled:hover, .criterias_categories_box .multiselect:not(.simple_layout).disabled:focus, .criterias_categories_box .multiselect:not(.simple_layout).disabled.focus, .criterias_categories_box .input:not(.simple_layout).inactive, .criterias_categories_box .input:not(.simple_layout).inactive:hover, .criterias_categories_box .input:not(.simple_layout).inactive:focus, .criterias_categories_box .input:not(.simple_layout).inactive.focus, .criterias_categories_box .input:not(.simple_layout)[disabled], .criterias_categories_box .input:not(.simple_layout)[disabled]:hover, .criterias_categories_box .input:not(.simple_layout)[disabled]:focus, .criterias_categories_box .input:not(.simple_layout)[disabled].focus, .criterias_categories_box .input:not(.simple_layout).disabled, .criterias_categories_box .input:not(.simple_layout).disabled:hover, .criterias_categories_box .input:not(.simple_layout).disabled:focus, .criterias_categories_box .input:not(.simple_layout).disabled.focus, #global .section_filter.filter_light input[type=text]:not(.simple_layout).inactive, #global .section_filter.filter_light input[type=text]:not(.simple_layout).inactive:hover, #global .section_filter.filter_light input[type=text]:not(.simple_layout).inactive:focus, #global .section_filter.filter_light input[type=text]:not(.simple_layout).inactive.focus, #global .section_filter.filter_light input[type=text]:not(.simple_layout)[disabled], #global .section_filter.filter_light input[type=text]:not(.simple_layout)[disabled]:hover, #global .section_filter.filter_light input[type=text]:not(.simple_layout)[disabled]:focus, #global .section_filter.filter_light input[type=text]:not(.simple_layout)[disabled].focus, #global .section_filter.filter_light input[type=text]:not(.simple_layout).disabled, #global .section_filter.filter_light input[type=text]:not(.simple_layout).disabled:hover, #global .section_filter.filter_light input[type=text]:not(.simple_layout).disabled:focus, #global .section_filter.filter_light input[type=text]:not(.simple_layout).disabled.focus, #global .section_filter.filter_light input[type=password]:not(.simple_layout).inactive, #global .section_filter.filter_light input[type=password]:not(.simple_layout).inactive:hover, #global .section_filter.filter_light input[type=password]:not(.simple_layout).inactive:focus, #global .section_filter.filter_light input[type=password]:not(.simple_layout).inactive.focus, #global .section_filter.filter_light input[type=password]:not(.simple_layout)[disabled], #global .section_filter.filter_light input[type=password]:not(.simple_layout)[disabled]:hover, #global .section_filter.filter_light input[type=password]:not(.simple_layout)[disabled]:focus, #global .section_filter.filter_light input[type=password]:not(.simple_layout)[disabled].focus, #global .section_filter.filter_light input[type=password]:not(.simple_layout).disabled, #global .section_filter.filter_light input[type=password]:not(.simple_layout).disabled:hover, #global .section_filter.filter_light input[type=password]:not(.simple_layout).disabled:focus, #global .section_filter.filter_light input[type=password]:not(.simple_layout).disabled.focus, #global .section_filter.filter_light input[type=email]:not(.simple_layout).inactive, #global .section_filter.filter_light input[type=email]:not(.simple_layout).inactive:hover, #global .section_filter.filter_light input[type=email]:not(.simple_layout).inactive:focus, #global .section_filter.filter_light input[type=email]:not(.simple_layout).inactive.focus, #global .section_filter.filter_light input[type=email]:not(.simple_layout)[disabled], #global .section_filter.filter_light input[type=email]:not(.simple_layout)[disabled]:hover, #global .section_filter.filter_light input[type=email]:not(.simple_layout)[disabled]:focus, #global .section_filter.filter_light input[type=email]:not(.simple_layout)[disabled].focus, #global .section_filter.filter_light input[type=email]:not(.simple_layout).disabled, #global .section_filter.filter_light input[type=email]:not(.simple_layout).disabled:hover, #global .section_filter.filter_light input[type=email]:not(.simple_layout).disabled:focus, #global .section_filter.filter_light input[type=email]:not(.simple_layout).disabled.focus, #global .section_filter.filter_light input[type=tel]:not(.simple_layout).inactive, #global .section_filter.filter_light input[type=tel]:not(.simple_layout).inactive:hover, #global .section_filter.filter_light input[type=tel]:not(.simple_layout).inactive:focus, #global .section_filter.filter_light input[type=tel]:not(.simple_layout).inactive.focus, #global .section_filter.filter_light input[type=tel]:not(.simple_layout)[disabled], #global .section_filter.filter_light input[type=tel]:not(.simple_layout)[disabled]:hover, #global .section_filter.filter_light input[type=tel]:not(.simple_layout)[disabled]:focus, #global .section_filter.filter_light input[type=tel]:not(.simple_layout)[disabled].focus, #global .section_filter.filter_light input[type=tel]:not(.simple_layout).disabled, #global .section_filter.filter_light input[type=tel]:not(.simple_layout).disabled:hover, #global .section_filter.filter_light input[type=tel]:not(.simple_layout).disabled:focus, #global .section_filter.filter_light input[type=tel]:not(.simple_layout).disabled.focus, #global .section_filter.filter_light input[type=number]:not(.simple_layout).inactive, #global .section_filter.filter_light input[type=number]:not(.simple_layout).inactive:hover, #global .section_filter.filter_light input[type=number]:not(.simple_layout).inactive:focus, #global .section_filter.filter_light input[type=number]:not(.simple_layout).inactive.focus, #global .section_filter.filter_light input[type=number]:not(.simple_layout)[disabled], #global .section_filter.filter_light input[type=number]:not(.simple_layout)[disabled]:hover, #global .section_filter.filter_light input[type=number]:not(.simple_layout)[disabled]:focus, #global .section_filter.filter_light input[type=number]:not(.simple_layout)[disabled].focus, #global .section_filter.filter_light input[type=number]:not(.simple_layout).disabled, #global .section_filter.filter_light input[type=number]:not(.simple_layout).disabled:hover, #global .section_filter.filter_light input[type=number]:not(.simple_layout).disabled:focus, #global .section_filter.filter_light input[type=number]:not(.simple_layout).disabled.focus, #global .section_filter.filter_light input[type=date]:not(.simple_layout).inactive, #global .section_filter.filter_light input[type=date]:not(.simple_layout).inactive:hover, #global .section_filter.filter_light input[type=date]:not(.simple_layout).inactive:focus, #global .section_filter.filter_light input[type=date]:not(.simple_layout).inactive.focus, #global .section_filter.filter_light input[type=date]:not(.simple_layout)[disabled], #global .section_filter.filter_light input[type=date]:not(.simple_layout)[disabled]:hover, #global .section_filter.filter_light input[type=date]:not(.simple_layout)[disabled]:focus, #global .section_filter.filter_light input[type=date]:not(.simple_layout)[disabled].focus, #global .section_filter.filter_light input[type=date]:not(.simple_layout).disabled, #global .section_filter.filter_light input[type=date]:not(.simple_layout).disabled:hover, #global .section_filter.filter_light input[type=date]:not(.simple_layout).disabled:focus, #global .section_filter.filter_light input[type=date]:not(.simple_layout).disabled.focus, #global .section_filter.filter_light input[type=time]:not(.simple_layout).inactive, #global .section_filter.filter_light input[type=time]:not(.simple_layout).inactive:hover, #global .section_filter.filter_light input[type=time]:not(.simple_layout).inactive:focus, #global .section_filter.filter_light input[type=time]:not(.simple_layout).inactive.focus, #global .section_filter.filter_light input[type=time]:not(.simple_layout)[disabled], #global .section_filter.filter_light input[type=time]:not(.simple_layout)[disabled]:hover, #global .section_filter.filter_light input[type=time]:not(.simple_layout)[disabled]:focus, #global .section_filter.filter_light input[type=time]:not(.simple_layout)[disabled].focus, #global .section_filter.filter_light input[type=time]:not(.simple_layout).disabled, #global .section_filter.filter_light input[type=time]:not(.simple_layout).disabled:hover, #global .section_filter.filter_light input[type=time]:not(.simple_layout).disabled:focus, #global .section_filter.filter_light input[type=time]:not(.simple_layout).disabled.focus, #global .section_filter.filter_light input[type=url]:not(.simple_layout).inactive, #global .section_filter.filter_light input[type=url]:not(.simple_layout).inactive:hover, #global .section_filter.filter_light input[type=url]:not(.simple_layout).inactive:focus, #global .section_filter.filter_light input[type=url]:not(.simple_layout).inactive.focus, #global .section_filter.filter_light input[type=url]:not(.simple_layout)[disabled], #global .section_filter.filter_light input[type=url]:not(.simple_layout)[disabled]:hover, #global .section_filter.filter_light input[type=url]:not(.simple_layout)[disabled]:focus, #global .section_filter.filter_light input[type=url]:not(.simple_layout)[disabled].focus, #global .section_filter.filter_light input[type=url]:not(.simple_layout).disabled, #global .section_filter.filter_light input[type=url]:not(.simple_layout).disabled:hover, #global .section_filter.filter_light input[type=url]:not(.simple_layout).disabled:focus, #global .section_filter.filter_light input[type=url]:not(.simple_layout).disabled.focus, #global .section_filter.filter_light textarea:not(.simple_layout).inactive, #global .section_filter.filter_light textarea:not(.simple_layout).inactive:hover, #global .section_filter.filter_light textarea:not(.simple_layout).inactive:focus, #global .section_filter.filter_light textarea:not(.simple_layout).inactive.focus, #global .section_filter.filter_light textarea:not(.simple_layout)[disabled], #global .section_filter.filter_light textarea:not(.simple_layout)[disabled]:hover, #global .section_filter.filter_light textarea:not(.simple_layout)[disabled]:focus, #global .section_filter.filter_light textarea:not(.simple_layout)[disabled].focus, #global .section_filter.filter_light textarea:not(.simple_layout).disabled, #global .section_filter.filter_light textarea:not(.simple_layout).disabled:hover, #global .section_filter.filter_light textarea:not(.simple_layout).disabled:focus, #global .section_filter.filter_light textarea:not(.simple_layout).disabled.focus, #global .section_filter.filter_light select:not(.simple_layout).inactive, #global .section_filter.filter_light select:not(.simple_layout).inactive:hover, #global .section_filter.filter_light select:not(.simple_layout).inactive:focus, #global .section_filter.filter_light select:not(.simple_layout).inactive.focus, #global .section_filter.filter_light select:not(.simple_layout)[disabled], #global .section_filter.filter_light select:not(.simple_layout)[disabled]:hover, #global .section_filter.filter_light select:not(.simple_layout)[disabled]:focus, #global .section_filter.filter_light select:not(.simple_layout)[disabled].focus, #global .section_filter.filter_light select:not(.simple_layout).disabled, #global .section_filter.filter_light select:not(.simple_layout).disabled:hover, #global .section_filter.filter_light select:not(.simple_layout).disabled:focus, #global .section_filter.filter_light select:not(.simple_layout).disabled.focus, #global .section_filter.filter_light .multiselect:not(.simple_layout).inactive, #global .section_filter.filter_light .multiselect:not(.simple_layout).inactive:hover, #global .section_filter.filter_light .multiselect:not(.simple_layout).inactive:focus, #global .section_filter.filter_light .multiselect:not(.simple_layout).inactive.focus, #global .section_filter.filter_light .multiselect:not(.simple_layout)[disabled], #global .section_filter.filter_light .multiselect:not(.simple_layout)[disabled]:hover, #global .section_filter.filter_light .multiselect:not(.simple_layout)[disabled]:focus, #global .section_filter.filter_light .multiselect:not(.simple_layout)[disabled].focus, #global .section_filter.filter_light .multiselect:not(.simple_layout).disabled, #global .section_filter.filter_light .multiselect:not(.simple_layout).disabled:hover, #global .section_filter.filter_light .multiselect:not(.simple_layout).disabled:focus, #global .section_filter.filter_light .multiselect:not(.simple_layout).disabled.focus, #global .section_filter.filter_light .input:not(.simple_layout).inactive, #global .section_filter.filter_light .input:not(.simple_layout).inactive:hover, #global .section_filter.filter_light .input:not(.simple_layout).inactive:focus, #global .section_filter.filter_light .input:not(.simple_layout).inactive.focus, #global .section_filter.filter_light .input:not(.simple_layout)[disabled], #global .section_filter.filter_light .input:not(.simple_layout)[disabled]:hover, #global .section_filter.filter_light .input:not(.simple_layout)[disabled]:focus, #global .section_filter.filter_light .input:not(.simple_layout)[disabled].focus, #global .section_filter.filter_light .input:not(.simple_layout).disabled, #global .section_filter.filter_light .input:not(.simple_layout).disabled:hover, #global .section_filter.filter_light .input:not(.simple_layout).disabled:focus, #global .section_filter.filter_light .input:not(.simple_layout).disabled.focus, .cms_section_light input[type=text]:not(.simple_layout).inactive, .cms_section_light input[type=text]:not(.simple_layout).inactive:hover, .cms_section_light input[type=text]:not(.simple_layout).inactive:focus, .cms_section_light input[type=text]:not(.simple_layout).inactive.focus, .cms_section_light input[type=text]:not(.simple_layout)[disabled], .cms_section_light input[type=text]:not(.simple_layout)[disabled]:hover, .cms_section_light input[type=text]:not(.simple_layout)[disabled]:focus, .cms_section_light input[type=text]:not(.simple_layout)[disabled].focus, .cms_section_light input[type=text]:not(.simple_layout).disabled, .cms_section_light input[type=text]:not(.simple_layout).disabled:hover, .cms_section_light input[type=text]:not(.simple_layout).disabled:focus, .cms_section_light input[type=text]:not(.simple_layout).disabled.focus, .cms_section_light input[type=password]:not(.simple_layout).inactive, .cms_section_light input[type=password]:not(.simple_layout).inactive:hover, .cms_section_light input[type=password]:not(.simple_layout).inactive:focus, .cms_section_light input[type=password]:not(.simple_layout).inactive.focus, .cms_section_light input[type=password]:not(.simple_layout)[disabled], .cms_section_light input[type=password]:not(.simple_layout)[disabled]:hover, .cms_section_light input[type=password]:not(.simple_layout)[disabled]:focus, .cms_section_light input[type=password]:not(.simple_layout)[disabled].focus, .cms_section_light input[type=password]:not(.simple_layout).disabled, .cms_section_light input[type=password]:not(.simple_layout).disabled:hover, .cms_section_light input[type=password]:not(.simple_layout).disabled:focus, .cms_section_light input[type=password]:not(.simple_layout).disabled.focus, .cms_section_light input[type=email]:not(.simple_layout).inactive, .cms_section_light input[type=email]:not(.simple_layout).inactive:hover, .cms_section_light input[type=email]:not(.simple_layout).inactive:focus, .cms_section_light input[type=email]:not(.simple_layout).inactive.focus, .cms_section_light input[type=email]:not(.simple_layout)[disabled], .cms_section_light input[type=email]:not(.simple_layout)[disabled]:hover, .cms_section_light input[type=email]:not(.simple_layout)[disabled]:focus, .cms_section_light input[type=email]:not(.simple_layout)[disabled].focus, .cms_section_light input[type=email]:not(.simple_layout).disabled, .cms_section_light input[type=email]:not(.simple_layout).disabled:hover, .cms_section_light input[type=email]:not(.simple_layout).disabled:focus, .cms_section_light input[type=email]:not(.simple_layout).disabled.focus, .cms_section_light input[type=tel]:not(.simple_layout).inactive, .cms_section_light input[type=tel]:not(.simple_layout).inactive:hover, .cms_section_light input[type=tel]:not(.simple_layout).inactive:focus, .cms_section_light input[type=tel]:not(.simple_layout).inactive.focus, .cms_section_light input[type=tel]:not(.simple_layout)[disabled], .cms_section_light input[type=tel]:not(.simple_layout)[disabled]:hover, .cms_section_light input[type=tel]:not(.simple_layout)[disabled]:focus, .cms_section_light input[type=tel]:not(.simple_layout)[disabled].focus, .cms_section_light input[type=tel]:not(.simple_layout).disabled, .cms_section_light input[type=tel]:not(.simple_layout).disabled:hover, .cms_section_light input[type=tel]:not(.simple_layout).disabled:focus, .cms_section_light input[type=tel]:not(.simple_layout).disabled.focus, .cms_section_light input[type=number]:not(.simple_layout).inactive, .cms_section_light input[type=number]:not(.simple_layout).inactive:hover, .cms_section_light input[type=number]:not(.simple_layout).inactive:focus, .cms_section_light input[type=number]:not(.simple_layout).inactive.focus, .cms_section_light input[type=number]:not(.simple_layout)[disabled], .cms_section_light input[type=number]:not(.simple_layout)[disabled]:hover, .cms_section_light input[type=number]:not(.simple_layout)[disabled]:focus, .cms_section_light input[type=number]:not(.simple_layout)[disabled].focus, .cms_section_light input[type=number]:not(.simple_layout).disabled, .cms_section_light input[type=number]:not(.simple_layout).disabled:hover, .cms_section_light input[type=number]:not(.simple_layout).disabled:focus, .cms_section_light input[type=number]:not(.simple_layout).disabled.focus, .cms_section_light input[type=date]:not(.simple_layout).inactive, .cms_section_light input[type=date]:not(.simple_layout).inactive:hover, .cms_section_light input[type=date]:not(.simple_layout).inactive:focus, .cms_section_light input[type=date]:not(.simple_layout).inactive.focus, .cms_section_light input[type=date]:not(.simple_layout)[disabled], .cms_section_light input[type=date]:not(.simple_layout)[disabled]:hover, .cms_section_light input[type=date]:not(.simple_layout)[disabled]:focus, .cms_section_light input[type=date]:not(.simple_layout)[disabled].focus, .cms_section_light input[type=date]:not(.simple_layout).disabled, .cms_section_light input[type=date]:not(.simple_layout).disabled:hover, .cms_section_light input[type=date]:not(.simple_layout).disabled:focus, .cms_section_light input[type=date]:not(.simple_layout).disabled.focus, .cms_section_light input[type=time]:not(.simple_layout).inactive, .cms_section_light input[type=time]:not(.simple_layout).inactive:hover, .cms_section_light input[type=time]:not(.simple_layout).inactive:focus, .cms_section_light input[type=time]:not(.simple_layout).inactive.focus, .cms_section_light input[type=time]:not(.simple_layout)[disabled], .cms_section_light input[type=time]:not(.simple_layout)[disabled]:hover, .cms_section_light input[type=time]:not(.simple_layout)[disabled]:focus, .cms_section_light input[type=time]:not(.simple_layout)[disabled].focus, .cms_section_light input[type=time]:not(.simple_layout).disabled, .cms_section_light input[type=time]:not(.simple_layout).disabled:hover, .cms_section_light input[type=time]:not(.simple_layout).disabled:focus, .cms_section_light input[type=time]:not(.simple_layout).disabled.focus, .cms_section_light input[type=url]:not(.simple_layout).inactive, .cms_section_light input[type=url]:not(.simple_layout).inactive:hover, .cms_section_light input[type=url]:not(.simple_layout).inactive:focus, .cms_section_light input[type=url]:not(.simple_layout).inactive.focus, .cms_section_light input[type=url]:not(.simple_layout)[disabled], .cms_section_light input[type=url]:not(.simple_layout)[disabled]:hover, .cms_section_light input[type=url]:not(.simple_layout)[disabled]:focus, .cms_section_light input[type=url]:not(.simple_layout)[disabled].focus, .cms_section_light input[type=url]:not(.simple_layout).disabled, .cms_section_light input[type=url]:not(.simple_layout).disabled:hover, .cms_section_light input[type=url]:not(.simple_layout).disabled:focus, .cms_section_light input[type=url]:not(.simple_layout).disabled.focus, .cms_section_light textarea:not(.simple_layout).inactive, .cms_section_light textarea:not(.simple_layout).inactive:hover, .cms_section_light textarea:not(.simple_layout).inactive:focus, .cms_section_light textarea:not(.simple_layout).inactive.focus, .cms_section_light textarea:not(.simple_layout)[disabled], .cms_section_light textarea:not(.simple_layout)[disabled]:hover, .cms_section_light textarea:not(.simple_layout)[disabled]:focus, .cms_section_light textarea:not(.simple_layout)[disabled].focus, .cms_section_light textarea:not(.simple_layout).disabled, .cms_section_light textarea:not(.simple_layout).disabled:hover, .cms_section_light textarea:not(.simple_layout).disabled:focus, .cms_section_light textarea:not(.simple_layout).disabled.focus, .cms_section_light select:not(.simple_layout).inactive, .cms_section_light select:not(.simple_layout).inactive:hover, .cms_section_light select:not(.simple_layout).inactive:focus, .cms_section_light select:not(.simple_layout).inactive.focus, .cms_section_light select:not(.simple_layout)[disabled], .cms_section_light select:not(.simple_layout)[disabled]:hover, .cms_section_light select:not(.simple_layout)[disabled]:focus, .cms_section_light select:not(.simple_layout)[disabled].focus, .cms_section_light select:not(.simple_layout).disabled, .cms_section_light select:not(.simple_layout).disabled:hover, .cms_section_light select:not(.simple_layout).disabled:focus, .cms_section_light select:not(.simple_layout).disabled.focus, .cms_section_light .multiselect:not(.simple_layout).inactive, .cms_section_light .multiselect:not(.simple_layout).inactive:hover, .cms_section_light .multiselect:not(.simple_layout).inactive:focus, .cms_section_light .multiselect:not(.simple_layout).inactive.focus, .cms_section_light .multiselect:not(.simple_layout)[disabled], .cms_section_light .multiselect:not(.simple_layout)[disabled]:hover, .cms_section_light .multiselect:not(.simple_layout)[disabled]:focus, .cms_section_light .multiselect:not(.simple_layout)[disabled].focus, .cms_section_light .multiselect:not(.simple_layout).disabled, .cms_section_light .multiselect:not(.simple_layout).disabled:hover, .cms_section_light .multiselect:not(.simple_layout).disabled:focus, .cms_section_light .multiselect:not(.simple_layout).disabled.focus, .cms_section_light .input:not(.simple_layout).inactive, .cms_section_light .input:not(.simple_layout).inactive:hover, .cms_section_light .input:not(.simple_layout).inactive:focus, .cms_section_light .input:not(.simple_layout).inactive.focus, .cms_section_light .input:not(.simple_layout)[disabled], .cms_section_light .input:not(.simple_layout)[disabled]:hover, .cms_section_light .input:not(.simple_layout)[disabled]:focus, .cms_section_light .input:not(.simple_layout)[disabled].focus, .cms_section_light .input:not(.simple_layout).disabled, .cms_section_light .input:not(.simple_layout).disabled:hover, .cms_section_light .input:not(.simple_layout).disabled:focus, .cms_section_light .input:not(.simple_layout).disabled.focus {
  background-color: #FFFFFF;
  border-color: #f7f7f7;
  color: #1a1a1a;
}
.criterias_categories_box input[type=text]:not(.simple_layout).inactive .placeholder, .criterias_categories_box input[type=text]:not(.simple_layout).inactive:hover .placeholder, .criterias_categories_box input[type=text]:not(.simple_layout).inactive:focus .placeholder, .criterias_categories_box input[type=text]:not(.simple_layout).inactive.focus .placeholder, .criterias_categories_box input[type=text]:not(.simple_layout)[disabled] .placeholder, .criterias_categories_box input[type=text]:not(.simple_layout)[disabled]:hover .placeholder, .criterias_categories_box input[type=text]:not(.simple_layout)[disabled]:focus .placeholder, .criterias_categories_box input[type=text]:not(.simple_layout)[disabled].focus .placeholder, .criterias_categories_box input[type=text]:not(.simple_layout).disabled .placeholder, .criterias_categories_box input[type=text]:not(.simple_layout).disabled:hover .placeholder, .criterias_categories_box input[type=text]:not(.simple_layout).disabled:focus .placeholder, .criterias_categories_box input[type=text]:not(.simple_layout).disabled.focus .placeholder, .criterias_categories_box input[type=password]:not(.simple_layout).inactive .placeholder, .criterias_categories_box input[type=password]:not(.simple_layout).inactive:hover .placeholder, .criterias_categories_box input[type=password]:not(.simple_layout).inactive:focus .placeholder, .criterias_categories_box input[type=password]:not(.simple_layout).inactive.focus .placeholder, .criterias_categories_box input[type=password]:not(.simple_layout)[disabled] .placeholder, .criterias_categories_box input[type=password]:not(.simple_layout)[disabled]:hover .placeholder, .criterias_categories_box input[type=password]:not(.simple_layout)[disabled]:focus .placeholder, .criterias_categories_box input[type=password]:not(.simple_layout)[disabled].focus .placeholder, .criterias_categories_box input[type=password]:not(.simple_layout).disabled .placeholder, .criterias_categories_box input[type=password]:not(.simple_layout).disabled:hover .placeholder, .criterias_categories_box input[type=password]:not(.simple_layout).disabled:focus .placeholder, .criterias_categories_box input[type=password]:not(.simple_layout).disabled.focus .placeholder, .criterias_categories_box input[type=email]:not(.simple_layout).inactive .placeholder, .criterias_categories_box input[type=email]:not(.simple_layout).inactive:hover .placeholder, .criterias_categories_box input[type=email]:not(.simple_layout).inactive:focus .placeholder, .criterias_categories_box input[type=email]:not(.simple_layout).inactive.focus .placeholder, .criterias_categories_box input[type=email]:not(.simple_layout)[disabled] .placeholder, .criterias_categories_box input[type=email]:not(.simple_layout)[disabled]:hover .placeholder, .criterias_categories_box input[type=email]:not(.simple_layout)[disabled]:focus .placeholder, .criterias_categories_box input[type=email]:not(.simple_layout)[disabled].focus .placeholder, .criterias_categories_box input[type=email]:not(.simple_layout).disabled .placeholder, .criterias_categories_box input[type=email]:not(.simple_layout).disabled:hover .placeholder, .criterias_categories_box input[type=email]:not(.simple_layout).disabled:focus .placeholder, .criterias_categories_box input[type=email]:not(.simple_layout).disabled.focus .placeholder, .criterias_categories_box input[type=tel]:not(.simple_layout).inactive .placeholder, .criterias_categories_box input[type=tel]:not(.simple_layout).inactive:hover .placeholder, .criterias_categories_box input[type=tel]:not(.simple_layout).inactive:focus .placeholder, .criterias_categories_box input[type=tel]:not(.simple_layout).inactive.focus .placeholder, .criterias_categories_box input[type=tel]:not(.simple_layout)[disabled] .placeholder, .criterias_categories_box input[type=tel]:not(.simple_layout)[disabled]:hover .placeholder, .criterias_categories_box input[type=tel]:not(.simple_layout)[disabled]:focus .placeholder, .criterias_categories_box input[type=tel]:not(.simple_layout)[disabled].focus .placeholder, .criterias_categories_box input[type=tel]:not(.simple_layout).disabled .placeholder, .criterias_categories_box input[type=tel]:not(.simple_layout).disabled:hover .placeholder, .criterias_categories_box input[type=tel]:not(.simple_layout).disabled:focus .placeholder, .criterias_categories_box input[type=tel]:not(.simple_layout).disabled.focus .placeholder, .criterias_categories_box input[type=number]:not(.simple_layout).inactive .placeholder, .criterias_categories_box input[type=number]:not(.simple_layout).inactive:hover .placeholder, .criterias_categories_box input[type=number]:not(.simple_layout).inactive:focus .placeholder, .criterias_categories_box input[type=number]:not(.simple_layout).inactive.focus .placeholder, .criterias_categories_box input[type=number]:not(.simple_layout)[disabled] .placeholder, .criterias_categories_box input[type=number]:not(.simple_layout)[disabled]:hover .placeholder, .criterias_categories_box input[type=number]:not(.simple_layout)[disabled]:focus .placeholder, .criterias_categories_box input[type=number]:not(.simple_layout)[disabled].focus .placeholder, .criterias_categories_box input[type=number]:not(.simple_layout).disabled .placeholder, .criterias_categories_box input[type=number]:not(.simple_layout).disabled:hover .placeholder, .criterias_categories_box input[type=number]:not(.simple_layout).disabled:focus .placeholder, .criterias_categories_box input[type=number]:not(.simple_layout).disabled.focus .placeholder, .criterias_categories_box input[type=date]:not(.simple_layout).inactive .placeholder, .criterias_categories_box input[type=date]:not(.simple_layout).inactive:hover .placeholder, .criterias_categories_box input[type=date]:not(.simple_layout).inactive:focus .placeholder, .criterias_categories_box input[type=date]:not(.simple_layout).inactive.focus .placeholder, .criterias_categories_box input[type=date]:not(.simple_layout)[disabled] .placeholder, .criterias_categories_box input[type=date]:not(.simple_layout)[disabled]:hover .placeholder, .criterias_categories_box input[type=date]:not(.simple_layout)[disabled]:focus .placeholder, .criterias_categories_box input[type=date]:not(.simple_layout)[disabled].focus .placeholder, .criterias_categories_box input[type=date]:not(.simple_layout).disabled .placeholder, .criterias_categories_box input[type=date]:not(.simple_layout).disabled:hover .placeholder, .criterias_categories_box input[type=date]:not(.simple_layout).disabled:focus .placeholder, .criterias_categories_box input[type=date]:not(.simple_layout).disabled.focus .placeholder, .criterias_categories_box input[type=time]:not(.simple_layout).inactive .placeholder, .criterias_categories_box input[type=time]:not(.simple_layout).inactive:hover .placeholder, .criterias_categories_box input[type=time]:not(.simple_layout).inactive:focus .placeholder, .criterias_categories_box input[type=time]:not(.simple_layout).inactive.focus .placeholder, .criterias_categories_box input[type=time]:not(.simple_layout)[disabled] .placeholder, .criterias_categories_box input[type=time]:not(.simple_layout)[disabled]:hover .placeholder, .criterias_categories_box input[type=time]:not(.simple_layout)[disabled]:focus .placeholder, .criterias_categories_box input[type=time]:not(.simple_layout)[disabled].focus .placeholder, .criterias_categories_box input[type=time]:not(.simple_layout).disabled .placeholder, .criterias_categories_box input[type=time]:not(.simple_layout).disabled:hover .placeholder, .criterias_categories_box input[type=time]:not(.simple_layout).disabled:focus .placeholder, .criterias_categories_box input[type=time]:not(.simple_layout).disabled.focus .placeholder, .criterias_categories_box input[type=url]:not(.simple_layout).inactive .placeholder, .criterias_categories_box input[type=url]:not(.simple_layout).inactive:hover .placeholder, .criterias_categories_box input[type=url]:not(.simple_layout).inactive:focus .placeholder, .criterias_categories_box input[type=url]:not(.simple_layout).inactive.focus .placeholder, .criterias_categories_box input[type=url]:not(.simple_layout)[disabled] .placeholder, .criterias_categories_box input[type=url]:not(.simple_layout)[disabled]:hover .placeholder, .criterias_categories_box input[type=url]:not(.simple_layout)[disabled]:focus .placeholder, .criterias_categories_box input[type=url]:not(.simple_layout)[disabled].focus .placeholder, .criterias_categories_box input[type=url]:not(.simple_layout).disabled .placeholder, .criterias_categories_box input[type=url]:not(.simple_layout).disabled:hover .placeholder, .criterias_categories_box input[type=url]:not(.simple_layout).disabled:focus .placeholder, .criterias_categories_box input[type=url]:not(.simple_layout).disabled.focus .placeholder, .criterias_categories_box textarea:not(.simple_layout).inactive .placeholder, .criterias_categories_box textarea:not(.simple_layout).inactive:hover .placeholder, .criterias_categories_box textarea:not(.simple_layout).inactive:focus .placeholder, .criterias_categories_box textarea:not(.simple_layout).inactive.focus .placeholder, .criterias_categories_box textarea:not(.simple_layout)[disabled] .placeholder, .criterias_categories_box textarea:not(.simple_layout)[disabled]:hover .placeholder, .criterias_categories_box textarea:not(.simple_layout)[disabled]:focus .placeholder, .criterias_categories_box textarea:not(.simple_layout)[disabled].focus .placeholder, .criterias_categories_box textarea:not(.simple_layout).disabled .placeholder, .criterias_categories_box textarea:not(.simple_layout).disabled:hover .placeholder, .criterias_categories_box textarea:not(.simple_layout).disabled:focus .placeholder, .criterias_categories_box textarea:not(.simple_layout).disabled.focus .placeholder, .criterias_categories_box select:not(.simple_layout).inactive .placeholder, .criterias_categories_box select:not(.simple_layout).inactive:hover .placeholder, .criterias_categories_box select:not(.simple_layout).inactive:focus .placeholder, .criterias_categories_box select:not(.simple_layout).inactive.focus .placeholder, .criterias_categories_box select:not(.simple_layout)[disabled] .placeholder, .criterias_categories_box select:not(.simple_layout)[disabled]:hover .placeholder, .criterias_categories_box select:not(.simple_layout)[disabled]:focus .placeholder, .criterias_categories_box select:not(.simple_layout)[disabled].focus .placeholder, .criterias_categories_box select:not(.simple_layout).disabled .placeholder, .criterias_categories_box select:not(.simple_layout).disabled:hover .placeholder, .criterias_categories_box select:not(.simple_layout).disabled:focus .placeholder, .criterias_categories_box select:not(.simple_layout).disabled.focus .placeholder, .criterias_categories_box .multiselect:not(.simple_layout).inactive .placeholder, .criterias_categories_box .multiselect:not(.simple_layout).inactive:hover .placeholder, .criterias_categories_box .multiselect:not(.simple_layout).inactive:focus .placeholder, .criterias_categories_box .multiselect:not(.simple_layout).inactive.focus .placeholder, .criterias_categories_box .multiselect:not(.simple_layout)[disabled] .placeholder, .criterias_categories_box .multiselect:not(.simple_layout)[disabled]:hover .placeholder, .criterias_categories_box .multiselect:not(.simple_layout)[disabled]:focus .placeholder, .criterias_categories_box .multiselect:not(.simple_layout)[disabled].focus .placeholder, .criterias_categories_box .multiselect:not(.simple_layout).disabled .placeholder, .criterias_categories_box .multiselect:not(.simple_layout).disabled:hover .placeholder, .criterias_categories_box .multiselect:not(.simple_layout).disabled:focus .placeholder, .criterias_categories_box .multiselect:not(.simple_layout).disabled.focus .placeholder, .criterias_categories_box .input:not(.simple_layout).inactive .placeholder, .criterias_categories_box .input:not(.simple_layout).inactive:hover .placeholder, .criterias_categories_box .input:not(.simple_layout).inactive:focus .placeholder, .criterias_categories_box .input:not(.simple_layout).inactive.focus .placeholder, .criterias_categories_box .input:not(.simple_layout)[disabled] .placeholder, .criterias_categories_box .input:not(.simple_layout)[disabled]:hover .placeholder, .criterias_categories_box .input:not(.simple_layout)[disabled]:focus .placeholder, .criterias_categories_box .input:not(.simple_layout)[disabled].focus .placeholder, .criterias_categories_box .input:not(.simple_layout).disabled .placeholder, .criterias_categories_box .input:not(.simple_layout).disabled:hover .placeholder, .criterias_categories_box .input:not(.simple_layout).disabled:focus .placeholder, .criterias_categories_box .input:not(.simple_layout).disabled.focus .placeholder, #global .section_filter.filter_light input[type=text]:not(.simple_layout).inactive .placeholder, #global .section_filter.filter_light input[type=text]:not(.simple_layout).inactive:hover .placeholder, #global .section_filter.filter_light input[type=text]:not(.simple_layout).inactive:focus .placeholder, #global .section_filter.filter_light input[type=text]:not(.simple_layout).inactive.focus .placeholder, #global .section_filter.filter_light input[type=text]:not(.simple_layout)[disabled] .placeholder, #global .section_filter.filter_light input[type=text]:not(.simple_layout)[disabled]:hover .placeholder, #global .section_filter.filter_light input[type=text]:not(.simple_layout)[disabled]:focus .placeholder, #global .section_filter.filter_light input[type=text]:not(.simple_layout)[disabled].focus .placeholder, #global .section_filter.filter_light input[type=text]:not(.simple_layout).disabled .placeholder, #global .section_filter.filter_light input[type=text]:not(.simple_layout).disabled:hover .placeholder, #global .section_filter.filter_light input[type=text]:not(.simple_layout).disabled:focus .placeholder, #global .section_filter.filter_light input[type=text]:not(.simple_layout).disabled.focus .placeholder, #global .section_filter.filter_light input[type=password]:not(.simple_layout).inactive .placeholder, #global .section_filter.filter_light input[type=password]:not(.simple_layout).inactive:hover .placeholder, #global .section_filter.filter_light input[type=password]:not(.simple_layout).inactive:focus .placeholder, #global .section_filter.filter_light input[type=password]:not(.simple_layout).inactive.focus .placeholder, #global .section_filter.filter_light input[type=password]:not(.simple_layout)[disabled] .placeholder, #global .section_filter.filter_light input[type=password]:not(.simple_layout)[disabled]:hover .placeholder, #global .section_filter.filter_light input[type=password]:not(.simple_layout)[disabled]:focus .placeholder, #global .section_filter.filter_light input[type=password]:not(.simple_layout)[disabled].focus .placeholder, #global .section_filter.filter_light input[type=password]:not(.simple_layout).disabled .placeholder, #global .section_filter.filter_light input[type=password]:not(.simple_layout).disabled:hover .placeholder, #global .section_filter.filter_light input[type=password]:not(.simple_layout).disabled:focus .placeholder, #global .section_filter.filter_light input[type=password]:not(.simple_layout).disabled.focus .placeholder, #global .section_filter.filter_light input[type=email]:not(.simple_layout).inactive .placeholder, #global .section_filter.filter_light input[type=email]:not(.simple_layout).inactive:hover .placeholder, #global .section_filter.filter_light input[type=email]:not(.simple_layout).inactive:focus .placeholder, #global .section_filter.filter_light input[type=email]:not(.simple_layout).inactive.focus .placeholder, #global .section_filter.filter_light input[type=email]:not(.simple_layout)[disabled] .placeholder, #global .section_filter.filter_light input[type=email]:not(.simple_layout)[disabled]:hover .placeholder, #global .section_filter.filter_light input[type=email]:not(.simple_layout)[disabled]:focus .placeholder, #global .section_filter.filter_light input[type=email]:not(.simple_layout)[disabled].focus .placeholder, #global .section_filter.filter_light input[type=email]:not(.simple_layout).disabled .placeholder, #global .section_filter.filter_light input[type=email]:not(.simple_layout).disabled:hover .placeholder, #global .section_filter.filter_light input[type=email]:not(.simple_layout).disabled:focus .placeholder, #global .section_filter.filter_light input[type=email]:not(.simple_layout).disabled.focus .placeholder, #global .section_filter.filter_light input[type=tel]:not(.simple_layout).inactive .placeholder, #global .section_filter.filter_light input[type=tel]:not(.simple_layout).inactive:hover .placeholder, #global .section_filter.filter_light input[type=tel]:not(.simple_layout).inactive:focus .placeholder, #global .section_filter.filter_light input[type=tel]:not(.simple_layout).inactive.focus .placeholder, #global .section_filter.filter_light input[type=tel]:not(.simple_layout)[disabled] .placeholder, #global .section_filter.filter_light input[type=tel]:not(.simple_layout)[disabled]:hover .placeholder, #global .section_filter.filter_light input[type=tel]:not(.simple_layout)[disabled]:focus .placeholder, #global .section_filter.filter_light input[type=tel]:not(.simple_layout)[disabled].focus .placeholder, #global .section_filter.filter_light input[type=tel]:not(.simple_layout).disabled .placeholder, #global .section_filter.filter_light input[type=tel]:not(.simple_layout).disabled:hover .placeholder, #global .section_filter.filter_light input[type=tel]:not(.simple_layout).disabled:focus .placeholder, #global .section_filter.filter_light input[type=tel]:not(.simple_layout).disabled.focus .placeholder, #global .section_filter.filter_light input[type=number]:not(.simple_layout).inactive .placeholder, #global .section_filter.filter_light input[type=number]:not(.simple_layout).inactive:hover .placeholder, #global .section_filter.filter_light input[type=number]:not(.simple_layout).inactive:focus .placeholder, #global .section_filter.filter_light input[type=number]:not(.simple_layout).inactive.focus .placeholder, #global .section_filter.filter_light input[type=number]:not(.simple_layout)[disabled] .placeholder, #global .section_filter.filter_light input[type=number]:not(.simple_layout)[disabled]:hover .placeholder, #global .section_filter.filter_light input[type=number]:not(.simple_layout)[disabled]:focus .placeholder, #global .section_filter.filter_light input[type=number]:not(.simple_layout)[disabled].focus .placeholder, #global .section_filter.filter_light input[type=number]:not(.simple_layout).disabled .placeholder, #global .section_filter.filter_light input[type=number]:not(.simple_layout).disabled:hover .placeholder, #global .section_filter.filter_light input[type=number]:not(.simple_layout).disabled:focus .placeholder, #global .section_filter.filter_light input[type=number]:not(.simple_layout).disabled.focus .placeholder, #global .section_filter.filter_light input[type=date]:not(.simple_layout).inactive .placeholder, #global .section_filter.filter_light input[type=date]:not(.simple_layout).inactive:hover .placeholder, #global .section_filter.filter_light input[type=date]:not(.simple_layout).inactive:focus .placeholder, #global .section_filter.filter_light input[type=date]:not(.simple_layout).inactive.focus .placeholder, #global .section_filter.filter_light input[type=date]:not(.simple_layout)[disabled] .placeholder, #global .section_filter.filter_light input[type=date]:not(.simple_layout)[disabled]:hover .placeholder, #global .section_filter.filter_light input[type=date]:not(.simple_layout)[disabled]:focus .placeholder, #global .section_filter.filter_light input[type=date]:not(.simple_layout)[disabled].focus .placeholder, #global .section_filter.filter_light input[type=date]:not(.simple_layout).disabled .placeholder, #global .section_filter.filter_light input[type=date]:not(.simple_layout).disabled:hover .placeholder, #global .section_filter.filter_light input[type=date]:not(.simple_layout).disabled:focus .placeholder, #global .section_filter.filter_light input[type=date]:not(.simple_layout).disabled.focus .placeholder, #global .section_filter.filter_light input[type=time]:not(.simple_layout).inactive .placeholder, #global .section_filter.filter_light input[type=time]:not(.simple_layout).inactive:hover .placeholder, #global .section_filter.filter_light input[type=time]:not(.simple_layout).inactive:focus .placeholder, #global .section_filter.filter_light input[type=time]:not(.simple_layout).inactive.focus .placeholder, #global .section_filter.filter_light input[type=time]:not(.simple_layout)[disabled] .placeholder, #global .section_filter.filter_light input[type=time]:not(.simple_layout)[disabled]:hover .placeholder, #global .section_filter.filter_light input[type=time]:not(.simple_layout)[disabled]:focus .placeholder, #global .section_filter.filter_light input[type=time]:not(.simple_layout)[disabled].focus .placeholder, #global .section_filter.filter_light input[type=time]:not(.simple_layout).disabled .placeholder, #global .section_filter.filter_light input[type=time]:not(.simple_layout).disabled:hover .placeholder, #global .section_filter.filter_light input[type=time]:not(.simple_layout).disabled:focus .placeholder, #global .section_filter.filter_light input[type=time]:not(.simple_layout).disabled.focus .placeholder, #global .section_filter.filter_light input[type=url]:not(.simple_layout).inactive .placeholder, #global .section_filter.filter_light input[type=url]:not(.simple_layout).inactive:hover .placeholder, #global .section_filter.filter_light input[type=url]:not(.simple_layout).inactive:focus .placeholder, #global .section_filter.filter_light input[type=url]:not(.simple_layout).inactive.focus .placeholder, #global .section_filter.filter_light input[type=url]:not(.simple_layout)[disabled] .placeholder, #global .section_filter.filter_light input[type=url]:not(.simple_layout)[disabled]:hover .placeholder, #global .section_filter.filter_light input[type=url]:not(.simple_layout)[disabled]:focus .placeholder, #global .section_filter.filter_light input[type=url]:not(.simple_layout)[disabled].focus .placeholder, #global .section_filter.filter_light input[type=url]:not(.simple_layout).disabled .placeholder, #global .section_filter.filter_light input[type=url]:not(.simple_layout).disabled:hover .placeholder, #global .section_filter.filter_light input[type=url]:not(.simple_layout).disabled:focus .placeholder, #global .section_filter.filter_light input[type=url]:not(.simple_layout).disabled.focus .placeholder, #global .section_filter.filter_light textarea:not(.simple_layout).inactive .placeholder, #global .section_filter.filter_light textarea:not(.simple_layout).inactive:hover .placeholder, #global .section_filter.filter_light textarea:not(.simple_layout).inactive:focus .placeholder, #global .section_filter.filter_light textarea:not(.simple_layout).inactive.focus .placeholder, #global .section_filter.filter_light textarea:not(.simple_layout)[disabled] .placeholder, #global .section_filter.filter_light textarea:not(.simple_layout)[disabled]:hover .placeholder, #global .section_filter.filter_light textarea:not(.simple_layout)[disabled]:focus .placeholder, #global .section_filter.filter_light textarea:not(.simple_layout)[disabled].focus .placeholder, #global .section_filter.filter_light textarea:not(.simple_layout).disabled .placeholder, #global .section_filter.filter_light textarea:not(.simple_layout).disabled:hover .placeholder, #global .section_filter.filter_light textarea:not(.simple_layout).disabled:focus .placeholder, #global .section_filter.filter_light textarea:not(.simple_layout).disabled.focus .placeholder, #global .section_filter.filter_light select:not(.simple_layout).inactive .placeholder, #global .section_filter.filter_light select:not(.simple_layout).inactive:hover .placeholder, #global .section_filter.filter_light select:not(.simple_layout).inactive:focus .placeholder, #global .section_filter.filter_light select:not(.simple_layout).inactive.focus .placeholder, #global .section_filter.filter_light select:not(.simple_layout)[disabled] .placeholder, #global .section_filter.filter_light select:not(.simple_layout)[disabled]:hover .placeholder, #global .section_filter.filter_light select:not(.simple_layout)[disabled]:focus .placeholder, #global .section_filter.filter_light select:not(.simple_layout)[disabled].focus .placeholder, #global .section_filter.filter_light select:not(.simple_layout).disabled .placeholder, #global .section_filter.filter_light select:not(.simple_layout).disabled:hover .placeholder, #global .section_filter.filter_light select:not(.simple_layout).disabled:focus .placeholder, #global .section_filter.filter_light select:not(.simple_layout).disabled.focus .placeholder, #global .section_filter.filter_light .multiselect:not(.simple_layout).inactive .placeholder, #global .section_filter.filter_light .multiselect:not(.simple_layout).inactive:hover .placeholder, #global .section_filter.filter_light .multiselect:not(.simple_layout).inactive:focus .placeholder, #global .section_filter.filter_light .multiselect:not(.simple_layout).inactive.focus .placeholder, #global .section_filter.filter_light .multiselect:not(.simple_layout)[disabled] .placeholder, #global .section_filter.filter_light .multiselect:not(.simple_layout)[disabled]:hover .placeholder, #global .section_filter.filter_light .multiselect:not(.simple_layout)[disabled]:focus .placeholder, #global .section_filter.filter_light .multiselect:not(.simple_layout)[disabled].focus .placeholder, #global .section_filter.filter_light .multiselect:not(.simple_layout).disabled .placeholder, #global .section_filter.filter_light .multiselect:not(.simple_layout).disabled:hover .placeholder, #global .section_filter.filter_light .multiselect:not(.simple_layout).disabled:focus .placeholder, #global .section_filter.filter_light .multiselect:not(.simple_layout).disabled.focus .placeholder, #global .section_filter.filter_light .input:not(.simple_layout).inactive .placeholder, #global .section_filter.filter_light .input:not(.simple_layout).inactive:hover .placeholder, #global .section_filter.filter_light .input:not(.simple_layout).inactive:focus .placeholder, #global .section_filter.filter_light .input:not(.simple_layout).inactive.focus .placeholder, #global .section_filter.filter_light .input:not(.simple_layout)[disabled] .placeholder, #global .section_filter.filter_light .input:not(.simple_layout)[disabled]:hover .placeholder, #global .section_filter.filter_light .input:not(.simple_layout)[disabled]:focus .placeholder, #global .section_filter.filter_light .input:not(.simple_layout)[disabled].focus .placeholder, #global .section_filter.filter_light .input:not(.simple_layout).disabled .placeholder, #global .section_filter.filter_light .input:not(.simple_layout).disabled:hover .placeholder, #global .section_filter.filter_light .input:not(.simple_layout).disabled:focus .placeholder, #global .section_filter.filter_light .input:not(.simple_layout).disabled.focus .placeholder, .cms_section_light input[type=text]:not(.simple_layout).inactive .placeholder, .cms_section_light input[type=text]:not(.simple_layout).inactive:hover .placeholder, .cms_section_light input[type=text]:not(.simple_layout).inactive:focus .placeholder, .cms_section_light input[type=text]:not(.simple_layout).inactive.focus .placeholder, .cms_section_light input[type=text]:not(.simple_layout)[disabled] .placeholder, .cms_section_light input[type=text]:not(.simple_layout)[disabled]:hover .placeholder, .cms_section_light input[type=text]:not(.simple_layout)[disabled]:focus .placeholder, .cms_section_light input[type=text]:not(.simple_layout)[disabled].focus .placeholder, .cms_section_light input[type=text]:not(.simple_layout).disabled .placeholder, .cms_section_light input[type=text]:not(.simple_layout).disabled:hover .placeholder, .cms_section_light input[type=text]:not(.simple_layout).disabled:focus .placeholder, .cms_section_light input[type=text]:not(.simple_layout).disabled.focus .placeholder, .cms_section_light input[type=password]:not(.simple_layout).inactive .placeholder, .cms_section_light input[type=password]:not(.simple_layout).inactive:hover .placeholder, .cms_section_light input[type=password]:not(.simple_layout).inactive:focus .placeholder, .cms_section_light input[type=password]:not(.simple_layout).inactive.focus .placeholder, .cms_section_light input[type=password]:not(.simple_layout)[disabled] .placeholder, .cms_section_light input[type=password]:not(.simple_layout)[disabled]:hover .placeholder, .cms_section_light input[type=password]:not(.simple_layout)[disabled]:focus .placeholder, .cms_section_light input[type=password]:not(.simple_layout)[disabled].focus .placeholder, .cms_section_light input[type=password]:not(.simple_layout).disabled .placeholder, .cms_section_light input[type=password]:not(.simple_layout).disabled:hover .placeholder, .cms_section_light input[type=password]:not(.simple_layout).disabled:focus .placeholder, .cms_section_light input[type=password]:not(.simple_layout).disabled.focus .placeholder, .cms_section_light input[type=email]:not(.simple_layout).inactive .placeholder, .cms_section_light input[type=email]:not(.simple_layout).inactive:hover .placeholder, .cms_section_light input[type=email]:not(.simple_layout).inactive:focus .placeholder, .cms_section_light input[type=email]:not(.simple_layout).inactive.focus .placeholder, .cms_section_light input[type=email]:not(.simple_layout)[disabled] .placeholder, .cms_section_light input[type=email]:not(.simple_layout)[disabled]:hover .placeholder, .cms_section_light input[type=email]:not(.simple_layout)[disabled]:focus .placeholder, .cms_section_light input[type=email]:not(.simple_layout)[disabled].focus .placeholder, .cms_section_light input[type=email]:not(.simple_layout).disabled .placeholder, .cms_section_light input[type=email]:not(.simple_layout).disabled:hover .placeholder, .cms_section_light input[type=email]:not(.simple_layout).disabled:focus .placeholder, .cms_section_light input[type=email]:not(.simple_layout).disabled.focus .placeholder, .cms_section_light input[type=tel]:not(.simple_layout).inactive .placeholder, .cms_section_light input[type=tel]:not(.simple_layout).inactive:hover .placeholder, .cms_section_light input[type=tel]:not(.simple_layout).inactive:focus .placeholder, .cms_section_light input[type=tel]:not(.simple_layout).inactive.focus .placeholder, .cms_section_light input[type=tel]:not(.simple_layout)[disabled] .placeholder, .cms_section_light input[type=tel]:not(.simple_layout)[disabled]:hover .placeholder, .cms_section_light input[type=tel]:not(.simple_layout)[disabled]:focus .placeholder, .cms_section_light input[type=tel]:not(.simple_layout)[disabled].focus .placeholder, .cms_section_light input[type=tel]:not(.simple_layout).disabled .placeholder, .cms_section_light input[type=tel]:not(.simple_layout).disabled:hover .placeholder, .cms_section_light input[type=tel]:not(.simple_layout).disabled:focus .placeholder, .cms_section_light input[type=tel]:not(.simple_layout).disabled.focus .placeholder, .cms_section_light input[type=number]:not(.simple_layout).inactive .placeholder, .cms_section_light input[type=number]:not(.simple_layout).inactive:hover .placeholder, .cms_section_light input[type=number]:not(.simple_layout).inactive:focus .placeholder, .cms_section_light input[type=number]:not(.simple_layout).inactive.focus .placeholder, .cms_section_light input[type=number]:not(.simple_layout)[disabled] .placeholder, .cms_section_light input[type=number]:not(.simple_layout)[disabled]:hover .placeholder, .cms_section_light input[type=number]:not(.simple_layout)[disabled]:focus .placeholder, .cms_section_light input[type=number]:not(.simple_layout)[disabled].focus .placeholder, .cms_section_light input[type=number]:not(.simple_layout).disabled .placeholder, .cms_section_light input[type=number]:not(.simple_layout).disabled:hover .placeholder, .cms_section_light input[type=number]:not(.simple_layout).disabled:focus .placeholder, .cms_section_light input[type=number]:not(.simple_layout).disabled.focus .placeholder, .cms_section_light input[type=date]:not(.simple_layout).inactive .placeholder, .cms_section_light input[type=date]:not(.simple_layout).inactive:hover .placeholder, .cms_section_light input[type=date]:not(.simple_layout).inactive:focus .placeholder, .cms_section_light input[type=date]:not(.simple_layout).inactive.focus .placeholder, .cms_section_light input[type=date]:not(.simple_layout)[disabled] .placeholder, .cms_section_light input[type=date]:not(.simple_layout)[disabled]:hover .placeholder, .cms_section_light input[type=date]:not(.simple_layout)[disabled]:focus .placeholder, .cms_section_light input[type=date]:not(.simple_layout)[disabled].focus .placeholder, .cms_section_light input[type=date]:not(.simple_layout).disabled .placeholder, .cms_section_light input[type=date]:not(.simple_layout).disabled:hover .placeholder, .cms_section_light input[type=date]:not(.simple_layout).disabled:focus .placeholder, .cms_section_light input[type=date]:not(.simple_layout).disabled.focus .placeholder, .cms_section_light input[type=time]:not(.simple_layout).inactive .placeholder, .cms_section_light input[type=time]:not(.simple_layout).inactive:hover .placeholder, .cms_section_light input[type=time]:not(.simple_layout).inactive:focus .placeholder, .cms_section_light input[type=time]:not(.simple_layout).inactive.focus .placeholder, .cms_section_light input[type=time]:not(.simple_layout)[disabled] .placeholder, .cms_section_light input[type=time]:not(.simple_layout)[disabled]:hover .placeholder, .cms_section_light input[type=time]:not(.simple_layout)[disabled]:focus .placeholder, .cms_section_light input[type=time]:not(.simple_layout)[disabled].focus .placeholder, .cms_section_light input[type=time]:not(.simple_layout).disabled .placeholder, .cms_section_light input[type=time]:not(.simple_layout).disabled:hover .placeholder, .cms_section_light input[type=time]:not(.simple_layout).disabled:focus .placeholder, .cms_section_light input[type=time]:not(.simple_layout).disabled.focus .placeholder, .cms_section_light input[type=url]:not(.simple_layout).inactive .placeholder, .cms_section_light input[type=url]:not(.simple_layout).inactive:hover .placeholder, .cms_section_light input[type=url]:not(.simple_layout).inactive:focus .placeholder, .cms_section_light input[type=url]:not(.simple_layout).inactive.focus .placeholder, .cms_section_light input[type=url]:not(.simple_layout)[disabled] .placeholder, .cms_section_light input[type=url]:not(.simple_layout)[disabled]:hover .placeholder, .cms_section_light input[type=url]:not(.simple_layout)[disabled]:focus .placeholder, .cms_section_light input[type=url]:not(.simple_layout)[disabled].focus .placeholder, .cms_section_light input[type=url]:not(.simple_layout).disabled .placeholder, .cms_section_light input[type=url]:not(.simple_layout).disabled:hover .placeholder, .cms_section_light input[type=url]:not(.simple_layout).disabled:focus .placeholder, .cms_section_light input[type=url]:not(.simple_layout).disabled.focus .placeholder, .cms_section_light textarea:not(.simple_layout).inactive .placeholder, .cms_section_light textarea:not(.simple_layout).inactive:hover .placeholder, .cms_section_light textarea:not(.simple_layout).inactive:focus .placeholder, .cms_section_light textarea:not(.simple_layout).inactive.focus .placeholder, .cms_section_light textarea:not(.simple_layout)[disabled] .placeholder, .cms_section_light textarea:not(.simple_layout)[disabled]:hover .placeholder, .cms_section_light textarea:not(.simple_layout)[disabled]:focus .placeholder, .cms_section_light textarea:not(.simple_layout)[disabled].focus .placeholder, .cms_section_light textarea:not(.simple_layout).disabled .placeholder, .cms_section_light textarea:not(.simple_layout).disabled:hover .placeholder, .cms_section_light textarea:not(.simple_layout).disabled:focus .placeholder, .cms_section_light textarea:not(.simple_layout).disabled.focus .placeholder, .cms_section_light select:not(.simple_layout).inactive .placeholder, .cms_section_light select:not(.simple_layout).inactive:hover .placeholder, .cms_section_light select:not(.simple_layout).inactive:focus .placeholder, .cms_section_light select:not(.simple_layout).inactive.focus .placeholder, .cms_section_light select:not(.simple_layout)[disabled] .placeholder, .cms_section_light select:not(.simple_layout)[disabled]:hover .placeholder, .cms_section_light select:not(.simple_layout)[disabled]:focus .placeholder, .cms_section_light select:not(.simple_layout)[disabled].focus .placeholder, .cms_section_light select:not(.simple_layout).disabled .placeholder, .cms_section_light select:not(.simple_layout).disabled:hover .placeholder, .cms_section_light select:not(.simple_layout).disabled:focus .placeholder, .cms_section_light select:not(.simple_layout).disabled.focus .placeholder, .cms_section_light .multiselect:not(.simple_layout).inactive .placeholder, .cms_section_light .multiselect:not(.simple_layout).inactive:hover .placeholder, .cms_section_light .multiselect:not(.simple_layout).inactive:focus .placeholder, .cms_section_light .multiselect:not(.simple_layout).inactive.focus .placeholder, .cms_section_light .multiselect:not(.simple_layout)[disabled] .placeholder, .cms_section_light .multiselect:not(.simple_layout)[disabled]:hover .placeholder, .cms_section_light .multiselect:not(.simple_layout)[disabled]:focus .placeholder, .cms_section_light .multiselect:not(.simple_layout)[disabled].focus .placeholder, .cms_section_light .multiselect:not(.simple_layout).disabled .placeholder, .cms_section_light .multiselect:not(.simple_layout).disabled:hover .placeholder, .cms_section_light .multiselect:not(.simple_layout).disabled:focus .placeholder, .cms_section_light .multiselect:not(.simple_layout).disabled.focus .placeholder, .cms_section_light .input:not(.simple_layout).inactive .placeholder, .cms_section_light .input:not(.simple_layout).inactive:hover .placeholder, .cms_section_light .input:not(.simple_layout).inactive:focus .placeholder, .cms_section_light .input:not(.simple_layout).inactive.focus .placeholder, .cms_section_light .input:not(.simple_layout)[disabled] .placeholder, .cms_section_light .input:not(.simple_layout)[disabled]:hover .placeholder, .cms_section_light .input:not(.simple_layout)[disabled]:focus .placeholder, .cms_section_light .input:not(.simple_layout)[disabled].focus .placeholder, .cms_section_light .input:not(.simple_layout).disabled .placeholder, .cms_section_light .input:not(.simple_layout).disabled:hover .placeholder, .cms_section_light .input:not(.simple_layout).disabled:focus .placeholder, .cms_section_light .input:not(.simple_layout).disabled.focus .placeholder {
  color: #1a1a1a;
}
.criterias_categories_box .animated_form input[type=text] + label, .criterias_categories_box .animated_form input[type=password] + label, .criterias_categories_box .animated_form input[type=email] + label, .criterias_categories_box .animated_form input[type=tel] + label, .criterias_categories_box .animated_form input[type=number] + label, .criterias_categories_box .animated_form input[type=date] + label, .criterias_categories_box .animated_form input[type=time] + label, .criterias_categories_box .animated_form input[type=url] + label, .criterias_categories_box .animated_form textarea + label, .criterias_categories_box .animated_form .multiselect_box + label, .criterias_categories_box .animated_form .input + label, #global .section_filter.filter_light .animated_form input[type=text] + label, #global .section_filter.filter_light .animated_form input[type=password] + label, #global .section_filter.filter_light .animated_form input[type=email] + label, #global .section_filter.filter_light .animated_form input[type=tel] + label, #global .section_filter.filter_light .animated_form input[type=number] + label, #global .section_filter.filter_light .animated_form input[type=date] + label, #global .section_filter.filter_light .animated_form input[type=time] + label, #global .section_filter.filter_light .animated_form input[type=url] + label, #global .section_filter.filter_light .animated_form textarea + label, #global .section_filter.filter_light .animated_form .multiselect_box + label, #global .section_filter.filter_light .animated_form .input + label, .cms_section_light .animated_form input[type=text] + label, .cms_section_light .animated_form input[type=password] + label, .cms_section_light .animated_form input[type=email] + label, .cms_section_light .animated_form input[type=tel] + label, .cms_section_light .animated_form input[type=number] + label, .cms_section_light .animated_form input[type=date] + label, .cms_section_light .animated_form input[type=time] + label, .cms_section_light .animated_form input[type=url] + label, .cms_section_light .animated_form textarea + label, .cms_section_light .animated_form .multiselect_box + label, .cms_section_light .animated_form .input + label {
  color: #262626;
  background-color: #FFFFFF;
  border: 1px solid transparent;
}
.criterias_categories_box .animated_form input[type=text] + label.placeholder, .criterias_categories_box .animated_form input[type=password] + label.placeholder, .criterias_categories_box .animated_form input[type=email] + label.placeholder, .criterias_categories_box .animated_form input[type=tel] + label.placeholder, .criterias_categories_box .animated_form input[type=number] + label.placeholder, .criterias_categories_box .animated_form input[type=date] + label.placeholder, .criterias_categories_box .animated_form input[type=time] + label.placeholder, .criterias_categories_box .animated_form input[type=url] + label.placeholder, .criterias_categories_box .animated_form textarea + label.placeholder, .criterias_categories_box .animated_form .multiselect_box + label.placeholder, .criterias_categories_box .animated_form .input + label.placeholder, #global .section_filter.filter_light .animated_form input[type=text] + label.placeholder, #global .section_filter.filter_light .animated_form input[type=password] + label.placeholder, #global .section_filter.filter_light .animated_form input[type=email] + label.placeholder, #global .section_filter.filter_light .animated_form input[type=tel] + label.placeholder, #global .section_filter.filter_light .animated_form input[type=number] + label.placeholder, #global .section_filter.filter_light .animated_form input[type=date] + label.placeholder, #global .section_filter.filter_light .animated_form input[type=time] + label.placeholder, #global .section_filter.filter_light .animated_form input[type=url] + label.placeholder, #global .section_filter.filter_light .animated_form textarea + label.placeholder, #global .section_filter.filter_light .animated_form .multiselect_box + label.placeholder, #global .section_filter.filter_light .animated_form .input + label.placeholder, .cms_section_light .animated_form input[type=text] + label.placeholder, .cms_section_light .animated_form input[type=password] + label.placeholder, .cms_section_light .animated_form input[type=email] + label.placeholder, .cms_section_light .animated_form input[type=tel] + label.placeholder, .cms_section_light .animated_form input[type=number] + label.placeholder, .cms_section_light .animated_form input[type=date] + label.placeholder, .cms_section_light .animated_form input[type=time] + label.placeholder, .cms_section_light .animated_form input[type=url] + label.placeholder, .cms_section_light .animated_form textarea + label.placeholder, .cms_section_light .animated_form .multiselect_box + label.placeholder, .cms_section_light .animated_form .input + label.placeholder {
  color: #262626;
}
.criterias_categories_box .animated_form input[type=text]:focus + label, .criterias_categories_box .animated_form input[type=text].focus + label, .criterias_categories_box .animated_form input[type=password]:focus + label, .criterias_categories_box .animated_form input[type=password].focus + label, .criterias_categories_box .animated_form input[type=email]:focus + label, .criterias_categories_box .animated_form input[type=email].focus + label, .criterias_categories_box .animated_form input[type=tel]:focus + label, .criterias_categories_box .animated_form input[type=tel].focus + label, .criterias_categories_box .animated_form input[type=number]:focus + label, .criterias_categories_box .animated_form input[type=number].focus + label, .criterias_categories_box .animated_form input[type=date]:focus + label, .criterias_categories_box .animated_form input[type=date].focus + label, .criterias_categories_box .animated_form input[type=time]:focus + label, .criterias_categories_box .animated_form input[type=time].focus + label, .criterias_categories_box .animated_form input[type=url]:focus + label, .criterias_categories_box .animated_form input[type=url].focus + label, .criterias_categories_box .animated_form textarea:focus + label, .criterias_categories_box .animated_form textarea.focus + label, .criterias_categories_box .animated_form .multiselect_box:focus + label, .criterias_categories_box .animated_form .multiselect_box.focus + label, .criterias_categories_box .animated_form .input:focus + label, .criterias_categories_box .animated_form .input.focus + label, #global .section_filter.filter_light .animated_form input[type=text]:focus + label, #global .section_filter.filter_light .animated_form input[type=text].focus + label, #global .section_filter.filter_light .animated_form input[type=password]:focus + label, #global .section_filter.filter_light .animated_form input[type=password].focus + label, #global .section_filter.filter_light .animated_form input[type=email]:focus + label, #global .section_filter.filter_light .animated_form input[type=email].focus + label, #global .section_filter.filter_light .animated_form input[type=tel]:focus + label, #global .section_filter.filter_light .animated_form input[type=tel].focus + label, #global .section_filter.filter_light .animated_form input[type=number]:focus + label, #global .section_filter.filter_light .animated_form input[type=number].focus + label, #global .section_filter.filter_light .animated_form input[type=date]:focus + label, #global .section_filter.filter_light .animated_form input[type=date].focus + label, #global .section_filter.filter_light .animated_form input[type=time]:focus + label, #global .section_filter.filter_light .animated_form input[type=time].focus + label, #global .section_filter.filter_light .animated_form input[type=url]:focus + label, #global .section_filter.filter_light .animated_form input[type=url].focus + label, #global .section_filter.filter_light .animated_form textarea:focus + label, #global .section_filter.filter_light .animated_form textarea.focus + label, #global .section_filter.filter_light .animated_form .multiselect_box:focus + label, #global .section_filter.filter_light .animated_form .multiselect_box.focus + label, #global .section_filter.filter_light .animated_form .input:focus + label, #global .section_filter.filter_light .animated_form .input.focus + label, .cms_section_light .animated_form input[type=text]:focus + label, .cms_section_light .animated_form input[type=text].focus + label, .cms_section_light .animated_form input[type=password]:focus + label, .cms_section_light .animated_form input[type=password].focus + label, .cms_section_light .animated_form input[type=email]:focus + label, .cms_section_light .animated_form input[type=email].focus + label, .cms_section_light .animated_form input[type=tel]:focus + label, .cms_section_light .animated_form input[type=tel].focus + label, .cms_section_light .animated_form input[type=number]:focus + label, .cms_section_light .animated_form input[type=number].focus + label, .cms_section_light .animated_form input[type=date]:focus + label, .cms_section_light .animated_form input[type=date].focus + label, .cms_section_light .animated_form input[type=time]:focus + label, .cms_section_light .animated_form input[type=time].focus + label, .cms_section_light .animated_form input[type=url]:focus + label, .cms_section_light .animated_form input[type=url].focus + label, .cms_section_light .animated_form textarea:focus + label, .cms_section_light .animated_form textarea.focus + label, .cms_section_light .animated_form .multiselect_box:focus + label, .cms_section_light .animated_form .multiselect_box.focus + label, .cms_section_light .animated_form .input:focus + label, .cms_section_light .animated_form .input.focus + label {
  background-color: #ffffff;
  color: #262626;
}
.criterias_categories_box .animated_form input[type=text]:hover + label, .criterias_categories_box .animated_form input[type=password]:hover + label, .criterias_categories_box .animated_form input[type=email]:hover + label, .criterias_categories_box .animated_form input[type=tel]:hover + label, .criterias_categories_box .animated_form input[type=number]:hover + label, .criterias_categories_box .animated_form input[type=date]:hover + label, .criterias_categories_box .animated_form input[type=time]:hover + label, .criterias_categories_box .animated_form input[type=url]:hover + label, .criterias_categories_box .animated_form textarea:hover + label, .criterias_categories_box .animated_form .multiselect_box:hover + label, .criterias_categories_box .animated_form .input:hover + label, #global .section_filter.filter_light .animated_form input[type=text]:hover + label, #global .section_filter.filter_light .animated_form input[type=password]:hover + label, #global .section_filter.filter_light .animated_form input[type=email]:hover + label, #global .section_filter.filter_light .animated_form input[type=tel]:hover + label, #global .section_filter.filter_light .animated_form input[type=number]:hover + label, #global .section_filter.filter_light .animated_form input[type=date]:hover + label, #global .section_filter.filter_light .animated_form input[type=time]:hover + label, #global .section_filter.filter_light .animated_form input[type=url]:hover + label, #global .section_filter.filter_light .animated_form textarea:hover + label, #global .section_filter.filter_light .animated_form .multiselect_box:hover + label, #global .section_filter.filter_light .animated_form .input:hover + label, .cms_section_light .animated_form input[type=text]:hover + label, .cms_section_light .animated_form input[type=password]:hover + label, .cms_section_light .animated_form input[type=email]:hover + label, .cms_section_light .animated_form input[type=tel]:hover + label, .cms_section_light .animated_form input[type=number]:hover + label, .cms_section_light .animated_form input[type=date]:hover + label, .cms_section_light .animated_form input[type=time]:hover + label, .cms_section_light .animated_form input[type=url]:hover + label, .cms_section_light .animated_form textarea:hover + label, .cms_section_light .animated_form .multiselect_box:hover + label, .cms_section_light .animated_form .input:hover + label {
  background-color: #ffffff;
  color: #000000;
}
.criterias_categories_box .animated_form input[type=text].inactive + label, .criterias_categories_box .animated_form input[type=text][disabled] + label, .criterias_categories_box .animated_form input[type=text].disabled + label, .criterias_categories_box .animated_form input[type=password].inactive + label, .criterias_categories_box .animated_form input[type=password][disabled] + label, .criterias_categories_box .animated_form input[type=password].disabled + label, .criterias_categories_box .animated_form input[type=email].inactive + label, .criterias_categories_box .animated_form input[type=email][disabled] + label, .criterias_categories_box .animated_form input[type=email].disabled + label, .criterias_categories_box .animated_form input[type=tel].inactive + label, .criterias_categories_box .animated_form input[type=tel][disabled] + label, .criterias_categories_box .animated_form input[type=tel].disabled + label, .criterias_categories_box .animated_form input[type=number].inactive + label, .criterias_categories_box .animated_form input[type=number][disabled] + label, .criterias_categories_box .animated_form input[type=number].disabled + label, .criterias_categories_box .animated_form input[type=date].inactive + label, .criterias_categories_box .animated_form input[type=date][disabled] + label, .criterias_categories_box .animated_form input[type=date].disabled + label, .criterias_categories_box .animated_form input[type=time].inactive + label, .criterias_categories_box .animated_form input[type=time][disabled] + label, .criterias_categories_box .animated_form input[type=time].disabled + label, .criterias_categories_box .animated_form input[type=url].inactive + label, .criterias_categories_box .animated_form input[type=url][disabled] + label, .criterias_categories_box .animated_form input[type=url].disabled + label, .criterias_categories_box .animated_form textarea.inactive + label, .criterias_categories_box .animated_form textarea[disabled] + label, .criterias_categories_box .animated_form textarea.disabled + label, .criterias_categories_box .animated_form .multiselect_box.inactive + label, .criterias_categories_box .animated_form .multiselect_box[disabled] + label, .criterias_categories_box .animated_form .multiselect_box.disabled + label, .criterias_categories_box .animated_form .input.inactive + label, .criterias_categories_box .animated_form .input[disabled] + label, .criterias_categories_box .animated_form .input.disabled + label, #global .section_filter.filter_light .animated_form input[type=text].inactive + label, #global .section_filter.filter_light .animated_form input[type=text][disabled] + label, #global .section_filter.filter_light .animated_form input[type=text].disabled + label, #global .section_filter.filter_light .animated_form input[type=password].inactive + label, #global .section_filter.filter_light .animated_form input[type=password][disabled] + label, #global .section_filter.filter_light .animated_form input[type=password].disabled + label, #global .section_filter.filter_light .animated_form input[type=email].inactive + label, #global .section_filter.filter_light .animated_form input[type=email][disabled] + label, #global .section_filter.filter_light .animated_form input[type=email].disabled + label, #global .section_filter.filter_light .animated_form input[type=tel].inactive + label, #global .section_filter.filter_light .animated_form input[type=tel][disabled] + label, #global .section_filter.filter_light .animated_form input[type=tel].disabled + label, #global .section_filter.filter_light .animated_form input[type=number].inactive + label, #global .section_filter.filter_light .animated_form input[type=number][disabled] + label, #global .section_filter.filter_light .animated_form input[type=number].disabled + label, #global .section_filter.filter_light .animated_form input[type=date].inactive + label, #global .section_filter.filter_light .animated_form input[type=date][disabled] + label, #global .section_filter.filter_light .animated_form input[type=date].disabled + label, #global .section_filter.filter_light .animated_form input[type=time].inactive + label, #global .section_filter.filter_light .animated_form input[type=time][disabled] + label, #global .section_filter.filter_light .animated_form input[type=time].disabled + label, #global .section_filter.filter_light .animated_form input[type=url].inactive + label, #global .section_filter.filter_light .animated_form input[type=url][disabled] + label, #global .section_filter.filter_light .animated_form input[type=url].disabled + label, #global .section_filter.filter_light .animated_form textarea.inactive + label, #global .section_filter.filter_light .animated_form textarea[disabled] + label, #global .section_filter.filter_light .animated_form textarea.disabled + label, #global .section_filter.filter_light .animated_form .multiselect_box.inactive + label, #global .section_filter.filter_light .animated_form .multiselect_box[disabled] + label, #global .section_filter.filter_light .animated_form .multiselect_box.disabled + label, #global .section_filter.filter_light .animated_form .input.inactive + label, #global .section_filter.filter_light .animated_form .input[disabled] + label, #global .section_filter.filter_light .animated_form .input.disabled + label, .cms_section_light .animated_form input[type=text].inactive + label, .cms_section_light .animated_form input[type=text][disabled] + label, .cms_section_light .animated_form input[type=text].disabled + label, .cms_section_light .animated_form input[type=password].inactive + label, .cms_section_light .animated_form input[type=password][disabled] + label, .cms_section_light .animated_form input[type=password].disabled + label, .cms_section_light .animated_form input[type=email].inactive + label, .cms_section_light .animated_form input[type=email][disabled] + label, .cms_section_light .animated_form input[type=email].disabled + label, .cms_section_light .animated_form input[type=tel].inactive + label, .cms_section_light .animated_form input[type=tel][disabled] + label, .cms_section_light .animated_form input[type=tel].disabled + label, .cms_section_light .animated_form input[type=number].inactive + label, .cms_section_light .animated_form input[type=number][disabled] + label, .cms_section_light .animated_form input[type=number].disabled + label, .cms_section_light .animated_form input[type=date].inactive + label, .cms_section_light .animated_form input[type=date][disabled] + label, .cms_section_light .animated_form input[type=date].disabled + label, .cms_section_light .animated_form input[type=time].inactive + label, .cms_section_light .animated_form input[type=time][disabled] + label, .cms_section_light .animated_form input[type=time].disabled + label, .cms_section_light .animated_form input[type=url].inactive + label, .cms_section_light .animated_form input[type=url][disabled] + label, .cms_section_light .animated_form input[type=url].disabled + label, .cms_section_light .animated_form textarea.inactive + label, .cms_section_light .animated_form textarea[disabled] + label, .cms_section_light .animated_form textarea.disabled + label, .cms_section_light .animated_form .multiselect_box.inactive + label, .cms_section_light .animated_form .multiselect_box[disabled] + label, .cms_section_light .animated_form .multiselect_box.disabled + label, .cms_section_light .animated_form .input.inactive + label, .cms_section_light .animated_form .input[disabled] + label, .cms_section_light .animated_form .input.disabled + label {
  color: #1a1a1a;
  background: #FFFFFF;
}
.criterias_categories_box .animated_form aside.box:not(.aside_light) .errorinput + label, .criterias_categories_box .animated_form aside.box:not(.aside_light) .errorinput:hover + label, .criterias_categories_box .animated_form aside.box:not(.aside_light) .errorinput:focus:focus + label, .criterias_categories_box .animated_form aside.box:not(.aside_light) .error input + label, .criterias_categories_box .animated_form aside.box:not(.aside_light) .error input:hover + label, .criterias_categories_box .animated_form aside.box:not(.aside_light) .error input:focus:focus + label, .criterias_categories_box .animated_form aside.box:not(.aside_light) .error input[type=text] + label, .criterias_categories_box .animated_form aside.box:not(.aside_light) .error input[type=text]:hover + label, .criterias_categories_box .animated_form aside.box:not(.aside_light) .error input[type=text]:focus:focus + label, .criterias_categories_box .animated_form aside.box:not(.aside_light) .error input[type=password] + label, .criterias_categories_box .animated_form aside.box:not(.aside_light) .error input[type=password]:hover + label, .criterias_categories_box .animated_form aside.box:not(.aside_light) .error input[type=password]:focus:focus + label, .criterias_categories_box .animated_form aside.box:not(.aside_light) .error input[type=email] + label, .criterias_categories_box .animated_form aside.box:not(.aside_light) .error input[type=email]:hover + label, .criterias_categories_box .animated_form aside.box:not(.aside_light) .error input[type=email]:focus:focus + label, .criterias_categories_box .animated_form aside.box:not(.aside_light) .error input[type=tel] + label, .criterias_categories_box .animated_form aside.box:not(.aside_light) .error input[type=tel]:hover + label, .criterias_categories_box .animated_form aside.box:not(.aside_light) .error input[type=tel]:focus:focus + label, .criterias_categories_box .animated_form aside.box:not(.aside_light) .error input[type=number] + label, .criterias_categories_box .animated_form aside.box:not(.aside_light) .error input[type=number]:hover + label, .criterias_categories_box .animated_form aside.box:not(.aside_light) .error input[type=number]:focus:focus + label, .criterias_categories_box .animated_form aside.box:not(.aside_light) .error input[type=date] + label, .criterias_categories_box .animated_form aside.box:not(.aside_light) .error input[type=date]:hover + label, .criterias_categories_box .animated_form aside.box:not(.aside_light) .error input[type=date]:focus:focus + label, .criterias_categories_box .animated_form aside.box:not(.aside_light) .error input[type=time] + label, .criterias_categories_box .animated_form aside.box:not(.aside_light) .error input[type=time]:hover + label, .criterias_categories_box .animated_form aside.box:not(.aside_light) .error input[type=time]:focus:focus + label, .criterias_categories_box .animated_form aside.box:not(.aside_light) .error input[type=url] + label, .criterias_categories_box .animated_form aside.box:not(.aside_light) .error input[type=url]:hover + label, .criterias_categories_box .animated_form aside.box:not(.aside_light) .error input[type=url]:focus:focus + label, .criterias_categories_box .animated_form aside.box:not(.aside_light) .error textarea + label, .criterias_categories_box .animated_form aside.box:not(.aside_light) .error textarea:hover + label, .criterias_categories_box .animated_form aside.box:not(.aside_light) .error textarea:focus:focus + label, .criterias_categories_box .animated_form aside.box:not(.aside_light) .error .multiselect_box + label, .criterias_categories_box .animated_form aside.box:not(.aside_light) .error .multiselect_box:hover + label, .criterias_categories_box .animated_form aside.box:not(.aside_light) .error .multiselect_box:focus:focus + label, .criterias_categories_box .animated_form .errorinput + label, .criterias_categories_box .animated_form .errorinput:hover + label, .criterias_categories_box .animated_form .errorinput:focus:focus + label, .criterias_categories_box .animated_form .error input + label, .criterias_categories_box .animated_form .error input:hover + label, .criterias_categories_box .animated_form .error input:focus:focus + label, .criterias_categories_box .animated_form .error input[type=text] + label, .criterias_categories_box .animated_form .error input[type=text]:hover + label, .criterias_categories_box .animated_form .error input[type=text]:focus:focus + label, .criterias_categories_box .animated_form .error input[type=password] + label, .criterias_categories_box .animated_form .error input[type=password]:hover + label, .criterias_categories_box .animated_form .error input[type=password]:focus:focus + label, .criterias_categories_box .animated_form .error input[type=email] + label, .criterias_categories_box .animated_form .error input[type=email]:hover + label, .criterias_categories_box .animated_form .error input[type=email]:focus:focus + label, .criterias_categories_box .animated_form .error input[type=tel] + label, .criterias_categories_box .animated_form .error input[type=tel]:hover + label, .criterias_categories_box .animated_form .error input[type=tel]:focus:focus + label, .criterias_categories_box .animated_form .error input[type=number] + label, .criterias_categories_box .animated_form .error input[type=number]:hover + label, .criterias_categories_box .animated_form .error input[type=number]:focus:focus + label, .criterias_categories_box .animated_form .error input[type=date] + label, .criterias_categories_box .animated_form .error input[type=date]:hover + label, .criterias_categories_box .animated_form .error input[type=date]:focus:focus + label, .criterias_categories_box .animated_form .error input[type=time] + label, .criterias_categories_box .animated_form .error input[type=time]:hover + label, .criterias_categories_box .animated_form .error input[type=time]:focus:focus + label, .criterias_categories_box .animated_form .error input[type=url] + label, .criterias_categories_box .animated_form .error input[type=url]:hover + label, .criterias_categories_box .animated_form .error input[type=url]:focus:focus + label, .criterias_categories_box .animated_form .error textarea + label, .criterias_categories_box .animated_form .error textarea:hover + label, .criterias_categories_box .animated_form .error textarea:focus:focus + label, .criterias_categories_box .animated_form .error .multiselect_box + label, .criterias_categories_box .animated_form .error .multiselect_box:hover + label, .criterias_categories_box .animated_form .error .multiselect_box:focus:focus + label, #global .section_filter.filter_light .animated_form aside.box:not(.aside_light) .errorinput + label, #global .section_filter.filter_light .animated_form aside.box:not(.aside_light) .errorinput:hover + label, #global .section_filter.filter_light .animated_form aside.box:not(.aside_light) .errorinput:focus:focus + label, #global .section_filter.filter_light .animated_form aside.box:not(.aside_light) .error input + label, #global .section_filter.filter_light .animated_form aside.box:not(.aside_light) .error input:hover + label, #global .section_filter.filter_light .animated_form aside.box:not(.aside_light) .error input:focus:focus + label, #global .section_filter.filter_light .animated_form aside.box:not(.aside_light) .error input[type=text] + label, #global .section_filter.filter_light .animated_form aside.box:not(.aside_light) .error input[type=text]:hover + label, #global .section_filter.filter_light .animated_form aside.box:not(.aside_light) .error input[type=text]:focus:focus + label, #global .section_filter.filter_light .animated_form aside.box:not(.aside_light) .error input[type=password] + label, #global .section_filter.filter_light .animated_form aside.box:not(.aside_light) .error input[type=password]:hover + label, #global .section_filter.filter_light .animated_form aside.box:not(.aside_light) .error input[type=password]:focus:focus + label, #global .section_filter.filter_light .animated_form aside.box:not(.aside_light) .error input[type=email] + label, #global .section_filter.filter_light .animated_form aside.box:not(.aside_light) .error input[type=email]:hover + label, #global .section_filter.filter_light .animated_form aside.box:not(.aside_light) .error input[type=email]:focus:focus + label, #global .section_filter.filter_light .animated_form aside.box:not(.aside_light) .error input[type=tel] + label, #global .section_filter.filter_light .animated_form aside.box:not(.aside_light) .error input[type=tel]:hover + label, #global .section_filter.filter_light .animated_form aside.box:not(.aside_light) .error input[type=tel]:focus:focus + label, #global .section_filter.filter_light .animated_form aside.box:not(.aside_light) .error input[type=number] + label, #global .section_filter.filter_light .animated_form aside.box:not(.aside_light) .error input[type=number]:hover + label, #global .section_filter.filter_light .animated_form aside.box:not(.aside_light) .error input[type=number]:focus:focus + label, #global .section_filter.filter_light .animated_form aside.box:not(.aside_light) .error input[type=date] + label, #global .section_filter.filter_light .animated_form aside.box:not(.aside_light) .error input[type=date]:hover + label, #global .section_filter.filter_light .animated_form aside.box:not(.aside_light) .error input[type=date]:focus:focus + label, #global .section_filter.filter_light .animated_form aside.box:not(.aside_light) .error input[type=time] + label, #global .section_filter.filter_light .animated_form aside.box:not(.aside_light) .error input[type=time]:hover + label, #global .section_filter.filter_light .animated_form aside.box:not(.aside_light) .error input[type=time]:focus:focus + label, #global .section_filter.filter_light .animated_form aside.box:not(.aside_light) .error input[type=url] + label, #global .section_filter.filter_light .animated_form aside.box:not(.aside_light) .error input[type=url]:hover + label, #global .section_filter.filter_light .animated_form aside.box:not(.aside_light) .error input[type=url]:focus:focus + label, #global .section_filter.filter_light .animated_form aside.box:not(.aside_light) .error textarea + label, #global .section_filter.filter_light .animated_form aside.box:not(.aside_light) .error textarea:hover + label, #global .section_filter.filter_light .animated_form aside.box:not(.aside_light) .error textarea:focus:focus + label, #global .section_filter.filter_light .animated_form aside.box:not(.aside_light) .error .multiselect_box + label, #global .section_filter.filter_light .animated_form aside.box:not(.aside_light) .error .multiselect_box:hover + label, #global .section_filter.filter_light .animated_form aside.box:not(.aside_light) .error .multiselect_box:focus:focus + label, #global .section_filter.filter_light .animated_form .errorinput + label, #global .section_filter.filter_light .animated_form .errorinput:hover + label, #global .section_filter.filter_light .animated_form .errorinput:focus:focus + label, #global .section_filter.filter_light .animated_form .error input + label, #global .section_filter.filter_light .animated_form .error input:hover + label, #global .section_filter.filter_light .animated_form .error input:focus:focus + label, #global .section_filter.filter_light .animated_form .error input[type=text] + label, #global .section_filter.filter_light .animated_form .error input[type=text]:hover + label, #global .section_filter.filter_light .animated_form .error input[type=text]:focus:focus + label, #global .section_filter.filter_light .animated_form .error input[type=password] + label, #global .section_filter.filter_light .animated_form .error input[type=password]:hover + label, #global .section_filter.filter_light .animated_form .error input[type=password]:focus:focus + label, #global .section_filter.filter_light .animated_form .error input[type=email] + label, #global .section_filter.filter_light .animated_form .error input[type=email]:hover + label, #global .section_filter.filter_light .animated_form .error input[type=email]:focus:focus + label, #global .section_filter.filter_light .animated_form .error input[type=tel] + label, #global .section_filter.filter_light .animated_form .error input[type=tel]:hover + label, #global .section_filter.filter_light .animated_form .error input[type=tel]:focus:focus + label, #global .section_filter.filter_light .animated_form .error input[type=number] + label, #global .section_filter.filter_light .animated_form .error input[type=number]:hover + label, #global .section_filter.filter_light .animated_form .error input[type=number]:focus:focus + label, #global .section_filter.filter_light .animated_form .error input[type=date] + label, #global .section_filter.filter_light .animated_form .error input[type=date]:hover + label, #global .section_filter.filter_light .animated_form .error input[type=date]:focus:focus + label, #global .section_filter.filter_light .animated_form .error input[type=time] + label, #global .section_filter.filter_light .animated_form .error input[type=time]:hover + label, #global .section_filter.filter_light .animated_form .error input[type=time]:focus:focus + label, #global .section_filter.filter_light .animated_form .error input[type=url] + label, #global .section_filter.filter_light .animated_form .error input[type=url]:hover + label, #global .section_filter.filter_light .animated_form .error input[type=url]:focus:focus + label, #global .section_filter.filter_light .animated_form .error textarea + label, #global .section_filter.filter_light .animated_form .error textarea:hover + label, #global .section_filter.filter_light .animated_form .error textarea:focus:focus + label, #global .section_filter.filter_light .animated_form .error .multiselect_box + label, #global .section_filter.filter_light .animated_form .error .multiselect_box:hover + label, #global .section_filter.filter_light .animated_form .error .multiselect_box:focus:focus + label, .cms_section_light .animated_form aside.box:not(.aside_light) .errorinput + label, .cms_section_light .animated_form aside.box:not(.aside_light) .errorinput:hover + label, .cms_section_light .animated_form aside.box:not(.aside_light) .errorinput:focus:focus + label, .cms_section_light .animated_form aside.box:not(.aside_light) .error input + label, .cms_section_light .animated_form aside.box:not(.aside_light) .error input:hover + label, .cms_section_light .animated_form aside.box:not(.aside_light) .error input:focus:focus + label, .cms_section_light .animated_form aside.box:not(.aside_light) .error input[type=text] + label, .cms_section_light .animated_form aside.box:not(.aside_light) .error input[type=text]:hover + label, .cms_section_light .animated_form aside.box:not(.aside_light) .error input[type=text]:focus:focus + label, .cms_section_light .animated_form aside.box:not(.aside_light) .error input[type=password] + label, .cms_section_light .animated_form aside.box:not(.aside_light) .error input[type=password]:hover + label, .cms_section_light .animated_form aside.box:not(.aside_light) .error input[type=password]:focus:focus + label, .cms_section_light .animated_form aside.box:not(.aside_light) .error input[type=email] + label, .cms_section_light .animated_form aside.box:not(.aside_light) .error input[type=email]:hover + label, .cms_section_light .animated_form aside.box:not(.aside_light) .error input[type=email]:focus:focus + label, .cms_section_light .animated_form aside.box:not(.aside_light) .error input[type=tel] + label, .cms_section_light .animated_form aside.box:not(.aside_light) .error input[type=tel]:hover + label, .cms_section_light .animated_form aside.box:not(.aside_light) .error input[type=tel]:focus:focus + label, .cms_section_light .animated_form aside.box:not(.aside_light) .error input[type=number] + label, .cms_section_light .animated_form aside.box:not(.aside_light) .error input[type=number]:hover + label, .cms_section_light .animated_form aside.box:not(.aside_light) .error input[type=number]:focus:focus + label, .cms_section_light .animated_form aside.box:not(.aside_light) .error input[type=date] + label, .cms_section_light .animated_form aside.box:not(.aside_light) .error input[type=date]:hover + label, .cms_section_light .animated_form aside.box:not(.aside_light) .error input[type=date]:focus:focus + label, .cms_section_light .animated_form aside.box:not(.aside_light) .error input[type=time] + label, .cms_section_light .animated_form aside.box:not(.aside_light) .error input[type=time]:hover + label, .cms_section_light .animated_form aside.box:not(.aside_light) .error input[type=time]:focus:focus + label, .cms_section_light .animated_form aside.box:not(.aside_light) .error input[type=url] + label, .cms_section_light .animated_form aside.box:not(.aside_light) .error input[type=url]:hover + label, .cms_section_light .animated_form aside.box:not(.aside_light) .error input[type=url]:focus:focus + label, .cms_section_light .animated_form aside.box:not(.aside_light) .error textarea + label, .cms_section_light .animated_form aside.box:not(.aside_light) .error textarea:hover + label, .cms_section_light .animated_form aside.box:not(.aside_light) .error textarea:focus:focus + label, .cms_section_light .animated_form aside.box:not(.aside_light) .error .multiselect_box + label, .cms_section_light .animated_form aside.box:not(.aside_light) .error .multiselect_box:hover + label, .cms_section_light .animated_form aside.box:not(.aside_light) .error .multiselect_box:focus:focus + label, .cms_section_light .animated_form .errorinput + label, .cms_section_light .animated_form .errorinput:hover + label, .cms_section_light .animated_form .errorinput:focus:focus + label, .cms_section_light .animated_form .error input + label, .cms_section_light .animated_form .error input:hover + label, .cms_section_light .animated_form .error input:focus:focus + label, .cms_section_light .animated_form .error input[type=text] + label, .cms_section_light .animated_form .error input[type=text]:hover + label, .cms_section_light .animated_form .error input[type=text]:focus:focus + label, .cms_section_light .animated_form .error input[type=password] + label, .cms_section_light .animated_form .error input[type=password]:hover + label, .cms_section_light .animated_form .error input[type=password]:focus:focus + label, .cms_section_light .animated_form .error input[type=email] + label, .cms_section_light .animated_form .error input[type=email]:hover + label, .cms_section_light .animated_form .error input[type=email]:focus:focus + label, .cms_section_light .animated_form .error input[type=tel] + label, .cms_section_light .animated_form .error input[type=tel]:hover + label, .cms_section_light .animated_form .error input[type=tel]:focus:focus + label, .cms_section_light .animated_form .error input[type=number] + label, .cms_section_light .animated_form .error input[type=number]:hover + label, .cms_section_light .animated_form .error input[type=number]:focus:focus + label, .cms_section_light .animated_form .error input[type=date] + label, .cms_section_light .animated_form .error input[type=date]:hover + label, .cms_section_light .animated_form .error input[type=date]:focus:focus + label, .cms_section_light .animated_form .error input[type=time] + label, .cms_section_light .animated_form .error input[type=time]:hover + label, .cms_section_light .animated_form .error input[type=time]:focus:focus + label, .cms_section_light .animated_form .error input[type=url] + label, .cms_section_light .animated_form .error input[type=url]:hover + label, .cms_section_light .animated_form .error input[type=url]:focus:focus + label, .cms_section_light .animated_form .error textarea + label, .cms_section_light .animated_form .error textarea:hover + label, .cms_section_light .animated_form .error textarea:focus:focus + label, .cms_section_light .animated_form .error .multiselect_box + label, .cms_section_light .animated_form .error .multiselect_box:hover + label, .cms_section_light .animated_form .error .multiselect_box:focus:focus + label {
  color: #eb0037;
}
.criterias_categories_box .slider_js .slider .slider_base, #global .section_filter.filter_light .slider_js .slider .slider_base, .cms_section_light .slider_js .slider .slider_base {
  background: #d6d6d6;
}
.criterias_categories_box .slider_js .slider .slider_base .slider_full, #global .section_filter.filter_light .slider_js .slider .slider_base .slider_full, .cms_section_light .slider_js .slider .slider_base .slider_full {
  background: #015681;
}
.criterias_categories_box .slider_js .slider .slider_handler:after, #global .section_filter.filter_light .slider_js .slider .slider_handler:after, .cms_section_light .slider_js .slider .slider_handler:after {
  content: "";
  display: block;
  position: absolute;
  background: #015681;
}
.criterias_categories_box .slider_js .slider .slider_handler .slider_handler_display, #global .section_filter.filter_light .slider_js .slider .slider_handler .slider_handler_display, .cms_section_light .slider_js .slider .slider_handler .slider_handler_display {
  background-color: #004266;
}
.section_dark .select.select::after, .section_dark .multiselect.multiselect::after, .filter_dark .select.select::after, .filter_dark .multiselect.multiselect::after, .cms_section_dark .select.select::after, .cms_section_dark .multiselect.multiselect::after {
  color: #000000;
}
.section_dark .select.select:hover::after, .section_dark .multiselect.multiselect:hover::after, .filter_dark .select.select:hover::after, .filter_dark .multiselect.multiselect:hover::after, .cms_section_dark .select.select:hover::after, .cms_section_dark .multiselect.multiselect:hover::after {
  color: #262626;
}
.section_dark .ui-state-active, .section_dark .ui-widget-content .ui-state-active, .filter_dark .ui-state-active, .filter_dark .ui-widget-content .ui-state-active, .cms_section_dark .ui-state-active, .cms_section_dark .ui-widget-content .ui-state-active {
  background: #005681;
  color: #FFFFFF;
  border: 0;
}
.section_dark .ui-widget-content, .filter_dark .ui-widget-content, .cms_section_dark .ui-widget-content {
  color: #000000;
  background: #FFFFFF;
  border-color: #757575;
}
.section_dark .multiselect_item, .section_dark .multiselect_content, .filter_dark .multiselect_item, .filter_dark .multiselect_content, .cms_section_dark .multiselect_item, .cms_section_dark .multiselect_content {
  background: #FFFFFF;
  color: #000000;
}
.section_dark .multiselect_item input + .cb_input, .section_dark .multiselect_content input + .cb_input, .filter_dark .multiselect_item input + .cb_input, .filter_dark .multiselect_content input + .cb_input, .cms_section_dark .multiselect_item input + .cb_input, .cms_section_dark .multiselect_content input + .cb_input {
  border-color: #757575;
  background: #FFFFFF;
}
.section_dark .multiselect_item input:checked + .cb_input, .section_dark .multiselect_content input:checked + .cb_input, .filter_dark .multiselect_item input:checked + .cb_input, .filter_dark .multiselect_content input:checked + .cb_input, .cms_section_dark .multiselect_item input:checked + .cb_input, .cms_section_dark .multiselect_content input:checked + .cb_input {
  background-color: #005681;
  color: #FFFFFF;
  border: 1px solid #005681;
}
.section_dark .multiselect_item .multiselect_item:hover, .section_dark .multiselect_item .select_item:hover, .section_dark .multiselect_content .multiselect_item:hover, .section_dark .multiselect_content .select_item:hover, .filter_dark .multiselect_item .multiselect_item:hover, .filter_dark .multiselect_item .select_item:hover, .filter_dark .multiselect_content .multiselect_item:hover, .filter_dark .multiselect_content .select_item:hover, .cms_section_dark .multiselect_item .multiselect_item:hover, .cms_section_dark .multiselect_item .select_item:hover, .cms_section_dark .multiselect_content .multiselect_item:hover, .cms_section_dark .multiselect_content .select_item:hover {
  background: #005681;
  color: #FFFFFF;
}
.section_dark .multiselect_item .multiselect_item:hover .label_text, .section_dark .multiselect_item .select_item:hover .label_text, .section_dark .multiselect_content .multiselect_item:hover .label_text, .section_dark .multiselect_content .select_item:hover .label_text, .filter_dark .multiselect_item .multiselect_item:hover .label_text, .filter_dark .multiselect_item .select_item:hover .label_text, .filter_dark .multiselect_content .multiselect_item:hover .label_text, .filter_dark .multiselect_content .select_item:hover .label_text, .cms_section_dark .multiselect_item .multiselect_item:hover .label_text, .cms_section_dark .multiselect_item .select_item:hover .label_text, .cms_section_dark .multiselect_content .multiselect_item:hover .label_text, .cms_section_dark .multiselect_content .select_item:hover .label_text {
  color: #FFFFFF;
  background: none;
}
.section_dark .multiselect_item .highlight_separator, .section_dark .multiselect_content .highlight_separator, .filter_dark .multiselect_item .highlight_separator, .filter_dark .multiselect_content .highlight_separator, .cms_section_dark .multiselect_item .highlight_separator, .cms_section_dark .multiselect_content .highlight_separator {
  border-bottom-color: #757575;
}
.section_dark .multiselect_cb:checked + .multiselect_box input + .cb_input, .filter_dark .multiselect_cb:checked + .multiselect_box input + .cb_input, .cms_section_dark .multiselect_cb:checked + .multiselect_box input + .cb_input {
  border-color: #757575;
  background: #FFFFFF;
}
.section_dark .multiselect_cb:checked + .multiselect_box input:checked + .cb_input, .filter_dark .multiselect_cb:checked + .multiselect_box input:checked + .cb_input, .cms_section_dark .multiselect_cb:checked + .multiselect_box input:checked + .cb_input {
  background-color: #005681;
  color: #FFFFFF;
  border: 1px solid #005681;
}
.section_dark .multiselect_cb:checked + .multiselect_box .placeholder, .filter_dark .multiselect_cb:checked + .multiselect_box .placeholder, .cms_section_dark .multiselect_cb:checked + .multiselect_box .placeholder {
  color: #000000;
}
.section_dark .multiselect_cb:checked + .multiselect_box .multiselect:not(.simple_layout), .filter_dark .multiselect_cb:checked + .multiselect_box .multiselect:not(.simple_layout), .cms_section_dark .multiselect_cb:checked + .multiselect_box .multiselect:not(.simple_layout) {
  background-color: #FFFFFF;
  border-color: #757575;
  color: #000000;
}
.section_dark .multiselect_cb:checked + .multiselect_box .multiselect:not(.simple_layout)::after, .filter_dark .multiselect_cb:checked + .multiselect_box .multiselect:not(.simple_layout)::after, .cms_section_dark .multiselect_cb:checked + .multiselect_box .multiselect:not(.simple_layout)::after {
  color: #000000;
}
.profile_menu .profile_submenu {
  top: calc(100% + 0px);
  box-shadow: 0px 0px 0px 0px #AAAAAA;
  margin: 0;
  left: 50%;
  transform: translate(-50%, 1vh);
  text-align: center;
  padding: 0;
  transition: transform 0.2s, opacity 0.2s;
  opacity: 0;
  pointer-events: none;
  display: block;
}
.profile_menu .profile_submenu:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
  margin-bottom: -4px;
  top: 0;
  left: 50%;
  transform: translate(-50%, -80%);
}
.profile_menu .profile_submenu .profile_submenu_item, .profile_menu .profile_submenu .profile_infos {
  background: #ffffff;
  position: relative;
  z-index: 2;
}
.profile_menu .profile_submenu .profile_submenu_item:first-child, .profile_menu .profile_submenu .profile_infos:first-child {
  padding-top: 1em;
}
.profile_menu .profile_submenu .profile_submenu_item:last-child, .profile_menu .profile_submenu .profile_infos:last-child {
  padding-bottom: 1em;
}
.profile_menu .profile_submenu .profile_infos {
  border-bottom: 1px solid #AAAAAA;
  margin: 0;
}
.profile_menu .profile_submenu .profile_infos + .profile_submenu_item {
  padding-top: 1em;
}
.profile_menu:hover .profile_submenu {
  transform: translate(-50%, 0);
  opacity: 1;
  pointer-events: all;
}
#logo {
  margin: 1vh 0;
}
#logo img, #logo svg {
  max-width: 250px;
  max-height: 10vh;
  object-fit: contain;
}
.menu_top {
  position: absolute;
  top: 0.75em;
  right: 0;
}
.menu_langs .select_box {
  text-transform: uppercase;
}
.menu_top_part.menu_favorites .favorites_count {
  box-shadow: 0 0 1px 0 #005681;
  background: #FFFFFF;
  color: #005681;
}
footer {
  background: #063853;
  color: #ffffff;
}
footer a:not(.button) {
  color: #ffffff;
}
footer a:not(.button):hover {
  color: #ffffff;
  opacity: 0.6;
}
footer svg:not(.highcharts-root) * {
  fill: #ffffff;
}
footer .button {
  background: #FFFFFF;
  color: #015681;
  border: 1px solid #ffffff;
}
footer .button:hover {
  background: #fac86c;
  color: #FFFFFF;
  border: 1px solid #fac86c;
}
footer #footer_content {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -15px;
  margin: 0 -15px;
}
footer #footer_content > * {
  width: calc(25% - 30px);
  margin: 15px;
}
@media screen and (max-width: 1050px) {
  footer #footer_content > * {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 770px) {
  footer #footer_content > * {
    width: calc(100% - 30px);
  }
}
footer #footer_copyright {
  border-top: 0px solid #DFDFDF;
  background: #063853;
  color: #ffffff;
}
footer #footer_copyright a:not(.button) {
  color: #ffffff;
}
footer #footer_copyright a:not(.button):hover {
  color: #ffffff;
  opacity: 0.6;
}
footer .footer_logo a {
  margin-top: 0.5em;
  max-width: 200px;
  display: block;
}
/*----- Login / user -----*/
.profile_menu .profile_submenu {
  min-width: 140px;
}
.user_tabs {
  margin-bottom: 0;
}
.user_tabs .tab {
  margin-bottom: 0;
}
#global .box_object_owner .owner_objects_filters {
  margin-top: 50px;
}
#global .box_object_owner .owner_objects_filters h3 {
  margin-bottom: 0.75em;
}
#global .box_object_owner .owner_objects_filters .filter {
  border: 1px solid #eaeaea;
  border-width: 1px 0;
}
#global .box_object_owner .owner_objects_filters .filter_items {
  align-items: center;
}
#global .box_object_owner .owner_infos {
  border-top: none;
}
/*----- Objects list / map -----*/
.filter h3 {
  font-size: 1.25em;
  margin: -0.25em 0 0;
}
.filter .filter_fields {
  margin: 0.25em 0 0;
}
.filter .slider_js .slider_values {
  margin: -1.75em 0 1.25em;
}
.filter .filter_group {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -15px;
}
.filter .filter_group > * {
  width: calc(33.33% - 30px);
  margin: 15px;
}
@media screen and (max-width: 1050px) {
  .filter .filter_group > * {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 770px) {
  .filter .filter_group > * {
    width: calc(100% - 30px);
  }
}
.filter .filter_button_mobile {
  background: none;
  color: #005681;
  text-align: left;
  font-weight: bold;
}
.filter .filter_button_mobile:hover {
  color: #004466;
}
.section_filter, .section_blog_filter, .alt_main_banner {
  padding: 30px 0;
}
.objects_filters .section_filter h1, .objects_filters .section_filter .filter_part_counter {
  display: none;
}
.box_link, .box_link svg:not(.highcharts-root) *, .box_link .separator, .box_link hr {
  transition: background 0.2s, border 0.2s, color 0.2s, fill 0.2s;
}
.box_object_item h3 {
  font-size: 1.33em;
  margin-bottom: 0.75em;
}
.box_object_item .caract_list .caract_icon {
  margin: 0 0 0.25em;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.box_object_item .caract_list .caract_icon:last-child {
  margin-bottom: 0;
}
.box_object_item .caract_list .caract_icon .icon {
  margin-right: 0.5em;
}
.box_object_item .caract_list .caract_icon .icon svg {
  height: 1.1em;
}
.box_object_item .slogan {
  top: 10px;
  left: 10px;
  padding: 0.5em 1em;
}
.box_object_item .favorite_button {
  top: auto;
  bottom: 10px;
  right: 10px;
  left: auto;
}
.box_object_item img {
  width: 100%;
  aspect-ratio: 1.7777777778;
}
.box_object_horizontal_item .box_infos, .box_object_horizontal_item .box_caracts {
  padding: 10px 15px;
}
.box_object_horizontal_item .box_infos > *:last-child, .box_object_horizontal_item .box_caracts > *:last-child {
  margin-bottom: 0;
}
.box_object_horizontal_item h2, .box_object_horizontal_item h3 {
  margin-bottom: 0.5em;
}
.box_object_horizontal_item .favorite_button {
  top: auto;
  bottom: 10px;
  right: 10px;
  left: auto;
}
.box_object_horizontal_item .box_picture.one_pic {
  height: auto;
  object-fit: cover;
}
.box_object_fullsize_item .favorite_button {
  top: auto;
  right: calc(20px + 10px);
  bottom: calc(20px + 10px);
  left: auto;
  opacity: 0;
  transition: opacity 0.2s;
  z-index: 50;
}
.box_object_fullsize_item:hover .favorite_button {
  opacity: 1;
}
ul.pagination {
  margin: 0;
}
ul.pagination:empty {
  display: none;
}
.search_results_list_and_map .search_results_list {
  border-bottom: 0;
  border-left-color: #DFDFDF;
}
.search_results_list_and_map .search_results_list .map_toggle .hide_map_button::before {
  border-color: #DFDFDF;
}
.search_tools {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search_tools .create_alert {
  margin-right: auto;
}
.search_results_title {
  margin: 0;
}
.icon_btn, [data-search-results] .list_toggle .button {
  display: inline-block;
  cursor: pointer;
}
.icon_btn svg, [data-search-results] .list_toggle .button svg {
  height: 1.3em;
  width: auto;
  display: block;
}
@keyframes ring {
  0% {
    transform: rotate(0);
  }
  1% {
    transform: rotate(30deg);
  }
  3% {
    transform: rotate(-28deg);
  }
  5% {
    transform: rotate(34deg);
  }
  7% {
    transform: rotate(-32deg);
  }
  9% {
    transform: rotate(30deg);
  }
  11% {
    transform: rotate(-28deg);
  }
  13% {
    transform: rotate(26deg);
  }
  15% {
    transform: rotate(-24deg);
  }
  17% {
    transform: rotate(22deg);
  }
  19% {
    transform: rotate(-20deg);
  }
  21% {
    transform: rotate(18deg);
  }
  23% {
    transform: rotate(-16deg);
  }
  25% {
    transform: rotate(14deg);
  }
  27% {
    transform: rotate(-12deg);
  }
  29% {
    transform: rotate(10deg);
  }
  31% {
    transform: rotate(-8deg);
  }
  33% {
    transform: rotate(6deg);
  }
  35% {
    transform: rotate(-4deg);
  }
  37% {
    transform: rotate(2deg);
  }
  39% {
    transform: rotate(-1deg);
  }
  41% {
    transform: rotate(1deg);
  }
  43% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
  }
}
.create_alert:hover svg {
  -webkit-animation: ring 4s 0.1s ease-in-out infinite;
  -webkit-transform-origin: 50% 4px;
  -moz-animation: ring 4s 0.1s ease-in-out infinite;
  -moz-transform-origin: 50% 4px;
  animation: ring 4s 0.1s ease-in-out infinite;
  transform-origin: 50% 4px;
}
.list_toggle .icon_btn, [data-search-results] .list_toggle .button {
  opacity: 0.66;
  transition: opacity 0.2s;
  margin-left: 0.5em;
  display: inline-block;
}
.list_toggle .icon_btn:hover, .list_toggle .icon_btn.selected, [data-search-results] .list_toggle .button:hover, [data-search-results] .list_toggle .button.selected {
  opacity: 1;
}
.list_toggle .icon_btn svg, [data-search-results] .list_toggle .button svg {
  height: 2em;
}
#infobox, .infobox {
  background-color: #ffffff;
}
#infobox.infobox-mapbox, .infobox.infobox-mapbox {
  background-color: unset;
}
#infobox.infobox-mapbox .maplibregl-popup-content, .infobox.infobox-mapbox .maplibregl-popup-content {
  background-color: #ffffff;
}
/*----- Objects details -----*/
.visit_info_container a {
  color: #005681;
}
.visit_info_container a:hover {
  color: #004466;
}
section.pagination {
  padding: 15px 0;
  margin: 0;
  text-align: center;
}
#global .swiper .swiper-lazy-preloader {
  border: 4px solid #015681;
  border-top-color: transparent;
}
#global .swiper .swiper-button-nav, #global .swiper ~ .swiper-button-nav {
  background: rgba(0, 0, 0, 0);
  transition: background 0.2s;
}
#global .swiper .swiper-button-nav svg, #global .swiper ~ .swiper-button-nav svg {
  fill: #FFFFFF;
  width: 2.5em;
}
#global .swiper .swiper-button-nav:hover, #global .swiper ~ .swiper-button-nav:hover {
  background: rgba(0, 0, 0, 0.3);
}
#global .swiper .swiper-button-nav:hover svg, #global .swiper ~ .swiper-button-nav:hover svg {
  fill: #FFFFFF;
}
.scope_objects_details .slogan, .scope_financing_simulation .slogan {
  background: #5ac6f0;
  color: #FFFFFF;
  padding: 0.5em 1em;
  margin-bottom: 0.5em;
  display: inline-block;
  margin-top: 1.25vh;
}
.scope_objects_details .slogan svg *, .scope_financing_simulation .slogan svg * {
  fill: #FFFFFF !important;
}
.scope_financing_simulation .back_button {
  margin-top: 1em;
}
section.details_title {
  padding: 15px 0;
}
.object_detail_title {
  display: block;
}
.object_detail_title .title_row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5em;
}
.object_detail_title .title_row:last-child {
  margin-bottom: 0;
}
.object_detail_title h1 {
  margin-bottom: 0;
  text-align: left;
}
.object_detail_title h2 {
  margin-bottom: 0;
  font-size: 1.33em;
  font-weight: normal;
  font-style: italic;
}
.object_detail_title .price {
  font-weight: bold;
}
.object_detail_title .price.price_detailed {
  flex-direction: row-reverse;
}
.object_detail_title .price.price_detailed .display_costs span, .object_detail_title .price.price_detailed .display_costs > svg {
  display: none;
}
.object_detail_title .price .price_table {
  font-weight: normal;
}
.object_detail_title .price .price_table .total {
  font-weight: bold;
}
.object_detail_title .caract_list {
  align-items: flex-end;
}
.object_detail_title .caract_list svg * {
  fill: #005681;
}
.cms_section_dark .object_detail_title .caract_list svg * {
  fill: #005681;
}
.details_infos {
  padding: 0;
}
.details_infos .object_descriptions {
  margin: 0;
  justify-content: space-between;
}
.details_infos .detail_col {
  padding: 5vh 0;
  margin: 0;
}
.details_infos .detail_col.detail_left {
  padding-right: 30px;
  width: 66.66%;
}
.details_infos .detail_col.detail_right {
  padding-left: 30px;
  border-left: 0px solid #DFDFDF;
  width: 33.33%;
}
section.map_objects_details {
  padding: 0;
}
.distances_box h2 {
  margin-bottom: -1.66em;
}
.distances_box svg * {
  fill: #005681;
}
.visit_card {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.visit_card .visit_pic {
  max-width: calc(33.33% - 15px);
  padding-right: 15px;
}
.visit_card .visit_pic img {
  border: 0px solid #DFDFDF;
  display: block;
}
.visit_card .visit_infos {
  width: 100%;
}
.visit_card .visit_infos h4 {
  margin-bottom: 0.25em;
}
.visit_card .visit_infos .button.display_visit {
  width: 100%;
  text-align: center;
}
.share_box .button_share {
  display: inline-block;
  margin-right: 0.5em;
  transform: scale(1);
  transition: all 0.2s;
}
.share_box .button_share:last-child {
  margin-right: 0;
}
.share_box .button_share svg {
  width: 2.5em;
  height: 2.5em;
}
.share_box .button_share:hover {
  transform: scale(1.1);
}
.part.contact_form_box {
  max-width: 700px;
  margin: 0 auto;
}
.project_table td.first_col {
  padding-left: 0.75em;
}
.project_table td.last_col {
  padding-right: 0.75em;
}
.project_table .project_table_subobject .details_title, .project_table .project_table_subobject .detail_col, .project_table .project_table_subobject .object_descriptions .detail_col.detail_right, .project_table .project_table_subobject .object_descriptions .detail_col.detail_left {
  padding: 30px;
}
.project_table .project_table_subobject .details_title .detail_col_inner, .project_table .project_table_subobject .detail_col .detail_col_inner, .project_table .project_table_subobject .object_descriptions .detail_col.detail_right .detail_col_inner, .project_table .project_table_subobject .object_descriptions .detail_col.detail_left .detail_col_inner {
  width: 100%;
}
.favorite_button svg {
  margin: 0 0.25em -0.1em 0;
}
.energy_box .energy svg .legend.global * {
  fill: #000000;
}
.cms_section_dark .energy svg .legend.global * {
  fill: #000000;
}
/*----- CMS -----*/
.banner_content, .cms_banner_content {
  color: #FFFFFF;
}
.cms_banner_content h1 {
  font-size: 2.2em;
}
.cms_text h1, .cms_text h2 {
  margin-bottom: 3vh;
}
.cms_text .pagination_allbutton {
  margin-top: 3vh;
}
.cms_accordion .accordion_title {
  border-bottom: 0;
}
.cms_accordion .accordion_title::after {
  font-size: 1.5em;
}
.cms_accordion .accordion_content {
  border-top: 1px solid;
}
.cms_slider .swiper .swiper-slide article {
  height: 100%;
}
/*----- Blog -----*/
.scope_blog_index .alt_main_banner {
  display: none;
}
.blog_list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -15px;
}
.blog_list > * {
  width: calc(50% - 30px);
  margin: 15px;
}
@media screen and (max-width: 1050px) {
  .blog_list > * {
    width: calc(100% - 30px);
  }
}
.box_article .blog_title {
  margin-bottom: 0.25em;
}
.box_article .blog_date {
  margin-bottom: 1em;
  font-size: 0.75;
  font-style: italic;
}
.box_article .blog_categories .blog_category {
  color: #005681;
}
.box_article:hover .blog_categories .blog_category {
  color: #005681;
}
.box_article:hover .blog_categories .blog_category:hover {
  color: #004466;
}
.cms_blog_article .box_picture img, .box_article_blog_index .box_picture img {
  width: 100%;
  object-fit: cover;
}
/* IE Upgrade */
.browserupgrade {
  background-color: #005681;
  color: #FFFFFF;
  padding: 1em;
  text-align: center;
}
.browserupgrade a {
  display: inline-block;
  margin-top: 1em;
  font-weight: bold;
  color: #FFFFFF;
}
.browserupgrade a::after {
  content: "-";
  padding: 0 0.5em;
}
.browserupgrade a:last-child::after {
  content: "";
  padding: 0;
}
.browserupgrade a:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
body.browser_ie_11 div.browserupgrade, body.browser_ie div.browserupgrade {
  display: block !important;
}
/*----- Box team -----*/
.box_team_item {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.box_team_item .box_inner {
  align-items: center;
}
.box_team_item .box_inner .box_picture {
  width: 100%;
}
.box_team_item .box_inner .box_picture img {
  width: 100%;
}
.box_team_item .box_inner .box_infos {
  max-width: 75vw;
  width: 100%;
}
/*--------- DigiRent --------*/
.digirent_tenants_form .form_cols {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -15px;
  margin: 0;
}
.digirent_tenants_form .form_cols > * {
  width: calc(50% - 30px);
  margin: 15px;
}
@media screen and (max-width: 770px) {
  .digirent_tenants_form .form_cols > * {
    width: calc(100% - 30px);
  }
}
.digirent_container section.header .inner_content .header_actions {
  width: calc(50% - box_padding);
}
.digirent_container section.header .inner_content .header_actions .header_object article {
  max-width: none;
  width: auto;
}
.digirent_container section.header .inner_content .header_actions .header_object .box_inner {
  flex-direction: row;
}
.digirent_container section.header .inner_content .header_actions .header_object .box_inner .box_picture {
  width: 40%;
}
.digirent_container section.header .inner_content .header_actions .header_object .box_inner .box_picture .box_picture {
  width: 100%;
  height: 100%;
}
.digirent_container section.header .inner_content .header_actions .header_object .box_inner .box_picture img {
  min-height: 100%;
  width: 100%;
}
.digirent_container section.header .inner_content .header_actions .header_object .box_inner .box_picture .slogan {
  left: 0;
}
.digirent_container section.header .inner_content .header_actions .header_object .box_inner .box_body {
  width: 60%;
}
.digirent_container section.header .inner_content .header_actions .header_object img {
  min-height: 100%;
  object-fit: cover;
  width: 100%;
}
.digirent_container section.header .inner_content .header_actions .header_object .header_object_link {
  display: none;
}
.digirent_container section.header .inner_content .header_actions .button {
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
}
.digirent_container section.header .inner_content .header_actions p {
  font-size: 0.8em;
}
/* /home/www-data/deploys/courtage-dev/env-a/immoWEB2/websites/10000-dreamo/css/perso.scss */
:root {
  --heart-width: 0;
  --heart-height: 0;
}
h1, h1 *, .h1, .h1 * {
  font-size: 1.8rem;
  font-family: "Hanken Grotesk", arial, sans-serif;
}
h2, h2 *, .h2, .h2 * {
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Hanken Grotesk", arial, sans-serif;
}
h3, h3 *, .h3, .h3 * {
  font-size: 1.4rem;
  font-family: "Hanken Grotesk", arial, sans-serif;
}
h4, h4 *, .h4, .h4 * {
  font-size: 1.2rem;
  font-family: "Hanken Grotesk", arial, sans-serif;
}
h5, h5 *, .h5, .h5 * {
  font-size: 1.1rem;
  font-family: "Hanken Grotesk", arial, sans-serif;
}
h6, h6 *, .h6, .h6 * {
  font-size: 1rem;
  font-family: "Hanken Grotesk", arial, sans-serif;
}
.light_text {
  color: #767676;
}
ul {
  margin-left: 20px;
}
b, strong {
  font-weight: 700;
}
body.browser_chrome #global img {
  overflow: clip;
  overflow-clip-margin: unset;
}
/************** HEADER / NAVIGATION ************/
header #header_top .inner_content {
  justify-content: space-between;
}
header #header_top .inner_content #header_content {
  padding: 13px 0;
}
header #header_top .inner_content #header_content #logo {
  margin: 10px 0;
}
header #header_top .inner_content #header_content #logo .logo {
  min-height: 43px;
}
header #header_top .inner_content .main_navigation {
  width: auto;
  padding: 40px 30px 20px 10px;
}
header #header_top .inner_content .main_navigation #nav_content > .nav_item {
  font-size: 1.125em;
}
header #header_top .inner_content .main_navigation #nav_content > .nav_item.publish {
  margin-left: 1em;
  padding: 0;
}
header #header_top .inner_content .main_navigation #nav_content > .nav_item.publish a {
  background-color: #158838;
  border: 1px solid #158838;
  color: #fff;
  padding: 6px 19px 5px;
}
header #header_top .inner_content .main_navigation #nav_content > .nav_item.publish a:hover {
  background-color: #116E2D;
  border-color: #116E2D;
}
header #header_top .inner_content .main_navigation #nav_content > .nav_item.publish a:active {
  background-color: #0C4F20;
  border-color: #0C4F20;
}
.fav_log_container {
  display: flex;
}
.main_navigation .nav_item.selected > a {
  text-decoration: underline;
}
.main_navigation + .fav_log_container {
  justify-content: flex-end;
  align-items: center;
  padding: 40px 0 20px 10px;
}
.main_navigation + .fav_log_container .profile_menu {
  padding-bottom: 0;
  transform: none;
  margin-top: 0;
  display: flex;
  align-items: center;
}
.main_navigation + .fav_log_container a {
  white-space: nowrap;
  display: inline-flex;
}
.main_navigation + .fav_log_container a svg {
  margin-right: 0.5em;
}
.touchscreen .profile_menu:hover .profile_submenu {
  display: none;
}
/************ END HEADER / NAVIGATION ************/
/********* OBJECTS AND OBJECT LIST ***************/
section.section_object#search_results[data-items="0"] .search_tools .bottom {
  display: none;
}
section.section_object#search_results .search_results_list_and_map.closed_map .objects_list, section.section_object#search_results .search_results_list_and_map.open_map .objects_list {
  margin: -0.75rem;
}
section.section_object#search_results .search_results_list_and_map.closed_map .objects_list.objects_style_thumbnail .box_object_item {
  width: calc(25% - 1.5rem);
  margin: 0.75rem;
}
section.section_object#search_results .search_results_list_and_map.open_map .objects_list.objects_style_thumbnail {
  margin: -0.75rem;
}
section.section_object#search_results .search_results_list_and_map.open_map .objects_list.objects_style_thumbnail article.box_object_item {
  width: calc(100% / 2 - 1.5rem);
  margin: 0.75rem;
}
#global .search_results_map .map_canvas .js_loader, #global .search_results_list_and_map .map_canvas .js_loader, #global .section_object .map_canvas .js_loader {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 40px;
  left: calc(50% - 20px);
  background: #ffffffaa;
  border-radius: 20px;
  box-shadow: 0 5px 15px #00000066;
  z-index: 50;
  backdrop-filter: blur(10px);
}
#global .search_results_map .no_results_message .no_results_text .subtitle, #global .search_results_list_and_map .no_results_message .no_results_text .subtitle, #global .section_object .no_results_message .no_results_text .subtitle {
  font-family: "Hanken Grotesk", arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin-bottom: 10px;
}
#global .search_results_map .no_results_message .no_results_text .text, #global .search_results_list_and_map .no_results_message .no_results_text .text, #global .section_object .no_results_message .no_results_text .text {
  display: block;
}
#global .no_results_message {
  padding: 0;
  width: 100%;
}
#global .no_results_message .no_results_text {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  padding: 20px;
  box-shadow: 0px 2px 6px 0px #0000001A;
}
.section_object.onloading > .js_loader, .section_object .list_container.onloading > .js_loader {
  display: none;
}
.section_object.onloading .box_object_item, .section_object .list_container.onloading .box_object_item {
  pointer-events: none;
}
.section_object.onloading .box_object_item .favorite_button, .section_object .list_container.onloading .box_object_item .favorite_button {
  display: none !important;
}
.section_object.onloading .box_object_item .box_picture, .section_object.onloading .box_object_item .box_pictures_bottom > *, .section_object.onloading .box_object_item .box_body .top_infos > *, .section_object.onloading .box_object_item .box_body .title_and_description_wrapper > *, .section_object.onloading .box_object_item .box_body .advertiser_details_wrapper > *, .section_object .list_container.onloading .box_object_item .box_picture, .section_object .list_container.onloading .box_object_item .box_pictures_bottom > *, .section_object .list_container.onloading .box_object_item .box_body .top_infos > *, .section_object .list_container.onloading .box_object_item .box_body .title_and_description_wrapper > *, .section_object .list_container.onloading .box_object_item .box_body .advertiser_details_wrapper > * {
  overflow: hidden;
  position: relative;
  width: fit-content;
  border-radius: 4px;
}
.section_object.onloading .box_object_item .box_picture::before, .section_object.onloading .box_object_item .box_pictures_bottom > *::before, .section_object.onloading .box_object_item .box_body .top_infos > *::before, .section_object.onloading .box_object_item .box_body .title_and_description_wrapper > *::before, .section_object.onloading .box_object_item .box_body .advertiser_details_wrapper > *::before, .section_object .list_container.onloading .box_object_item .box_picture::before, .section_object .list_container.onloading .box_object_item .box_pictures_bottom > *::before, .section_object .list_container.onloading .box_object_item .box_body .top_infos > *::before, .section_object .list_container.onloading .box_object_item .box_body .title_and_description_wrapper > *::before, .section_object .list_container.onloading .box_object_item .box_body .advertiser_details_wrapper > *::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: whitesmoke;
  z-index: 44;
}
.section_object.onloading .box_object_item .box_picture::after, .section_object.onloading .box_object_item .box_pictures_bottom > *::after, .section_object.onloading .box_object_item .box_body .top_infos > *::after, .section_object.onloading .box_object_item .box_body .title_and_description_wrapper > *::after, .section_object.onloading .box_object_item .box_body .advertiser_details_wrapper > *::after, .section_object .list_container.onloading .box_object_item .box_picture::after, .section_object .list_container.onloading .box_object_item .box_pictures_bottom > *::after, .section_object .list_container.onloading .box_object_item .box_body .top_infos > *::after, .section_object .list_container.onloading .box_object_item .box_body .title_and_description_wrapper > *::after, .section_object .list_container.onloading .box_object_item .box_body .advertiser_details_wrapper > *::after {
  content: "";
  background-image: linear-gradient(to left, rgba(251, 251, 251, 0.05), rgba(251, 251, 251, 0.3), rgba(251, 251, 251, 0.6), rgba(251, 251, 251, 0.3), rgba(251, 251, 251, 0.05));
  background-image: -moz-linear-gradient(to left, rgba(251, 251, 251, 0.05), rgba(251, 251, 251, 0.3), rgba(251, 251, 251, 0.6), rgba(251, 251, 251, 0.3), rgba(251, 251, 251, 0.05));
  background-image: -webkit-linear-gradient(to left, rgba(251, 251, 251, 0.05), rgba(251, 251, 251, 0.3), rgba(251, 251, 251, 0.6), rgba(251, 251, 251, 0.3), rgba(251, 251, 251, 0.05));
  animation: loading_placeholder 1s infinite;
  position: absolute;
  left: -45%;
  height: 100%;
  width: 45%;
  z-index: 45;
  top: 0;
}
.section_object.onloading .no_results_text > *, .section_object .list_container.onloading .no_results_text > * {
  overflow: hidden;
  position: relative;
  width: fit-content;
  border-radius: 4px;
}
.section_object.onloading .no_results_text > *::before, .section_object .list_container.onloading .no_results_text > *::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: whitesmoke;
  z-index: 44;
}
.section_object.onloading .no_results_text > *::after, .section_object .list_container.onloading .no_results_text > *::after {
  content: "";
  background-image: linear-gradient(to left, rgba(251, 251, 251, 0.05), rgba(251, 251, 251, 0.3), rgba(251, 251, 251, 0.6), rgba(251, 251, 251, 0.3), rgba(251, 251, 251, 0.05));
  background-image: -moz-linear-gradient(to left, rgba(251, 251, 251, 0.05), rgba(251, 251, 251, 0.3), rgba(251, 251, 251, 0.6), rgba(251, 251, 251, 0.3), rgba(251, 251, 251, 0.05));
  background-image: -webkit-linear-gradient(to left, rgba(251, 251, 251, 0.05), rgba(251, 251, 251, 0.3), rgba(251, 251, 251, 0.6), rgba(251, 251, 251, 0.3), rgba(251, 251, 251, 0.05));
  animation: loading_placeholder 1s infinite;
  position: absolute;
  left: -45%;
  height: 100%;
  width: 45%;
  z-index: 45;
  top: 0;
}
.section_object .search_results_title > .js_loader {
  display: none;
}
.section_object .search_results_title.onloading {
  overflow: hidden;
  position: relative;
  width: fit-content;
  border-radius: 4px;
}
.section_object .search_results_title.onloading::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: whitesmoke;
  z-index: 44;
}
.section_object .search_results_title.onloading::after {
  content: "";
  background-image: linear-gradient(to left, rgba(251, 251, 251, 0.05), rgba(251, 251, 251, 0.3), rgba(251, 251, 251, 0.6), rgba(251, 251, 251, 0.3), rgba(251, 251, 251, 0.05));
  background-image: -moz-linear-gradient(to left, rgba(251, 251, 251, 0.05), rgba(251, 251, 251, 0.3), rgba(251, 251, 251, 0.6), rgba(251, 251, 251, 0.3), rgba(251, 251, 251, 0.05));
  background-image: -webkit-linear-gradient(to left, rgba(251, 251, 251, 0.05), rgba(251, 251, 251, 0.3), rgba(251, 251, 251, 0.6), rgba(251, 251, 251, 0.3), rgba(251, 251, 251, 0.05));
  animation: loading_placeholder 1s infinite;
  position: absolute;
  left: -45%;
  height: 100%;
  width: 45%;
  z-index: 45;
  top: 0;
}
.no_results_text .text {
  display: none;
}
@keyframes loading_placeholder {
  0% {
    left: -45%;
  }
  100% {
    left: 100%;
  }
}
.scope_objectslist_search #global .section_object, .scope_objectslist_search #global, .scope_objectlist_publisher #global .section_object, .scope_objectlist_publisher #global, #global .section_object, #global {
  background: #FFFFFF;
}
.scope_objectslist_search #global .section_object .box.box_object_item, .scope_objectslist_search #global .box.box_object_item, .scope_objectlist_publisher #global .section_object .box.box_object_item, .scope_objectlist_publisher #global .box.box_object_item, #global .section_object .box.box_object_item, #global .box.box_object_item {
  background-color: #fff;
  padding: 2px;
  border: 0;
  box-shadow: 0px 2px 6px 0px #0000001A;
  transition: box-shadow 0.2s;
}
.scope_objectslist_search #global .section_object .box.box_object_item:hover, .scope_objectslist_search #global .box.box_object_item:hover, .scope_objectlist_publisher #global .section_object .box.box_object_item:hover, .scope_objectlist_publisher #global .box.box_object_item:hover, #global .section_object .box.box_object_item:hover, #global .box.box_object_item:hover {
  border: 0;
}
@media (hover: hover) {
  .scope_objectslist_search #global .section_object .box.box_object_item:hover, .scope_objectslist_search #global .box.box_object_item:hover, .scope_objectlist_publisher #global .section_object .box.box_object_item:hover, .scope_objectlist_publisher #global .box.box_object_item:hover, #global .section_object .box.box_object_item:hover, #global .box.box_object_item:hover {
    box-shadow: 0px 8px 24px 0px #0000001A;
  }
}
.scope_objectslist_search #global .section_object .box.box_object_item.gold, .scope_objectslist_search #global .box.box_object_item.gold, .scope_objectlist_publisher #global .section_object .box.box_object_item.gold, .scope_objectlist_publisher #global .box.box_object_item.gold, #global .section_object .box.box_object_item.gold, #global .box.box_object_item.gold {
  background-color: #FAC86C;
}
.scope_objectslist_search #global .section_object .box.box_object_item.gold .top_listing, .scope_objectslist_search #global .box.box_object_item.gold .top_listing, .scope_objectlist_publisher #global .section_object .box.box_object_item.gold .top_listing, .scope_objectlist_publisher #global .box.box_object_item.gold .top_listing, #global .section_object .box.box_object_item.gold .top_listing, #global .box.box_object_item.gold .top_listing {
  display: block;
  background-color: #FAC86C;
}
.scope_objectslist_search #global .section_object .box.box_object_item.silver, .scope_objectslist_search #global .box.box_object_item.silver, .scope_objectlist_publisher #global .section_object .box.box_object_item.silver, .scope_objectlist_publisher #global .box.box_object_item.silver, #global .section_object .box.box_object_item.silver, #global .box.box_object_item.silver {
  background-color: #E3E3E3;
}
.scope_objectslist_search #global .section_object .box.box_object_item.silver .top_listing, .scope_objectslist_search #global .box.box_object_item.silver .top_listing, .scope_objectlist_publisher #global .section_object .box.box_object_item.silver .top_listing, .scope_objectlist_publisher #global .box.box_object_item.silver .top_listing, #global .section_object .box.box_object_item.silver .top_listing, #global .box.box_object_item.silver .top_listing {
  display: block;
  background-color: #E3E3E3;
}
.scope_objectslist_search #global .section_object .box.box_object_item img, .scope_objectslist_search #global .box.box_object_item img, .scope_objectlist_publisher #global .section_object .box.box_object_item img, .scope_objectlist_publisher #global .box.box_object_item img, #global .section_object .box.box_object_item img, #global .box.box_object_item img {
  aspect-ratio: unset;
  width: unset;
}
.scope_objectslist_search #global .section_object .box.box_object_item .box_inner, .scope_objectslist_search #global .box.box_object_item .box_inner, .scope_objectlist_publisher #global .section_object .box.box_object_item .box_inner, .scope_objectlist_publisher #global .box.box_object_item .box_inner, #global .section_object .box.box_object_item .box_inner, #global .box.box_object_item .box_inner {
  display: flex;
  gap: 2px;
  border: 0;
}
.scope_objectslist_search #global .section_object .box.box_object_item .box_inner:hover, .scope_objectslist_search #global .box.box_object_item .box_inner:hover, .scope_objectlist_publisher #global .section_object .box.box_object_item .box_inner:hover, .scope_objectlist_publisher #global .box.box_object_item .box_inner:hover, #global .section_object .box.box_object_item .box_inner:hover, #global .box.box_object_item .box_inner:hover {
  border: 0;
}
.scope_objectslist_search #global .section_object .box.box_object_item .box_inner .box_picture_group, .scope_objectslist_search #global .box.box_object_item .box_inner .box_picture_group, .scope_objectlist_publisher #global .section_object .box.box_object_item .box_inner .box_picture_group, .scope_objectlist_publisher #global .box.box_object_item .box_inner .box_picture_group, #global .section_object .box.box_object_item .box_inner .box_picture_group, #global .box.box_object_item .box_inner .box_picture_group {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: min-content;
  gap: 2px;
}
.scope_objectslist_search #global .section_object .box.box_object_item .box_inner .box_picture_group .box_picture, .scope_objectslist_search #global .box.box_object_item .box_inner .box_picture_group .box_picture, .scope_objectlist_publisher #global .section_object .box.box_object_item .box_inner .box_picture_group .box_picture, .scope_objectlist_publisher #global .box.box_object_item .box_inner .box_picture_group .box_picture, #global .section_object .box.box_object_item .box_inner .box_picture_group .box_picture, #global .box.box_object_item .box_inner .box_picture_group .box_picture {
  width: 100%;
  aspect-ratio: 1.5;
  background-color: #F2F2F2;
}
.scope_objectslist_search #global .section_object .box.box_object_item .box_inner .box_picture_group .box_picture img, .scope_objectslist_search #global .box.box_object_item .box_inner .box_picture_group .box_picture img, .scope_objectlist_publisher #global .section_object .box.box_object_item .box_inner .box_picture_group .box_picture img, .scope_objectlist_publisher #global .box.box_object_item .box_inner .box_picture_group .box_picture img, #global .section_object .box.box_object_item .box_inner .box_picture_group .box_picture img, #global .box.box_object_item .box_inner .box_picture_group .box_picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.scope_objectslist_search #global .section_object .box.box_object_item .box_inner .box_picture_group .box_picture .swiper-container, .scope_objectslist_search #global .box.box_object_item .box_inner .box_picture_group .box_picture .swiper-container, .scope_objectlist_publisher #global .section_object .box.box_object_item .box_inner .box_picture_group .box_picture .swiper-container, .scope_objectlist_publisher #global .box.box_object_item .box_inner .box_picture_group .box_picture .swiper-container, #global .section_object .box.box_object_item .box_inner .box_picture_group .box_picture .swiper-container, #global .box.box_object_item .box_inner .box_picture_group .box_picture .swiper-container {
  width: 100%;
}
.scope_objectslist_search #global .section_object .box.box_object_item .box_inner .box_pictures_bottom, .scope_objectslist_search #global .box.box_object_item .box_inner .box_pictures_bottom, .scope_objectlist_publisher #global .section_object .box.box_object_item .box_inner .box_pictures_bottom, .scope_objectlist_publisher #global .box.box_object_item .box_inner .box_pictures_bottom, #global .section_object .box.box_object_item .box_inner .box_pictures_bottom, #global .box.box_object_item .box_inner .box_pictures_bottom {
  display: flex;
  flex-direction: row;
  gap: 2px;
}
.scope_objectslist_search #global .section_object .box.box_object_item .box_inner .box_pictures_bottom .item, .scope_objectslist_search #global .section_object .box.box_object_item .box_inner .box_pictures_bottom .item .no_pic, .scope_objectslist_search #global .box.box_object_item .box_inner .box_pictures_bottom .item, .scope_objectslist_search #global .box.box_object_item .box_inner .box_pictures_bottom .item .no_pic, .scope_objectlist_publisher #global .section_object .box.box_object_item .box_inner .box_pictures_bottom .item, .scope_objectlist_publisher #global .section_object .box.box_object_item .box_inner .box_pictures_bottom .item .no_pic, .scope_objectlist_publisher #global .box.box_object_item .box_inner .box_pictures_bottom .item, .scope_objectlist_publisher #global .box.box_object_item .box_inner .box_pictures_bottom .item .no_pic, #global .section_object .box.box_object_item .box_inner .box_pictures_bottom .item, #global .section_object .box.box_object_item .box_inner .box_pictures_bottom .item .no_pic, #global .box.box_object_item .box_inner .box_pictures_bottom .item, #global .box.box_object_item .box_inner .box_pictures_bottom .item .no_pic {
  aspect-ratio: 1.5;
  width: 100%;
  background-color: #F2F2F2;
}
.scope_objectslist_search #global .section_object .box.box_object_item .box_inner .box_pictures_bottom .item img, .scope_objectslist_search #global .section_object .box.box_object_item .box_inner .box_pictures_bottom .item .no_pic img, .scope_objectslist_search #global .box.box_object_item .box_inner .box_pictures_bottom .item img, .scope_objectslist_search #global .box.box_object_item .box_inner .box_pictures_bottom .item .no_pic img, .scope_objectlist_publisher #global .section_object .box.box_object_item .box_inner .box_pictures_bottom .item img, .scope_objectlist_publisher #global .section_object .box.box_object_item .box_inner .box_pictures_bottom .item .no_pic img, .scope_objectlist_publisher #global .box.box_object_item .box_inner .box_pictures_bottom .item img, .scope_objectlist_publisher #global .box.box_object_item .box_inner .box_pictures_bottom .item .no_pic img, #global .section_object .box.box_object_item .box_inner .box_pictures_bottom .item img, #global .section_object .box.box_object_item .box_inner .box_pictures_bottom .item .no_pic img, #global .box.box_object_item .box_inner .box_pictures_bottom .item img, #global .box.box_object_item .box_inner .box_pictures_bottom .item .no_pic img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.scope_objectslist_search #global .section_object .box.box_object_item .box_inner .box_body, .scope_objectslist_search #global .box.box_object_item .box_inner .box_body, .scope_objectlist_publisher #global .section_object .box.box_object_item .box_inner .box_body, .scope_objectlist_publisher #global .box.box_object_item .box_inner .box_body, #global .section_object .box.box_object_item .box_inner .box_body, #global .box.box_object_item .box_inner .box_body {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 0.75rem 1rem 1.5rem 1rem;
  height: 100%;
}
.scope_objectslist_search #global .section_object .box.box_object_item .box_inner .box_body .top_infos, .scope_objectslist_search #global .box.box_object_item .box_inner .box_body .top_infos, .scope_objectlist_publisher #global .section_object .box.box_object_item .box_inner .box_body .top_infos, .scope_objectlist_publisher #global .box.box_object_item .box_inner .box_body .top_infos, #global .section_object .box.box_object_item .box_inner .box_body .top_infos, #global .box.box_object_item .box_inner .box_body .top_infos {
  padding-bottom: 0.75rem;
}
.scope_objectslist_search #global .section_object .box.box_object_item .box_inner .box_body .top_infos .object_category, .scope_objectslist_search #global .box.box_object_item .box_inner .box_body .top_infos .object_category, .scope_objectlist_publisher #global .section_object .box.box_object_item .box_inner .box_body .top_infos .object_category, .scope_objectlist_publisher #global .box.box_object_item .box_inner .box_body .top_infos .object_category, #global .section_object .box.box_object_item .box_inner .box_body .top_infos .object_category, #global .box.box_object_item .box_inner .box_body .top_infos .object_category {
  font-family: "Helvetica", arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #767676;
  margin-bottom: 0.25rem;
}
.scope_objectslist_search #global .section_object .box.box_object_item .box_inner .box_body .top_infos .object_title_wrapper, .scope_objectslist_search #global .box.box_object_item .box_inner .box_body .top_infos .object_title_wrapper, .scope_objectlist_publisher #global .section_object .box.box_object_item .box_inner .box_body .top_infos .object_title_wrapper, .scope_objectlist_publisher #global .box.box_object_item .box_inner .box_body .top_infos .object_title_wrapper, #global .section_object .box.box_object_item .box_inner .box_body .top_infos .object_title_wrapper, #global .box.box_object_item .box_inner .box_body .top_infos .object_title_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-family: "Hanken Grotesk", arial, sans-serif;
  font-weight: 700;
  font-size: 1.5625rem;
  line-height: 1.875rem;
  column-gap: 0.375rem;
  row-gap: 0;
}
.scope_objectslist_search #global .section_object .box.box_object_item .box_inner .box_body .top_infos .object_title_wrapper h2, .scope_objectslist_search #global .box.box_object_item .box_inner .box_body .top_infos .object_title_wrapper h2, .scope_objectlist_publisher #global .section_object .box.box_object_item .box_inner .box_body .top_infos .object_title_wrapper h2, .scope_objectlist_publisher #global .box.box_object_item .box_inner .box_body .top_infos .object_title_wrapper h2, #global .section_object .box.box_object_item .box_inner .box_body .top_infos .object_title_wrapper h2, #global .box.box_object_item .box_inner .box_body .top_infos .object_title_wrapper h2 {
  margin-bottom: 0;
}
.scope_objectslist_search #global .section_object .box.box_object_item .box_inner .box_body .top_infos .object_title_wrapper .rooms, .scope_objectslist_search #global .section_object .box.box_object_item .box_inner .box_body .top_infos .object_title_wrapper .square_meters, .scope_objectslist_search #global .box.box_object_item .box_inner .box_body .top_infos .object_title_wrapper .rooms, .scope_objectslist_search #global .box.box_object_item .box_inner .box_body .top_infos .object_title_wrapper .square_meters, .scope_objectlist_publisher #global .section_object .box.box_object_item .box_inner .box_body .top_infos .object_title_wrapper .rooms, .scope_objectlist_publisher #global .section_object .box.box_object_item .box_inner .box_body .top_infos .object_title_wrapper .square_meters, .scope_objectlist_publisher #global .box.box_object_item .box_inner .box_body .top_infos .object_title_wrapper .rooms, .scope_objectlist_publisher #global .box.box_object_item .box_inner .box_body .top_infos .object_title_wrapper .square_meters, #global .section_object .box.box_object_item .box_inner .box_body .top_infos .object_title_wrapper .rooms, #global .section_object .box.box_object_item .box_inner .box_body .top_infos .object_title_wrapper .square_meters, #global .box.box_object_item .box_inner .box_body .top_infos .object_title_wrapper .rooms, #global .box.box_object_item .box_inner .box_body .top_infos .object_title_wrapper .square_meters {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-bottom: 0;
}
.scope_objectslist_search #global .section_object .box.box_object_item .box_inner .box_body .top_infos .object_title_wrapper .rooms:after, .scope_objectslist_search #global .section_object .box.box_object_item .box_inner .box_body .top_infos .object_title_wrapper .square_meters:after, .scope_objectslist_search #global .box.box_object_item .box_inner .box_body .top_infos .object_title_wrapper .rooms:after, .scope_objectslist_search #global .box.box_object_item .box_inner .box_body .top_infos .object_title_wrapper .square_meters:after, .scope_objectlist_publisher #global .section_object .box.box_object_item .box_inner .box_body .top_infos .object_title_wrapper .rooms:after, .scope_objectlist_publisher #global .section_object .box.box_object_item .box_inner .box_body .top_infos .object_title_wrapper .square_meters:after, .scope_objectlist_publisher #global .box.box_object_item .box_inner .box_body .top_infos .object_title_wrapper .rooms:after, .scope_objectlist_publisher #global .box.box_object_item .box_inner .box_body .top_infos .object_title_wrapper .square_meters:after, #global .section_object .box.box_object_item .box_inner .box_body .top_infos .object_title_wrapper .rooms:after, #global .section_object .box.box_object_item .box_inner .box_body .top_infos .object_title_wrapper .square_meters:after, #global .box.box_object_item .box_inner .box_body .top_infos .object_title_wrapper .rooms:after, #global .box.box_object_item .box_inner .box_body .top_infos .object_title_wrapper .square_meters:after {
  content: ",";
  font-family: "Hanken Grotesk", arial, sans-serif;
  font-weight: 700;
  font-size: 1.5625rem;
  line-height: 1.875rem;
}
.scope_objectslist_search #global .section_object .box.box_object_item .box_inner .box_body .top_infos .object_title_wrapper .rooms .value_wrapper, .scope_objectslist_search #global .section_object .box.box_object_item .box_inner .box_body .top_infos .object_title_wrapper .square_meters .value_wrapper, .scope_objectslist_search #global .box.box_object_item .box_inner .box_body .top_infos .object_title_wrapper .rooms .value_wrapper, .scope_objectslist_search #global .box.box_object_item .box_inner .box_body .top_infos .object_title_wrapper .square_meters .value_wrapper, .scope_objectlist_publisher #global .section_object .box.box_object_item .box_inner .box_body .top_infos .object_title_wrapper .rooms .value_wrapper, .scope_objectlist_publisher #global .section_object .box.box_object_item .box_inner .box_body .top_infos .object_title_wrapper .square_meters .value_wrapper, .scope_objectlist_publisher #global .box.box_object_item .box_inner .box_body .top_infos .object_title_wrapper .rooms .value_wrapper, .scope_objectlist_publisher #global .box.box_object_item .box_inner .box_body .top_infos .object_title_wrapper .square_meters .value_wrapper, #global .section_object .box.box_object_item .box_inner .box_body .top_infos .object_title_wrapper .rooms .value_wrapper, #global .section_object .box.box_object_item .box_inner .box_body .top_infos .object_title_wrapper .square_meters .value_wrapper, #global .box.box_object_item .box_inner .box_body .top_infos .object_title_wrapper .rooms .value_wrapper, #global .box.box_object_item .box_inner .box_body .top_infos .object_title_wrapper .square_meters .value_wrapper {
  width: max-content;
}
.scope_objectslist_search #global .section_object .box.box_object_item .box_inner .box_body .top_infos .object_title_wrapper .price, .scope_objectslist_search #global .box.box_object_item .box_inner .box_body .top_infos .object_title_wrapper .price, .scope_objectlist_publisher #global .section_object .box.box_object_item .box_inner .box_body .top_infos .object_title_wrapper .price, .scope_objectlist_publisher #global .box.box_object_item .box_inner .box_body .top_infos .object_title_wrapper .price, #global .section_object .box.box_object_item .box_inner .box_body .top_infos .object_title_wrapper .price, #global .box.box_object_item .box_inner .box_body .top_infos .object_title_wrapper .price {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: baseline;
  row-gap: 0;
  column-gap: 0.375rem;
}
.scope_objectslist_search #global .section_object .box.box_object_item .box_inner .box_body .top_infos .object_title_wrapper .price h2, .scope_objectslist_search #global .box.box_object_item .box_inner .box_body .top_infos .object_title_wrapper .price h2, .scope_objectlist_publisher #global .section_object .box.box_object_item .box_inner .box_body .top_infos .object_title_wrapper .price h2, .scope_objectlist_publisher #global .box.box_object_item .box_inner .box_body .top_infos .object_title_wrapper .price h2, #global .section_object .box.box_object_item .box_inner .box_body .top_infos .object_title_wrapper .price h2, #global .box.box_object_item .box_inner .box_body .top_infos .object_title_wrapper .price h2 {
  margin-bottom: 0;
}
.scope_objectslist_search #global .section_object .box.box_object_item .box_inner .box_body .top_infos .object_title_wrapper .price .price_meter, .scope_objectslist_search #global .box.box_object_item .box_inner .box_body .top_infos .object_title_wrapper .price .price_meter, .scope_objectlist_publisher #global .section_object .box.box_object_item .box_inner .box_body .top_infos .object_title_wrapper .price .price_meter, .scope_objectlist_publisher #global .box.box_object_item .box_inner .box_body .top_infos .object_title_wrapper .price .price_meter, #global .section_object .box.box_object_item .box_inner .box_body .top_infos .object_title_wrapper .price .price_meter, #global .box.box_object_item .box_inner .box_body .top_infos .object_title_wrapper .price .price_meter {
  font-family: "Helvetica", arial, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #767676;
}
.scope_objectslist_search #global .section_object .box.box_object_item .box_inner .box_body .more_details_wrapper, .scope_objectslist_search #global .box.box_object_item .box_inner .box_body .more_details_wrapper, .scope_objectlist_publisher #global .section_object .box.box_object_item .box_inner .box_body .more_details_wrapper, .scope_objectlist_publisher #global .box.box_object_item .box_inner .box_body .more_details_wrapper, #global .section_object .box.box_object_item .box_inner .box_body .more_details_wrapper, #global .box.box_object_item .box_inner .box_body .more_details_wrapper {
  display: flex;
  flex-direction: column;
  column-gap: 0.25rem;
  margin-top: 0.75rem;
}
.scope_objectslist_search #global .section_object .box.box_object_item .box_inner .box_body .more_details_wrapper .location, .scope_objectslist_search #global .section_object .box.box_object_item .box_inner .box_body .more_details_wrapper .floor_availability, .scope_objectslist_search #global .box.box_object_item .box_inner .box_body .more_details_wrapper .location, .scope_objectslist_search #global .box.box_object_item .box_inner .box_body .more_details_wrapper .floor_availability, .scope_objectlist_publisher #global .section_object .box.box_object_item .box_inner .box_body .more_details_wrapper .location, .scope_objectlist_publisher #global .section_object .box.box_object_item .box_inner .box_body .more_details_wrapper .floor_availability, .scope_objectlist_publisher #global .box.box_object_item .box_inner .box_body .more_details_wrapper .location, .scope_objectlist_publisher #global .box.box_object_item .box_inner .box_body .more_details_wrapper .floor_availability, #global .section_object .box.box_object_item .box_inner .box_body .more_details_wrapper .location, #global .section_object .box.box_object_item .box_inner .box_body .more_details_wrapper .floor_availability, #global .box.box_object_item .box_inner .box_body .more_details_wrapper .location, #global .box.box_object_item .box_inner .box_body .more_details_wrapper .floor_availability {
  display: flex;
  flex-direction: row;
}
.scope_objectslist_search #global .section_object .box.box_object_item .box_inner .box_body .more_details_wrapper .location, .scope_objectslist_search #global .box.box_object_item .box_inner .box_body .more_details_wrapper .location, .scope_objectlist_publisher #global .section_object .box.box_object_item .box_inner .box_body .more_details_wrapper .location, .scope_objectlist_publisher #global .box.box_object_item .box_inner .box_body .more_details_wrapper .location, #global .section_object .box.box_object_item .box_inner .box_body .more_details_wrapper .location, #global .box.box_object_item .box_inner .box_body .more_details_wrapper .location {
  display: flex;
  align-items: flex-start;
  font-family: "Helvetica", arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.25rem;
}
.scope_objectslist_search #global .section_object .box.box_object_item .box_inner .box_body .more_details_wrapper .location .icon_location, .scope_objectslist_search #global .section_object .box.box_object_item .box_inner .box_body .more_details_wrapper .location .icon_location svg, .scope_objectslist_search #global .box.box_object_item .box_inner .box_body .more_details_wrapper .location .icon_location, .scope_objectslist_search #global .box.box_object_item .box_inner .box_body .more_details_wrapper .location .icon_location svg, .scope_objectlist_publisher #global .section_object .box.box_object_item .box_inner .box_body .more_details_wrapper .location .icon_location, .scope_objectlist_publisher #global .section_object .box.box_object_item .box_inner .box_body .more_details_wrapper .location .icon_location svg, .scope_objectlist_publisher #global .box.box_object_item .box_inner .box_body .more_details_wrapper .location .icon_location, .scope_objectlist_publisher #global .box.box_object_item .box_inner .box_body .more_details_wrapper .location .icon_location svg, #global .section_object .box.box_object_item .box_inner .box_body .more_details_wrapper .location .icon_location, #global .section_object .box.box_object_item .box_inner .box_body .more_details_wrapper .location .icon_location svg, #global .box.box_object_item .box_inner .box_body .more_details_wrapper .location .icon_location, #global .box.box_object_item .box_inner .box_body .more_details_wrapper .location .icon_location svg {
  width: 1.25rem;
  height: 1.25rem;
  transform: translate(-0.125rem, -0.07rem);
}
.scope_objectslist_search #global .section_object .box.box_object_item .box_inner .box_body .more_details_wrapper .location .icon_location path, .scope_objectslist_search #global .section_object .box.box_object_item .box_inner .box_body .more_details_wrapper .location .icon_location svg path, .scope_objectslist_search #global .box.box_object_item .box_inner .box_body .more_details_wrapper .location .icon_location path, .scope_objectslist_search #global .box.box_object_item .box_inner .box_body .more_details_wrapper .location .icon_location svg path, .scope_objectlist_publisher #global .section_object .box.box_object_item .box_inner .box_body .more_details_wrapper .location .icon_location path, .scope_objectlist_publisher #global .section_object .box.box_object_item .box_inner .box_body .more_details_wrapper .location .icon_location svg path, .scope_objectlist_publisher #global .box.box_object_item .box_inner .box_body .more_details_wrapper .location .icon_location path, .scope_objectlist_publisher #global .box.box_object_item .box_inner .box_body .more_details_wrapper .location .icon_location svg path, #global .section_object .box.box_object_item .box_inner .box_body .more_details_wrapper .location .icon_location path, #global .section_object .box.box_object_item .box_inner .box_body .more_details_wrapper .location .icon_location svg path, #global .box.box_object_item .box_inner .box_body .more_details_wrapper .location .icon_location path, #global .box.box_object_item .box_inner .box_body .more_details_wrapper .location .icon_location svg path {
  fill: #767676;
}
.scope_objectslist_search #global .section_object .box.box_object_item .box_inner .box_body .more_details_wrapper .floor_availability, .scope_objectslist_search #global .box.box_object_item .box_inner .box_body .more_details_wrapper .floor_availability, .scope_objectlist_publisher #global .section_object .box.box_object_item .box_inner .box_body .more_details_wrapper .floor_availability, .scope_objectlist_publisher #global .box.box_object_item .box_inner .box_body .more_details_wrapper .floor_availability, #global .section_object .box.box_object_item .box_inner .box_body .more_details_wrapper .floor_availability, #global .box.box_object_item .box_inner .box_body .more_details_wrapper .floor_availability {
  font-family: "Helvetica", arial, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.25rem;
  flex-wrap: wrap;
  color: #767676;
}
.scope_objectslist_search #global .section_object .box.box_object_item .box_inner .box_body .more_details_wrapper .caract_row:not(:last-child) .value_wrapper::after, .scope_objectslist_search #global .box.box_object_item .box_inner .box_body .more_details_wrapper .caract_row:not(:last-child) .value_wrapper::after, .scope_objectlist_publisher #global .section_object .box.box_object_item .box_inner .box_body .more_details_wrapper .caract_row:not(:last-child) .value_wrapper::after, .scope_objectlist_publisher #global .box.box_object_item .box_inner .box_body .more_details_wrapper .caract_row:not(:last-child) .value_wrapper::after, #global .section_object .box.box_object_item .box_inner .box_body .more_details_wrapper .caract_row:not(:last-child) .value_wrapper::after, #global .box.box_object_item .box_inner .box_body .more_details_wrapper .caract_row:not(:last-child) .value_wrapper::after {
  content: ", ";
}
.scope_objectslist_search #global .section_object .box.box_object_item .box_inner .box_body .title_and_description_wrapper, .scope_objectslist_search #global .box.box_object_item .box_inner .box_body .title_and_description_wrapper, .scope_objectlist_publisher #global .section_object .box.box_object_item .box_inner .box_body .title_and_description_wrapper, .scope_objectlist_publisher #global .box.box_object_item .box_inner .box_body .title_and_description_wrapper, #global .section_object .box.box_object_item .box_inner .box_body .title_and_description_wrapper, #global .box.box_object_item .box_inner .box_body .title_and_description_wrapper {
  overflow: hidden;
}
.scope_objectslist_search #global .section_object .box.box_object_item .box_inner .box_body .title_and_description_wrapper.initial-height, .scope_objectslist_search #global .box.box_object_item .box_inner .box_body .title_and_description_wrapper.initial-height, .scope_objectlist_publisher #global .section_object .box.box_object_item .box_inner .box_body .title_and_description_wrapper.initial-height, .scope_objectlist_publisher #global .box.box_object_item .box_inner .box_body .title_and_description_wrapper.initial-height, #global .section_object .box.box_object_item .box_inner .box_body .title_and_description_wrapper.initial-height, #global .box.box_object_item .box_inner .box_body .title_and_description_wrapper.initial-height {
  height: 7.5rem;
}
.scope_objectslist_search #global .section_object .box.box_object_item .box_inner .box_body .title_and_description_wrapper.full-height, .scope_objectslist_search #global .box.box_object_item .box_inner .box_body .title_and_description_wrapper.full-height, .scope_objectlist_publisher #global .section_object .box.box_object_item .box_inner .box_body .title_and_description_wrapper.full-height, .scope_objectlist_publisher #global .box.box_object_item .box_inner .box_body .title_and_description_wrapper.full-height, #global .section_object .box.box_object_item .box_inner .box_body .title_and_description_wrapper.full-height, #global .box.box_object_item .box_inner .box_body .title_and_description_wrapper.full-height {
  height: 100%;
}
.scope_objectslist_search #global .section_object .box.box_object_item .box_inner .box_body .title_and_description_wrapper.min-content, .scope_objectslist_search #global .box.box_object_item .box_inner .box_body .title_and_description_wrapper.min-content, .scope_objectlist_publisher #global .section_object .box.box_object_item .box_inner .box_body .title_and_description_wrapper.min-content, .scope_objectlist_publisher #global .box.box_object_item .box_inner .box_body .title_and_description_wrapper.min-content, #global .section_object .box.box_object_item .box_inner .box_body .title_and_description_wrapper.min-content, #global .box.box_object_item .box_inner .box_body .title_and_description_wrapper.min-content {
  height: min-content;
}
.scope_objectslist_search #global .section_object .box.box_object_item .box_inner .box_body .title_and_description_wrapper .title, .scope_objectslist_search #global .box.box_object_item .box_inner .box_body .title_and_description_wrapper .title, .scope_objectlist_publisher #global .section_object .box.box_object_item .box_inner .box_body .title_and_description_wrapper .title, .scope_objectlist_publisher #global .box.box_object_item .box_inner .box_body .title_and_description_wrapper .title, #global .section_object .box.box_object_item .box_inner .box_body .title_and_description_wrapper .title, #global .box.box_object_item .box_inner .box_body .title_and_description_wrapper .title {
  font-family: "Helvetica", arial, sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-bottom: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  max-height: calc(2 * 1.25rem);
}
.scope_objectslist_search #global .section_object .box.box_object_item .box_inner .box_body .title_and_description_wrapper .description, .scope_objectslist_search #global .box.box_object_item .box_inner .box_body .title_and_description_wrapper .description, .scope_objectlist_publisher #global .section_object .box.box_object_item .box_inner .box_body .title_and_description_wrapper .description, .scope_objectlist_publisher #global .box.box_object_item .box_inner .box_body .title_and_description_wrapper .description, #global .section_object .box.box_object_item .box_inner .box_body .title_and_description_wrapper .description, #global .box.box_object_item .box_inner .box_body .title_and_description_wrapper .description {
  font-family: "Helvetica", arial, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #767676;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.scope_objectslist_search #global .section_object .box.box_object_item .box_inner .box_body .title_and_description_wrapper .description.initial-line-clamp, .scope_objectslist_search #global .box.box_object_item .box_inner .box_body .title_and_description_wrapper .description.initial-line-clamp, .scope_objectlist_publisher #global .section_object .box.box_object_item .box_inner .box_body .title_and_description_wrapper .description.initial-line-clamp, .scope_objectlist_publisher #global .box.box_object_item .box_inner .box_body .title_and_description_wrapper .description.initial-line-clamp, #global .section_object .box.box_object_item .box_inner .box_body .title_and_description_wrapper .description.initial-line-clamp, #global .box.box_object_item .box_inner .box_body .title_and_description_wrapper .description.initial-line-clamp {
  -webkit-line-clamp: 1;
  line-clamp: 1;
  height: min-content;
  max-height: unset;
}
.scope_objectslist_search #global .section_object .box.box_object_item .box_inner .box_body .advertiser_details_wrapper, .scope_objectslist_search #global .box.box_object_item .box_inner .box_body .advertiser_details_wrapper, .scope_objectlist_publisher #global .section_object .box.box_object_item .box_inner .box_body .advertiser_details_wrapper, .scope_objectlist_publisher #global .box.box_object_item .box_inner .box_body .advertiser_details_wrapper, #global .section_object .box.box_object_item .box_inner .box_body .advertiser_details_wrapper, #global .box.box_object_item .box_inner .box_body .advertiser_details_wrapper {
  display: flex;
  align-items: center;
  position: relative;
  height: min-content;
  padding-top: 1rem;
  gap: 1rem;
  flex-shrink: 0;
  margin-top: auto;
}
.scope_objectslist_search #global .section_object .box.box_object_item .box_inner .box_body .advertiser_details_wrapper .publisher_box, .scope_objectslist_search #global .box.box_object_item .box_inner .box_body .advertiser_details_wrapper .publisher_box, .scope_objectlist_publisher #global .section_object .box.box_object_item .box_inner .box_body .advertiser_details_wrapper .publisher_box, .scope_objectlist_publisher #global .box.box_object_item .box_inner .box_body .advertiser_details_wrapper .publisher_box, #global .section_object .box.box_object_item .box_inner .box_body .advertiser_details_wrapper .publisher_box, #global .box.box_object_item .box_inner .box_body .advertiser_details_wrapper .publisher_box {
  display: flex;
  flex-shrink: 0;
  max-width: 40%;
}
.scope_objectslist_search #global .section_object .box.box_object_item .box_inner .box_body .advertiser_details_wrapper .publisher_box .agency_logo_container, .scope_objectslist_search #global .box.box_object_item .box_inner .box_body .advertiser_details_wrapper .publisher_box .agency_logo_container, .scope_objectlist_publisher #global .section_object .box.box_object_item .box_inner .box_body .advertiser_details_wrapper .publisher_box .agency_logo_container, .scope_objectlist_publisher #global .box.box_object_item .box_inner .box_body .advertiser_details_wrapper .publisher_box .agency_logo_container, #global .section_object .box.box_object_item .box_inner .box_body .advertiser_details_wrapper .publisher_box .agency_logo_container, #global .box.box_object_item .box_inner .box_body .advertiser_details_wrapper .publisher_box .agency_logo_container {
  display: flex;
  flex-shrink: 0;
  width: 100%;
  height: min-content;
  max-width: 7.5rem;
  height: 3.125rem;
}
.scope_objectslist_search #global .section_object .box.box_object_item .box_inner .box_body .advertiser_details_wrapper .publisher_box .agency_logo_container .agency_logo, .scope_objectslist_search #global .box.box_object_item .box_inner .box_body .advertiser_details_wrapper .publisher_box .agency_logo_container .agency_logo, .scope_objectlist_publisher #global .section_object .box.box_object_item .box_inner .box_body .advertiser_details_wrapper .publisher_box .agency_logo_container .agency_logo, .scope_objectlist_publisher #global .box.box_object_item .box_inner .box_body .advertiser_details_wrapper .publisher_box .agency_logo_container .agency_logo, #global .section_object .box.box_object_item .box_inner .box_body .advertiser_details_wrapper .publisher_box .agency_logo_container .agency_logo, #global .box.box_object_item .box_inner .box_body .advertiser_details_wrapper .publisher_box .agency_logo_container .agency_logo {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 7.5rem;
  max-height: calc(7.5rem / 12 * 5);
  padding-bottom: calc(5 / 12 * 100%);
}
.scope_objectslist_search #global .section_object .box.box_object_item .box_inner .box_body .advertiser_details_wrapper .publisher_box .agency_logo_container .agency_logo img, .scope_objectslist_search #global .box.box_object_item .box_inner .box_body .advertiser_details_wrapper .publisher_box .agency_logo_container .agency_logo img, .scope_objectlist_publisher #global .section_object .box.box_object_item .box_inner .box_body .advertiser_details_wrapper .publisher_box .agency_logo_container .agency_logo img, .scope_objectlist_publisher #global .box.box_object_item .box_inner .box_body .advertiser_details_wrapper .publisher_box .agency_logo_container .agency_logo img, #global .section_object .box.box_object_item .box_inner .box_body .advertiser_details_wrapper .publisher_box .agency_logo_container .agency_logo img, #global .box.box_object_item .box_inner .box_body .advertiser_details_wrapper .publisher_box .agency_logo_container .agency_logo img {
  position: absolute;
  top: 50%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  left: 0;
  transform: translateY(-50%);
}
.scope_objectslist_search #global .section_object .box.box_object_item .box_inner .box_body .advertiser_details_wrapper .publisher_box .agency_logo_container .agency_logo, .scope_objectslist_search #global .box.box_object_item .box_inner .box_body .advertiser_details_wrapper .publisher_box .agency_logo_container .agency_logo, .scope_objectlist_publisher #global .section_object .box.box_object_item .box_inner .box_body .advertiser_details_wrapper .publisher_box .agency_logo_container .agency_logo, .scope_objectlist_publisher #global .box.box_object_item .box_inner .box_body .advertiser_details_wrapper .publisher_box .agency_logo_container .agency_logo, #global .section_object .box.box_object_item .box_inner .box_body .advertiser_details_wrapper .publisher_box .agency_logo_container .agency_logo, #global .box.box_object_item .box_inner .box_body .advertiser_details_wrapper .publisher_box .agency_logo_container .agency_logo {
  width: 120px;
}
.scope_objectslist_search #global .section_object .box.box_object_item .box_inner .box_body .advertiser_details_wrapper .contact_card, .scope_objectslist_search #global .box.box_object_item .box_inner .box_body .advertiser_details_wrapper .contact_card, .scope_objectlist_publisher #global .section_object .box.box_object_item .box_inner .box_body .advertiser_details_wrapper .contact_card, .scope_objectlist_publisher #global .box.box_object_item .box_inner .box_body .advertiser_details_wrapper .contact_card, #global .section_object .box.box_object_item .box_inner .box_body .advertiser_details_wrapper .contact_card, #global .box.box_object_item .box_inner .box_body .advertiser_details_wrapper .contact_card {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
  column-gap: 0.5rem;
  row-gap: 0.25rem;
}
.scope_objectslist_search #global .section_object .box.box_object_item .box_inner .box_body .advertiser_details_wrapper .contact_card .pic, .scope_objectslist_search #global .box.box_object_item .box_inner .box_body .advertiser_details_wrapper .contact_card .pic, .scope_objectlist_publisher #global .section_object .box.box_object_item .box_inner .box_body .advertiser_details_wrapper .contact_card .pic, .scope_objectlist_publisher #global .box.box_object_item .box_inner .box_body .advertiser_details_wrapper .contact_card .pic, #global .section_object .box.box_object_item .box_inner .box_body .advertiser_details_wrapper .contact_card .pic, #global .box.box_object_item .box_inner .box_body .advertiser_details_wrapper .contact_card .pic {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 1px solid #C9C9C9;
  overflow: hidden;
  flex-shrink: 0;
  flex-grow: 0;
}
.scope_objectslist_search #global .section_object .box.box_object_item .box_inner .box_body .advertiser_details_wrapper .contact_card .pic img, .scope_objectslist_search #global .box.box_object_item .box_inner .box_body .advertiser_details_wrapper .contact_card .pic img, .scope_objectlist_publisher #global .section_object .box.box_object_item .box_inner .box_body .advertiser_details_wrapper .contact_card .pic img, .scope_objectlist_publisher #global .box.box_object_item .box_inner .box_body .advertiser_details_wrapper .contact_card .pic img, #global .section_object .box.box_object_item .box_inner .box_body .advertiser_details_wrapper .contact_card .pic img, #global .box.box_object_item .box_inner .box_body .advertiser_details_wrapper .contact_card .pic img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.scope_objectslist_search #global .section_object .box.box_object_item .box_inner .box_body .advertiser_details_wrapper .contact_card .infos, .scope_objectslist_search #global .box.box_object_item .box_inner .box_body .advertiser_details_wrapper .contact_card .infos, .scope_objectlist_publisher #global .section_object .box.box_object_item .box_inner .box_body .advertiser_details_wrapper .contact_card .infos, .scope_objectlist_publisher #global .box.box_object_item .box_inner .box_body .advertiser_details_wrapper .contact_card .infos, #global .section_object .box.box_object_item .box_inner .box_body .advertiser_details_wrapper .contact_card .infos, #global .box.box_object_item .box_inner .box_body .advertiser_details_wrapper .contact_card .infos {
  display: flex;
  flex: 1 1 0;
  min-width: 5rem;
  max-width: 15rem;
}
.scope_objectslist_search #global .section_object .box.box_object_item .box_inner .box_body .advertiser_details_wrapper .contact_card .infos .presentation_name, .scope_objectslist_search #global .box.box_object_item .box_inner .box_body .advertiser_details_wrapper .contact_card .infos .presentation_name, .scope_objectlist_publisher #global .section_object .box.box_object_item .box_inner .box_body .advertiser_details_wrapper .contact_card .infos .presentation_name, .scope_objectlist_publisher #global .box.box_object_item .box_inner .box_body .advertiser_details_wrapper .contact_card .infos .presentation_name, #global .section_object .box.box_object_item .box_inner .box_body .advertiser_details_wrapper .contact_card .infos .presentation_name, #global .box.box_object_item .box_inner .box_body .advertiser_details_wrapper .contact_card .infos .presentation_name {
  font-family: "Helvetica", arial, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.scope_objectslist_search #global .section_object .box.box_object_item .box_inner_link, .scope_objectslist_search #global .box.box_object_item .box_inner_link, .scope_objectlist_publisher #global .section_object .box.box_object_item .box_inner_link, .scope_objectlist_publisher #global .box.box_object_item .box_inner_link, #global .section_object .box.box_object_item .box_inner_link, #global .box.box_object_item .box_inner_link {
  border-radius: 1px;
}
.scope_objectslist_search #global .section_object .box.box_object_item .box_inner_link:focus-visible, .scope_objectslist_search #global .box.box_object_item .box_inner_link:focus-visible, .scope_objectlist_publisher #global .section_object .box.box_object_item .box_inner_link:focus-visible, .scope_objectlist_publisher #global .box.box_object_item .box_inner_link:focus-visible, #global .section_object .box.box_object_item .box_inner_link:focus-visible, #global .box.box_object_item .box_inner_link:focus-visible {
  outline: 2px solid #66CCFF;
  outline-offset: 2px;
}
.scope_objectslist_search #global .section_object .box.box_object_item.box_object_horizontal_item .box_inner, .scope_objectslist_search #global .box.box_object_item.box_object_horizontal_item .box_inner, .scope_objectlist_publisher #global .section_object .box.box_object_item.box_object_horizontal_item .box_inner, .scope_objectlist_publisher #global .box.box_object_item.box_object_horizontal_item .box_inner, #global .section_object .box.box_object_item.box_object_horizontal_item .box_inner, #global .box.box_object_item.box_object_horizontal_item .box_inner {
  display: grid;
  grid-template-columns: 432px 1fr;
}
.scope_objectslist_search #global .section_object .box.box_object_item.box_object_horizontal_item .box_inner .box_picture_group, .scope_objectslist_search #global .box.box_object_item.box_object_horizontal_item .box_inner .box_picture_group, .scope_objectlist_publisher #global .section_object .box.box_object_item.box_object_horizontal_item .box_inner .box_picture_group, .scope_objectlist_publisher #global .box.box_object_item.box_object_horizontal_item .box_inner .box_picture_group, #global .section_object .box.box_object_item.box_object_horizontal_item .box_inner .box_picture_group, #global .box.box_object_item.box_object_horizontal_item .box_inner .box_picture_group {
  flex: 1 1 0;
  width: 432px;
  flex-grow: 0;
}
.scope_objectslist_search #global .section_object .box.box_object_item.box_object_horizontal_item .box_inner .box_body, .scope_objectslist_search #global .box.box_object_item.box_object_horizontal_item .box_inner .box_body, .scope_objectlist_publisher #global .section_object .box.box_object_item.box_object_horizontal_item .box_inner .box_body, .scope_objectlist_publisher #global .box.box_object_item.box_object_horizontal_item .box_inner .box_body, #global .section_object .box.box_object_item.box_object_horizontal_item .box_inner .box_body, #global .box.box_object_item.box_object_horizontal_item .box_inner .box_body {
  flex-grow: 1;
  overflow: hidden;
}
.scope_objectslist_search #global .section_object .box.box_object_item.box_object_horizontal_item .box_inner .box_body .top_infos .object_title_wrapper, .scope_objectslist_search #global .box.box_object_item.box_object_horizontal_item .box_inner .box_body .top_infos .object_title_wrapper, .scope_objectlist_publisher #global .section_object .box.box_object_item.box_object_horizontal_item .box_inner .box_body .top_infos .object_title_wrapper, .scope_objectlist_publisher #global .box.box_object_item.box_object_horizontal_item .box_inner .box_body .top_infos .object_title_wrapper, #global .section_object .box.box_object_item.box_object_horizontal_item .box_inner .box_body .top_infos .object_title_wrapper, #global .box.box_object_item.box_object_horizontal_item .box_inner .box_body .top_infos .object_title_wrapper {
  padding-right: 3rem;
}
.scope_objectslist_search #global .section_object .box.box_object_item.box_object_horizontal_item .box_inner .box_body .advertiser_details_wrapper .contact_card .pic, .scope_objectslist_search #global .box.box_object_item.box_object_horizontal_item .box_inner .box_body .advertiser_details_wrapper .contact_card .pic, .scope_objectlist_publisher #global .section_object .box.box_object_item.box_object_horizontal_item .box_inner .box_body .advertiser_details_wrapper .contact_card .pic, .scope_objectlist_publisher #global .box.box_object_item.box_object_horizontal_item .box_inner .box_body .advertiser_details_wrapper .contact_card .pic, #global .section_object .box.box_object_item.box_object_horizontal_item .box_inner .box_body .advertiser_details_wrapper .contact_card .pic, #global .box.box_object_item.box_object_horizontal_item .box_inner .box_body .advertiser_details_wrapper .contact_card .pic {
  width: 3rem;
  height: 3rem;
}
.scope_objectslist_search #global .section_object .box.box_object_item.box_object_thumbnail_item .box_inner .box_body .title_and_description_wrapper .description, .scope_objectslist_search #global .box.box_object_item.box_object_thumbnail_item .box_inner .box_body .title_and_description_wrapper .description, .scope_objectlist_publisher #global .section_object .box.box_object_item.box_object_thumbnail_item .box_inner .box_body .title_and_description_wrapper .description, .scope_objectlist_publisher #global .box.box_object_item.box_object_thumbnail_item .box_inner .box_body .title_and_description_wrapper .description, #global .section_object .box.box_object_item.box_object_thumbnail_item .box_inner .box_body .title_and_description_wrapper .description, #global .box.box_object_item.box_object_thumbnail_item .box_inner .box_body .title_and_description_wrapper .description {
  -webkit-line-clamp: 4;
  line-clamp: 4;
}
.scope_objectslist_search #global .digirent_container .box_object_thumbnail_item, .scope_objectlist_publisher #global .digirent_container .box_object_thumbnail_item, #global .digirent_container .box_object_thumbnail_item {
  max-width: 400px;
  margin-inline: auto;
}
.scope_objectslist_search #global .digirent_container .box_object_thumbnail_item .box_inner, .scope_objectlist_publisher #global .digirent_container .box_object_thumbnail_item .box_inner, #global .digirent_container .box_object_thumbnail_item .box_inner {
  flex-direction: column;
}
.scope_objectslist_search #global .digirent_container .box_object_thumbnail_item .box_inner .box_body, .scope_objectlist_publisher #global .digirent_container .box_object_thumbnail_item .box_inner .box_body, #global .digirent_container .box_object_thumbnail_item .box_inner .box_body {
  width: 100%;
}
.scope_objectslist_search #global .box_picture .pictures-total-count, .scope_objectlist_publisher #global .box_picture .pictures-total-count, #global .box_picture .pictures-total-count {
  font-family: "Helvetica", arial, sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.25rem;
  position: absolute;
  bottom: 0.25rem;
  right: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  padding: 0.25rem 0.5rem;
  color: #fff;
  background-color: #00000080;
  border-radius: 0.5rem;
  backdrop-filter: blur(2px);
}
.scope_objectslist_search #global .box_picture .pictures-total-count svg, .scope_objectlist_publisher #global .box_picture .pictures-total-count svg, #global .box_picture .pictures-total-count svg {
  width: 1.5rem;
  height: 1.5rem;
}
.scope_objectslist_search #global .box_picture .pictures-total-count svg path, .scope_objectlist_publisher #global .box_picture .pictures-total-count svg path, #global .box_picture .pictures-total-count svg path {
  fill: #fff !important;
}
.scope_objectslist_search #global .box_picture .pictures-total-count svg.photos *, .scope_objectslist_search #global .box_link:hover .pictures-total-count svg.photos *, .scope_objectlist_publisher #global .box_picture .pictures-total-count svg.photos *, .scope_objectlist_publisher #global .box_link:hover .pictures-total-count svg.photos *, #global .box_picture .pictures-total-count svg.photos *, #global .box_link:hover .pictures-total-count svg.photos * {
  fill: #ffffff;
}
.scope_objectslist_search #global .box_object_item .slogan, .scope_objectlist_publisher #global .box_object_item .slogan, #global .box_object_item .slogan {
  font-family: "Helvetica", arial, sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.25rem;
  background: #5ac6f0;
  text-transform: none;
}
.scope_objectslist_search #global .box_object_item .top_listing, .scope_objectlist_publisher #global .box_object_item .top_listing, #global .box_object_item .top_listing {
  display: none;
  color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.375em 0.75em;
  z-index: 60;
}
.scope_objectslist_search #global .box_object_item .price_title_wrapper, .scope_objectlist_publisher #global .box_object_item .price_title_wrapper, #global .box_object_item .price_title_wrapper {
  display: flex;
  flex-wrap: wrap;
}
.scope_objectslist_search #global .box_object_item .price_title_wrapper .price_meter, .scope_objectlist_publisher #global .box_object_item .price_title_wrapper .price_meter, #global .box_object_item .price_title_wrapper .price_meter {
  font-family: "Helvetica", arial, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #767676;
  display: inline-block;
}
.scope_objectslist_search #global .box_object_item .price_title_wrapper .item:last-child, .scope_objectlist_publisher #global .box_object_item .price_title_wrapper .item:last-child, #global .box_object_item .price_title_wrapper .item:last-child {
  width: 100%;
}
.scope_objectslist_search #global .box_object_item .price_title_wrapper h2.item, .scope_objectlist_publisher #global .box_object_item .price_title_wrapper h2.item, #global .box_object_item .price_title_wrapper h2.item {
  margin-bottom: 0;
}
.scope_objectslist_search #global .box_object_item .price_title_wrapper .price_wrapper span, .scope_objectlist_publisher #global .box_object_item .price_title_wrapper .price_wrapper span, #global .box_object_item .price_title_wrapper .price_wrapper span {
  margin-right: 0.25rem;
}
.scope_objectslist_search #global .box_object_item .price_title_wrapper .price_wrapper span, .scope_objectslist_search #global .box_object_item .price_title_wrapper .value_wrapper, .scope_objectlist_publisher #global .box_object_item .price_title_wrapper .price_wrapper span, .scope_objectlist_publisher #global .box_object_item .price_title_wrapper .value_wrapper, #global .box_object_item .price_title_wrapper .price_wrapper span, #global .box_object_item .price_title_wrapper .value_wrapper {
  font-family: "Hanken Grotesk", arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5rem;
}
.scope_objectslist_search #global .box_object_item .favorite_button, .scope_objectlist_publisher #global .box_object_item .favorite_button, #global .box_object_item .favorite_button {
  display: flex;
  align-items: center;
  justify-content: center;
  top: 2px;
  right: 2px;
  background-color: #00000055;
  width: 2.75rem;
  height: 2.75rem;
  backdrop-filter: blur(2px);
}
.scope_objectslist_search #global .box_object_item .favorite_button svg:not(.highcharts-root), .scope_objectlist_publisher #global .box_object_item .favorite_button svg:not(.highcharts-root), #global .box_object_item .favorite_button svg:not(.highcharts-root) {
  height: 2rem;
  width: 2rem;
}
.scope_objectslist_search #global .box_object_item .favorite_button svg:not(.highcharts-root) *, .scope_objectlist_publisher #global .box_object_item .favorite_button svg:not(.highcharts-root) *, #global .box_object_item .favorite_button svg:not(.highcharts-root) * {
  fill: #fff;
}
.scope_objectslist_search #global .box_object_item .caract_list, .scope_objectlist_publisher #global .box_object_item .caract_list, #global .box_object_item .caract_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 1em;
}
.scope_objectslist_search #global .box_object_item .caract_list .caract_row:not(.caract_location), .scope_objectlist_publisher #global .box_object_item .caract_list .caract_row:not(.caract_location), #global .box_object_item .caract_list .caract_row:not(.caract_location) {
  margin-right: 0.25em;
  display: flex;
}
.scope_objectslist_search #global .box_object_item .caract_list .caract_row:not(.caract_location)::after, .scope_objectlist_publisher #global .box_object_item .caract_list .caract_row:not(.caract_location)::after, #global .box_object_item .caract_list .caract_row:not(.caract_location)::after {
  content: " | ";
  display: inline;
  margin-left: 0.25em;
}
.scope_objectslist_search #global .box_object_item .caract_list .caract_row:not(.caract_location):nth-last-child(-n+2), .scope_objectlist_publisher #global .box_object_item .caract_list .caract_row:not(.caract_location):nth-last-child(-n+2), #global .box_object_item .caract_list .caract_row:not(.caract_location):nth-last-child(-n+2) {
  margin-right: 0em;
}
.scope_objectslist_search #global .box_object_item .caract_list .caract_row:not(.caract_location):nth-last-child(-n+2)::after, .scope_objectlist_publisher #global .box_object_item .caract_list .caract_row:not(.caract_location):nth-last-child(-n+2)::after, #global .box_object_item .caract_list .caract_row:not(.caract_location):nth-last-child(-n+2)::after {
  content: "";
  display: inline;
  margin-left: 0;
}
.scope_objectslist_search #global .box_object_item .caract_list .value_wrapper .prefix::after, .scope_objectlist_publisher #global .box_object_item .caract_list .value_wrapper .prefix::after, #global .box_object_item .caract_list .value_wrapper .prefix::after {
  content: ": ";
}
.scope_objectslist_search #global .box_object_item .caract_list .caract_location, .scope_objectlist_publisher #global .box_object_item .caract_list .caract_location, #global .box_object_item .caract_list .caract_location {
  width: 100%;
  margin-top: 0.4em;
}
.scope_objectslist_search #global .box_object_item .caract_list .caract_location .icon svg, .scope_objectlist_publisher #global .box_object_item .caract_list .caract_location .icon svg, #global .box_object_item .caract_list .caract_location .icon svg {
  width: auto;
}
.scope_objectslist_search #global .box_object_item:hover .favorite_button svg:not(.highcharts-root) *, .scope_objectlist_publisher #global .box_object_item:hover .favorite_button svg:not(.highcharts-root) *, #global .box_object_item:hover .favorite_button svg:not(.highcharts-root) * {
  fill: #fff;
}
.scope_objectslist_search #global .box_object_item:hover .swiper .swiper-button-nav svg *, .scope_objectslist_search #global .box_object_item:hover .swiper ~ .swiper-button-nav svg *, .scope_objectlist_publisher #global .box_object_item:hover .swiper .swiper-button-nav svg *, .scope_objectlist_publisher #global .box_object_item:hover .swiper ~ .swiper-button-nav svg *, #global .box_object_item:hover .swiper .swiper-button-nav svg *, #global .box_object_item:hover .swiper ~ .swiper-button-nav svg * {
  fill: #fff;
}
.scope_objectslist_search #global .box_object_item .swiper .swiper-button-nav svg *, .scope_objectslist_search #global .box_object_item .swiper ~ .swiper-button-nav svg *, .scope_objectlist_publisher #global .box_object_item .swiper .swiper-button-nav svg *, .scope_objectlist_publisher #global .box_object_item .swiper ~ .swiper-button-nav svg *, #global .box_object_item .swiper .swiper-button-nav svg *, #global .box_object_item .swiper ~ .swiper-button-nav svg * {
  fill: #fff;
}
.scope_objectslist_search #global .box_object_item .swiper ~ .swiper-pagination, .scope_objectlist_publisher #global .box_object_item .swiper ~ .swiper-pagination, #global .box_object_item .swiper ~ .swiper-pagination {
  font-family: "Helvetica", arial, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.25rem;
  position: absolute;
  display: flex;
  align-items: center;
  gap: 0.125rem;
  justify-content: center;
  width: max-content;
  padding: 0.25rem 0.75rem;
  color: #fff;
  border-radius: 10rem;
  background-color: #00000080;
  backdrop-filter: blur(2px);
  bottom: 0.5rem;
  left: 0;
  right: 0;
  margin-inline: auto;
}
.user_selection_content .no_result, .list > .no_result {
  width: 100%;
  text-align: center;
}
#search_results[data-style="list_only"] .list > .box_object_horizontal_item, #search_results[data-style="list_only"] .objects_list > .box_object_horizontal_item, .search_results_list_or_map .list > .box_object_horizontal_item, .search_results_list_or_map .objects_list > .box_object_horizontal_item, .search_results_list_and_map.closed_map .list > .box_object_horizontal_item, .search_results_list_and_map.closed_map .objects_list > .box_object_horizontal_item {
  width: calc(50% - 10px);
}
.search_results_list_and_map.open_map .search_tools {
  position: relative;
}
.search_results_list_and_map.open_map .search_tools .list_toggle {
  margin-right: 0;
}
.search_results_list_and_map.open_map .search_tools .map_toggle {
  display: none;
  position: absolute;
  right: 0px;
  top: 0;
  transform: translateX(100%);
  padding: 0.5em 0.5em;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 200;
}
.search_results_list_and_map.open_map .search_tools .map_toggle .hide_map_button::before {
  content: none;
}
.search_results_list_and_map.open_map .search_tools .map_toggle .hide_map_button svg {
  display: none;
}
.search_results_list_and_map.open_map .list_container[data-list-style="horizontal"] .objects_list article.box_object_horizontal_item, .search_results_list_and_map.open_map .list_container[data-list-style="thumbnail"].onloading .objects_list article.box_object_horizontal_item {
  width: calc(100% - 10px);
  max-width: unset;
}
.search_results_list_and_map.open_map .search_results_list .inner_content {
  padding: 0 30px 30px;
  width: 100%;
}
.search_results_list_and_map .search_results_map .fixed_map_top_container {
  display: flex;
  flex-wrap: wrap;
  top: 30px;
  padding: 10px;
  justify-content: space-between;
  gap: 10px;
  position: absolute;
  top: 0;
}
.search_results_list_and_map .search_results_map .fixed_map_top_container .hide_map_button {
  padding: 0.5em;
  align-self: flex-start;
  margin-right: 0.5em;
}
.search_results_list_and_map .search_results_map .map_reload {
  position: relative;
  transform: none;
  left: inherit;
  margin-left: auto;
}
.search_results_list_and_map .search_results_map .map_reload a.button {
  padding: 0.5em;
  white-space: nowrap;
  align-self: flex-start;
}
.search_results_list_and_map #see_more_objects_message {
  display: none;
  margin-right: 0.5em;
  background: #ffffffd1;
  padding: 0.5em;
  color: #015681;
  font-size: 0.9em;
}
.search_results_list_and_map .search_results_list {
  padding: 30px 0;
}
.infobox .object_map_popup_style_thumbnail {
  max-width: 350px !important;
  height: auto;
  max-height: 100%;
}
section.section_object#search_results .objects_list.objects_style_thumbnail {
  flex-direction: row;
}
section.section_object#search_results .objects_list.objects_style_horizontal {
  flex-direction: column;
}
section.section_object#search_results .objects_list.objects_style_horizontal article.box_object_horizontal_item {
  width: calc(100% - 1.5rem);
  max-width: 1200px;
  margin: 0.75rem auto;
}
section.section_object#search_results .open_map .inner_content {
  max-width: unset;
}
.search_results_title, .search_results_title * {
  font-family: "Hanken Grotesk", arial, sans-serif;
}
.search_results_title, .search_results_title * {
  font-family: "Hanken Grotesk", arial, sans-serif;
}
/************* END OBJECT AND OBJECT LIST *********/
/******************** SEARCH TOOLS ****************/
.create_alert {
  display: flex;
  align-items: center;
  padding: 0.625rem 1.25rem 0.625rem 1rem;
  background-color: transparent;
  border-radius: 1px;
  border: 1px solid transparent;
  gap: 0.5rem;
}
.create_alert .alert_button_icon {
  height: 1.5rem;
  width: 1.5rem;
}
.create_alert .alert_button_icon svg {
  height: 1.5rem;
  width: 1.5rem;
}
.create_alert .alert_button_icon svg path {
  fill: #005681;
}
.create_alert .alert_button_text {
  font-family: "Helvetica", arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #00334D;
}
@media (hover: hover) {
  .create_alert:hover {
    background-color: #DBF3FF;
  }
  .create_alert:hover .alert_button_icon svg path {
    fill: #004466;
  }
  .create_alert:hover .alert_button_text {
    color: #002233;
  }
}
.create_alert:active {
  background-color: #B3E5FF;
}
.create_alert:active .alert_button_icon svg path {
  fill: #00334D;
}
.create_alert:active .alert_button_text {
  color: #001119;
}
.create_alert:focus-visible {
  outline: 2px solid #66CCFF;
  outline-offset: 2px;
}
#global .section_object .search_tools {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
#global .section_object .search_tools .top {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 1rem;
  row-gap: 0.5rem;
  margin: 0;
}
#global .section_object .search_tools .top .search_results_title {
  text-align: left;
}
#global .section_object .search_tools .top .search_results_title .total {
  font-family: "Hanken Grotesk", arial, sans-serif;
  font-weight: 700;
  font-size: 1.5625rem;
  line-height: 1.875rem;
}
#global .section_object .search_tools .bottom {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
  width: 100%;
}
#global .section_object .search_tools .bottom .list_toggle {
  display: flex;
  justify-content: center;
  margin-left: auto;
}
#global .section_object .search_tools .bottom .list_toggle .button {
  display: flex;
  align-items: center;
  margin-right: 0.5rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #D9D9D9;
  padding: 0.625rem 1.25rem 0.625rem 1rem;
  border-radius: 1px;
  gap: 0.5rem;
}
#global .section_object .search_tools .bottom .list_toggle .button .value {
  font-family: "Helvetica", arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
}
#global .section_object .search_tools .bottom .list_toggle .button:last-of-type {
  margin-right: 0;
}
#global .section_object .search_tools .bottom .list_toggle .button svg * {
  fill: #000;
}
#global .section_object .search_tools .bottom .list_toggle .button:hover {
  background-color: #F7F7F7;
  border-color: #D9D9D9;
  color: #000;
}
#global .section_object .search_tools .bottom .list_toggle .button.selected {
  background-color: #FAC86C;
  border-color: #D9D9D9;
  color: #000;
}
#global .section_object .search_tools .bottom .map_toggle {
  margin-left: 1.5rem;
  padding: 0;
}
#global .section_object .search_tools .bottom .map_toggle .show_map_button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border: 1px solid #C9C9C9;
  padding: 0.625rem 1rem 0.625rem 1.25rem;
  border-radius: 1px;
  transition: all 0.2s;
}
#global .section_object .search_tools .bottom .map_toggle .show_map_button .label {
  font-family: "Helvetica", arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #00334D;
}
#global .section_object .search_tools .bottom .map_toggle .show_map_button svg {
  height: 1.5rem;
  width: 1.5rem;
  margin: 0;
}
#global .section_object .search_tools .bottom .map_toggle .show_map_button svg path {
  fill: #005681;
}
@media (hover: hover) {
  #global .section_object .search_tools .bottom .map_toggle .show_map_button:hover {
    background-color: #DBF3FF;
    border-color: #005681;
  }
  #global .section_object .search_tools .bottom .map_toggle .show_map_button:hover .label {
    color: #002233;
  }
  #global .section_object .search_tools .bottom .map_toggle .show_map_button:hover svg path {
    fill: #004466;
  }
}
#global .section_object .search_tools .bottom .map_toggle .show_map_button:active {
  background-color: #B3E5FF;
  border-color: #00334D;
}
#global .section_object .search_tools .bottom .map_toggle .show_map_button:active .label {
  color: #001119;
}
#global .section_object .search_tools .bottom .map_toggle .show_map_button:active svg path {
  fill: #00334D;
}
/************** END SEARCH TOOLS ***************/
/******************** CMS **********************/
.cms_section {
  padding: max(5vh, 50px) 0;
}
#global .cms_box.box {
  border: unset;
}
#global .cms_box.box:hover {
  border: unset;
}
#global .cms_box.box:hover .cms_picture {
  cursor: default;
}
#global section .box .cms_button.light_button .button, #global .button.light_button {
  background: #fff;
  color: #000;
  border: 1px solid #D9D9D9;
}
#global section .box .cms_button.light_button .button svg *, #global .button.light_button svg * {
  fill: #000;
}
#global section .box .cms_button.light_button .button:hover, #global .button.light_button:hover {
  background: #F7F7F7;
  color: #000;
  border-color: #D9D9D9;
}
.cms_accordion .accordion_title {
  padding-right: calc(1.5em + 20px);
}
#global .cms_section .cms_accordion .cms_button .button_icon svg * {
  fill: #ffffff;
}
#global .cms_section .cms_accordion .cms_button:hover .button_icon svg * {
  fill: #FFFFFF;
}
#global .cms_section_dark .cms_accordion .cms_button {
  color: #ffffff;
}
#global .cms_section_dark .cms_accordion .cms_button .button_icon svg * {
  fill: #ffffff;
}
#global .cms_section_dark .cms_accordion .cms_button:hover {
  color: #FFFFFF;
}
#global .cms_section_dark .cms_accordion .cms_button:hover .button_icon svg * {
  fill: #FFFFFF;
}
/**************** END CMS ********************/
/***************** SWIPER *******************/
#global .swiper_cms {
  margin-bottom: 2em;
  overflow-x: hidden;
  padding-block: 2rem;
}
#global .swiper_cms.objects_only .swiper-wrapper .box_object_thumbnail_item .box_link:hover {
  border: 0 !important;
}
#global .swiper .swiper-button-nav, #global .swiper ~ .swiper-button-nav {
  top: 0;
  bottom: 0;
  width: 10%;
  min-width: 5rem;
  display: flex;
  align-items: center;
  opacity: 1;
  transform: none;
}
#global .swiper .swiper-button-nav:hover, #global .swiper ~ .swiper-button-nav:hover {
  background-color: transparent;
}
#global .swiper .swiper-button-nav:focus-visible .swiper-button-svg-container, #global .swiper ~ .swiper-button-nav:focus-visible .swiper-button-svg-container {
  outline: 2px solid #66CCFF;
  outline-offset: 2px;
}
#global .swiper .swiper-button-nav.swiper-button-prev .swiper-button-svg-container, #global .swiper .swiper-button-nav.swiper-button-next .swiper-button-svg-container, #global .swiper ~ .swiper-button-nav.swiper-button-prev .swiper-button-svg-container, #global .swiper ~ .swiper-button-nav.swiper-button-next .swiper-button-svg-container {
  display: flex;
  align-items: center;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 50%;
  background-color: #00000055;
  transition: transform 0.2s, background-color 0.2s;
  backdrop-filter: blur(2px);
}
#global .swiper .swiper-button-nav.swiper-button-prev .swiper-button-svg-container svg, #global .swiper .swiper-button-nav.swiper-button-next .swiper-button-svg-container svg, #global .swiper ~ .swiper-button-nav.swiper-button-prev .swiper-button-svg-container svg, #global .swiper ~ .swiper-button-nav.swiper-button-next .swiper-button-svg-container svg {
  height: 1.5rem;
  width: 1.5rem;
  opacity: 0.75;
  transition: opacity 0.2s;
}
#global .swiper .swiper-button-nav.swiper-button-prev .swiper-button-svg-container svg *, #global .swiper .swiper-button-nav.swiper-button-next .swiper-button-svg-container svg *, #global .swiper ~ .swiper-button-nav.swiper-button-prev .swiper-button-svg-container svg *, #global .swiper ~ .swiper-button-nav.swiper-button-next .swiper-button-svg-container svg * {
  fill: #fff;
}
#global .swiper .swiper-button-nav.swiper-button-prev:hover .swiper-button-svg-container, #global .swiper .swiper-button-nav.swiper-button-next:hover .swiper-button-svg-container, #global .swiper ~ .swiper-button-nav.swiper-button-prev:hover .swiper-button-svg-container, #global .swiper ~ .swiper-button-nav.swiper-button-next:hover .swiper-button-svg-container {
  background-color: #00000080;
}
#global .swiper .swiper-button-nav.swiper-button-prev:hover .swiper-button-svg-container svg, #global .swiper .swiper-button-nav.swiper-button-next:hover .swiper-button-svg-container svg, #global .swiper ~ .swiper-button-nav.swiper-button-prev:hover .swiper-button-svg-container svg, #global .swiper ~ .swiper-button-nav.swiper-button-next:hover .swiper-button-svg-container svg {
  opacity: 1;
}
#global .swiper .swiper-button-nav.swiper-button-prev, #global .swiper ~ .swiper-button-nav.swiper-button-prev {
  left: 0;
  padding-left: 10px;
  justify-content: flex-start;
}
#global .swiper .swiper-button-nav.swiper-button-prev .swiper-button-svg-container, #global .swiper ~ .swiper-button-nav.swiper-button-prev .swiper-button-svg-container {
  padding-right: 2px;
}
@media (hover: hover) {
  #global .swiper .swiper-button-nav.swiper-button-prev:hover .swiper-button-svg-container, #global .swiper ~ .swiper-button-nav.swiper-button-prev:hover .swiper-button-svg-container {
    transform: translateX(-4px);
  }
}
#global .swiper .swiper-button-nav.swiper-button-next, #global .swiper ~ .swiper-button-nav.swiper-button-next {
  right: 0;
  padding-right: 10px;
  justify-content: flex-end;
}
#global .swiper .swiper-button-nav.swiper-button-next .swiper-button-svg-container, #global .swiper ~ .swiper-button-nav.swiper-button-next .swiper-button-svg-container {
  padding-left: 2px;
}
@media (hover: hover) {
  #global .swiper .swiper-button-nav.swiper-button-next:hover .swiper-button-svg-container, #global .swiper ~ .swiper-button-nav.swiper-button-next:hover .swiper-button-svg-container {
    transform: translateX(4px);
  }
}
#global .swiper .swiper-button-nav.swiper-button-disabled, #global .swiper ~ .swiper-button-nav.swiper-button-disabled {
  opacity: 0.4;
}
#global .swiper .swiper-button-nav.swiper-button-lock, #global .swiper ~ .swiper-button-nav.swiper-button-lock {
  display: none;
}
#global .detail_page_banner .swiper .swiper-button-nav.swiper-button-prev, #global .detail_page_banner .swiper .swiper-button-nav.swiper-button-next, #global .detail_page_banner .swiper ~ .swiper-button-nav.swiper-button-prev, #global .detail_page_banner .swiper ~ .swiper-button-nav.swiper-button-next {
  padding: 0;
  justify-content: center;
}
#global .detail_page_banner .swiper .swiper-button-nav.swiper-button-prev .swiper-button-svg-container, #global .detail_page_banner .swiper .swiper-button-nav.swiper-button-next .swiper-button-svg-container, #global .detail_page_banner .swiper ~ .swiper-button-nav.swiper-button-prev .swiper-button-svg-container, #global .detail_page_banner .swiper ~ .swiper-button-nav.swiper-button-next .swiper-button-svg-container {
  width: 3.5rem;
  height: 3.5rem;
}
#global .detail_page_banner .swiper .swiper-button-nav.swiper-button-prev .swiper-button-svg-container svg, #global .detail_page_banner .swiper .swiper-button-nav.swiper-button-next .swiper-button-svg-container svg, #global .detail_page_banner .swiper ~ .swiper-button-nav.swiper-button-prev .swiper-button-svg-container svg, #global .detail_page_banner .swiper ~ .swiper-button-nav.swiper-button-next .swiper-button-svg-container svg {
  width: 2rem;
  height: 2rem;
}
#global .swiper[data-base-options-swiper="swiperOptFullWidth"] .swiper-wrapper {
  padding: 1em 0;
  transition: transform 0.3s ease !important;
}
#global .swiper_cms ~ .swiper-controls {
  margin-top: 1em;
  display: flex;
  justify-content: center;
}
#global .swiper_cms ~ .swiper-controls .swiper-button-nav {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  transform: unset;
  background: unset;
}
#global .swiper_cms ~ .swiper-controls .swiper-button-nav::after {
  content: unset;
}
#global .swiper_cms ~ .swiper-controls .swiper-button-nav svg * {
  fill: #015681;
}
#global .swiper_cms ~ .swiper-controls .swiper-button-nav.swiper-button-prev {
  margin-right: 1em;
  transform: rotate(180deg);
}
#global .swiper_cms ~ .swiper-controls .swiper-button-nav.swiper-button-next {
  margin-left: 1em;
}
#global .swiper_cms ~ .swiper-controls .swiper-pagination {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  width: auto;
}
#global .swiper_cms ~ .swiper-controls .swiper-pagination .swiper-pagination-bullet {
  background-color: #E7E7E7;
  opacity: 1;
}
#global .swiper_cms ~ .swiper-controls .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #015681;
}
/***************** MOVU *****************/
#global section.movu_banner {
  background-color: #FEF7E9;
  text-align: center;
}
/************** END MOVU ****************/
/*********** OBJECT FINANCING ***********/
.scope_financing_simulation .details .inner_content .slogan {
  background: #5ac6f0;
  color: #FFFFFF;
  padding: 0.5em 1em;
  margin-bottom: 0.5em;
  display: inline-block;
  margin-top: 1.25vh;
  font-weight: bold;
}
.scope_financing_simulation .details .inner_content .slogan svg * {
  fill: #FFFFFF !important;
}
.scope_financing_simulation .details .inner_content .highlights_row {
  width: 100%;
}
.scope_financing_simulation .details .inner_content .object_detail_title {
  padding: 0 30px;
  margin-bottom: 1em;
}
.scope_financing_simulation .details .inner_content .object_detail_title .price {
  margin-left: 0;
  text-align: left;
}
.scope_financing_simulation .details .inner_content .back_button {
  padding: 0 30px;
  margin-top: 10px;
}
/*********** END OBJECT FINANCING *******/
/*********** OBJECT DETAIL **************/
.preload #global .detail_page_banner .swiper-container .swiper, .preload #global .detail_page_banner .swiper-container .swiper img {
  max-height: 40vh;
}
#global .picture_slider .swiper-container .swiper.swiper-autowidth, #global .detail_page_banner .swiper-container .swiper.swiper-autowidth {
  height: 40vh;
  min-height: 0;
}
#global .picture_slider .swiper-container .swiper.swiper-autowidth.swiper-empty, #global .detail_page_banner .swiper-container .swiper.swiper-autowidth.swiper-empty {
  background: url("/resources/png/no_pic.png");
  background-position: center;
  background-size: contain;
}
.detail_page_banner .swiper .swiper-pagination .swiper-pagination-bullet:hover, .detail_page_banner .swiper ~ .swiper-pagination .swiper-pagination-bullet:hover {
  opacity: 0.5;
}
.detail_page_banner .swiper .swiper-pagination .swiper-pagination-bullet-active:hover, .detail_page_banner .swiper ~ .swiper-pagination .swiper-pagination-bullet-active:hover {
  opacity: 1;
}
.scope_objects_details h2, .scope_financing_simulation h2 {
  margin-bottom: 0.3em;
}
.scope_objects_details .slogan, .scope_financing_simulation .slogan {
  font-weight: bold;
}
.scope_objects_details .part, .scope_financing_simulation .part {
  margin: 4vh 0;
}
.scope_objects_details .detail_right .part, .scope_financing_simulation .detail_right .part {
  margin: 2vh 0;
}
.scope_objects_details .detail_box, .scope_objects_details .share_box, .scope_objects_details .files_box, .scope_financing_simulation .detail_box, .scope_financing_simulation .share_box, .scope_financing_simulation .files_box {
  padding: 1.5em;
  border: 1px solid #D9D9D9;
  position: relative;
}
.scope_objects_details .detail_box, .scope_financing_simulation .detail_box {
  display: flex;
  flex-direction: column;
}
.scope_objects_details .movu_box svg, .scope_financing_simulation .movu_box svg {
  width: 30%;
  min-width: 100px;
  height: auto;
  margin-bottom: 1em;
  align-self: left;
}
.scope_objects_details .movu_box a, .scope_financing_simulation .movu_box a {
  margin-top: 1em;
  text-decoration: underline;
}
.scope_objects_details .publisher_box .agency_logo_container, .scope_financing_simulation .publisher_box .agency_logo_container {
  display: flex;
  flex-shrink: 0;
  width: 100%;
  height: min-content;
  max-width: 240px;
  margin-block: 0.5rem 1rem;
}
.scope_objects_details .publisher_box .agency_logo_container .agency_logo, .scope_financing_simulation .publisher_box .agency_logo_container .agency_logo {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 240px;
  max-height: calc(240px / 12 * 5);
  padding-bottom: calc(5 / 12 * 100%);
}
.scope_objects_details .publisher_box .agency_logo_container .agency_logo img, .scope_financing_simulation .publisher_box .agency_logo_container .agency_logo img {
  position: absolute;
  top: 50%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  left: 0;
  transform: translateY(-50%);
}
.scope_objects_details .publisher_box .button, .scope_financing_simulation .publisher_box .button {
  margin-top: 1em;
  width: fit-content;
}
.scope_objects_details .publisher_box a.publisher_website, .scope_financing_simulation .publisher_box a.publisher_website {
  display: flex;
  align-items: center;
  margin-top: 1em;
}
.scope_objects_details .publisher_box a.publisher_website svg, .scope_financing_simulation .publisher_box a.publisher_website svg {
  margin-left: 5px;
}
.scope_objects_details .publisher_box a.publisher_website svg path, .scope_financing_simulation .publisher_box a.publisher_website svg path {
  stroke: #015681;
}
.scope_objects_details .details_top, .scope_financing_simulation .details_top {
  padding: 0;
  margin: 0.5em 0;
}
.scope_objects_details .details_top .inner_content, .scope_financing_simulation .details_top .inner_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.scope_objects_details .details_top .inner_content .pagination_return, .scope_financing_simulation .details_top .inner_content .pagination_return {
  flex: 1;
  text-decoration: underline;
  font-size: 0.9em;
  margin: 0.5em 0;
}
.scope_objects_details .details_top .inner_content .pagination_return svg, .scope_financing_simulation .details_top .inner_content .pagination_return svg {
  height: 10px;
  width: 10px;
  vertical-align: middle;
  transform: rotate(-180deg);
  vertical-align: initial;
}
.scope_objects_details .details_top .inner_content .pagination, .scope_financing_simulation .details_top .inner_content .pagination {
  margin: 0.5em 0;
  flex: 1;
  text-align: right;
}
.scope_objects_details .details_top .inner_content .pagination span, .scope_objects_details .details_top .inner_content .pagination svg, .scope_financing_simulation .details_top .inner_content .pagination span, .scope_financing_simulation .details_top .inner_content .pagination svg {
  vertical-align: initial;
}
.scope_objects_details .details_top .inner_content .pagination > a, .scope_financing_simulation .details_top .inner_content .pagination > a {
  border: none;
  text-decoration: underline;
}
.scope_objects_details .details_top .inner_content .object_media, .scope_financing_simulation .details_top .inner_content .object_media {
  margin: 0 auto;
  justify-content: center;
  flex-wrap: wrap;
}
.scope_objects_details .details_top .inner_content .object_media a, .scope_financing_simulation .details_top .inner_content .object_media a {
  display: inline-flex;
  align-items: center;
  margin: 0.5em 1em 0.5em 0;
  text-decoration: underline;
}
.scope_objects_details .details_top .inner_content .object_media a:last-of-type, .scope_financing_simulation .details_top .inner_content .object_media a:last-of-type {
  margin-right: 0;
}
.scope_objects_details .details_top .inner_content .object_media a svg, .scope_financing_simulation .details_top .inner_content .object_media a svg {
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
}
.scope_objects_details .details_top .inner_content .object_media a svg *, .scope_financing_simulation .details_top .inner_content .object_media a svg * {
  fill: #015681;
}
.scope_objects_details .rent_box .price_container, .scope_financing_simulation .rent_box .price_container {
  display: flex;
  flex-wrap: wrap;
}
.scope_objects_details .rent_box .price_container > div, .scope_financing_simulation .rent_box .price_container > div {
  margin-right: 2em;
}
.scope_objects_details .rent_box .price_container > div:last-child, .scope_financing_simulation .rent_box .price_container > div:last-child {
  margin-right: 0;
}
.scope_objects_details .rent_box .price_container > div .title, .scope_financing_simulation .rent_box .price_container > div .title {
  opacity: 0.7;
}
.scope_objects_details .rent_box .external_links, .scope_financing_simulation .rent_box .external_links {
  margin-top: 1em;
}
.scope_objects_details .rent_box .external_links > div, .scope_financing_simulation .rent_box .external_links > div {
  margin-bottom: 0.25em;
}
.scope_objects_details .rent_box .external_links > div a, .scope_financing_simulation .rent_box .external_links > div a {
  color: #015681;
  text-decoration: underline;
}
.scope_objects_details .rent_box .external_links > div svg, .scope_financing_simulation .rent_box .external_links > div svg {
  margin-left: 0.5em;
}
.scope_objects_details .rent_box .external_links > div svg *, .scope_financing_simulation .rent_box .external_links > div svg * {
  fill: #015681;
}
.scope_objects_details .details_infos .detail_col, .scope_financing_simulation .details_infos .detail_col {
  padding-top: 1em;
}
.scope_objects_details .details_infos .detail_col .part:first-of-type, .scope_financing_simulation .details_infos .detail_col .part:first-of-type {
  margin-top: 0;
}
.scope_objects_details #contact_form, .scope_financing_simulation #contact_form {
  padding: 2em 0;
  margin-top: 100px;
}
.scope_objects_details #contact_form .contact_form_box, .scope_financing_simulation #contact_form .contact_form_box {
  margin: 0;
}
.scope_objects_details #contact_form .contact_form_box h3, .scope_financing_simulation #contact_form .contact_form_box h3 {
  font-size: 1.5rem;
  font-weight: 700;
}
.scope_objects_details #contact_form svg, .scope_financing_simulation #contact_form svg {
  height: 120px;
  width: auto;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: calc(-2em - 85px);
}
.scope_objects_details #global .buttons_box, .scope_financing_simulation #global .buttons_box {
  margin: 1em 0 0 0;
}
.scope_objects_details #global .buttons_box .buttons_group_default, .scope_financing_simulation #global .buttons_box .buttons_group_default {
  display: flex;
  flex-wrap: wrap;
}
.scope_objects_details #global .buttons_box .buttons_group_default .button, .scope_financing_simulation #global .buttons_box .buttons_group_default .button {
  margin-right: 1em;
}
.scope_objects_details #global .buttons_box .buttons_group_default .button:last-child, .scope_financing_simulation #global .buttons_box .buttons_group_default .button:last-child {
  margin-right: 0;
}
.scope_objects_details #global .buttons_box .button, .scope_objects_details #global .buttons_box .button.action_js, .scope_financing_simulation #global .buttons_box .button, .scope_financing_simulation #global .buttons_box .button.action_js {
  background: #fff;
  color: #000;
  border: 1px solid #D9D9D9;
}
.scope_objects_details #global .buttons_box .button:hover, .scope_objects_details #global .buttons_box .button.action_js:hover, .scope_financing_simulation #global .buttons_box .button:hover, .scope_financing_simulation #global .buttons_box .button.action_js:hover {
  background: #F7F7F7;
  color: #000;
  border-color: #D9D9D9;
}
.scope_objects_details #global .buttons_box .button svg *, .scope_financing_simulation #global .buttons_box .button svg * {
  fill: #000;
}
.scope_objects_details #global .buttons_box .button.button-application, .scope_financing_simulation #global .buttons_box .button.button-application {
  background: #158838;
  color: #fff;
  border: 1px solid #158838;
}
.scope_objects_details #global .buttons_box .button.button-application svg *, .scope_financing_simulation #global .buttons_box .button.button-application svg * {
  fill: #fff;
}
.scope_objects_details #global .buttons_box .button.button-application:hover, .scope_financing_simulation #global .buttons_box .button.button-application:hover {
  background: #116E2D;
}
.scope_objects_details #global .buttons_box .button.button-application:active, .scope_financing_simulation #global .buttons_box .button.button-application:active {
  background: #0C4F20;
}
.scope_objects_details .share_box h2, .scope_financing_simulation .share_box h2 {
  margin-bottom: 0.5em;
}
.scope_objects_details .share_box svg *, .scope_financing_simulation .share_box svg * {
  fill: #015681;
}
.scope_objects_details #global section.contact_form, .scope_financing_simulation #global section.contact_form {
  background-color: #FAC86C;
}
.scope_objects_details #global section.contact_form .row, .scope_financing_simulation #global section.contact_form .row {
  display: flex;
  flex-direction: column-reverse;
}
.scope_objects_details #global section.contact_form .row > *, .scope_financing_simulation #global section.contact_form .row > * {
  order: 2;
}
.scope_objects_details #global section.contact_form .row .form_error_msg_box, .scope_financing_simulation #global section.contact_form .row .form_error_msg_box {
  order: 1;
}
.scope_objects_details #global section.contact_form .row .placeholder, .scope_financing_simulation #global section.contact_form .row .placeholder {
  position: relative;
  margin: 0 0 0.25em 0;
  background: unset;
  transform: unset;
  top: unset;
  left: unset;
  font-size: 0.8em;
}
.scope_objects_details #global section.contact_form .button, .scope_financing_simulation #global section.contact_form .button {
  width: 100%;
  text-align: center;
}
.scope_objects_details .similar_objects h3, .scope_financing_simulation .similar_objects h3 {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2.5vh;
}
.scope_objects_details #detail_project_table .project_table_box > h2, .scope_financing_simulation #detail_project_table .project_table_box > h2 {
  text-align: center;
  margin-bottom: 2.5vh;
}
.scope_objects_details #detail_project_table .project_table_box .details_top, .scope_financing_simulation #detail_project_table .project_table_box .details_top {
  background: #fff;
}
.scope_objects_details #detail_project_table .project_table_box .project_table, .scope_financing_simulation #detail_project_table .project_table_box .project_table {
  background: #fff;
  box-shadow: 0px 2px 6px 0px #0000001A;
}
.scope_objects_details #detail_project_table .project_table_box .project_table .table_title_margin, .scope_financing_simulation #detail_project_table .project_table_box .project_table .table_title_margin {
  display: none;
}
.scope_objects_details #detail_project_table .project_table_box .project_table_title, .scope_financing_simulation #detail_project_table .project_table_box .project_table_title {
  background: #005681;
  color: #fff;
}
.scope_objects_details #detail_project_table .project_table_box .project_table_title td, .scope_financing_simulation #detail_project_table .project_table_box .project_table_title td {
  padding: 1em 0.25em;
}
.scope_objects_details #detail_project_table .project_table_box .project_table_row:hover, .scope_objects_details #detail_project_table .project_table_box .project_table_row.opened:hover, .scope_financing_simulation #detail_project_table .project_table_box .project_table_row:hover, .scope_financing_simulation #detail_project_table .project_table_box .project_table_row.opened:hover {
  background: rgba(250, 200, 108, 0.1);
  box-shadow: none;
}
.scope_objects_details #detail_project_table .project_table_box .project_table_row.opened, .scope_financing_simulation #detail_project_table .project_table_box .project_table_row.opened {
  background-color: #fff;
}
.scope_objects_details #detail_project_table .project_table_box .project_table_content .picture_slider, .scope_financing_simulation #detail_project_table .project_table_box .project_table_content .picture_slider {
  background-color: #f2f2f2;
}
.scope_objects_details .visit_box, .scope_financing_simulation .visit_box {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 1.5em;
  border: 5px solid #FAC86C;
  transition: max-height 0s ease;
}
.scope_objects_details .visit_box h2, .scope_financing_simulation .visit_box h2 {
  margin: 0;
}
.scope_objects_details .visit_box .visit_card, .scope_financing_simulation .visit_box .visit_card {
  display: flex;
  align-items: normal;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  max-height: 12.5rem;
  opacity: 1;
  gap: 1rem;
  transition: max-height 1s ease, opacity 0.7s ease, margin 0.4s ease;
}
.scope_objects_details .visit_box .visit_card.hidden, .scope_financing_simulation .visit_box .visit_card.hidden {
  max-height: 0;
  opacity: 0;
  margin: 0;
  overflow: hidden;
}
.scope_objects_details .visit_box .visit_card .visit_pic, .scope_financing_simulation .visit_box .visit_card .visit_pic {
  max-width: 4.5rem;
  padding: 0;
}
.scope_objects_details .visit_box .visit_card .visit_pic img, .scope_financing_simulation .visit_box .visit_card .visit_pic img {
  max-height: 4.5rem;
  max-width: 4.5rem;
  border: 1px solid #C9C9C9;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.scope_objects_details .visit_box .visit_card .visit_infos, .scope_financing_simulation .visit_box .visit_card .visit_infos {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.scope_objects_details .visit_box .visit_card .visit_infos .presentation_name, .scope_financing_simulation .visit_box .visit_card .visit_infos .presentation_name {
  font-family: "Helvetica", arial, sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.625rem;
}
.scope_objects_details .visit_box .visit_card .visit_infos .presentation_type, .scope_objects_details .visit_box .visit_card .visit_infos .presentation_function, .scope_financing_simulation .visit_box .visit_card .visit_infos .presentation_type, .scope_financing_simulation .visit_box .visit_card .visit_infos .presentation_function {
  font-family: "Helvetica", arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #767676;
  line-height: 1.25rem;
}
.scope_objects_details .visit_box .visit_card .visit_infos .row_comment, .scope_financing_simulation .visit_box .visit_card .visit_infos .row_comment {
  font-family: "Helvetica", arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-top: 0.5rem;
  line-height: 1.25rem;
}
.scope_objects_details .visit_box .visit_card .visit_infos *, .scope_financing_simulation .visit_box .visit_card .visit_infos * {
  margin: 0;
}
.scope_objects_details .visit_box .visit_card .visit_infos .visit_info_container, .scope_financing_simulation .visit_box .visit_card .visit_infos .visit_info_container {
  margin-top: 0.5rem;
}
.scope_objects_details .visit_box .button_phone, .scope_financing_simulation .visit_box .button_phone {
  margin-top: 1rem;
  padding: 0;
  height: 2.875rem;
}
.scope_objects_details .visit_box .button_phone span, .scope_objects_details .visit_box .button_phone a, .scope_financing_simulation .visit_box .button_phone span, .scope_financing_simulation .visit_box .button_phone a {
  font-family: "Helvetica", arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0.625rem 1.25rem;
  text-align: center;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.scope_objects_details .visit_box .button_phone svg, .scope_financing_simulation .visit_box .button_phone svg {
  margin-right: 0.5rem;
}
.scope_objects_details .caracteristics_box_container, .scope_financing_simulation .caracteristics_box_container {
  -webkit-columns: 2 auto;
  -moz-columns: 2 auto;
  columns: 2 auto;
  -moz-column-gap: 40px;
  -webkit-column-gap: 40px;
  column-gap: 40px;
}
.scope_objects_details .map_canvas, .scope_financing_simulation .map_canvas {
  height: 400px;
}
.scope_objects_details .highlights_row, .scope_financing_simulation .highlights_row {
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}
.scope_objects_details .highlights_row .caract_list, .scope_financing_simulation .highlights_row .caract_list {
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.scope_objects_details .highlights_row .caract_list .caract_row, .scope_financing_simulation .highlights_row .caract_list .caract_row {
  margin: 0.5em 2em 0.5em 0;
}
.scope_objects_details .highlights_row .caract_list .caract_row:last-of-type, .scope_financing_simulation .highlights_row .caract_list .caract_row:last-of-type {
  margin-right: 0;
}
.scope_objects_details .highlights_row .caract_list .caract_row .value_wrapper, .scope_financing_simulation .highlights_row .caract_list .caract_row .value_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.scope_objects_details .highlights_row .caract_list .caract_row .value_wrapper .prefix, .scope_financing_simulation .highlights_row .caract_list .caract_row .value_wrapper .prefix {
  opacity: 0.7;
}
.scope_objects_details .highlights_row .caract_list .caract_row .value_wrapper .value, .scope_financing_simulation .highlights_row .caract_list .caract_row .value_wrapper .value {
  font-size: 1.5em;
  font-weight: bold;
}
.scope_objects_details .map_title, .scope_financing_simulation .map_title {
  margin-bottom: 0.5em;
}
.scope_financing_simulation .financing_box .cms_accordion .accordion_title:before {
  font-size: 1rem;
  padding-top: 0;
  padding-bottom: 1px;
  line-height: 1rem;
}
.scope_financing_simulation .financing_box .cms_accordion.open .accordion_title:before {
  padding-bottom: 0px;
}
/*************** END DETAIL *****************/
/**************** HOMEPAGE ******************/
#global section.cms_banner .section_filter {
  background-color: #fff;
}
.homepage header #header_top {
  background: transparent;
  transition: background 0.5s ease;
}
.homepage header.colorHeader #header_top {
  background: #FFFFFF;
}
.homepage .cms_banner {
  height: 60vh;
  min-height: 650px;
  max-height: 100%;
  overflow: visible;
}
.homepage .cms_banner::after {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  background: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0.3) 30%, rgba(255, 255, 255, 0) 100%);
}
.homepage .cms_banner #heart_container {
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: absolute;
  margin: 0;
  overflow: hidden;
}
.homepage .cms_banner #heart_container::before {
  content: " ";
  background-image: url("data:image/svg+xml;charset=UTF-8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 106' preserveAspectRatio='none'><polygon points='0 26.91 0 79 48.91 106 96 106 96 27 49 0 0 26.91' fill='%235bc5f1'/><polygon points='143.63 0 96 27.06 96 106 143.5 106 192 79.16 192 27.06 143.63 0' fill='%23fac86c'/></svg>");
  background-repeat: no-repeat;
  background-position: center center;
  height: var(--heart-height);
  width: var(--heart-width);
  position: absolute;
  transition: all 0.5s ease-out;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 30;
  opacity: 0.5;
  display: flex;
  justify-content: center;
}
.homepage .cms_banner.initialised #heart_container::before {
  transition: unset;
}
.homepage .cms_banner .cms_banner_content {
  width: 100%;
  height: calc(100% + 60px);
  bottom: -60px;
  top: unset;
  color: #000000;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
}
.homepage .cms_banner .cms_banner_content::after {
  content: " ";
  height: 60px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: white;
  z-index: 30;
}
.homepage .cms_banner .cms_banner_content .cms_objects_filter {
  position: relative;
  padding: 6em 2em 2em 2em;
  max-width: 37.5rem;
  width: 100%;
  margin-bottom: 10px;
  z-index: 90;
}
.homepage .cms_banner .cms_banner_content .cms_objects_filter:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: white;
  width: 100%;
  height: 100%;
  z-index: -1;
  clip-path: polygon(0% 8rem, 50% 0, 100% 8rem, 1000% 1000%, -1000% 1000%);
}
.homepage .cms_banner .cms_banner_content .cms_objects_filter:after {
  content: "";
  display: block;
  position: absolute;
  top: 6rem;
  left: 0;
  background-color: #00000055;
  filter: blur(32px);
  width: 100%;
  height: calc(100% - 7rem);
  z-index: -10;
  opacity: 0.5;
  transform: scale(1.1);
}
.homepage .cms_banner .cms_banner_content .cms_objects_filter .filters_title {
  font-family: "Hanken Grotesk", arial, sans-serif;
  font-weight: 700;
  font-size: 2.1875rem;
  line-height: 2.625rem;
  text-align: center;
  margin: 0 0 2rem 0;
  color: #005681;
}
.homepage .cms_banner .cms_banner_content .cms_objects_filter .section_filter {
  max-width: 100%;
  padding: 0;
}
.homepage .cms_banner .cms_banner_content .cms_objects_filter .section_filter .filter_list {
  flex-wrap: wrap;
  gap: 2.75rem;
}
.homepage .cms_banner .cms_banner_content .cms_objects_filter .section_filter .filter_list .filter_group {
  margin: 0;
  gap: 0rem;
}
.homepage .cms_banner .cms_banner_content .cms_objects_filter .section_filter .filter_list .filter_group.filter_group_advanced .filter_part_deal {
  margin-bottom: 0;
}
.homepage .cms_banner .cms_banner_content .cms_objects_filter .section_filter .filter_list .filter_group.filter_group_advanced .filter_part_price, .homepage .cms_banner .cms_banner_content .cms_objects_filter .section_filter .filter_list .filter_group.filter_group_advanced .filter_part_rooms {
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
}
.homepage .cms_banner .cms_banner_content .cms_objects_filter .section_filter .filter_list .filter_group .filter_location_and_radius_container {
  position: relative;
  width: 100%;
  height: 4.5rem;
  margin: 0;
}
.homepage .cms_banner .cms_banner_content .cms_objects_filter .section_filter .filter_list .filter_group .filter_part {
  margin: 0;
}
.homepage .cms_banner .cms_banner_content .cms_objects_filter .section_filter .filter_list .filter_group .filter_part_deal {
  width: 100%;
  margin-bottom: 1.5rem;
}
.homepage .cms_banner .cms_banner_content .cms_objects_filter .section_filter .filter_list .filter_group .filter_part_location {
  margin: -0.75rem -0.75rem -0.875rem -0.75rem;
}
.homepage .cms_banner .cms_banner_content .cms_objects_filter .section_filter .filter_list .filter_group .filter_part_price, .homepage .cms_banner .cms_banner_content .cms_objects_filter .section_filter .filter_list .filter_group .filter_part_rooms {
  flex-grow: 1;
  top: 0rem;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  width: 40%;
}
.homepage .cms_banner .cms_banner_content .cms_objects_filter .section_filter .filter_list .filter_group .filter_part_price {
  margin-right: 0;
}
.homepage .cms_banner .cms_banner_content .cms_objects_filter .section_filter .filter_list .filter_group .filter_part_rooms {
  margin-left: 1.5rem;
}
.homepage .cms_banner .cms_banner_content .cms_objects_filter .section_filter .filter_list .filter_group .filter_buttons {
  width: 100%;
  margin: 0;
  display: flex;
  gap: 1.5rem;
}
.homepage .cms_banner .cms_banner_content .cms_objects_filter .section_filter .filter_list .filter_group .filter_buttons .filter_tools {
  margin: 0;
  width: 50%;
  min-width: unset;
}
.homepage .cms_banner .cms_banner_content .cms_objects_filter .section_filter .filter_list .filter_group .filter_buttons .filter_tools button {
  width: 100%;
}
.homepage .cms_banner .cms_banner_content .cms_objects_filter .section_filter .filter_list .filter_group .filter_buttons .filter_part_search_button {
  width: 50%;
  margin: 0;
}
.homepage .cms_banner .cms_banner_content .cms_objects_filter .section_filter .filter_list .filter_group .filter_buttons .filter_part_search_button button {
  width: 100%;
  padding: 0.625rem 1.25rem 0.625rem 1rem;
}
.homepage .cms_banner .cms_banner_content .cms_objects_filter .section_filter .filter_list .filter_group .filter_buttons .filter_part_search_button button svg {
  flex-shrink: 0;
}
.homepage section#home_objects {
  margin: max(10vh, 100px) 0 max(5vh, 50px) 0;
}
.homepage section#home_cities .location_thumbnails .cms_box {
  position: relative;
}
.homepage section#home_cities .location_thumbnails .cms_box:hover .cms_picture {
  cursor: pointer;
}
.homepage section#home_cities .location_thumbnails .cms_box .cms_picture {
  margin: 0;
}
.homepage section#home_cities .location_thumbnails .cms_box .cms_picture img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.homepage section#home_cities .location_thumbnails .cms_box .cms_picture:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: black;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(87, 87, 87, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
}
.homepage section#home_cities .location_thumbnails .cms_box .cms_text {
  position: absolute;
  top: 1em;
  left: 1em;
  z-index: 40;
  color: #fff;
}
.homepage section#home_blog {
  background-color: #FEF7E9;
}
.homepage section#home_blog .box_article .blog_preview {
  display: none;
}
.homepage section#home_links .cms_box .cms_button {
  margin-top: auto;
}
.homepage section#home_advantages {
  overflow: hidden;
}
.homepage section#home_advantages .cms_col2 {
  background-color: #E7F7FD;
  padding: 2em;
}
.homepage section#home_advantages .cms_col2 .cms_column {
  position: relative;
}
.homepage section#home_advantages .cms_col2 img {
  width: auto;
  max-width: none;
  height: 150%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  max-width: 100%;
  object-fit: contain;
}
/*********** END HOMEPAGE **********/
/************** BLOG ***************/
.box_article_cms_page img, .box_article_blog_index img {
  width: 100%;
}
#global .blog_legend, #global section .blog_legend {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1em;
}
#global .blog_legend .blog_categories .blog_category, #global section .blog_legend .blog_categories .blog_category {
  font-size: 1em;
  font-style: normal;
}
#global .blog_legend > div, #global section .blog_legend > div {
  margin: 0 1em 0 0;
  font-size: 1em;
  opacity: 0.6;
  font-style: normal;
}
#global .blog_legend > div:last-of-type, #global section .blog_legend > div:last-of-type {
  margin-right: 0;
}
#global .box.box_article, #global section .box.box_article {
  background: transparent;
  border: none;
}
#global .box.box_article:hover, #global section .box.box_article:hover {
  background: transparent;
  border: none;
}
#global .box.box_article .box_body, #global section .box.box_article .box_body {
  padding: 0.5em 0 0 0;
}
#global .banner_blog_list {
  height: 10vh;
  background: #FEF7E9;
  display: flex;
  justify-content: center;
  align-items: center;
}
#global .banner_blog_list h1 {
  margin: 0 1em;
}
#global .banner_blog_article {
  padding: 0;
  background-color: #FEF7E9;
  min-height: 30vh;
}
#global .banner_blog_article img {
  clip-path: polygon(0% 40%, 50% 0%, 100% 40%, 100% 100%, 0% 100%);
  height: 30vh;
  object-fit: cover;
}
#global .banner_blog_article .inner_content {
  display: flex;
}
#global .banner_blog_article .left_content {
  width: 60%;
  padding: 2em 0;
  margin-right: 2em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
#global .banner_blog_article .left_content .blog_article_title {
  margin-top: auto;
}
#global .banner_blog_article .left_content .pagination {
  margin-top: auto;
}
#global .banner_blog_article .right_content {
  width: calc(40% - 2em);
  display: flex;
  align-items: flex-end;
}
#global section.blog_article .blog_article_container {
  display: flex;
}
#global section.blog_article .blog_article_container .left_content {
  width: calc(100% - 350px - 5em);
  margin-right: 5em;
}
#global section.blog_article .blog_article_container .right_content {
  width: 350px;
}
#global section.blog_article .blog_article_container .article_box {
  padding: 1.5em;
  border: 1px solid #D9D9D9;
  margin-bottom: 1em;
}
#global section.blog_article .blog_article_container .article_infos_box > * {
  text-align: left;
}
#global section.blog_article .blog_article_container .article_infos_box .blog_categories .blog_category {
  font-size: 1em;
  font-style: normal;
}
#global section.blog_article .blog_article_container .article_movu_box .button {
  margin-top: 1em;
}
#global section.blog_article .blog_article_container .share_box svg * {
  fill: #015681;
}
#global section.section_blog_articles, #global section.section_blog_filter {
  background-color: #FFFFFF;
}
#global section.section_blog_filter .filter .filter_group {
  justify-content: space-between;
}
#global section.section_blog_filter .search_button {
  display: flex;
  align-items: center;
}
#global section.section_blog_filter .search_button svg {
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
}
#global .blog_list > * {
  width: calc(33.33% - 30px);
  margin: 15px;
}
.blog_title {
  font-weight: 700;
}
/****************** END BLOG *******************/
/******** POPUP DETAIL VIDEO / VIRTUAL *********/
#slider_popup {
  padding: 100px 0;
}
#slider_popup .inner_content {
  max-width: none;
  width: 100%;
}
#slider_popup .slogan {
  display: none;
}
#slider_popup .swiper-container.media_slider .swiper_pictures_slider {
  width: auto;
  max-width: 125vh;
  max-height: 70vh;
  margin: 0 auto;
}
#slider_popup .swiper-container.media_slider .swiper_pictures_slider img {
  height: auto;
  width: auto;
  margin: 0 auto;
  max-height: 80vh;
}
#slider_popup .swiper-container.media_slider .swiper_pictures_slider.media_pictures {
  pointer-events: none;
  cursor: default;
}
#slider_popup .swiper-container.media_slider .swiper-button-nav.swiper-button-prev, #slider_popup .swiper-container.media_slider .swiper-button-nav.swiper-button-next {
  background: none;
  width: 60px;
}
#slider_popup .swiper-container.media_slider .swiper-button-nav.swiper-button-prev::after, #slider_popup .swiper-container.media_slider .swiper-button-nav.swiper-button-next::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  opacity: 0.5;
}
#slider_popup .swiper-container.media_slider .swiper-button-nav.swiper-button-prev:hover::after, #slider_popup .swiper-container.media_slider .swiper-button-nav.swiper-button-next:hover::after {
  opacity: 1;
}
#slider_popup .swiper-container.media_slider .swiper-button-nav.swiper-button-prev svg, #slider_popup .swiper-container.media_slider .swiper-button-nav.swiper-button-next svg {
  display: none;
}
#slider_popup .swiper-container.media_slider .swiper-button-nav.swiper-button-prev {
  left: 0;
  padding-left: 25px;
}
#slider_popup .swiper-container.media_slider .swiper-button-nav.swiper-button-prev::after {
  border-right: 20px solid white;
}
#slider_popup .swiper-container.media_slider .swiper-button-nav.swiper-button-next {
  right: 0;
  padding-right: 25px;
}
#slider_popup .swiper-container.media_slider .swiper-button-nav.swiper-button-next::after {
  border-left: 20px solid white;
}
#slider_popup .slider_external_embed {
  width: 100%;
  height: 100%;
}
#slider_popup .popup_embed_container {
  width: 100%;
  height: 100%;
}
#slider_popup .thumbnails_container {
  margin: 20px auto 0;
  max-width: 1600px;
}
#slider_popup .thumbnails_container .inner_content {
  width: 100%;
}
#slider_popup .thumbnails_container .swiper-slide {
  max-width: 180px !important;
}
#slider_popup .thumbnails_container .swiper-wrapper {
  justify-content: center;
}
#slider_popup button[class*=mfp-close], #slider_popup button[class*=mfp-close]:hover, #slider_popup button[class*=mfp-close]:active {
  background: url(/resources/svg/close.svg) no-repeat center center;
  width: 40px;
  height: 40px;
  top: 30px;
  right: 40px;
  cursor: pointer;
}
/******** END POPUP DETAIL VIDEO / VIRTUAL *********/
/********************* FILTERS *********************/
.homepage .cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_group_advanced {
  flex-wrap: nowrap;
  margin: 0;
}
.homepage .cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_group_advanced .popup_filter_header {
  width: 100%;
  margin: 0;
}
.homepage .cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_group_advanced .popup_filter_body {
  width: 100%;
  margin: 0;
}
.homepage .cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_group_advanced .popup_filter_body .filter_part_price, .homepage .cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_group_advanced .popup_filter_body .filter_part_rooms {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}
.homepage .cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_group_advanced .popup_filter_footer {
  width: 100%;
  margin: auto 0 0 0;
}
.homepage .cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_group_advanced .popup_filter_footer .filter_part_search_button {
  margin: 0;
}
.scope_objectslist_search #global .section_filter {
  background-color: #F1F7FF;
}
.scope_objectslist_search #global .section_filter .filter_container .filter_group, .scope_objectslist_publisher #global .section_filter .filter_container .filter_group {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 0;
  margin-bottom: 0;
  align-items: flex-start;
  row-gap: 2rem;
  column-gap: 1rem;
}
.scope_objectslist_search #global .section_filter .filter_container .filter_group.filter_group_advanced, .scope_objectslist_publisher #global .section_filter .filter_container .filter_group.filter_group_advanced {
  padding-left: 0;
  padding-right: 0;
  gap: 0;
}
.scope_objectslist_search #global .section_filter .filter_container .filter_group.filter_group_advanced .filter_part_deal .filter_fields, .scope_objectslist_publisher #global .section_filter .filter_container .filter_group.filter_group_advanced .filter_part_deal .filter_fields {
  max-width: 100%;
}
.scope_objectslist_search #global .section_filter .filter_container .filter_group.filter_group_advanced .filter_part_category, .scope_objectslist_search #global .section_filter .filter_container .filter_group.filter_group_advanced .filter_part_price, .scope_objectslist_search #global .section_filter .filter_container .filter_group.filter_group_advanced .filter_part_rooms, .scope_objectslist_publisher #global .section_filter .filter_container .filter_group.filter_group_advanced .filter_part_category, .scope_objectslist_publisher #global .section_filter .filter_container .filter_group.filter_group_advanced .filter_part_price, .scope_objectslist_publisher #global .section_filter .filter_container .filter_group.filter_group_advanced .filter_part_rooms {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.scope_objectslist_search #global .section_filter .filter_container .filter_group .filter_part, .scope_objectslist_search #global .section_filter .filter_container .filter_group .filter_tools, .scope_objectslist_publisher #global .section_filter .filter_container .filter_group .filter_part, .scope_objectslist_publisher #global .section_filter .filter_container .filter_group .filter_tools {
  margin: unset;
}
.scope_objectslist_search #global .section_filter .filter_container .filter_group .filter_part_deal, .scope_objectslist_publisher #global .section_filter .filter_container .filter_group .filter_part_deal {
  flex: 1 1 100%;
}
.scope_objectslist_search #global .section_filter .filter_container .filter_group .filter_part_deal .filter_fields, .scope_objectslist_publisher #global .section_filter .filter_container .filter_group .filter_part_deal .filter_fields {
  max-width: 16rem;
}
.scope_objectslist_search #global .section_filter .filter_container .filter_group .filter_location_and_radius_container .filter_part_location.filter_location_and_radius, .scope_objectslist_publisher #global .section_filter .filter_container .filter_group .filter_location_and_radius_container .filter_part_location.filter_location_and_radius {
  padding: 0.75rem 0.75rem 0.875rem 0.75rem;
  margin: -0.75rem -0.75rem -0.875rem -0.75rem;
}
.scope_objectslist_search #global .section_filter .filter_container .filter_group .filter_part_price, .scope_objectslist_search #global .section_filter .filter_container .filter_group .filter_part_rooms, .scope_objectslist_publisher #global .section_filter .filter_container .filter_group .filter_part_price, .scope_objectslist_publisher #global .section_filter .filter_container .filter_group .filter_part_rooms {
  flex: 0 0 15rem;
}
.scope_objectslist_search #global .section_filter .filter_container .filter_group .filter_buttons, .scope_objectslist_publisher #global .section_filter .filter_container .filter_group .filter_buttons {
  position: relative;
  top: 1.625rem;
  flex-grow: 0;
  flex-shrink: 0;
  gap: 1rem;
  margin: unset;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  flex: 0 0 31rem;
}
.scope_objectslist_search #global .section_filter .filter_container .filter_group .filter_buttons .filter_tools, .scope_objectslist_search #global .section_filter .filter_container .filter_group .filter_buttons .filter_part_search_button, .scope_objectslist_publisher #global .section_filter .filter_container .filter_group .filter_buttons .filter_tools, .scope_objectslist_publisher #global .section_filter .filter_container .filter_group .filter_buttons .filter_part_search_button {
  position: relative;
  min-width: unset;
  width: 15rem;
}
.scope_objectslist_search #global .section_filter .filter_container .filter_group .filter_buttons .filter_tools button, .scope_objectslist_search #global .section_filter .filter_container .filter_group .filter_buttons .filter_part_search_button button, .scope_objectslist_publisher #global .section_filter .filter_container .filter_group .filter_buttons .filter_tools button, .scope_objectslist_publisher #global .section_filter .filter_container .filter_group .filter_buttons .filter_part_search_button button {
  width: 100%;
  white-space: nowrap;
}
.scope_objectslist_search #global .section_filter .filter_container .filter_group .filter_buttons .filter_part_search_button, .scope_objectslist_publisher #global .section_filter .filter_container .filter_group .filter_buttons .filter_part_search_button {
  margin-top: 0;
  margin-bottom: 0;
}
form.objects_filters {
  position: relative;
  z-index: 80;
}
form.objects_filters section.section.section_filter {
  padding: 2.5rem 0 3rem;
}
form.objects_filters.objects_filters_advanced section.section.section_filter {
  padding: 0;
}
form.objects_filters .filter_part_deal .filter_fields {
  flex-direction: initial;
}
form.objects_filters .filter_part_deal .filter_fields .checkbox {
  width: auto;
  justify-content: flex-start;
  padding: 0;
  min-height: 0;
  line-height: inherit;
  border: 0;
}
form.objects_filters .filter_part_deal .filter_fields .checkbox:hover {
  border: 0;
}
form.objects_filters .filter_part_deal .filter_fields .checkbox:after {
  content: none;
}
form.objects_filters .filter_part_deal .filter_fields .cb_input {
  display: block;
}
form.objects_filters .filter_part_category label.multiselect {
  display: block;
}
form.objects_filters .filter_part_category .multiselect_content {
  position: relative;
  display: none;
  position: absolute;
  border: 1px solid;
  padding: 0.75em 0;
  max-height: 80vh !important;
  overflow: auto;
  z-index: 200;
}
form.objects_filters .filter_part_category .multiselect_cb:checked + .multiselect_box .multiselect_content {
  display: block;
}
form.objects_filters .filter_part_price .filter_fields > label, form.objects_filters .filter_part_rooms .filter_fields > label {
  display: flex;
  text-align: left;
}
form.objects_filters .filter_part_price input.filter_display + label + .filter_wrapper, form.objects_filters .filter_part_rooms input.filter_display + label + .filter_wrapper {
  display: flex;
  padding: 0;
  min-width: 100%;
}
form.objects_filters .filter_part_price input.filter_display:checked + label + .filter_wrapper, form.objects_filters .filter_part_rooms input.filter_display:checked + label + .filter_wrapper {
  display: flex;
}
.section_filter {
  position: relative;
}
.section_filter > .inner_content {
  position: initial;
}
.section_filter .select_box .select_item .select_default_value {
  opacity: 1;
}
.section_filter input::placeholder {
  color: #767676 !important;
}
.section_filter .filter_location_and_radius_container {
  position: relative;
  flex: 1 1 auto;
  height: 4.5rem;
  margin: 0;
}
.section_filter .filter_location_and_radius_container .filter_part_location.filter_location_and_radius {
  position: absolute;
  top: 0;
  width: calc(100% + 1.5rem + 2px);
  padding: 0.75rem 0.75rem 0.875rem 0.75rem;
  margin: -0.75rem -0.75rem -0.875rem -0.75rem;
  border-radius: 4px;
  border: 1px solid transparent;
  transition: all 0.2s;
  z-index: 2;
}
.section_filter .filter_location_and_radius_container .filter_part_location.filter_location_and_radius:has(.input_autocomplete_multiple.focus) {
  background-color: #fff;
  border-color: #E3E3E3;
  overflow: hidden;
  box-shadow: 0px 12px 32px 0px #0000001A;
}
.section_filter .filter_location_and_radius_container .filter_part_location.filter_location_and_radius .filter_fields.flex .filter_location.filter_element_autocomplete_multiple {
  align-items: flex-start;
}
.section_filter .filter_location_and_radius_container .filter_part_location.filter_location_and_radius .filter_fields.flex .filter_location.filter_element_autocomplete_multiple .row {
  width: calc(100% - 112px);
}
.section_filter .filter_location_and_radius_container .filter_part_location.filter_location_and_radius .filter_fields.flex .filter_location.filter_element_autocomplete_multiple .row .input_autocomplete_multiple {
  display: flex;
  padding: 0;
  border: none;
}
.section_filter .filter_location_and_radius_container .filter_part_location.filter_location_and_radius .filter_fields.flex .filter_location.filter_element_autocomplete_multiple .row .input_autocomplete_multiple.focus {
  width: calc(100% + 111px) !important;
}
.section_filter .filter_location_and_radius_container .filter_part_location.filter_location_and_radius .filter_fields.flex .filter_location.filter_element_autocomplete_multiple .row .input_autocomplete_multiple.focus #autocomplete_placeholder_container {
  display: none;
}
.section_filter .filter_location_and_radius_container .filter_part_location.filter_location_and_radius .filter_fields.flex .filter_location.filter_element_autocomplete_multiple .row .input_autocomplete_multiple.focus #autocomplete_results_container {
  display: flex;
}
.section_filter .filter_location_and_radius_container .filter_part_location.filter_location_and_radius .filter_fields.flex .filter_location.filter_element_autocomplete_multiple .row .input_autocomplete_multiple.focus .autocomplete_multiple_real_input {
  width: 100%;
}
.section_filter .filter_location_and_radius_container .filter_part_location.filter_location_and_radius .filter_fields.flex .filter_location.filter_element_autocomplete_multiple .row .input_autocomplete_multiple.focus .autocomplete_multiple_real_input input[type="text"].autocomplete {
  width: calc(100% - 111px);
}
.section_filter .filter_location_and_radius_container .filter_part_location.filter_location_and_radius .filter_fields.flex .filter_location.filter_element_autocomplete_multiple .row .input_autocomplete_multiple .autocomplete_multiple_real_input {
  order: 0;
}
.section_filter .filter_location_and_radius_container .filter_part_location.filter_location_and_radius .filter_fields.flex .filter_location.filter_element_autocomplete_multiple .row .input_autocomplete_multiple .autocomplete_multiple_real_input input[type="text"].autocomplete {
  padding: 0.625rem 0.75rem 0.625rem 0.75rem;
  border: 1px solid #767676;
  border-radius: 1px 0 0 1px;
  font-family: "Helvetica", arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
}
.section_filter .filter_location_and_radius_container .filter_part_location.filter_location_and_radius .filter_fields.flex .filter_location.filter_element_autocomplete_multiple .row .input_autocomplete_multiple #autocomplete_placeholder_container {
  position: absolute;
  display: block;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  padding: 0.625rem 0.75rem;
  background-color: #fff;
  pointer-events: none;
  font-family: "Helvetica", arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
}
.section_filter .filter_location_and_radius_container .filter_part_location.filter_location_and_radius .filter_fields.flex .filter_location.filter_element_autocomplete_multiple .row .input_autocomplete_multiple #autocomplete_results_container {
  display: none;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  gap: 0.375rem;
  padding-bottom: 0.25rem;
  padding-top: 1rem;
  z-index: 2;
}
.section_filter .filter_location_and_radius_container .filter_part_location.filter_location_and_radius .filter_fields.flex .filter_location.filter_element_autocomplete_multiple .row .input_autocomplete_multiple #autocomplete_results_container .autocomplete_result {
  position: relative;
  font-family: "Helvetica", arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0.25rem 2.125rem 0.25rem 0.75rem;
  border-radius: 1.0625rem;
  border: 1px solid #C9C9C9;
  background-color: #fff;
}
.section_filter .filter_location_and_radius_container .filter_part_location.filter_location_and_radius .filter_fields.flex .filter_location.filter_element_autocomplete_multiple .row .input_autocomplete_multiple #autocomplete_results_container .autocomplete_result::after {
  display: none;
}
.section_filter .filter_location_and_radius_container .filter_part_location.filter_location_and_radius .filter_fields.flex .filter_location.filter_element_autocomplete_multiple .row .input_autocomplete_multiple #autocomplete_results_container .autocomplete_result .remove {
  position: absolute;
  right: 0.125rem;
  top: 0.125rem;
  width: 1.75rem;
  height: 1.75rem;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background-color: transparent;
  background-image: url("/resources/svg/chip-remove.svg");
  background-size: contain;
  transition: 0s;
  cursor: pointer;
}
@media (hover: hover) {
  .section_filter .filter_location_and_radius_container .filter_part_location.filter_location_and_radius .filter_fields.flex .filter_location.filter_element_autocomplete_multiple .row .input_autocomplete_multiple #autocomplete_results_container .autocomplete_result .remove:hover {
    background-color: #E3E3E3;
  }
}
.section_filter .filter_location_and_radius_container .filter_part_location.filter_location_and_radius .filter_fields.flex .filter_location.filter_element_autocomplete_multiple .row .input_autocomplete_multiple #autocomplete_results_container .autocomplete_result .remove:focus-visible {
  outline: 2px solid #66CCFF;
  outline-offset: 2px;
}
.section_filter .filter_location_and_radius_container .filter_part_location.filter_location_and_radius .filter_fields.flex .filter_location.filter_element_autocomplete_multiple .row .input_autocomplete_multiple #autocomplete_results_container .autocomplete_result .remove:after {
  display: none;
}
.section_filter .filter_location_and_radius_container .filter_part_location.filter_location_and_radius .filter_fields.flex .filter_location.filter_element_autocomplete_multiple .row .input_autocomplete_multiple ul.ui-autocomplete {
  position: relative;
  top: 0 !important;
  flex: 1 1 100%;
  height: auto;
  max-height: min(25rem, 40vh);
  margin-top: 0.75rem;
  margin-bottom: -1rem;
  margin-right: -0.8125rem;
  margin-left: -0.75rem;
  padding: 0rem 0.625rem 0.75rem 0.625rem;
  border: none;
  overflow-x: hidden;
  overflow-y: auto;
}
.section_filter .filter_location_and_radius_container .filter_part_location.filter_location_and_radius .filter_fields.flex .filter_location.filter_element_autocomplete_multiple .row .input_autocomplete_multiple ul.ui-autocomplete li.ui-menu-item {
  width: 100%;
}
.section_filter .filter_location_and_radius_container .filter_part_location.filter_location_and_radius .filter_fields.flex .filter_location.filter_element_autocomplete_multiple .row .input_autocomplete_multiple ul.ui-autocomplete li.ui-menu-item .ui-menu-item-wrapper {
  padding: 0.625rem 0.625rem 0.625rem 1rem;
  border-radius: 6px;
  font-family: "Helvetica", arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section_filter .filter_location_and_radius_container .filter_part_location.filter_location_and_radius .filter_fields.flex .filter_location.filter_element_autocomplete_multiple .row .input_autocomplete_multiple ul.ui-autocomplete li.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
  border: 0 !important;
  margin: 0;
  background-color: #005681;
  color: #fff;
}
.section_filter .filter_location_and_radius_container .filter_part_location.filter_location_and_radius .filter_fields.flex .filter_location.filter_element_autocomplete_multiple .row label[for="default_location_search"] {
  display: none;
}
.section_filter .filter_location_and_radius_container .filter_part_location.filter_location_and_radius .filter_fields.flex .filter_location.filter_element_autocomplete_multiple .filter_part_radius {
  margin-top: 0;
  display: block !important;
  z-index: 16;
}
.section_filter .filter_location_and_radius_container .filter_part_location.filter_location_and_radius .filter_fields.flex .filter_location.filter_element_autocomplete_multiple .filter_part_radius h3 {
  display: none;
}
.section_filter .filter_location_and_radius_container .filter_part_location.filter_location_and_radius .filter_fields.flex .filter_location.filter_element_autocomplete_multiple .filter_part_radius.hide {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}
.section_filter .filter_location_and_radius_container .filter_part_location.filter_location_and_radius .filter_fields.flex .filter_location.filter_element_autocomplete_multiple .filter_part_radius.hide .slider_handler_display {
  pointer-events: none;
}
.section_filter .filter_location_and_radius_container .filter_part_location.filter_location_and_radius .filter_fields.flex .filter_location.filter_element_autocomplete_multiple .filter_part_radius .filter_fields.flex .slider_values {
  margin: 0 0 0.5rem 0;
}
.section_filter .filter_location_and_radius_container .filter_part_location.filter_location_and_radius .filter_fields.flex .filter_location.filter_element_autocomplete_multiple .filter_part_radius label.select_default_value {
  display: none;
}
.section_filter .filter_fromto_wrapper .filter_fields label:first-of-type {
  display: none;
}
.section_filter .filter_fromto_wrapper .filter_fields .filter_wrapper {
  background-color: transparent;
  display: flex;
  flex-direction: row;
  position: relative;
  transform: unset;
  left: unset;
  padding: 0;
  border: none;
  gap: 0.5rem;
  z-index: unset;
  width: 100%;
}
.section_filter .filter_fromto_wrapper .filter_fields .filter_wrapper .filter_element_group {
  flex: 1 1 100%;
}
.section_filter .filter_fromto_wrapper .filter_fields .filter_wrapper .filter_element_group label {
  display: flex;
  align-items: center;
}
.section_filter .filter_fromto_wrapper .filter_fields .filter_wrapper .filter_element_group label.filter_element_label {
  color: #767676;
  font-family: "Helvetica", arial, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.section_filter .filter_part {
  position: relative;
}
.section_filter .filter_part h3:first-of-type {
  margin: 0;
  margin-bottom: 0.125rem;
}
.section_filter .filter_part h3:first-of-type label {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  position: relative;
  left: -0.25rem;
}
.section_filter .filter_part h3:first-of-type label::before {
  content: "";
  display: block;
  height: 1.5rem;
  width: 1.5rem;
}
.section_filter .filter_part_location h3:first-of-type label::before {
  background: url(/resources/svg/location.svg) no-repeat center center;
}
.section_filter .filter_part_category h3:first-of-type label::before {
  background: url(/resources/svg/category.svg) no-repeat center center;
}
.section_filter .filter_part_price h3:first-of-type label::before {
  background: url(/resources/svg/price.svg) no-repeat center center;
}
.section_filter .filter_part_rooms h3:first-of-type label::before {
  background: url(/resources/svg/rooms.svg) no-repeat center center;
}
.section_filter .filter_part_bedrooms h3:first-of-type label::before {
  background: url(/resources/svg/bedrooms.svg) no-repeat center center;
}
.section_filter .filter_part_surface_living h3:first-of-type label::before {
  background: url(/resources/svg/surface-living.svg) no-repeat center center;
}
.section_filter .filter_part_surface_ground h3:first-of-type label::before {
  background: url(/resources/svg/surface-ground.svg) no-repeat center center;
}
.section_filter .filter_part h3 {
  display: block;
  margin-bottom: 0.125rem;
}
.section_filter .filter_part h3 label {
  font-family: "Helvetica", arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
}
.section_filter .filter_part_deal h3 {
  display: none;
}
.section_filter .filter_part_deal .filter_fields {
  padding: 3px;
  border: 1px solid #E3E3E3;
  background-color: white;
  border-radius: 9px;
  display: flex;
}
.section_filter .filter_part_deal .filter_fields .filter_element_switch {
  gap: 3px;
}
.section_filter .filter_part_deal .filter_fields .checkbox {
  display: flex;
  flex: 1 1 100%;
}
.section_filter .filter_part_deal .filter_fields .checkbox .cb_input {
  display: none;
}
.section_filter .filter_part_deal .filter_fields .checkbox .label_text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 100%;
  padding: 0.625rem;
  border: 1px solid transparent;
  font-family: "Helvetica", arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  border-radius: 6px;
}
@media (hover: hover) {
  .section_filter .filter_part_deal .filter_fields .checkbox:hover .label_text {
    background-color: #F2F2F2;
  }
}
.section_filter .filter_part_deal .filter_fields .checkbox:has(input:checked) {
  cursor: default;
}
.section_filter .filter_part_deal .filter_fields .checkbox input:focus-visible ~ .label_text {
  outline: 2px solid #66CCFF;
  outline-offset: 2px;
  z-index: 2;
}
.section_filter .filter_part_deal .filter_fields .checkbox input:checked ~ .label_text {
  background-color: #005681;
  color: #fff;
  border-color: #005681;
  box-shadow: 0px 2px 6px 0px #0000001A;
}
.section_filter .filter_part_location {
  width: 100%;
}
.section_filter .filter_part_location .filter_element {
  display: flex;
  flex: 1 1 100%;
}
.section_filter .filter_part_location .filter_element .row {
  flex-grow: 1;
}
.section_filter .filter_part_location .filter_element .row label {
  display: none;
}
.section_filter .filter_part_location .filter_element .filter_part_radius {
  flex-shrink: 0;
  flex-grow: 0;
  width: 7rem;
  left: -1px;
}
.section_filter .filter_part_location .filter_element .filter_part_radius .filter_element_to {
  width: 100%;
}
.section_filter .filter_part_location .filter_element .filter_part_radius .filter_element_to .select_box {
  flex-grow: 1;
}
.section_filter .filter_part_location .filter_element .filter_part_radius .filter_element_to .select_box .multiselect {
  border-radius: 0 1px 1px 0;
}
.section_filter .filter_part_location input::placeholder {
  opacity: 1;
}
.section_filter .filter_part .filter_element.filter_element_multiselect .multiselect_content .multiselect_item .checkbox:has(input:checked) {
  background-color: #DBF3FF;
  color: #000;
  padding: 0.75rem 0.625rem 0.75rem 0.625rem;
}
.section_filter .filter_part .filter_element .multiselect_content {
  padding: 0.375rem;
}
.section_filter .filter_part .filter_element .multiselect_content .multiselect_item {
  border-radius: 0.375rem;
}
.section_filter .filter_part .filter_element .multiselect_content .multiselect_item:hover {
  background-color: transparent;
}
.section_filter .filter_part .filter_element .multiselect_content .multiselect_item .select_default_value {
  font-style: normal;
}
.section_filter .filter_part .filter_element .multiselect_content .multiselect_item .checkbox {
  display: flex;
  padding: 0.75rem 0.625rem 0.75rem 0.625rem;
  transition: box-shadow 0s, background-color 0s;
  background-color: transparent;
  gap: 0.75rem;
  margin: 0;
  border-radius: 0.375rem;
  align-items: center;
}
@media (hover: hover) {
  .section_filter .filter_part .filter_element .multiselect_content .multiselect_item .checkbox:hover {
    background-color: #F2F2F2;
  }
  .section_filter .filter_part .filter_element .multiselect_content .multiselect_item .checkbox:hover .cb_input {
    border-color: #005681;
  }
}
.section_filter .filter_part .filter_element .multiselect_content .multiselect_item .checkbox:hover .label_text {
  color: #000;
}
.section_filter .filter_part .filter_element .multiselect_content .multiselect_item .checkbox:focus-visible {
  outline: 2px solid #66CCFF;
  outline-offset: 2px;
}
.section_filter .filter_part .filter_element .multiselect_content .multiselect_item .checkbox .cb_input {
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
  min-width: unset;
  margin: 0;
  border-color: #C9C9C9;
  transition: border-color 0s;
}
.section_filter .filter_part .filter_element .multiselect_content .multiselect_item .checkbox .label_text {
  display: flex;
  font-family: "Helvetica", arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.25rem;
  padding: 0;
}
.section_filter .filter_part .filter_element .multiselect_content .multiselect_item .checkbox .label_text:hover {
  background-color: transparent;
}
.section_filter .filter_part .filter_element .multiselect_content .multiselect_item .checkbox input:checked + .label_text {
  background-color: transparent;
  color: inherit;
  gap: 0.375rem;
}
.section_filter .filter_part .filter_element .multiselect_content .multiselect_item .checkbox input:disabled + .label_text {
  opacity: 0.4;
}
.section_filter .filter_part .filter_element .multiselect_content .multiselect_item .checkbox:has(input:checked) {
  background-color: #005681;
  color: #fff;
}
.section_filter .filter_part .filter_element .multiselect_content .multiselect_item .checkbox:has(input:disabled) {
  background-color: transparent;
  cursor: not-allowed;
}
.section_filter .filter_part .filter_element .multiselect_content .multiselect_item.lower_than_selected_min, .section_filter .filter_part .filter_element .multiselect_content .multiselect_item.higher_than_selected_max {
  display: block;
  opacity: 0.4;
  cursor: not-allowed;
}
.section_filter .filter_part .filter_element .multiselect_content .multiselect_item.lower_than_selected_min .checkbox, .section_filter .filter_part .filter_element .multiselect_content .multiselect_item.higher_than_selected_max .checkbox {
  pointer-events: none;
}
.section_filter .filter_part .filter_element .multiselect_content .multiselect_item:hover {
  background: transparent;
}
.section_filter .filter_part .filter_element .multiselect_content .multiselect_item:hover .label_text {
  color: #000;
}
.section_filter .filter_part_convenience {
  margin-top: 1rem;
}
.section_filter .filter_part_convenience h3 {
  display: none;
}
.section_filter .filter_part_convenience .filter_fields {
  justify-content: space-between;
  gap: 1rem;
}
.section_filter .filter_part_convenience .multiselect_group_title {
  font-family: "Hanken Grotesk", arial, sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.section_filter .filter_part_convenience .multiselect_group_options {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0.5rem 0;
  margin-left: -0.25rem;
}
.section_filter .filter_part_convenience .checkbox {
  display: flex;
  align-items: center;
  padding: 0.75rem 1rem;
  transition: box-shadow 0s, background-color 0s;
  background-color: #fff;
  gap: 0.25rem;
  margin: 0;
  border-radius: 10rem;
  border: 1px solid #E3E3E3;
}
.section_filter .filter_part_convenience .checkbox .cb_input {
  display: none;
}
.section_filter .filter_part_convenience .checkbox .label_text {
  font-family: "Helvetica", arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.25rem;
}
@media (hover: hover) {
  .section_filter .filter_part_convenience .checkbox:hover {
    background-color: #F2F2F2;
    border-color: #C9C9C9;
  }
}
.section_filter .filter_part_convenience .checkbox:has(input:checked) {
  background-color: #DBF3FF;
  border-color: #005681;
  padding-left: 0.5rem;
  color: #004466;
}
.section_filter .filter_part_convenience .checkbox:has(input:checked)::before {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  content: "";
  background-image: url("/resources/svg/checkbox-chip-check.svg");
  background-repeat: no-repeat;
}
@media (hover: hover) {
  .section_filter .filter_part_convenience .checkbox:has(input:checked):hover {
    background-color: #B3E5FF;
    color: #00334D;
  }
}
.section_filter .filter_part_convenience .checkbox:has(input:focus-visible) {
  outline: 2px solid #66CCFF;
  outline-offset: 2px;
}
.section_filter .filter_part_convenience .multiselect_group {
  display: flex;
  flex: 1 1 100%;
  flex-direction: column;
}
.section_filter .filter_part_convenience .multiselect_group:last-of-type {
  margin-right: 0;
}
.section_filter .filter_part .placeholder {
  color: #767676;
}
.section_filter .filter_part .multiselect_box label.multiselect {
  padding: 0.625rem 2rem 0.625rem 0.75rem;
}
.section_filter .filter_part .multiselect_box label.multiselect .multiselect_title {
  font-family: "Helvetica", arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
}
.section_filter .filter_part .multiselect_box label.multiselect:after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  right: 0.25rem;
  transform: translateY(-50%);
  background-image: url("/resources/svg/chevron-down-small.svg");
  background-repeat: no-repeat;
}
.section_filter .filter_part .multiselect_box .multiselect_content {
  padding: 0.375rem;
  max-height: min(25rem, 40vh) !important;
  height: auto;
  box-shadow: 0px 4px 12px 0px #0000001A;
}
.section_filter .filter_tools {
  min-width: unset;
  cursor: pointer;
}
.section_filter .filter_tools button#popup_filter_open_button {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: center;
  padding: 0.625rem 1.25rem 0.625rem 1rem;
  margin: 0;
  border-radius: 1px;
  color: #000;
  background-color: #fff;
  border-color: #C9C9C9;
  font-family: "Helvetica", arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
}
.section_filter .filter_tools button#popup_filter_open_button svg {
  width: 1.5rem;
  height: 1.5rem;
}
.section_filter .filter_tools button#popup_filter_open_button svg path {
  fill: #005681;
}
.section_filter .filter_tools button#popup_filter_open_button span {
  position: relative;
  display: block;
  padding-right: 0.5rem;
}
.section_filter .filter_tools button#popup_filter_open_button span #filter_modification_indicator {
  position: absolute;
  top: -0.125rem;
  right: 0.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.125rem;
  min-width: 1.125rem;
  transform: translateX(100%);
  padding: 0 0.25rem;
  background-color: #FAC86C;
  border: 1px solid #FAC86C;
  color: #000;
  border-radius: 0.75rem;
  opacity: 1;
}
.section_filter .filter_tools button#popup_filter_open_button span #filter_modification_indicator .number {
  font-family: "Helvetica", arial, sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1.125rem;
  color: #231701;
  width: auto;
  padding-right: 0;
}
.section_filter .filter_tools button#popup_filter_open_button:hover {
  background-color: #F2F2F2;
  border-color: #ADADAD;
}
.section_filter .filter_tools button#popup_filter_open_button:focus-visible {
  outline: 2px solid #66CCFF;
  outline-offset: 2px;
}
.section_filter .filter_group_default {
  flex-wrap: wrap;
}
.section_filter .filter_group_default > * {
  width: auto;
  min-width: 12.5rem;
}
.section_filter .filter_group_default .filter_part_radius {
  display: block !important;
}
.section_filter #popup_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0);
  transition: background 0.3s ease;
  pointer-events: none;
  z-index: 999;
}
.section_filter #popup_overlay.active {
  background: rgba(0, 0, 0, 0.5);
  pointer-events: auto;
}
.section_filter .filter_group_advanced {
  position: fixed;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  top: 0;
  right: 0;
  transform: translateX(100%);
  width: 100%;
  max-width: 25rem;
  height: 100%;
  padding: 0;
  margin: 0;
  z-index: 1000;
  transition: transform 0.3s ease;
  background-color: #fff;
  overflow-y: scroll;
  overflow-x: hidden;
}
.section_filter .filter_group_advanced.open {
  transform: translateX(0);
}
.section_filter .filter_group_advanced .popup_filter_header {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  flex-grow: 0;
  flex-shrink: 0;
  gap: 1rem;
  padding: 1rem;
  margin: 0;
  background-color: #fff;
  z-index: 2;
  position: sticky;
  top: 0;
  border-bottom: 1px solid #E3E3E3;
}
.section_filter .filter_group_advanced .popup_filter_header .popup_filter_title {
  font-family: "Hanken Grotesk", arial, sans-serif;
  font-weight: 700;
  font-size: 1.5625rem;
  line-height: 1.875rem;
  display: block;
  margin: 0;
}
.section_filter .filter_group_advanced .popup_filter_header button#popup_filter_close_button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.75rem;
  width: 2.75rem;
  border-radius: 0.5rem;
  border: 0;
  background-color: transparent;
}
.section_filter .filter_group_advanced .popup_filter_header button#popup_filter_close_button svg {
  width: 1.5rem;
  height: 1.5rem;
  flex-grow: 0;
  flex-shrink: 0;
}
.section_filter .filter_group_advanced .popup_filter_header button#popup_filter_close_button svg path {
  fill: #767676;
}
.section_filter .filter_group_advanced .popup_filter_header button#popup_filter_close_button:hover {
  background-color: #E3E3E3;
}
.section_filter .filter_group_advanced .popup_filter_header button#popup_filter_close_button:hover svg path {
  fill: #5E5E5E;
}
.section_filter .filter_group_advanced .popup_filter_header button#popup_filter_close_button:active {
  background-color: #C9C9C9;
}
.section_filter .filter_group_advanced .popup_filter_header button#popup_filter_close_button:active svg path {
  fill: #474747;
}
.section_filter .filter_group_advanced .popup_filter_header button#popup_filter_close_button:focus-visible {
  outline: 2px solid #66CCFF;
  outline-offset: 2px;
}
.section_filter .filter_group_advanced .popup_filter_body {
  display: flex;
  flex-direction: column;
  gap: 2.75rem;
  width: 100%;
  padding: 1.25rem 1rem 1.25rem 1rem;
  margin: 0;
  z-index: 1;
  background-color: #fff;
}
.section_filter .filter_group_advanced .popup_filter_footer {
  position: sticky;
  display: block;
  margin: auto 0 0 0;
  padding: 1rem;
  width: 100%;
  bottom: 0;
  background-color: #fff;
  z-index: 3;
  border-top: 1px solid #E3E3E3;
}
.section_filter .filter_group_advanced .popup_filter_footer .filter_part_search_button {
  width: 100%;
  margin: 0;
}
.section_filter .filter_group_advanced .popup_filter_footer .filter_part_search_button button.search_button {
  width: 100%;
}
.section_filter .filter_group_advanced .popup_filter_footer .filter_part_search_button:focus-visible {
  outline: 2px solid #66CCFF;
  outline-offset: 2px;
}
.section_filter .filter_part_search_button.onloading .button_icon, .section_filter .filter_part_search_button.onloading .button_label {
  opacity: 0;
}
.section_filter .filter_part_search_button.onloading .js_loader {
  width: 2rem;
  height: 2rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: unset;
}
.section_filter .filter_part_search_button.onloading .js_loader .js_loader_icon svg path {
  fill: #fff;
}
.section_filter .filter_part_search_button.onloading, .section_filter .filter_part_search_button.disabled {
  cursor: not-allowed;
}
.section_filter .filter_part_search_button.onloading button, .section_filter .filter_part_search_button.disabled button {
  pointer-events: none;
  opacity: 0.6;
}
.section_filter button[type="submit"].search_button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Helvetica", arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0.625rem 1.25rem 0.625rem 1rem;
  gap: 0.5rem;
  border-radius: 1px;
  overflow: hidden;
  max-width: 100%;
}
.section_filter button[type="submit"].search_button .button_icon {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
}
.section_filter button[type="submit"].search_button .button_icon svg {
  height: 100%;
  width: 100%;
}
.section_filter button[type="submit"].search_button .button_label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section_filter button[type="submit"].search_button:focus-visible {
  outline: 2px solid #66CCFF;
  outline-offset: 2px;
}
.cms_banner .cms_banner_content > .cms_objects_filter .section_filter, .main_banner .cms_banner_content > .cms_objects_filter .section_filter {
  width: 100% !important;
}
.cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_group_advanced, .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_group_advanced {
  min-width: auto;
}
.cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_group .multiselect_cb + .multiselect_box .multiselect, .cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_group .multiselect_cb + .multiselect_box .multiselect:hover, .cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_group .multiselect_cb:checked + .multiselect_box .multiselect, .cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_group .multiselect_cb:checked + .multiselect_box .multiselect:hover, .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_group .multiselect_cb + .multiselect_box .multiselect, .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_group .multiselect_cb + .multiselect_box .multiselect:hover, .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_group .multiselect_cb:checked + .multiselect_box .multiselect, .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_group .multiselect_cb:checked + .multiselect_box .multiselect:hover {
  border: 1px solid #757575;
}
#global .cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_part_search_button button.search_button, #global .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_part_search_button button.search_button {
  min-height: auto;
  height: auto;
  border: 1px solid #005681;
}
.cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_part, .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_part {
  border: 0 !important;
}
.cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_part h3, .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_part h3 {
  display: block;
}
.cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_part h3 label, .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_part h3 label {
  display: flex;
  opacity: 1;
  align-items: center;
  gap: 0.25rem;
  position: relative;
  left: -0.25rem;
  font-size: 1rem;
}
.cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_part .filter_fields, .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_part .filter_fields {
  flex-direction: row;
}
.cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_part .filter_fields .multiselect_box, .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_part .filter_fields .multiselect_box {
  max-height: none;
  overflow: inherit;
}
.cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_part.filter_part_convenience h3, .cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_part.filter_part_radius h3, .cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_part.filter_part_deal h3, .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_part.filter_part_convenience h3, .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_part.filter_part_radius h3, .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_part.filter_part_deal h3 {
  display: none;
}
.cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_part.filter_part_category label.multiselect, .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_part.filter_part_category label.multiselect {
  display: block;
}
.cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_part.filter_part_category .multiselect_content, .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_part.filter_part_category .multiselect_content {
  position: relative;
  display: none;
  position: absolute;
  border: 1px solid;
  padding: 0.75em 0;
  max-height: 80vh !important;
  overflow: auto;
  z-index: 200;
}
.cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_part.filter_part_category .multiselect_cb:checked + .multiselect_box .multiselect_content, .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_part.filter_part_category .multiselect_cb:checked + .multiselect_box .multiselect_content {
  display: block;
}
.cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_part .filter_fields .filter_wrapper, .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_part .filter_fields .filter_wrapper {
  position: relative;
  transform: none;
  flex-direction: row;
  left: initial;
  bottom: initial;
  z-index: initial;
  padding: 0;
  width: 100%;
}
.cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_part .filter_fields .filter_wrapper .filter_element:not(:first-of-type), .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_part .filter_fields .filter_wrapper .filter_element:not(:first-of-type) {
  margin: 0;
}
.cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_part .filter_fields .filter_wrapper .filter_element_group label, .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_part .filter_fields .filter_wrapper .filter_element_group label {
  font-size: initial;
  color: #000000;
}
.cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_part .filter_fields > label, .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_part .filter_fields > label {
  display: none;
}
.cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_part input.filter_display + label + .filter_wrapper, .cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_part input.filter_display:checked + label + .filter_wrapper, .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_part input.filter_display + label + .filter_wrapper, .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_part input.filter_display:checked + label + .filter_wrapper {
  display: flex;
}
.cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_part .filter_wrapper, .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_part .filter_wrapper {
  display: block;
}
.cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_fromto_wrapper .filter_fields .filter_wrapper .filter_element_group label, .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_fromto_wrapper .filter_fields .filter_wrapper .filter_element_group label {
  display: flex;
  align-items: center;
  color: #767676;
  font-family: "Helvetica", arial, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
button#popup_filter_sticky_open_button {
  top: 15svh;
  right: 0;
  position: fixed;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.75rem;
  width: 3.75rem;
  padding: 0;
  border-radius: 1px;
  border-right: 0;
  color: #000;
  background-color: #005681;
  border-color: #005681;
  transform: translateX(100%);
  transition: transform 0.2s ease;
  z-index: 20;
  font-family: "Helvetica", arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  box-shadow: 0px 8px 24px 0px #0000001A;
}
button#popup_filter_sticky_open_button svg {
  width: 1.75rem;
  height: 1.75rem;
}
button#popup_filter_sticky_open_button svg path {
  fill: #fff;
}
button#popup_filter_sticky_open_button:hover {
  background-color: #004466;
  border-color: #004466;
}
button#popup_filter_sticky_open_button:focus-visible {
  outline: 2px solid #66CCFF;
  outline-offset: 2px;
}
.filter .filter_fields {
  margin: 0;
}
.filter_from, .filter_to_price {
  cursor: pointer;
}
.filter_from .prefix, .filter_to_price .prefix {
  font-size: 0.85em;
  opacity: 0.7;
}
.filter_from .filter_fields, .filter_to_price .filter_fields {
  cursor: pointer;
  flex-direction: column;
  position: relative;
}
.filter_from .filter_fields > label, .filter_to_price .filter_fields > label {
  width: 100%;
  padding: 0.7em 2.2em 0.7em 1em;
  background-color: #FFFFFF;
  border: 1px solid #757575;
  color: #000000;
}
.filter_from .filter_fields > label:hover, .filter_to_price .filter_fields > label:hover {
  background-color: #FFFFFF;
  border: 1px solid #757575;
  color: #000000;
}
.filter_from .filter_fields > label::after, .filter_to_price .filter_fields > label::after {
  content: "";
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  right: 0.25rem;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("/resources/svg/chevron-down-small.svg");
  background-repeat: no-repeat;
}
.section_filter input.filter_display:checked + label + .filter_wrapper {
  display: flex;
  justify-content: space-between;
}
.section_filter .filter_fromto.wrapper .filter_wrapper, .section_filter .filter_from .filter_wrapper, .section_filter .filter_from_only .filter_wrapper, .section_filter .filter_to_price .filter_wrapper {
  position: relative;
  background: #FFFFFF;
  border: 1px solid #757575;
  border-top: none;
  padding: 1em;
  margin: 0;
  bottom: 0;
  min-width: 100%;
  flex-direction: column;
}
.section_filter .filter_fromto.wrapper .filter_wrapper .filter_element, .section_filter .filter_from .filter_wrapper .filter_element, .section_filter .filter_from_only .filter_wrapper .filter_element, .section_filter .filter_to_price .filter_wrapper .filter_element {
  margin-left: 0;
  margin-top: 0.5em;
}
.section_filter .filter_fromto.wrapper .filter_wrapper .filter_element:first-of-type, .section_filter .filter_from .filter_wrapper .filter_element:first-of-type, .section_filter .filter_from_only .filter_wrapper .filter_element:first-of-type, .section_filter .filter_to_price .filter_wrapper .filter_element:first-of-type {
  margin-top: 0;
  margin-left: initial;
}
.section_filter .filter_from .filter_wrapper, .section_filter .filter_from_only .filter_wrapper, .section_filter .filter_to_price .filter_wrapper {
  padding: 0;
  border: none;
}
.section_filter .filter_from .filter_wrapper .filter_element, .section_filter .filter_from_only .filter_wrapper .filter_element, .section_filter .filter_to_price .filter_wrapper .filter_element {
  margin-top: 0;
}
.filter_location_and_radius .animated_form .multiselect_box .multiselect .multiselect_title.placeholder {
  opacity: 1;
}
.filter_part h3 {
  display: none;
}
.select_box .select_item .label_text {
  padding: 0.5em 1em;
  overflow: visible;
}
body.browser_firefox .select_box .select_item .label_text, body.browser_safari .select_box .select_item .label_text {
  padding: 0.5em 2em 0.5em 1em;
}
/*********** END FILTERS ***********/
/*********** USER CRITERIA ***********/
.user_criterias_filter .criterias_budget_box .row_deal {
  margin-bottom: 1.2em;
}
#global .criterias_filter_categories_tabs .cat_tab input[type="checkbox"] + label {
  background-color: #fff;
  border-color: #C9C9C9;
}
#global .criterias_filter_categories_tabs .cat_tab input[type="checkbox"] + label svg * {
  fill: #000;
}
#global .criterias_filter_categories_tabs .cat_tab input[type="checkbox"] + label .tab_text {
  color: #000;
  line-height: 1.5rem;
}
@media (hover: hover) {
  #global .criterias_filter_categories_tabs .cat_tab input[type="checkbox"] + label:hover {
    background-color: #004466;
    border-color: #004466;
  }
  #global .criterias_filter_categories_tabs .cat_tab input[type="checkbox"] + label:hover svg * {
    fill: #fff;
  }
  #global .criterias_filter_categories_tabs .cat_tab input[type="checkbox"] + label:hover .tab_text {
    color: #fff;
  }
}
#global .criterias_filter_categories_tabs .cat_tab input[type="checkbox"]:checked + label {
  background-color: #004466;
  border-color: #004466;
}
#global .criterias_filter_categories_tabs .cat_tab input[type="checkbox"]:checked + label svg * {
  fill: #fff;
}
#global .criterias_filter_categories_tabs .cat_tab input[type="checkbox"]:checked + label .tab_text {
  color: #fff;
}
@media (hover: hover) {
  #global .criterias_filter_categories_tabs .cat_tab input[type="checkbox"]:checked + label:hover {
    background-color: #004466;
  }
  #global .criterias_filter_categories_tabs .cat_tab input[type="checkbox"]:checked + label:hover .tab_text {
    color: #fff;
  }
}
@media (hover: none) {
  #global .criterias_filter_categories_tabs .cat_tab input[type="checkbox"] + label {
    background-color: #fff;
    /* Example style when checked */
    border-color: #C9C9C9;
  }
  #global .criterias_filter_categories_tabs .cat_tab input[type="checkbox"]:checked + label {
    background-color: #004466;
    /* Example style when checked */
    border-color: #004466;
  }
}
/*********** END USER CRITERIA ***********/
/*********** FOOTER ****************/
footer #footer_content {
  font-size: 1em;
}
footer .footer_col h3 {
  margin-bottom: 1em;
  font-weight: 600;
}
footer .footer_col .links_container {
  display: flex;
  flex-direction: column;
}
footer .footer_col .links_container a {
  margin-bottom: 0.5em;
  font-size: 0.9em;
}
footer .footer_col .links_container .conditions_link_container {
  display: flex;
  flex-direction: column;
}
footer .footer_col .u-logo svg {
  height: auto;
}
footer .footer_col .footer_social_networks {
  display: flex;
  margin-top: 2em;
}
footer .footer_col .footer_social_networks a {
  width: 2.5em;
  height: 2.5em;
  display: flex;
}
footer .footer_col .footer_social_networks a svg {
  width: 100%;
  height: auto;
}
footer .footer_logo svg {
  width: 100%;
}
footer .footer_logo svg .text {
  fill: #ffffff;
}
footer .footer_logo svg .pl {
  fill: #5ac5f0;
}
footer .footer_logo svg .pr {
  fill: #fac86c;
}
footer .footer_logo svg .pb {
  fill: #8c96c8;
}
/*********** END FOOTER ***********/
/************* COOKIE *************/
.cookies_popup_wrapper {
  background-color: #f2f2f2;
  bottom: 0;
  padding: 2em 0;
  -webkit-box-shadow: 0px -12px 30px -2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px -12px 30px -2px rgba(0, 0, 0, 0.3);
}
.cookies_popup_wrapper .inner_content {
  color: #000000;
}
.cookies_popup_wrapper .inner_content .cookies_content .cookies_choices .cookies_actions .button {
  border: 1px solid #015681;
  background: #015681;
  color: #ffffff;
}
.cookies_popup_wrapper .inner_content .cookies_content .cookies_choices .cookies_actions .button:hover {
  border: 1px solid #004266;
  background: #004266;
  color: #FFFFFF;
}
/********** END COOKIE **********/
.section_consent .user_title_page {
  background-color: #FAC86C;
}
.section_consent .checkbox input + .cb_input {
  border-color: #015681;
}
/*********** PROSPECTION ***********/
.rating_stars {
  display: flex;
  align-items: center;
}
.rating_stars .rating_star {
  width: 25px;
  height: 25px;
}
.rating_stars .rating_star svg {
  max-width: 100%;
  height: auto;
}
.rating_stars .rating_star svg * {
  fill: #FAC86C;
}
.rating_percentage {
  padding: 4px 8px;
  border-radius: 4px;
  font-weight: 600;
}
.rating_percentage.rating_0 {
  background: #f05a5a;
}
.rating_percentage.rating_1 {
  background: #faae6c;
}
.rating_percentage.rating_2 {
  background: #ffde64;
}
.rating_percentage.rating_3 {
  background: #e7fa6c;
}
.rating_percentage.rating_4 {
  background: #b5fa6c;
}
.rating_percentage.rating_5 {
  background: #15d36e;
}
.admin_picture {
  width: 70px;
  height: 70px;
  display: flex;
  border-radius: 70px;
  border: 1px solid #E6E6E6;
  background: #FFFFFF;
  overflow: hidden;
  margin: auto;
}
.prospection_form {
  padding: 0;
}
.prospection_form .prospection_form_box.top_brokers #top_brokers_title, .prospection_form .prospection_form_box.top_brokers .content {
  max-width: 1000px;
  margin: 0 auto;
}
.prospection_form .prospection_form_box.top_brokers #top_brokers_title .js_loader, .prospection_form .prospection_form_box.top_brokers .content .js_loader {
  position: relative;
  background: #00000002;
}
.prospection_form .prospection_form_box.top_brokers h3 {
  text-align: left;
}
.suggest_brokers {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1em;
}
.suggest_brokers [data-admin] {
  display: flex;
  align-items: center;
  border: 1px solid #fff;
  margin-bottom: 1em;
  padding: 0.7em;
  width: 100%;
  cursor: pointer;
  box-shadow: 0px 2px 6px 0px #0000001A;
  transition: box-shadow 0.2s;
  border-radius: 4px;
  gap: 20px;
}
.suggest_brokers [data-admin] > .checkbox {
  margin-left: 20px;
}
.suggest_brokers [data-admin] a {
  margin-left: auto;
}
.suggest_brokers [data-admin]:hover, .suggest_brokers [data-admin].active {
  box-shadow: 0px 4px 12px 0px #0000001A;
}
.suggest_brokers [data-admin].active {
  border: 1px solid #005681;
}
.suggest_brokers [data-admin] .admin_picture img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.suggest_brokers [data-admin] .admin_wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.suggest_brokers [data-admin] .admin_wrapper .admin_name {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
}
.suggest_brokers [data-admin] .admin_wrapper .admin_name .rating {
  line-height: 1.5rem;
}
.suggest_brokers [data-admin] .admin_wrapper .admin_agency_logo {
  width: 170px;
  height: 100px;
  display: flex;
}
.suggest_brokers [data-admin] .admin_wrapper .admin_agency_logo img {
  max-height: 100%;
  object-fit: contain;
}
.suggest_brokers [data-admin] .not_interest_in_broker {
  justify-content: center;
}
/*********** END PROSPECTION ***********/
div.button_phone {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 45px;
  position: relative;
  z-index: 1;
}
div.button_phone a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3px;
  margin-bottom: 3px;
  width: 100%;
}
div.button_phone a svg {
  margin-right: 5px;
}
/* PRICING TABLE */
.pricing_table {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
  gap: 0;
  margin: 2rem 0 6rem 0;
}
.pricing_table .mobile_only {
  display: none;
}
.pricing_table .header {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-right: 1px solid #C9C9C9;
}
.pricing_table .header .top {
  display: flex;
  padding: 1rem 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  align-self: stretch;
  border-top: 1px solid #C9C9C9;
}
.pricing_table .header .top .text {
  font-family: "Helvetica", arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #767676;
}
.pricing_table .header .top .select_box {
  width: 100%;
}
.pricing_table .header .bottom {
  position: relative;
  display: flex;
  padding: 1.25rem 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  align-self: stretch;
  margin-top: auto;
}
.pricing_table .header .bottom .price, .pricing_table .header .bottom .price * {
  font-family: "Hanken Grotesk", arial, sans-serif;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.pricing_table .header .bottom .price_from {
  position: absolute;
  font-family: "Helvetica", arial, sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.125rem;
  color: #5E5E5E;
  top: 7px;
}
.pricing_table .header .bottom button {
  width: 100%;
}
.pricing_table .header.label_column {
  border-right: 1px solid #C9C9C9;
}
.pricing_table .header.dreamo_column .bottom, .pricing_table .header.standard_column .bottom {
  background-color: #F2F2F2;
}
.pricing_table .header.dreamo_column .bottom button.button#dreamo_button, .pricing_table .header.dreamo_column .bottom button.button#dreamo_standard_button, .pricing_table .header.standard_column .bottom button.button#dreamo_button, .pricing_table .header.standard_column .bottom button.button#dreamo_standard_button {
  background-color: #fff;
  border: 1px solid #C9C9C9;
  color: #000;
}
.pricing_table .header.dreamo_column .bottom button.button#dreamo_button:hover, .pricing_table .header.dreamo_column .bottom button.button#dreamo_standard_button:hover, .pricing_table .header.standard_column .bottom button.button#dreamo_button:hover, .pricing_table .header.standard_column .bottom button.button#dreamo_standard_button:hover {
  background-color: #fafafa;
}
.pricing_table .header.dreamo_plus_column .bottom {
  background-color: #DBF3FF;
}
.pricing_table .header.premium_column .bottom {
  background-color: #FEF4E1;
}
.pricing_table .header.premium_column .bottom button.button#dreamo_premium_button {
  background-color: #FAC86C;
  border-color: #FAC86C;
  color: #000;
}
.pricing_table .header.premium_column .bottom button.button#dreamo_premium_button:hover {
  background-color: #F8AE26;
  border-color: #F8AE26;
}
.pricing_table .header.premium_column .bottom button.button#dreamo_premium_button:active {
  background-color: #CF8907;
  border-color: #CF8907;
}
.pricing_table .header, .pricing_table .row {
  display: grid;
  grid-template-columns: 1fr;
  border-bottom: 1px solid #C9C9C9;
}
.pricing_table .row {
  padding: 1rem 1.5rem;
  border-right: 1px solid #C9C9C9;
  align-content: start;
}
.pricing_table .row.feature_label {
  padding-left: 0;
}
.pricing_table .row.feature, .pricing_table .row.feature_label {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.pricing_table .row.feature .text-info, .pricing_table .row.feature_label .text-info {
  display: flex;
  align-items: flex-start;
  gap: 0.25rem;
  cursor: help;
}
.pricing_table .row.feature .text-info .feature_label_text, .pricing_table .row.feature_label .text-info .feature_label_text {
  display: inline-block;
  font-family: "Helvetica", arial, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5rem;
}
.pricing_table .row.feature .text-info .info, .pricing_table .row.feature_label .text-info .info {
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  width: 1.5rem;
  height: 1.5rem;
}
.pricing_table .row.feature .text-info .info svg, .pricing_table .row.feature_label .text-info .info svg {
  width: 100%;
  height: 100%;
}
.pricing_table .row.feature .text-info .info svg path, .pricing_table .row.feature_label .text-info .info svg path {
  fill: #767676;
}
.pricing_table .row.feature ul, .pricing_table .row.feature_label ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.pricing_table .row.feature ul li, .pricing_table .row.feature_label ul li {
  font-size: 0.875rem;
  line-height: 1.125rem;
  margin-left: 1.5rem;
}
.pricing_table .row.feature ul li::marker, .pricing_table .row.feature_label ul li::marker {
  color: #005681;
}
.pricing_table .row.feature .feature_label_link, .pricing_table .row.feature_label .feature_label_link {
  font-size: 1rem;
  line-height: 1.25rem;
  margin-top: 0.25rem;
}
.pricing_table .row.feature .feature_label_link:hover, .pricing_table .row.feature_label .feature_label_link:hover {
  text-decoration: underline;
}
.pricing_table .row.feature .text {
  font-family: "Helvetica", arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
}
.pricing_table .row.feature .icon_x, .pricing_table .row.feature .icon_check {
  position: relative;
  left: -8px;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  width: 2.5rem;
  height: 2.5rem;
}
.pricing_table .row.feature .icon_x svg, .pricing_table .row.feature .icon_check svg {
  width: 100%;
  height: 100%;
}
.pricing_table .row.feature.dreamo_column .icon_x svg path, .pricing_table .row.feature.dreamo_column .icon_check svg path, .pricing_table .row.feature.standard_column .icon_x svg path, .pricing_table .row.feature.standard_column .icon_check svg path {
  fill: #5E5E5E;
}
.pricing_table .row.feature.dreamo_plus_column .icon_x svg path, .pricing_table .row.feature.dreamo_plus_column .icon_check svg path {
  fill: #005681;
}
.pricing_table .row.feature.premium_column .icon_x svg path, .pricing_table .row.feature.premium_column .icon_check svg path {
  fill: #8A5B05;
}
.pricing_table#crm_pricing_table .dreamo_column.row {
  background-color: #F2F2F2;
}
.pricing_table#crm_pricing_table .dreamo_plus_column.row {
  background-color: #DBF3FF;
}
.pricing_table#premium_pricing_table .standard_column.row {
  background-color: #F2F2F2;
}
.pricing_table#premium_pricing_table .premium_column.row {
  background-color: #FEF4E1;
}
.pricing_table .dreamo_column .logo > img, .pricing_table .dreamo_plus_column .logo > img {
  height: 32px;
}
/* END PRICING TABLE */
/* TOP LISTING CARDS */
.top_listing_wrapper {
  display: flex;
  padding-block: 1rem;
}
.top_listing_grid {
  display: grid;
  column-gap: 2rem;
  grid-template-rows: unset;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-inline: auto;
}
#top_listing_body_standard {
  background-color: #DBF3FF;
}
#top_listing_body_standard .advantage .icon svg path {
  fill: #005681;
}
#top_listing_body_standard .advantage .advantage_label {
  color: #002233;
}
#top_listing_body_silver {
  background: linear-gradient(149deg, #C9C9C9 -8.69%, #E3E3E3 4.74%, #FFF 24.55%, #E3E3E3 42.94%, #FFF 66.99%, #C9C9C9 112.96%, #F2F2F2 132.76%);
}
#top_listing_body_silver .advantage .icon svg path {
  fill: #5E5E5E;
}
#top_listing_body_silver .advantage .advantage_label {
  color: #303030;
}
#top_listing_body_gold {
  background: linear-gradient(150deg, #FCDEA6 -7.05%, #FEF4E1 18.65%, #FEF9F0 38.83%, #FDE9C4 58.41%, #FDE9C4 74.31%, #FEF9F0 87.16%, #FDE9C4 97.52%);
}
#top_listing_body_gold .advantage .icon svg path {
  fill: #8A5B05;
}
#top_listing_body_gold .advantage .advantage_label {
  color: #452E02;
}
.top_listing_header, .top_listing_body {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 320px;
  border: 2px solid transparent;
}
.top_listing_header {
  padding: 1.5rem;
  gap: 0.75rem;
  background-color: #fff;
}
.top_listing_header .dreamo_symbol {
  height: 1.5rem;
}
.top_listing_header .dreamo_symbol svg {
  height: 100%;
  width: min-content;
}
.top_listing_header .top_listing_title {
  font-family: "Hanken Grotesk", arial, sans-serif;
  font-weight: 700;
  font-size: 2.1875rem;
  line-height: 2.625rem;
}
.top_listing_header .description {
  font-family: "Helvetica", arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #767676;
}
.top_listing_body {
  padding: 1.5rem 1.5rem 2.5rem 1.5rem;
  gap: 1.5rem;
  border-top: 0;
}
.top_listing_body .price {
  display: flex;
  align-items: baseline;
  gap: 0.25rem;
  font-family: "Hanken Grotesk", arial, sans-serif;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.top_listing_body .price .duration {
  font-family: "Helvetica", arial, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #5E5E5E;
}
.top_listing_body .advantages {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.top_listing_body .advantages .advantage {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}
.top_listing_body .advantages .advantage .icon {
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  width: 1.25rem;
  height: 1.25rem;
}
.top_listing_body .advantages .advantage .icon svg {
  width: 100%;
  height: 100%;
}
.top_listing_body .advantages .advantage .advantage_label {
  font-family: "Helvetica", arial, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.top_listing_standard, .top_listing_silver {
  border-color: #C9C9C9;
}
.top_listing_gold {
  border-color: #FAC86C;
}
.top_listing_explanation_text_wrapper {
  padding-block: 2rem 8rem;
  display: flex;
  max-width: 75ch;
  flex-direction: column;
  gap: 1rem;
  margin-inline: auto;
  text-align: center;
}
.top_listing_explanation_text_wrapper .main_text {
  font-family: "Helvetica", arial, sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.625rem;
}
.top_listing_explanation_text_wrapper .note {
  font-family: "Helvetica", arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #767676;
}
/* END TOP LISTING CARDS */
/* DigiRENT FORM CUSTOMIZATION */
#global section.section_accordion_form .accordion_form {
  border-bottom: 1px solid;
  border-color: #eaeaea;
}
.digirent_container form.rental_dossier_form .radio_options {
  flex-direction: column;
  gap: 0.25em;
}
.digirent_container form.rental_dossier_form .radio_options label {
  margin-left: 0;
}
.digirent_container form.rental_dossier_form .radio_options label .cb_input {
  margin-right: 0.5em;
}
.digirent_container form.rental_dossier_form .radio_options label .label_text {
  position: relative;
  top: 1px;
}
/* END DigiRENT FORM CUSTOMIZATION */
/* CUSTOM OVERLIB */
#overlib {
  border: none;
  background: none;
  padding: 0;
}
#overlib .overlib_content {
  color: white;
  background-color: rgba(0, 86, 129, 0.95);
  border: 1px solid #005681;
  border-radius: 3px;
  padding: 8px 12px;
}
#overlib .overlib_content.dreamo_crm_pricing, #overlib .overlib_content.dreamo_premium_pricing {
  padding: 12px 16px;
}
#overlib .overlib_content.dreamo_crm_pricing .overlib_mobile_label, #overlib .overlib_content.dreamo_premium_pricing .overlib_mobile_label {
  display: none;
}
#overlib .overlib_content.cursor_help {
  margin-left: -7px;
  margin-top: -7px;
}
body.touchscreen #overlib {
  bottom: 24px !important;
  max-width: 360px !important;
  text-align: left;
  margin-left: calc(5% - 12px) !important;
  padding: 0;
}
body.touchscreen #overlib .overlib_content {
  border: 1px solid #005681;
  border-radius: 3px;
  padding: 12px 16px;
}
body.touchscreen #overlib .overlib_content.dreamo_crm_pricing, body.touchscreen #overlib .overlib_content.dreamo_premium_pricing {
  padding: 16px 16px 20px;
}
body.touchscreen #overlib .overlib_content.dreamo_crm_pricing .overlib_mobile_label, body.touchscreen #overlib .overlib_content.dreamo_premium_pricing .overlib_mobile_label {
  display: block;
  font-weight: bold;
  margin-bottom: 0.5em;
}
/* END CUSTOM OVERLIB */
/* AGENCIES LIST */
.section_agencies .agencies_list article {
  width: calc((100% / 5) - 15px);
  margin: 7.5px;
  position: relative;
}
.section_agencies .agencies_list article.premium_agency .box_inner {
  border: 1px solid #FAC86C;
}
.section_agencies .agencies_list article.premium_agency .box_inner .premium {
  display: inline-flex;
  position: absolute;
  bottom: 1px;
  right: 1px;
  width: fit-content;
  padding: 3px 4px 2px 5px;
  text-align: center;
  justify-content: center;
  background-color: #FAC86C;
  color: #015681;
  font-size: 0.7em;
  font-weight: 700;
  border-top-left-radius: 4px;
}
.section_agencies .agencies_list article.premium_agency .box_inner:hover .premium {
  background-color: #015681;
  color: #FAC86C;
}
.section_agencies .agencies_list article .box_inner {
  border: 1px solid lightgray;
  padding: 20px;
  height: 100%;
  display: flex;
  gap: 20px;
  flex-direction: column;
  align-items: center;
}
.section_agencies .agencies_list article .box_inner:hover {
  border: 1px solid #015681;
}
.section_agencies .agencies_list article .box_inner .premium {
  display: none;
}
.section_agencies .agencies_list article .box_inner .agency_logo_container {
  display: flex;
  flex-shrink: 0;
  width: 100%;
  height: min-content;
  max-width: 240px;
}
.section_agencies .agencies_list article .box_inner .agency_logo_container .agency_logo {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 240px;
  max-height: calc(240px / 12 * 5);
  padding-bottom: calc(5 / 12 * 100%);
}
.section_agencies .agencies_list article .box_inner .agency_logo_container .agency_logo img {
  position: absolute;
  top: 50%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section_agencies .agencies_list article .box_inner .box_body {
  display: flex;
  flex-direction: column;
}
.section_agencies .agencies_list article .box_inner .box_body .title {
  color: #000;
  font-size: 18px;
  margin-bottom: 10px;
  text-align: center;
}
.section_agencies .agencies_list article .box_inner .box_body .address {
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 5px;
  text-align: center;
}
/* AD BANNERS */
.da_banner_area {
  container-type: inline-size;
  container-name: da_banner_area;
  container-name: da_banner_area;
  display: grid;
  margin-block: 4rem;
}
.da_banner_area.da_banner_area_horizontal {
  width: calc(100% - 1.5rem);
  margin-inline: auto;
}
.da_banner_area.da_banner_area_thumbnail {
  width: calc(25% - 1.5rem);
  margin: 0.75rem;
}
.da_banner_area .da_banner {
  align-self: center;
  justify-self: center;
}
.da_banner {
  position: relative;
  z-index: 0;
}
.da_banner.da_banner_default {
  overflow: hidden;
  background-color: #015681;
}
.da_banner.da_banner_default .dreamo_symbol {
  position: absolute;
  height: 250px;
  max-width: unset;
  right: -90px;
  bottom: -50px;
  opacity: 0.5;
}
.da_banner.da_banner_default .da_banner_content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 1.25rem;
  gap: 1.25rem;
  background: linear-gradient(-77.52deg, rgba(0, 86, 129, 0.2) 0%, #00334d 100%);
  z-index: 1;
}
.da_banner.da_banner_default .da_banner_content .top_elements {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.da_banner.da_banner_default .da_banner_content .top_elements .da_banner_subtitle {
  font-family: "Helvetica", arial, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #FAC86C;
}
.da_banner.da_banner_default .da_banner_content .top_elements .da_banner_title {
  font-family: "Hanken Grotesk", arial, sans-serif;
  font-weight: 700;
  font-size: 1.5625rem;
  line-height: 1.875rem;
  color: #fff;
}
.da_banner.da_banner_default .da_banner_content .bottom_elements {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.da_banner.da_banner_default .da_banner_content .bottom_elements .img_container {
  padding: 0.5rem 1.5rem 0.5rem 0;
  display: none;
}
.da_banner.da_banner_default .da_banner_content .bottom_elements .img_container img.dreamo_logo {
  height: 2rem;
}
.da_banner.da_banner_default .da_banner_content .bottom_elements .btn {
  margin-left: auto;
}
.section_filter.agencies_filter {
  display: flex;
  justify-content: center;
}
.section_filter.agencies_filter .inner_content {
  display: flex;
  justify-content: center;
}
.section_filter.agencies_filter .inner_content .filter_part {
  width: 33.33%;
  display: flex;
}
.section_filter.agencies_filter .inner_content .filter_part .search_button {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  aspect-ratio: 1;
}
.section_filter.agencies_filter .inner_content .filter_part .search_button svg {
  width: 20px;
}
.section_filter.agencies_filter .inner_content .filter_part input {
  width: 100%;
}
#global main section.premium_agency_section, #global main section.standard_agency_section {
  background-color: #F2F2F2;
  padding-block: 2.5rem 5rem;
}
#global main section.premium_agency_section {
  position: relative;
}
#global main section.premium_agency_section.has_background_image {
  width: 100%;
  padding-top: 30svh;
  background-color: white;
}
#global main section.premium_agency_section .agency_background_image {
  position: absolute;
  top: 0;
  width: 100%;
  height: 40svh;
  object-fit: cover;
}
.agency_banner {
  display: flex;
  flex-direction: row;
  column-gap: 3rem;
  row-gap: 1.5rem;
  background-color: #fff;
  padding: 2rem 2rem 2.5rem 2rem;
  box-shadow: 0px 16px 48px 0px #0000001A;
}
.agency_banner .agency_logo_container {
  display: flex;
  flex-shrink: 0;
  width: 100%;
  height: min-content;
  max-width: 240px;
}
.agency_banner .agency_logo_container .agency_logo {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 240px;
  max-height: calc(240px / 12 * 5);
  padding-bottom: calc(5 / 12 * 100%);
}
.agency_banner .agency_logo_container .agency_logo img {
  position: absolute;
  top: 50%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  left: 50%;
  transform: translate(-50%, -50%);
}
.agency_banner .agency_informations {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.agency_banner .agency_informations .infos {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.agency_banner .agency_informations .infos .agency_name {
  font-family: "Hanken Grotesk", arial, sans-serif;
  font-weight: 700;
  font-size: 2.1875rem;
  line-height: 2.625rem;
}
.agency_banner .agency_informations .agency_address, .agency_banner .agency_informations .agency_npa_locality, .agency_banner .agency_informations .agency_website, .agency_banner .agency_informations .agency_description {
  font-family: "Helvetica", arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
}
.agency_banner .agency_informations .agency_website {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  width: max-content;
  border-radius: 1px;
}
.agency_banner .agency_informations .agency_website:hover {
  text-decoration: underline;
}
.agency_banner .agency_informations .agency_website:focus-visible {
  outline: 2px solid #66CCFF;
  outline-offset: 2px;
  text-decoration: underline;
}
.agency_banner .agency_informations .agency_website svg {
  aspect-ratio: 1;
  width: 1.5rem;
  height: 1.5rem;
}
.agency_banner .agency_informations .agency_website svg path {
  fill: #005681;
}
.agency_banner .agency_informations .agency_description {
  color: #767676;
}
/* END AGENCIES LIST */
/* (new) Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 1px;
  border: 1px solid transparent;
}
.btn.disabled, .btn:disabled {
  opacity: 0.4;
}
.btn.focus, .btn:focus-visible {
  outline: 3px solid #66CCFF;
  outline-offset: 2px;
}
.btn.btn_style_secondary {
  color: #000;
}
.btn.btn_style_secondary.btn_type_base {
  background-color: #FAC86C;
  border-color: #FAC86C;
}
.btn.btn_style_secondary.btn_type_base:hover {
  background-color: #F8AE26;
  border-color: #F8AE26;
}
.btn.btn_style_secondary.btn_type_base:active {
  background-color: #CF8907;
  border-color: #CF8907;
}
.btn.btn_size_medium {
  font-size: 1rem;
  line-height: 1.5rem;
  gap: 0.5rem;
  padding: 0.75rem 1.25rem;
}
a.btn:hover {
  text-decoration: none;
}
.scope_userauth_criterias #global .user_criterias_form_wrapper {
  display: flex;
  padding: 3em 0;
}
.scope_userauth_criterias #global .no_criterias {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 1vh 0;
}
.scope_userauth_criterias #global .no_criterias h3, .scope_userauth_criterias #global .no_criterias p {
  margin: 4vh 0;
}
.scope_userauth_criterias #global .no_criterias svg {
  width: 280px;
  height: 234px;
  margin: 2vh 0;
}
.scope_userauth_criterias #global .no_criterias .create_new_filter {
  width: fit-content;
  margin: 2vh 0;
  padding-left: 5em;
  padding-right: 5em;
}
.scope_userauth_criterias #global .criterias_grid_wrapper {
  margin: 1vh 0;
}
.scope_userauth_criterias #global .criterias_grid_wrapper .all_filters_alert {
  display: flex;
  align-items: center;
  margin: 4vh 0;
}
.scope_userauth_criterias #global .criterias_grid_wrapper .all_filters_alert h3 {
  padding: 0;
  margin: 0;
}
.scope_userauth_criterias #global .criterias_grid_wrapper .all_filters_alert .checkbox {
  margin-left: 20px;
}
.scope_userauth_criterias #global .criterias_grid_wrapper .criterias_grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  row-gap: 2em;
}
.scope_userauth_criterias #global .criterias_grid_wrapper .criterias_grid .filter_item {
  flex: 0 0 30%;
  box-sizing: border-box;
  box-shadow: 0 1px 4px #00000033;
  padding: 1em 1.5em 0 1.5em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.scope_userauth_criterias #global .criterias_grid_wrapper .criterias_grid .filter_item:not(:nth-child(3n+1)) {
  margin-left: 5%;
}
.scope_userauth_criterias #global .criterias_grid_wrapper .criterias_grid .filter_item svg {
  height: 16px;
  width: 16px;
  flex-shrink: 0;
}
.scope_userauth_criterias #global .criterias_grid_wrapper .criterias_grid .filter_item svg path {
  fill: #000;
}
.scope_userauth_criterias #global .criterias_grid_wrapper .criterias_grid .filter_item .filter_btn {
  cursor: pointer;
}
.scope_userauth_criterias #global .criterias_grid_wrapper .criterias_grid .filter_item .filter_title {
  border-bottom: 2px solid #0000001A;
  padding: 0.5em 0;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
}
.scope_userauth_criterias #global .criterias_grid_wrapper .criterias_grid .filter_item .filter_data {
  border-bottom: 2px solid #0000001A;
  padding: 1em 0;
  flex-grow: 1;
  font-size: 14px;
}
.scope_userauth_criterias #global .criterias_grid_wrapper .criterias_grid .filter_item .filter_data svg {
  height: 20px;
  width: 20px;
}
.scope_userauth_criterias #global .criterias_grid_wrapper .criterias_grid .filter_item .filter_data .filter_data_r1 {
  display: flex;
  align-items: center;
  column-gap: 1em;
}
.scope_userauth_criterias #global .criterias_grid_wrapper .criterias_grid .filter_item .filter_data .filter_data_r1 .filter_deal {
  background-color: #1AB2FF;
  color: #fff;
  padding: 0.25em 0.75em;
  flex-shrink: 0;
  align-self: flex-start;
}
.scope_userauth_criterias #global .criterias_grid_wrapper .criterias_grid .filter_item .filter_data > :nth-child(2) {
  margin-top: 1em;
}
.scope_userauth_criterias #global .criterias_grid_wrapper .criterias_grid .filter_item .filter_data > div {
  margin: 0.5em 0;
  display: flex;
  align-items: center;
}
.scope_userauth_criterias #global .criterias_grid_wrapper .criterias_grid .filter_item .filter_data span {
  margin-left: 0.75em;
}
.scope_userauth_criterias #global .criterias_grid_wrapper .criterias_grid .filter_item .filter_tools {
  display: flex;
  justify-content: space-between;
  padding: 1.5em 0;
  font-size: 14px;
}
.scope_userauth_criterias #global .criterias_grid_wrapper .criterias_grid .filter_item .filter_tools span {
  margin-left: 0.5em;
}
.scope_userauth_criterias #global .criterias_grid_wrapper .criterias_grid .filter_item .filter_tools > div {
  display: flex;
}
.scope_userauth_criterias #global .criterias_grid_wrapper .criterias_grid .filter_item .filter_tools .filter_results a {
  display: flex;
  color: #000;
}
.scope_userauth_criterias #global .criterias_grid_wrapper .create_new_filter_btn_wrapper {
  display: flex;
  justify-content: center;
  margin: 4em 0;
}
.scope_userauth_criterias #global .form_validation button.delete_filter.secondary {
  background: transparent;
  border: 1px solid #EB0037;
  color: #EB0037;
  box-shadow: none;
}
@media (hover: hover) {
  .scope_userauth_criterias #global .form_validation button.delete_filter.secondary:hover {
    background: #FFE5EB;
    color: #BD002C;
    border-color: #BD002C;
  }
}
.scope_userauth_criterias #global .form_validation button.delete_filter.secondary:active {
  background: #FFC7D4;
  color: #8F0021;
  color: #8F0021;
}
.filter_delete_confirm_popup {
  max-width: 600px !important;
  width: fit-content !important;
}
.filter_delete_confirm_popup .confirm_content {
  padding: 2em;
}
.filter_delete_confirm_popup h5 {
  font-weight: bold;
  margin-bottom: 1em;
}
.filter_delete_confirm_popup h5, .filter_delete_confirm_popup p {
  text-align: center;
}
.filter_delete_confirm_popup .confirm_buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 2em;
}
.filter_delete_confirm_popup .confirm_buttons .button {
  margin: 0 0.5em 0.5em 0.5em;
  text-align: center;
}
.filter_delete_confirm_popup .confirm_buttons .button.secondary {
  background: transparent;
  border: 1px solid #EB0037;
  color: #EB0037;
  box-shadow: none;
}
@media (hover: hover) {
  .filter_delete_confirm_popup .confirm_buttons .button.secondary:hover {
    background: #FFE5EB;
    color: #BD002C;
    border-color: #BD002C;
  }
}
.filter_delete_confirm_popup .confirm_buttons .button.secondary:active {
  background: #FFC7D4;
  color: #8F0021;
  color: #8F0021;
}
.scope_userauth_askconsent #global .consent_form .button.secondary {
  background: transparent;
  border: 1px solid #EB0037;
  color: #EB0037;
  box-shadow: none;
}
@media (hover: hover) {
  .scope_userauth_askconsent #global .consent_form .button.secondary:hover {
    background: #FFE5EB;
    color: #BD002C;
    border-color: #BD002C;
  }
}
.scope_userauth_askconsent #global .consent_form .button.secondary:active {
  background: #FFC7D4;
  color: #8F0021;
  color: #8F0021;
}
#popup_social.popup {
  max-width: 600px;
  color: #005681;
}
#popup_social .poupup_part {
  flex-direction: column;
  width: 100%;
  padding: 40px 30px;
}
#popup_social .flex, #popup_social.flex {
  display: flex;
}
#popup_social .flex-center, #popup_social.flex-center {
  align-items: center;
  justify-content: center;
}
#popup_social .flex-between, #popup_social.flex-between {
  justify-content: space-between;
  align-items: center;
}
#popup_social::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  height: 3px;
  width: 100%;
  background: linear-gradient(to right, #5AC5F0 0%, #5AC5F0 33%, #FAC86C 33%, #FAC86C 66%, #8C96C8 66%, #8C96C8 100%);
}
#popup_social .title {
  flex-direction: column;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f1f1f1;
}
#popup_social .title svg {
  width: 100%;
  max-width: 220px;
  height: auto;
  margin-bottom: 10px;
}
#popup_social h3 {
  margin: 0;
  text-align: center;
  font-size: 1.2rem;
}
#popup_social h3 span {
  font-size: 1.5rem;
  line-height: 1.5;
}
#popup_social .social_group {
  gap: 10px 20px;
}
#popup_social .social_group a svg {
  width: 40px;
  height: 40px;
}
#popup_social .social_group a:hover svg {
  opacity: 0.9;
}
body.mfp-scroll-lock {
  position: fixed;
  width: 100%;
  overflow: hidden;
  touch-action: none;
  /* Helps prevent scroll on iOS */
}
/* /home/www-data/deploys/courtage-dev/env-a/immoWEB2/websites/base/css/responsive.scss */
/*---- RESPONSIVE -----*/
/*----- Define no_step and only step -----*/
@media screen and (min-width: 1501px) {
  .only_step1 {
    display: none !important;
  }
}
@media screen and (max-width: 1500px) {
  .no_step1 {
    display: none !important;
  }
  body {
    font-size: calc(16px - 1 * 0.25px);
    font-size: clamp(16px, calc(16px - 1 * 0.25px), 16px);
  }
}
@media screen and (min-width: 1351px) {
  .only_step2 {
    display: none !important;
  }
}
@media screen and (max-width: 1350px) {
  .no_step2 {
    display: none !important;
  }
  body {
    font-size: calc(16px - 2 * 0.25px);
    font-size: clamp(16px, calc(16px - 2 * 0.25px), 16px);
  }
}
@media screen and (min-width: 1201px) {
  .only_step3 {
    display: none !important;
  }
}
@media screen and (max-width: 1200px) {
  .no_step3 {
    display: none !important;
  }
  body {
    font-size: calc(16px - 3 * 0.25px);
    font-size: clamp(16px, calc(16px - 3 * 0.25px), 16px);
  }
}
@media screen and (min-width: 1051px) {
  .only_step4 {
    display: none !important;
  }
}
@media screen and (max-width: 1050px) {
  .no_step4 {
    display: none !important;
  }
  body {
    font-size: calc(16px - 4 * 0.25px);
    font-size: clamp(16px, calc(16px - 4 * 0.25px), 16px);
  }
}
@media screen and (min-width: 901px) {
  .only_step5 {
    display: none !important;
  }
}
@media screen and (max-width: 900px) {
  .no_step5 {
    display: none !important;
  }
  body {
    font-size: calc(16px - 5 * 0.25px);
    font-size: clamp(16px, calc(16px - 5 * 0.25px), 16px);
  }
}
@media screen and (min-width: 771px) {
  .only_step6 {
    display: none !important;
  }
}
@media screen and (max-width: 770px) {
  .no_step6 {
    display: none !important;
  }
  body {
    font-size: calc(16px - 6 * 0.25px);
    font-size: clamp(16px, calc(16px - 6 * 0.25px), 16px);
  }
}
@media screen and (min-width: 671px) {
  .only_step7 {
    display: none !important;
  }
}
@media screen and (max-width: 670px) {
  .no_step7 {
    display: none !important;
  }
  body {
    font-size: calc(16px - 7 * 0.25px);
    font-size: clamp(16px, calc(16px - 7 * 0.25px), 16px);
  }
}
@media screen and (min-width: 401px) {
  .only_step8 {
    display: none !important;
  }
}
@media screen and (max-width: 400px) {
  .no_step8 {
    display: none !important;
  }
  body {
    font-size: calc(16px - 8 * 0.25px);
    font-size: clamp(16px, calc(16px - 8 * 0.25px), 16px);
  }
}
/*---------- CSS width less than step1 ----------*/
@media screen and (max-width: 1500px) {
  header .inner_content, footer .inner_content, section .inner_content, .cookies_popup_wrapper .inner_content {
    width: 85%;
  }
  .search_results_list_and_map.open_map .box_object_horizontal_item .box_infos {
    width: 60%;
  }
  .search_results_list_and_map.open_map .box_object_horizontal_item .box_caracts {
    width: 100%;
  }
  .pdf_pages .pdf_page {
    width: calc(33% - 20px);
  }
}
/*---------- CSS width less than step2 ----------*/
@media screen and (max-width: 1350px) {
  header .inner_content, footer .inner_content, section .inner_content, .cookies_popup_wrapper .inner_content {
    width: 90%;
  }
  .project_table_row_responsive.project_table_row_small {
    display: none;
  }
  .project_table_row_responsive.project_table_row_medium {
    display: table-row;
  }
  #global .messenger {
    padding: 0;
  }
  .digirent_container section .messages {
    width: 100%;
  }
  #global .cms_section > .inner_content > .cms_object_visit_code .results_wrapper .results .box_object_reduced_item .box_inner .box_infos {
    flex-direction: column;
  }
  #global .cms_section > .inner_content > .cms_object_visit_code .results_wrapper .results .box_object_reduced_item .box_inner .box_infos .right, #global .cms_section > .inner_content > .cms_object_visit_code .results_wrapper .results .box_object_reduced_item .box_inner .box_infos .left {
    width: 100%;
  }
}
/*---------- CSS width less than step3 ----------*/
@media screen and (max-width: 1200px) {
  .scope_financing_simulation .financing_main, .scope_financing_simulation .financing_cap {
    width: 100%;
  }
  #maintenance #image {
    position: absolute;
    right: 20%;
    width: 40vh;
    height: 40vh;
    top: calc(50% - 20vh);
  }
  .cms_slider[data-nb-slides="5"].no_slider > *, .cms_slider[data-nb-slides="5"] > .swiper-container > .swiper > .swiper-wrapper > * {
    width: calc(25% - 22.5px);
  }
  .pdf_pages .pdf_page {
    width: calc(50% - 20px);
  }
  #global .cms_section > .inner_content > .cms_object_visit_code .object_visit_code_forms_wrapper .cms_col2 > .cms_column:nth-child(1) {
    width: calc(45% - 20px);
  }
  #global .cms_section > .inner_content > .cms_object_visit_code .object_visit_code_forms_wrapper .cms_col2 > .cms_column:nth-child(2) {
    width: calc(55% - 10px);
  }
  #global .cms_section > .inner_content > .cms_object_visit_code .results_wrapper .results .box_object_reduced_item .box_inner .box_infos {
    flex-direction: column;
  }
  #global .cms_section > .inner_content > .cms_object_visit_code .results_wrapper .results .box_object_reduced_item .box_inner .box_infos .right, #global .cms_section > .inner_content > .cms_object_visit_code .results_wrapper .results .box_object_reduced_item .box_inner .box_infos .left {
    width: 100%;
  }
}
/*---------- CSS width less than step4 ----------*/
@media screen and (max-width: 1050px) {
  .cms_col2_col2_2575 > .cms_part:nth-child(2), .cms_col2_col2_7525 > .cms_part:nth-child(1) {
    width: calc(66.66% - 10px);
  }
  .cms_col2_col2_2575 > .cms_part:nth-child(1), .cms_col2_col2_7525 > .cms_part:nth-child(2) {
    width: calc(33.33% - 20px);
  }
  .cms_col3_col3_252550 > .cms_part:nth-child(3), .cms_col3_col3_255025 > .cms_part:nth-child(2), .cms_col3_col3_502525 > .cms_part:nth-child(1), .cms_col3_col3_333333 > .cms_part:nth-child(3) {
    width: 100%;
    margin-bottom: 30px;
  }
  .cms_col3_col3_333333:last-child > .cms_part:nth-child(3), .cms_col3_col3_252550:last-child > .cms_part:nth-child(3), .cms_col3_col3_255025:last-child > .cms_part:nth-child(1), .cms_col3_col3_255025:last-child > .cms_part:nth-child(3), .cms_col3_col3_502525:last-child > .cms_part:nth-child(2), .cms_col3_col3_502525:last-child > .cms_part:nth-child(3), .cms_col4:last-child > .cms_part:nth-child(3), .cms_col4:last-child > .cms_part:nth-child(4) {
    margin-bottom: 0;
  }
  .cms_col4 > .cms_part, .cms_col3_col3_252550 > .cms_part:nth-child(1), .cms_col3_col3_252550 > .cms_part:nth-child(2), .cms_col3_col3_255025 > .cms_part:nth-child(1), .cms_col3_col3_255025 > .cms_part:nth-child(3), .cms_col3_col3_502525 > .cms_part:nth-child(2), .cms_col3_col3_502525 > .cms_part:nth-child(3), .cms_col3_col3_333333 > .cms_part:nth-child(1), .cms_col3_col3_333333 > .cms_part:nth-child(2) {
    width: calc(50% - 15px);
    margin-bottom: 30px;
  }
  .cms_col3_col3_255025 > .cms_part:nth-child(2) {
    order: -1;
  }
  .cms_section_full_width .full_content .cms_col2_col2_2575 > .cms_part:nth-child(2) > .cms_accordion, .cms_section_full_width .full_content .cms_col2_col2_2575 > .cms_part:nth-child(2) > .cms_blog_article, .cms_section_full_width .full_content .cms_col2_col2_2575 > .cms_part:nth-child(2) > .cms_box, .cms_section_full_width .full_content .cms_col2_col2_2575 > .cms_part:nth-child(2) > .cms_button, .cms_section_full_width .full_content .cms_col2_col2_2575 > .cms_part:nth-child(2) > .cms_contact_form, .cms_section_full_width .full_content .cms_col2_col2_2575 > .cms_part:nth-child(2) > .cms_mortgage_form, .cms_section_full_width .full_content .cms_col2_col2_2575 > .cms_part:nth-child(2) > .cms_object, .cms_section_full_width .full_content .cms_col2_col2_2575 > .cms_part:nth-child(2) > .cms_objects_filter, .cms_section_full_width .full_content .cms_col2_col2_2575 > .cms_part:nth-child(2) > .cms_objects_list, .cms_section_full_width .full_content .cms_col2_col2_2575 > .cms_part:nth-child(2) > .cms_team_member > .box, .cms_section_full_width .full_content .cms_col2_col2_2575 > .cms_part:nth-child(2) > .cms_text, .cms_section_full_width .full_content .cms_col2_col2_2575 > .cms_part:nth-child(2) > .cms_thumbnails, .cms_section_full_width .full_content .cms_col2_col2_7525 > .cms_part:nth-child(1) > .cms_accordion, .cms_section_full_width .full_content .cms_col2_col2_7525 > .cms_part:nth-child(1) > .cms_blog_article, .cms_section_full_width .full_content .cms_col2_col2_7525 > .cms_part:nth-child(1) > .cms_box, .cms_section_full_width .full_content .cms_col2_col2_7525 > .cms_part:nth-child(1) > .cms_button, .cms_section_full_width .full_content .cms_col2_col2_7525 > .cms_part:nth-child(1) > .cms_contact_form, .cms_section_full_width .full_content .cms_col2_col2_7525 > .cms_part:nth-child(1) > .cms_mortgage_form, .cms_section_full_width .full_content .cms_col2_col2_7525 > .cms_part:nth-child(1) > .cms_object, .cms_section_full_width .full_content .cms_col2_col2_7525 > .cms_part:nth-child(1) > .cms_objects_filter, .cms_section_full_width .full_content .cms_col2_col2_7525 > .cms_part:nth-child(1) > .cms_objects_list, .cms_section_full_width .full_content .cms_col2_col2_7525 > .cms_part:nth-child(1) > .cms_team_member > .box, .cms_section_full_width .full_content .cms_col2_col2_7525 > .cms_part:nth-child(1) > .cms_text, .cms_section_full_width .full_content .cms_col2_col2_7525 > .cms_part:nth-child(1) > .cms_thumbnails, .cms_section_full_width .full_content .cms_col2_col2_3366 > .cms_part:nth-child(2) > .cms_accordion, .cms_section_full_width .full_content .cms_col2_col2_3366 > .cms_part:nth-child(2) > .cms_blog_article, .cms_section_full_width .full_content .cms_col2_col2_3366 > .cms_part:nth-child(2) > .cms_box, .cms_section_full_width .full_content .cms_col2_col2_3366 > .cms_part:nth-child(2) > .cms_button, .cms_section_full_width .full_content .cms_col2_col2_3366 > .cms_part:nth-child(2) > .cms_contact_form, .cms_section_full_width .full_content .cms_col2_col2_3366 > .cms_part:nth-child(2) > .cms_mortgage_form, .cms_section_full_width .full_content .cms_col2_col2_3366 > .cms_part:nth-child(2) > .cms_object, .cms_section_full_width .full_content .cms_col2_col2_3366 > .cms_part:nth-child(2) > .cms_objects_filter, .cms_section_full_width .full_content .cms_col2_col2_3366 > .cms_part:nth-child(2) > .cms_objects_list, .cms_section_full_width .full_content .cms_col2_col2_3366 > .cms_part:nth-child(2) > .cms_team_member > .box, .cms_section_full_width .full_content .cms_col2_col2_3366 > .cms_part:nth-child(2) > .cms_text, .cms_section_full_width .full_content .cms_col2_col2_3366 > .cms_part:nth-child(2) > .cms_thumbnails, .cms_section_full_width .full_content .cms_col2_col2_6633 > .cms_part:nth-child(1) > .cms_accordion, .cms_section_full_width .full_content .cms_col2_col2_6633 > .cms_part:nth-child(1) > .cms_blog_article, .cms_section_full_width .full_content .cms_col2_col2_6633 > .cms_part:nth-child(1) > .cms_box, .cms_section_full_width .full_content .cms_col2_col2_6633 > .cms_part:nth-child(1) > .cms_button, .cms_section_full_width .full_content .cms_col2_col2_6633 > .cms_part:nth-child(1) > .cms_contact_form, .cms_section_full_width .full_content .cms_col2_col2_6633 > .cms_part:nth-child(1) > .cms_mortgage_form, .cms_section_full_width .full_content .cms_col2_col2_6633 > .cms_part:nth-child(1) > .cms_object, .cms_section_full_width .full_content .cms_col2_col2_6633 > .cms_part:nth-child(1) > .cms_objects_filter, .cms_section_full_width .full_content .cms_col2_col2_6633 > .cms_part:nth-child(1) > .cms_objects_list, .cms_section_full_width .full_content .cms_col2_col2_6633 > .cms_part:nth-child(1) > .cms_team_member > .box, .cms_section_full_width .full_content .cms_col2_col2_6633 > .cms_part:nth-child(1) > .cms_text, .cms_section_full_width .full_content .cms_col2_col2_6633 > .cms_part:nth-child(1) > .cms_thumbnails, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(3) > .cms_accordion, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(3) > .cms_blog_article, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(3) > .cms_box, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(3) > .cms_button, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(3) > .cms_contact_form, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(3) > .cms_mortgage_form, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(3) > .cms_object, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(3) > .cms_objects_filter, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(3) > .cms_objects_list, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(3) > .cms_team_member > .box, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(3) > .cms_text, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(3) > .cms_thumbnails, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(2) > .cms_accordion, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(2) > .cms_blog_article, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(2) > .cms_box, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(2) > .cms_button, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(2) > .cms_contact_form, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(2) > .cms_mortgage_form, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(2) > .cms_object, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(2) > .cms_objects_filter, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(2) > .cms_objects_list, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(2) > .cms_team_member > .box, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(2) > .cms_text, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(2) > .cms_thumbnails, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(1) > .cms_accordion, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(1) > .cms_blog_article, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(1) > .cms_box, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(1) > .cms_button, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(1) > .cms_contact_form, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(1) > .cms_mortgage_form, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(1) > .cms_object, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(1) > .cms_objects_filter, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(1) > .cms_objects_list, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(1) > .cms_team_member > .box, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(1) > .cms_text, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(1) > .cms_thumbnails {
    margin-left: 30px;
    margin-right: 30px;
  }
  .cms_section_full_width .full_content .cms_col2_col2_2575 > .cms_part:nth-child(2) > .cms_map .map_canvas, .cms_section_full_width .full_content .cms_col2_col2_2575 > .cms_part:nth-child(2) > .cms_picture img, .cms_section_full_width .full_content .cms_col2_col2_7525 > .cms_part:nth-child(1) > .cms_map .map_canvas, .cms_section_full_width .full_content .cms_col2_col2_7525 > .cms_part:nth-child(1) > .cms_picture img, .cms_section_full_width .full_content .cms_col2_col2_3366 > .cms_part:nth-child(2) > .cms_map .map_canvas, .cms_section_full_width .full_content .cms_col2_col2_3366 > .cms_part:nth-child(2) > .cms_picture img, .cms_section_full_width .full_content .cms_col2_col2_6633 > .cms_part:nth-child(1) > .cms_map .map_canvas, .cms_section_full_width .full_content .cms_col2_col2_6633 > .cms_part:nth-child(1) > .cms_picture img, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(3) > .cms_map .map_canvas, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(3) > .cms_picture img, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(2) > .cms_map .map_canvas, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(2) > .cms_picture img, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(1) > .cms_map .map_canvas, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(1) > .cms_picture img {
    border-left-width: 0;
    border-right-width: 0;
  }
  .cms_section_full_width .full_content .cms_col4 > .cms_part:nth-child(2n+1) > *.cms_accordion, .cms_section_full_width .full_content .cms_col4 > .cms_part:nth-child(2n+1) > *.cms_blog_article, .cms_section_full_width .full_content .cms_col4 > .cms_part:nth-child(2n+1) > *.cms_box, .cms_section_full_width .full_content .cms_col4 > .cms_part:nth-child(2n+1) > *.cms_button, .cms_section_full_width .full_content .cms_col4 > .cms_part:nth-child(2n+1) > *.cms_contact_form, .cms_section_full_width .full_content .cms_col4 > .cms_part:nth-child(2n+1) > *.cms_mortgage_form, .cms_section_full_width .full_content .cms_col4 > .cms_part:nth-child(2n+1) > *.cms_object, .cms_section_full_width .full_content .cms_col4 > .cms_part:nth-child(2n+1) > *.cms_objects_filter, .cms_section_full_width .full_content .cms_col4 > .cms_part:nth-child(2n+1) > *.cms_objects_list, .cms_section_full_width .full_content .cms_col4 > .cms_part:nth-child(2n+1) > *.cms_team_member > .box, .cms_section_full_width .full_content .cms_col4 > .cms_part:nth-child(2n+1) > *.cms_text, .cms_section_full_width .full_content .cms_col4 > .cms_part:nth-child(2n+1) > *.cms_thumbnails, .cms_section_full_width .full_content .cms_col2_col2_3366 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_accordion, .cms_section_full_width .full_content .cms_col2_col2_3366 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_blog_article, .cms_section_full_width .full_content .cms_col2_col2_3366 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_box, .cms_section_full_width .full_content .cms_col2_col2_3366 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_button, .cms_section_full_width .full_content .cms_col2_col2_3366 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_contact_form, .cms_section_full_width .full_content .cms_col2_col2_3366 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_mortgage_form, .cms_section_full_width .full_content .cms_col2_col2_3366 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_object, .cms_section_full_width .full_content .cms_col2_col2_3366 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_objects_filter, .cms_section_full_width .full_content .cms_col2_col2_3366 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_objects_list, .cms_section_full_width .full_content .cms_col2_col2_3366 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_team_member > .box, .cms_section_full_width .full_content .cms_col2_col2_3366 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_text, .cms_section_full_width .full_content .cms_col2_col2_3366 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_thumbnails, .cms_section_full_width .full_content .cms_col2_col2_6633 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_accordion, .cms_section_full_width .full_content .cms_col2_col2_6633 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_blog_article, .cms_section_full_width .full_content .cms_col2_col2_6633 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_box, .cms_section_full_width .full_content .cms_col2_col2_6633 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_button, .cms_section_full_width .full_content .cms_col2_col2_6633 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_contact_form, .cms_section_full_width .full_content .cms_col2_col2_6633 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_mortgage_form, .cms_section_full_width .full_content .cms_col2_col2_6633 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_object, .cms_section_full_width .full_content .cms_col2_col2_6633 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_objects_filter, .cms_section_full_width .full_content .cms_col2_col2_6633 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_objects_list, .cms_section_full_width .full_content .cms_col2_col2_6633 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_team_member > .box, .cms_section_full_width .full_content .cms_col2_col2_6633 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_text, .cms_section_full_width .full_content .cms_col2_col2_6633 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_thumbnails, .cms_section_full_width .full_content .cms_col2_col2_2575 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_accordion, .cms_section_full_width .full_content .cms_col2_col2_2575 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_blog_article, .cms_section_full_width .full_content .cms_col2_col2_2575 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_box, .cms_section_full_width .full_content .cms_col2_col2_2575 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_button, .cms_section_full_width .full_content .cms_col2_col2_2575 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_contact_form, .cms_section_full_width .full_content .cms_col2_col2_2575 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_mortgage_form, .cms_section_full_width .full_content .cms_col2_col2_2575 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_object, .cms_section_full_width .full_content .cms_col2_col2_2575 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_objects_filter, .cms_section_full_width .full_content .cms_col2_col2_2575 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_objects_list, .cms_section_full_width .full_content .cms_col2_col2_2575 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_team_member > .box, .cms_section_full_width .full_content .cms_col2_col2_2575 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_text, .cms_section_full_width .full_content .cms_col2_col2_2575 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_thumbnails, .cms_section_full_width .full_content .cms_col2_col2_7525 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_accordion, .cms_section_full_width .full_content .cms_col2_col2_7525 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_blog_article, .cms_section_full_width .full_content .cms_col2_col2_7525 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_box, .cms_section_full_width .full_content .cms_col2_col2_7525 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_button, .cms_section_full_width .full_content .cms_col2_col2_7525 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_contact_form, .cms_section_full_width .full_content .cms_col2_col2_7525 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_mortgage_form, .cms_section_full_width .full_content .cms_col2_col2_7525 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_object, .cms_section_full_width .full_content .cms_col2_col2_7525 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_objects_filter, .cms_section_full_width .full_content .cms_col2_col2_7525 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_objects_list, .cms_section_full_width .full_content .cms_col2_col2_7525 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_team_member > .box, .cms_section_full_width .full_content .cms_col2_col2_7525 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_text, .cms_section_full_width .full_content .cms_col2_col2_7525 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_thumbnails, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_accordion, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_blog_article, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_box, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_button, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_contact_form, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_mortgage_form, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_object, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_objects_filter, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_objects_list, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_team_member > .box, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_text, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_thumbnails, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_accordion, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_blog_article, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_box, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_button, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_contact_form, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_mortgage_form, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_object, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_objects_filter, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_objects_list, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_team_member > .box, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_text, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_thumbnails, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_accordion, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_blog_article, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_box, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_button, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_contact_form, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_mortgage_form, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_object, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_objects_filter, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_objects_list, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_team_member > .box, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_text, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_thumbnails, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(3):nth-child(2n+1) > *.cms_accordion, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(3):nth-child(2n+1) > *.cms_blog_article, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(3):nth-child(2n+1) > *.cms_box, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(3):nth-child(2n+1) > *.cms_button, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(3):nth-child(2n+1) > *.cms_contact_form, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(3):nth-child(2n+1) > *.cms_mortgage_form, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(3):nth-child(2n+1) > *.cms_object, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(3):nth-child(2n+1) > *.cms_objects_filter, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(3):nth-child(2n+1) > *.cms_objects_list, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(3):nth-child(2n+1) > *.cms_team_member > .box, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(3):nth-child(2n+1) > *.cms_text, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(3):nth-child(2n+1) > *.cms_thumbnails, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_accordion, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_blog_article, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_box, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_button, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_contact_form, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_mortgage_form, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_object, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_objects_filter, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_objects_list, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_team_member > .box, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_text, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_thumbnails, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(3):nth-child(2n+1) > *.cms_accordion, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(3):nth-child(2n+1) > *.cms_blog_article, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(3):nth-child(2n+1) > *.cms_box, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(3):nth-child(2n+1) > *.cms_button, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(3):nth-child(2n+1) > *.cms_contact_form, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(3):nth-child(2n+1) > *.cms_mortgage_form, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(3):nth-child(2n+1) > *.cms_object, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(3):nth-child(2n+1) > *.cms_objects_filter, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(3):nth-child(2n+1) > *.cms_objects_list, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(3):nth-child(2n+1) > *.cms_team_member > .box, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(3):nth-child(2n+1) > *.cms_text, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(3):nth-child(2n+1) > *.cms_thumbnails, .cms_section_full_width .full_content .cms_col3_col3_333333 > .cms_part:nth-child(2n+1) > *.cms_accordion, .cms_section_full_width .full_content .cms_col3_col3_333333 > .cms_part:nth-child(2n+1) > *.cms_blog_article, .cms_section_full_width .full_content .cms_col3_col3_333333 > .cms_part:nth-child(2n+1) > *.cms_box, .cms_section_full_width .full_content .cms_col3_col3_333333 > .cms_part:nth-child(2n+1) > *.cms_button, .cms_section_full_width .full_content .cms_col3_col3_333333 > .cms_part:nth-child(2n+1) > *.cms_contact_form, .cms_section_full_width .full_content .cms_col3_col3_333333 > .cms_part:nth-child(2n+1) > *.cms_mortgage_form, .cms_section_full_width .full_content .cms_col3_col3_333333 > .cms_part:nth-child(2n+1) > *.cms_object, .cms_section_full_width .full_content .cms_col3_col3_333333 > .cms_part:nth-child(2n+1) > *.cms_objects_filter, .cms_section_full_width .full_content .cms_col3_col3_333333 > .cms_part:nth-child(2n+1) > *.cms_objects_list, .cms_section_full_width .full_content .cms_col3_col3_333333 > .cms_part:nth-child(2n+1) > *.cms_team_member > .box, .cms_section_full_width .full_content .cms_col3_col3_333333 > .cms_part:nth-child(2n+1) > *.cms_text, .cms_section_full_width .full_content .cms_col3_col3_333333 > .cms_part:nth-child(2n+1) > *.cms_thumbnails {
    margin-left: 30px;
  }
  .cms_section_full_width .full_content .cms_col4 > .cms_part:nth-child(2n+1) > *.cms_map .map_canvas, .cms_section_full_width .full_content .cms_col4 > .cms_part:nth-child(2n+1) > *.cms_picture img, .cms_section_full_width .full_content .cms_col2_col2_3366 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_map .map_canvas, .cms_section_full_width .full_content .cms_col2_col2_3366 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_picture img, .cms_section_full_width .full_content .cms_col2_col2_6633 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_map .map_canvas, .cms_section_full_width .full_content .cms_col2_col2_6633 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_picture img, .cms_section_full_width .full_content .cms_col2_col2_2575 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_map .map_canvas, .cms_section_full_width .full_content .cms_col2_col2_2575 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_picture img, .cms_section_full_width .full_content .cms_col2_col2_7525 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_map .map_canvas, .cms_section_full_width .full_content .cms_col2_col2_7525 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_picture img, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_map .map_canvas, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_picture img, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_map .map_canvas, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_picture img, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_map .map_canvas, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_picture img, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(3):nth-child(2n+1) > *.cms_map .map_canvas, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(3):nth-child(2n+1) > *.cms_picture img, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_map .map_canvas, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_picture img, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(3):nth-child(2n+1) > *.cms_map .map_canvas, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(3):nth-child(2n+1) > *.cms_picture img, .cms_section_full_width .full_content .cms_col3_col3_333333 > .cms_part:nth-child(2n+1) > *.cms_map .map_canvas, .cms_section_full_width .full_content .cms_col3_col3_333333 > .cms_part:nth-child(2n+1) > *.cms_picture img {
    border-left-width: 0;
  }
  .cms_section_full_width .full_content .cms_col4 > .cms_part:nth-child(2n) > *.cms_accordion, .cms_section_full_width .full_content .cms_col4 > .cms_part:nth-child(2n) > *.cms_blog_article, .cms_section_full_width .full_content .cms_col4 > .cms_part:nth-child(2n) > *.cms_box, .cms_section_full_width .full_content .cms_col4 > .cms_part:nth-child(2n) > *.cms_button, .cms_section_full_width .full_content .cms_col4 > .cms_part:nth-child(2n) > *.cms_contact_form, .cms_section_full_width .full_content .cms_col4 > .cms_part:nth-child(2n) > *.cms_mortgage_form, .cms_section_full_width .full_content .cms_col4 > .cms_part:nth-child(2n) > *.cms_object, .cms_section_full_width .full_content .cms_col4 > .cms_part:nth-child(2n) > *.cms_objects_filter, .cms_section_full_width .full_content .cms_col4 > .cms_part:nth-child(2n) > *.cms_objects_list, .cms_section_full_width .full_content .cms_col4 > .cms_part:nth-child(2n) > *.cms_team_member > .box, .cms_section_full_width .full_content .cms_col4 > .cms_part:nth-child(2n) > *.cms_text, .cms_section_full_width .full_content .cms_col4 > .cms_part:nth-child(2n) > *.cms_thumbnails, .cms_section_full_width .full_content .cms_col2_col2_3366 > .cms_part:nth-child(1):nth-child(2n) > *.cms_accordion, .cms_section_full_width .full_content .cms_col2_col2_3366 > .cms_part:nth-child(1):nth-child(2n) > *.cms_blog_article, .cms_section_full_width .full_content .cms_col2_col2_3366 > .cms_part:nth-child(1):nth-child(2n) > *.cms_box, .cms_section_full_width .full_content .cms_col2_col2_3366 > .cms_part:nth-child(1):nth-child(2n) > *.cms_button, .cms_section_full_width .full_content .cms_col2_col2_3366 > .cms_part:nth-child(1):nth-child(2n) > *.cms_contact_form, .cms_section_full_width .full_content .cms_col2_col2_3366 > .cms_part:nth-child(1):nth-child(2n) > *.cms_mortgage_form, .cms_section_full_width .full_content .cms_col2_col2_3366 > .cms_part:nth-child(1):nth-child(2n) > *.cms_object, .cms_section_full_width .full_content .cms_col2_col2_3366 > .cms_part:nth-child(1):nth-child(2n) > *.cms_objects_filter, .cms_section_full_width .full_content .cms_col2_col2_3366 > .cms_part:nth-child(1):nth-child(2n) > *.cms_objects_list, .cms_section_full_width .full_content .cms_col2_col2_3366 > .cms_part:nth-child(1):nth-child(2n) > *.cms_team_member > .box, .cms_section_full_width .full_content .cms_col2_col2_3366 > .cms_part:nth-child(1):nth-child(2n) > *.cms_text, .cms_section_full_width .full_content .cms_col2_col2_3366 > .cms_part:nth-child(1):nth-child(2n) > *.cms_thumbnails, .cms_section_full_width .full_content .cms_col2_col2_6633 > .cms_part:nth-child(2):nth-child(2n) > *.cms_accordion, .cms_section_full_width .full_content .cms_col2_col2_6633 > .cms_part:nth-child(2):nth-child(2n) > *.cms_blog_article, .cms_section_full_width .full_content .cms_col2_col2_6633 > .cms_part:nth-child(2):nth-child(2n) > *.cms_box, .cms_section_full_width .full_content .cms_col2_col2_6633 > .cms_part:nth-child(2):nth-child(2n) > *.cms_button, .cms_section_full_width .full_content .cms_col2_col2_6633 > .cms_part:nth-child(2):nth-child(2n) > *.cms_contact_form, .cms_section_full_width .full_content .cms_col2_col2_6633 > .cms_part:nth-child(2):nth-child(2n) > *.cms_mortgage_form, .cms_section_full_width .full_content .cms_col2_col2_6633 > .cms_part:nth-child(2):nth-child(2n) > *.cms_object, .cms_section_full_width .full_content .cms_col2_col2_6633 > .cms_part:nth-child(2):nth-child(2n) > *.cms_objects_filter, .cms_section_full_width .full_content .cms_col2_col2_6633 > .cms_part:nth-child(2):nth-child(2n) > *.cms_objects_list, .cms_section_full_width .full_content .cms_col2_col2_6633 > .cms_part:nth-child(2):nth-child(2n) > *.cms_team_member > .box, .cms_section_full_width .full_content .cms_col2_col2_6633 > .cms_part:nth-child(2):nth-child(2n) > *.cms_text, .cms_section_full_width .full_content .cms_col2_col2_6633 > .cms_part:nth-child(2):nth-child(2n) > *.cms_thumbnails, .cms_section_full_width .full_content .cms_col2_col2_2575 > .cms_part:nth-child(1):nth-child(2n) > *.cms_accordion, .cms_section_full_width .full_content .cms_col2_col2_2575 > .cms_part:nth-child(1):nth-child(2n) > *.cms_blog_article, .cms_section_full_width .full_content .cms_col2_col2_2575 > .cms_part:nth-child(1):nth-child(2n) > *.cms_box, .cms_section_full_width .full_content .cms_col2_col2_2575 > .cms_part:nth-child(1):nth-child(2n) > *.cms_button, .cms_section_full_width .full_content .cms_col2_col2_2575 > .cms_part:nth-child(1):nth-child(2n) > *.cms_contact_form, .cms_section_full_width .full_content .cms_col2_col2_2575 > .cms_part:nth-child(1):nth-child(2n) > *.cms_mortgage_form, .cms_section_full_width .full_content .cms_col2_col2_2575 > .cms_part:nth-child(1):nth-child(2n) > *.cms_object, .cms_section_full_width .full_content .cms_col2_col2_2575 > .cms_part:nth-child(1):nth-child(2n) > *.cms_objects_filter, .cms_section_full_width .full_content .cms_col2_col2_2575 > .cms_part:nth-child(1):nth-child(2n) > *.cms_objects_list, .cms_section_full_width .full_content .cms_col2_col2_2575 > .cms_part:nth-child(1):nth-child(2n) > *.cms_team_member > .box, .cms_section_full_width .full_content .cms_col2_col2_2575 > .cms_part:nth-child(1):nth-child(2n) > *.cms_text, .cms_section_full_width .full_content .cms_col2_col2_2575 > .cms_part:nth-child(1):nth-child(2n) > *.cms_thumbnails, .cms_section_full_width .full_content .cms_col2_col2_7525 > .cms_part:nth-child(2):nth-child(2n) > *.cms_accordion, .cms_section_full_width .full_content .cms_col2_col2_7525 > .cms_part:nth-child(2):nth-child(2n) > *.cms_blog_article, .cms_section_full_width .full_content .cms_col2_col2_7525 > .cms_part:nth-child(2):nth-child(2n) > *.cms_box, .cms_section_full_width .full_content .cms_col2_col2_7525 > .cms_part:nth-child(2):nth-child(2n) > *.cms_button, .cms_section_full_width .full_content .cms_col2_col2_7525 > .cms_part:nth-child(2):nth-child(2n) > *.cms_contact_form, .cms_section_full_width .full_content .cms_col2_col2_7525 > .cms_part:nth-child(2):nth-child(2n) > *.cms_mortgage_form, .cms_section_full_width .full_content .cms_col2_col2_7525 > .cms_part:nth-child(2):nth-child(2n) > *.cms_object, .cms_section_full_width .full_content .cms_col2_col2_7525 > .cms_part:nth-child(2):nth-child(2n) > *.cms_objects_filter, .cms_section_full_width .full_content .cms_col2_col2_7525 > .cms_part:nth-child(2):nth-child(2n) > *.cms_objects_list, .cms_section_full_width .full_content .cms_col2_col2_7525 > .cms_part:nth-child(2):nth-child(2n) > *.cms_team_member > .box, .cms_section_full_width .full_content .cms_col2_col2_7525 > .cms_part:nth-child(2):nth-child(2n) > *.cms_text, .cms_section_full_width .full_content .cms_col2_col2_7525 > .cms_part:nth-child(2):nth-child(2n) > *.cms_thumbnails, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(1):nth-child(2n) > *.cms_accordion, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(1):nth-child(2n) > *.cms_blog_article, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(1):nth-child(2n) > *.cms_box, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(1):nth-child(2n) > *.cms_button, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(1):nth-child(2n) > *.cms_contact_form, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(1):nth-child(2n) > *.cms_mortgage_form, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(1):nth-child(2n) > *.cms_object, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(1):nth-child(2n) > *.cms_objects_filter, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(1):nth-child(2n) > *.cms_objects_list, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(1):nth-child(2n) > *.cms_team_member > .box, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(1):nth-child(2n) > *.cms_text, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(1):nth-child(2n) > *.cms_thumbnails, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(2):nth-child(2n) > *.cms_accordion, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(2):nth-child(2n) > *.cms_blog_article, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(2):nth-child(2n) > *.cms_box, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(2):nth-child(2n) > *.cms_button, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(2):nth-child(2n) > *.cms_contact_form, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(2):nth-child(2n) > *.cms_mortgage_form, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(2):nth-child(2n) > *.cms_object, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(2):nth-child(2n) > *.cms_objects_filter, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(2):nth-child(2n) > *.cms_objects_list, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(2):nth-child(2n) > *.cms_team_member > .box, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(2):nth-child(2n) > *.cms_text, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(2):nth-child(2n) > *.cms_thumbnails, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(1):nth-child(2n) > *.cms_accordion, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(1):nth-child(2n) > *.cms_blog_article, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(1):nth-child(2n) > *.cms_box, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(1):nth-child(2n) > *.cms_button, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(1):nth-child(2n) > *.cms_contact_form, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(1):nth-child(2n) > *.cms_mortgage_form, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(1):nth-child(2n) > *.cms_object, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(1):nth-child(2n) > *.cms_objects_filter, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(1):nth-child(2n) > *.cms_objects_list, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(1):nth-child(2n) > *.cms_team_member > .box, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(1):nth-child(2n) > *.cms_text, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(1):nth-child(2n) > *.cms_thumbnails, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(3):nth-child(2n) > *.cms_accordion, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(3):nth-child(2n) > *.cms_blog_article, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(3):nth-child(2n) > *.cms_box, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(3):nth-child(2n) > *.cms_button, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(3):nth-child(2n) > *.cms_contact_form, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(3):nth-child(2n) > *.cms_mortgage_form, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(3):nth-child(2n) > *.cms_object, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(3):nth-child(2n) > *.cms_objects_filter, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(3):nth-child(2n) > *.cms_objects_list, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(3):nth-child(2n) > *.cms_team_member > .box, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(3):nth-child(2n) > *.cms_text, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(3):nth-child(2n) > *.cms_thumbnails, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(2):nth-child(2n) > *.cms_accordion, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(2):nth-child(2n) > *.cms_blog_article, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(2):nth-child(2n) > *.cms_box, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(2):nth-child(2n) > *.cms_button, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(2):nth-child(2n) > *.cms_contact_form, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(2):nth-child(2n) > *.cms_mortgage_form, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(2):nth-child(2n) > *.cms_object, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(2):nth-child(2n) > *.cms_objects_filter, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(2):nth-child(2n) > *.cms_objects_list, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(2):nth-child(2n) > *.cms_team_member > .box, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(2):nth-child(2n) > *.cms_text, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(2):nth-child(2n) > *.cms_thumbnails, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(3):nth-child(2n) > *.cms_accordion, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(3):nth-child(2n) > *.cms_blog_article, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(3):nth-child(2n) > *.cms_box, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(3):nth-child(2n) > *.cms_button, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(3):nth-child(2n) > *.cms_contact_form, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(3):nth-child(2n) > *.cms_mortgage_form, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(3):nth-child(2n) > *.cms_object, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(3):nth-child(2n) > *.cms_objects_filter, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(3):nth-child(2n) > *.cms_objects_list, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(3):nth-child(2n) > *.cms_team_member > .box, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(3):nth-child(2n) > *.cms_text, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(3):nth-child(2n) > *.cms_thumbnails, .cms_section_full_width .full_content .cms_col3_col3_333333 > .cms_part:nth-child(2n) > *.cms_accordion, .cms_section_full_width .full_content .cms_col3_col3_333333 > .cms_part:nth-child(2n) > *.cms_blog_article, .cms_section_full_width .full_content .cms_col3_col3_333333 > .cms_part:nth-child(2n) > *.cms_box, .cms_section_full_width .full_content .cms_col3_col3_333333 > .cms_part:nth-child(2n) > *.cms_button, .cms_section_full_width .full_content .cms_col3_col3_333333 > .cms_part:nth-child(2n) > *.cms_contact_form, .cms_section_full_width .full_content .cms_col3_col3_333333 > .cms_part:nth-child(2n) > *.cms_mortgage_form, .cms_section_full_width .full_content .cms_col3_col3_333333 > .cms_part:nth-child(2n) > *.cms_object, .cms_section_full_width .full_content .cms_col3_col3_333333 > .cms_part:nth-child(2n) > *.cms_objects_filter, .cms_section_full_width .full_content .cms_col3_col3_333333 > .cms_part:nth-child(2n) > *.cms_objects_list, .cms_section_full_width .full_content .cms_col3_col3_333333 > .cms_part:nth-child(2n) > *.cms_team_member > .box, .cms_section_full_width .full_content .cms_col3_col3_333333 > .cms_part:nth-child(2n) > *.cms_text, .cms_section_full_width .full_content .cms_col3_col3_333333 > .cms_part:nth-child(2n) > *.cms_thumbnails {
    margin-right: 30px;
  }
  .cms_section_full_width .full_content .cms_col4 > .cms_part:nth-child(2n) > *.cms_map .map_canvas, .cms_section_full_width .full_content .cms_col4 > .cms_part:nth-child(2n) > *.cms_picture img, .cms_section_full_width .full_content .cms_col2_col2_3366 > .cms_part:nth-child(1):nth-child(2n) > *.cms_map .map_canvas, .cms_section_full_width .full_content .cms_col2_col2_3366 > .cms_part:nth-child(1):nth-child(2n) > *.cms_picture img, .cms_section_full_width .full_content .cms_col2_col2_6633 > .cms_part:nth-child(2):nth-child(2n) > *.cms_map .map_canvas, .cms_section_full_width .full_content .cms_col2_col2_6633 > .cms_part:nth-child(2):nth-child(2n) > *.cms_picture img, .cms_section_full_width .full_content .cms_col2_col2_2575 > .cms_part:nth-child(1):nth-child(2n) > *.cms_map .map_canvas, .cms_section_full_width .full_content .cms_col2_col2_2575 > .cms_part:nth-child(1):nth-child(2n) > *.cms_picture img, .cms_section_full_width .full_content .cms_col2_col2_7525 > .cms_part:nth-child(2):nth-child(2n) > *.cms_map .map_canvas, .cms_section_full_width .full_content .cms_col2_col2_7525 > .cms_part:nth-child(2):nth-child(2n) > *.cms_picture img, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(1):nth-child(2n) > *.cms_map .map_canvas, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(1):nth-child(2n) > *.cms_picture img, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(2):nth-child(2n) > *.cms_map .map_canvas, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(2):nth-child(2n) > *.cms_picture img, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(1):nth-child(2n) > *.cms_map .map_canvas, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(1):nth-child(2n) > *.cms_picture img, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(3):nth-child(2n) > *.cms_map .map_canvas, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(3):nth-child(2n) > *.cms_picture img, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(2):nth-child(2n) > *.cms_map .map_canvas, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(2):nth-child(2n) > *.cms_picture img, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(3):nth-child(2n) > *.cms_map .map_canvas, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(3):nth-child(2n) > *.cms_picture img, .cms_section_full_width .full_content .cms_col3_col3_333333 > .cms_part:nth-child(2n) > *.cms_map .map_canvas, .cms_section_full_width .full_content .cms_col3_col3_333333 > .cms_part:nth-child(2n) > *.cms_picture img {
    border-right-width: 0;
  }
  .button, input, input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="number"], input[type="date"], input[type="time"], input[type="url"], textarea, select, .multiselect, .input {
    font-size: 16px;
  }
  .owner_objects_list .box_object_owner .box_body .price {
    position: static;
  }
  #logo .logo {
    max-width: 250px;
    max-height: 10vh;
  }
  .digirent_container section.header .inner_content .header_welcome, .digirent_container section.header .inner_content .messages, .digirent_container section.header .inner_content .header_actions {
    padding: 0;
    width: 100%;
  }
  .digirent_container section.header .inner_content .header_welcome p, .digirent_container section.header .inner_content .messages p, .digirent_container section.header .inner_content .header_actions p {
    font-size: 1em;
  }
  .digirent_container section.header .inner_content .header_welcome .box_object_item, .digirent_container section.header .inner_content .messages .box_object_item, .digirent_container section.header .inner_content .header_actions .box_object_item {
    display: none;
  }
  .digirent_container section.header .inner_content .header_welcome .button, .digirent_container section.header .inner_content .messages .button, .digirent_container section.header .inner_content .header_actions .button {
    width: 100%;
    text-align: center;
  }
  .digirent_container section.header .inner_content .header_welcome .header_object .header_object_link, .digirent_container section.header .inner_content .messages .header_object .header_object_link, .digirent_container section.header .inner_content .header_actions .header_object .header_object_link {
    display: block;
  }
  .digirent_container section.header .inner_content .button_digirent_qrcode {
    display: none;
  }
  #steps, .steps {
    padding: 0;
  }
  #steps .inner_content, .steps .inner_content {
    width: 100%;
  }
  #steps.steps_top .digirent_steps .digirent_step.active ~ .digirent_step, .steps.steps_top .digirent_steps .digirent_step.active ~ .digirent_step {
    display: none;
  }
  #steps.steps_bottom, .steps.steps_bottom {
    display: block;
  }
  #steps.steps_bottom .digirent_steps .digirent_step, .steps.steps_bottom .digirent_steps .digirent_step {
    display: none;
  }
  #steps.steps_bottom .digirent_steps .digirent_step.active ~ .digirent_step, .steps.steps_bottom .digirent_steps .digirent_step.active ~ .digirent_step {
    display: flex;
  }
  #steps .digirent_steps, .steps .digirent_steps {
    flex-wrap: wrap;
    margin: 0;
  }
  #steps .digirent_steps .digirent_step, .steps .digirent_steps .digirent_step {
    clip-path: none;
    width: 100% !important;
    padding: 10px 20px !important;
    margin-left: 0;
    font-size: 1.4em;
    flex-direction: initial;
    justify-content: space-between;
    border: 0;
    border-top: 1px solid #005681;
    align-items: center;
    clip-path: none !important;
  }
  #steps .digirent_steps .digirent_step .digirent_step_icon, .steps .digirent_steps .digirent_step .digirent_step_icon {
    order: 2;
  }
  #steps .digirent_steps .digirent_step svg, .steps .digirent_steps .digirent_step svg {
    height: 40px;
    margin-right: 20px;
  }
  #steps .digirent_steps .digirent_step:last-child, .steps .digirent_steps .digirent_step:last-child {
    border-bottom: 1px solid #005681;
  }
  #steps .digirent_steps .digirent_step::after, .steps .digirent_steps .digirent_step::after {
    content: none;
  }
  .dropzone {
    min-height: auto;
    margin-bottom: 1em;
  }
  .dropzone .dz-preview {
    padding: 10px 0;
  }
  .form_validation .button, .form_validation button, .login_popup_forgot_content .button, .login_popup_forgot_content button {
    width: 100%;
    margin-right: 0;
  }
  .cms_slider[data-nb-slides="3"].no_slider > *, .cms_slider[data-nb-slides="3"] > .swiper-container > .swiper > .swiper-wrapper > *, .cms_slider[data-nb-slides="4"].no_slider > *, .cms_slider[data-nb-slides="4"] > .swiper-container > .swiper > .swiper-wrapper > *, .cms_slider[data-nb-slides="5"].no_slider > *, .cms_slider[data-nb-slides="5"] > .swiper-container > .swiper > .swiper-wrapper > * {
    width: calc(50% - 15px);
  }
  .dataroom_wrapper .path {
    margin-bottom: 20px;
    width: 100%;
  }
  .dataroom_wrapper .buttons_box {
    flex-wrap: wrap;
  }
  .cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_group > * {
    width: 50%;
  }
  .cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_group > *.filter_part_price {
    width: 100%;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
  #global .cms_column .cms_object_visit_code .results_wrapper .results .box_object_reduced_item .box_inner {
    flex-direction: column;
  }
  #global .cms_column .cms_object_visit_code .results_wrapper .results .box_object_reduced_item .box_inner .box_picture, #global .cms_column .cms_object_visit_code .results_wrapper .results .box_object_reduced_item .box_inner img, #global .cms_column .cms_object_visit_code .results_wrapper .results .box_object_reduced_item .box_inner .swiper-container, #global .cms_column .cms_object_visit_code .results_wrapper .results .box_object_reduced_item .box_inner .box_picture_parent {
    width: 100%;
  }
  #global .cms_column .cms_object_visit_code .results_wrapper .results .box_object_reduced_item .box_inner .box_infos {
    width: 100%;
  }
  #global .cms_section > .inner_content > .cms_object_visit_code .object_visit_code_forms_wrapper .cms_col2 {
    flex-direction: column;
    gap: 30px 0;
  }
  #global .cms_section > .inner_content > .cms_object_visit_code .object_visit_code_forms_wrapper .cms_col2 .cms_column:nth-child(1), #global .cms_section > .inner_content > .cms_object_visit_code .object_visit_code_forms_wrapper .cms_col2 .cms_column:nth-child(2) {
    width: 100%;
  }
  #global .cms_section > .inner_content > .cms_object_visit_code .results_wrapper .results .box_object_reduced_item .box_inner .box_infos {
    flex-direction: row;
  }
  #global .cms_section > .inner_content > .cms_object_visit_code .results_wrapper .results .box_object_reduced_item .box_inner .box_infos .right, #global .cms_section > .inner_content > .cms_object_visit_code .results_wrapper .results .box_object_reduced_item .box_inner .box_infos .left {
    width: calc(50% - 0.5em);
  }
}
/*---------- CSS width less than step5 900px----------*/
@media screen and (max-width: 900px) {
  /*---------- Prospection form ----------*/
  /*---------- Auto Pop-up ----------*/
  .cms_col2_col2_3366 > .cms_part:nth-child(2), .cms_col2_col2_6633 > .cms_part:nth-child(1), .cms_col2_col2_2575 > .cms_part:nth-child(2), .cms_col2_col2_7525 > .cms_part:nth-child(1) {
    width: calc(60% - 10px);
  }
  .cms_col2_col2_3366 > .cms_part:nth-child(1), .cms_col2_col2_6633 > .cms_part:nth-child(2), .cms_col2_col2_2575 > .cms_part:nth-child(1), .cms_col2_col2_7525 > .cms_part:nth-child(2) {
    width: calc(40% - 20px);
  }
  .map_toggle, .search_results_map {
    display: none;
  }
  .search_results_map_only .search_results_map {
    display: block;
  }
  #search_results .search_results_list, [data-search-results] .search_results_list {
    width: 100%;
    border: none;
  }
  .owner_objects_filters .filter_content {
    flex-direction: column;
    align-items: center;
  }
  .owner_objects_filters .filter_items {
    justify-content: center;
    margin-bottom: 0.5em;
  }
  .prospection_form_col {
    grid-template-columns: 1fr;
  }
  #global .messenger .conversation .message .message_box {
    max-width: 80%;
  }
  .mfp-bg.auto-popup ~ .mfp-wrap .cms_cms3_container .cms_section_light .inner_content {
    padding: 0;
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-content .dreamo_login {
    width: 90%;
  }
  #global .cms_object_visit_code .object_visit_code_forms_wrapper .cms_part.cms_col2 {
    gap: 30px 0;
  }
  #global .cms_object_visit_code .object_visit_code_forms_wrapper .cms_part.cms_col2 .cms_column {
    padding: 20px;
    width: 100%;
    margin: 0 !important;
  }
  #global .cms_object_visit_code .object_visit_code_addresses_form .form_col {
    flex-direction: column;
    align-items: center;
  }
}
/*---------- CSS width less than step6  770px ----------*/
@media screen and (max-width: 770px) {
  .cms_col2_col2_2575 > .cms_part:nth-child(1), .cms_col2_col2_2575 > .cms_part:nth-child(2), .cms_col2_col2_7525 > .cms_part:nth-child(1), .cms_col2_col2_7525 > .cms_part:nth-child(2), .cms_col2_col2_3366 > .cms_part:nth-child(1), .cms_col2_col2_3366 > .cms_part:nth-child(2), .cms_col2_col2_6633 > .cms_part:nth-child(1), .cms_col2_col2_6633 > .cms_part:nth-child(2) {
    width: calc(50% - 15px);
  }
  .section_login .login_register_container {
    flex-wrap: wrap;
  }
  .section_login .login_register_container .login_content .box, .section_login .login_register_container .box {
    width: 100%;
    margin: 0 0 2em;
  }
  .section_login .login_register_container .login_popup_register_content, .section_login .login_register_container .login_content {
    width: 100%;
  }
  .dreamo_login {
    flex-direction: column;
    justify-content: center;
  }
  .dreamo_login .text {
    text-align: center;
  }
  .login_box .dreamo_login .button.button_dreamo, #global .dreamo_login .button.button_dreamo, .dreamo_login .button.button_dreamo {
    margin-top: 1em;
  }
  .cms_banner:not(.cms_banner_fullscreen) {
    max-height: none;
    height: auto;
  }
  .cms_banner:not(.cms_banner_fullscreen) .cms_banner_slider {
    max-height: 56.25vw;
    height: 56.25vw;
    margin-bottom: 0;
  }
  .cms_banner:not(.cms_banner_fullscreen) .cms_banner_content {
    position: relative;
    padding: 4vh 0;
  }
  .cms_banner .cms_banner_content > .cms_objects_filter .section_filter, .main_banner .cms_banner_content > .cms_objects_filter .section_filter {
    width: 80%;
  }
  .cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_location_and_radius.wrapper .filter_wrapper, .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_location_and_radius.wrapper .filter_wrapper {
    width: 100%;
  }
  .cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_list, .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_list {
    flex-wrap: wrap;
  }
  .cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_list .filter_part_search_button, .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_list .filter_part_search_button {
    margin: 2em auto 1em;
    justify-content: center;
    width: 100%;
    margin: 0;
  }
  .cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_list .filter_part_search_button button, .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_list .filter_part_search_button button {
    justify-content: center;
    width: auto;
    padding: 0.7em 3em;
  }
  .cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_list .filter_group > *, .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_list .filter_group > * {
    width: 100%;
    border-bottom: 1px solid #ddd;
  }
  .cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_list .filter_group > *.filter_part_additional_buttons, .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_list .filter_group > *.filter_part_additional_buttons {
    border: 0;
  }
  .cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_list .filter_group > *.filter_part_price, .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_list .filter_group > *.filter_part_price {
    border-top: 0;
  }
  .cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_list .filter_group_before, .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_list .filter_group_before {
    position: relative;
    transform: none;
    z-index: 20;
  }
  .cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_list .filter_group_before .filter_part_deal, .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_list .filter_group_before .filter_part_deal {
    width: 100%;
  }
  .cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_list .filter_group_before .filter_part_deal label.multiselect, .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_list .filter_group_before .filter_part_deal label.multiselect {
    display: none;
  }
  .cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_list .filter_group_before .filter_part_deal .multiselect_content .multiselect_item, .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_list .filter_group_before .filter_part_deal .multiselect_content .multiselect_item {
    width: 50%;
  }
  .cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_list .filter_group_before .filter_part_deal .multiselect_content .checkbox .label_text, .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_list .filter_group_before .filter_part_deal .multiselect_content .checkbox .label_text {
    text-align: center;
  }
  #global .cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_list .filter_group_before .filter_part_additional_buttons, #global .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_list .filter_group_before .filter_part_additional_buttons {
    position: absolute;
    bottom: 60px;
    width: 100%;
  }
  #global .cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_list .filter_group_before .filter_part_additional_buttons .filter_part_button, #global .cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_list .filter_group_before .filter_part_additional_buttons button, #global .cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_list .filter_group_before .filter_part_additional_buttons .button, #global .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_list .filter_group_before .filter_part_additional_buttons .filter_part_button, #global .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_list .filter_group_before .filter_part_additional_buttons button, #global .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_list .filter_group_before .filter_part_additional_buttons .button {
    width: 100%;
    box-shadow: none;
    border: 1px;
  }
  .cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_part .filter_wrapper, .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_part .filter_wrapper {
    position: relative;
    transform: none !important;
    left: 0;
  }
  .cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_part .filter_fields > label::after, .main_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_part .filter_fields > label::after {
    top: 35px;
  }
  .cms_banner .cms_banner_content > .cms_objects_filter .section_filter input.filter_display:checked + label + .filter_wrapper, .main_banner .cms_banner_content > .cms_objects_filter .section_filter input.filter_display:checked + label + .filter_wrapper {
    box-shadow: none !important;
  }
  #global .messenger .conversations_pane {
    width: 100%;
  }
  #global .messenger .conversations_pane.hide_mobile {
    display: none;
  }
  #global .messenger .conversations_pane .conversation_item.selected {
    background-color: unset;
  }
  #global .messenger .conversations_pane .conversation_item.selected:hover {
    background-color: #F4F5F9;
  }
  #global .messenger .conversation {
    opacity: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    transition: opacity 0.5s ease;
  }
  #global .messenger .conversation.active {
    opacity: 1;
    width: 100%;
    height: 100%;
  }
  #global .messenger .conversation .messages_header .back_conversations {
    display: flex;
  }
  #global .box_object_reduced_item .box_inner {
    flex-direction: column;
  }
  #global .box_object_reduced_item .box_picture, #global .box_object_reduced_item .img {
    width: 100%;
  }
  #global .box_object_reduced_item .box_infos {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  #global .box_object_reduced_item .box_infos .left, #global .box_object_reduced_item .box_infos .right {
    width: 100%;
  }
  #global .cms_object_visit_code .results_wrapper .results .box_object_reduced_item .box_inner {
    flex-direction: row;
  }
}
@media screen and (max-width: 770px) and (orientation: portrait) {
  /****** DATAROOM ******/
  #maintenance .container #text {
    margin-top: 2vh;
    margin-bottom: 2vh;
  }
  #maintenance .container #image {
    position: relative;
    right: inherit;
    top: inherit;
    width: 100%;
    height: 100%;
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
  }
  #maintenance .container #image svg {
    max-height: 50vh;
    max-width: 50vh;
  }
  .box_object_horizontal_item .box_picture {
    width: 40%;
  }
  .box_object_horizontal_item .box_infos {
    width: 60%;
  }
  .box_object_horizontal_item .box_caracts {
    width: 100%;
  }
  .dataroom_wrapper .dataroom_manage tbody tr td.date .mobile_date {
    display: inline;
  }
  .dataroom_wrapper .dataroom_manage tbody tr td.date .desktop_date {
    display: none;
  }
  .scope_financing_simulation .references_data {
    flex-wrap: wrap;
  }
  .scope_financing_simulation .references_data .mod_datas {
    width: 100%;
    justify-content: flex-start;
  }
  .pdf_pages .pdf_page {
    width: 100%;
    margin-right: 0;
    margin-top: 2em;
  }
}
/*---------- CSS width less than step7  670px ----------*/
@media screen and (max-width: 670px) {
  .cms_col2 > .cms_part.cms_part, .cms_col3 > .cms_part.cms_part, .cms_col4 > .cms_part.cms_part {
    width: 100%;
    margin-bottom: 30px;
  }
  .cms_col3_col3_255025:last-child > .cms_part:nth-child(1), .cms_col3_col3_502525:last-child > .cms_part:nth-child(2), .cms_col4:last-child > .cms_part:nth-child(3) {
    margin-bottom: 30px;
  }
  .cms_col2:last-child > .cms_part.cms_part:last-child, .cms_col3:last-child > .cms_part.cms_part:last-child, .cms_col4:last-child > .cms_part.cms_part:last-child {
    margin-bottom: 0;
  }
  .cms_section_full_width .full_content .cms_col2 > .cms_part.cms_part > .cms_accordion, .cms_section_full_width .full_content .cms_col2 > .cms_part.cms_part > .cms_blog_article, .cms_section_full_width .full_content .cms_col2 > .cms_part.cms_part > .cms_box, .cms_section_full_width .full_content .cms_col2 > .cms_part.cms_part > .cms_button, .cms_section_full_width .full_content .cms_col2 > .cms_part.cms_part > .cms_contact_form, .cms_section_full_width .full_content .cms_col2 > .cms_part.cms_part > .cms_mortgage_form, .cms_section_full_width .full_content .cms_col2 > .cms_part.cms_part > .cms_object, .cms_section_full_width .full_content .cms_col2 > .cms_part.cms_part > .cms_objects_filter, .cms_section_full_width .full_content .cms_col2 > .cms_part.cms_part > .cms_objects_list, .cms_section_full_width .full_content .cms_col2 > .cms_part.cms_part > .cms_team_member > .box, .cms_section_full_width .full_content .cms_col2 > .cms_part.cms_part > .cms_text, .cms_section_full_width .full_content .cms_col2 > .cms_part.cms_part > .cms_thumbnails, .cms_section_full_width .full_content .cms_col3 > .cms_part.cms_part > .cms_accordion, .cms_section_full_width .full_content .cms_col3 > .cms_part.cms_part > .cms_blog_article, .cms_section_full_width .full_content .cms_col3 > .cms_part.cms_part > .cms_box, .cms_section_full_width .full_content .cms_col3 > .cms_part.cms_part > .cms_button, .cms_section_full_width .full_content .cms_col3 > .cms_part.cms_part > .cms_contact_form, .cms_section_full_width .full_content .cms_col3 > .cms_part.cms_part > .cms_mortgage_form, .cms_section_full_width .full_content .cms_col3 > .cms_part.cms_part > .cms_object, .cms_section_full_width .full_content .cms_col3 > .cms_part.cms_part > .cms_objects_filter, .cms_section_full_width .full_content .cms_col3 > .cms_part.cms_part > .cms_objects_list, .cms_section_full_width .full_content .cms_col3 > .cms_part.cms_part > .cms_team_member > .box, .cms_section_full_width .full_content .cms_col3 > .cms_part.cms_part > .cms_text, .cms_section_full_width .full_content .cms_col3 > .cms_part.cms_part > .cms_thumbnails, .cms_section_full_width .full_content .cms_col4 > .cms_part.cms_part > .cms_accordion, .cms_section_full_width .full_content .cms_col4 > .cms_part.cms_part > .cms_blog_article, .cms_section_full_width .full_content .cms_col4 > .cms_part.cms_part > .cms_box, .cms_section_full_width .full_content .cms_col4 > .cms_part.cms_part > .cms_button, .cms_section_full_width .full_content .cms_col4 > .cms_part.cms_part > .cms_contact_form, .cms_section_full_width .full_content .cms_col4 > .cms_part.cms_part > .cms_mortgage_form, .cms_section_full_width .full_content .cms_col4 > .cms_part.cms_part > .cms_object, .cms_section_full_width .full_content .cms_col4 > .cms_part.cms_part > .cms_objects_filter, .cms_section_full_width .full_content .cms_col4 > .cms_part.cms_part > .cms_objects_list, .cms_section_full_width .full_content .cms_col4 > .cms_part.cms_part > .cms_team_member > .box, .cms_section_full_width .full_content .cms_col4 > .cms_part.cms_part > .cms_text, .cms_section_full_width .full_content .cms_col4 > .cms_part.cms_part > .cms_thumbnails {
    margin-left: 30px;
    margin-right: 30px;
  }
  .cms_section_full_width .full_content .cms_col2 > .cms_part.cms_part > .cms_map .map_canvas, .cms_section_full_width .full_content .cms_col2 > .cms_part.cms_part > .cms_picture img, .cms_section_full_width .full_content .cms_col3 > .cms_part.cms_part > .cms_map .map_canvas, .cms_section_full_width .full_content .cms_col3 > .cms_part.cms_part > .cms_picture img, .cms_section_full_width .full_content .cms_col4 > .cms_part.cms_part > .cms_map .map_canvas, .cms_section_full_width .full_content .cms_col4 > .cms_part.cms_part > .cms_picture img {
    border-left-width: 0;
    border-right-width: 0;
  }
  .cms_col3_col3_255025 > .cms_part:nth-child(2) {
    order: 0;
  }
  .project_table .project_table_subobject .picture_slider {
    padding-top: 56.25%;
    position: relative;
  }
  .owner_objects_filters .row, .owner_objects_filters .row .button, .owner_objects_filters .row_button, .owner_objects_filters .row_button .button {
    margin-right: 0;
    width: 100%;
  }
  .owner_objects_filters + .tabs .tab {
    width: 100%;
  }
  .owner_objects_list .box_object_owner .object_preview {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .owner_objects_list .box_object_owner .object_preview .box_picture, .owner_objects_list .box_object_owner .object_preview .box_body {
    width: 100%;
  }
  .owner_objects_list .box_object_owner .object_owner_details table, .owner_objects_list .box_object_owner .object_owner_details ul {
    font-size: 0.8em;
  }
  .owner_objects_list .box_object_owner .object_owner_details .row {
    font-size: 0.9em;
  }
  .owner_objects_list .box_object_owner .object_owner_details .action_item {
    flex-wrap: wrap;
  }
  .owner_objects_list .box_object_owner .object_owner_details .action_item .date {
    width: 100%;
    display: block;
    max-width: 100%;
  }
  .cms_prospection_form .prospection_form_col .form .row {
    margin: 1.2em 0;
    position: relative;
  }
  .cms_prospection_form .prospection_form_col .object_condition .row_multiple .row_group {
    margin-bottom: 0px;
  }
  .cms_prospection_form .form .row.row_multiple .row_group:not(:first-child) {
    margin-left: 0em;
    margin-top: 1.2em;
  }
  .cms_slider .swiper_cms.swiper .swiper-slide {
    height: fit-content;
    max-height: none;
  }
  .cms_slider .swiper-slide .cms_box {
    margin: 0;
  }
  .calendar {
    flex-direction: column;
    align-items: center;
  }
  .calendar .datepicker-here {
    width: 100%;
  }
  .calendar .cal_case_container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .scope_financing_simulation .inline_element3 {
    flex-wrap: wrap;
  }
  .mod_datas, .mod_datas > input, .scope_financing_simulation .inline_element3 > div {
    width: 100%;
  }
  .scope_financing_simulation .inline_element3 > div input {
    margin-left: 0px;
  }
  .project_table_row_responsive.project_table_row_small {
    display: table-row;
  }
  .scope_financing_simulation .detail_financing .inner_content {
    width: calc(100% - 5px - 5px);
  }
  .scope_financing_simulation .detail_financing .inner_content .object_detail_title {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    margin-bottom: 10px;
  }
  .scope_financing_simulation .detail_financing .inner_content .object_detail_title .title h1, .scope_financing_simulation .detail_financing .inner_content .object_detail_title .title h2, .scope_financing_simulation .detail_financing .inner_content .object_detail_title .title h3 {
    text-align: center;
  }
  .scope_financing_simulation .detail_financing .inner_content .back_button a {
    margin-right: auto !important;
  }
  .scope_financing_simulation .financing_box .financing_content .financing_main, .scope_financing_simulation .financing_box .financing_content .financing_cap {
    padding-top: 0;
    padding-bottom: 0;
  }
  .scope_financing_simulation .financing_box .financing_content .financing_main .graph, .scope_financing_simulation .financing_box .financing_content .financing_cap .graph {
    margin: 1rem 0rem;
  }
  .scope_financing_simulation .financing_box .financing_content .financing_main .graph .stack, .scope_financing_simulation .financing_box .financing_content .financing_main .graph .stack_fee_included, .scope_financing_simulation .financing_box .financing_content .financing_cap .graph .stack, .scope_financing_simulation .financing_box .financing_content .financing_cap .graph .stack_fee_included {
    margin-top: 5rem;
  }
  .scope_financing_simulation .financing_box .financing_content .financing_main .graph .msg, .scope_financing_simulation .financing_box .financing_content .financing_cap .graph .msg {
    margin-top: 4rem;
  }
  .scope_financing_simulation .financing_box .financing_content .financing_cap .graph .stack .stack_line_title, .scope_financing_simulation .financing_box .financing_content .financing_cap .graph .stack_fee_included .stack_line_title {
    width: 100%;
  }
  .scope_financing_simulation .financing_box .financing_content .financing_cap .graph .stack .stack_line_infos, .scope_financing_simulation .financing_box .financing_content .financing_cap .graph .stack_fee_included .stack_line_infos {
    width: 0%;
  }
  .scope_financing_simulation .financing_box .financing_content .financing_cap .graph .stack .stack_threshold, .scope_financing_simulation .financing_box .financing_content .financing_cap .graph .stack_fee_included .stack_threshold {
    left: calc(80% - 10px);
    transform: unset;
  }
  .scope_financing_simulation .financing_box .financing_title {
    flex-direction: column;
  }
  .scope_financing_simulation .financing_box .msg {
    flex-direction: column;
    gap: 0.75rem;
    min-height: unset;
    margin-bottom: 4rem;
    margin-top: 30px;
  }
  .scope_financing_simulation .financing_box .msg .msg_icon {
    margin: 0;
    margin-bottom: -10px;
  }
  .scope_financing_simulation .financing_box .acquisition_fees, .scope_financing_simulation .financing_box .transfert_fees, .scope_financing_simulation .financing_box .mortgage_fees {
    margin-left: 1rem;
  }
  .scope_financing_simulation .financing_box input {
    margin-top: 5px;
    width: 100%;
  }
  .scope_financing_simulation .financing_text {
    padding-left: 30px;
    padding-right: 30px;
  }
  .scope_financing_simulation .inline_element2 {
    align-items: start;
    flex-direction: column;
  }
  .scope_financing_simulation .inline_element2 span {
    margin-bottom: 6px;
  }
  .scope_financing_simulation .inline_element2 #fp_input {
    max-width: 90%;
  }
  .scope_financing_simulation .inline_element2 span.add_fa_included {
    text-align: left;
  }
  .scope_financing_simulation .inline_element3 div {
    margin-top: 6px;
  }
  .scope_financing_simulation .inline_element3 div span {
    min-width: 40px;
    margin-right: 10px;
    margin-left: initial;
  }
  .rental_request {
    flex-wrap: wrap;
  }
  .rental_request .rental_request_image, .rental_request .rental_request_content {
    width: 100%;
    margin-right: 0;
  }
  .rental_request .rental_request_image .rental_request_infos, .rental_request .rental_request_content .rental_request_infos {
    flex-wrap: wrap;
    margin: 1em 0 0;
  }
  .rental_request .rental_request_image .rental_request_infos .rental_request_object_infos, .rental_request .rental_request_image .rental_request_infos .rental_request_dossier_infos, .rental_request .rental_request_content .rental_request_infos .rental_request_object_infos, .rental_request .rental_request_content .rental_request_infos .rental_request_dossier_infos {
    width: 100%;
    padding-right: 0;
    margin-bottom: 2em;
  }
  .rental_request .rental_request_image .rental_request_buttons .button, .rental_request .rental_request_content .rental_request_buttons .button {
    width: 100%;
    justify-content: center;
  }
  #global .section_accordion_form h4 {
    margin: 2em 0 0.5em;
  }
  #global .section_accordion_form .form_content {
    padding: 0;
  }
  #global .section_accordion_form .cms_accordion .accordion_title {
    top: 100px;
  }
  #global .section_accordion_form .cms_accordion .accordion_content {
    padding: 5vw;
  }
  #global .section_accordion_form .form_content_button .buttons_box {
    margin-top: 15px;
  }
  #global .section_accordion_form .form_col2 > * {
    width: 100%;
    margin: 0;
  }
  #global .section_accordion_form .animated_form .multiselect_box + label.placeholder {
    white-space: initial;
  }
  #global #global .section_accordion_form .form .row .row_cb .checkbox {
    margin: 1em 0 0.5em;
    width: 100%;
  }
  .digirent_container .buttons_box .button {
    width: 80%;
    display: block;
    margin: 0 auto;
  }
  .digirent_container .actions .buttons_box {
    flex-wrap: wrap;
    width: 100%;
  }
  .digirent_container .actions .buttons_box.add_box .button, .digirent_container .actions .buttons_box .button {
    width: 100%;
  }
  #global .messenger .conversation .messages_body {
    padding: 1em;
  }
  #global .messenger .conversation .message .message_box {
    max-width: 90%;
  }
  #global .messenger form .messenger_form_box .messenger_form_fields {
    justify-content: flex-end;
    flex-wrap: wrap;
  }
  #global .messenger form .messenger_form_box .messenger_form_fields > .row_text {
    width: 100%;
    flex: auto;
    margin-right: 0;
    margin-top: 5px;
  }
  .list_toggle {
    display: none;
  }
  .search_results_list_or_map .list_toggle {
    display: block;
  }
  .search_results_list_and_map.open_map .box_object_horizontal_item .box_picture, .search_results_list_and_map.open_map .box_object_horizontal_item .swiper-container, .search_results_list_and_map.open_map .box_object_horizontal_item .box_infos, .search_results_list_and_map.open_map .box_object_horizontal_item .box_caracts, .objects_style_horizontal .box_picture, .objects_style_horizontal .swiper-container, .objects_style_horizontal .box_infos, .objects_style_horizontal .box_caracts {
    width: 100%;
  }
  .cms_slider[data-nb-slides="2"].no_slider > *, .cms_slider[data-nb-slides="2"] > .swiper-container > .swiper > .swiper-wrapper > *, .cms_slider[data-nb-slides="3"].no_slider > *, .cms_slider[data-nb-slides="3"] > .swiper-container > .swiper > .swiper-wrapper > *, .cms_slider[data-nb-slides="4"].no_slider > *, .cms_slider[data-nb-slides="4"] > .swiper-container > .swiper > .swiper-wrapper > *, .cms_slider[data-nb-slides="5"].no_slider > *, .cms_slider[data-nb-slides="5"] > .swiper-container > .swiper > .swiper-wrapper > * {
    width: 100%;
    margin-right: 0;
  }
  .dataroom_wrapper .dataroom_manage table, .dataroom_wrapper .dataroom_manage tr, .dataroom_wrapper .dataroom_manage td {
    display: block;
    width: 100%;
    text-align: center !important;
    padding: 0.25em 0.25em;
  }
  .dataroom_wrapper .dataroom_manage .folder_list_item {
    padding: 20px 10px;
  }
  .dataroom_wrapper .dataroom_manage tbody tr td, .dataroom_wrapper .dataroom_manage tbody tr td.date, .dataroom_wrapper .dataroom_manage tbody tr td.name {
    text-align: center;
    padding: 0.25em 0.25em;
  }
  .dataroom_wrapper .dataroom_manage tbody tr td.name {
    font-size: 1.3em;
    padding-top: 0.5em;
  }
  .dataroom_wrapper .dataroom_manage tbody tr td.buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding-top: 1.25em;
  }
  .dataroom_wrapper .dataroom_manage tbody tr td.buttons button, .dataroom_wrapper .dataroom_manage tbody tr td.buttons .button {
    width: calc(50% - 50px);
    min-width: 100px;
    justify-content: center;
    margin: 0 10px 10px;
    justify-content: center;
  }
  .infinite_scroll_by_button button {
    width: 100%;
  }
  .animated_form .row_legal_type .radio_options {
    flex-direction: column;
    gap: 0.25em;
  }
  .animated_form .row_legal_type .radio_options > label.checkbox {
    margin-left: 0;
  }
  #global .cms_object_visit_code .results_wrapper .results .box_object_reduced_item .box_inner {
    flex-direction: column;
  }
  #global .cms_object_visit_code .results_wrapper .results .box_object_reduced_item .box_inner img, #global .cms_object_visit_code .results_wrapper .results .box_object_reduced_item .box_inner .box_picture, #global .cms_object_visit_code .results_wrapper .results .box_object_reduced_item .box_inner .swiper-container, #global .cms_object_visit_code .results_wrapper .results .box_object_reduced_item .box_inner .box_infos {
    width: 100%;
  }
  #global .cms_section > .inner_content > .cms_object_visit_code .results_wrapper .results .box_object_reduced_item .box_inner .box_infos {
    flex-direction: column;
  }
  #global .cms_section > .inner_content > .cms_object_visit_code .results_wrapper .results .box_object_reduced_item .box_inner .box_infos .right, #global .cms_section > .inner_content > .cms_object_visit_code .results_wrapper .results .box_object_reduced_item .box_inner .box_infos .left {
    width: 100%;
  }
}
/*---------- CSS width less than step8 400px ----------*/
@media screen and (max-width: 400px) {
  .dreamo_login .button.button_dreamo .hide_mobile {
    display: none;
  }
  .scope_financing_simulation .financing_box .financing_content .stack_line_cell {
    width: 10%;
  }
  .scope_financing_simulation .financing_box .financing_content .financing_cap .graph .stack .stack_threshold, .scope_financing_simulation .financing_box .financing_content .financing_cap .graph .stack_fee_included .stack_threshold {
    width: 10%;
    left: calc(90% - 10px);
    transform: unset;
  }
  #global .detail_page_banner .swiper-container .swiper.swiper-autowidth, #global .picture_slider .swiper-container .swiper.swiper-autowidth {
    height: 260px;
  }
  .dataroom_wrapper .buttons_box button, .dataroom_wrapper .buttons_box .button {
    width: 100%;
    text-align: center;
  }
  #global .messenger .conversation .messenger_about_object {
    flex-direction: column;
  }
  #global .messenger .conversation .messenger_about_object .object_picture {
    width: 100%;
    max-width: 100%;
    flex: 90px;
    margin: 0 0 0.5em 0;
  }
  #global .messenger .conversation .messenger_about_object .messenger_about_delete {
    margin: 0;
    align-self: flex-end;
  }
}
/*---------- CSS menu mobile ----------*/
@media screen and (max-width: 1050px) {
  .fakeheader.header_not_fixed {
    display: none;
  }
  header .inner_content {
    position: static;
  }
  header.scrollDown {
    transform: none;
  }
  header.header_not_fixed {
    position: relative;
  }
  .menu_top {
    margin: 0;
    margin-left: auto;
  }
  .main_navigation, .menu_top, .main_website_link {
    display: none;
  }
  .menu_open .menu_top, .menu_open .main_website_link {
    display: flex;
  }
  #nav_content {
    display: block;
    width: 100%;
  }
  .main_navigation {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    width: 100%;
    background: #FFFFFF;
  }
  .main_navigation .inner_content {
    margin: 0 auto;
  }
  .main_navigation .nav_item {
    border-bottom: 1px solid #FFFFFF;
    padding: 0.5em 0;
  }
  .main_navigation .nav_item:last-of-type {
    border-bottom: none;
  }
  .main_navigation .nav_item.nav_item_submenu {
    padding: 0;
  }
  .main_navigation .nav_item.nav_item_submenu > .nav_item_link {
    width: 100%;
    display: block;
    padding: 0.5em 0;
    border-bottom: 1px solid #FFFFFF;
  }
  .main_navigation .nav_item .nav_submenu {
    display: block;
    position: static;
    padding: 0 1em;
  }
  .nav_mobile {
    display: flex;
    align-items: center;
  }
  .nav_mobile h4 {
    margin: 1px 10px 0;
  }
  .nav_mobile svg {
    width: 30px;
    height: 30px;
  }
  .nav_mobile svg * {
    fill: #004466;
  }
  main .select_box .multiselect_content, main .multiselect_box .multiselect_content {
    max-width: 80vw;
  }
  .prospection_form_images table.dropzone_table_upload {
    text-align: center;
  }
  .prospection_form_images table.dropzone_table_upload tbody, .prospection_form_images table.dropzone_table_upload tr, .prospection_form_images table.dropzone_table_upload td {
    display: block;
  }
  .prospection_form_images table.dropzone_table_upload tr {
    background: #fff;
    display: block;
    border-bottom: 1em solid #ffffff;
    padding: 2em 0;
  }
  .prospection_form_images table.dropzone_table_upload tr td {
    display: block;
    border: 0;
  }
  .prospection_form_images table.dropzone_table_upload tr td.sortable_input {
    height: 40px;
    width: 100%;
    border-width: 1em;
  }
  .prospection_form_images table.dropzone_table_upload tr td.upload_preview {
    width: 100%;
  }
  .prospection_form_images table.dropzone_table_upload tr td.upload_button {
    text-align: center;
  }
  .prospection_form_images table.dropzone_table_upload tr td .progress {
    margin: 0.5em auto;
  }
  .cookies_popup_wrapper .inner_content .cookies_actions {
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 1051px) {
  nav.main_navigation {
    display: block !important;
  }
  .menu_top {
    display: flex !important;
  }
}
/*---------- CSS filter mobile ----------*/
@media screen and (max-width: 1050px) {
  .scope_objects_search .objects_filters {
    cursor: pointer;
  }
  .scope_objects_search .objects_filters h1, .scope_objects_search .objects_filters .filter_container {
    display: none;
  }
  .scope_objects_search .objects_filters .filter_button_mobile {
    display: block;
  }
  .form .row.row_multiple {
    flex-wrap: wrap;
  }
  .form .row.row_multiple .row_group {
    width: 100%;
    margin: 0.85em 0;
  }
  .form .row.row_multiple .row_group:first-child {
    margin-top: 0;
    margin-bottom: 0.85em;
  }
  .form .row.row_multiple .row_group:last-of-type {
    margin: 0;
  }
  .form .row.row_multiple.row_multiple.row_npa_city .row_postalcode:not(.error), .form .row.row_multiple.row_multiple.row_npa_city .row_object_postalcode:not(.error), .form .row.row_multiple.row_multiple.autocomplete_zip_city .row_postalcode:not(.error), .form .row.row_multiple.row_multiple.autocomplete_zip_city .row_object_postalcode:not(.error) {
    width: 100%;
    margin-bottom: 0.85em;
  }
  .form .row.row_multiple.row_multiple.row_npa_city .row_postalcode:not(.error) + .row_city:not(.error), .form .row.row_multiple.row_multiple.row_npa_city .row_postalcode:not(.error) + .row_object_location:not(.error), .form .row.row_multiple.row_multiple.row_npa_city .row_object_postalcode:not(.error) + .row_city:not(.error), .form .row.row_multiple.row_multiple.row_npa_city .row_object_postalcode:not(.error) + .row_object_location:not(.error), .form .row.row_multiple.row_multiple.autocomplete_zip_city .row_postalcode:not(.error) + .row_city:not(.error), .form .row.row_multiple.row_multiple.autocomplete_zip_city .row_postalcode:not(.error) + .row_object_location:not(.error), .form .row.row_multiple.row_multiple.autocomplete_zip_city .row_object_postalcode:not(.error) + .row_city:not(.error), .form .row.row_multiple.row_multiple.autocomplete_zip_city .row_object_postalcode:not(.error) + .row_object_location:not(.error) {
    width: 100%;
    margin: 0;
  }
  .form_col .row div, .user_criterias_filter_choice .input_box, .row_locations_included .inputs_multiple, .row_locations_excluded .inputs_multiple {
    flex-wrap: wrap;
  }
  .form_col .row div div.input_box, .form_col .row div div.select_box, .user_criterias_filter_choice .input_box div.input_box, .user_criterias_filter_choice .input_box div.select_box, .row_locations_included .inputs_multiple div.input_box, .row_locations_included .inputs_multiple div.select_box, .row_locations_excluded .inputs_multiple div.input_box, .row_locations_excluded .inputs_multiple div.select_box {
    width: 100%;
    margin: 0 0 0.85em;
  }
  #blueimp_dropzone .file_field .file_field_drop_zone_text {
    width: 100%;
  }
  #global .tabs.user_filter_tab .filter_tab {
    width: 100%;
  }
  #global .tabs.user_filter_tab .filter_tab .tab_text {
    white-space: wrap;
  }
  #global .tabs.user_filter_tab .filter_tab .tab_text h2 .name {
    max-width: 100%;
    overflow: auto;
  }
  #global .tabs.user_filter_tab .filter_tab .tab_text h2 .name::after {
    content: none;
  }
}
@media screen and (min-width: 1051px) {
  .filter_container {
    display: block !important;
  }
}
@media (pointer: coarse) {
  .touchscreen #overlib {
    position: fixed !important;
    bottom: 0 !important;
    top: auto !important;
    left: 0 !important;
    right: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 !important;
    border-width: 1px 0 0 0;
    text-align: center;
    padding: 10px 10px 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }
}
/* /home/www-data/deploys/courtage-dev/env-a/immoWEB2/websites/standard-pelican-template/css/responsive.scss */
/*---- RESPONSIVE -----*/
/*---------- CSS width less than step1 ----------*/
/*---------- CSS width less than step2 ----------*/
/*---------- CSS width less than step3 ----------*/
@media screen and (max-width: 1200px) {
  .filter .slider_js .slider_values {
    margin-top: 0;
    text-align: left;
  }
  .filter_location_and_radius .slider_filter_radius .slider_values {
    text-align: right;
  }
}
/*---------- CSS width less than step4 ----------*/
@media screen and (max-width: 1050px) {
  .details_infos .inner_content {
    width: 100%;
  }
  .details_infos .object_descriptions {
    flex-direction: column;
  }
  .details_infos .object_descriptions .detail_col {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    border: none;
  }
  .details_infos .object_descriptions .detail_col .detail_col_inner {
    width: 90%;
    margin: 0 auto;
  }
  .details_infos .object_descriptions .detail_col.detail_right {
    order: -1;
    border-bottom: 0px solid #DFDFDF;
    padding: 0;
  }
  .details_infos .object_descriptions .detail_col.detail_right .detail_col_inner {
    display: flex;
    justify-content: space-between;
  }
  .details_infos .object_descriptions .detail_col.detail_right .detail_col_inner .detail_col_group {
    width: 50%;
    padding: 5vh 0;
    margin: 0;
  }
  .details_infos .object_descriptions .detail_col.detail_right .detail_col_inner .detail_col_group.group_caracs {
    order: -1;
    padding-right: 30px;
  }
  .details_infos .object_descriptions .detail_col.detail_right .detail_col_inner .detail_col_group.group_actions {
    padding-left: 30px;
    border-left: 0px solid #DFDFDF;
  }
  .project_table .project_table_subobject .object_descriptions .detail_col.detail_right {
    padding: 0;
  }
  .project_table .project_table_subobject .object_descriptions .detail_col.detail_right .detail_col_inner .detail_col_group {
    padding: 30px;
  }
  .cms_banner .cms_banner_content > .cms_objects_filter {
    margin: 3vh 0;
  }
}
/*---------- CSS width less than step5 ----------*/
@media screen and (max-width: 900px) {
  #search_results .search_results_list {
    width: 90%;
    margin: 30px auto;
    padding: 0;
  }
  .search_tools {
    flex-wrap: wrap;
  }
  .search_tools .sort_dropdown {
    margin-right: 0;
  }
  .box_object_horizontal_item .box_infos {
    border: none;
  }
}
/*---------- CSS width less than step6 ----------*/
@media screen and (max-width: 770px) {
  #footer_content {
    text-align: center;
  }
  #footer_content .footer_logo a {
    margin: 0 auto;
  }
  .filter .slider_js .slider_values {
    margin-top: -1.75em;
    text-align: right;
  }
  .touchscreen .slider_js {
    max-width: 100%;
  }
  .object_detail_title .title_row {
    display: block;
  }
  .object_detail_title .title_row > * {
    margin: 0 0 7.5px;
    text-align: center;
  }
  .object_detail_title .title_row > * h1 {
    text-align: center;
    font-size: 1.4em;
  }
  .object_detail_title .title_row .price {
    justify-content: center;
  }
  .details_infos .object_descriptions .detail_col.detail_right {
    padding: 5vh 0;
  }
  .details_infos .object_descriptions .detail_col.detail_right .detail_col_inner {
    display: block;
  }
  .details_infos .object_descriptions .detail_col.detail_right .detail_col_inner .detail_col_group {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
  .details_infos .object_descriptions .detail_col.detail_right .detail_col_inner .detail_col_group:last-child {
    margin-bottom: 0;
  }
  .details_infos .object_descriptions .detail_col.detail_right .detail_col_inner .detail_col_group.group_caracs {
    order: 0;
    padding-right: 0;
  }
  .details_infos .object_descriptions .detail_col.detail_right .detail_col_inner .detail_col_group.group_actions {
    padding-left: 0;
    border-left: none;
  }
  .project_table .project_table_subobject .object_descriptions .detail_col.detail_right {
    padding: 30px;
  }
  .project_table .project_table_subobject .object_descriptions .detail_col.detail_right .detail_col_inner .detail_col_group {
    padding: 0;
  }
  .scope_financing_simulation .back_button {
    width: 100%;
  }
  .scope_financing_simulation .back_button a {
    margin: 1em auto;
  }
  #global section.cms_banner:not(.cms_banner_fullscreen).cms_banner_mobile_light, #global section.cms_banner:not(.cms_banner_fullscreen).cms_banner_mobile_light + .homeBannerButtons {
    background-color: #FFFFFF;
    border-color: #DFDFDF;
  }
  #global section.cms_banner:not(.cms_banner_fullscreen).cms_banner_mobile_light .cms_banner_content, #global section.cms_banner:not(.cms_banner_fullscreen).cms_banner_mobile_light + .homeBannerButtons .cms_banner_content {
    background-color: #FFFFFF;
    border-color: #DFDFDF;
    color: #000000;
  }
  #global section.cms_banner:not(.cms_banner_fullscreen).cms_banner_mobile_light .cms_text > *, #global section.cms_banner:not(.cms_banner_fullscreen).cms_banner_mobile_light .cms_project_text > *, #global section.cms_banner:not(.cms_banner_fullscreen).cms_banner_mobile_light .cms_text_content, #global section.cms_banner:not(.cms_banner_fullscreen).cms_banner_mobile_light .cms_text_content > *, #global section.cms_banner:not(.cms_banner_fullscreen).cms_banner_mobile_light + .homeBannerButtons .cms_text > *, #global section.cms_banner:not(.cms_banner_fullscreen).cms_banner_mobile_light + .homeBannerButtons .cms_project_text > *, #global section.cms_banner:not(.cms_banner_fullscreen).cms_banner_mobile_light + .homeBannerButtons .cms_text_content, #global section.cms_banner:not(.cms_banner_fullscreen).cms_banner_mobile_light + .homeBannerButtons .cms_text_content > * {
    color: #000000;
    text-shadow: none;
  }
  #global section.cms_banner:not(.cms_banner_fullscreen).cms_banner_mobile_light .cms_button .button, #global section.cms_banner:not(.cms_banner_fullscreen).cms_banner_mobile_light + .homeBannerButtons .cms_button .button {
    background-color: #005681;
    color: #ffffff;
    border-color: #005681;
    border-width: 1px;
  }
  #global section.cms_banner:not(.cms_banner_fullscreen).cms_banner_mobile_light .cms_button .button:hover, #global section.cms_banner:not(.cms_banner_fullscreen).cms_banner_mobile_light + .homeBannerButtons .cms_button .button:hover {
    background-color: #004466;
    color: #FFFFFF;
    border-color: #004466;
    border-width: 1px;
  }
  #global section.cms_banner:not(.cms_banner_fullscreen).cms_banner_mobile_dark, #global section.cms_banner:not(.cms_banner_fullscreen).cms_banner_mobile_dark + .homeBannerButtons {
    background-color: #f2f2f2;
    border-color: #AAAAAA;
  }
  #global section.cms_banner:not(.cms_banner_fullscreen).cms_banner_mobile_dark .cms_banner_content, #global section.cms_banner:not(.cms_banner_fullscreen).cms_banner_mobile_dark + .homeBannerButtons .cms_banner_content {
    background-color: #f2f2f2;
    border-color: #AAAAAA;
    color: #000000;
  }
  #global section.cms_banner:not(.cms_banner_fullscreen).cms_banner_mobile_dark .cms_text > *, #global section.cms_banner:not(.cms_banner_fullscreen).cms_banner_mobile_dark .cms_project_text > *, #global section.cms_banner:not(.cms_banner_fullscreen).cms_banner_mobile_dark .cms_text_content, #global section.cms_banner:not(.cms_banner_fullscreen).cms_banner_mobile_dark .cms_text_content > *, #global section.cms_banner:not(.cms_banner_fullscreen).cms_banner_mobile_dark + .homeBannerButtons .cms_text > *, #global section.cms_banner:not(.cms_banner_fullscreen).cms_banner_mobile_dark + .homeBannerButtons .cms_project_text > *, #global section.cms_banner:not(.cms_banner_fullscreen).cms_banner_mobile_dark + .homeBannerButtons .cms_text_content, #global section.cms_banner:not(.cms_banner_fullscreen).cms_banner_mobile_dark + .homeBannerButtons .cms_text_content > * {
    color: #000000;
    text-shadow: none;
  }
  #global section.cms_banner:not(.cms_banner_fullscreen).cms_banner_mobile_dark .cms_button .button, #global section.cms_banner:not(.cms_banner_fullscreen).cms_banner_mobile_dark + .homeBannerButtons .cms_button .button {
    background-color: #015681;
    color: #ffffff;
    border-color: #015681;
    border-width: 1px;
  }
  #global section.cms_banner:not(.cms_banner_fullscreen).cms_banner_mobile_dark .cms_button .button:hover, #global section.cms_banner:not(.cms_banner_fullscreen).cms_banner_mobile_dark + .homeBannerButtons .cms_button .button:hover {
    background-color: #004266;
    color: #FFFFFF;
    border-color: #004266;
    border-width: 1px;
  }
}
/*---------- CSS width less than step7 ----------*/
@media screen and (max-width: 670px) {
  .search_tools {
    flex-wrap: wrap;
    margin: -7.5px 0 22.5px;
  }
  .search_tools > * {
    width: 100%;
    text-align: center;
    margin: 7.5px auto;
  }
  .search_tools > *.filter_part_counter {
    width: auto;
    margin-left: auto;
    margin-right: 7.5px;
  }
  .search_tools > *.create_alert {
    width: auto;
    margin-left: 7.5px;
    margin-right: auto;
  }
  .cms_section.section_login .login_box.register_box {
    width: 100%;
  }
  .cms_section.section_login .login_register_container .login_content .box_infos {
    margin: 0;
    padding: 0 0 2em;
  }
  .cms_section.section_login .login_register_container .login_popup_register_content {
    margin: 0;
    padding: 2em 0;
  }
}
/*---------- CSS width less than step8 ----------*/
/*---------- CSS menu mobile ----------*/
@media screen and (max-width: 1050px) {
  #header_top .inner_content .main_navigation {
    padding: 2vh 0;
  }
  .main_navigation {
    font-size: 1.15em;
    border-bottom: 0px solid #AAAAAA;
  }
  .main_navigation #nav_content > .nav_item, .main_navigation .nav_submenu .nav_item {
    display: block;
    background: transparent;
    color: #005681;
    text-align: left;
  }
  .main_navigation #nav_content > .nav_item.selected, .main_navigation .nav_submenu .nav_item.selected {
    color: #004466;
  }
  .main_navigation #nav_content > .nav_item:hover, .main_navigation .nav_submenu .nav_item:hover {
    color: #004466;
  }
  .main_navigation #nav_content > .nav_item, .main_navigation #nav_content > .nav_item:first-child, .main_navigation #nav_content > .nav_item:last-child, .main_navigation #nav_content > .nav_item .nav_item_submenu, .main_navigation .nav_submenu .nav_item, .main_navigation .nav_submenu .nav_item:first-child, .main_navigation .nav_submenu .nav_item:last-child, .main_navigation .nav_submenu .nav_item .nav_item_submenu {
    padding: 0;
  }
  .main_navigation #nav_content > .nav_item .nav_item_link, .main_navigation .nav_submenu .nav_item .nav_item_link {
    padding: 5px 20px;
    display: block;
  }
  .main_navigation #nav_content > .nav_item > a, .main_navigation .nav_submenu .nav_item > a {
    color: #005681;
    opacity: 0.8;
  }
  .main_navigation #nav_content > .nav_item > a:hover, .main_navigation .nav_submenu .nav_item > a:hover {
    color: #004466;
    opacity: 0.6;
  }
  .main_navigation #nav_content > .nav_item.selected > a, .main_navigation .nav_submenu .nav_item.selected > a {
    color: #004466;
    opacity: 1;
  }
  .main_navigation .nav_item_submenu .nav_submenu, .main_navigation .nav_item_submenu:hover .nav_submenu {
    display: block !important;
    background: none;
    border: none;
    box-shadow: none;
    color: #005681;
    opacity: 1;
    transition: none;
    transform: none;
    position: static;
    pointer-events: all;
    padding: 0;
  }
  .main_navigation .nav_item_submenu .nav_submenu:before, .main_navigation .nav_item_submenu .nav_submenu:after, .main_navigation .nav_item_submenu:hover .nav_submenu:before, .main_navigation .nav_item_submenu:hover .nav_submenu:after {
    display: none;
  }
  .main_navigation .nav_item_submenu .nav_submenu .nav_item, .main_navigation .nav_item_submenu:hover .nav_submenu .nav_item {
    font-size: 0.9em;
    padding-left: 20px;
  }
  #header_top .inner_content {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #header_top .inner_content #header_content {
    max-width: calc(100% - 50px);
  }
  #header_top .inner_content #header_content #logo img, #header_top .inner_content #header_content #logo svg {
    max-width: 250px;
    max-height: 10vh;
  }
  #header_top .inner_content .menu_top {
    position: static;
    width: 100%;
    order: 1;
    justify-content: center;
    padding: 5px 0 10px;
  }
  #header_top .inner_content .nav_mobile {
    transform: translateX(20%);
  }
}
@media screen and (min-width: 1051px) {
  nav.main_navigation {
    display: flex !important;
  }
}
/*---------- CSS filter mobile ----------*/
@media screen and (max-width: 1050px) {
  .scope_objects_search .objects_filters .filter_button_mobile {
    padding: 0;
    margin: 0;
  }
  .scope_objects_search .objects_filters .filter_container {
    padding: 15px 0;
  }
}
/*---------- CSS width less than 400px ----------*/
@media screen and (max-width: 400px) {
  .filter .slider_js .slider_values {
    margin-top: 0;
    text-align: left;
  }
  .filter_location_and_radius .slider_filter_radius .slider_values {
    text-align: right;
  }
}
/* /home/www-data/deploys/courtage-dev/env-a/immoWEB2/websites/10000-dreamo/css/responsive.scss */
@media screen and (max-width: 1900px) {
  .fav_log_container a span.label {
    display: none;
  }
  header #header_top .inner_content .main_navigation {
    padding: 40px 0 20px 20px;
  }
}
@media screen and (max-width: 1800px) {
  section.section_object#search_results .search_results_list_and_map.open_map .search_tools .list_toggle {
    display: none;
  }
  section.section_object#search_results .search_results_list_and_map.open_map .objects_list .da_banner_area.da_banner_area_horizontal, section.section_object#search_results .search_results_list_and_map.open_map .objects_list .da_banner_area.da_banner_area_thumbnail {
    width: calc(50% - 1.5rem);
    margin: 0.75rem;
  }
  section.section_object#search_results .search_results_list_and_map.open_map .objects_list.objects_style_thumbnail, section.section_object#search_results .search_results_list_and_map.open_map .objects_list.objects_style_horizontal {
    flex-direction: row;
  }
  section.section_object#search_results .search_results_list_and_map.open_map .objects_list.objects_style_thumbnail article.box_object_item, section.section_object#search_results .search_results_list_and_map.open_map .objects_list.objects_style_horizontal article.box_object_item {
    width: calc(50% - 1.5rem);
    margin: 0.75rem;
  }
  section.section_object#search_results .search_results_list_and_map.open_map .objects_list.objects_style_thumbnail article.box_object_item .box_inner, section.section_object#search_results .search_results_list_and_map.open_map .objects_list.objects_style_horizontal article.box_object_item .box_inner {
    flex-direction: column;
    display: flex;
    flex-wrap: unset;
  }
  section.section_object#search_results .search_results_list_and_map.open_map .objects_list.objects_style_thumbnail article.box_object_item .box_inner .box_picture_group, section.section_object#search_results .search_results_list_and_map.open_map .objects_list.objects_style_horizontal article.box_object_item .box_inner .box_picture_group {
    width: 100%;
  }
  section.section_object#search_results .search_results_list_and_map.open_map .objects_list.objects_style_thumbnail article.box_object_item .box_inner .box_picture, section.section_object#search_results .search_results_list_and_map.open_map .objects_list.objects_style_horizontal article.box_object_item .box_inner .box_picture {
    width: 100%;
  }
  section.section_object#search_results .search_results_list_and_map.open_map .objects_list.objects_style_thumbnail article.box_object_item .box_inner .box_body, section.section_object#search_results .search_results_list_and_map.open_map .objects_list.objects_style_horizontal article.box_object_item .box_inner .box_body {
    width: 100%;
  }
  section.section_object#search_results .search_results_list_and_map.open_map .objects_list.objects_style_thumbnail article.box_object_item .box_inner .box_body .top_infos .object_title_wrapper, section.section_object#search_results .search_results_list_and_map.open_map .objects_list.objects_style_horizontal article.box_object_item .box_inner .box_body .top_infos .object_title_wrapper {
    padding-right: 0;
  }
  section.section_object#search_results .search_results_list_and_map.open_map .objects_list.objects_style_thumbnail article.box_object_item .box_inner .box_body .title_and_description_wrapper .description, section.section_object#search_results .search_results_list_and_map.open_map .objects_list.objects_style_horizontal article.box_object_item .box_inner .box_body .title_and_description_wrapper .description {
    -webkit-line-clamp: 4;
    line-clamp: 4;
  }
  section.section_object#search_results .search_results_list_and_map.open_map .search_tools {
    gap: 2rem;
  }
  section.section_object#search_results .search_results_list_and_map.open_map .search_tools .top .create_alert {
    border: 1px solid #C9C9C9;
  }
  section.section_object#search_results .search_results_list_and_map.open_map .search_tools .top .create_alert:active {
    border-color: #00334D;
  }
  .scope_objectslist_search #global .section_filter .filter_container .filter_group .filter_part_price, .scope_objectslist_search #global .section_filter .filter_container .filter_group .filter_part_rooms, .scope_objectslist_publisher #global .section_filter .filter_container .filter_group .filter_part_price, .scope_objectslist_publisher #global .section_filter .filter_container .filter_group .filter_part_rooms {
    flex: 0 0 13rem;
  }
  .scope_objectslist_search #global .section_filter .filter_container .filter_group .filter_buttons, .scope_objectslist_publisher #global .section_filter .filter_container .filter_group .filter_buttons {
    flex: 0 0 27rem;
  }
  .scope_objectslist_search #global .section_filter .filter_container .filter_group .filter_buttons .filter_tools, .scope_objectslist_search #global .section_filter .filter_container .filter_group .filter_buttons .filter_part_search_button, .scope_objectslist_publisher #global .section_filter .filter_container .filter_group .filter_buttons .filter_tools, .scope_objectslist_publisher #global .section_filter .filter_container .filter_group .filter_buttons .filter_part_search_button {
    width: 13rem;
  }
}
@media screen and (max-width: 1800px) and (hover: hover) {
  section.section_object#search_results .search_results_list_and_map.open_map .search_tools .top .create_alert:hover {
    border-color: #005681;
  }
}
@media screen and (max-width: 1650px) {
  .section_agencies .agencies_list article {
    width: calc((100% / 4) - 15px);
  }
  .scope_objectslist_search #global .section_filter .filter_container .filter_group .filter_part_rooms, .scope_objectslist_publisher #global .section_filter .filter_container .filter_group .filter_part_rooms {
    display: none;
  }
  .scope_objectslist_search #global .section_filter .filter_container .filter_group.filter_group_advanced .filter_part_rooms, .scope_objectslist_publisher #global .section_filter .filter_container .filter_group.filter_group_advanced .filter_part_rooms {
    display: block;
  }
  .scope_objectslist_search #global .section_filter .filter_container .filter_group .filter_part_price, .scope_objectslist_search #global .section_filter .filter_container .filter_group .filter_part_rooms, .scope_objectslist_publisher #global .section_filter .filter_container .filter_group .filter_part_price, .scope_objectslist_publisher #global .section_filter .filter_container .filter_group .filter_part_rooms {
    flex: 0 0 13rem;
  }
  .scope_objectslist_search #global .section_filter .filter_container .filter_group .filter_buttons, .scope_objectslist_publisher #global .section_filter .filter_container .filter_group .filter_buttons {
    flex: 0 0 27rem;
  }
  .scope_objectslist_search #global .section_filter .filter_container .filter_group .filter_buttons .filter_tools, .scope_objectslist_search #global .section_filter .filter_container .filter_group .filter_buttons .filter_part_search_button, .scope_objectslist_publisher #global .section_filter .filter_container .filter_group .filter_buttons .filter_tools, .scope_objectslist_publisher #global .section_filter .filter_container .filter_group .filter_buttons .filter_part_search_button {
    width: 13rem;
  }
}
@media screen and (max-width: 1150px) {
  .scope_objectslist_search #global .section_filter .filter_container .filter_group .filter_part_price, .scope_objectslist_publisher #global .section_filter .filter_container .filter_group .filter_part_price {
    display: none;
  }
  .scope_objectslist_search #global .section_filter .filter_container .filter_group.filter_group_advanced .filter_part_price, .scope_objectslist_publisher #global .section_filter .filter_container .filter_group.filter_group_advanced .filter_part_price {
    display: block;
  }
}
@media screen and (max-width: 800px) {
  .scope_objectslist_search #global .section_filter .filter_container .filter_group .filter_part_price, .scope_objectslist_publisher #global .section_filter .filter_container .filter_group .filter_part_price {
    display: none;
  }
  .scope_objectslist_search #global .section_filter .filter_container .filter_group.filter_group_advanced .filter_part_price, .scope_objectslist_publisher #global .section_filter .filter_container .filter_group.filter_group_advanced .filter_part_price {
    display: block;
  }
}
@media screen and (max-width: 1500px) {
  .search_results_list_and_map .search_results_map .map_reload {
    flex-direction: column-reverse;
    align-items: flex-end;
  }
  .search_results_list_and_map .search_results_map .map_reload a.button {
    align-self: flex-end;
  }
  .search_results_list_and_map #see_more_objects_message {
    margin-top: 0.5em;
    margin-right: 0;
  }
  section.section_object#search_results .search_results_list_and_map.closed_map .objects_list .da_banner_area.da_banner_area_thumbnail {
    width: calc(100% / 3 - 1.5rem);
  }
  section.section_object#search_results .search_results_list_and_map.closed_map .objects_list.objects_style_thumbnail .box_object_item {
    width: calc(100% / 3 - 1.5rem);
  }
  section.section_object#search_results .search_results_list_and_map.open_map .objects_list .da_banner_area.da_banner_area_horizontal, section.section_object#search_results .search_results_list_and_map.open_map .objects_list .da_banner_area.da_banner_area_thumbnail {
    width: calc(100% / 2 - 1.5rem);
  }
  section.section_object#search_results .search_results_list_and_map.open_map .objects_list.objects_style_thumbnail article.box_object_item {
    width: calc(100% / 2 - 1.5rem);
  }
  button#popup_filter_sticky_open_button {
    top: calc(80dvh - 8vw - 2rem);
  }
}
@media screen and (max-width: 1350px) {
  .section_agencies .agencies_list article {
    width: calc((100% / 3) - 15px);
  }
  section.section_object#search_results .search_results_list_and_map.open_map .objects_list .da_banner_area.da_banner_area_horizontal, section.section_object#search_results .search_results_list_and_map.open_map .objects_list .da_banner_area.da_banner_area_thumbnail {
    width: calc(100% - 1.5rem);
  }
  section.section_object#search_results .search_results_list_and_map.open_map .objects_list.objects_style_thumbnail article.box_object_item, section.section_object#search_results .search_results_list_and_map.open_map .objects_list.objects_style_horizontal article.box_object_item {
    width: calc(100% - 1.5rem);
  }
}
@media screen and (max-width: 1200px) {
  .top_listing_wrapper .top_listing_grid {
    grid-template-rows: auto auto 2rem auto auto;
    grid-template-columns: 1fr 1fr;
  }
  .top_listing_wrapper .top_listing_grid #top_listing_header_gold {
    grid-column: 1 / 3;
    grid-row: 4 / 5;
    margin-inline: auto;
  }
  .top_listing_wrapper .top_listing_grid #top_listing_body_gold {
    grid-column: 1 / 3;
    grid-row: 5 / 5;
    margin-inline: auto;
  }
}
@media screen and (max-width: 1050px) {
  /* DigiRENT form accordion title sticky position */
  header #header_top .inner_content .main_navigation #nav_content > .nav_item.publish {
    width: auto;
    display: inline-block;
    margin: 1em;
  }
  .scope_objects_details .details_infos .object_descriptions {
    flex-direction: column-reverse;
  }
  .scope_objects_details .details_infos .object_descriptions .detail_col.detail_right .detail_col_inner .detail_col_group {
    padding-top: 0;
  }
  .scope_objects_details .details_infos .object_descriptions .detail_col.detail_right .detail_col_inner .detail_col_group.group_actions {
    margin-top: 100px;
  }
  .scope_objects_details .details_infos .detail_right .inner_content {
    width: 90%;
  }
  header #header_top .inner_content .main_navigation #nav_content > .nav_item:nth-child(n+5) {
    font-size: 1.2em;
  }
  .homepage header.menu_open #header_top {
    background: #FFFFFF;
  }
  #global .blog_list > * {
    width: calc(50% - 30px);
  }
  .section_filter .filter_group > * {
    min-width: 100px;
  }
  #global section.section_accordion_form .accordion_form .accordion_title {
    top: 89px;
  }
  .section_agencies .agencies_list article {
    width: calc((100% / 2) - 15px);
  }
  .section_filter.agencies_filter .inner_content .filter_part {
    width: 66.66%;
  }
  #global .detail_page_banner .swiper .swiper-button-nav.swiper-button-prev .swiper-button-svg-container, #global .detail_page_banner .swiper .swiper-button-nav.swiper-button-next .swiper-button-svg-container, #global .detail_page_banner .swiper ~ .swiper-button-nav.swiper-button-prev .swiper-button-svg-container, #global .detail_page_banner .swiper ~ .swiper-button-nav.swiper-button-next .swiper-button-svg-container {
    width: 2.5rem;
    height: 2.5rem;
  }
  #global .detail_page_banner .swiper .swiper-button-nav.swiper-button-prev .swiper-button-svg-container svg, #global .detail_page_banner .swiper .swiper-button-nav.swiper-button-next .swiper-button-svg-container svg, #global .detail_page_banner .swiper ~ .swiper-button-nav.swiper-button-prev .swiper-button-svg-container svg, #global .detail_page_banner .swiper ~ .swiper-button-nav.swiper-button-next .swiper-button-svg-container svg {
    width: 1.5rem;
    height: 1.5rem;
  }
  section.section_object#search_results .search_results_list_and_map.closed_map .objects_list .da_banner_area.da_banner_area_horizontal, section.section_object#search_results .search_results_list_and_map.closed_map .objects_list .da_banner_area.da_banner_area_thumbnail {
    width: calc(100% / 2 - 1.5rem);
  }
  section.section_object#search_results .search_results_list_and_map.closed_map .objects_list.objects_style_thumbnail .box_object_item {
    width: calc(100% / 2 - 1.5rem);
  }
}
@media screen and (max-width: 900px) {
  #global .banner_blog_article {
    padding: 0;
    background-color: #FEF7E9;
    min-height: 0;
  }
  #global .banner_blog_article .inner_content {
    display: flex;
  }
  #global .banner_blog_article .left_content {
    width: 100%;
    padding: 2em 0;
    margin-right: 0;
  }
  #global .banner_blog_article .left_content .blog_article_title {
    margin-top: auto;
  }
  #global .banner_blog_article .left_content .pagination {
    margin-top: auto;
  }
  #global .banner_blog_article .right_content {
    display: none;
  }
  #global section.blog_article .blog_article_container {
    flex-direction: column;
  }
  #global section.blog_article .blog_article_container .left_content {
    width: 100%;
    margin-right: 0;
  }
  #global section.blog_article .blog_article_container .right_content {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  #global section.blog_article .blog_article_container .right_content .article_share_box {
    width: 100%;
  }
  #global section.blog_article .blog_article_container .right_content .article_infos_box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 1em;
    justify-content: space-between;
    align-items: center;
  }
  #global section.blog_article .blog_article_container .right_content .article_infos_box h5 {
    margin-right: 2em;
  }
  #global section.blog_article .blog_article_container .right_content .article_infos_box .blog_categories {
    display: flex;
    margin: 0;
  }
  #global section.blog_article .blog_article_container .right_content .article_infos_box .blog_category {
    margin-right: 1em;
  }
  #global section.blog_article .blog_article_container .right_content .article_infos_box .blog_category:last-of-type {
    margin-right: 0;
  }
  #search_results .search_results_list {
    width: 100%;
  }
  section.section_object#search_results .search_results_list_and_map .inner_content {
    width: 90%;
    padding: 0;
  }
  section.section_object#search_results .search_results_list_and_map.open_map .objects_list .da_banner_area.da_banner_area_horizontal, section.section_object#search_results .search_results_list_and_map.open_map .objects_list .da_banner_area.da_banner_area_thumbnail, section.section_object#search_results .search_results_list_and_map.closed_map .objects_list .da_banner_area.da_banner_area_horizontal, section.section_object#search_results .search_results_list_and_map.closed_map .objects_list .da_banner_area.da_banner_area_thumbnail {
    width: calc(50% - 1.5rem);
    margin: 0.75rem;
  }
  section.section_object#search_results .search_results_list_and_map.open_map .objects_list.objects_style_thumbnail, section.section_object#search_results .search_results_list_and_map.open_map .objects_list.objects_style_horizontal, section.section_object#search_results .search_results_list_and_map.closed_map .objects_list.objects_style_thumbnail, section.section_object#search_results .search_results_list_and_map.closed_map .objects_list.objects_style_horizontal {
    flex-direction: row;
  }
  section.section_object#search_results .search_results_list_and_map.open_map .objects_list.objects_style_thumbnail article.box_object_item, section.section_object#search_results .search_results_list_and_map.open_map .objects_list.objects_style_horizontal article.box_object_item, section.section_object#search_results .search_results_list_and_map.closed_map .objects_list.objects_style_thumbnail article.box_object_item, section.section_object#search_results .search_results_list_and_map.closed_map .objects_list.objects_style_horizontal article.box_object_item {
    width: calc(50% - 1.5rem);
    margin: 0.75rem;
  }
  section.section_object#search_results .search_results_list_and_map.open_map .objects_list.objects_style_thumbnail article.box_object_item .box_inner, section.section_object#search_results .search_results_list_and_map.open_map .objects_list.objects_style_horizontal article.box_object_item .box_inner, section.section_object#search_results .search_results_list_and_map.closed_map .objects_list.objects_style_thumbnail article.box_object_item .box_inner, section.section_object#search_results .search_results_list_and_map.closed_map .objects_list.objects_style_horizontal article.box_object_item .box_inner {
    flex-direction: column;
    display: flex;
    flex-wrap: unset;
  }
  section.section_object#search_results .search_results_list_and_map.open_map .objects_list.objects_style_thumbnail article.box_object_item .box_inner .box_picture_group, section.section_object#search_results .search_results_list_and_map.open_map .objects_list.objects_style_horizontal article.box_object_item .box_inner .box_picture_group, section.section_object#search_results .search_results_list_and_map.closed_map .objects_list.objects_style_thumbnail article.box_object_item .box_inner .box_picture_group, section.section_object#search_results .search_results_list_and_map.closed_map .objects_list.objects_style_horizontal article.box_object_item .box_inner .box_picture_group {
    width: 100%;
  }
  section.section_object#search_results .search_results_list_and_map.open_map .objects_list.objects_style_thumbnail article.box_object_item .box_inner .box_picture, section.section_object#search_results .search_results_list_and_map.open_map .objects_list.objects_style_horizontal article.box_object_item .box_inner .box_picture, section.section_object#search_results .search_results_list_and_map.closed_map .objects_list.objects_style_thumbnail article.box_object_item .box_inner .box_picture, section.section_object#search_results .search_results_list_and_map.closed_map .objects_list.objects_style_horizontal article.box_object_item .box_inner .box_picture {
    width: 100%;
  }
  section.section_object#search_results .search_results_list_and_map.open_map .objects_list.objects_style_thumbnail article.box_object_item .box_inner .box_body, section.section_object#search_results .search_results_list_and_map.open_map .objects_list.objects_style_horizontal article.box_object_item .box_inner .box_body, section.section_object#search_results .search_results_list_and_map.closed_map .objects_list.objects_style_thumbnail article.box_object_item .box_inner .box_body, section.section_object#search_results .search_results_list_and_map.closed_map .objects_list.objects_style_horizontal article.box_object_item .box_inner .box_body {
    width: 100%;
  }
  section.section_object#search_results .search_results_list_and_map.open_map .objects_list.objects_style_thumbnail article.box_object_item .box_inner .box_body .top_infos .object_title_wrapper, section.section_object#search_results .search_results_list_and_map.open_map .objects_list.objects_style_horizontal article.box_object_item .box_inner .box_body .top_infos .object_title_wrapper, section.section_object#search_results .search_results_list_and_map.closed_map .objects_list.objects_style_thumbnail article.box_object_item .box_inner .box_body .top_infos .object_title_wrapper, section.section_object#search_results .search_results_list_and_map.closed_map .objects_list.objects_style_horizontal article.box_object_item .box_inner .box_body .top_infos .object_title_wrapper {
    padding-right: 0;
  }
  section.section_object#search_results .search_results_list_and_map.open_map .objects_list.objects_style_thumbnail article.box_object_item .box_inner .box_body .title_and_description_wrapper .description, section.section_object#search_results .search_results_list_and_map.open_map .objects_list.objects_style_horizontal article.box_object_item .box_inner .box_body .title_and_description_wrapper .description, section.section_object#search_results .search_results_list_and_map.closed_map .objects_list.objects_style_thumbnail article.box_object_item .box_inner .box_body .title_and_description_wrapper .description, section.section_object#search_results .search_results_list_and_map.closed_map .objects_list.objects_style_horizontal article.box_object_item .box_inner .box_body .title_and_description_wrapper .description {
    -webkit-line-clamp: 4;
    line-clamp: 4;
  }
  .scope_objectslist_search #global #search_results .search_tools .list_toggle, .scope_objectslist_publisher #global #search_results .search_tools .list_toggle {
    display: none;
  }
  .scope_objectslist_search #global .box_object_item.box_object_horizontal_item .box_picture_group, #global .box_object_item.box_object_horizontal_item .box_picture_group {
    width: 100%;
  }
  .agency_banner {
    flex-direction: column;
  }
  .agency_banner .agency_logo_container .agency_logo img {
    left: 0;
    transform: translateY(-50%);
  }
  #global .section_object .search_tools {
    gap: 2rem;
  }
  #global .section_object .search_tools .top .create_alert {
    border: 1px solid #C9C9C9;
  }
  #global .section_object .search_tools .top .create_alert:active {
    border-color: #00334D;
  }
  .scope_objectslist_search #global .section_filter .filter_container .filter_group .filter_part_location, .scope_objectslist_publisher #global .section_filter .filter_container .filter_group .filter_part_location {
    flex: 1 1 100%;
  }
  .scope_objectslist_search #global .section_filter .filter_container .filter_group .filter_buttons, .scope_objectslist_publisher #global .section_filter .filter_container .filter_group .filter_buttons {
    top: 0;
    flex: 1 1 100%;
  }
  .scope_objectslist_search #global .section_filter .filter_container .filter_group .filter_buttons .filter_tools, .scope_objectslist_search #global .section_filter .filter_container .filter_group .filter_buttons .filter_part_search_button, .scope_objectslist_publisher #global .section_filter .filter_container .filter_group .filter_buttons .filter_tools, .scope_objectslist_publisher #global .section_filter .filter_container .filter_group .filter_buttons .filter_part_search_button {
    width: unset;
    flex: 1 1 100%;
  }
}
@media screen and (max-width: 900px) and (hover: hover) {
  #global .section_object .search_tools .top .create_alert:hover {
    border-color: #005681;
  }
}
@media screen and (max-width: 770px) {
  /* Pricing table */
  /* Top listing cards */
  /* DigiRENT form accordion title sticky position */
  #global .box_object_item .price_title_wrapper h2 {
    font-size: 1.3em;
  }
  #global .detail_page_banner .swiper-container .swiper.swiper-autowidth, #global .picture_slider .swiper-container .swiper.swiper-autowidth {
    height: 360px;
    min-height: 0;
  }
  header #header_top .inner_content #header_content #logo {
    margin: 0;
  }
  .scope_objects_details #global .buttons_box .buttons_group_default, .scope_financing_simulation #global .buttons_box .buttons_group_default {
    column-gap: 0.5em;
  }
  .scope_objects_details #global .buttons_box .buttons_group_default .button, .scope_financing_simulation #global .buttons_box .buttons_group_default .button {
    width: calc(50% - 0.25em);
    margin-right: 0;
  }
  .scope_objects_details #global .object_detail_title .title_row > * h1, .scope_objects_details #global .object_detail_title .title, .scope_financing_simulation #global .object_detail_title .title_row > * h1, .scope_financing_simulation #global .object_detail_title .title {
    text-align: left;
  }
  .scope_objects_details #global .details_infos .object_descriptions .detail_col.detail_left, .scope_financing_simulation #global .details_infos .object_descriptions .detail_col.detail_left {
    padding-bottom: 0;
  }
  .scope_objects_details #global .details_infos .object_descriptions .detail_col.detail_right, .scope_financing_simulation #global .details_infos .object_descriptions .detail_col.detail_right {
    padding-top: 0;
  }
  .scope_objects_details #global .details_infos .object_descriptions .detail_col.detail_right .detail_col_inner .detail_col_group .visit_box, .scope_financing_simulation #global .details_infos .object_descriptions .detail_col.detail_right .detail_col_inner .detail_col_group .visit_box {
    margin-top: 0;
  }
  .scope_objects_details #global .caracteristics_box_container, .scope_financing_simulation #global .caracteristics_box_container {
    -webkit-columns: 1 auto;
    -moz-columns: 1 auto;
    columns: 1 auto;
  }
  .scope_objects_details .details_top .inner_content, .scope_financing_simulation .details_top .inner_content {
    flex-wrap: wrap;
  }
  .scope_objects_details .details_top .inner_content .pagination_return, .scope_financing_simulation .details_top .inner_content .pagination_return {
    flex: initial;
  }
  .scope_objects_details .details_top .inner_content .pagination, .scope_financing_simulation .details_top .inner_content .pagination {
    flex: initial;
  }
  .scope_objects_details .details_top .inner_content .object_media, .scope_financing_simulation .details_top .inner_content .object_media {
    width: 100%;
    order: -1;
  }
  #global section.blog_article .blog_article_container .right_content {
    flex-direction: column;
  }
  #global section.blog_article .blog_article_container .right_content .article_movu_box, #global section.blog_article .blog_article_container .right_content .article_share_box {
    width: 100%;
    margin: 0 0 1em 0;
  }
  .homepage .cms_banner {
    background-color: #fff !important;
  }
  .homepage .cms_banner .cms_banner_slider {
    height: 50vh;
    max-height: 400px;
    min-height: 300px;
  }
  .homepage .cms_banner .cms_banner_content {
    margin-top: -250px;
    height: 100%;
    top: unset;
    bottom: unset;
  }
  .homepage .cms_banner .cms_banner_content .cms_objects_filter {
    width: 100%;
    max-width: 500px;
    padding: 6rem 1.5rem 1.5rem 1.5rem;
  }
  .homepage .cms_banner .cms_banner_content .cms_objects_filter .filters_title {
    font-family: "Hanken Grotesk", arial, sans-serif;
    font-weight: 700;
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .homepage .cms_banner .cms_banner_content .cms_objects_filter .section_filter .filter_list .filter_group {
    gap: 1.5rem;
  }
  .homepage .cms_banner .cms_banner_content .cms_objects_filter .section_filter .filter_list .filter_group .filter_part_deal {
    margin-bottom: 0;
  }
  .homepage .cms_banner .cms_banner_content .cms_objects_filter .section_filter .filter_list .filter_group .filter_part_price, .homepage .cms_banner .cms_banner_content .cms_objects_filter .section_filter .filter_list .filter_group .filter_part_rooms {
    display: none;
  }
  .homepage .cms_banner .cms_banner_content .cms_objects_filter .section_filter .filter_list .filter_group.filter_group_advanced {
    width: 100%;
  }
  .homepage .cms_banner .cms_banner_content .cms_objects_filter .section_filter .filter_list .filter_group.filter_group_advanced .filter_part_price, .homepage .cms_banner .cms_banner_content .cms_objects_filter .section_filter .filter_list .filter_group.filter_group_advanced .filter_part_rooms {
    display: block;
  }
  .homepage .cms_banner .cms_banner_content .cms_objects_filter .section_filter .filter_list .filter_group .slider_js .slider_values {
    text-align: left;
    margin-top: 0;
  }
  .homepage .cms_banner .cms_banner_content .cms_objects_filter .section_filter .filter_list .filter_group .filter_buttons {
    margin-top: 0.75rem;
    flex-direction: column;
  }
  .homepage .cms_banner .cms_banner_content .cms_objects_filter .section_filter .filter_list .filter_group .filter_buttons .filter_tools, .homepage .cms_banner .cms_banner_content .cms_objects_filter .section_filter .filter_list .filter_group .filter_buttons .filter_part_search_button {
    width: 100%;
  }
  .homepage section#home_objects {
    margin: 50px 0;
  }
  .cms_banner .cms_banner_content > .cms_objects_filter .section_filter .filter_list .filter_part_search_button {
    margin: 0;
  }
  .section_filter .filter_group_default {
    flex-wrap: wrap;
  }
  .section_filter .filter_group_default > * {
    width: calc(50% - 30px);
    min-width: 0;
  }
  #global .blog_list > * {
    width: calc(100% - 30px);
  }
  .scope_financing_simulation .back_button {
    width: fit-content;
  }
  .scope_financing_simulation .back_button a {
    margin: 0;
  }
  .objects_filters .section_filter .filter_part_location .filter_fields.flex .filter_element input.autocomplete {
    width: 100%;
  }
  .pricing_table {
    grid-template-columns: 1fr;
    /* Reorder the cells */
  }
  .pricing_table .header {
    border-right: none;
  }
  .pricing_table .header .top {
    border-top: 1px solid #C9C9C9;
    border-right: 1px solid #C9C9C9;
    border-left: 1px solid #C9C9C9;
  }
  .pricing_table .header .bottom {
    border-right: 1px solid #C9C9C9;
    border-left: 1px solid #C9C9C9;
  }
  .pricing_table .header.label_column {
    border-right: none;
  }
  .pricing_table .header, .pricing_table .row {
    border-bottom: none;
  }
  .pricing_table .row {
    border-right: 1px solid #C9C9C9;
    border-left: 1px solid #C9C9C9;
  }
  .pricing_table .row.feature_label {
    padding-left: 0;
  }
  .pricing_table .row.feature .icon_x, .pricing_table .row.feature .icon_check {
    left: -4px;
    width: 2rem;
    height: 2rem;
  }
  .pricing_table .label.mobile-only {
    margin-bottom: 0.25rem;
  }
  .pricing_table .dreamo_column .logo > img, .pricing_table .dreamo_plus_column .logo > img {
    height: 2rem;
  }
  .pricing_table .mobile_only {
    display: block;
  }
  .pricing_table .mobile_only.label {
    margin-bottom: 2px;
  }
  .pricing_table .mobile_only.feature_label_link {
    margin-top: 0.75rem;
  }
  .pricing_table .header.dreamo_plus_column, .pricing_table .header.premium_column {
    padding-top: 4.5rem;
  }
  .pricing_table .header:first-child, .pricing_table .row:nth-child(3n-2) {
    display: none;
  }
  .pricing_table .header:nth-child(2) {
    order: 0;
  }
  .pricing_table .row:nth-child(3n-1) {
    order: 0;
  }
  .pricing_table .header:nth-child(3) {
    order: 1;
  }
  .pricing_table .row:nth-child(3n) {
    order: 1;
  }
  .pricing_table div.row:nth-last-of-type(1), .pricing_table div.row:nth-last-of-type(2) {
    border-bottom: 1px solid #C9C9C9;
    padding-bottom: 2rem;
  }
  .top_listing_wrapper .top_listing_grid {
    grid-template-rows: auto auto 2rem auto auto 2rem auto auto;
    grid-template-columns: 1fr;
  }
  .top_listing_wrapper .top_listing_grid #top_listing_header_silver {
    grid-column: 1 / 2;
    grid-row: 4 / 5;
    margin-inline: auto;
  }
  .top_listing_wrapper .top_listing_grid #top_listing_body_silver {
    grid-column: 1 / 2;
    grid-row: 5 / 6;
    margin-inline: auto;
  }
  .top_listing_wrapper .top_listing_grid #top_listing_header_gold {
    grid-column: 1 / 2;
    grid-row: 7 / 8;
    margin-inline: auto;
  }
  .top_listing_wrapper .top_listing_grid #top_listing_body_gold {
    grid-column: 1 / 2;
    grid-row: 8 / 9;
    margin-inline: auto;
  }
  .top_listing_explanation_text_wrapper {
    text-align: left;
  }
  #global section.section_accordion_form .accordion_form .accordion_title {
    top: 69px;
  }
  .section_filter.agencies_filter .inner_content .filter_part {
    width: 100%;
  }
  .suggest_brokers [data-admin] .admin_wrapper {
    flex-direction: column;
    gap: 5px;
  }
  .suggest_brokers [data-admin] .admin_wrapper .admin_name {
    order: 1;
  }
  .suggest_brokers [data-admin] .admin_wrapper .admin_agency_logo {
    order: 0;
    height: auto;
    max-height: 100px;
    width: 130px;
  }
  .scope_objectslist_search #global .section_object .box.box_object_item.box_object_horizontal_item .box_inner .box_body .advertiser_details_wrapper .contact_card .pic, .scope_objectslist_search #global .box.box_object_item.box_object_horizontal_item .box_inner .box_body .advertiser_details_wrapper .contact_card .pic, .scope_objectlist_publisher #global .section_object .box.box_object_item.box_object_horizontal_item .box_inner .box_body .advertiser_details_wrapper .contact_card .pic, .scope_objectlist_publisher #global .box.box_object_item.box_object_horizontal_item .box_inner .box_body .advertiser_details_wrapper .contact_card .pic, #global .section_object .box.box_object_item.box_object_horizontal_item .box_inner .box_body .advertiser_details_wrapper .contact_card .pic, #global .box.box_object_item.box_object_horizontal_item .box_inner .box_body .advertiser_details_wrapper .contact_card .pic {
    width: 2rem;
    height: 2rem;
  }
}
@media screen and (max-width: 670px) {
  .homepage section#home_advantages .cms_col2 img {
    position: relative;
    width: 100%;
    height: auto;
    transform: none;
    top: unset;
  }
  .homepage .cms_banner .cms_banner_content .cms_objects_filter:after {
    transform: none;
  }
  .section_filter .filter_group_default {
    flex-wrap: wrap;
  }
  .section_filter .filter_group_default > * {
    width: 100%;
    min-width: 0;
  }
  .section_filter .filter_group_advanced {
    max-width: 100%;
    box-shadow: none;
  }
  .section_filter .filter_group_advanced.open {
    box-shadow: none;
  }
  .scope_financing_simulation .detail_financing .inner_content .object_detail_title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 1em;
  }
  .scope_financing_simulation .detail_financing .inner_content .object_detail_title .title h1 {
    text-align: left;
  }
  .suggest_brokers [data-admin] {
    gap: 10px;
  }
  .suggest_brokers [data-admin] > .checkbox {
    margin-left: 10px;
  }
  .suggest_brokers [data-admin] .picture_box .admin_picture {
    width: 60px;
    height: 60px;
  }
  #global .banner_blog_article .left_content .pagination {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
  }
  #global .banner_blog_article .left_content .pagination .pagination_return {
    order: 0;
    min-width: 100%;
  }
  #global .banner_blog_article .left_content .pagination .pagination_previous, #global .banner_blog_article .left_content .pagination .pagination_next {
    flex: 1;
    text-align: right;
    order: 1;
  }
  #global .banner_blog_article .left_content .pagination .pagination_next {
    text-align: left;
  }
  body.touchscreen #overlib {
    bottom: 24px !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    border-width: 0;
    text-align: left;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }
  body.touchscreen #overlib .overlib_content {
    border-width: 2px 0px 2px 0px;
    border-radius: 0;
    padding: 16px 16px 20px;
  }
  body.touchscreen #overlib .overlib_content.dreamo_crm_pricing, body.touchscreen #overlib .overlib_content.dreamo_premium_pricing {
    padding: 16px calc(5% + 12px) 24px;
  }
  body.touchscreen #overlib .overlib_content.dreamo_crm_pricing .overlib_mobile_label, body.touchscreen #overlib .overlib_content.dreamo_premium_pricing .overlib_mobile_label {
    font-weight: bold;
    margin-bottom: 0.5em;
  }
  .section_agencies .agencies_list article {
    width: calc(100% - 15px);
  }
  section.section_object#search_results .search_results_list_and_map.open_map .objects_list .da_banner_area.da_banner_area_horizontal, section.section_object#search_results .search_results_list_and_map.open_map .objects_list .da_banner_area.da_banner_area_thumbnail, section.section_object#search_results .search_results_list_and_map.closed_map .objects_list .da_banner_area.da_banner_area_horizontal, section.section_object#search_results .search_results_list_and_map.closed_map .objects_list .da_banner_area.da_banner_area_thumbnail {
    width: calc(100% - 1.5rem);
    margin: 0.75rem;
  }
  section.section_object#search_results .search_results_list_and_map.open_map .objects_list.objects_style_thumbnail article.box_object_item, section.section_object#search_results .search_results_list_and_map.open_map .objects_list.objects_style_horizontal article.box_object_item, section.section_object#search_results .search_results_list_and_map.closed_map .objects_list.objects_style_thumbnail article.box_object_item, section.section_object#search_results .search_results_list_and_map.closed_map .objects_list.objects_style_horizontal article.box_object_item {
    width: calc(100% - 1.5rem);
    margin: 0.75rem;
  }
  .scope_objectslist_search #global .section_filter .filter_container .filter_group_default .filter_part_deal .filter_fields, .scope_objectslist_publisher #global .section_filter .filter_container .filter_group_default .filter_part_deal .filter_fields {
    max-width: unset;
  }
  .scope_objectslist_search #global .section_filter .filter_container .filter_group_default .filter_buttons, .scope_objectslist_publisher #global .section_filter .filter_container .filter_group_default .filter_buttons {
    flex-direction: column;
  }
  .cms_slider .swiper_cms.swiper .swiper-slide {
    height: 100%;
  }
  #popup_social.popup {
    width: 95%;
  }
  #popup_social .poupup_part {
    padding: 30px 20px;
  }
  #popup_social h3 {
    font-size: 1rem;
  }
  #popup_social h3 span {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 400px) {
  header #header_top .inner_content .main_navigation #nav_content > .nav_item.publish {
    font-size: 0.9em;
  }
  .homepage .cms_banner .cms_banner_content h1 {
    font-size: 1.6em;
  }
  .homepage .cms_banner .cms_banner_content .cms_objects_filter .filter .filter_group.filter_group_location .filter_location_and_radius .filter_fields.flex .filter_location {
    flex-direction: column;
  }
  .homepage .cms_banner .cms_banner_content .cms_objects_filter .filter .filter_group.filter_group_location .filter_location_and_radius .filter_fields.flex .filter_location .row.ui-front {
    width: 100% !important;
    margin: 0 0 10px 0;
  }
  .homepage .cms_banner .cms_banner_content .cms_objects_filter .filter .filter_group.filter_group_location .filter_location_and_radius .filter_fields.flex .filter_location .filter_part_radius {
    width: 100%;
  }
  .suggest_brokers [data-admin] .picture_box {
    display: none;
  }
  .scope_objects_details #global .buttons_box .buttons_group_default, .scope_financing_simulation #global .buttons_box .buttons_group_default {
    column-gap: 0;
  }
  .scope_objects_details #global .buttons_box .buttons_group_default .button, .scope_financing_simulation #global .buttons_box .buttons_group_default .button {
    width: 100%;
  }
  .homepage .cms_banner .cms_banner_content .cms_objects_filter:before {
    clip-path: polygon(0 6rem, 50% 0, 100% 6rem, 100% 100%, 0 100%);
  }
  .section_filter .filter_group_advanced {
    max-width: 400px;
    width: 100%;
  }
}
@media screen and (min-width: 1900px) {
  .profile_menu .profile_submenu_item span.notification {
    right: 2px;
  }
}
/* AD BANNERS SIZING */
@container da_banner_area (min-width: 250px) {
  .da_banner {
    width: 250px;
    height: 250px;
  }
}
@container da_banner_area (min-width: 336px) {
  .da_banner {
    width: 336px;
    height: 280px;
  }
  .da_banner.da_banner_default .da_banner_content {
    padding: 1.5rem;
    gap: 1.5rem;
  }
  .da_banner.da_banner_default .da_banner_content .top_elements .da_banner_subtitle {
    font-family: "Helvetica", arial, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .da_banner.da_banner_default .da_banner_content .top_elements .da_banner_title {
    font-family: "Hanken Grotesk", arial, sans-serif;
    font-weight: 700;
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@container da_banner_area (min-width: 970px) {
  .da_banner {
    width: 970px;
    height: 250px;
  }
  .da_banner.da_banner_default .da_banner_content .bottom_elements .img_container {
    display: block;
  }
}
