:root {
  --textColor: #000;
  --titleColor1: #3D6787;
  --titleColor2: #3D6787;
  --titleColor3: var(--textColor);
  --linkColor: #000;
  --linkColorHover: #3D6787;
}
:root {
  --generalHorizontalGap: 20px;
  --borderRadius: 15px;
  --headerHeight: 171px;
  --scrollHeaderHeight: 132px;
}
@media (max-width: 1199px) {
  :root {
    --headerHeight: 135px;
  }
}
:root {
  --deskWidth: 1492px;
  --deskSpace: 20px;
  --deskMaxWidth: calc(100vw - (2 * var(--deskSpace)));
}
:root {
  --spacePart: 15px;
}
@media (max-width: 1199px) {
  :root {
    --spacePart: 15px;
  }
}
@media (max-width: 767px) {
  :root {
    --spacePart: 10px;
  }
}
:root {
  --spaceUnit: 65px;
}
@media (max-width: 1199px) {
  :root {
    --spaceUnit: 30px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceUnit: 10px;
  }
}
:root {
  --spaceTotal: 80px;
}
@media (max-width: 1199px) {
  :root {
    --spaceTotal: 45px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceTotal: 20px;
  }
}
:root {
  --js-breakpoint: breakpointLarge;
}
@media (max-width: 1199px) {
  :root {
    --js-breakpoint: breakpointMedium;
  }
}
@media (max-width: 767px) {
  :root {
    --js-breakpoint: breakpointSmall;
  }
}
.title1 {
  font-size: clamp(1.875rem, 2.59291271vw + 1.26728608rem, 3.75rem);
  line-height: clamp(2.1875rem, 3.19792567vw + 1.43798617rem, 4.5rem);
  color: var(--titleColor1);
  font-weight: 300;
}
.title2 {
  font-size: clamp(1.625rem, 0.69144339vw + 1.46294296rem, 2.125rem);
  line-height: clamp(1.875rem, 0.86430424vw + 1.67242869rem, 2.5rem);
  font-weight: 300;
  color: var(--titleColor3);
}
.title2 strong {
  color: var(--titleColor1);
}
.title3 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 300;
}
.bodyMedium {
  font-size: 30px;
  line-height: 1.3;
  font-weight: 300;
}
.bodyLarge {
  font-size: clamp(6.25rem, 3.45721694vw + 5.43971478rem, 8.75rem);
  line-height: clamp(6.25rem, 3.88936906vw + 5.33842913rem, 9.0625rem);
  font-weight: 300;
}
.bodySmall {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 300;
}
.bodyList {
  font-size: 22px;
  line-height: 1.63636364;
}
.editorNote {
  box-sizing: border-box;
  padding-top: 30px;
}
.editorNote:before {
  content: var(--editorNoteText, 'Hinweis');
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  box-sizing: border-box;
  font-family: 'helvetica neue', helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.28571429;
  font-weight: bold;
  min-height: 24px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 1px;
  background-color: #71CAF3;
  color: #fff;
  padding: 6px;
}
.button {
  display: inline-block;
  background-color: var(--btnBackground, #3D6787);
  font-size: clamp(0.875rem, 0.51858254vw + 0.75345722rem, 1.25rem);
  line-height: clamp(1.0625rem, 0.60501296vw + 0.92070009rem, 1.5rem);
  font-family: inherit;
  font-weight: bold;
  cursor: pointer;
  color: var(--btnColor, #fff);
  --fluidSizeCalc: clamp(0.625rem, 0.51858254vw + 0.50345722rem, 1rem);
  --fluidSizeCalc2: clamp(0.9375rem, 1.29645635vw + 0.63364304rem, 1.875rem);
  padding: var(--fluidSizeCalc) var(--fluidSizeCalc2);
  appearance: none;
  border-radius: 10000px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: none;
  transition: all 0.4s;
}
@media (hover: hover) and (pointer: fine) {
  .button:hover,
  .button:focus {
    background-color: var(--btnBackgroundHover, #302F61);
    color: var(--btnColorHover, #fff);
  }
}
.buttonHover {
  background-color: var(--btnBackgroundHover, #302F61);
  color: var(--btnColorHover, #fff);
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
/* inter-300 - 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: 'Inter';
  font-style: normal;
  font-weight: 300;
  src: url('/extras/fonts/inter-v20-latin-300.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-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: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url('/extras/fonts/inter-v20-latin-700.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
* {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
#edit * :not(.is-marked):focus-within {
  outline: none;
}
:focus {
  outline-color: #3D6787;
}
*::selection {
  background: #3D6787;
  color: #fff;
}
.hidden,
.cb-invisible {
  display: none !important;
}
:where(
  h1,h2,h3,h4,h5,h6,
  p,span,
  strong,em,b,i,small,mark,abbr,cite,q,dfn,time,
  code,pre,kbd,samp,
  blockquote,
  ul,ol,li,dl,dt,dd,
  table,thead,tbody,tfoot,tr,td,th,caption,
  label,legend,
  figcaption,
  summary
) {
  color: var(--textColor);
}
li {
  list-style-position: inside;
}
img,
audio,
video,
iframe {
  float: left;
  width: 100%;
}
strong {
  font-weight: bold;
}
sup,
sub {
  position: relative;
  vertical-align: baseline;
  top: -0.8em;
  font-size: 70%;
}
sub {
  top: 0.4em;
}
address {
  font-style: normal;
}
input,
textarea {
  border-radius: 0;
  font-family: 'Inter', sans-serif;
  font-size: clamp(1rem, 0.34572169vw + 0.91897148rem, 1.25rem);
  line-height: clamp(1.625rem, 0vw + 1.625rem, 1.625rem);
}
.unit caption {
  display: none;
}
.flag {
  background: #3D6787;
  color: #fff;
}
img.cb-loading {
  background-size: 30px 30px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-loader.svg);
}
.cbdModule {
  float: left;
  width: 100%;
}
#view .cbdModule.is-empty {
  display: none;
}
.cbDynamicContent__element {
  float: left;
  width: 100%;
}
.area {
  float: left;
  width: 100%;
}
#view .area:empty {
  display: none;
}
.unit {
  float: left;
  width: 100%;
  position: relative;
}
.area .unit {
  margin-top: var(--spaceUnit);
  margin-bottom: var(--spaceUnit);
}
.unit__background {
  float: left;
  width: 100%;
}
.unit__content {
  float: left;
  width: 100%;
}
.unit__head,
.unit__body,
.unit__foot {
  float: left;
  width: 100%;
}
.unit--fold div.less,
.unit--fold div.more {
  float: left;
  width: 100%;
}
.unit--fold .ctrl {
  float: left;
  width: 100%;
}
.part {
  float: left;
  width: 100%;
  position: relative;
}
.unit .part {
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
}
.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: 6px;
}
#disp.zoom .cb-image-figure {
  height: 100%;
}
#disp.zoom .cb-image-container {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#disp.zoom .cb-image-caption {
  display: none;
}
.cb-album .cb-image-figure {
  opacity: 1 !important;
  display: block !important;
}
.cb-album .cb-image-container {
  position: static;
}
.cb-album .cb-image-caption {
  display: none;
}
div.load {
  background: none !important;
}
.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(--textColor);
}
.line hr.bold {
  border-bottom-width: 2px;
}
.line hr.dash {
  border-bottom-style: dashed;
}
.line hr.spot {
  border-bottom-style: dotted;
}
#edit div.code {
  position: relative;
  min-height: 30px;
}
#edit div.code:after {
  content: 'Code';
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background: #aaa;
  opacity: 0.6;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  letter-spacing: 0.2em;
  padding: 0 20px;
}
.cb-code-executable {
  float: left;
  width: 100%;
}
.part.cb-youtube iframe,
.part.cb-vimeo iframe {
  height: 100%;
  background-color: #fff;
}
.part.cb-share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.part.cb-share .cb-service {
  float: left;
  margin-left: 16px;
}
.part.cb-share .cb-service:first-child {
  margin-left: 0;
}
.part.cb-share .cb-service * {
  float: left;
}
.part.cb-share .cb-service a {
  float: left;
  width: 50px;
  height: 50px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  box-sizing: border-box;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 10000px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.part.cb-share .cb-service a:hover {
  filter: invert(1);
}
.part.cb-share .cb-service.cb-service-facebook-share a {
  background-size: auto 24px;
  background-image: url(/images/cb-default/socialShare-facebook-black.svg);
}
.part.cb-share .cb-service.cb-service-twitter a {
  background-size: auto 18px;
  background-image: url(/images/cb-default/socialShare-twitter-black.svg);
}
.text-section {
  float: left;
  width: 100%;
}
.list {
  float: left;
  width: 100%;
}
.list--bullet li {
  list-style: none;
  padding-left: 40px;
  position: relative;
  font-size: 22px;
  line-height: 1.63636364;
}
.list--bullet li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 26px;
  height: 36px;
  mask-size: 100% 100%;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  mask-image: url(/images/icon-checkmark.svg);
  background-color: var(--titleColor1);
}
.list--numbered {
  counter-reset: numberedList;
}
.list--numbered li {
  list-style: none;
  padding-left: 24px;
  position: relative;
  font-size: 22px;
  line-height: 1.63636364;
}
.list--numbered li:before {
  content: counter(numberedList) ".";
  counter-increment: numberedList;
  position: absolute;
  left: 0;
  top: 0;
}
#expo {
  float: left;
  width: 100%;
  position: relative;
}
#slides {
  float: left;
  width: 100%;
  height: 0 !important;
  max-width: 100% !important;
  max-height: 100% !important;
  padding-bottom: 23.4375%;
  position: relative;
  overflow: hidden;
}
#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;
}
#slides img.lazyimage {
  visibility: initial;
  filter: blur(10px);
  transform: scale(1.05);
  transition: all 0.12s;
}
#slides img.lazyimage.lazyloaded {
  filter: blur(0);
  transform: scale(1);
}
#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: #3D6787;
  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: #3D6787;
}
.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: 'Inter', sans-serif;
  line-height: 1.42857143;
  color: var(--textColor);
}
@media (max-width: 767px) {
  #disp {
    padding: 20px 0 !important;
  }
}
.disp-wrapper {
  float: left;
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  padding: 40px;
}
@media (max-width: 767px) {
  .disp-wrapper {
    padding: 15px;
  }
}
#disp form {
  float: left;
}
.disp-wrapper > form {
  width: 100%;
}
@media (max-width: 767px) {
  #disp form {
    width: 100%;
  }
}
#disp .fail {
  color: #ae2121;
}
#disp .part {
  margin-top: 4px;
  margin-bottom: 4px;
}
#disp a.mail {
  float: left;
  min-height: 26px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
#disp .head,
#disp .body,
#disp .foot {
  float: left;
  width: 100%;
  position: relative;
}
#disp .body {
  margin: 20px 0;
}
#disp .foot form + form {
  float: right;
}
#disp h2 {
  font-size: 14px;
  line-height: 1.71428571;
  font-weight: normal;
  text-transform: uppercase;
  color: #3D6787;
  width: 100%;
  box-sizing: border-box;
  padding-right: 30px;
}
#disp h3 {
  color: #3D6787;
  font-size: 16px;
  font-weight: bold;
  padding: 20px 0;
  width: 100%;
}
#disp .head .ctrl {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
#disp .head .ctrl > div {
  float: left;
}
#disp .head .ctrl a {
  float: left;
  display: block;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  width: 16px;
  height: 24px;
  background-size: 16px 16px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-cross-black.svg);
}
#disp .foot input,
#disp .foot a {
  float: left;
  display: inline-block;
  background-color: var(--btnBackground, #3D6787);
  font-size: clamp(0.875rem, 0.51858254vw + 0.75345722rem, 1.25rem);
  line-height: clamp(1.0625rem, 0.60501296vw + 0.92070009rem, 1.5rem);
  font-family: inherit;
  font-weight: bold;
  cursor: pointer;
  color: var(--btnColor, #fff);
  --fluidSizeCalc: clamp(0.625rem, 0.51858254vw + 0.50345722rem, 1rem);
  --fluidSizeCalc2: clamp(0.9375rem, 1.29645635vw + 0.63364304rem, 1.875rem);
  padding: var(--fluidSizeCalc) var(--fluidSizeCalc2);
  appearance: none;
  border-radius: 10000px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: none;
  transition: all 0.4s;
  line-height: 1.42857143;
}
@media (hover: hover) and (pointer: fine) {
  #disp .foot input:hover,
  #disp .foot a:hover,
  #disp .foot input:focus,
  #disp .foot a:focus {
    background-color: var(--btnBackgroundHover, #302F61);
    color: var(--btnColorHover, #fff);
  }
}
#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 !important;
  border-radius: 30px;
  background-color: rgba(0, 0, 0, 0.5);
  background-size: 18px 18px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-zoom-white.svg);
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s cubic-bezier(0.05, 0.8, 0.5, 1);
}
a.zoom .cb-zoom-indicator {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 1199px) {
  .cb-zoom-indicator {
    right: 10px;
    bottom: 10px;
    width: 24px;
    height: 24px !important;
    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: 'Inter', 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%;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 300;
}
.unit.form fieldset {
  float: left;
  width: 100%;
  position: relative;
}
.unit.form div.ctrl {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: var(--spacePart);
}
.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: 10px;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 300;
}
@media (min-width: 768px) {
  .unit.form .tile .name {
    padding-bottom: 0;
    width: 30%;
  }
}
.unit.form input.text,
.unit.form textarea {
  float: left;
  width: 100%;
  box-sizing: border-box;
  background: #c5d1db;
  min-height: 60px;
  padding: 10px;
  appearance: none;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 300;
}
.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;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 300;
}
@media (min-width: 768px) {
  .unit.form div.tick.tile div.ctrl > div {
    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;
  position: relative;
  max-width: 100%;
  font-family: 'Inter', sans-serif;
  font-size: clamp(1rem, 0.34572169vw + 0.91897148rem, 1.25rem);
  line-height: clamp(1.625rem, 0vw + 1.625rem, 1.625rem);
  background: #fff;
  height: 45px;
  border: 1px solid var(--titleColor1);
  border-radius: 10000px;
  padding: 10px 30px 10px 10px;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 300;
  appearance: none;
  background-size: 10px 10px;
  background-position: calc(100% - 10px) 50%;
  background-repeat: no-repeat;
  background-image: url(/images/chevron-down.svg);
}
.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 {
  display: inline-block;
  background-color: var(--btnBackground, #3D6787);
  font-size: clamp(0.875rem, 0.51858254vw + 0.75345722rem, 1.25rem);
  line-height: clamp(1.0625rem, 0.60501296vw + 0.92070009rem, 1.5rem);
  font-family: inherit;
  font-weight: bold;
  cursor: pointer;
  color: var(--btnColor, #fff);
  --fluidSizeCalc: clamp(0.625rem, 0.51858254vw + 0.50345722rem, 1rem);
  --fluidSizeCalc2: clamp(0.9375rem, 1.29645635vw + 0.63364304rem, 1.875rem);
  padding: var(--fluidSizeCalc) var(--fluidSizeCalc2);
  appearance: none;
  border-radius: 10000px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: none;
  transition: all 0.4s;
  margin-right: 16px;
}
@media (hover: hover) and (pointer: fine) {
  .unit.form .ship div.chop span::file-selector-button:hover,
  .unit.form .ship div.chop span::file-selector-button:focus {
    background-color: var(--btnBackgroundHover, #302F61);
    color: var(--btnColorHover, #fff);
  }
}
.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: 60px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }
}
.unit.form .submit {
  float: left;
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
  display: inline-block;
  background-color: var(--btnBackground, #3D6787);
  font-size: clamp(0.875rem, 0.51858254vw + 0.75345722rem, 1.25rem);
  line-height: clamp(1.0625rem, 0.60501296vw + 0.92070009rem, 1.5rem);
  font-family: inherit;
  font-weight: bold;
  cursor: pointer;
  color: var(--btnColor, #fff);
  --fluidSizeCalc: clamp(0.625rem, 0.51858254vw + 0.50345722rem, 1rem);
  --fluidSizeCalc2: clamp(0.9375rem, 1.29645635vw + 0.63364304rem, 1.875rem);
  padding: var(--fluidSizeCalc) var(--fluidSizeCalc2);
  appearance: none;
  border-radius: 10000px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: none;
  transition: all 0.4s;
}
@media (hover: hover) and (pointer: fine) {
  .unit.form .submit:hover,
  .unit.form .submit:focus {
    background-color: var(--btnBackgroundHover, #302F61);
    color: var(--btnColorHover, #fff);
  }
}
.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(--textColor);
  text-decoration: underline;
}
.unit.form .recaptcha-info {
  color: #aaa;
}
.unit.form .recaptcha-info a {
  color: #aaa;
}
.unit.form .recaptcha-info a:hover,
.unit.form .recaptcha-info a:focus {
  text-decoration: underline;
}
.unit.form .part.fail {
  font-size: 16px;
  line-height: 1.25;
  border-left: 4px solid #ae2121;
  box-sizing: border-box;
  padding: 20px;
  background-color: #e7bcbc;
  color: #ae2121;
}
.unit.form div.cb-form-sent {
  float: left;
  width: 100%;
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
}
.unit.form div.cb-form-sent a {
  float: right;
  color: #5abb55;
}
#disp.two-step-verification div.body {
  overflow: hidden;
}
#disp.two-step-verification p {
  float: left;
  width: 100%;
}
.two-step-verification-container {
  float: left;
  width: 100%;
  min-width: 300px;
  margin-top: 10px;
  height: 350px;
  position: relative;
}
.two-step-verification-container a {
  display: inline-block;
  background-color: var(--btnBackground, #3D6787);
  font-size: clamp(0.875rem, 0.51858254vw + 0.75345722rem, 1.25rem);
  line-height: clamp(1.0625rem, 0.60501296vw + 0.92070009rem, 1.5rem);
  font-family: inherit;
  font-weight: bold;
  cursor: pointer;
  color: var(--btnColor, #fff);
  --fluidSizeCalc: clamp(0.625rem, 0.51858254vw + 0.50345722rem, 1rem);
  --fluidSizeCalc2: clamp(0.9375rem, 1.29645635vw + 0.63364304rem, 1.875rem);
  padding: var(--fluidSizeCalc) var(--fluidSizeCalc2);
  appearance: none;
  border-radius: 10000px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: none;
  transition: all 0.4s;
}
@media (hover: hover) and (pointer: fine) {
  .two-step-verification-container a:hover,
  .two-step-verification-container a:focus {
    background-color: var(--btnBackgroundHover, #302F61);
    color: var(--btnColorHover, #fff);
  }
}
.two-step-verification__div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #fff;
  background-size: 100px 100px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-loader-black.svg);
}
.two-step-verification-container.loaded .two-step-verification__div {
  background-image: none;
}
.table {
  float: left;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
.table-layout-fixed .table {
  table-layout: fixed;
}
.table tr {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.table-head tr {
  border-top: none;
}
.table th {
  font-weight: normal;
  padding: 5px 10px;
  vertical-align: top;
}
.table th.init {
  padding-left: 0;
}
.table th.exit {
  padding-right: 0;
}
.table th.align-left {
  text-align: left;
}
.table th.align-center {
  text-align: center;
}
.table th.align-right {
  text-align: right;
}
.table--headline th {
  font-weight: bold;
}
.table td {
  padding: 5px 10px;
  vertical-align: top;
}
.table td.init {
  padding-left: 0;
}
.table td.exit {
  padding-right: 0;
}
.table td.align-left {
  text-align: left;
}
.table td.align-center {
  text-align: center;
}
.table td.align-right {
  text-align: right;
}
#edit .table td {
  border-left: 1px dashed #e0e0e0;
  border-right: 1px dashed #e0e0e0;
}
.table--footer .table-foot td {
  font-weight: bold;
}
html,
body {
  float: left;
  width: 100%;
  min-height: 100vh;
}
main {
  float: left;
  width: 100%;
  flex: 1 0;
}
.logo {
  float: left;
}
.logo--head {
  height: 141px;
  position: relative;
  transition: all 0.4s;
}
body:not(.cb-toggle-target-active) .cb-scroll-triggered--active .logo--head {
  height: 90px;
}
.logo--foot {
  width: 352px;
  max-width: 100%;
}
.logo--foot__image {
  width: 100%;
  height: auto;
}
@media (max-width: 1199px) {
  .logo--head {
    height: 66px;
  }
  body:not(.cb-toggle-target-active) .cb-scroll-triggered--active .logo--head {
    height: 66px;
  }
}
.logo__image {
  width: auto;
  height: 100%;
  transition: all 0.4s;
}
.logo__image--scroll {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
}
body:not(.cb-toggle-target-active) .cb-scroll-triggered--active .logo__image--init {
  opacity: 0;
  pointer-events: none;
}
body:not(.cb-toggle-target-active) .cb-scroll-triggered--active .logo__image--scroll {
  opacity: 1;
  pointer-events: all;
}
@media (max-width: 1199px) {
  .logo__image--init {
    display: none;
  }
  .logo__image--scroll {
    position: relative;
    opacity: 1;
    pointer-events: all;
  }
}
.cb-page-title {
  float: left;
  width: 100%;
}
.wrapper {
  float: left;
  width: 100%;
  min-height: 100vh;
  background-color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: clamp(1rem, 0.34572169vw + 0.91897148rem, 1.25rem);
  line-height: clamp(1.625rem, 0vw + 1.625rem, 1.625rem);
  font-weight: 300;
  accent-color: #3D6787;
  overflow: hidden;
  hyphens: none;
  display: flex;
  flex-direction: column;
  -webkit-font-smoothing: antialiased;
  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;
}
.cb-pages {
  float: left;
  width: 100%;
}
.cb-page {
  float: left;
  width: 100%;
}
.cb-page--blue {
  background-color: #d8e1e7;
}
.container {
  float: left;
  width: 100%;
  position: relative;
}
.section {
  float: left;
  width: 100%;
  position: relative;
}
.section--blue {
  --textColor: #fff;
  --titleColor1: #fff;
  --titleColor2: #fff;
  --linkColor: #fff;
  --linkColorHover: #fff;
  --btnBackground: #fff;
  --btnColor: #3D6787;
  background-color: #3D6787;
}
.section--header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  background-color: #fff;
}
.container--head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 15px 0;
  transition: all 0.4s;
}
body:not(.cb-toggle-target-active) .cb-scroll-triggered--active .container--head {
  margin: 25px 0 17px;
}
@media (max-width: 1199px) {
  .container--head {
    flex-direction: column;
    gap: 23px;
    margin: 10px 0;
  }
  body:not(.cb-toggle-target-active) .cb-scroll-triggered--active .container--head {
    margin: 10px 0;
  }
}
.headServices {
  float: left;
  display: flex;
  gap: 70px;
  margin-top: 42px;
  margin-right: 163px;
  transition: all 0.4s;
}
body:not(.cb-toggle-target-active) .cb-scroll-triggered--active .headServices {
  margin-top: 32px;
}
.headServices .cbdModule {
  width: auto;
}
.headServices .headService {
  float: left;
  text-decoration: none;
  font-size: clamp(1rem, 0.17286085vw + 0.95948574rem, 1.125rem);
  line-height: clamp(1.125rem, 0.17286085vw + 1.08448574rem, 1.25rem);
}
.headServices .find {
  float: left;
  text-decoration: none;
  box-sizing: border-box;
  padding-right: 38px;
  position: relative;
  font-size: clamp(1rem, 0.17286085vw + 0.95948574rem, 1.125rem);
  line-height: clamp(1.125rem, 0.17286085vw + 1.08448574rem, 1.25rem);
}
.headServices .find:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 25px;
  height: 25px;
  translate: 0 -50%;
  mask-size: 100% 100%;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  mask-image: url(/images/icon-search.svg);
  background-color: #3D6787;
}
@media (max-width: 1199px) {
  .headServices {
    width: 100%;
    justify-content: space-between;
    margin: 0;
    gap: 20px;
  }
}
.section--hero {
  --titleColor1: #fff;
  --textColor: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1199px) {
  .section--hero {
    --deskSpace: 5px;
  }
}
.heroVideo {
  float: left;
  width: calc(100% - 20px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  min-height: 300px;
  height: calc(100svh - (var(--headerHeight) + var(--deskSpace)));
  overflow: hidden;
  border-radius: var(--borderRadius);
  isolation: isolate;
}
.heroVideo__video {
  float: left;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  object-fit: cover;
}
.heroVideo__content {
  float: left;
  width: var(--deskWidth);
  max-width: var(--deskMaxWidth);
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 0 var(--generalHorizontalGap);
  --fluidSizeCalc: clamp(3.125rem, 5.01296456vw + 1.95008643rem, 6.75rem);
  margin-bottom: var(--fluidSizeCalc);
}
.heroVideo__body {
  grid-column: 2 / span 10;
  display: flex;
  flex-direction: column;
  --fluidSizeCalc: clamp(0.75rem, 5.8772688vw + -0.62748487rem, 5rem);
  gap: var(--fluidSizeCalc);
}
.heroVideo .heroTitle {
  font-size: clamp(1.875rem, 2.59291271vw + 1.26728608rem, 3.75rem);
  line-height: clamp(2.1875rem, 3.19792567vw + 1.43798617rem, 4.5rem);
  color: var(--titleColor1);
  font-weight: 300;
  text-shadow: 3px 2px 2px rgba(0, 0, 0, 0.7);
}
.heroVideo .heroLink {
  display: inline-block;
  background-color: var(--btnBackground, #3D6787);
  font-size: clamp(0.875rem, 0.51858254vw + 0.75345722rem, 1.25rem);
  line-height: clamp(1.0625rem, 0.60501296vw + 0.92070009rem, 1.5rem);
  font-family: inherit;
  font-weight: bold;
  cursor: pointer;
  color: var(--btnColor, #fff);
  --fluidSizeCalc: clamp(0.625rem, 0.51858254vw + 0.50345722rem, 1rem);
  --fluidSizeCalc2: clamp(0.9375rem, 1.29645635vw + 0.63364304rem, 1.875rem);
  padding: var(--fluidSizeCalc) var(--fluidSizeCalc2);
  appearance: none;
  border-radius: 10000px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: none;
  transition: all 0.4s;
}
@media (hover: hover) and (pointer: fine) {
  .heroVideo .heroLink:hover,
  .heroVideo .heroLink:focus {
    background-color: var(--btnBackgroundHover, #302F61);
    color: var(--btnColorHover, #fff);
  }
}
@media (max-width: 1199px) {
  .heroVideo__body {
    grid-column: span 12;
  }
}
.pageTitle {
  float: left;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 0 var(--generalHorizontalGap);
}
body:not(.cb-page-selected-layout1) .pageTitle {
  margin-top: calc(var(--spacePart) * 2);
}
.cb-page-selected-layout1 .pageTitle {
  margin-top: calc(var(--spaceTotal) + var(--spaceUnit));
}
.pageTitle .cb-page-title {
  grid-column: 2 / span 10;
}
@media (max-width: 1199px) {
  .pageTitle .cb-page-title {
    grid-column: span 12;
  }
}
@media (max-width: 767px) {
  .pageTitle {
    grid-template-columns: 100%;
  }
  .pageTitle .cb-page-title {
    grid-column: span 1;
  }
}
.socialLinksSide {
  position: fixed;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  z-index: 1000;
}
.part--socialLinksSide .iconLinks__content {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.part--socialLinksSide .iconLinks__icon {
  float: left;
  position: relative;
  width: 50px;
  height: 50px;
  mask-size: 100% 100%;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  background-color: var(--socialLinkSideBackground);
  transition: all 0.4s;
}
.part--socialLinksSide .iconLinks__icon:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  mask-size: 50% 50%;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  mask-image: var(--socialLinkSideIcon);
  background-color: #fff;
}
.part--socialLinksSide .iconLinks__icon--facebook {
  --socialLinkSideBackground: #302F61;
  --socialLinkSideIcon: url(/images/icon-facebook.svg);
}
.part--socialLinksSide .iconLinks__icon--instagram {
  --socialLinkSideBackground: #3D6787;
  --socialLinkSideIcon: url(/images/icon-instagram.svg);
}
.part--socialLinksSide .iconLinks__icon--youtube {
  --socialLinkSideBackground: #C21622;
  --socialLinkSideIcon: url(/images/icon-youtube.svg);
}
.section--footer {
  --textColor: #302F61;
  --linkColor: #302F61;
  --titleColor3: #3D6787;
}
.footarea {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 56px var(--generalHorizontalGap);
  margin: 80px 0;
}
@media (max-width: 1199px) {
  .footarea {
    grid-template-columns: 100%;
  }
}
.footpart {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.footpart--one {
  grid-column: 2 / span 11;
}
.footpart--two {
  grid-column: 2 / span 3;
  box-sizing: border-box;
  padding-left: 16px;
}
.footpart--three {
  grid-column: 5 / span 4;
  box-sizing: border-box;
  max-width: 357px;
  margin: 0 auto;
}
.footpart--four {
  grid-column: 9 / span 4;
}
@media (max-width: 1199px) {
  .footpart {
    grid-column: span 1;
  }
  .footpart--one {
    order: 3;
  }
  .footpart--two {
    order: 4;
  }
  .footpart--three {
    order: 2;
    max-width: unset;
    margin: 0;
  }
  .footpart--four {
    order: 1;
  }
}
.vcard .footTitle {
  text-transform: uppercase;
}
.vcard span,
.vcard a {
  font-size: 16px;
  line-height: 1.0625;
}
.part--socialLinksFooter .iconLinks__content {
  float: left;
  width: 100%;
  display: flex;
  gap: 19px;
}
.part--socialLinksFooter .iconLinks__icon {
  float: left;
  width: 33px;
  height: 33px;
  mask-size: 100% 100%;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  background-color: #3D6787;
  transition: all 0.4s;
}
.part--socialLinksFooter .iconLinks__icon--facebook {
  width: 19px;
  mask-image: url(/images/icon-facebook.svg);
}
.part--socialLinksFooter .iconLinks__icon--instagram {
  mask-image: url(/images/icon-instagram.svg);
}
.part--socialLinksFooter .iconLinks__icon--youtube {
  width: 40px;
  mask-image: url(/images/icon-youtube.svg);
}
.part--socialLinksFooter .iconLinks__icon:hover,
.part--socialLinksFooter .iconLinks__icon:focus {
  background-color: #302F61;
}
#edit .unit--footLinks {
  outline-color: #71caf3;
  min-height: 20px;
}
.unit--footLinks .unit__body {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.unit--footLinks .part {
  width: auto;
  margin: 0;
  font-size: 16px;
  line-height: 1.0625;
}
#edit .unit--footContent {
  outline-color: #71caf3;
  min-height: 30px;
}
.unit--footContent .part--text + .part--table {
  margin-top: calc(var(--spacePart) * -1 + 5px);
}
.section--footer .table {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 300;
}
.section--footer .table tr {
  border: none;
}
#edit .section--footer .table tr {
  border-top: 1px dashed #e0e0e0;
  border-bottom: 1px dashed #e0e0e0;
}
.newsletterFrame {
  height: 650px !important;
}
@media (max-width: 810px) {
  .newsletterFrame {
    height: 1000px !important;
  }
}
a {
  color: var(--linkColor);
  text-decoration: underline;
  text-underline-position: under;
  text-underline-offset: 0.1rem;
}
a:hover,
a:focus {
  color: var(--linkColorHover);
  text-decoration: none;
}
h1,
h2 {
  font-size: clamp(1.875rem, 2.59291271vw + 1.26728608rem, 3.75rem);
  line-height: clamp(2.1875rem, 3.19792567vw + 1.43798617rem, 4.5rem);
  color: var(--titleColor1);
  font-weight: 300;
}
h3 {
  font-size: clamp(1.625rem, 0.69144339vw + 1.46294296rem, 2.125rem);
  line-height: clamp(1.875rem, 0.86430424vw + 1.67242869rem, 2.5rem);
  font-weight: 300;
  color: var(--titleColor3);
}
h3 strong {
  color: var(--titleColor1);
}
h4 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 300;
}
.loud {
  font-size: 30px;
  line-height: 1.3;
  font-weight: 300;
}
.skew {
  font-size: clamp(6.25rem, 3.45721694vw + 5.43971478rem, 8.75rem);
  line-height: clamp(6.25rem, 3.88936906vw + 5.33842913rem, 9.0625rem);
  font-weight: 300;
}
.pale {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 300;
}
.area--one {
  display: grid;
  gap: 0 var(--generalHorizontalGap);
}
.area--one .unit {
  grid-column: 1 / -1;
}
.area--one .unit--spaceTopSmall {
  margin-top: 0;
}
.area--one .unit--spaceBottomSmall {
  margin-bottom: 0;
}
.area--one .unitOne--1-1 .part.pict {
  width: calc(100vw - 20px);
  left: 50%;
  translate: -50% 0;
}
.area--one .unitOne--1-1 .part.pict .cb-image-container,
.area--one .unitOne--indent .part.pict .cb-image-container {
  overflow: hidden;
  border-radius: var(--borderRadius);
}
.area--one .unitOne--1-4 {
  text-align: center;
}
.area--one .unitOne--1-4 .cb-image-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.area--one .unitTwo {
  display: grid;
  gap: 0 var(--generalHorizontalGap);
  align-items: flex-start;
}
.area--one .unitTwo--imageLeft .unit__content {
  padding-left: 40px;
}
.area--one .unitTwo--imageRight .unit__content {
  padding-right: 40px;
}
.area--one .unitTwo .unit__background {
  margin: var(--spacePart) 0;
}
.area--one .unitTwo .unit__background .unit__backgroundImage {
  overflow: hidden;
  border-radius: var(--borderRadius);
}
.area--one .unitTwo .unit__content {
  box-sizing: border-box;
}
.area--one .unitTwo .part + .part--link {
  margin-top: calc(var(--spacePart) * 3);
}
.area--one .unitTwo .list li {
  border-bottom: 1px solid var(--textColor);
  box-sizing: border-box;
  padding-top: 7px;
  padding-bottom: 7px;
}
.area--one .unitTwo .list li:before {
  top: 7px;
}
@media (max-width: 1199px) {
  .area--one .unitTwo .unit__content {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .area--one .unitTwo .unit__background {
    order: 2;
  }
  .area--one .unitTwo .unit__content {
    order: 1;
  }
}
.area--one .unitThree {
  --titleColor2: var(--textColor);
}
.area--one .unitThree--1-1 .unit__content {
  max-width: 502px;
  padding: 0 50px;
}
.area--one .unitThree--1-1 .part {
  box-sizing: border-box;
  padding-left: 24px;
  padding-right: 24px;
}
.area--one .unitThree--1-2 .unit__content {
  max-width: 364px;
}
.area--one .unitThree--1-2 .part.text:first-child {
  padding-right: 24px;
}
.area--one .unitThree .unit__background {
  margin: var(--spacePart) 0;
  overflow: hidden;
  border-radius: var(--borderRadius);
}
.area--one .unitThree .part.text:first-child {
  width: auto;
  margin-top: calc(-35px - var(--spacePart));
  box-sizing: border-box;
  padding-top: calc(24px - var(--spacePart));
  padding-bottom: calc(24px - var(--spacePart));
  background-color: #fff;
}
.area--one .unitThree.unit--isAnchor .unit__backgroundImage {
  transition: all 0.4s;
}
@media (hover: hover) and (pointer: fine) {
  .area--one .unitThree.unit--isAnchor:hover .unit__backgroundImage,
  .area--one .unitThree.unit--isAnchor:focus .unit__backgroundImage {
    scale: 1.05;
  }
  .area--one .unitThree.unit--isAnchor:hover .part.link .open,
  .area--one .unitThree.unit--isAnchor:focus .part.link .open {
    background-color: var(--btnBackgroundHover, #302F61);
    color: var(--btnColorHover, #fff);
  }
}
@media (max-width: 767px) {
  .area--one .unitThree--1-1 .unit__content {
    max-width: 364px;
    padding: 0;
  }
  .area--one .unitThree--1-1 .part {
    padding: 0;
  }
  .area--one .unitThree--1-1 .part.text:first-child {
    padding-right: 24px;
  }
}
.area--one .unitFour .unit__body {
  display: grid;
  gap: 0 var(--generalHorizontalGap);
}
.area--one .unitFour .part {
  grid-column: 1 / -1;
}
.area--one .unitFour .part.pict .cb-image-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.area--one .unitTeam div.more {
  display: block !important;
}
#view .area--one .unitTeam div.more {
  height: 0;
  overflow: hidden;
  transition: all 0.4s;
}
#view .area--one .unitTeam div.more .part {
  opacity: 0;
  translate: 0 -50%;
  transition: all 0.2s;
}
#view .area--one .unitTeam.unit--foldOpen div.more {
  height: var(--js-elementHeight);
}
#view .area--one .unitTeam.unit--foldOpen div.more .part {
  opacity: 1;
  translate: 0 0;
  transition: all 0.4s 0.2s;
}
.area--one .unitTeam .part.pict:nth-child(1),
.area--one .unitTeam .part.pict:nth-child(2) {
  aspect-ratio: 358 / 477;
  margin: var(--spacePart) 0;
  overflow: hidden;
  border-radius: var(--borderRadius);
}
.area--one .unitTeam .part.pict:nth-child(1) *,
.area--one .unitTeam .part.pict:nth-child(2) * {
  height: 100%;
}
.area--one .unitTeam .part.pict:nth-child(1) img,
.area--one .unitTeam .part.pict:nth-child(2) img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.area--one .unitTeam .part.pict:nth-child(1) .placeholder,
.area--one .unitTeam .part.pict:nth-child(2) .placeholder {
  padding-bottom: 0;
}
#edit .area--one .unitTeam .part.pict:nth-child(1),
#edit .area--one .unitTeam .part.pict:nth-child(2) {
  box-sizing: border-box;
  padding-top: 30px;
}
#edit .area--one .unitTeam .part.pict:nth-child(1):before,
#edit .area--one .unitTeam .part.pict:nth-child(2):before {
  content: var(--editorNoteText, 'Hinweis');
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  box-sizing: border-box;
  font-family: 'helvetica neue', helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.28571429;
  font-weight: bold;
  min-height: 24px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 1px;
  background-color: #71CAF3;
  color: #fff;
  padding: 6px;
}
.area--one .unitTeam .part.pict:nth-child(1) {
  --editorNoteText: 'Teambild';
}
.area--one .unitTeam .part.pict:nth-child(2) {
  --editorNoteText: 'Teambild Hover';
}
#view .area--one .unitTeam .part.pict:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  transition: all 0.4s;
}
#view .area--one .unitTeam .part.pict:nth-child(2):hover,
#view .area--one .unitTeam .part.pict:nth-child(2):focus {
  opacity: 1;
}
.area--one .unitTeam:has(.part.pict:nth-child(1)):not(.unit--fold) .part.text:nth-child(1 of .part.text),
.area--one .unitTeam:has(.part.pict:nth-child(1)) div.less .part.text:nth-child(1 of .part.text) {
  width: auto;
  margin-top: calc(-35px - var(--spacePart));
  box-sizing: border-box;
  padding-top: calc(24px - var(--spacePart));
  padding-bottom: calc(24px - var(--spacePart));
  padding-right: 24px;
  background-color: #fff;
  z-index: 3;
}
.area--one .unitTeam .ctrl .link {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.0625;
  color: var(--titleColor2);
  text-decoration: none;
  position: relative;
  box-sizing: border-box;
  padding-left: 16px;
}
.area--one .unitTeam .ctrl .link:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  width: 12px;
  height: 12px;
  mask-size: 100% 100%;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  mask-image: var(--teamToggleIcon, url(/images/icon-plus.svg));
  background-color: var(--titleColor2);
}
.area--one .unitTeam .ctrl .link.less {
  --teamToggleIcon: url(/images/icon-minus.svg);
}
.area--one .unitBlock {
  --textColor: #fff;
  --titleColor1: #fff;
  --titleColor2: #fff;
  --linkColor: #fff;
  width: 100vw;
  left: 50%;
  translate: -50vw 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: var(--spaceTotal) 0;
  box-sizing: border-box;
  padding: var(--spaceTotal) 0;
}
.area--one .unitBlock + .unitBlock {
  margin-top: calc(var(--spaceTotal) * -1);
}
.area--one .unitBlock:first-child {
  margin-top: 0;
}
.area--one .unitBlock:last-child {
  margin-bottom: 0;
}
.area--one .unitBlock--blue {
  --btnBackground: #fff;
  --btnColor: #3D6787;
  background-color: #3D6787;
}
.area--one .unitBlock--darkblue {
  --btnBackground: #fff;
  --btnBackgroundHover: #3D6787;
  --btnColor: #302F61;
  background-color: #302F61;
}
.area--one .unitBlock--lightblue {
  background-color: #9eb3c3;
}
.area--one .unitBlock .unit__content {
  display: grid;
  gap: 0 var(--generalHorizontalGap);
  width: var(--deskWidth);
  max-width: var(--deskMaxWidth);
}
.area--one .unitBlock .unit__head,
.area--one .unitBlock .unit__foot {
  display: none;
}
.area--one .unitBlock .unit__body {
  display: grid;
  gap: 0 var(--generalHorizontalGap);
}
.area--one .unitBlock .part {
  grid-column: 1 / -1;
}
.area--one .unitBlock .cb-image-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.area--one .unit--form .unit__content {
  max-width: 734px;
}
.part--link .open:not(.fold-toggle) {
  display: inline-block;
  background-color: var(--btnBackground, #3D6787);
  font-size: clamp(0.875rem, 0.51858254vw + 0.75345722rem, 1.25rem);
  line-height: clamp(1.0625rem, 0.60501296vw + 0.92070009rem, 1.5rem);
  font-family: inherit;
  font-weight: bold;
  cursor: pointer;
  color: var(--btnColor, #fff);
  --fluidSizeCalc: clamp(0.625rem, 0.51858254vw + 0.50345722rem, 1rem);
  --fluidSizeCalc2: clamp(0.9375rem, 1.29645635vw + 0.63364304rem, 1.875rem);
  padding: var(--fluidSizeCalc) var(--fluidSizeCalc2);
  appearance: none;
  border-radius: 10000px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: none;
  transition: all 0.4s;
}
@media (hover: hover) and (pointer: fine) {
  .part--link .open:not(.fold-toggle):hover,
  .part--link .open:not(.fold-toggle):focus {
    background-color: var(--btnBackgroundHover, #302F61);
    color: var(--btnColorHover, #fff);
  }
}
.part--load .load {
  display: inline-block;
  background-color: var(--btnBackground, #3D6787);
  font-size: clamp(0.875rem, 0.51858254vw + 0.75345722rem, 1.25rem);
  line-height: clamp(1.0625rem, 0.60501296vw + 0.92070009rem, 1.5rem);
  font-family: inherit;
  font-weight: bold;
  cursor: pointer;
  color: var(--btnColor, #fff);
  --fluidSizeCalc: clamp(0.625rem, 0.51858254vw + 0.50345722rem, 1rem);
  --fluidSizeCalc2: clamp(0.9375rem, 1.29645635vw + 0.63364304rem, 1.875rem);
  padding: var(--fluidSizeCalc) var(--fluidSizeCalc2);
  appearance: none;
  border-radius: 10000px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: none;
  transition: all 0.4s;
}
@media (hover: hover) and (pointer: fine) {
  .part--load .load:hover,
  .part--load .load:focus {
    background-color: var(--btnBackgroundHover, #302F61);
    color: var(--btnColorHover, #fff);
  }
}
.part--contactLinks .iconLinks__content {
  float: left;
  width: 100%;
  display: flex;
  gap: 12px;
}
.part--contactLinks .iconLinks__icon {
  float: left;
  position: relative;
  width: 39px;
  height: 39px;
  background-color: #3D6787;
  border-radius: 5px;
  transition: all 0.4s;
}
.part--contactLinks .iconLinks__icon:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  mask-size: 60% 60%;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  mask-image: var(--contactLinkIcon);
  background-color: #fff;
}
.part--contactLinks .iconLinks__icon--email {
  --contactLinkIcon: url(/images/icon-email.svg);
}
.part--contactLinks .iconLinks__icon--phone {
  --contactLinkIcon: url(/images/icon-phone.svg);
}
.part--contactLinks .iconLinks__icon:hover,
.part--contactLinks .iconLinks__icon:focus {
  background-color: #302F61;
}
.part--statusText {
  --statusColor: #5abb55;
  box-sizing: border-box;
  padding-left: 33px;
}
.part--statusText.status--notAvailable {
  --statusColor: #C21622;
}
.part--statusText:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  box-sizing: border-box;
  border: 1px solid var(--textColor);
}
.part--statusText:after {
  content: '';
  position: absolute;
  left: 3px;
  top: 3px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: var(--statusColor);
}
body.cb-toggle-target-active {
  overflow: hidden;
}
.togglenavigation {
  position: absolute;
  top: 39px;
  right: 48px;
  z-index: 2001;
  width: 48px;
  height: 30px;
  cursor: pointer;
  transition: all 0.4s;
}
body:not(.cb-toggle-target-active) .cb-scroll-triggered--active .togglenavigation {
  top: 29px;
}
@media (max-width: 1199px) {
  .togglenavigation {
    top: 25px;
    right: 0;
  }
}
.tline {
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 2px;
  background-color: #3D6787;
  border-radius: 2px;
  transition: all 0.4s 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--1 {
  opacity: 0;
  transform: translateY(-10px);
}
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: translateY(10px);
}
.navigation {
  position: fixed;
  top: var(--headerHeight);
  left: var(--deskSpace);
  z-index: 2000;
  width: calc(100% - (var(--deskSpace) * 2));
  height: calc(100svh - (var(--headerHeight) + var(--deskSpace)));
  background-color: rgba(61, 103, 135, 0.9);
  border-radius: var(--borderRadius);
  overflow-y: scroll;
  box-sizing: border-box;
  padding: 100px 47px 50px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
}
body.cb-toggle-target-active .navigation {
  opacity: 1;
  pointer-events: all;
}
@media (max-width: 1199px) {
  .navigation {
    --deskSpace: 5px;
    padding: 40px 18px;
  }
}
.navi-animation {
  float: left;
  width: 100%;
  opacity: 0;
  transform: translateY(-50px);
  transition: all 0.3s cubic-bezier(0.05, 0.8, 0.5, 1);
}
body.cb-toggle-target-active .navi-animation {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.6s 0.2s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.navigation div.navi {
  float: left;
  width: 100%;
  display: grid;
  position: relative;
}
.navigation div.navi > .cb-toggle {
  display: none;
}
.navigation div.navi > .item {
  float: left;
  width: 100%;
  position: relative;
}
.navigation div.navi > .item.item-empty > .cb-toggle {
  display: none;
}
.navigation div.navi > .item > .menu {
  display: block;
  color: #fff;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .navigation div.navi > .item > .menu:hover,
  .navigation div.navi > .item > .menu:focus {
    text-decoration: underline;
    text-underline-position: under;
    text-decoration-thickness: 1px;
  }
}
.navigation div.sub1 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 30px var(--generalHorizontalGap);
}
.navigation div.sub1 > .item {
  grid-column: span 1;
}
.navigation div.sub1 > .item > .menu {
  font-size: 40px;
  line-height: 1.2;
  color: #fff;
}
@media (max-width: 1500px) {
  .navigation div.sub1 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .navigation div.sub1 > .item > .menu {
    box-sizing: border-box;
    padding-right: 30px;
  }
}
@media (max-width: 1199px) {
  .navigation div.sub1 {
    grid-template-columns: 100%;
  }
}
.navigation div.sub2 {
  gap: 7px;
}
.navigation div.sub2 > .item:first-child {
  margin-top: 20px;
}
.navigation div.sub2 > .item > .menu {
  font-size: 24px;
  line-height: 1.20833333;
}
@media (max-width: 1199px) {
  .navigation div.sub2 {
    gap: 40px;
  }
  .navigation div.sub2 > .item:first-child {
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  .navigation div.sub2 {
    overflow: hidden;
    max-height: 0;
  }
  .navigation div.sub2 > .item {
    opacity: 0;
    transform: scale(0.8);
  }
  .navigation div.navi > .item.cb-toggle-target-active > div.navi {
    transition: none;
    max-height: 1000px;
    transition: max-height 2s;
  }
  .navigation div.navi > .item.cb-toggle-target-active > div.navi > .item {
    transform: scale(1);
    opacity: 1;
    transition: all 0.3s;
  }
  .navigation .cb-toggle {
    position: absolute;
    right: 0;
    top: 12px;
    z-index: 2;
    cursor: pointer;
    width: 23px;
    height: 23px;
    mask-size: 100% 100%;
    mask-position: 50% 50%;
    mask-repeat: no-repeat;
    mask-image: url(/images/chevron-down.svg);
    background-color: #fff;
    transition: all 0.3s cubic-bezier(0.05, 0.8, 0.5, 1);
  }
  .navigation .cb-toggle.cb-toggle-active {
    transform: scaleY(-1);
  }
}
.area--one {
  grid-template-columns: 100%;
}
.area--one .unitTwo {
  grid-template-columns: 100%;
}
@media (max-width: 767px) {
  .area--one .unitTeam + .unitTeam {
    margin-top: 0;
  }
}
.ns-sliderWrapper {
  float: left;
  width: 100%;
}
.ns-slider--heroSlider {
  float: left;
  width: 100%;
}
.ns-slider__cover {
  float: left;
  width: 100%;
}
.ns-slider__stage {
  float: left;
  width: 100%;
}
.ns-slider__area {
  float: left;
  width: 100%;
  display: flex;
  gap: var(--deskSpace);
  overflow: hidden;
  border-radius: var(--borderRadius);
}
.ns-slide {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  background-color: #3D6787;
  min-height: 300px;
  height: calc(100svh - (var(--headerHeight) + var(--deskSpace)));
  flex-shrink: 0;
  isolation: isolate;
  transition: all 0.6s;
}
.ns-slide__image {
  float: left;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  overflow: hidden;
  border-radius: var(--borderRadius);
}
.ns-slide__image * {
  height: 100%;
}
.ns-slide__image img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.ns-slide__image .placeholder {
  padding-bottom: 0;
}
.ns-slide__content {
  float: left;
  width: var(--deskWidth);
  max-width: var(--deskMaxWidth);
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 0 var(--generalHorizontalGap);
  --fluidSizeCalc: clamp(3.125rem, 5.01296456vw + 1.95008643rem, 6.75rem);
  margin-bottom: var(--fluidSizeCalc);
  transition: all 0.2s;
  opacity: 0;
  translate: 0 -50px;
}
.ns-slide__body {
  grid-column: 2 / span 10;
  display: flex;
  flex-direction: column;
  --fluidSizeCalc: clamp(0.75rem, 5.8772688vw + -0.62748487rem, 5rem);
  gap: var(--fluidSizeCalc);
}
.ns-slide.is-active .ns-slide__content {
  opacity: 1;
  translate: 0;
  transition: all 0.6s 0.2s;
}
@media (max-width: 1199px) {
  .ns-slide__body {
    grid-column: span 12;
  }
}
.ns-slider__part {
  float: left;
  width: 100%;
}
.ns-slider__part--title span {
  font-size: clamp(1.875rem, 2.59291271vw + 1.26728608rem, 3.75rem);
  line-height: clamp(2.1875rem, 3.19792567vw + 1.43798617rem, 4.5rem);
  color: var(--titleColor1);
  font-weight: 300;
  text-shadow: 3px 2px 2px rgba(0, 0, 0, 0.7);
}
.ns-slider__part--link .open {
  display: inline-block;
  background-color: var(--btnBackground, #3D6787);
  font-size: clamp(0.875rem, 0.51858254vw + 0.75345722rem, 1.25rem);
  line-height: clamp(1.0625rem, 0.60501296vw + 0.92070009rem, 1.5rem);
  font-family: inherit;
  font-weight: bold;
  cursor: pointer;
  color: var(--btnColor, #fff);
  --fluidSizeCalc: clamp(0.625rem, 0.51858254vw + 0.50345722rem, 1rem);
  --fluidSizeCalc2: clamp(0.9375rem, 1.29645635vw + 0.63364304rem, 1.875rem);
  padding: var(--fluidSizeCalc) var(--fluidSizeCalc2);
  appearance: none;
  border-radius: 10000px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: none;
  transition: all 0.4s;
}
@media (hover: hover) and (pointer: fine) {
  .ns-slider__part--link .open:hover,
  .ns-slider__part--link .open:focus {
    background-color: var(--btnBackgroundHover, #302F61);
    color: var(--btnColorHover, #fff);
  }
}
.ns-sliderIndex {
  float: left;
  cursor: pointer;
  max-width: calc(100% - (var(--deskSpace) * 2));
  position: absolute;
  left: 50%;
  --fluidSizeCalc: clamp(1.25rem, 1.72860847vw + 0.84485739rem, 2.5rem);
  bottom: var(--fluidSizeCalc);
  translate: -50% 0;
  z-index: 2;
}
.ns-sliderIndex__content {
  float: left;
  display: flex;
  gap: 16px;
}
.ns-sliderIndex__item {
  float: left;
  width: 8px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  transition: all 0.6s;
}
.ns-sliderIndex__item.is-active {
  background-color: #fff;
}
/*# sourceMappingURL=./screen-small.css.map */