:root {
  --deskSpace: 60px;
  --deskMaxWidth: calc(100% - (var(--deskSpace) * 2));
}
@media (max-width: 1279px) {
  :root {
    --deskSpace: 40px;
  }
}
@media (max-width: 767px) {
  :root {
    --deskSpace: 20px;
  }
}
:root {
  --spacePart: 10px;
}
@media (max-width: 1279px) {
  :root {
    --spacePart: 10px;
  }
}
@media (max-width: 767px) {
  :root {
    --spacePart: 10px;
  }
}
:root {
  --spaceUnit: 60px;
}
@media (max-width: 1279px) {
  :root {
    --spaceUnit: 40px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceUnit: 30px;
  }
}
:root {
  --spaceTotal: 70px;
}
@media (max-width: 1279px) {
  :root {
    --spaceTotal: 50px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceTotal: 40px;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  background-color: #D50D20;
  font-size: 18px;
  line-height: 1.22222222;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  padding: 9px 16px 9px 67px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: left;
  position: relative;
  transition: all 0.3s;
}
.button:before,
.button:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 16px;
  width: 0;
  background-size: 35px 16px;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-right-white.svg);
  transition: all 0.3s;
}
.button:before {
  left: 16px;
  width: 35px;
}
.button:after {
  right: 16px;
}
.button:hover,
.button:focus {
  padding-left: 16px;
  padding-right: 67px;
  background-color: #E25462;
}
.button:hover:before,
.button:focus:before {
  width: 0;
}
.button:hover:after,
.button:focus:after {
  width: 35px;
}
.navigation .button,
.section--two .area .seam .button {
  background-color: #fff;
  color: #D50D20;
}
.navigation .button:before,
.section--two .area .seam .button:before,
.navigation .button:after,
.section--two .area .seam .button:after {
  background-image: url(/images/arrow-right-red.svg);
}
.navigation .button:hover,
.section--two .area .seam .button:hover,
.navigation .button:focus,
.section--two .area .seam .button:focus {
  color: #fff;
  background-color: #E25462;
}
.navigation .button:hover:before,
.section--two .area .seam .button:hover:before,
.navigation .button:focus:before,
.section--two .area .seam .button:focus:before,
.navigation .button:hover:after,
.section--two .area .seam .button:hover:after,
.navigation .button:focus:after,
.section--two .area .seam .button:focus:after {
  background-image: url(/images/arrow-right-white.svg);
}
.section--header .button {
  border: 2px solid #D50D20;
  background-color: transparent;
  color: #D50D20;
}
.section--header .button:before,
.section--header .button:after {
  background-image: url(/images/arrow-right-red.svg);
}
.section--header .button:hover,
.section--header .button:focus {
  color: #fff;
  background-color: #E25462;
  border-color: #E25462;
}
.section--header .button:hover:before,
.section--header .button:focus:before,
.section--header .button:hover:after,
.section--header .button:focus:after {
  background-image: url(/images/arrow-right-white.svg);
}
* {
  margin: 0;
  padding: 0;
  outline: 0;
  border: none;
  background: none;
  font-size: 100%;
}
*::selection {
  background: #D50D20;
  color: #fff;
}
.hidden,
.cb-invisible {
  display: none !important;
}
li {
  list-style-position: inside;
}
img,
audio,
video,
iframe {
  float: left;
  width: 100%;
}
strong {
  font-weight: 500;
}
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: 22px;
  font-family: 'Work Sans', sans-serif;
  line-height: 1.63636364;
}
.unit caption {
  display: none;
}
.flag {
  background: #D50D20;
  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;
}
.cbdModule--dynTitle1 {
  overflow: hidden;
}
.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 .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;
}
.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;
}
.cb-image-figure {
  float: left;
  width: 100%;
}
.cb-image-container {
  float: left;
  width: 100%;
  position: relative;
}
.cb-image-caption {
  float: left;
  width: 100%;
}
#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;
}
.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 #626262;
}
.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: 500;
  font-size: 11px;
  letter-spacing: 0.2em;
  padding: 0 20px;
}
.cb-code-executable {
  float: left;
  width: 100%;
}
.cb-service {
  float: left;
  width: 100%;
  margin: 5px 0;
}
.cb-service:first-child {
  margin-top: 0;
}
.cb-service:last-child {
  margin-bottom: 0;
}
.cb-youtube iframe,
.cb-vimeo iframe {
  height: 100%;
  background-color: #fff;
}
.text-section {
  float: left;
  width: 100%;
}
.list {
  float: left;
  width: 100%;
}
.list--bullet li {
  list-style: none;
  padding-left: 24px;
  position: relative;
}
.list--bullet li:before {
  content: '•';
  position: absolute;
  left: 0;
  top: 0;
}
.list--numbered {
  counter-reset: numberedList;
}
.list--numbered li {
  list-style: none;
  padding-left: 24px;
  position: relative;
}
.list--numbered li:before {
  content: counter(numberedList) ".";
  counter-increment: numberedList;
  position: absolute;
  left: 0;
  top: 0;
}
#expo {
  float: left;
  width: calc(100% - (100%/1920*376));
  position: relative;
  box-sizing: border-box;
}
#expo:before {
  content: '';
  position: absolute;
  right: -100px;
  bottom: -100px;
  width: 200px;
  height: 200px;
  background-color: #D50D20;
  z-index: 1;
}
@media (max-width: 1279px) {
  #expo {
    width: calc(100% - 100px);
  }
  #expo:before {
    width: 100px;
    height: 100px;
    right: -50px;
    bottom: -50px;
  }
}
@media (max-width: 767px) {
  #expo {
    width: 100%;
  }
  #expo:before {
    right: 0;
    bottom: -30px;
    width: 80px;
    height: 80px;
  }
}
#slides {
  float: left;
  width: 100%;
  height: 0 !important;
  max-width: 100% !important;
  max-height: 100% !important;
  padding-bottom: 42.890625%;
  position: relative;
  z-index: 2;
}
#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: none;
  float: left;
  width: 100%;
  height: 0;
}
#expo a.link {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 30px;
  height: 50px;
  transform: translateY(-50%);
  background: #D50D20;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
}
#expo a.link.prev {
  left: 20px;
}
#expo a.link.next {
  right: 20px;
}
table.link,
table.link tbody {
  float: left;
  display: block;
  width: 100%;
  height: 0;
}
.cb-index-all {
  display: block;
  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: #D50D20;
}
.cb-index-some {
  display: block;
  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: 'Work Sans', sans-serif;
  line-height: 1.42857143;
  color: #626262;
}
@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: #D50D20;
  width: 100%;
  box-sizing: border-box;
  padding-right: 30px;
}
#disp h3 {
  color: #D50D20;
  font-size: 16px;
  font-weight: 500;
  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;
  background-color: #D50D20;
  font-size: 18px;
  line-height: 1.22222222;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  padding: 9px 16px 9px 67px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: left;
  position: relative;
  transition: all 0.3s;
  line-height: 1.42857143;
}
#disp .foot input:before,
#disp .foot a:before,
#disp .foot input:after,
#disp .foot a:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 16px;
  width: 0;
  background-size: 35px 16px;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-right-white.svg);
  transition: all 0.3s;
}
#disp .foot input:before,
#disp .foot a:before {
  left: 16px;
  width: 35px;
}
#disp .foot input:after,
#disp .foot a:after {
  right: 16px;
}
#disp .foot input:hover,
#disp .foot a:hover,
#disp .foot input:focus,
#disp .foot a:focus {
  padding-left: 16px;
  padding-right: 67px;
  background-color: #E25462;
}
#disp .foot input:hover:before,
#disp .foot a:hover:before,
#disp .foot input:focus:before,
#disp .foot a:focus:before {
  width: 0;
}
#disp .foot input:hover:after,
#disp .foot a:hover:after,
#disp .foot input:focus:after,
#disp .foot a:focus:after {
  width: 35px;
}
.navigation #disp .foot input,
.navigation #disp .foot a,
.section--two .area .seam #disp .foot input,
.section--two .area .seam #disp .foot a {
  background-color: #fff;
  color: #D50D20;
}
.navigation #disp .foot input:before,
.navigation #disp .foot a:before,
.section--two .area .seam #disp .foot input:before,
.section--two .area .seam #disp .foot a:before,
.navigation #disp .foot input:after,
.navigation #disp .foot a:after,
.section--two .area .seam #disp .foot input:after,
.section--two .area .seam #disp .foot a:after {
  background-image: url(/images/arrow-right-red.svg);
}
.navigation #disp .foot input:hover,
.navigation #disp .foot a:hover,
.section--two .area .seam #disp .foot input:hover,
.section--two .area .seam #disp .foot a:hover,
.navigation #disp .foot input:focus,
.navigation #disp .foot a:focus,
.section--two .area .seam #disp .foot input:focus,
.section--two .area .seam #disp .foot a:focus {
  color: #fff;
  background-color: #E25462;
}
.navigation #disp .foot input:hover:before,
.navigation #disp .foot a:hover:before,
.section--two .area .seam #disp .foot input:hover:before,
.section--two .area .seam #disp .foot a:hover:before,
.navigation #disp .foot input:focus:before,
.navigation #disp .foot a:focus:before,
.section--two .area .seam #disp .foot input:focus:before,
.section--two .area .seam #disp .foot a:focus:before,
.navigation #disp .foot input:hover:after,
.navigation #disp .foot a:hover:after,
.section--two .area .seam #disp .foot input:hover:after,
.section--two .area .seam #disp .foot a:hover:after,
.navigation #disp .foot input:focus:after,
.navigation #disp .foot a:focus:after,
.section--two .area .seam #disp .foot input:focus:after,
.section--two .area .seam #disp .foot a:focus:after {
  background-image: url(/images/arrow-right-white.svg);
}
.section--header #disp .foot input,
.section--header #disp .foot a {
  border: 2px solid #D50D20;
  background-color: transparent;
  color: #D50D20;
}
.section--header #disp .foot input:before,
.section--header #disp .foot a:before,
.section--header #disp .foot input:after,
.section--header #disp .foot a:after {
  background-image: url(/images/arrow-right-red.svg);
}
.section--header #disp .foot input:hover,
.section--header #disp .foot a:hover,
.section--header #disp .foot input:focus,
.section--header #disp .foot a:focus {
  color: #fff;
  background-color: #E25462;
  border-color: #E25462;
}
.section--header #disp .foot input:hover:before,
.section--header #disp .foot a:hover:before,
.section--header #disp .foot input:focus:before,
.section--header #disp .foot a:focus:before,
.section--header #disp .foot input:hover:after,
.section--header #disp .foot a:hover:after,
.section--header #disp .foot input:focus:after,
.section--header #disp .foot a:focus:after {
  background-image: url(/images/arrow-right-white.svg);
}
#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;
  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: 1279px) {
  .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: 'Work Sans', 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 form {
  float: left;
  width: 100%;
}
.cb-form-required {
  float: left;
  width: 100%;
}
.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;
}
@media (min-width: 768px) {
  .unit.form .tile .name {
    width: 30%;
    min-height: 40px;
    padding-top: 2px;
    padding-bottom: 2px;
    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: #F0F0F0;
  min-height: 40px;
  padding: 5px 10px;
  -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: 2px;
    padding-bottom: 2px;
  }
}
.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: 36px;
  vertical-align: top;
}
@media (min-width: 768px) {
  .unit.form div.tick.tile input {
    top: 2px;
  }
}
.unit.form select {
  float: left;
  width: 100%;
  font-family: 'Work Sans', sans-serif;
  font-size: 22px;
  line-height: 1.63636364;
  background: #F0F0F0;
  height: 40px;
  border: 1px solid #626262;
  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;
  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: 40px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }
}
.unit.form input.submit {
  float: right;
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
  background-color: #D50D20;
  font-size: 18px;
  line-height: 1.22222222;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  padding: 9px 16px 9px 67px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: left;
  position: relative;
  transition: all 0.3s;
}
.unit.form input.submit:before,
.unit.form input.submit:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 16px;
  width: 0;
  background-size: 35px 16px;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-right-white.svg);
  transition: all 0.3s;
}
.unit.form input.submit:before {
  left: 16px;
  width: 35px;
}
.unit.form input.submit:after {
  right: 16px;
}
.unit.form input.submit:hover,
.unit.form input.submit:focus {
  padding-left: 16px;
  padding-right: 67px;
  background-color: #E25462;
}
.unit.form input.submit:hover:before,
.unit.form input.submit:focus:before {
  width: 0;
}
.unit.form input.submit:hover:after,
.unit.form input.submit:focus:after {
  width: 35px;
}
.navigation .unit.form input.submit,
.section--two .area .seam .unit.form input.submit {
  background-color: #fff;
  color: #D50D20;
}
.navigation .unit.form input.submit:before,
.section--two .area .seam .unit.form input.submit:before,
.navigation .unit.form input.submit:after,
.section--two .area .seam .unit.form input.submit:after {
  background-image: url(/images/arrow-right-red.svg);
}
.navigation .unit.form input.submit:hover,
.section--two .area .seam .unit.form input.submit:hover,
.navigation .unit.form input.submit:focus,
.section--two .area .seam .unit.form input.submit:focus {
  color: #fff;
  background-color: #E25462;
}
.navigation .unit.form input.submit:hover:before,
.section--two .area .seam .unit.form input.submit:hover:before,
.navigation .unit.form input.submit:focus:before,
.section--two .area .seam .unit.form input.submit:focus:before,
.navigation .unit.form input.submit:hover:after,
.section--two .area .seam .unit.form input.submit:hover:after,
.navigation .unit.form input.submit:focus:after,
.section--two .area .seam .unit.form input.submit:focus:after {
  background-image: url(/images/arrow-right-white.svg);
}
.section--header .unit.form input.submit {
  border: 2px solid #D50D20;
  background-color: transparent;
  color: #D50D20;
}
.section--header .unit.form input.submit:before,
.section--header .unit.form input.submit:after {
  background-image: url(/images/arrow-right-red.svg);
}
.section--header .unit.form input.submit:hover,
.section--header .unit.form input.submit:focus {
  color: #fff;
  background-color: #E25462;
  border-color: #E25462;
}
.section--header .unit.form input.submit:hover:before,
.section--header .unit.form input.submit:focus:before,
.section--header .unit.form input.submit:hover:after,
.section--header .unit.form input.submit:focus:after {
  background-image: url(/images/arrow-right-white.svg);
}
.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: #626262;
  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 {
  background-color: #D50D20;
  font-size: 18px;
  line-height: 1.22222222;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  padding: 9px 16px 9px 67px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: left;
  position: relative;
  transition: all 0.3s;
}
.two-step-verification-container a:before,
.two-step-verification-container a:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 16px;
  width: 0;
  background-size: 35px 16px;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-right-white.svg);
  transition: all 0.3s;
}
.two-step-verification-container a:before {
  left: 16px;
  width: 35px;
}
.two-step-verification-container a:after {
  right: 16px;
}
.two-step-verification-container a:hover,
.two-step-verification-container a:focus {
  padding-left: 16px;
  padding-right: 67px;
  background-color: #E25462;
}
.two-step-verification-container a:hover:before,
.two-step-verification-container a:focus:before {
  width: 0;
}
.two-step-verification-container a:hover:after,
.two-step-verification-container a:focus:after {
  width: 35px;
}
.navigation .two-step-verification-container a,
.section--two .area .seam .two-step-verification-container a {
  background-color: #fff;
  color: #D50D20;
}
.navigation .two-step-verification-container a:before,
.section--two .area .seam .two-step-verification-container a:before,
.navigation .two-step-verification-container a:after,
.section--two .area .seam .two-step-verification-container a:after {
  background-image: url(/images/arrow-right-red.svg);
}
.navigation .two-step-verification-container a:hover,
.section--two .area .seam .two-step-verification-container a:hover,
.navigation .two-step-verification-container a:focus,
.section--two .area .seam .two-step-verification-container a:focus {
  color: #fff;
  background-color: #E25462;
}
.navigation .two-step-verification-container a:hover:before,
.section--two .area .seam .two-step-verification-container a:hover:before,
.navigation .two-step-verification-container a:focus:before,
.section--two .area .seam .two-step-verification-container a:focus:before,
.navigation .two-step-verification-container a:hover:after,
.section--two .area .seam .two-step-verification-container a:hover:after,
.navigation .two-step-verification-container a:focus:after,
.section--two .area .seam .two-step-verification-container a:focus:after {
  background-image: url(/images/arrow-right-white.svg);
}
.section--header .two-step-verification-container a {
  border: 2px solid #D50D20;
  background-color: transparent;
  color: #D50D20;
}
.section--header .two-step-verification-container a:before,
.section--header .two-step-verification-container a:after {
  background-image: url(/images/arrow-right-red.svg);
}
.section--header .two-step-verification-container a:hover,
.section--header .two-step-verification-container a:focus {
  color: #fff;
  background-color: #E25462;
  border-color: #E25462;
}
.section--header .two-step-verification-container a:hover:before,
.section--header .two-step-verification-container a:focus:before,
.section--header .two-step-verification-container a:hover:after,
.section--header .two-step-verification-container a:focus:after {
  background-image: url(/images/arrow-right-white.svg);
}
.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: 500;
}
.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: 500;
}
@media (max-width: 767px) {
  .part--table .table {
    font-size: 2.86831812vw;
  }
}
html,
body {
  float: left;
  width: 100%;
  min-height: 100vh;
}
.homelink {
  float: left;
  width: 210px;
  height: 160px;
  margin-left: 100px;
  margin-bottom: -40px;
  background-color: #D50D20;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1279px) {
  .homelink {
    margin-left: var(--deskSpace);
  }
}
@media (max-width: 767px) {
  .homelink {
    width: 140px;
    height: 90px;
    margin-left: 0;
    margin-bottom: -20px;
  }
}
.logo {
  width: auto;
  height: 88px;
}
@media (max-width: 767px) {
  .logo {
    height: 54px;
  }
}
#head {
  float: left;
  width: 100%;
  overflow: hidden;
}
.wrapperCover {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wrapper {
  float: left;
  width: 100%;
  max-width: 1920px;
  min-height: 100vh;
  background-color: #fff;
  font-family: 'Work Sans', sans-serif;
  font-size: 22px;
  line-height: 1.63636364;
  color: #626262;
  overflow: hidden;
  hyphens: none;
  font-weight: 300;
  letter-spacing: 0.02em;
  box-sizing: border-box;
  padding-top: 120px;
  opacity: 0;
  transition: all 0.4s;
}
.cb-layout4 .wrapper {
  padding-top: 0;
}
.show-content .wrapper {
  opacity: 1;
}
@media (max-width: 767px) {
  .wrapper {
    padding-top: 70px;
  }
}
.desk {
  *zoom: 1;
  margin: 0 auto;
  max-width: var(--deskMaxWidth);
  width: 1320px;
  position: relative;
}
.desk:before,
.desk:after {
  display: table;
  content: '';
}
.desk:after {
  clear: both;
}
.section--five .desk {
  width: 968px;
}
@media (max-width: 767px) {
  .section--five .desk {
    max-width: 100%;
  }
}
.section {
  float: left;
  width: 100%;
  position: relative;
}
.cb-layout4 .section {
  display: none;
}
.section--header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  background-color: #fff;
}
.section--multimood {
  z-index: 2;
  display: none;
}
.cb-layout3 .section--multimood {
  display: block;
}
.section--fader {
  background-color: #F2FAF8;
  margin-top: var(--spaceTotal);
  display: none;
}
.cb-layout1 .section--fader.section--areaTwenty,
.cb-layout2 .section--fader.section--areaTwenty,
.cb-layout3 .section--fader.section--areaTwenty {
  display: block;
}
#view.areaTwenty--empty.cb-layout1 .section--fader.section--areaTwenty,
#view.areaTwenty--empty.cb-layout2 .section--fader.section--areaTwenty,
#view.areaTwenty--empty.cb-layout3 .section--fader.section--areaTwenty {
  display: none;
}
.section--five {
  display: none;
  min-height: 100vh;
  background-color: #F2FAF8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cb-layout4 .section--five {
  display: flex;
}
@media (max-width: 767px) {
  .section--five {
    justify-content: flex-start;
  }
}
.headercontent {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.headercontent .service_objekte {
  float: right;
  background-color: #D50D20;
  font-size: 18px;
  line-height: 1.22222222;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  padding: 9px 16px 9px 67px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: left;
  position: relative;
  transition: all 0.3s;
  margin-right: 204px;
  display: none;
}
.headercontent .service_objekte:before,
.headercontent .service_objekte:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 16px;
  width: 0;
  background-size: 35px 16px;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-right-white.svg);
  transition: all 0.3s;
}
.headercontent .service_objekte:before {
  left: 16px;
  width: 35px;
}
.headercontent .service_objekte:after {
  right: 16px;
}
.headercontent .service_objekte:hover,
.headercontent .service_objekte:focus {
  padding-left: 16px;
  padding-right: 67px;
  background-color: #E25462;
}
.headercontent .service_objekte:hover:before,
.headercontent .service_objekte:focus:before {
  width: 0;
}
.headercontent .service_objekte:hover:after,
.headercontent .service_objekte:focus:after {
  width: 35px;
}
.navigation .headercontent .service_objekte,
.section--two .area .seam .headercontent .service_objekte {
  background-color: #fff;
  color: #D50D20;
}
.navigation .headercontent .service_objekte:before,
.section--two .area .seam .headercontent .service_objekte:before,
.navigation .headercontent .service_objekte:after,
.section--two .area .seam .headercontent .service_objekte:after {
  background-image: url(/images/arrow-right-red.svg);
}
.navigation .headercontent .service_objekte:hover,
.section--two .area .seam .headercontent .service_objekte:hover,
.navigation .headercontent .service_objekte:focus,
.section--two .area .seam .headercontent .service_objekte:focus {
  color: #fff;
  background-color: #E25462;
}
.navigation .headercontent .service_objekte:hover:before,
.section--two .area .seam .headercontent .service_objekte:hover:before,
.navigation .headercontent .service_objekte:focus:before,
.section--two .area .seam .headercontent .service_objekte:focus:before,
.navigation .headercontent .service_objekte:hover:after,
.section--two .area .seam .headercontent .service_objekte:hover:after,
.navigation .headercontent .service_objekte:focus:after,
.section--two .area .seam .headercontent .service_objekte:focus:after {
  background-image: url(/images/arrow-right-white.svg);
}
.section--header .headercontent .service_objekte {
  border: 2px solid #D50D20;
  background-color: transparent;
  color: #D50D20;
}
.section--header .headercontent .service_objekte:before,
.section--header .headercontent .service_objekte:after {
  background-image: url(/images/arrow-right-red.svg);
}
.section--header .headercontent .service_objekte:hover,
.section--header .headercontent .service_objekte:focus {
  color: #fff;
  background-color: #E25462;
  border-color: #E25462;
}
.section--header .headercontent .service_objekte:hover:before,
.section--header .headercontent .service_objekte:focus:before,
.section--header .headercontent .service_objekte:hover:after,
.section--header .headercontent .service_objekte:focus:after {
  background-image: url(/images/arrow-right-white.svg);
}
.cb-layout3 .headercontent .service_objekte {
  display: block;
}
@media (max-width: 1279px) {
  .headercontent .service_objekte {
    margin-right: 184px;
  }
}
@media (max-width: 767px) {
  .headercontent .service_objekte {
    display: none !important;
  }
}
.downlink {
  position: absolute;
  right: 37px;
  bottom: -100px;
  width: 52px;
  height: 52px;
  cursor: pointer;
  background-size: auto 52px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/downlink.svg);
}
@media (max-width: 1279px) {
  .downlink {
    display: none;
  }
}
.content {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.section--titles .content {
  margin-top: calc(var(--spaceTotal) * 2);
}
.cb-layout3 .section--titles .content {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .cb-layout3 .section--titles .content {
    margin-top: 30px;
  }
}
@media (max-width: 1279px) {
  .section--four .content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.section--five .content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .section--five .content {
    flex-direction: column;
  }
}
.subcontent {
  float: left;
  width: 100%;
}
.vcard {
  float: left;
  font-weight: 400;
}
.vcard .org {
  font-weight: 600;
}
.vcard .vcardemail {
  display: inline-block;
  background-color: #D50D20;
  font-size: 18px;
  line-height: 1.22222222;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  padding: 9px 16px 9px 67px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: left;
  position: relative;
  transition: all 0.3s;
  margin-bottom: 13px;
}
.vcard .vcardemail:before,
.vcard .vcardemail:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 16px;
  width: 0;
  background-size: 35px 16px;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-right-white.svg);
  transition: all 0.3s;
}
.vcard .vcardemail:before {
  left: 16px;
  width: 35px;
}
.vcard .vcardemail:after {
  right: 16px;
}
.vcard .vcardemail:hover,
.vcard .vcardemail:focus {
  padding-left: 16px;
  padding-right: 67px;
  background-color: #E25462;
}
.vcard .vcardemail:hover:before,
.vcard .vcardemail:focus:before {
  width: 0;
}
.vcard .vcardemail:hover:after,
.vcard .vcardemail:focus:after {
  width: 35px;
}
.navigation .vcard .vcardemail,
.section--two .area .seam .vcard .vcardemail {
  background-color: #fff;
  color: #D50D20;
}
.navigation .vcard .vcardemail:before,
.section--two .area .seam .vcard .vcardemail:before,
.navigation .vcard .vcardemail:after,
.section--two .area .seam .vcard .vcardemail:after {
  background-image: url(/images/arrow-right-red.svg);
}
.navigation .vcard .vcardemail:hover,
.section--two .area .seam .vcard .vcardemail:hover,
.navigation .vcard .vcardemail:focus,
.section--two .area .seam .vcard .vcardemail:focus {
  color: #fff;
  background-color: #E25462;
}
.navigation .vcard .vcardemail:hover:before,
.section--two .area .seam .vcard .vcardemail:hover:before,
.navigation .vcard .vcardemail:focus:before,
.section--two .area .seam .vcard .vcardemail:focus:before,
.navigation .vcard .vcardemail:hover:after,
.section--two .area .seam .vcard .vcardemail:hover:after,
.navigation .vcard .vcardemail:focus:after,
.section--two .area .seam .vcard .vcardemail:focus:after {
  background-image: url(/images/arrow-right-white.svg);
}
.section--header .vcard .vcardemail {
  border: 2px solid #D50D20;
  background-color: transparent;
  color: #D50D20;
}
.section--header .vcard .vcardemail:before,
.section--header .vcard .vcardemail:after {
  background-image: url(/images/arrow-right-red.svg);
}
.section--header .vcard .vcardemail:hover,
.section--header .vcard .vcardemail:focus {
  color: #fff;
  background-color: #E25462;
  border-color: #E25462;
}
.section--header .vcard .vcardemail:hover:before,
.section--header .vcard .vcardemail:focus:before,
.section--header .vcard .vcardemail:hover:after,
.section--header .vcard .vcardemail:focus:after {
  background-image: url(/images/arrow-right-white.svg);
}
.vcard--navi .vcardemail {
  margin-top: 28px;
}
.footpart--2 .vcard--footer {
  text-align: center;
}
.footcontent {
  float: left;
  width: 100%;
  display: flex;
  align-items: flex-end;
  font-size: 18px;
  line-height: 1.55555556;
  letter-spacing: 0.04em;
  margin-top: 100px;
}
.footcontent a {
  color: #D50D20;
}
.footpart {
  float: left;
  width: 33.33333333%;
  display: flex;
  flex-direction: column;
}
.footpart--1 {
  align-items: flex-start;
}
.footpart--2 {
  align-items: center;
}
.footpart--3 {
  align-items: flex-end;
}
.footlogos {
  float: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 60px;
}
.footlogo {
  float: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.footlogo__text {
  float: left;
  font-size: 14px;
  line-height: 1.28571429;
  letter-spacing: 0.015em;
}
.footlogo__link {
  float: left;
  height: 40px;
}
.footlogo--svit .footlogo__link {
  height: 70px;
}
.footlogo__logo {
  float: left;
  height: 100%;
  width: auto;
}
.footclaim {
  font-family: 'Kaushan Script', serif;
  font-weight: 400;
  color: #D50D20;
  font-size: 43px;
  line-height: 1.25581395;
  letter-spacing: 0.01em;
  margin-bottom: 15px;
  display: inline-block;
}
#legal {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 60px 0;
}
#legal .meta {
  margin-right: 20px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.22222222;
  letter-spacing: 0.06em;
  font-weight: 400;
}
#legal .meta:last-child {
  margin-right: 0;
}
.backlink {
  position: absolute;
  right: var(--deskSpace);
  top: var(--deskSpace);
  z-index: 2;
  width: 60px;
  height: 60px;
  background-color: #fff;
  background-size: 30px 30px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/icon-x-red.svg);
  cursor: pointer;
}
.backlink:hover,
.backlink:focus {
  background-color: #E25462;
  background-image: url(/images/icon-x-white.svg);
}
@media (max-width: 767px) {
  .backlink {
    right: 0;
    top: 0;
  }
}
a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 2px;
}
a:hover,
a:focus {
  text-decoration: none;
}
h1 {
  font-weight: 500;
  letter-spacing: 0.01em;
  max-width: 710px;
  transform-origin: 0 100%;
  transform: rotate(10deg);
  opacity: 0;
  transition: all 0.6s 0.2s;
}
.show-content h1 {
  opacity: 1;
  transform: rotate(0);
}
@media (max-width: 1279px) {
  h1 {
    max-width: 420px;
  }
}
h2 {
  font-size: 62px;
  line-height: 1.25806452;
  font-weight: 300;
  letter-spacing: 0.01em;
}
h2 strong {
  font-family: 'Kaushan Script', serif;
  font-weight: 400;
  color: #D50D20;
  font-size: 64px;
  line-height: 1.28125;
}
.section--two .area .seam h2 strong {
  color: #fff;
}
h3 {
  font-size: 24px;
  line-height: 1.16666667;
  letter-spacing: 0.01em;
  font-weight: 500;
}
.section--four .area .unit.slim h3 {
  font-size: 130px;
  line-height: 1;
  font-family: 'Work Sans', sans-serif;
  color: #fbe7e9;
  font-weight: 400;
}
h4 {
  font-size: 40px;
  line-height: 1.35;
  letter-spacing: 0.01em;
  font-weight: 300;
}
h4 strong {
  font-family: 'Kaushan Script', serif;
  font-weight: 400;
  color: #D50D20;
}
.section--two .area .seam h4 strong {
  color: #fff;
  font-family: 'Work Sans', sans-serif;
  font-weight: 500;
}
h5 {
  font-size: 26px;
  line-height: 1.23076923;
  font-weight: 300;
}
h6 {
  font-size: 18px;
  line-height: 1.44444444;
  letter-spacing: 0.04em;
  color: #D50D20;
  font-weight: 400;
}
h6 a {
  display: inline-block;
  margin-right: 10px;
}
@media (max-width: 767px) {
  h6 a {
    margin-bottom: 10px;
  }
}
.loud {
  font-size: 28px;
  line-height: 1.60714286;
}
.pale {
  font-size: 15px;
  line-height: 1.86666667;
  letter-spacing: 0.015em;
  font-weight: 400;
}
.skew {
  font-size: 31px;
  line-height: 1.38709677;
  letter-spacing: 0.01em;
}
.skew:before,
.skew:after {
  display: inline-block;
  color: #D50D20;
  font-family: 'Kaushan Script', serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 1;
}
.skew:before {
  content: '«';
  margin-right: 10px;
}
.skew:after {
  content: '»';
  margin-left: 6px;
}
.subtitle {
  max-width: 710px;
  transform-origin: 0 100%;
  transform: rotate(10deg);
  opacity: 0;
  transition: all 0.4s 0.3s;
  padding-bottom: 10px;
}
.show-content .subtitle {
  opacity: 1;
  transform: rotate(0);
}
@media (max-width: 1279px) {
  .subtitle {
    max-width: 420px;
  }
}
.area {
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.4s 0.4s;
}
.show-content .area {
  opacity: 1;
  transform: translateY(0);
}
.section--one .area {
  display: flex;
  flex-wrap: wrap;
  counter-reset: foldingList;
}
.cb-layout3 .section--one .area.main {
  margin-top: calc(140px - var(--spaceTotal));
}
@media (max-width: 1279px) {
  .cb-layout3 .section--one .area.main {
    margin-top: calc(100px - var(--spaceTotal));
  }
}
@media (max-width: 767px) {
  .cb-layout3 .section--one .area.main {
    margin-top: 0;
  }
}
.section--two .area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.section--three .area {
  display: flex;
  flex-wrap: wrap;
}
.section--four .area {
  display: flex;
  align-items: center;
}
@media (max-width: 1279px) {
  .section--four .area {
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 600px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .section--four .area {
    text-align: left;
    max-width: 400px;
  }
}
.section--five .area {
  margin-top: calc(180px - var(--spaceTotal));
  margin-bottom: calc(180px - var(--spaceTotal));
}
@media (max-width: 767px) {
  .section--five .area {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.section--one .area .pure.slim:not(.fold) {
  width: 100%;
  max-width: 890px;
  margin-right: calc(100% - 890px - (100%/1105*7));
}
.section--one .area .pure.slim:not(.fold) + .pure.slim:not(.fold) {
  margin-top: calc((var(--spaceTotal) + var(--spacePart) - 80px) * -1);
}
@media (max-width: 1279px) {
  .section--one .area .pure.slim:not(.fold) {
    max-width: 560px;
    margin-right: calc(100% - 560px - 1%);
  }
}
@media (max-width: 767px) {
  .section--one .area .pure.slim:not(.fold) {
    width: 100%;
    margin-right: 0;
  }
  .section--one .area .pure.slim:not(.fold) + .pure.slim:not(.fold) {
    margin-top: calc((var(--spaceTotal) + var(--spacePart) - 50px) * -1);
  }
}
.section--one .area .seam:not(.fold) + .seam:not(.fold) + .seam:not(.fold) + .seam:not(.fold) {
  margin-top: calc((var(--spaceTotal) + var(--spacePart) - 80px) * -1);
}
@media (max-width: 1279px) {
  .section--one .area .seam:not(.fold) + .seam:not(.fold) + .seam:not(.fold) {
    margin-top: calc((var(--spaceTotal) + var(--spacePart) - 80px) * -1);
  }
}
@media (max-width: 767px) {
  .section--one .area .seam:not(.fold) + .seam:not(.fold) {
    margin-top: calc((var(--spaceTotal) + var(--spacePart) - 50px) * -1) !important;
  }
}
.section--one .area .edge:not(.fold) {
  margin-bottom: calc((var(--spaceTotal) - var(--spacePart)) * -1);
}
.section--one .area .edge:not(.fold):last-child {
  margin-bottom: var(--spaceUnit);
}
.section--one .area .pure.fold {
  background-color: #F2FAF8;
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
}
.section--one .area .pure.fold + .pure.fold {
  margin-top: calc((var(--spaceTotal) - 10px) * -1);
}
.section--one .area .pure.fold div.less .part {
  margin-top: 0;
  margin-bottom: 0;
}
.section--one .area .pure.fold div.more {
  box-sizing: border-box;
  padding: 0 calc((100% - 658px) / 2) 25px;
}
.section--one .area .pure.fold .fold-toggle {
  display: block;
  padding: 25px calc((100% - 658px) / 2);
  text-decoration: none;
  position: relative;
}
.section--one .area .pure.fold .fold-toggle:after {
  content: '';
  position: absolute;
  left: 26px;
  top: 50%;
  margin-top: -6px;
  width: 21px;
  height: 12px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/chevron-down-red.svg);
  transition: all 0.4s;
}
.section--one .area .pure.fold .fold-toggle:hover {
  color: #D50D20;
}
.section--one .area .pure.fold .fold-toggle.fold-toggle--open {
  color: #D50D20;
}
.section--one .area .pure.fold .fold-toggle.fold-toggle--open:after {
  transform: rotate(-180deg);
}
.section--one .area .pure.fold .foot {
  display: none;
}
@media (max-width: 1279px) {
  .section--one .area .pure.fold div.more {
    padding: 0 73px 25px;
  }
  .section--one .area .pure.fold .fold-toggle {
    padding: 25px 73px;
  }
}
@media (max-width: 767px) {
  .section--one .area .pure.fold div.more {
    padding: 0 20px 25px;
  }
  .section--one .area .pure.fold .fold-toggle {
    padding: 25px 60px;
  }
  .section--one .area .pure.fold .fold-toggle:after {
    left: 20px;
  }
}
.section--one .area .seam.fold {
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
  counter-increment: foldingList;
}
.section--one .area .seam.fold + .seam.fold {
  margin-top: calc((var(--spaceTotal) - 100px) * -1);
}
.section--one .area .seam.fold div.less .part {
  margin-top: 0;
  margin-bottom: 0;
}
.section--one .area .seam.fold div.more {
  box-sizing: border-box;
  padding-left: 126px;
  display: flex;
  flex-direction: column;
}
.section--one .area .seam.fold div.more .part {
  max-width: 658px;
}
.section--one .area .seam.fold .fold-toggle {
  float: left;
  text-decoration: none;
  padding-left: 126px;
  padding-right: 50px;
  position: relative;
  box-sizing: border-box;
}
.section--one .area .seam.fold .fold-toggle:before {
  content: counter(foldingList);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 120px;
  line-height: 1;
  font-family: 'Kaushan Script', serif;
  font-weight: 400;
  color: #efefef;
}
.section--one .area .seam.fold .fold-toggle:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  transition: all 0.2s;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/icon-plus-red.svg);
}
.section--one .area .seam.fold .fold-toggle:hover,
.section--one .area .seam.fold .fold-toggle.fold-toggle--open {
  color: #D50D20;
}
.section--one .area .seam.fold .fold-toggle:hover:before,
.section--one .area .seam.fold .fold-toggle.fold-toggle--open:before {
  color: #f2b6bc;
}
.section--one .area .seam.fold .fold-toggle.fold-toggle--open:after {
  transform: rotate(-45deg);
}
.section--one .area .seam.fold .foot {
  display: none;
}
@media (max-width: 1279px) {
  .section--one .area .seam.fold div.more {
    padding-left: 90px;
  }
  .section--one .area .seam.fold div.more .part {
    max-width: 440px;
  }
  .section--one .area .seam.fold .fold-toggle {
    padding-left: 90px;
  }
  .section--one .area .seam.fold .fold-toggle:before {
    font-size: 90px;
  }
}
@media (max-width: 767px) {
  .section--one .area .seam.fold + .seam.fold {
    margin-top: calc((var(--spaceTotal) - 50px) * -1);
  }
  .section--one .area .seam.fold div.more {
    padding-left: 54px;
  }
  .section--one .area .seam.fold .fold-toggle {
    padding-left: 54px;
    font-size: 18px;
    line-height: 1.44444444;
  }
  .section--one .area .seam.fold .fold-toggle:before {
    font-size: 54px;
  }
}
@media (max-width: 767px) {
  .section--two .area .pure + .pure {
    margin-top: calc(((var(--spaceTotal) + var(--spacePart)) - 50px) * -1);
  }
}
.section--two .area .seam {
  width: 100vw !important;
  background-color: #D50D20;
  color: #fff;
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: calc(70px - var(--spacePart));
  padding-bottom: calc(70px - var(--spacePart));
}
.section--two .area .seam:before,
.section--two .area .seam:after {
  content: '';
  position: absolute;
  z-index: 2;
  width: 60px;
  height: 60px;
  background-color: #fff;
  pointer-events: none;
}
.section--two .area .seam:before {
  left: 0;
  top: 0;
}
.section--two .area .seam:after {
  right: 0;
  bottom: 0;
}
.section--two .area .seam .body {
  width: 890px;
  max-width: var(--deskMaxWidth);
}
.section--two .area .seam .part {
  text-align: right;
}
.section--two .area .seam .part:first-child {
  text-align: left;
}
.section--two .area .seam div.link + div.link,
.section--two .area .seam div.load + div.link,
.section--two .area .seam div.link + div.load,
.section--two .area .seam div.load + div.load {
  margin-top: 0;
}
@media (max-width: 1279px) {
  .section--two .area .seam {
    padding-top: calc(100px - var(--spacePart));
    padding-bottom: calc(100px - var(--spacePart));
  }
}
.section--two .area .flat {
  width: 100vw !important;
  background-color: #F2FAF8;
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
}
.section--two .area .flat .body {
  width: 1320px;
  max-width: var(--deskMaxWidth);
  position: relative;
  margin-top: 80px;
  margin-bottom: 80px;
  padding-top: calc(100px - var(--spacePart));
  padding-bottom: calc(100px - var(--spacePart));
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.section--two .area .flat .body:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  width: 760px;
  height: 100%;
  background-color: #fff;
}
.section--two .area .flat .part {
  position: relative;
  z-index: 3;
}
.section--two .area .flat .part.pict:first-child {
  position: absolute;
  left: 0;
  top: -80px;
  margin: 0;
  width: 660px;
  height: calc(100% + 160px);
  z-index: 1;
}
.section--two .area .flat .part.pict:first-child * {
  height: 100%;
}
.section--two .area .flat .part.pict:first-child img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.section--two .area .edge {
  margin-bottom: calc((var(--spaceTotal) - var(--spacePart)) * -1);
  box-sizing: border-box;
  padding-right: 200px;
}
.section--two .area .edge:last-child {
  margin-bottom: var(--spaceUnit);
}
.section--two .area .edge div.link {
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .section--two .area .edge div.link {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    margin: 0;
    width: auto;
    min-width: 50px;
  }
}
@media (max-width: 767px) {
  .section--two .area .edge {
    margin-bottom: calc((var(--spaceTotal) - 30px) * -1);
    padding-right: 0;
    text-align: center;
  }
}
.section--three .area .unit {
  background-color: #F2FAF8;
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section--three .area .unit.wide {
  padding: calc(60px - var(--spacePart)) 60px;
  box-sizing: border-box;
}
.section--three .area .unit.wide .body {
  display: flex;
  flex-direction: column;
}
.section--three .area .unit.wide .part {
  max-width: 636px;
}
.section--three .area .unit.slim {
  padding-top: 0;
  padding-bottom: 0;
}
.section--three .area .unit.slim .part {
  margin-top: 0;
  margin-bottom: 0;
}
.section--three .area .unit.slim .pict .cb-image-container {
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
.section--three .area .unit.slim .pict .cb-image-container img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.section--four .area .unit.wide {
  flex-shrink: 1;
}
.section--four .area .unit.slim {
  width: auto;
  min-width: 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex-shrink: 0;
}
.section--four .area .unit.slim .part.text {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.section--four .area .unit.slim .part.text p.norm {
  font-size: 30px;
  line-height: 1;
  font-family: 'Kaushan Script', serif;
  font-weight: 400;
  color: #D50D20;
  letter-spacing: 0.01em;
}
.section--four .area .unit.slim .part.text .text-section {
  width: auto;
  position: relative;
}
#view .section--four .area .unit.slim .part.text .text-section.text-section--h3 {
  padding-right: 50px;
  z-index: 1;
}
#view .section--four .area .unit.slim .part.text .text-section.text-section--norm {
  z-index: 2;
  margin-top: -60px;
}
@media (max-width: 1279px) {
  .section--four .area .unit div.link {
    display: flex;
    justify-content: center;
  }
  .section--four .area .unit.wide {
    width: 100%;
    margin-bottom: 0;
  }
  .section--four .area .unit.slim .part.text p.norm {
    font-size: 24px;
  }
  #view .section--four .area .unit.slim .part.text .text-section.text-section--h3 {
    padding-right: 30px;
  }
  #view .section--four .area .unit.slim .part.text .text-section.text-section--norm {
    margin-top: -30px;
  }
}
@media (max-width: 767px) {
  .section--four .area .unit div.link {
    justify-content: flex-start;
  }
  .section--four .area .unit.slim .part.text p.norm {
    font-size: 15px;
  }
  #view .section--four .area .unit.slim .part.text .text-section.text-section--h3 {
    padding-right: 0;
  }
  #view .section--four .area .unit.slim .part.text .text-section.text-section--norm {
    margin-top: -20px;
  }
}
@media (max-width: 767px) {
  .section--five .subcontent--1 .area .unit {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }
  .section--five .subcontent--1 .area .unit .part {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .section--five .subcontent--2 .area .unit {
    margin-top: 0;
    margin-bottom: 0;
  }
}
div.link a.open {
  float: left;
}
div.link:not(.phone) a.open {
  background-color: #D50D20;
  font-size: 18px;
  line-height: 1.22222222;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  padding: 9px 16px 9px 67px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: left;
  position: relative;
  transition: all 0.3s;
}
div.link:not(.phone) a.open:before,
div.link:not(.phone) a.open:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 16px;
  width: 0;
  background-size: 35px 16px;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-right-white.svg);
  transition: all 0.3s;
}
div.link:not(.phone) a.open:before {
  left: 16px;
  width: 35px;
}
div.link:not(.phone) a.open:after {
  right: 16px;
}
div.link:not(.phone) a.open:hover,
div.link:not(.phone) a.open:focus {
  padding-left: 16px;
  padding-right: 67px;
  background-color: #E25462;
}
div.link:not(.phone) a.open:hover:before,
div.link:not(.phone) a.open:focus:before {
  width: 0;
}
div.link:not(.phone) a.open:hover:after,
div.link:not(.phone) a.open:focus:after {
  width: 35px;
}
.navigation div.link:not(.phone) a.open,
.section--two .area .seam div.link:not(.phone) a.open {
  background-color: #fff;
  color: #D50D20;
}
.navigation div.link:not(.phone) a.open:before,
.section--two .area .seam div.link:not(.phone) a.open:before,
.navigation div.link:not(.phone) a.open:after,
.section--two .area .seam div.link:not(.phone) a.open:after {
  background-image: url(/images/arrow-right-red.svg);
}
.navigation div.link:not(.phone) a.open:hover,
.section--two .area .seam div.link:not(.phone) a.open:hover,
.navigation div.link:not(.phone) a.open:focus,
.section--two .area .seam div.link:not(.phone) a.open:focus {
  color: #fff;
  background-color: #E25462;
}
.navigation div.link:not(.phone) a.open:hover:before,
.section--two .area .seam div.link:not(.phone) a.open:hover:before,
.navigation div.link:not(.phone) a.open:focus:before,
.section--two .area .seam div.link:not(.phone) a.open:focus:before,
.navigation div.link:not(.phone) a.open:hover:after,
.section--two .area .seam div.link:not(.phone) a.open:hover:after,
.navigation div.link:not(.phone) a.open:focus:after,
.section--two .area .seam div.link:not(.phone) a.open:focus:after {
  background-image: url(/images/arrow-right-white.svg);
}
.section--header div.link:not(.phone) a.open {
  border: 2px solid #D50D20;
  background-color: transparent;
  color: #D50D20;
}
.section--header div.link:not(.phone) a.open:before,
.section--header div.link:not(.phone) a.open:after {
  background-image: url(/images/arrow-right-red.svg);
}
.section--header div.link:not(.phone) a.open:hover,
.section--header div.link:not(.phone) a.open:focus {
  color: #fff;
  background-color: #E25462;
  border-color: #E25462;
}
.section--header div.link:not(.phone) a.open:hover:before,
.section--header div.link:not(.phone) a.open:focus:before,
.section--header div.link:not(.phone) a.open:hover:after,
.section--header div.link:not(.phone) a.open:focus:after {
  background-image: url(/images/arrow-right-white.svg);
}
.section--two .area .edge div.link:not(.phone) a.open,
.section--four .area div.link:not(.phone) a.open,
.section--five .area div.link:not(.phone) a.open {
  padding: 0;
  background: none;
  text-decoration: underline;
  color: #D50D20;
  text-transform: none;
}
.section--two .area .edge div.link:not(.phone) a.open:before,
.section--four .area div.link:not(.phone) a.open:before,
.section--five .area div.link:not(.phone) a.open:before,
.section--two .area .edge div.link:not(.phone) a.open:after,
.section--four .area div.link:not(.phone) a.open:after,
.section--five .area div.link:not(.phone) a.open:after {
  display: none;
}
.section--two .area .edge div.link:not(.phone) a.open:hover,
.section--four .area div.link:not(.phone) a.open:hover,
.section--five .area div.link:not(.phone) a.open:hover,
.section--two .area .edge div.link:not(.phone) a.open:focus,
.section--four .area div.link:not(.phone) a.open:focus,
.section--five .area div.link:not(.phone) a.open:focus {
  text-decoration: none;
}
div.link.phone a.open {
  font-size: 18px;
  line-height: 1.22222222;
  letter-spacing: 0.04em;
  font-weight: 400;
}
div.load a.load {
  float: left;
  font-size: 15px;
  line-height: 1.86666667;
  font-weight: 400;
  padding-left: 40px;
  background-size: 22px 26px;
  background-position: 0 1px;
  background-repeat: no-repeat;
  background-image: url(/images/icon-load-red.svg);
  text-decoration: underline;
  text-decoration-thickness: 2px;
}
div.load a.load:hover,
div.load a.load:focus {
  color: #D50D20;
}
.section--two .area .seam div.load a.load {
  background-image: url(/images/icon-load-white.svg);
}
.section--two .area .seam div.load a.load:hover,
.section--two .area .seam div.load a.load:focus {
  color: #fff;
  text-decoration: none;
}
div.pict a .cb-image-container {
  overflow: hidden;
  position: relative;
}
div.pict a .cb-image-container:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.9);
  background-size: 40px 40px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/icon-plus-red.svg);
  transition: all 0.4s;
}
div.pict a .cb-image-container img {
  transition: all 0.4s;
}
div.pict a:hover .cb-image-container:after {
  background-color: rgba(226, 84, 98, 0.9);
  background-image: url(/images/icon-plus-white.svg);
}
div.pict a:hover .cb-image-container img {
  transform: scale(1.08);
}
.togglenavigation {
  position: fixed;
  top: 51px;
  right: var(--deskSpace);
  z-index: 2002;
  cursor: pointer;
  padding-right: 60px;
  font-size: 18px;
  line-height: 1.22222222;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 400;
  text-decoration: none;
  line-height: 1;
  transition: all 0.6s 0.2s, color 0.1s;
}
.togglenavigation:before {
  content: 'schliessen';
  position: absolute;
  right: 60px;
  top: 0;
  z-index: 2;
  color: #fff !important;
  transition: all 0.2s;
  transform: translateX(-20px);
  opacity: 0;
  pointer-events: none;
}
.togglenavigation:hover {
  color: #D50D20;
}
body.cb-toggle-target-active .togglenavigation {
  color: #D50D20;
  transition: all 0.2s, color 0.1s;
}
body.cb-toggle-target-active .togglenavigation:before {
  transform: translateX(0);
  opacity: 1;
  transition: all 0.6s 0.2s;
  pointer-events: initial;
}
.cb-layout4 .togglenavigation {
  display: none;
}
@media (max-width: 767px) {
  .togglenavigation {
    top: 26px;
  }
}
.tline {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 2px;
  background-color: #D50D20;
  border-radius: 2px;
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1), opacity 0.2s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.tline--2,
.tline--3 {
  top: 50%;
  transform: translateY(-50%);
}
.tline--4 {
  top: unset;
  bottom: 0;
}
body.cb-toggle-target-active .tline {
  background-color: #fff;
}
body.cb-toggle-target-active .tline--1 {
  opacity: 0;
  transform: translateX(-20px);
}
body.cb-toggle-target-active .tline--2 {
  transform: translateY(-50%) rotate(-45deg);
}
body.cb-toggle-target-active .tline--3 {
  transform: translateY(-50%) rotate(45deg);
}
body.cb-toggle-target-active .tline--4 {
  opacity: 0;
  transform: translateX(20px);
}
.navigation {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2001;
  width: 500px;
  max-width: 100%;
  height: 100%;
  background-color: #D50D20;
  overflow: hidden;
  overflow-y: auto;
  color: #fff;
  font-size: 18px;
  line-height: 1.55555556;
  letter-spacing: 0.04em;
  transform: translateX(100%);
  transition: all 0.8s;
}
body.cb-toggle-target-active .navigation {
  transform: translateX(0);
}
@media (max-width: 1279px) {
  .navigation {
    width: 420px;
  }
}
.navicontent {
  float: left;
  width: 100%;
  min-height: 100%;
  box-sizing: border-box;
  padding: 188px var(--deskSpace) 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .navicontent {
    padding-top: 140px;
  }
}
.navisection {
  float: left;
  width: 100%;
}
.navisection--2 {
  margin-top: 80px;
}
div.navi {
  float: left;
}
div.navi > .item {
  float: left;
}
div.navi > .item > .menu {
  display: block;
}
div.sub1 {
  width: 100%;
}
div.sub1 > .item {
  width: 100%;
}
div.sub1 > .item > .menu {
  float: left;
  font-size: 31px;
  line-height: 1.35483871;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-decoration: none;
  min-height: 64px;
  display: flex;
  align-items: center;
}
div.sub1 > .item > .menu:hover,
div.sub1 > .item > .menu:focus,
div.sub1 > .item > .menu.path {
  font-family: 'Kaushan Script', serif;
  font-weight: 400;
  color: #fff;
  font-size: 42px;
  line-height: 1;
  text-transform: lowercase;
}
@media (max-width: 767px) {
  div.sub1 > .item > .menu {
    min-height: 54px;
    font-size: 25px;
    line-height: 1.36;
  }
  div.sub1 > .item > .menu:hover,
  div.sub1 > .item > .menu:focus,
  div.sub1 > .item > .menu.path {
    font-size: 33px;
  }
}
.cb-album {
  position: relative;
  padding-top: var(--spacePart);
  padding-bottom: var(--spacePart);
}
.cb-album .body-mobile {
  display: none !important;
}
.cb-album h2 {
  display: none;
}
.cb-album .body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cb-album .part {
  width: 100% !important;
  margin: 0 !important;
}
.cb-album .part.desc {
  display: none;
}
#root.ie11 .cb-album img {
  height: auto !important;
  max-height: 1000000000px !important;
}
.cb-album.cb-album .scan {
  margin-top: 40px !important;
}
.cb-album.cb-album .scan:first-child {
  margin-top: 0 !important;
  margin-bottom: 40px !important;
}
.cb-album .scan table,
.cb-album .scan tbody,
.cb-album .scan tr {
  float: left;
  display: block;
  width: 100%;
}
.cb-matrix .body {
  margin-top: -0.5%;
  margin-bottom: -0.5%;
}
.cb-matrix .part {
  margin-top: 0.5% !important;
  margin-bottom: 0.5% !important;
}
.cb-matrix .part.foto {
  height: auto !important;
  box-sizing: border-box;
}
.cb-matrix .part.foto a.foto,
.cb-matrix .part.foto span.foto {
  display: block;
  height: 0;
  padding-bottom: 60%;
  position: relative;
  overflow: hidden;
}
.cb-matrix .part.foto img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
  transition: transform 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.cb-matrix .part.foto a.foto.zoom img {
  transform: scale(1.1);
}
.cb-matrix.cb-matrix-columns-1 .part.foto {
  width: 100% !important;
}
.cb-matrix.cb-matrix-columns-2 .part.foto {
  width: 49.5% !important;
}
.cb-matrix.cb-matrix-columns-3 .part.foto {
  width: 32.66666667% !important;
}
.cb-matrix.cb-matrix-columns-4 .part.foto {
  width: 24.25% !important;
}
.cb-matrix.cb-matrix-columns-5 .part.foto {
  width: 19.2% !important;
}
.cb-matrix.cb-matrix-columns-6 .part.foto {
  width: 15.83333333% !important;
}
.cb-matrix.cb-matrix-columns-7 .part.foto {
  width: 13.42857143% !important;
}
.cb-matrix.cb-matrix-columns-8 .part.foto {
  width: 11.625% !important;
}
.cb-matrix .scan tr {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.cb-matrix .scan td {
  float: left;
  display: block;
  margin: 0 10px;
  font-size: 16px;
  line-height: 1.25;
}
.cb-matrix .scan td:first-child {
  margin-left: 0;
}
.cb-matrix .scan td:last-child {
  margin-right: 0;
}
.cb-matrix .scan td.prev,
.cb-matrix .scan td.next {
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  width: 20px;
  height: 20px;
}
.cb-matrix .scan td.prev a,
.cb-matrix .scan td.next a {
  float: left;
  display: block;
  width: 100%;
  height: 100%;
  background-size: 16px 16px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-arrow-left-black.svg);
}
.cb-matrix .scan td.prev:empty,
.cb-matrix .scan td.next:empty {
  opacity: 0.5;
  pointer-events: none;
}
.cb-matrix .scan td.next a {
  background-image: url(/images/cb-default/cb-arrow-right-black.svg);
}
.cb-matrix .scan td a {
  color: #626262;
}
.cb-matrix .scan td .same {
  color: #D50D20;
}
.cb-strips .part.foto {
  height: auto !important;
  max-height: 1000000000px !important;
}
.cb-strips-images {
  float: left;
  width: 100%;
  height: 0 !important;
  padding-bottom: 56.25%;
  position: relative;
}
.cb-strips-images a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  transform: scale(0.96);
  z-index: 2;
  transition: opacity 1s cubic-bezier(0.05, 0.8, 0.5, 1), transform 1s cubic-bezier(0.05, 0.8, 0.5, 1);
  overflow: hidden;
}
.cb-strips-images a.is-active {
  z-index: 3;
  pointer-events: auto;
  opacity: 1;
  transform: scale(1);
}
.cb-strips-images img {
  opacity: 1 !important;
  display: block !important;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.cb-strips .scan tbody > tr {
  float: left;
  width: 100%;
  display: flex;
}
.cb-strips .scan tbody > tr > td {
  float: left;
  width: 100%;
  display: block;
}
.cb-strips .scan td.prev,
.cb-strips .scan td.next {
  margin-right: 1.25%;
  width: 6.25%;
}
.cb-strips .scan td.next {
  margin-right: 0;
  margin-left: 1.25%;
}
.cb-strips .scan div.prev,
.cb-strips .scan div.next {
  float: left;
  width: 100%;
  height: 100%;
}
.cb-strips .scan div.prev a,
.cb-strips .scan div.next a {
  float: left;
  display: block;
  width: 100%;
  height: 100%;
  background-size: 16px 16px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-arrow-left-black.svg);
  transition: background 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.cb-strips .scan div.prev a:hover,
.cb-strips .scan div.next a:hover {
  background-position: 40% 50%;
}
.cb-strips .scan div.next a {
  background-image: url(/images/cb-default/cb-arrow-right-black.svg);
}
.cb-strips .scan div.next a:hover {
  background-position: 60% 50%;
}
.cb-strips .scan td.cb-strips-thumbs {
  width: 85%;
}
.cb-strips-container {
  float: left;
  width: 100%;
}
.cb-strips-container .body {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cb-strips-container .part.foto {
  position: relative;
}
.cb-strips-container .part.foto a.foto,
.cb-strips-container .part.foto span.foto {
  float: left;
  width: 100%;
  display: block;
  height: 0;
  position: relative;
  padding-bottom: 60%;
  opacity: 0.4;
  transition: opacity 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
  overflow: hidden;
}
.cb-strips-container .part.foto a.foto:hover,
.cb-strips-container .part.foto span.foto:hover,
.cb-strips-container .part.foto a.foto.is-active,
.cb-strips-container .part.foto span.foto.is-active {
  opacity: 1;
}
.cb-strips-container .part.foto a.foto .cb-zoom-indicator,
.cb-strips-container .part.foto span.foto .cb-zoom-indicator {
  display: none;
}
.cb-strips-container .part.foto img {
  opacity: 1 !important;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
  transition: transform 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.cb-strips-container .part.foto a.foto:hover img {
  transform: scale(1.2);
}
.cb-strips-4 .cb-strips-container .part.foto {
  width: 23.95833333% !important;
}
.cb-strips-6 .cb-strips-container .part.foto {
  width: 15.50925926% !important;
}
.cb-strips-8 .cb-strips-container .part.foto {
  width: 11.28472222% !important;
}
.cb-strips-10 .cb-strips-container .part.foto {
  width: 8.75% !important;
}
.cb-slideshow-images {
  float: left;
  width: 100%;
}
.cb-slideshow .part.foto,
.cb-slideshow .part.crossslideContainer {
  max-height: 1000000000px !important;
  max-width: 100% !important;
  height: 0 !important;
  padding-bottom: 100%;
  overflow: hidden;
  position: relative;
}
.section--five .area .cb-slideshow .part.foto,
.section--five .area .cb-slideshow .part.crossslideContainer {
  padding-bottom: 133.70786517%;
}
.cb-slideshow a.foto {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  z-index: 1;
  transition: opacity 1s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.cb-slideshow a.foto.is-activated {
  z-index: 2;
  pointer-events: auto;
  opacity: 1;
}
.cb-slideshow img {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  border: none !important;
  z-index: 1;
}
.cb-slideshow img.is-activated {
  z-index: 2;
}
#view .cb-slideshow.cb-manual img {
  transition: all 1s cubic-bezier(0.05, 0.8, 0.5, 1);
  transform: scale(1.05);
}
#view .cb-slideshow.cb-manual a.foto.is-activated img {
  transform: scale(1);
}
#view .cb-slideshow.cb-fading img {
  opacity: 0 !important;
  transition: all 1s cubic-bezier(0.05, 0.8, 0.5, 1);
  transform: scale(1.05);
}
#view .cb-slideshow.cb-fading img.is-activated,
#view .cb-slideshow.cb-fading .cb-image-figure.is-activated img {
  opacity: 1 !important;
  transform: scale(1);
}
#view .cb-slideshow.cb-sliding img {
  opacity: 0 !important;
  width: 110% !important;
  max-width: 110% !important;
  transition: all 1s cubic-bezier(0.05, 0.8, 0.5, 1);
  animation-name: SlideshowSlide;
  animation-duration: 12s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
#view .cb-slideshow.cb-sliding img.is-activated,
#view .cb-slideshow.cb-sliding .cb-image-figure.is-activated img {
  opacity: 1 !important;
}
@keyframes SlideshowSlide {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -10%;
  }
  100% {
    margin-left: 0;
  }
}
#view .cb-slideshow.cb-moving img {
  opacity: 0 !important;
  transition: all 1s cubic-bezier(0.05, 0.8, 0.5, 1);
  animation-name: SlideshowMove;
  animation-duration: 16s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
#view .cb-slideshow.cb-moving img.is-activated,
#view .cb-slideshow.cb-moving .cb-image-figure.is-activated img {
  opacity: 1 !important;
}
@keyframes SlideshowMove {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cb-slideshow .head {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 4;
  height: 0;
  width: 100%;
}
.cb-slideshow .ctrl {
  float: left;
  width: 100%;
}
.cb-slideshow .ctrl a {
  display: block;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: #fff;
  background-size: auto 14px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transition: all 0.4s;
}
.cb-slideshow .ctrl a:hover {
  background-color: #E25462;
}
.cb-slideshow .ctrl .prev a {
  left: 0;
  background-image: url(/images/arrow-left-red.svg);
}
.cb-slideshow .ctrl .prev a:hover {
  background-image: url(/images/arrow-left-white.svg);
}
@media (max-width: 1279px) {
  .section:not(.section--five) .cb-slideshow .ctrl .prev a {
    left: calc(var(--deskSpace) * -1);
  }
}
.cb-slideshow .ctrl .next a {
  right: 0;
  background-image: url(/images/arrow-right-red.svg);
}
.cb-slideshow .ctrl .next a:hover {
  background-image: url(/images/arrow-right-white.svg);
}
@media (max-width: 1279px) {
  .section:not(.section--five) .cb-slideshow .ctrl .next a {
    right: calc(var(--deskSpace) * -1);
  }
}
.crossslide {
  float: left;
  width: 100%;
  max-width: 100% !important;
  position: static !important;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .section--five .subcontent--2 {
    background-color: #fff;
    position: relative;
    z-index: 2;
    margin-top: -160px;
    margin-left: var(--deskSpace);
    margin-right: var(--deskSpace);
    margin-bottom: var(--deskSpace);
    width: var(--deskMaxWidth);
    box-sizing: border-box;
    padding: 20px;
  }
}
@media (max-width: 1279px) {
  .footcontent {
    flex-direction: column;
    align-items: center;
  }
  .footpart {
    width: auto;
  }
  .footpart--1 {
    order: 3;
    margin-top: 60px;
  }
  .footpart--2 {
    order: 1;
  }
  .footpart--3 {
    order: 2;
    margin-top: 30px;
    text-align: center;
  }
}
@media (max-width: 1279px) {
  .wrapper {
    font-size: 18px;
    line-height: 1.66666667;
  }
  h2 {
    font-size: 38px;
    line-height: 1.26315789;
  }
  h2 strong {
    font-size: 39px;
    line-height: 1.30769231;
  }
  h3 {
    font-size: 18px;
    line-height: 1.66666667;
  }
  .section--four .area .unit.slim h3 {
    font-size: 100px;
  }
  h4 {
    font-size: 27px;
    line-height: 1.18518519;
  }
  h4 strong {
    font-size: 31px;
    line-height: 1.41935484;
  }
  h5 {
    font-size: 23px;
    line-height: 1.26086957;
  }
  .loud {
    font-size: 18px;
    line-height: 1.66666667;
  }
  .skew {
    font-size: 23px;
    line-height: 1.43478261;
  }
}
@media (max-width: 1279px) and (max-width: 767px) {
  .section--four .area .unit.slim h3 {
    font-size: 60px;
  }
}
@media (max-width: 1279px) {
  .section--three .area {
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 1279px) {
  .section--three .area .unit {
    position: relative;
    z-index: 1;
    align-items: center;
  }
  .section--three .area .unit.wide {
    width: 100vw;
    flex-shrink: 0;
    padding-left: var(--deskSpace);
    padding-right: var(--deskSpace);
    padding-bottom: calc(var(--deskSpace) - var(--spacePart));
    padding-top: calc(160px + (var(--deskSpace) - var(--spacePart)));
  }
  .section--three .area .unit.wide .body {
    max-width: 560px;
  }
  .section--three .area .unit.wide + .slim {
    margin-top: calc(50px - var(--spaceTotal));
  }
  .section--three .area .unit.slim {
    background-color: transparent;
    z-index: 2;
    max-width: 400px;
  }
  .section--three .area .unit.slim + .unit.wide {
    margin-top: calc((var(--spaceTotal) + 160px) * -1);
  }
}
@media (max-width: 1279px) {
  .section--two .area .flat {
    padding-top: var(--deskSpace);
    padding-bottom: var(--deskSpace);
  }
  .section--two .area .flat .body {
    margin: 0;
    padding: 0;
    align-items: center;
  }
  .section--two .area .flat .body:before {
    display: none;
  }
  .section--two .area .flat .part {
    background-color: #fff;
    margin: 0;
    padding: var(--spacePart) 20px;
    box-sizing: border-box;
  }
  .section--two .area .flat .part:nth-child(2) {
    padding-top: 20px;
  }
  .section--two .area .flat .part:last-child {
    padding-bottom: 20px;
  }
  .section--two .area .flat .part.pict:first-child {
    position: static;
    width: 100%;
    max-width: 400px;
    height: auto;
    padding: 0;
    background-color: transparent;
  }
  .section--two .area .flat .part.pict:first-child .cb-image-container {
    height: 0;
    padding-bottom: 100%;
    position: relative;
  }
  .section--two .area .flat .part.pict:first-child .cb-image-container img {
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media (max-width: 767px) {
  .section--two .area .flat .part {
    width: calc(100% + 40px);
  }
}
.unitFader {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: calc(100px - var(--spaceTotal));
  margin-bottom: calc(100px - var(--spaceTotal));
  position: relative;
}
@media (max-width: 1279px) {
  .unitFader {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.unitFader__desk {
  float: left;
  width: 890px;
  max-width: calc(100% - 240px);
}
@media (max-width: 1279px) {
  .unitFader__desk {
    max-width: 100%;
  }
}
.unitFader__content {
  float: left;
  width: 100%;
}
@media (max-width: 1279px) {
  .unitFader__content {
    margin-top: calc(60px - var(--spaceTotal));
    margin-bottom: calc(60px - var(--spaceTotal));
  }
}
@media (max-width: 767px) {
  .unitFader__content {
    margin-bottom: calc(100px - var(--spaceTotal));
  }
}
.section--fader .area {
  display: flex;
  align-items: center;
}
#edit .section--fader .area {
  flex-direction: column;
}
.section--fader .area .unit {
  flex-shrink: 0;
  text-align: center;
}
#view .section--fader .area .unit {
  margin-right: -100%;
  opacity: 0;
  transform: scale(0.9);
  transition: all 0.8s;
}
#view .section--fader .area .unit.is-visible {
  opacity: 1;
  transform: scale(1);
}
.section--fader .area .unit .part.text p.norm {
  font-size: 18px;
  line-height: 1.33333333;
  color: #D50D20;
}
.unitFader__link {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: #fff;
  background-size: auto 14px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: all 0.4s;
}
.unitFader__link:hover,
.unitFader__link:focus {
  background-color: #E25462;
}
@media (max-width: 1279px) {
  .unitFader__link {
    top: initial;
    bottom: 0;
    transform: translateY(0);
  }
}
.unitFader__link--prev {
  left: 0;
  background-image: url(/images/arrow-left-red.svg);
}
.unitFader__link--prev:hover,
.unitFader__link--prev:focus {
  background-image: url(/images/arrow-left-white.svg);
}
@media (max-width: 1279px) {
  .unitFader__link--prev {
    left: calc(var(--deskSpace) * -1);
  }
}
.unitFader__link--next {
  right: 0;
  background-image: url(/images/arrow-right-red.svg);
}
.unitFader__link--next:hover,
.unitFader__link--next:focus {
  background-image: url(/images/arrow-right-white.svg);
}
@media (max-width: 1279px) {
  .unitFader__link--next {
    right: calc(var(--deskSpace) * -1);
  }
}
.unitFader__index {
  position: absolute;
  left: 0;
  bottom: 10px;
  z-index: 2;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1279px) {
  .unitFader__index {
    bottom: -30px;
  }
}
.unitFader__indexItem {
  float: left;
  width: 10px;
  height: 10px;
  box-sizing: border-box;
  border: 2px solid #D50D20;
  cursor: pointer;
  margin: 0 8px;
  transition: all 0.4s;
}
.unitFader__indexItem.is-active {
  box-shadow: 0 0 0 4px #D50D20 inset;
}
/*# sourceMappingURL=./screen-small.css.map */