:root {
  --headerHeight: 156px;
  --altContentWidthWide: 1054px;
  --altContentWidthSmall: 954px;
  --verticalUnitOffset: 80px;
  --moodHeight: 600px;
}
@media (max-width: 1279px) {
  :root {
    --headerHeight: 126px;
    --moodHeight: 580px;
  }
}
@media (max-width: 767px) {
  :root {
    --moodHeight: 338px;
  }
}
:root {
  --mainTextColor: #262626;
  --altTextColor1: #1B4D68;
  --altTextColor2: #9DB4C4;
  --buttonBackground: #1B4D68;
  --buttonColor: #fff;
  --buttonBackgroundHover: #9DB4C4;
}
:root .section--blue,
:root .infoBox__section--1,
:root .section--footer,
:root .navigation,
:root .section--multimood {
  --mainTextColor: #fff;
  --altTextColor1: #fff;
  --buttonBackground: #fff;
  --buttonColor: #1B4D68;
}
:root {
  --deskWidth: 1176px;
  --deskWidthLarge: 1380px;
  --deskSpace: 50px;
  --deskMaxWidth: calc(100vw - (2 * var(--deskSpace)));
  --maxContentWidth: 1500px;
}
@media (max-width: 1279px) {
  :root {
    --deskSpace: 36px;
  }
}
@media (max-width: 767px) {
  :root {
    --deskSpace: 26px;
  }
}
:root {
  --spacePart: 25px;
}
@media (max-width: 1279px) {
  :root {
    --spacePart: 15px;
  }
}
@media (max-width: 767px) {
  :root {
    --spacePart: 10px;
  }
}
:root {
  --spaceUnit: 35px;
}
@media (max-width: 1279px) {
  :root {
    --spaceUnit: 30px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceUnit: 30px;
  }
}
:root {
  --spaceTotal: 60px;
}
@media (max-width: 1279px) {
  :root {
    --spaceTotal: 45px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceTotal: 40px;
  }
}
:root {
  --js-breakpoint: breakpointLarge;
}
@media (max-width: 1279px) {
  :root {
    --js-breakpoint: breakpointMedium;
  }
}
@media (max-width: 767px) {
  :root {
    --js-breakpoint: breakpointSmall;
  }
}
.button {
  background-color: var(--buttonBackground);
  font-size: clamp(0.9375rem, 1.10987791vw + 0.67737236rem, 1.5625rem);
  line-height: clamp(1.25rem, 1.77580466vw + 0.83379578rem, 2.25rem);
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-family: inherit;
  cursor: pointer;
  color: var(--buttonColor);
  padding: 12px 86px 12px 30px;
  appearance: none;
  border-radius: 100000px;
  box-sizing: border-box;
  text-align: left;
  text-decoration: none;
  border: none;
  min-width: 525px;
  position: relative;
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, var(--buttonBackgroundHover), var(--buttonBackgroundHover));
  transition: all 0.24s;
}
.button:after {
  content: '';
  position: absolute;
  right: 30px;
  top: 0;
  width: 36px;
  height: 100%;
  background-color: var(--buttonColor);
  mask-size: 100% 100%;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  mask-image: url(/images/arrow-right.svg);
}
.button:hover {
  background-size: 100% 100%;
}
@media (max-width: 1279px) {
  .button {
    min-width: 336px;
  }
}
@media (max-width: 767px) {
  .button {
    min-width: 280px;
    padding: 7px 64px 7px 20px;
  }
  .button:after {
    right: 20px;
    width: 24px;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
/* 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-v29-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-600 - 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: 600;
  src: url('/extras/fonts/montserrat-v29-latin-600.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-v29-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;
}
*::selection {
  background: #1B4D68;
  color: #fff;
}
.hidden,
.cb-invisible {
  display: none !important;
}
li {
  list-style-position: inside;
}
img,
audio,
video,
iframe {
  float: left;
  width: 100%;
}
strong {
  font-weight: 700;
}
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-family: 'Montserrat', sans-serif;
  font-size: clamp(1.0625rem, 0.66592675vw + 0.90642342rem, 1.4375rem);
  line-height: clamp(1.5rem, 1.10987791vw + 1.23987236rem, 2.125rem);
}
.unit caption {
  display: none;
}
.flag {
  background: #1B4D68;
  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;
}
.area .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%;
}
.unit .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;
}
.lazyimage {
  visibility: hidden;
}
.lazyimage.lazyloaded {
  visibility: initial;
}
#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: 14px;
}
#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 var(--mainTextColor);
}
.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: 700;
  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: 24px;
  position: relative;
  margin-top: 14px;
}
.list--bullet li:first-child {
  margin-top: 0;
}
.list--bullet li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  width: 10px;
  height: 10px;
  background-color: #9DB4C4;
}
@media (max-width: 767px) {
  .list--bullet li:before {
    top: 7px;
  }
}
.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;
}
.cb-multimood {
  float: left;
  width: 100%;
}
.cb-expo {
  float: left;
  width: 100%;
  position: relative;
}
.cb-slides {
  float: left;
  width: 100%;
  height: var(--moodHeight) !important;
  max-width: 100% !important;
  max-height: 100% !important;
  position: relative;
  overflow: hidden;
}
.cb-slides .slide {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}
.cb-slides a {
  display: block;
  width: 100%;
  height: 100%;
}
.cb-slides a.null {
  cursor: default;
}
.cb-slides .cb-image-figure {
  height: 100%;
}
.cb-slides .cb-image-container {
  height: 100% !important;
}
.cb-slides img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.cb-slides img.lazyimage {
  visibility: initial;
  filter: blur(10px);
  transform: scale(1.05);
  transition: all 0.12s;
}
.cb-slides img.lazyimage.lazyloaded {
  filter: blur(0);
  transform: scale(1);
}
.cb-expo div.link {
  display: none;
  float: left;
  width: 100%;
  height: 0;
}
.cb-expo a.link {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 30px;
  height: 50px;
  transform: translateY(-50%);
  background: #1B4D68;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
}
.cb-expo a.link.prev {
  left: 20px;
}
.cb-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: #1B4D68;
}
.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 {
  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(--mainTextColor);
}
@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: #1B4D68;
  width: 100%;
  box-sizing: border-box;
  padding-right: 30px;
}
#disp h3 {
  color: #1B4D68;
  font-size: 16px;
  font-weight: 700;
  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: var(--buttonBackground);
  font-size: clamp(0.9375rem, 1.10987791vw + 0.67737236rem, 1.5625rem);
  line-height: clamp(1.25rem, 1.77580466vw + 0.83379578rem, 2.25rem);
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-family: inherit;
  cursor: pointer;
  color: var(--buttonColor);
  padding: 12px 86px 12px 30px;
  appearance: none;
  border-radius: 100000px;
  box-sizing: border-box;
  text-align: left;
  text-decoration: none;
  border: none;
  min-width: 525px;
  position: relative;
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, var(--buttonBackgroundHover), var(--buttonBackgroundHover));
  transition: all 0.24s;
  line-height: 1.42857143;
}
#disp .foot input:after,
#disp .foot a:after {
  content: '';
  position: absolute;
  right: 30px;
  top: 0;
  width: 36px;
  height: 100%;
  background-color: var(--buttonColor);
  mask-size: 100% 100%;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  mask-image: url(/images/arrow-right.svg);
}
#disp .foot input:hover,
#disp .foot a:hover {
  background-size: 100% 100%;
}
@media (max-width: 1279px) {
  #disp .foot input,
  #disp .foot a {
    min-width: 336px;
  }
}
@media (max-width: 767px) {
  #disp .foot input,
  #disp .foot a {
    min-width: 280px;
    padding: 7px 64px 7px 20px;
  }
  #disp .foot input:after,
  #disp .foot a:after {
    right: 20px;
    width: 24px;
  }
}
#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[type*="radio"],
#disp input[type*="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: '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;
  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%;
  display: flex;
  align-items: center;
  padding-bottom: 5px;
}
@media (min-width: 768px) {
  .unit.form .tile .name {
    padding-bottom: 0;
    width: 30%;
    min-height: 40px;
  }
}
.unit.form input.text,
.unit.form textarea {
  float: left;
  width: 100%;
  box-sizing: border-box;
  background: #F0F0F0;
  min-height: 40px;
  padding: 5px 10px;
  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;
  display: flex;
}
@media (min-width: 768px) {
  .unit.form div.tick.tile div.ctrl > div {
    min-height: 40px;
    align-items: center;
  }
}
.unit.form div.tick label {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.unit.form div.tick input {
  float: left;
  margin-right: 10px;
  flex-shrink: 0;
  width: 20px;
}
@media (min-width: 768px) {
  .unit.form div.tick.tile input {
    align-self: stretch;
  }
}
.unit.form select {
  float: left;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1.0625rem, 0.66592675vw + 0.90642342rem, 1.4375rem);
  line-height: clamp(1.5rem, 1.10987791vw + 1.23987236rem, 2.125rem);
  background: #F0F0F0;
  height: 40px;
  border: 1px solid var(--mainTextColor);
  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 span::file-selector-button {
  background-color: var(--buttonBackground);
  font-size: clamp(0.9375rem, 1.10987791vw + 0.67737236rem, 1.5625rem);
  line-height: clamp(1.25rem, 1.77580466vw + 0.83379578rem, 2.25rem);
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-family: inherit;
  cursor: pointer;
  color: var(--buttonColor);
  padding: 12px 86px 12px 30px;
  appearance: none;
  border-radius: 100000px;
  box-sizing: border-box;
  text-align: left;
  text-decoration: none;
  border: none;
  min-width: 525px;
  position: relative;
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, var(--buttonBackgroundHover), var(--buttonBackgroundHover));
  transition: all 0.24s;
  margin-right: 16px;
}
.unit.form .ship div.chop span::file-selector-button:after {
  content: '';
  position: absolute;
  right: 30px;
  top: 0;
  width: 36px;
  height: 100%;
  background-color: var(--buttonColor);
  mask-size: 100% 100%;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  mask-image: url(/images/arrow-right.svg);
}
.unit.form .ship div.chop span::file-selector-button:hover {
  background-size: 100% 100%;
}
@media (max-width: 1279px) {
  .unit.form .ship div.chop span::file-selector-button {
    min-width: 336px;
  }
}
@media (max-width: 767px) {
  .unit.form .ship div.chop span::file-selector-button {
    min-width: 280px;
    padding: 7px 64px 7px 20px;
  }
  .unit.form .ship div.chop span::file-selector-button:after {
    right: 20px;
    width: 24px;
  }
}
.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 .submit {
  float: right;
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
  background-color: var(--buttonBackground);
  font-size: clamp(0.9375rem, 1.10987791vw + 0.67737236rem, 1.5625rem);
  line-height: clamp(1.25rem, 1.77580466vw + 0.83379578rem, 2.25rem);
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-family: inherit;
  cursor: pointer;
  color: var(--buttonColor);
  padding: 12px 86px 12px 30px;
  appearance: none;
  border-radius: 100000px;
  box-sizing: border-box;
  text-align: left;
  text-decoration: none;
  border: none;
  min-width: 525px;
  position: relative;
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, var(--buttonBackgroundHover), var(--buttonBackgroundHover));
  transition: all 0.24s;
}
.unit.form .submit:after {
  content: '';
  position: absolute;
  right: 30px;
  top: 0;
  width: 36px;
  height: 100%;
  background-color: var(--buttonColor);
  mask-size: 100% 100%;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  mask-image: url(/images/arrow-right.svg);
}
.unit.form .submit:hover {
  background-size: 100% 100%;
}
@media (max-width: 1279px) {
  .unit.form .submit {
    min-width: 336px;
  }
}
@media (max-width: 767px) {
  .unit.form .submit {
    min-width: 280px;
    padding: 7px 64px 7px 20px;
  }
  .unit.form .submit:after {
    right: 20px;
    width: 24px;
  }
}
.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(--mainTextColor);
  text-decoration: underline;
}
.unit.form .recaptcha-info {
  color: #aaa;
}
.unit.form .recaptcha-info a {
  color: #aaa;
}
.unit.form .recaptcha-info a:hover {
  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;
}
#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: var(--buttonBackground);
  font-size: clamp(0.9375rem, 1.10987791vw + 0.67737236rem, 1.5625rem);
  line-height: clamp(1.25rem, 1.77580466vw + 0.83379578rem, 2.25rem);
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-family: inherit;
  cursor: pointer;
  color: var(--buttonColor);
  padding: 12px 86px 12px 30px;
  appearance: none;
  border-radius: 100000px;
  box-sizing: border-box;
  text-align: left;
  text-decoration: none;
  border: none;
  min-width: 525px;
  position: relative;
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, var(--buttonBackgroundHover), var(--buttonBackgroundHover));
  transition: all 0.24s;
}
.two-step-verification-container a:after {
  content: '';
  position: absolute;
  right: 30px;
  top: 0;
  width: 36px;
  height: 100%;
  background-color: var(--buttonColor);
  mask-size: 100% 100%;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  mask-image: url(/images/arrow-right.svg);
}
.two-step-verification-container a:hover {
  background-size: 100% 100%;
}
@media (max-width: 1279px) {
  .two-step-verification-container a {
    min-width: 336px;
  }
}
@media (max-width: 767px) {
  .two-step-verification-container a {
    min-width: 280px;
    padding: 7px 64px 7px 20px;
  }
  .two-step-verification-container a:after {
    right: 20px;
    width: 24px;
  }
}
.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: 700;
}
.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: 700;
}
@media (max-width: 767px) {
  .part--table .table {
    font-size: 2.60756193vw;
  }
}
html,
body {
  float: left;
  width: 100%;
  min-height: 100vh;
}
.logo {
  float: left;
  height: 84px;
  margin: 36px 0;
}
@media (max-width: 1279px) {
  .logo {
    height: 54px;
  }
}
.logo__image {
  width: auto;
  height: 100%;
}
.cb-page-title {
  float: left;
  width: 100%;
}
.cb-pages {
  float: left;
  width: 100%;
}
.cb-page {
  float: left;
  width: 100%;
}
.wrapper {
  float: left;
  width: 100%;
  min-height: 100vh;
  background-color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1.0625rem, 0.66592675vw + 0.90642342rem, 1.4375rem);
  line-height: clamp(1.5rem, 1.10987791vw + 1.23987236rem, 2.125rem);
  color: var(--mainTextColor);
  accent-color: #1B4D68;
  overflow: hidden;
  hyphens: none;
  box-sizing: border-box;
  padding-top: var(--headerHeight);
}
.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--multimood .desk,
.section--header .desk {
  width: var(--maxContentWidth);
}
@media (max-width: 1279px) {
  .section--multimood .desk,
  .section--infoBox .desk {
    max-width: 100%;
  }
}
.section {
  float: left;
  width: 100%;
  position: relative;
}
.section--header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  background-color: #fff;
}
.section--multimood {
  color: var(--mainTextColor);
  display: none;
}
.cb-page-layout1 .section--multimood,
.cb-page-layout3 .section--multimood,
.cb-page-layout4 .section--multimood,
.cb-page-layout5 .section--multimood {
  display: block;
}
.section--blue {
  background-color: #1B4D68;
  color: var(--mainTextColor);
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
  padding-top: var(--spaceTotal);
  padding-bottom: var(--spaceTotal);
  display: none;
}
#edit .cb-page-layout1 .section--blue.section--area2,
#view .cb-page-layout1:not(.area2--empty) .section--blue.section--area2 {
  display: block;
}
#edit .cb-page-layout2 .section--blue.section--area2,
#view .cb-page-layout2:not(.area2--empty) .section--blue.section--area2 {
  display: block;
}
@media (min-width: 1280px) {
  .section--blue {
    background-color: transparent;
  }
  .section--blue:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: var(--maxContentWidth);
    max-width: var(--deskMaxWidth);
    height: 100%;
    background-color: #1B4D68;
  }
  .section--blue .desk {
    max-width: calc(100vw - (var(--deskSpace) * 4));
  }
}
.section--footer {
  background-color: #1B4D68;
  color: var(--mainTextColor);
  margin-top: var(--spaceTotal);
  background-size: 476px auto;
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-image: url(/images/footerForm.svg);
}
@media (max-width: 1279px) {
  .section--footer {
    background-size: 316px auto;
  }
}
.content {
  float: left;
  width: 100%;
}
.section--header .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.moodTitle {
  position: absolute;
  left: 50%;
  top: 84px;
  transform: translateX(-50%);
  z-index: 3;
  width: var(--deskWidth);
  max-width: calc(100vw - (var(--deskSpace) * 4));
}
@media (max-width: 1279px) {
  .moodTitle {
    top: var(--deskSpace);
    max-width: var(--deskMaxWidth);
  }
}
.part--moodVideo {
  float: left;
  width: 100%;
  height: var(--moodHeight);
  position: relative;
}
.part--moodVideo * {
  height: 100%;
}
.part--moodVideo img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.part--moodVideo .placeholder {
  padding-bottom: 0;
}
.part--moodVideo:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-size: 610px auto;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(/images/moodForm.svg);
  pointer-events: none;
}
.part--moodVideo video {
  object-fit: cover;
  object-position: center;
}
@media (max-width: 1279px) {
  .part--moodVideo:after {
    background-size: 300px auto;
  }
}
@media (max-width: 767px) {
  .part--moodVideo:after {
    background-size: 160px auto;
  }
}
.footcontent {
  float: left;
  width: 100%;
  max-width: var(--altContentWidthWide);
  box-sizing: border-box;
  padding-left: 326px;
  margin-top: 152px;
  margin-bottom: 300px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 17px;
  line-height: 1.52941176;
}
.footcontent a {
  text-decoration: none;
}
@media (max-width: 1279px) {
  .footcontent {
    padding-left: 0;
    margin-top: 50px;
    margin-bottom: 340px;
    flex-direction: column;
  }
}
.footunit {
  float: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 1279px) {
  .footunit {
    width: 100%;
  }
}
@media (max-width: 1279px) {
  .footunit--1 {
    margin-top: 80px;
    order: 2;
  }
}
@media (max-width: 1279px) {
  .footunit--2 {
    order: 1;
  }
}
.vcard {
  float: left;
  font-size: 17px;
  line-height: 1.52941176;
}
.vcard .org {
  font-weight: 700;
}
.vcard a {
  text-decoration: none;
}
#services {
  float: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#services .meta {
  float: left;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
#services .meta:nth-last-child(2) {
  margin-top: 26px;
}
.footernavi {
  float: left;
  margin-top: 26px;
}
.footernavi .sub1 {
  float: left;
}
.footernavi .sub1 > .item {
  float: left;
  margin-right: 14px;
}
.footernavi .sub1 > .item.exit {
  margin-right: 0;
}
.footernavi .sub1 > .item > .menu {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
.footernavi .sub1 > .item > .menu.path {
  color: var(--mainTextColor);
  font-weight: 700;
}
#social {
  float: left;
  margin-top: 40px;
}
#social .meta {
  float: left;
  width: 56px;
  height: 56px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  margin-right: 20px;
  box-sizing: border-box;
  border: 1px solid #fff;
  position: relative;
}
#social .meta:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  mask-size: 26px 26px;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
}
#social .meta:last-child {
  margin-right: 0;
}
#social .meta:hover,
#social .meta:focus {
  background-color: #fff;
}
#social .meta:hover:after,
#social .meta:focus:after {
  background-color: #1B4D68;
}
#social .meta.service_linkedin:after {
  mask-image: url(/images/social-linkedin.svg);
}
.cbdModule--teaserTitleByline,
.cbdModule--teaserLocation {
  font-size: clamp(1.8125rem, 4.55049945vw + 0.74597669rem, 4.375rem);
  line-height: clamp(2.25rem, 4.43951165vw + 1.20948946rem, 4.75rem);
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
#cb-cookie-warning {
  position: fixed;
  right: 40px;
  bottom: 40px;
  max-width: calc(100% - 80px);
  width: 500px;
  z-index: 2100;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: var(--mainTextColor);
  background-color: #fff;
  border: 1px solid #9DB4C4;
  box-sizing: border-box;
}
#cb-cookie-warning a {
  text-decoration: underline;
}
#cb-cookie-warning.cb-cookie-warning--hidden {
  display: none;
}
@media (max-width: 767px) {
  #cb-cookie-warning {
    right: var(--deskSpace);
    bottom: var(--deskSpace);
    max-width: var(--deskMaxWidth);
    font-size: 14px;
    line-height: 1.42857143;
  }
}
.cb-cookie-warning--container {
  float: left;
  width: 100%;
}
.cb-cookie-warning--text {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
}
.cb-cookie-warning--actions {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 20px 20px;
}
.cb-cookie-warning__button {
  float: left;
  background-color: var(--buttonBackground);
  font-size: clamp(0.9375rem, 1.10987791vw + 0.67737236rem, 1.5625rem);
  line-height: clamp(1.25rem, 1.77580466vw + 0.83379578rem, 2.25rem);
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-family: inherit;
  cursor: pointer;
  color: var(--buttonColor);
  padding: 12px 86px 12px 30px;
  appearance: none;
  border-radius: 100000px;
  box-sizing: border-box;
  text-align: left;
  text-decoration: none;
  border: none;
  min-width: 525px;
  position: relative;
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, var(--buttonBackgroundHover), var(--buttonBackgroundHover));
  transition: all 0.24s;
  min-width: auto !important;
  font-size: 16px;
  line-height: 1.25;
  padding-right: 30px;
  width: calc(50% - 10px);
  text-align: center;
}
.cb-cookie-warning__button:after {
  content: '';
  position: absolute;
  right: 30px;
  top: 0;
  width: 36px;
  height: 100%;
  background-color: var(--buttonColor);
  mask-size: 100% 100%;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  mask-image: url(/images/arrow-right.svg);
}
.cb-cookie-warning__button:hover {
  background-size: 100% 100%;
}
@media (max-width: 1279px) {
  .cb-cookie-warning__button {
    min-width: 336px;
  }
}
@media (max-width: 767px) {
  .cb-cookie-warning__button {
    min-width: 280px;
    padding: 7px 64px 7px 20px;
  }
  .cb-cookie-warning__button:after {
    right: 20px;
    width: 24px;
  }
}
.cb-cookie-warning__button:after {
  display: none;
}
@media (max-width: 767px) {
  .cb-cookie-warning__button {
    padding-right: 20px;
    width: calc(50% - 5px);
    font-size: 13px;
    line-height: 1.53846154;
  }
}
a {
  color: var(--altTextColor1);
  text-decoration: underline;
  text-underline-offset: 4px;
}
a:hover {
  color: var(--altTextColor2);
}
h1 {
  font-size: clamp(1.8125rem, 4.55049945vw + 0.74597669rem, 4.375rem);
  line-height: clamp(2.25rem, 4.43951165vw + 1.20948946rem, 4.75rem);
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
h2 {
  font-size: clamp(1.0625rem, 0.66592675vw + 0.90642342rem, 1.4375rem);
  line-height: clamp(1.5rem, 1.10987791vw + 1.23987236rem, 2.125rem);
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--altTextColor1);
}
h3 {
  font-size: clamp(1.375rem, 2.77469478vw + 0.72468091rem, 2.9375rem);
  line-height: clamp(1.875rem, 3.32963374vw + 1.09461709rem, 3.75rem);
  font-weight: 400;
}
h4 {
  font-weight: 700;
}
.star {
  color: var(--altTextColor2);
}
.area--one {
  display: flex;
  flex-wrap: wrap;
}
.cb-page-layout1 .area--one.area1,
.cb-page-layout3 .area--one.area1,
.cb-page-layout4 .area--one.area1,
.cb-page-layout5 .area--one.area1 {
  margin-top: var(--spaceTotal);
}
.area--one .unitOne--1-1 .unit__body {
  display: flex;
  flex-wrap: wrap;
}
.area--one .unitOne--1-2 {
  display: flex;
  flex-direction: column;
}
.area--one .unitOne--1-2 .unit__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.area--one .unitOne--1-2 .unit__body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.area--one .unitOne--1-2 .part--link:last-child {
  margin-top: auto;
  padding-top: var(--spacePart);
}
.area--one .unitOne--verticalSpaceBottomSmall {
  margin-bottom: calc(var(--spaceUnit) * -1);
}
.area--one .unitOne--verticalSpaceTopSmall {
  margin-top: calc(var(--spaceUnit) * -1);
}
.area--one .unitOne--1-1 .part--maxWidthMedium {
  max-width: var(--altContentWidthWide);
}
.area--one .unitOne--1-1 .part--maxWidthSmall {
  max-width: var(--altContentWidthSmall);
}
.area--one .unitOne--verticalOffsetTrue .unit__content {
  margin-top: var(--verticalUnitOffset);
}
@media (max-width: 767px) {
  .area--one .unitOne--verticalOffsetTrue .unit__content {
    margin-top: 0;
  }
}
.area--one .unitTwo {
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
}
.area--one .unitTwo + .unitTwo + .unitTwo + .unitTwo {
  margin-top: calc((var(--spaceTotal) - (var(--spacePart) * 2)) * -1);
}
.area--one .unitTwo .unit__background {
  --spacePart: 10px;
  margin-bottom: calc(var(--spacePart) * 2);
  aspect-ratio: 1.25;
}
.area--one .unitTwo .unit__background * {
  height: 100%;
}
.area--one .unitTwo .unit__background img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.area--one .unitTwo .unit__background .placeholder {
  padding-bottom: 0;
}
.area--one .unitTwo .unit__body {
  --spacePart: 10px;
  margin-top: calc(var(--spacePart) * -1);
  margin-bottom: calc(var(--spacePart) * -1);
}
@media (max-width: 1279px) {
  .area--one .unitTwo + .unitTwo + .unitTwo {
    margin-top: calc((var(--spaceTotal) - (var(--spacePart) * 2)) * -1);
  }
}
@media (max-width: 767px) {
  .area--one .unitTwo + .unitTwo {
    margin-top: calc((var(--spaceTotal) - (var(--spacePart) * 2)) * -1);
  }
}
.area--one .unitThree {
  --spacePart: 5px;
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
}
.area--one .unitThree + .unitThree + .unitThree {
  margin-top: calc((var(--spaceTotal) - 24px) * -1);
}
.area--one .unitThree .unit__background {
  margin-bottom: calc(var(--spacePart) * 2);
  aspect-ratio: 1.61111111;
  overflow: hidden;
}
.area--one .unitThree .unit__background * {
  height: 100%;
}
.area--one .unitThree .unit__background img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.area--one .unitThree .unit__background .placeholder {
  padding-bottom: 0;
}
.area--one .unitThree .unit__body {
  margin-top: calc(var(--spacePart) * -1);
  margin-bottom: calc(var(--spacePart) * -1);
}
.area--one .unitThree.unit--isAnchor {
  color: inherit;
}
.area--one .unitThree.unit--isAnchor .unit__background .unit__backgroundImage {
  transition: all 0.24s;
}
.area--one .unitThree.unit--isAnchor:hover .unit__background .unit__backgroundImage {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .area--one .unitThree + .unitThree {
    margin-top: calc((var(--spaceTotal) - 24px) * -1);
  }
}
.part--linkButton .open {
  display: inline-block;
  background-color: var(--buttonBackground);
  font-size: clamp(0.9375rem, 1.10987791vw + 0.67737236rem, 1.5625rem);
  line-height: clamp(1.25rem, 1.77580466vw + 0.83379578rem, 2.25rem);
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-family: inherit;
  cursor: pointer;
  color: var(--buttonColor);
  padding: 12px 86px 12px 30px;
  appearance: none;
  border-radius: 100000px;
  box-sizing: border-box;
  text-align: left;
  text-decoration: none;
  border: none;
  min-width: 525px;
  position: relative;
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, var(--buttonBackgroundHover), var(--buttonBackgroundHover));
  transition: all 0.24s;
}
.part--linkButton .open:after {
  content: '';
  position: absolute;
  right: 30px;
  top: 0;
  width: 36px;
  height: 100%;
  background-color: var(--buttonColor);
  mask-size: 100% 100%;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  mask-image: url(/images/arrow-right.svg);
}
.part--linkButton .open:hover {
  background-size: 100% 100%;
}
@media (max-width: 1279px) {
  .part--linkButton .open {
    min-width: 336px;
  }
}
@media (max-width: 767px) {
  .part--linkButton .open {
    min-width: 280px;
    padding: 7px 64px 7px 20px;
  }
  .part--linkButton .open:after {
    right: 20px;
    width: 24px;
  }
}
.togglenavigation {
  position: fixed;
  left: calc(((100% - var(--maxContentWidth)) / 2) - 10px);
  top: calc(var(--headerHeight) / 2);
  z-index: 1002;
  width: 36px;
  height: 36px;
  cursor: pointer;
  transform: translateY(-50%);
}
@media (max-width: 1600px) {
  .togglenavigation {
    left: calc(var(--deskSpace) - 10px);
  }
}
.tline {
  position: absolute;
  left: 50%;
  width: 16px;
  transform: translateX(-50%);
  height: 3px;
  background-color: #1B4D68;
  transition: all 0.4s;
}
.tline--1 {
  top: 10px;
}
.tline--2,
.tline--3 {
  top: 50%;
  transform: translateX(-50%) translateY(-1px);
}
.tline--4 {
  bottom: 9px;
}
body.cb-toggle-target-active .tline {
  background-color: #fff;
}
body.cb-toggle-target-active .tline--1 {
  opacity: 0;
  transform: translateX(-50%) translateY(-10px);
}
body.cb-toggle-target-active .tline--2 {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
body.cb-toggle-target-active .tline--3 {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
body.cb-toggle-target-active .tline--4 {
  opacity: 0;
  transform: translateX(-50%) translateY(10px);
}
.navigation {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1001;
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  background-color: #1B4D68;
  color: var(--mainTextColor);
  transform: translateY(-100%);
  transition: all 0.6s;
}
.navigation::-webkit-scrollbar {
  display: none;
}
body.cb-toggle-target-active .navigation {
  transform: translateY(0);
}
.navigation__wrapper {
  float: left;
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding: var(--headerHeight) 0 80px;
}
@media (max-width: 1279px) {
  .navigation__wrapper {
    padding-bottom: 60px;
  }
}
.navigation__content {
  float: left;
  width: var(--deskWidthLarge);
  max-width: var(--deskMaxWidth);
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.navigation__section {
  float: left;
  width: 100%;
}
.navigation__section--2 {
  margin-top: 80px;
}
.navigation .navi {
  float: left;
}
.navigation .navi > .item {
  float: left;
}
.navigation .navi > .item > .menu {
  display: block;
  text-decoration: none;
}
.navigation .navi > .item > .menu:hover,
.navigation .navi > .item > .menu.path {
  color: #9DB4C4;
}
.navigation .sub2 {
  width: calc(100% + 20px);
  margin: -40px -10px;
  display: flex;
  flex-wrap: wrap;
}
.navigation .sub2 > .item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: calc(20% - 40px);
  margin: 40px 10px;
}
.navigation .sub2 > .item > .menu {
  font-size: 17px;
  line-height: 1.58823529;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  hyphens: auto;
  min-height: 54px;
}
@media (max-width: 1279px) {
  .navigation .sub2 > .item {
    width: calc(50% - 40px);
  }
  .navigation .sub2 > .item > .menu {
    min-height: 0;
  }
}
@media (max-width: 767px) {
  .navigation .sub2 {
    margin: -20px;
  }
  .navigation .sub2 > .item {
    width: calc(100% - 40px);
    margin: 20px;
  }
}
.navigation .sub3 {
  margin-top: 5px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.navigation .sub3 > .item {
  margin-top: 10px;
}
.navigation .sub3 > .item.init {
  margin-top: 0;
}
.navigation .sub3 > .item:has(.menu[href*='/uebersicht']) {
  display: none;
}
.navigation .sub3 > .item > .menu {
  font-size: 17px;
  line-height: 1.35294118;
  letter-spacing: 0.02em;
  hyphens: auto;
}
.headerMenu {
  float: left;
  display: flex;
  flex-direction: column;
  margin-right: 80px;
  box-sizing: border-box;
  padding-left: 66px;
}
@media (max-width: 1279px) {
  .headerMenu {
    padding-left: 0;
    align-self: flex-start;
    margin-top: 12px;
    margin-right: 0;
  }
}
.headerMenu__unit {
  float: left;
}
.headerMenu__unit--1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
@media (max-width: 1279px) {
  .headerMenu__unit--2 {
    display: none;
  }
}
.unit--headerLinks {
  float: left;
  min-width: 100px;
}
#edit .unit--headerLinks {
  min-height: 30px;
}
#edit .unit--headerLinks:not(.is-marked) {
  outline: 2px dashed #ccc;
}
.unit--headerLinks .unit__body {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 10px);
  margin-left: -10px;
}
.unit--headerLinks .part {
  width: auto !important;
  min-width: 50px;
  margin: 0 10px !important;
}
.unit--headerLinks .part .open {
  float: left;
  text-decoration: none;
  color: #9DB4C4;
  font-size: 18px;
  line-height: 1.55555556;
  letter-spacing: 0.005em;
}
.unit--headerLinks .part .open:hover {
  color: #1B4D68;
}
.navigation .unit--headerLinks .part .open:hover {
  color: #fff;
}
.headerMenu .unit--headerLinks {
  margin-right: 60px;
}
@media (max-width: 1279px) {
  .headerMenu .unit--headerLinks {
    display: none;
  }
}
.navigation .unit--headerLinks {
  width: 100%;
  margin-bottom: 60px;
  display: none;
}
@media (max-width: 1279px) {
  .navigation .unit--headerLinks {
    display: block;
  }
}
@media (max-width: 767px) {
  .navigation .unit--headerLinks {
    margin-bottom: 36px;
  }
}
.headerMenu .sub1 {
  float: left;
}
.headerMenu .sub1 > .item {
  float: left;
  margin-right: 10px;
}
.headerMenu .sub1 > .item.exit {
  margin-right: 0;
}
.headerMenu .sub1 > .item > .menu {
  display: block;
  text-decoration: none;
  color: #9DB4C4;
  font-size: 18px;
  line-height: 1.55555556;
  letter-spacing: 0.005em;
  text-transform: uppercase;
}
.headerMenu .sub1 > .item > .menu:hover {
  color: #1B4D68;
}
.headerMenu .sub1 > .item > .menu.path {
  font-weight: 700;
  color: #9DB4C4;
}
@media (max-width: 1279px) {
  .headerMenu .sub1 > .item > .menu {
    font-size: 15px;
    line-height: 1.33333333;
  }
}
.headerMenu .sub2 {
  float: left;
}
.headerMenu .sub2 .sub3 {
  display: none !important;
}
.headerMenu .sub2 > .item {
  float: left;
  margin-right: 30px;
}
.headerMenu .sub2 > .item.exit {
  margin-right: 0;
}
.headerMenu .sub2 > .item > .menu {
  display: block;
  text-decoration: none;
  font-size: 25px;
  line-height: 1.4;
  letter-spacing: 0.02em;
  font-weight: 600;
  text-transform: uppercase;
  color: #1B4D68;
}
.headerMenu .sub2 > .item > .menu:hover,
.headerMenu .sub2 > .item > .menu.path {
  color: #9DB4C4;
}
@media (max-width: 1439px) {
  .headerMenu .sub2 > .item > .menu {
    font-size: 20px;
    line-height: 1.75;
  }
}
.infoBox {
  float: left;
  width: 100%;
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.infoBox__section {
  float: left;
  width: 100%;
  position: relative;
  max-width: calc(100vw - (var(--deskSpace) * 4));
}
@media (max-width: 1279px) {
  .infoBox__section {
    max-width: var(--deskMaxWidth);
  }
}
.infoBox__section--1 {
  color: var(--mainTextColor);
}
.infoBox__section--1:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: var(--maxContentWidth);
  max-width: var(--deskMaxWidth);
  height: 100%;
  background: linear-gradient(81.3deg, #00547C 2.49%, #5C8F8B 61.97%, #839267 100%);
}
@media (max-width: 1279px) {
  .infoBox__section--1:before {
    width: 100vw;
    max-width: 100vw;
  }
}
.infoBox__content {
  float: left;
  width: var(--altContentWidthSmall);
  max-width: 100%;
  position: relative;
  z-index: 2;
}
.infoBox__section--1 .infoBox__content {
  margin-top: calc(var(--spaceUnit) + var(--spaceTotal));
  margin-bottom: calc(var(--spaceUnit) + var(--spaceTotal));
}
.infoBox .cbdModule {
  margin-top: calc(var(--spacePart) * 2);
}
.infoBox .cbdModule--infoBoxTitle {
  margin-top: 0;
  font-size: clamp(1.8125rem, 4.55049945vw + 0.74597669rem, 4.375rem);
  line-height: clamp(2.25rem, 4.43951165vw + 1.20948946rem, 4.75rem);
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.infoBox .cbdModule--infoBoxButton .open {
  display: inline-block;
  background-color: var(--buttonBackground);
  font-size: clamp(0.9375rem, 1.10987791vw + 0.67737236rem, 1.5625rem);
  line-height: clamp(1.25rem, 1.77580466vw + 0.83379578rem, 2.25rem);
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-family: inherit;
  cursor: pointer;
  color: var(--buttonColor);
  padding: 12px 86px 12px 30px;
  appearance: none;
  border-radius: 100000px;
  box-sizing: border-box;
  text-align: left;
  text-decoration: none;
  border: none;
  min-width: 525px;
  position: relative;
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, var(--buttonBackgroundHover), var(--buttonBackgroundHover));
  transition: all 0.24s;
}
.infoBox .cbdModule--infoBoxButton .open:after {
  content: '';
  position: absolute;
  right: 30px;
  top: 0;
  width: 36px;
  height: 100%;
  background-color: var(--buttonColor);
  mask-size: 100% 100%;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  mask-image: url(/images/arrow-right.svg);
}
.infoBox .cbdModule--infoBoxButton .open:hover {
  background-size: 100% 100%;
}
@media (max-width: 1279px) {
  .infoBox .cbdModule--infoBoxButton .open {
    min-width: 336px;
  }
}
@media (max-width: 767px) {
  .infoBox .cbdModule--infoBoxButton .open {
    min-width: 280px;
    padding: 7px 64px 7px 20px;
  }
  .infoBox .cbdModule--infoBoxButton .open:after {
    right: 20px;
    width: 24px;
  }
}
.cbdModule--teaserOverviewTitle {
  margin-top: var(--spaceTotal);
  margin-bottom: calc((var(--spaceUnit) - var(--spacePart)) * -1);
}
.ns-teaserWrapper--referenceTeaser {
  float: left;
  width: 100%;
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
}
.ns-referenceTeaser {
  float: left;
  width: 100%;
}
.ns-teaserArea {
  float: left;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 24px);
  margin: -12px;
}
.ns-teaser {
  float: left;
  width: calc(50% - 24px);
  margin: 12px;
  color: var(--mainTextColor) !important;
}
@media (max-width: 767px) {
  .ns-teaser {
    width: calc(100% - 24px);
  }
}
.ns-teaser__content {
  float: left;
  width: 100%;
}
.ns-teaser__part {
  float: left;
  width: 100%;
}
.ns-teaser__part--image {
  margin-bottom: 10px;
  overflow: hidden;
  aspect-ratio: 1.61111111;
}
.ns-teaser__part--image * {
  height: 100%;
}
.ns-teaser__part--image img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.ns-teaser__part--image .placeholder {
  padding-bottom: 0;
}
.ns-teaser__part--image .ns-teaserImage {
  transition: all 0.24s;
}
.ns-teaser:hover .ns-teaser__part--image .ns-teaserImage {
  transform: scale(1.05);
}
.ns-teaser__part--title {
  font-weight: 700;
}
.area .unit--unitSlider {
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
}
.ns-unitSlider {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ns-unitSlider__content {
  float: left;
  width: var(--maxContentWidth);
  max-width: var(--deskMaxWidth);
  position: relative;
}
.ns-unitSlider__content:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  width: 254px;
  height: 100%;
  background-image: linear-gradient(to right, transparent 0%, #fff);
  pointer-events: none;
}
@media (max-width: 767px) {
  .ns-unitSlider__content {
    width: 100vw;
  }
}
.ns-unitSlider__stage {
  float: left;
  width: 100%;
  overflow: hidden;
}
.ns-unitSlider__area {
  float: left;
  width: calc(100% + 24px);
  margin-left: -12px;
  display: flex;
  align-items: flex-start;
}
.ns-unitSlide {
  float: left;
  flex-shrink: 0;
  width: calc((100%/1436*960) - 24px);
  color: inherit;
  transition: all 0.6s;
}
.ns-unitSlide:hover {
  color: inherit;
}
@media (max-width: 1279px) {
  .ns-unitSlide {
    width: calc((100%/720*524) - 24px);
  }
}
@media (max-width: 1279px) {
  .ns-unitSlide {
    width: calc(100% - 74px);
  }
}
.ns-unitSlide__content {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 0 12px;
}
.ns-unitSlide__indent {
  float: right;
  width: 834px;
  max-width: 100%;
  box-sizing: border-box;
}
@media (max-width: 1600px) {
  .ns-unitSlide__indent {
    max-width: calc(100% - (((100vw - (var(--deskSpace) * 2)) - var(--deskWidth)) / 2));
  }
}
@media (max-width: 1279px) {
  .ns-unitSlide__indent {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .ns-unitSlide__indent {
    max-width: calc(100% - var(--deskSpace));
  }
}
.ns-unitSlider__part {
  float: left;
  width: 100%;
}
.ns-unitSlider__part--image {
  height: 630px;
  overflow: hidden;
}
.ns-unitSlider__part--image * {
  height: 100%;
}
.ns-unitSlider__part--image img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.ns-unitSlider__part--image .placeholder {
  padding-bottom: 0;
}
.ns-unitSlider__part--image .ns-unitSliderImage {
  transition: all 0.24s;
}
.ns-slide:hover .ns-unitSlider__part--image .ns-unitSliderImage {
  transform: scale(1.03);
}
@media (max-width: 1279px) {
  .ns-unitSlider__part--image {
    height: 360px;
  }
}
@media (max-width: 767px) {
  .ns-unitSlider__part--image {
    height: 220px;
  }
}
.ns-unitSlider__part--title {
  margin-top: calc(var(--spacePart) * 2);
}
.ns-unitSlider .ns-sliderControl {
  position: absolute;
  right: 70px;
  top: 50px;
  z-index: 3;
  aspect-ratio: 1.61764706;
  height: 34px;
  background-color: #1B4D68;
  mask-size: 100% 100%;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  mask-image: url(/images/slider-next.svg);
  cursor: pointer;
}
@media (max-width: 1279px) {
  .ns-unitSlider .ns-sliderControl {
    right: var(--deskSpace);
    top: var(--deskSpace);
    height: 30px;
  }
}
@media (max-width: 767px) {
  .ns-unitSlider .ns-sliderControl {
    right: calc(var(--deskSpace) + 50px);
    height: 24px;
  }
}
.area .unit--logoSlider {
  --visibleSlideAmount: 5;
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
}
@media (max-width: 1439px) {
  .area .unit--logoSlider {
    --visibleSlideAmount: 4;
  }
}
@media (max-width: 1279px) {
  .area .unit--logoSlider {
    --visibleSlideAmount: 3;
  }
}
@media (max-width: 767px) {
  .area .unit--logoSlider {
    --visibleSlideAmount: 1.5;
  }
}
.ns-logoSlider {
  float: left;
  width: 100%;
}
.ns-logoSlider__content {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ns-logoSlider__stage {
  float: left;
  width: 100vw;
}
#edit .ns-logoSlider__stage {
  width: 100%;
}
.ns-logoSlider__area {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
}
.ns-logoSlider__slideGroup {
  float: left;
  width: auto;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
#view .ns-logoSlider__slideGroup {
  animation-name: moveLeft;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
#edit .ns-logoSlider__slideGroup {
  flex-wrap: wrap;
  width: 100%;
}
#edit .ns-logoSlider__slideGroup--2 {
  display: none;
}
@keyframes moveLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.ns-logoSlide {
  width: calc(100vw / var(--visibleSlideAmount));
  box-sizing: border-box;
  padding-left: 12px;
  padding-right: 12px;
  flex-shrink: 0;
}
#edit .ns-logoSlide {
  margin-top: 4px;
  margin-bottom: 4px;
  width: 33.33333333%;
}
.ns-logoSlide__content {
  float: left;
  width: 100%;
}
.ns-logoSlider__part--image {
  float: left;
  width: 100%;
  aspect-ratio: 2.17073171;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ns-logoSlider__part--image .ns-sliderImage {
  float: left;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
}
/*# sourceMappingURL=./screen-small.css.map */