:root {
  --s-titlecolor: #CA0B1B;
  --s-textcolor: #000000;
  --s-linkcolor: #CA0B1B;
  --s-linkcolor-hover: #000000;
  --s-buttonbg: #CA0B1B;
  --s-buttonbg-hover: #000000;
  --s-buttoncolor: #FFFFFF;
  --s-buttoncolor-hover: #FFFFFF;
}
:root {
  --deskWidth: 1462px;
  --deskSpace: 5vw;
  --deskMaxWidth: calc(100vw - (2 * var(--deskSpace)));
}
:root {
  --spacePart: 20px;
}
@media (max-width: 1023px) {
  :root {
    --spacePart: 15px;
  }
}
@media (max-width: 767px) {
  :root {
    --spacePart: 10px;
  }
}
:root {
  --spaceUnit: 40px;
}
@media (max-width: 1023px) {
  :root {
    --spaceUnit: 25px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceUnit: 20px;
  }
}
:root {
  --spaceTotal: 60px;
}
@media (max-width: 1023px) {
  :root {
    --spaceTotal: 40px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceTotal: 30px;
  }
}
:root {
  --js-breakpoint: breakpointLarge;
}
@media (max-width: 1023px) {
  :root {
    --js-breakpoint: breakpointMedium;
  }
}
@media (max-width: 767px) {
  :root {
    --js-breakpoint: breakpointSmall;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  display: inline-block;
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background-color: var(--s-buttonbg);
  line-height: 1.3;
  cursor: pointer;
  color: var(--s-buttoncolor);
  padding: 18px 20px 17px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  text-align: center;
  text-decoration: none;
  transition: all 0.4s;
}
.button:hover,
.button:focus {
  color: var(--s-buttoncolor-hover);
  background-color: var(--s-buttonbg-hover);
}
.button:active {
  box-shadow: none;
}
.button-hover {
  color: var(--s-buttoncolor-hover);
  background-color: var(--s-buttonbg-hover);
}
/* montserrat-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('/extras/fonts/montserrat-v26-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('/extras/fonts/montserrat-v26-latin-700.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
* {
  margin: 0;
  padding: 0;
  outline: 0;
  border: none;
  background: none;
  font-size: 100%;
}
*::selection {
  background: #CA0B1B;
  color: #fff;
}
.hidden,
.cb-invisible {
  display: none !important;
}
li {
  list-style-position: inside;
}
img,
audio,
video,
iframe {
  float: left;
  width: 100%;
}
strong {
  font-weight: bold;
}
sup,
sub {
  position: relative;
  vertical-align: baseline;
  top: -0.8em;
  font-size: 70%;
}
sub {
  top: 0.4em;
}
address {
  font-style: normal;
}
input,
textarea {
  border-radius: 0;
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.3;
}
.unit caption {
  display: none;
}
.flag {
  background: #CA0B1B;
  color: #fff;
}
img.cb-loading {
  background-size: 30px 30px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-loader.svg);
}
.cbdModule {
  float: left;
  width: 100%;
}
#view .cbdModule.is-empty {
  display: none;
}
.cbDynamicContent__element {
  float: left;
  width: 100%;
}
.area {
  float: left;
  width: 100%;
}
#view .area:empty {
  display: none;
}
.unit {
  float: left;
  width: 100%;
  margin-top: var(--spaceUnit);
  margin-bottom: var(--spaceUnit);
  position: relative;
}
.unit__background {
  float: left;
  width: 100%;
}
.unit__content {
  float: left;
  width: 100%;
}
.unit__head,
.unit__body,
.unit__foot {
  float: left;
  width: 100%;
}
.unit--fold div.less,
.unit--fold div.more {
  float: left;
  width: 100%;
}
.unit--fold .ctrl {
  float: left;
  width: 100%;
}
.part {
  float: left;
  width: 100%;
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
  position: relative;
}
.part__content {
  float: left;
  width: 100%;
}
.pict a {
  float: left;
  width: 100%;
}
.pict img {
  width: 100%;
}
.pict img:not(.svg) {
  width: auto;
  max-width: 100% !important;
}
#root#root#root img.zoom {
  display: none !important;
}
#edit .part video {
  pointer-events: none;
}
.cb-image-figure {
  float: left;
  width: 100%;
}
.cb-image-container {
  float: left;
  width: 100%;
  position: relative;
}
.cb-image-caption {
  float: left;
  width: 100%;
  margin-top: 6px;
}
#disp.zoom .cb-image-figure {
  height: 100%;
}
#disp.zoom .cb-image-container {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#disp.zoom .cb-image-caption {
  display: none;
}
.cb-album .cb-image-figure {
  opacity: 1 !important;
  display: block !important;
}
.cb-album .cb-image-container {
  position: static;
}
.cb-album .cb-image-caption {
  display: none;
}
div.load {
  background: none !important;
}
div.load a.load {
  display: inline-block;
  padding-left: 26px;
  background-size: 16px 16px;
  background-position: 0 5px;
  background-repeat: no-repeat;
  background-image: url(/images/icon-download-red.svg);
}
.show a {
  float: left;
  width: 100%;
  display: block;
}
#edit .line {
  padding-top: 5px;
  padding-bottom: 5px;
}
.line hr {
  float: left;
  width: 100%;
  border-bottom: 1px solid var(--s-textcolor);
}
.line hr.bold {
  border-bottom-width: 2px;
}
.line hr.dash {
  border-bottom-style: dashed;
}
.line hr.spot {
  border-bottom-style: dotted;
}
#edit div.code {
  position: relative;
  min-height: 30px;
}
#edit div.code:after {
  content: 'Code';
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background: #aaa;
  opacity: 0.6;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  letter-spacing: 0.2em;
  padding: 0 20px;
}
.cb-code-executable {
  float: left;
  width: 100%;
}
.part.cb-youtube iframe,
.part.cb-vimeo iframe {
  height: 100%;
  background-color: #fff;
}
.part.cb-share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.part.cb-share .cb-service {
  float: left;
  margin-left: 16px;
}
.part.cb-share .cb-service:first-child {
  margin-left: 0;
}
.part.cb-share .cb-service * {
  float: left;
}
.part.cb-share .cb-service a {
  float: left;
  width: 50px;
  height: 50px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  box-sizing: border-box;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 10000px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.part.cb-share .cb-service a:hover {
  filter: invert(1);
}
.part.cb-share .cb-service.cb-service-facebook-share a {
  background-size: auto 24px;
  background-image: url(/images/cb-default/socialShare-facebook-black.svg);
}
.part.cb-share .cb-service.cb-service-twitter a {
  background-size: auto 18px;
  background-image: url(/images/cb-default/socialShare-twitter-black.svg);
}
.text-section {
  float: left;
  width: 100%;
}
.list {
  float: left;
  width: 100%;
}
.list--bullet li {
  list-style: none;
  padding-left: 35px;
  position: relative;
}
.list--bullet li:before {
  font-size: 30px;
  line-height: 1.2;
  content: '-';
  position: absolute;
  left: 0;
  top: 0;
  color: var(--s-textcolor);
}
.list--numbered {
  counter-reset: numberedList;
}
.list--numbered li {
  list-style: none;
  padding-left: 24px;
  position: relative;
}
.list--numbered li:before {
  font-size: 30px;
  line-height: 1.2;
  content: counter(numberedList) ".";
  counter-increment: numberedList;
  position: absolute;
  left: 0;
  top: 0;
}
#expo {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
}
#slides {
  float: left;
  width: 100%;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  position: relative;
}
#slides .slide {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}
#slides a {
  display: block;
  width: 100%;
  height: 100%;
}
#slides a.null {
  cursor: default;
}
.cb-slides .cb-image-figure {
  height: 100%;
}
.cb-slides .cb-image-container {
  height: 100% !important;
}
#slides img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
#expo div.link {
  display: block;
  float: left;
  width: 100%;
  height: 0;
}
#expo a.link {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 30px;
  height: 50px;
  transform: translateY(-50%);
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  transition: all 0.4s;
}
#expo a.link.prev {
  left: 20px;
  background-image: url(/images/arrow-left-white.svg);
}
#expo a.link.prev:hover {
  left: 10px;
}
#expo a.link.next {
  right: 20px;
  background-image: url(/images/arrow-right-white.svg);
}
#expo a.link.next:hover {
  right: 10px;
}
table.link,
table.link tbody {
  float: left;
  display: block;
  width: 100%;
  height: 0;
}
.cb-index-all {
  display: none !important;
  position: absolute;
  left: 0;
  bottom: 20px;
  z-index: 2;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cb-index-all td {
  float: left;
  display: block;
  margin: 0 10px;
}
.cb-index-all td.init {
  margin-left: 0;
}
.cb-index-all td.exit {
  margin-right: 0;
}
.cb-index-all a {
  display: block;
  width: 16px;
  height: 16px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  background: #fff;
  border-radius: 16px;
  transition: all 0.4s;
}
.cb-index-all td.this a {
  background: #CA0B1B;
}
.cb-index-some {
  display: none;
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 2;
}
.cb-index-some td {
  float: left;
  display: block;
  color: #fff;
}
.cb-index-some td:first-child:after {
  display: inline-block;
  content: '/';
  margin: 0 5px;
}
.cb-index-some a {
  color: #fff;
}
.cb-index-some a:hover,
.cb-index-some a:focus {
  color: #fff;
}
#over {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
  width: 100%;
  height: 100% !important;
  background-color: rgba(0, 0, 0, 0.8);
}
#disp {
  position: absolute;
  z-index: 5001;
  top: 0 !important;
  left: 50% !important;
  transform: translateX(-50%);
  width: 1000px !important;
  max-width: 90%;
  min-height: 100vh;
  display: flex !important;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  margin: 0 !important;
  box-sizing: border-box;
  padding: 80px 0 !important;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.42857143;
  color: var(--s-textcolor);
}
@media (max-width: 767px) {
  #disp {
    padding: 20px 0 !important;
  }
}
.disp-wrapper {
  float: left;
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  padding: 40px;
}
@media (max-width: 767px) {
  .disp-wrapper {
    padding: 15px;
  }
}
#disp form {
  float: left;
}
.disp-wrapper > form {
  width: 100%;
}
@media (max-width: 767px) {
  #disp form {
    width: 100%;
  }
}
#disp .fail {
  color: #ae2121;
}
#disp .part {
  margin-top: 4px;
  margin-bottom: 4px;
}
#disp a.mail {
  float: left;
  min-height: 26px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
#disp .head,
#disp .body,
#disp .foot {
  float: left;
  width: 100%;
  position: relative;
}
#disp .body {
  margin: 20px 0;
}
#disp .foot form + form {
  float: right;
}
#disp h2 {
  font-size: 14px;
  line-height: 1.71428571;
  font-weight: normal;
  text-transform: uppercase;
  color: #CA0B1B;
  width: 100%;
  box-sizing: border-box;
  padding-right: 30px;
}
#disp h3 {
  color: #CA0B1B;
  font-size: 16px;
  font-weight: bold;
  padding: 20px 0;
  width: 100%;
}
#disp .head .ctrl {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
#disp .head .ctrl > div {
  float: left;
}
#disp .head .ctrl a {
  float: left;
  display: block;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  width: 16px;
  height: 24px;
  background-size: 16px 16px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-cross-black.svg);
}
#disp .foot input,
#disp .foot a {
  float: left;
  display: inline-block;
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background-color: var(--s-buttonbg);
  line-height: 1.3;
  cursor: pointer;
  color: var(--s-buttoncolor);
  padding: 18px 20px 17px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  text-align: center;
  text-decoration: none;
  transition: all 0.4s;
  line-height: 1.42857143;
}
#disp .foot input:hover,
#disp .foot a:hover,
#disp .foot input:focus,
#disp .foot a:focus {
  color: var(--s-buttoncolor-hover);
  background-color: var(--s-buttonbg-hover);
}
#disp .foot input:active,
#disp .foot a:active {
  box-shadow: none;
}
#disp .foot input.next,
#disp .foot a.next {
  float: right;
}
#disp.mail .foot input {
  float: right;
}
@media (max-width: 767px) {
  #disp .foot input,
  #disp .foot a {
    width: 100%;
    margin: 5px 0;
  }
  #disp .foot input:first-child,
  #disp .foot a:first-child {
    margin-top: 0;
  }
  #disp .foot input:last-child,
  #disp .foot a:last-child {
    margin-bottom: 0;
  }
}
#disp fieldset {
  float: left;
  width: 100%;
  position: relative;
  margin: 4px 0;
}
#disp fieldset.tiny {
  width: 48%;
}
#disp .head fieldset,
#disp .foot fieldset {
  margin: 0;
}
@media (max-width: 767px) {
  #disp fieldset.tiny {
    width: 100%;
  }
}
#disp label.name {
  float: left;
  width: 30%;
  margin-right: 4%;
  min-height: 26px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  #disp label.name {
    width: 100%;
    margin-right: 0;
  }
}
#disp input.text,
#disp textarea {
  float: right;
  width: 66%;
  background-color: #F0F0F0;
  min-height: 26px;
  box-sizing: border-box;
  padding: 2px 10px;
}
#disp input.text.fail,
#disp textarea.fail {
  border: 2px solid #ae2121;
}
#disp textarea {
  min-height: 100px;
  padding: 6px 10px;
}
@media (max-width: 767px) {
  #disp input.text,
  #disp textarea {
    width: 100%;
  }
}
#disp select {
  float: right;
  width: 66%;
  background-color: #F0F0F0;
  height: 26px;
}
@media (max-width: 767px) {
  #disp select {
    width: 100%;
  }
}
#disp input + label,
#disp input + label {
  display: block;
  padding-left: 30px;
}
#disp input.radio,
#disp input.checkbox {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  height: 20px;
  width: 20px;
}
.cb-sitemap-target {
  float: left;
  margin-bottom: 20px;
  color: #fff;
  padding: 5px 10px;
  background-color: #ae2121;
}
.cb-sitemap-contents {
  float: left;
  width: 100%;
}
.cb-sitemap-contents li {
  list-style: none;
  padding-left: 20px;
  position: relative;
}
.cb-sitemap-contents li:before {
  content: '•';
  position: absolute;
  left: 0;
  top: 0;
}
.cb-zoom-indicator {
  position: absolute;
  z-index: 2;
  right: 15px;
  bottom: 15px;
  width: 36px;
  height: 36px !important;
  border-radius: 30px;
  background-color: rgba(0, 0, 0, 0.5);
  background-size: 18px 18px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-zoom-white.svg);
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s cubic-bezier(0.05, 0.8, 0.5, 1);
}
a.zoom .cb-zoom-indicator {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 1023px) {
  .cb-zoom-indicator {
    right: 10px;
    bottom: 10px;
    width: 24px;
    height: 24px;
    background-size: 12px 12px;
    opacity: 1;
    transform: scale(1);
  }
}
#disp.zoom {
  position: fixed;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  max-width: 100%;
  height: 100%;
  background: none;
  padding: 0 !important;
  display: block !important;
  transform: none;
}
#disp.zoom .disp-wrapper {
  padding: 0;
  background: none;
  height: 100%;
}
#disp.zoom div.head h2 {
  display: none;
}
#disp.zoom div.head div.ctrl {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 2;
}
@media (max-width: 767px) {
  #disp.zoom div.head div.ctrl {
    top: 20px;
    right: 20px;
  }
}
#disp.zoom div.head div.ctrl > div {
  float: left;
  margin: 0 10px;
}
#disp.zoom div.head div.ctrl > div:first-child {
  margin-left: 0;
}
#disp.zoom div.head div.ctrl > div:last-child {
  margin-right: 0;
}
#disp.zoom div.head div.ctrl a {
  float: left;
  display: block;
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-arrow-left-white.svg);
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
}
#disp.zoom div.head div.ctrl .next a {
  background-image: url(/images/cb-default/cb-arrow-right-white.svg);
}
#disp.zoom div.head div.ctrl .quit a {
  background-image: url(/images/cb-default/cb-cross-white.svg);
  background-size: 16px 16px;
}
#disp.zoom div.head div.ctrl a:hover {
  transform: scale(1.1);
}
#disp.zoom div.head div.ctrl a:active {
  transform: scale(1);
}
#disp.zoom div.body {
  float: left;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 80px 30px;
  margin: 0;
}
@media (max-width: 767px) {
  #disp.zoom div.body {
    padding: 60px 20px;
  }
}
#disp.zoom div.body > div {
  float: left;
  width: 100% !important;
  height: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#disp.zoom div.body a {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#disp.zoom div.body img {
  float: left;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
#disp.zoom div.foot {
  display: none;
}
.ie11 #disp.zoom {
  position: absolute;
}
.ie11 #disp.zoom div.body,
.ie11 #disp.zoom div.body > div,
.ie11 #disp.zoom div.body a {
  height: auto;
  display: block;
}
.ie11 #disp.zoom div.body img {
  float: none;
  position: relative;
  height: auto;
  display: block;
  margin: 0 auto;
}
#disp.srch {
  display: block !important;
}
#disp.srch h2 {
  display: none;
}
#disp.srch .disp-wrapper {
  background: none;
  padding: 0;
}
#disp.srch .head .ctrl a {
  background-image: url(/images/cb-default/cb-cross-white.svg);
}
#disp.srch div.body {
  margin: 0;
}
#disp.srch fieldset {
  margin: 0;
}
#disp.srch label.name {
  display: none;
}
#disp.srch input.text {
  font-family: 'Montserrat', sans-serif;
  background-color: transparent;
  margin-top: 40px;
  width: 100%;
  color: #fff;
  font-size: 50px;
  line-height: 1;
  border-bottom: 1px solid #fff;
  padding: 20px 0;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
}
@media (max-width: 767px) {
  #disp.srch input.text {
    font-size: 18px;
  }
}
.cb-result {
  float: left;
  width: 100%;
  color: #fff;
  font-size: 18px;
  text-align: left;
  -webkit-font-smoothing: antialiased;
}
.cb-result p {
  margin-top: 40px;
}
.cb-result a {
  color: #fff;
  text-decoration: none;
}
.cb-result a:hover {
  color: #fff;
  text-decoration: underline;
}
.cb-result table {
  float: left;
  width: 100%;
  border-collapse: collapse;
}
.cb-result tbody {
  width: 100%;
}
.cb-result th {
  padding-top: 20px;
  font-size: 24px;
  line-height: 1;
  text-align: left;
}
.cb-result th:first-child {
  padding-right: 40px;
  width: 80px;
}
.cb-result td {
  padding-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.cb-result th,
.cb-result td {
  vertical-align: middle;
}
@media (max-width: 767px) {
  .cb-result {
    font-size: 14px;
  }
  .cb-result th {
    padding-top: 10px;
    font-size: 18px;
  }
  .cb-result th:first-child {
    padding-right: 10px;
    width: 54px;
  }
  .cb-result td {
    padding-bottom: 10px;
    padding-top: 5px;
  }
}
.unit.form {
  box-sizing: border-box;
  padding: 0 291px;
}
.unit.form .unit__foot {
  display: flex;
  justify-content: center;
}
.unit.form .part {
  --spacePart: 15px;
}
.unit.form .part--visibilityOnlyEdit {
  display: none;
}
#edit .unit.form .part--visibilityOnlyEdit {
  display: block;
}
@media (max-width: 1023px) {
  .unit.form {
    padding: 0;
  }
}
.unit.form form {
  float: left;
  width: 100%;
}
.cb-form-required {
  float: left;
  width: 100%;
  text-align: center;
}
.unit.form fieldset {
  float: left;
  width: 100%;
  position: relative;
}
.unit.form div.ctrl {
  float: left;
  width: 100%;
}
.unit.form div.ctrl.fail {
  box-sizing: border-box;
  padding: 5px;
  background-color: #e7bcbc;
}
@media (min-width: 768px) {
  .unit.form .tile div.ctrl {
    float: right;
    width: 66%;
  }
}
.unit.form .name {
  float: left;
  width: 100%;
  padding-bottom: 5px;
  font-size: 25px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .unit.form .tile .name {
    width: 30%;
    min-height: 65px;
    padding-top: 19.5px;
    padding-bottom: 19.5px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
  }
}
.unit.form input.text,
.unit.form textarea {
  float: left;
  width: 100%;
  box-sizing: border-box;
  background: #EFEFEF;
  min-height: 65px;
  padding: 22px 39px 17px;
  -webkit-appearance: none;
}
.unit.form input.text.fail,
.unit.form textarea.fail {
  background-color: #e7bcbc;
}
.unit.form textarea {
  padding: 10px;
}
@media (min-width: 768px) {
  .unit.form .tile input.text,
  .unit.form .tile textarea {
    float: right;
    width: 66%;
  }
}
.unit.form div.tick div.ctrl > div {
  float: left;
  width: 100%;
  position: relative;
  padding: 4px 0;
}
@media (min-width: 768px) {
  .unit.form div.tick.tile div.ctrl > div {
    padding-top: 19.5px;
    padding-bottom: 19.5px;
  }
}
.unit.form div.tick label {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding-left: 26px;
}
.unit.form div.tick input {
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  margin-right: 6px;
  height: 26px;
  vertical-align: top;
}
@media (min-width: 768px) {
  .unit.form div.tick.tile input {
    top: 19.5px;
  }
}
.unit.form select {
  float: left;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  line-height: 1.3;
  background: #EFEFEF;
  height: 65px;
  border: 1px solid var(--s-textcolor);
  padding: 5px;
}
.unit.form .ship fieldset > div {
  float: left;
  width: 100%;
}
.unit.form .ship fieldset > div.fail {
  box-sizing: border-box;
  padding: 5px;
  background-color: #e7bcbc;
}
.unit.form .ship div.chop {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.unit.form .ship div.chop input {
  float: left;
  width: 100%;
  display: block;
  font-size: 12px;
}
.unit.form .ship div.chop span {
  float: left;
}
.unit.form .ship div.chop a {
  float: left;
  display: block;
  margin-left: 10px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  width: 12px;
  height: 12px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-cross-black.svg);
}
@media (min-width: 768px) {
  .unit.form .ship.tile fieldset > div {
    float: right;
    width: 66%;
    min-height: 65px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }
}
.unit.form .submit {
  float: right;
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
  display: inline-block;
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background-color: var(--s-buttonbg);
  line-height: 1.3;
  cursor: pointer;
  color: var(--s-buttoncolor);
  padding: 18px 20px 17px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  text-align: center;
  text-decoration: none;
  transition: all 0.4s;
}
.unit.form .submit:hover,
.unit.form .submit:focus {
  color: var(--s-buttoncolor-hover);
  background-color: var(--s-buttonbg-hover);
}
.unit.form .submit:active {
  box-shadow: none;
}
.calendar {
  position: absolute !important;
  z-index: 2;
  left: 34% !important;
  top: 100% !important;
  right: unset !important;
  background: #fff;
  width: 200px;
  margin: 10px 0 0 0 !important;
  box-shadow: 0 0 6px rgba(160, 160, 160, 0.4);
  font-size: 14px;
  line-height: 1.14285714;
  padding: 20px;
}
.calendar table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.calendar th,
.calendar td {
  text-align: center;
  padding: 2px;
}
.calendar tr.month th {
  padding-bottom: 10px;
}
.calendar tr.month th:first-child a,
.calendar tr.month th:last-child a {
  float: left;
  display: block;
  width: 16px;
  height: 16px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-arrow-left-black.svg);
}
.calendar tr.month th:last-child a {
  float: right;
  background-image: url(/images/cb-default/cb-arrow-right-black.svg);
}
.calendar td.today a {
  color: var(--s-textcolor);
  text-decoration: underline;
}
.unit.form .recaptcha-info {
  color: #aaa;
}
.unit.form .recaptcha-info a {
  color: #aaa;
}
.unit.form .recaptcha-info a:hover,
.unit.form .recaptcha-info a:focus {
  text-decoration: underline;
}
.unit.form .part.fail {
  font-size: 16px;
  line-height: 1.25;
  border-left: 4px solid #ae2121;
  box-sizing: border-box;
  padding: 20px;
  background-color: #e7bcbc;
  color: #ae2121;
}
.unit.form div.cb-form-sent {
  float: left;
  width: 100%;
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
}
.unit.form div.cb-form-sent a {
  float: right;
  color: #5abb55;
  font-size: 14px;
}
#disp.two-step-verification div.body {
  overflow: hidden;
}
#disp.two-step-verification p {
  float: left;
  width: 100%;
}
.two-step-verification-container {
  float: left;
  width: 100%;
  min-width: 300px;
  margin-top: 10px;
  height: 350px;
  position: relative;
}
.two-step-verification-container a {
  display: inline-block;
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background-color: var(--s-buttonbg);
  line-height: 1.3;
  cursor: pointer;
  color: var(--s-buttoncolor);
  padding: 18px 20px 17px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  text-align: center;
  text-decoration: none;
  transition: all 0.4s;
}
.two-step-verification-container a:hover,
.two-step-verification-container a:focus {
  color: var(--s-buttoncolor-hover);
  background-color: var(--s-buttonbg-hover);
}
.two-step-verification-container a:active {
  box-shadow: none;
}
.two-step-verification__div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #fff;
  background-size: 100px 100px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-loader-black.svg);
}
.two-step-verification-container.loaded .two-step-verification__div {
  background-image: none;
}
.table {
  float: left;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
.table-layout-fixed .table {
  table-layout: fixed;
}
.table tr {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.table-head tr {
  border-top: none;
}
.table th {
  font-weight: normal;
  padding: 5px 10px;
  vertical-align: top;
}
.table th.init {
  padding-left: 0;
}
.table th.exit {
  padding-right: 0;
}
.table th.align-left {
  text-align: left;
}
.table th.align-center {
  text-align: center;
}
.table th.align-right {
  text-align: right;
}
.table--headline th {
  font-weight: bold;
}
.table td {
  padding: 5px 10px;
  vertical-align: top;
}
.table td.init {
  padding-left: 0;
}
.table td.exit {
  padding-right: 0;
}
.table td.align-left {
  text-align: left;
}
.table td.align-center {
  text-align: center;
}
.table td.align-right {
  text-align: right;
}
#edit .table td {
  border-left: 1px dashed #e0e0e0;
  border-right: 1px dashed #e0e0e0;
}
.table--footer .table-foot td {
  font-weight: bold;
}
@media (max-width: 767px) {
  .part--table .table {
    font-size: 2.60756193vw;
  }
}
html,
body {
  float: left;
  width: 100%;
  min-height: 100vh;
}
#home {
  float: left;
  height: 50px;
}
.logo {
  width: auto;
  height: 100%;
}
#head {
  float: left;
  width: 100%;
  margin-top: calc(var(--spaceTotal) * 2);
}
.wrapper {
  float: left;
  width: 100%;
  min-height: 100vh;
  background-color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  line-height: 1.3;
  color: var(--s-textcolor);
  overflow: hidden;
  -webkit-hyphens: none;
          hyphens: none;
  -webkit-font-smoothing: antialiased;
}
.desk {
  *zoom: 1;
  margin: 0 auto;
  max-width: var(--deskMaxWidth);
  width: var(--deskWidth);
  position: relative;
}
.desk:before,
.desk:after {
  display: table;
  content: '';
}
.desk:after {
  clear: both;
}
.section--header .desk {
  --deskWidth: 1640px;
}
.section--footer .desk {
  --deskWidth: 1116px;
}
.section {
  float: left;
  width: 100%;
  position: relative;
}
.section--header {
  position: fixed;
  top: 0;
  background-color: #FFFFFF;
  padding: 20px 0;
  box-sizing: border-box;
  z-index: 2000;
  transition: all 0.4s;
}
body:not(.cb-toggle-target-active) .section--header {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.container {
  float: left;
}
.container--head {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.container--nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 6px;
  box-sizing: border-box;
}
@media (max-width: 1369px) {
  .container--nav {
    padding-right: 50px;
    padding-top: 0;
  }
}
.section--two {
  background-color: #000000;
  --s-textcolor: #FFFFFF;
  --s-linkcolor-hover: #FFFFFF;
  --s-buttonbg-hover: #FFFFFF;
  --s-buttoncolor-hover: #000000;
}
.section--two .unitTwo {
  --s-textcolor: #000000;
}
.section--two .unitTwo .part--link .open:hover,
.section--two .unitTwo .part--link .open:focus {
  --s-buttoncolor: #000000;
}
.section--multimood {
  height: 100vh;
  border-bottom: 10px solid #CA0B1B;
}
.section--multimood .mood {
  width: 100%;
  height: 100%;
}
.section--multimood .content {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}
.logobig {
  float: left;
  width: auto;
  height: 90px;
}
.section--footer {
  background-color: #CA0B1B;
  color: #FFFFFF;
}
.section--footer a {
  color: #FFFFFF;
}
.section--footer a:hover,
.section--footer a:focus {
  color: rgba(255, 255, 255, 0.7);
}
.footarea {
  float: left;
  width: 100%;
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
}
.footpart {
  float: left;
  width: 100%;
  color: #FFFFFF;
  margin-top: calc(var(--spacePart) * 3);
  margin-bottom: calc(var(--spacePart) * 3);
}
.foottitle {
  float: left;
  width: 100%;
  margin-bottom: calc(var(--spacePart) * 3 / 2);
}
.contact {
  float: left;
  width: 100%;
  margin-top: calc(var(--spacePart) * 3 / 2);
}
.legal {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.legal .cbdModule--text {
  float: left;
  margin-bottom: calc(var(--spacePart) * 3 / 2);
}
.legal .cbdModule--text:last-child {
  margin-bottom: 0;
}
.footstripe {
  float: left;
  width: 100%;
  background-color: #000000;
  padding: 18px 5vw;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 10px;
  line-height: 1.5;
  color: #FFFFFF;
}
#social {
  float: left;
}
#social .meta {
  float: left;
  width: 14px;
  height: 14px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin-right: 30px;
}
#social .meta:last-child {
  margin-right: 0;
}
#social .meta.service_instagram {
  background-image: url(/images/social-instagram.svg);
}
#social .meta.service_facebook {
  background-image: url(/images/social-facebook.svg);
}
#social .meta.service_linkedin {
  background-image: url(/images/social-linkedin.svg);
}
a {
  color: var(--s-linkcolor);
  text-decoration: none;
  transition: all 0.4s;
}
a:hover,
a:focus {
  color: var(--s-linkcolor-hover);
}
h1 {
  text-align: center;
}
h1,
h2 {
  font-size: 75px;
  line-height: 1.2;
  color: #CA0B1B;
  font-weight: 400;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  h1,
  h2 {
    font-size: 50px;
    line-height: 1.2;
  }
}
h3 {
  font-size: 50px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--s-textcolor);
}
@media (max-width: 1023px) {
  h3 {
    font-size: 32px;
    line-height: 1.3125;
  }
}
h4 {
  font-size: 40px;
  line-height: 1.25;
  color: #CA0B1B;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media (max-width: 1023px) {
  h4 {
    font-size: 22px;
    line-height: 1.45454545;
  }
}
h5 {
  font-size: 35px;
  line-height: 1.42857143;
  color: var(--s-textcolor);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media (max-width: 1023px) {
  h5 {
    font-size: 22px;
    line-height: 1.45454545;
  }
}
.loud {
  color: var(--s-textcolor);
  font-size: 40px;
  line-height: 0.9;
  letter-spacing: 0.1em;
}
@media (max-width: 1023px) {
  .loud {
    font-size: 22px;
    line-height: 1.45454545;
  }
}
.norm {
  color: var(--s-textcolor);
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media (max-width: 1023px) {
  .norm {
    font-size: 20px;
    line-height: 1.5;
  }
}
.pale {
  color: var(--s-textcolor);
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media (max-width: 1023px) {
  .pale {
    font-size: 18px;
    line-height: 1.5;
  }
}
.load {
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.area1 {
  margin-bottom: var(--spaceTotal);
}
.area3 {
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
}
.area--one .unit--fold + .unit--fold {
  margin-top: calc(var(--spaceUnit) * -1);
}
.area--one .unit--fold .fold-toggle {
  box-sizing: border-box;
  padding: 0 10px 10px 50px;
  display: block;
  color: #CA0B1B;
  position: relative;
  border-bottom: 1px solid var(--s-textcolor);
}
.area--one .unit--fold .fold-toggle:after {
  content: '';
  position: absolute;
  left: 10px;
  top: 0;
  width: 25px;
  height: 25px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/folding-toggle-red.svg);
  transition: all 0.4s;
}
.area--one .unit--fold .more {
  display: block !important;
  height: 0;
  overflow: hidden;
  transition: all 0.4s;
  box-sizing: border-box;
}
.area--one .unit--fold .unit__foot {
  display: none;
}
.area--one .unit--fold.unit--foldOpen .fold-toggle:after {
  transform: rotate(90deg);
}
.area--one .unit--fold.unit--foldOpen .more {
  height: var(--js-elementHeight);
}
.area--one .unitTwo {
  background-color: #EFEFEF;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.16);
  padding-bottom: var(--spacePart);
  box-sizing: border-box;
  padding-left: 5vw;
  padding-right: 5vw;
  transition: all 0.4s;
}
.area--one .unitTwo .part.pict:first-child {
  width: calc(100% + 10vw);
  height: 50vw;
  margin-top: 0;
  margin-bottom: var(--spacePart);
  margin-left: -5vw;
  margin-right: -5vw;
}
.area--one .unitTwo .part.pict:first-child * {
  height: 100%;
}
.area--one .unitTwo .part.pict:first-child img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.area--one .unitTwo.unit--isAnchor:hover .part--link .open,
.area--one .unitTwo.unit--isAnchor:focus .part--link .open {
  color: var(--s-buttoncolor-hover);
  background-color: var(--s-buttonbg-hover);
}
.area--one .unitThree {
  box-sizing: border-box;
}
.area--one .unitThree .part.pict:first-child {
  width: 93.95770393%;
  aspect-ratio: 1;
  border-radius: 1000px;
  border: 10px solid #CA0B1B;
  overflow: hidden;
}
@supports not (aspect-ratio: 1 /  1) {
  .area--one .unitThree .part.pict:first-child:before {
    float: left;
    padding-top: 100%;
    content: '';
  }
  .area--one .unitThree .part.pict:first-child:after {
    display: block;
    content: '';
    clear: both;
  }
}
.area--one .unitThree .part.pict:first-child * {
  height: 100%;
}
.area--one .unitThree .part.pict:first-child img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.area--one .unitFour .part.pict {
  aspect-ratio: 1;
}
@supports not (aspect-ratio: 1 /  1) {
  .area--one .unitFour .part.pict:before {
    float: left;
    padding-top: 100%;
    content: '';
  }
  .area--one .unitFour .part.pict:after {
    display: block;
    content: '';
    clear: both;
  }
}
.area--one .unitFour .part.pict * {
  height: 100%;
}
.area--one .unitFour .part.pict img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.area--one .unitFive {
  width: 100vw !important;
  left: 50%;
  margin-left: -50vw !important;
  margin-right: 0 !important;
  border-bottom: 10px solid #CA0B1B;
}
.area--one .unitFive .part:last-child {
  margin-bottom: 0;
}
.unit:not(.unit--realestate).scroll-animated {
  transform: translateY(200px);
  opacity: 0;
  transition: transform 0.6s, opacity 0.4s cubic-bezier(0.61, 1, 0.88, 1) !important;
}
.unit:not(.unit--realestate).scroll-animated.scroll-animated--active {
  opacity: 1;
  transform: translateY(0);
}
#head:not(.scroll-animated),
.unit:not(.unit--realestate.scroll-animated) {
  opacity: 0;
}
.show-content #head:not(.scroll-animated),
.show-content .unit:not(.unit--realestate.scroll-animated) {
  animation-name: notScrollAnimated;
  animation-duration: 0.6s;
  animation-iteration-count: 1;
  animation-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
  opacity: 1;
}
@keyframes notScrollAnimated {
  0% {
    opacity: 0;
    transform: translateY(200px);
  }
  60%,
  100% {
    opacity: 1;
  }
  100% {
    transform: translateY(0);
  }
}
.partAlign--center {
  text-align: center;
}
.part--link .open {
  display: inline-block;
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background-color: var(--s-buttonbg);
  line-height: 1.3;
  cursor: pointer;
  color: var(--s-buttoncolor);
  padding: 18px 20px 17px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  text-align: center;
  text-decoration: none;
  transition: all 0.4s;
}
.part--link .open:hover,
.part--link .open:focus {
  color: var(--s-buttoncolor-hover);
  background-color: var(--s-buttonbg-hover);
}
.part--link .open:active {
  box-shadow: none;
}
@media (max-width: 1369px) {
  body.cb-toggle-target-active {
    overflow: hidden;
  }
  .navigation {
    display: none;
  }
}
.togglenavigation {
  position: fixed;
  top: 33px;
  right: 5%;
  z-index: 2001;
  width: 36px;
  height: 24px;
  cursor: pointer;
}
.tline {
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 4px;
  background-color: #CA0B1B;
  border-radius: 4px;
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.tline--1 {
  top: calc(50% - 5px);
  transform: translateY(-50%);
}
.tline--2 {
  top: calc(50% + 5px);
  transform: translateY(-50%);
}
body.cb-toggle-target-active .tline--1 {
  top: calc(50%);
  transform: translateY(-50%) rotate(-45deg);
}
body.cb-toggle-target-active .tline--2 {
  top: calc(50%);
  transform: translateY(-50%) rotate(45deg);
}
.mobile-navigation {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1999;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow-y: scroll;
  transform: translateY(-100%);
  transition: all 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
}
body.cb-toggle-target-active .mobile-navigation {
  transform: translateY(0);
}
.mobile-navi-animation {
  float: left;
  width: 100%;
  opacity: 0;
  transform: translateY(-100vh);
  transition: all 0s 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
}
body.cb-toggle-target-active .mobile-navi-animation {
  transition: all 1s cubic-bezier(0.05, 0.8, 0.5, 1);
  transform: translateY(0);
  opacity: 1;
}
.mobile-navigation div.navi {
  float: left;
  width: 100%;
  display: block;
  position: relative;
}
.mobile-navigation div.navi > .cb-toggle {
  display: none;
}
.mobile-navigation div.navi > .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  float: left;
  width: 100%;
  position: relative;
}
.mobile-navigation div.navi > .item.item-empty > .cb-toggle {
  display: none;
}
.mobile-navigation div.navi > .item > .menu {
  display: block;
  color: var(--s-textcolor);
}
.mobile-navigation div.navi > .item > .menu.path {
  color: #CA0B1B;
}
.mobile-navigation div.sub2 {
  box-sizing: border-box;
  padding: 0 5vw;
  margin: 120px 0 30px;
}
.mobile-navigation div.sub2 > .item > .menu {
  font-size: 30px;
  line-height: 1.33333333;
}
.mobile-navigation div.sub2 > .item.path {
  color: #CA0B1B;
  font-weight: bold;
}
.footnavi {
  float: left;
  width: 100%;
}
.footnavi div.sub2 {
  float: left;
  display: flex;
  flex-direction: column;
}
.footnavi div.sub2 > .item {
  float: left;
  margin-bottom: calc(var(--spacePart) * 3 / 2);
}
.footnavi div.sub2 > .item.exit {
  margin-bottom: 0;
}
.footnavi div.sub2 > .item > .menu {
  display: block;
  font-weight: bold;
}
.realestate-item-group {
  float: left;
  width: 100%;
}
.realestate {
  float: left;
  width: 100%;
  color: var(--s-textcolor);
  font-size: 15px;
  line-height: 19px;
  min-height: 500px;
}
.realestate__section {
  float: left;
  width: calc(100% - 450px);
  margin-left: 450px;
  margin-top: 50px;
}
.realestate__section:first-child {
  margin-top: 0;
}
@media (max-width: 1023px) {
  .realestate__section {
    margin-left: 0;
    width: 100%;
  }
}
.realestate-desk {
  float: left;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.realestate__section--table {
  overflow-x: auto;
}
.realestate__section--svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 400px;
  margin-left: 0;
}
@media (max-width: 1023px) {
  .realestate__section--svg {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .realestate__section--svg {
    display: none !important;
  }
}
.realestate__section--info--bottom,
.realestate__section--actions--bottom {
  display: none;
}
.realestate svg {
  float: left;
  width: 100%;
  overflow: visible;
}
.appartment {
  cursor: pointer;
}
.appartment * {
  fill: #fff;
  stroke: #000;
  stroke-width: 0.3;
  transition: all 0.4s;
}
.appartment.is-hovered *,
.appartment.is-active * {
  fill: #CA0B1B;
}
.floor {
  transition: all 0.3s ease-out;
  transform-origin: 0 100%;
}
.floor.is-open {
  transform: translateY(-140px);
}
.compass path {
  fill: white;
  stroke: black;
  stroke-width: 0.02em;
}
.filter-section {
  float: left;
  width: 100%;
  margin-top: 50px;
}
.filter-section:first-child {
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.filter-section--selectors {
  position: relative;
  z-index: 2;
}
.filter-section--sliders {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.filter {
  float: left;
  width: calc(100% / 3 - 20px);
  max-width: 100%;
}
.filter.is-disabled {
  opacity: 0.4;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .filter {
    width: 100%;
    margin-right: 0;
    margin-top: 16px;
  }
  .filter:first-child {
    margin-top: 0;
  }
}
.realestate .o-label {
  display: block;
  padding-bottom: 10px;
  font-weight: bold;
}
.realestate .o-form-group {
  float: left;
  width: 100%;
}
.realestate .o-form-input {
  float: left;
  width: 100%;
}
.realestate .o-dropdown {
  float: left;
  width: 100%;
  position: relative;
  background-color: #F2F2F2;
}
.realestate .o-dropdown__selected {
  float: left;
  width: 100%;
  position: relative;
}
.realestate .o-dropdown__link {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 100%;
  background-color: #CA0B1B;
  background-image: url(/images/realestate-arrow-down.svg);
  background-size: 18px 18px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: 2;
}
.realestate .o-dropdown__link:hover {
  cursor: pointer;
}
.realestate .o-dropdown.is-open .o-dropdown__link {
  background-image: url(/images/realestate-arrow-up.svg);
}
.realestate .o-dropdown__results {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #F2F2F2;
  z-index: 3;
  display: none;
  border-top: 1px solid #fff;
}
.realestate .o-dropdown.is-open .o-dropdown__results {
  display: block;
}
.realestate .o-dropdown__item {
  padding: 4px 10px;
  min-height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}
.realestate .o-dropdown__item:hover {
  cursor: pointer;
  background-color: #d9d9d9;
}
.realestate .o-dropdown__selected .o-dropdown__item {
  padding-right: 60px;
}
.realestate .o-dropdown__item.is-active {
  color: #CA0B1B;
}
.o-slider {
  float: left;
  width: 100%;
}
.o-slider__bar {
  float: left;
  width: 100%;
  margin: 10px 0;
  position: relative;
  height: 1px;
  background-color: var(--s-textcolor);
}
.o-slider-handler {
  position: absolute;
  top: -10px;
  width: 21px;
  height: 21px;
  background-color: #CA0B1B;
  border-radius: 21px;
}
.o-slider-handler:hover {
  cursor: pointer;
}
.o-slider-handler--min {
  left: 0;
}
.o-slider-handler--max {
  left: 100%;
}
.o-slider__values {
  float: left;
  width: 100%;
  margin-top: 5px;
}
.o-slider-value--min {
  float: left;
}
.o-slider-value--max {
  float: right;
}
.realestate-button {
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #F2F2F2;
  font-weight: bold;
  min-height: 50px;
  box-sizing: border-box;
  padding: 5px 20px;
  cursor: pointer;
  margin: 0 20px;
}
.realestate-button:first-child {
  margin-left: 0;
}
.realestate-button:last-child {
  margin-right: 0;
}
.realestate-button:hover {
  color: #fff;
  background-color: #CA0B1B;
}
.realestate-button.is-disabled {
  opacity: 0.6;
  pointer-events: none;
  color: var(--s-textcolor);
  background-color: #F2F2F2;
}
@media only screen and (max-width: 767px) {
  .realestate-button {
    width: 100%;
  }
}
.table--realestate {
  float: left;
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
body.de .table-column--10 {
  display: none;
}
body.fr .table-column--9 {
  display: none;
}
.table--realestate tr.table-appartment {
  background-color: #F2F2F2;
  cursor: pointer;
  display: none;
}
.table--realestate tr.table-appartment:nth-child(2n) {
  background-color: transparent;
}
.table--realestate tr.table-appartment:last-child {
  border-bottom: none;
}
.table--realestate tr.table-appartment.is-visible {
  display: table-row;
}
.table--realestate tr.table-appartment.is-hovered,
.table--realestate tr.table-appartment.is-active {
  background-color: #CA0B1B;
  color: #fff;
  cursor: pointer;
}
.table--realestate tr.table-appartment.status--cbPluginREStatusRentedOut,
.table--realestate tr.table-appartment.status--cbPluginREStatusReserved,
.table--realestate tr.table-appartment.appartment-status--cbPluginREStatusRentedOut,
.table--realestate tr.table-appartment.appartment-status--cbPluginREStatusReserved,
.table--realestate tr.table-appartment.is-disabled {
  opacity: 0.5;
  pointer-events: none;
  background-color: #F2F2F2 !important;
  color: var(--s-textcolor) !important;
}
.table--realestate th {
  font-weight: bold;
  padding: 10px 10px;
  vertical-align: bottom;
  white-space: nowrap;
}
.table--realestate td {
  height: 50px;
  padding: 10px 10px;
  vertical-align: middle;
}
.realestate-email {
  display: inline-block;
  width: 25px;
  height: 20px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/realestate-email.svg);
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
}
@media (min-width: 1024px) {
  .is-active .realestate-email,
  .is-hovered .realestate-email {
    background-image: url(/images/realestate-email-white.svg);
  }
}
.realestate-download {
  display: inline-block;
  width: 18px;
  height: 24px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/realestate-download.svg);
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
}
@media (min-width: 1024px) {
  .is-active .realestate-download,
  .is-hovered .realestate-download {
    background-image: url(/images/realestate-download-white.svg);
  }
}
.table--realestate .heading--mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  .table--realestate thead {
    display: none;
  }
  .table--realestate tr.table-appartment {
    padding: 5px 0;
    color: var(--s-textcolor) !important;
    background-color: #F2F2F2 !important;
    border-width: 5px 0;
  }
  .table--realestate tr.table-appartment:nth-child(2n) {
    background-color: transparent;
  }
  .table--realestate tr.table-appartment.is-visible {
    display: block !important;
  }
  .table--realestate td {
    display: block;
    text-align: right !important;
    height: auto;
    padding: 5px 3%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .table--realestate .heading--mobile {
    display: inline;
    width: 50%;
    text-align: left !important;
  }
}
.realestate-information {
  float: left;
  width: 100%;
}
.information-text {
  float: left;
  width: 100%;
  color: #CA0B1B;
  font-size: 30px;
  line-height: 1.33333333;
  font-weight: bold;
}
.realestate .cb-navi-sticky {
  float: left;
  width: 100%;
}
.realestate .cb-navi-sticky.cb-navi-sticky-clone {
  display: none !important;
}
.realestate .cb-navi-sticky.cb-navi-fixed {
  position: fixed;
  top: 0;
  z-index: 200;
}
@media (max-width: 1023px) {
  .realestate .cb-navi-sticky.cb-navi-fixed {
    position: relative;
  }
}
.neutral *,
.roof *,
.eg * {
  fill: #f0f0f0;
  stroke: #000;
  stroke-width: 0.3;
}
.roof1 *,
.eg * {
  fill: #fff;
}
.roof {
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.floor.is-active .roof,
.floor.is-hovered .roof {
  opacity: 0;
  pointer-events: none;
}
.realestate--manage {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  font-size: 14px;
  line-height: 1.2;
  font-family: 'Montserrat', sans-serif;
  color: #333;
}
.realestate--manage input,
.realestate--manage textarea,
.realestate--manage select {
  display: block;
  border: 1px solid #000;
  border-radius: 2px;
  padding: 3px;
  background-color: #fff;
}
.realestate--manage * {
  font-size: 14px;
  line-height: 1.2;
  font-family: helvetica;
  color: #333;
}
.realestate--manage a:hover {
  color: #555;
}
.realestate--manage .hidden {
  display: none !important;
}
.manage-section {
  float: left;
  width: 100%;
  margin-top: 30px;
}
.realestate-configuration .realestate-form-group--file {
  width: 100%;
  margin-top: 10px;
}
.realestate-configuration .realestate-form-group--file .realestate-form-input {
  margin-left: 0;
}
.realestate-heading {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
}
.realestate-form-group {
  float: left;
  margin-right: 40px;
}
.realestate-form-group:last-child {
  margin-left: 0;
}
.realestate-label,
.realestate-form-label {
  float: left;
  min-height: 32px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
.realestate-form-input {
  float: left;
  margin-left: 10px;
  min-height: 32px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
.manage-button {
  float: left;
  display: block;
  background-color: #333;
  color: #fff;
  line-height: 32px;
  border-radius: 4px;
  padding: 0 10px;
  font-weight: 300;
}
.manage-button:hover {
  background-color: #444;
  cursor: pointer;
}
.manage-button--delete,
.manage-button--download,
.manage-button--upload,
.manage-button--save,
.manage-button--edit,
.manage-button--abort {
  width: 32px;
  height: 32px;
  padding: 0;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: 50% 50%;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
}
.manage-button--delete {
  background-image: url(/icons/realestate/realestate-trash-white.svg);
}
.manage-button--download {
  background-image: url(/icons/realestate/realestate-download-white.svg);
}
.manage-button--upload {
  background-image: url(/icons/realestate/realestate-upload-white.svg);
}
.manage-button--save {
  background-image: url(/icons/realestate/realestate-save-white.svg);
}
.manage-button--edit {
  background-image: url(/icons/realestate/realestate-edit-white.svg);
}
.manage-button--abort {
  background-image: url(/icons/realestate/realestate-abort-white.svg);
}
.manage-section--report table {
  width: 100%;
  margin-bottom: 40px;
  border-collapse: collapse;
}
.manage-section--report table tr {
  min-height: 36px;
}
.manage-section--report table tr.odd {
  background: #eee;
}
.manage-section--report table th,
.manage-section--report table td {
  text-align: left;
  vertical-align: middle;
  padding: 5px 10px;
  white-space: nowrap;
}
.manage-section--report table th .button-width,
.manage-section--report table td .button-width {
  float: left;
  min-width: 156px;
}
.manage-section--report table th .manage-button,
.manage-section--report table td .manage-button {
  margin: 5px;
}
.manage-section--report table th .manage-button:first-child,
.manage-section--report table td .manage-button:first-child {
  margin-left: 0;
}
.manage-section--report table th .manage-button:last-child,
.manage-section--report table td .manage-button:last-child {
  margin-right: 0;
}
.manage-section--report table th {
  padding: 20px 10px;
  background: #333;
  color: #fff;
}
.manage-section--report table th a {
  color: #fff;
  text-decoration: none;
}
.manage-section--report table th a:hover,
.manage-section--report table th a:focus {
  color: #ccc;
}
.manage-section--report table .report-sort--desc,
.manage-section--report table .report-sort--asc {
  padding-right: 20px;
  background-image: url(/icons/realestate/realestate-sort-white.svg);
  background-size: 10px 10px;
  background-position: 100% 50%;
  background-repeat: no-repeat;
}
.realestate-configuration {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 60px;
  font-family: helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.2;
}
.realestate-configuration .realestate-configuration,
.realestate-configuration.realestate-configuration--data {
  padding: 0;
}
.realestate-configuration h1 {
  float: left;
  width: 100%;
  font-weight: bold;
}
.realestate-configuration h3 {
  float: left;
  width: 100%;
  margin-top: 50px;
}
.realestate-tab-container {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.realestate-content {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.realestate-configuration .realestate--manage {
  padding: 0;
}
.realestate-configuration--global {
  padding: 0;
  border-top: 1px solid #ccc;
}
.re-config-content {
  float: left;
  width: 100%;
}
.re-config-content .realestate-form-group {
  float: left;
  width: auto;
}
.re-config-content input {
  float: left;
}
.realestate-definition {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
}
.realestate-definition:nth-child(even) {
  background: #eee;
}
.realestate-definition .realestate-definition-actions {
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
}
.realestate-definition h4 {
  font-size: 16px;
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 10px;
}
.realestate-definition a {
  text-decoration: underline;
  margin-right: 10px;
}
.definition label {
  width: 100%;
  display: block;
  margin-top: 20px;
}
.definition textarea {
  width: 50%;
  min-height: 200px;
  margin-bottom: 20px;
}
.realestate-definition-add {
  text-decoration: underline;
}
.langpick {
  float: left;
  position: relative;
  z-index: 1000;
  margin-left: 10px;
}
.langpick__toggle {
  float: left;
  position: relative;
  z-index: 3;
  font-size: 18px;
  line-height: 1.44444444;
  padding-left: 5px;
  box-sizing: border-box;
  width: 55px;
  height: 26px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  cursor: pointer;
  background-color: #FFFFFF;
  background-position: 50% 0;
  background-size: 100% 0;
  background-repeat: no-repeat;
  transition: all 0.2s;
  color: #000000;
  text-transform: uppercase;
}
.langpick__toggle:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 12px;
  top: 8px;
  right: 5px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-down-black.svg);
}
.langpick__toggle:hover,
.langpick__toggle:focus {
  color: #CA0B1B;
}
.langpick__toggle.cb-toggle-active:after {
  transform: rotate(180deg);
}
.langpick__menu {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s;
}
.langpick.cb-toggle-target-active .langpick__menu {
  top: 100%;
  pointer-events: initial;
  opacity: 1;
}
div.sub1 {
  float: left;
  width: 100%;
  width: 55px;
  z-index: 3;
}
div.sub1 > .item {
  width: 100%;
}
div.sub1 > .item.path {
  display: none;
}
div.sub1 > .item > .menu {
  font-size: 18px;
  line-height: 1.44444444;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 100%;
  height: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-transform: uppercase;
  color: #000000;
  background-color: #FFFFFF;
  background-position: 50% 0;
  background-size: 100% 0;
  background-repeat: no-repeat;
  transition: all 0.2s;
}
div.sub1 > .item > .menu:hover {
  color: #CA0B1B;
}
/*# sourceMappingURL=./screen-small.css.map */