:root {
  --headerHeight: 70px;
  --headerSpace: 80px;
  --contentOffset: 70px;
  --borderRadiusLarge: 32px;
  --borderRadiusSmall: 4px;
  --altContentWidth: 740px;
  --titleSpace: 8px;
  --mainGradient: linear-gradient(to right, #0C7BB4, #2FAFB4);
  --mainGradientInverted: linear-gradient(to right, #2FAFB4, #0C7BB4);
  --boxShadow: 0 0 8px rgba(0, 0, 0, 0.1);
  --timelineScrollbarPosition: 0%;
  --timelineScrollbarHeight: 140px;
  --timelineUnitPadding: 100px;
  --timelineUnitOffset: 136px;
  --altBackgroundColor: #ECEFF1;
  --altVerticalSpaceSmall: 50px;
  --easing: cubic-bezier(0.76, 0, 0.24, 1);
}
:root .section--lightblue {
  --altBackgroundColor: #fff;
}
@media (max-width: 1179px) {
  :root {
    --headerHeight: 64px;
    --timelineUnitPadding: 40px;
  }
}
@media (max-width: 743px) {
  :root {
    --headerSpace: 70px;
    --timelineUnitOffset: 0;
  }
}
:root {
  --altTextColor: #001C31;
  --altTextColor2: #607D8B;
  --linkColorHover: #2FAFB4;
  --buttonBackground: #001C31;
  --buttonBackgroundHover: #001C31;
  --buttonColor: #fff;
  --buttonColorHover: #fff;
  --altButtonBorderColor: #001C31;
  --altButtonBorderColorHover: #001C31;
  --altButtonColor: #001C31;
}
:root .area--two .unitSix--backgroundDarkblue,
:root .moodcontent__buttons {
  --altTextColor: #fff;
  --buttonBackgroundHover: #fff;
  --buttonColorHover: #001C31;
  --altButtonBorderColor: #fff;
  --altButtonBorderColorHover: #fff;
  --altButtonColor: #fff;
}
:root .area--two .unitSix--backgroundGradient {
  --altTextColor: #fff;
  --altTextColor2: #fff;
  --linkColorHover: #001C31;
  --buttonBackground: #fff;
  --buttonColor: #001C31;
  --altButtonBorderColor: #fff;
  --altButtonBorderColorHover: #001C31;
  --altButtonColor: #fff;
}
:root {
  --deskWidth: 1124px;
  --deskWidthLarge: 1440px;
  --deskSpace: 84px;
  --deskMaxWidth: calc(100vw - (2 * var(--deskSpace)));
}
@media (max-width: 1179px) {
  :root {
    --deskSpace: 34px;
  }
}
@media (max-width: 743px) {
  :root {
    --deskSpace: 24px;
  }
}
:root {
  --spacePart: 10px;
}
@media (max-width: 1179px) {
  :root {
    --spacePart: 10px;
  }
}
@media (max-width: 743px) {
  :root {
    --spacePart: 10px;
  }
}
:root {
  --spaceUnit: 60px;
}
@media (max-width: 1179px) {
  :root {
    --spaceUnit: 50px;
  }
}
@media (max-width: 743px) {
  :root {
    --spaceUnit: 25px;
  }
}
:root {
  --spaceTotal: 70px;
}
@media (max-width: 1179px) {
  :root {
    --spaceTotal: 60px;
  }
}
@media (max-width: 743px) {
  :root {
    --spaceTotal: 35px;
  }
}
:root {
  --js-breakpoint: breakpointLarge;
}
@media (max-width: 1179px) {
  :root {
    --js-breakpoint: breakpointMedium;
  }
}
@media (max-width: 743px) {
  :root {
    --js-breakpoint: breakpointSmall;
  }
}
.button {
  background-color: var(--buttonBackground);
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: var(--mainGradient);
  font-size: 16px;
  line-height: 1.375;
  font-family: inherit;
  cursor: pointer;
  color: var(--buttonColor);
  padding: 8px 24px;
  appearance: none;
  border-radius: 10000px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: none;
}
.button:hover,
.button:focus {
  background-image: none;
  background-color: var(--buttonBackgroundHover);
  color: var(--buttonColorHover);
}
.area--two .unitSix--backgroundGradient .button {
  background-image: none;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
@font-face {
  font-family: "EuclidSquare";
  font-weight: 400;
  src: url("/extras/fonts/EuclidSquare-Regular-WebXL.woff2") format("woff2"), url("/extras/fonts/EuclidSquare-Regular-WebXL.woff") format("woff");
}
@font-face {
  font-family: "EuclidSquare";
  font-weight: 500;
  src: url("/extras/fonts/EuclidSquare-Medium-WebXL.woff2") format("woff2"), url("/extras/fonts/EuclidSquare-Medium-WebXL.woff") format("woff");
}
@font-face {
  font-family: "EuclidSquare";
  font-weight: 700;
  src: url("/extras/fonts/EuclidSquare-Bold-WebXL.woff2") format("woff2"), url("/extras/fonts/EuclidSquare-Bold-WebXL.woff") format("woff");
}
* {
  margin: 0;
  padding: 0;
  outline: 0;
  border: none;
  background: none;
}
*::selection {
  background: #2FAFB4;
  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: 'EuclidSquare', sans-serif;
  font-size: clamp(1rem, 0vw + 1rem, 1rem);
  line-height: clamp(1.375rem, 0vw + 1.375rem, 1.375rem);
}
.unit caption {
  display: none;
}
.flag {
  background: #2FAFB4;
  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: 6px;
  font-size: 12px;
  line-height: 1.33333333;
  color: #37474F;
}
#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 #141414;
}
.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;
}
.list--bullet li:before {
  content: '•';
  position: absolute;
  left: 0;
  top: 0;
}
.list--numbered {
  counter-reset: numberedList;
}
.list--numbered li {
  list-style: none;
  padding-left: 24px;
  position: relative;
}
.list--numbered li:before {
  content: counter(numberedList) ".";
  counter-increment: numberedList;
  position: absolute;
  left: 0;
  top: 0;
}
#expo {
  float: left;
  width: calc(50% - 15px);
  border-radius: 0 var(--borderRadiusLarge) 0 0;
  overflow: hidden;
  position: relative;
  z-index: 2;
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
}
.layout4 #expo {
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  border-radius: 0;
}
@media (max-width: 1179px) {
  #expo {
    width: 534px;
    max-width: calc(100% - var(--deskSpace));
  }
  .layout4 #expo {
    max-width: 100%;
  }
}
#slides {
  float: left;
  width: 100%;
  height: 500px !important;
  max-width: 100% !important;
  max-height: 100% !important;
  position: relative;
  overflow: hidden;
}
.layout4 #slides {
  height: 100vh !important;
}
@media (max-width: 1179px) {
  #slides {
    height: 340px !important;
  }
}
@media (max-width: 743px) {
  #slides {
    height: 240px !important;
  }
}
#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: #2FAFB4;
  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: #2FAFB4;
}
.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: 'EuclidSquare', sans-serif;
  line-height: 1.42857143;
  color: #141414;
}
@media (max-width: 743px) {
  #disp {
    padding: 20px 0 !important;
  }
}
.disp-wrapper {
  float: left;
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  padding: 40px;
}
@media (max-width: 743px) {
  .disp-wrapper {
    padding: 15px;
  }
}
#disp form {
  float: left;
}
.disp-wrapper > form {
  width: 100%;
}
@media (max-width: 743px) {
  #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: #2FAFB4;
  width: 100%;
  box-sizing: border-box;
  padding-right: 30px;
}
#disp h3 {
  color: #2FAFB4;
  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);
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: var(--mainGradient);
  font-size: 16px;
  line-height: 1.375;
  font-family: inherit;
  cursor: pointer;
  color: var(--buttonColor);
  padding: 8px 24px;
  appearance: none;
  border-radius: 10000px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: none;
  line-height: 1.42857143;
}
#disp .foot input:hover,
#disp .foot a:hover,
#disp .foot input:focus,
#disp .foot a:focus {
  background-image: none;
  background-color: var(--buttonBackgroundHover);
  color: var(--buttonColorHover);
}
.area--two .unitSix--backgroundGradient #disp .foot input,
.area--two .unitSix--backgroundGradient #disp .foot a {
  background-image: none;
}
#disp .foot input.next,
#disp .foot a.next {
  float: right;
}
#disp.mail .foot input {
  float: right;
}
@media (max-width: 743px) {
  #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: 743px) {
  #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: 743px) {
  #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: 743px) {
  #disp input.text,
  #disp textarea {
    width: 100%;
  }
}
#disp select {
  float: right;
  width: 66%;
  background-color: #F0F0F0;
  height: 26px;
}
@media (max-width: 743px) {
  #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: 1179px) {
  .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: 743px) {
  #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: 743px) {
  #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: 'EuclidSquare', 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: 743px) {
  #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: 743px) {
  .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 {
  max-width: var(--altContentWidth);
  margin-left: calc((100% - var(--altContentWidth)) / 2) !important;
  margin-right: calc((100% - var(--altContentWidth)) / 2) !important;
  background-color: #fff;
  box-shadow: var(--boxShadow);
  border-radius: var(--borderRadiusSmall);
  box-sizing: border-box;
  padding: calc(40px - var(--spacePart)) 20px;
}
@media (max-width: 808px) {
  .unit.form {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
}
@media (max-width: 743px) {
  .unit.form {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.unit.form .part.must {
  font-size: 14px;
  line-height: 1.42857143;
}
.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: 744px) {
  .unit.form .tile div.ctrl {
    float: right;
    width: 66%;
  }
}
.unit.form .name {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  padding-bottom: 5px;
  font-size: 16px;
  line-height: 1.375;
  font-weight: 700;
}
@media (min-width: 744px) {
  .unit.form .tile .name {
    padding-bottom: 0;
    width: 30%;
    min-height: 48px;
  }
}
.unit.form input.text,
.unit.form textarea {
  float: left;
  width: 100%;
  box-sizing: border-box;
  background: #ffffff;
  min-height: 48px;
  padding: 5px 10px;
  appearance: none;
  border-radius: var(--borderRadiusSmall);
  border: 1px solid #90A4AE;
  color: #90A4AE;
  font-size: 14px;
  line-height: 1.42857143;
  background-size: 0 2px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-image: var(--mainGradient);
  transition: all 0.4s;
}
.unit.form input.text.fail,
.unit.form textarea.fail {
  background-color: #e7bcbc;
}
.unit.form input.text:focus,
.unit.form textarea:focus {
  background-size: 100% 2px;
}
.unit.form textarea {
  padding: 10px;
}
@media (min-width: 744px) {
  .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: 744px) {
  .unit.form div.tick.tile div.ctrl > div {
    min-height: 48px;
    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: 744px) {
  .unit.form div.tick.tile input {
    align-self: stretch;
  }
}
.unit.form select {
  float: left;
  width: 100%;
  font-family: 'EuclidSquare', sans-serif;
  font-size: clamp(1rem, 0vw + 1rem, 1rem);
  line-height: clamp(1.375rem, 0vw + 1.375rem, 1.375rem);
  background: #ffffff;
  height: 48px;
  border: 1px solid #141414;
  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);
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: var(--mainGradient);
  font-size: 16px;
  line-height: 1.375;
  font-family: inherit;
  cursor: pointer;
  color: var(--buttonColor);
  padding: 8px 24px;
  appearance: none;
  border-radius: 10000px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: none;
  margin-right: 16px;
}
.unit.form .ship div.chop span::file-selector-button:hover,
.unit.form .ship div.chop span::file-selector-button:focus {
  background-image: none;
  background-color: var(--buttonBackgroundHover);
  color: var(--buttonColorHover);
}
.area--two .unitSix--backgroundGradient .unit.form .ship div.chop span::file-selector-button {
  background-image: none;
}
.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: 744px) {
  .unit.form .ship.tile fieldset > div {
    float: right;
    width: 66%;
    min-height: 48px;
    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);
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: var(--mainGradient);
  font-size: 16px;
  line-height: 1.375;
  font-family: inherit;
  cursor: pointer;
  color: var(--buttonColor);
  padding: 8px 24px;
  appearance: none;
  border-radius: 10000px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: none;
}
.unit.form .submit:hover,
.unit.form .submit:focus {
  background-image: none;
  background-color: var(--buttonBackgroundHover);
  color: var(--buttonColorHover);
}
.area--two .unitSix--backgroundGradient .unit.form .submit {
  background-image: none;
}
.calendar {
  position: absolute !important;
  z-index: 2;
  left: 34% !important;
  top: 100% !important;
  right: unset !important;
  background: #fff;
  width: 200px;
  margin: 10px 0 0 0 !important;
  box-shadow: 0 0 6px rgba(160, 160, 160, 0.4);
  font-size: 14px;
  line-height: 1.14285714;
  padding: 20px;
}
.calendar table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.calendar th,
.calendar td {
  text-align: center;
  padding: 2px;
}
.calendar tr.month th {
  padding-bottom: 10px;
}
.calendar tr.month th:first-child a,
.calendar tr.month th:last-child a {
  float: left;
  display: block;
  width: 16px;
  height: 16px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-arrow-left-black.svg);
}
.calendar tr.month th:last-child a {
  float: right;
  background-image: url(/images/cb-default/cb-arrow-right-black.svg);
}
.calendar td.today a {
  color: #141414;
  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 {
  background-color: var(--buttonBackground);
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: var(--mainGradient);
  font-size: 16px;
  line-height: 1.375;
  font-family: inherit;
  cursor: pointer;
  color: var(--buttonColor);
  padding: 8px 24px;
  appearance: none;
  border-radius: 10000px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: none;
}
.two-step-verification-container a:hover,
.two-step-verification-container a:focus {
  background-image: none;
  background-color: var(--buttonBackgroundHover);
  color: var(--buttonColorHover);
}
.area--two .unitSix--backgroundGradient .two-step-verification-container a {
  background-image: none;
}
.two-step-verification__div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #fff;
  background-size: 100px 100px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-loader-black.svg);
}
.two-step-verification-container.loaded .two-step-verification__div {
  background-image: none;
}
.table {
  float: left;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
.table-layout-fixed .table {
  table-layout: fixed;
}
.table tr {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.table-head tr {
  border-top: none;
}
.table th {
  font-weight: normal;
  padding: 5px 10px;
  vertical-align: top;
}
.table th.init {
  padding-left: 0;
}
.table th.exit {
  padding-right: 0;
}
.table th.align-left {
  text-align: left;
}
.table th.align-center {
  text-align: center;
}
.table th.align-right {
  text-align: right;
}
.table--headline th {
  font-weight: 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: 743px) {
  .part--table .table {
    font-size: 2.69179004vw;
  }
}
html,
body {
  float: left;
  width: 100%;
  min-height: 100vh;
}
body.cb-toggle-target-active,
body:has(.bigNavi.cb-toggle-target-active) {
  overflow: hidden;
}
.logo {
  float: left;
  height: 30px;
  position: relative;
}
@media (max-width: 1179px) {
  .logo {
    height: 24px;
  }
}
.logo__image {
  width: auto;
  height: 100%;
  transition: all 0.6s;
}
.logo__image.logo__image--white {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
}
body.cb-toggle-target-active .logo__image,
.layout4 .section--header:not(.cb-scroll-triggered--active) .logo__image,
body:has(.bigNavi.cb-toggle-target-active) .logo__image {
  opacity: 0;
}
body.cb-toggle-target-active .logo__image.logo__image--white,
.layout4 .section--header:not(.cb-scroll-triggered--active) .logo__image.logo__image--white,
body:has(.bigNavi.cb-toggle-target-active) .logo__image.logo__image--white {
  opacity: 1;
}
#head {
  float: left;
  width: 100%;
}
.wrapper {
  float: left;
  width: 100%;
  min-height: 100vh;
  background-color: #fff;
  font-family: 'EuclidSquare', sans-serif;
  font-size: clamp(1rem, 0vw + 1rem, 1rem);
  line-height: clamp(1.375rem, 0vw + 1.375rem, 1.375rem);
  color: #141414;
  accent-color: #2FAFB4;
  overflow: hidden;
  hyphens: none;
  box-sizing: border-box;
  padding-top: var(--headerHeight);
}
.layout4 .wrapper {
  padding-top: 0;
}
.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 {
  width: var(--deskWidthLarge);
  max-width: 100%;
}
.section--five .desk {
  width: var(--altContentWidth);
}
.section {
  float: left;
  width: 100%;
  position: relative;
}
.section--header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2000;
  background-color: #fff;
  transition: all 0.6s;
}
.layout4 .section--header:not(.cb-scroll-triggered--active) {
  background-color: transparent;
}
body.cb-toggle-target-active .section--header,
body:has(.bigNavi.cb-toggle-target-active) .section--header {
  background-color: #001C31;
}
@media (max-width: 1179px) {
  .section--header {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
  }
  body.cb-toggle-target-active .section--header,
  .layout4 .section--header:not(.cb-scroll-triggered--active) {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0);
  }
}
.section--multimood:after {
  content: '';
  float: left;
  width: 100%;
  height: 400px;
  background-color: #001C31;
  position: relative;
  z-index: 1;
  margin-top: calc((var(--spaceTotal) + 250px) * -1);
  margin-bottom: var(--spaceTotal);
  display: none;
}
.headerImageBlueBar .section--multimood:after {
  display: block;
}
@media (max-width: 1179px) {
  .section--multimood:after {
    height: 200px;
    margin-top: calc((var(--spaceTotal) + 100px) * -1);
  }
}
.section--footer {
  background-color: #001C31;
  margin-top: var(--spaceTotal);
}
.section--lightblue {
  background-color: #ECEFF1;
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
  padding-top: var(--spaceTotal);
  padding-bottom: var(--spaceTotal);
  display: none;
}
.layout2 .section--lightblue.section--area8 {
  margin-top: 0;
  padding-top: 0;
}
.layout3 .section--lightblue.section--area6 {
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.layout4 .section--lightblue.section--area6 {
  margin-bottom: calc(var(--spaceTotal) * -1);
}
#edit.layout1 .section--lightblue.section--area4,
#view.layout1:not(.area4--empty) .section--lightblue.section--area4,
#edit.layout1 .section--lightblue.section--area6,
#view.layout1:not(.area6--empty) .section--lightblue.section--area6 {
  display: block;
}
#edit.layout2 .section--lightblue.section--area8,
#view.layout2:not(.area8--empty) .section--lightblue.section--area8 {
  display: block;
}
#edit.layout3 .section--lightblue.section--area6,
#view.layout3:not(.area6--empty) .section--lightblue.section--area6 {
  display: block;
}
#edit.layout4 .section--lightblue.section--area6,
#view.layout4:not(.area6--empty) .section--lightblue.section--area6 {
  display: block;
}
#view.layout1.area7--empty .section--lightblue.section--area6,
#view.layout1.area7--empty.area5--empty .section--lightblue.section--area4 {
  margin-bottom: calc(var(--spaceTotal) * -1);
}
.section--six {
  z-index: 2;
  display: none;
}
.layout4 .section--six {
  display: block;
}
.content {
  float: left;
  width: 100%;
}
.section--header .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: var(--headerHeight);
}
.subcontent {
  float: left;
  width: 100%;
}
.headerlinks {
  float: left;
  display: flex;
  align-items: center;
}
.navigation {
  float: left;
}
@media (max-width: 1179px) {
  .navigation {
    display: none;
  }
}
.langnavi {
  float: left;
  margin-left: 44px;
}
.headerlinks .meta.find {
  float: left;
  margin-left: 44px;
  width: 18px;
  height: 18px;
  background-color: #001C31;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: url(/images/icon-search.svg);
          mask-image: url(/images/icon-search.svg);
  transition: all 0.6s;
}
.headerlinks .meta.find:hover,
.headerlinks .meta.find:focus {
  background-image: var(--mainGradient) !important;
}
body.cb-toggle-target-active .headerlinks .meta.find,
.layout4 .section--header:not(.cb-scroll-triggered--active) .headerlinks .meta.find,
body:has(.bigNavi.cb-toggle-target-active) .headerlinks .meta.find {
  background-color: #fff;
}
@media (max-width: 1179px) {
  .headerlinks .meta.find {
    margin-left: 30px;
  }
}
.titles {
  float: left;
  width: 100%;
  position: relative;
  z-index: 2;
  margin-top: var(--headerSpace);
  margin-bottom: var(--spaceTotal);
}
.section--four .titles,
.section--five .titles {
  margin-bottom: calc((var(--spaceTotal) - var(--altVerticalSpaceSmall)) * -1);
}
@media (max-width: 1179px) {
  .titles {
    margin-bottom: calc((var(--spaceUnit) - var(--spacePart)) * -1);
  }
}
.cbdModule--pageLead {
  margin-top: var(--titleSpace);
}
.footcontent {
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 1.42857143;
  color: #fff;
  margin: 64px 0;
}
@media (max-width: 743px) {
  .footcontent {
    margin: 32px 0;
  }
}
.footarea {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 1179px) {
  .footarea {
    flex-wrap: wrap;
  }
}
.footunit {
  float: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 1179px) {
  .footunit {
    width: 50%;
  }
}
@media (max-width: 743px) {
  .footunit {
    width: 100%;
  }
}
@media (max-width: 743px) {
  .footunit--2 {
    margin-top: 64px;
  }
}
@media (max-width: 1179px) {
  .footunit--3 {
    margin-top: 30px;
  }
}
@media (max-width: 743px) {
  .footunit--3 {
    margin-top: 64px;
  }
}
@media (max-width: 1179px) {
  .footunit--4 {
    margin-top: 30px;
  }
}
@media (max-width: 743px) {
  .footunit--4 {
    margin-top: 64px;
  }
}
.foottitle {
  float: left;
  margin-bottom: 16px;
}
.vcard {
  float: left;
}
.vcard .org {
  font-weight: 700;
}
.vcard .vcardemail {
  display: inline-block;
  margin-top: 8px;
}
.cbdModule--footerText {
  max-width: 254px;
}
.unit--footLogos {
  float: left;
  width: 100px;
}
#edit .unit--footLogos {
  min-height: 100px;
}
#edit .unit--footLogos:not(.is-marked) {
  outline: 2px dashed #ccc;
}
@media (max-width: 1179px) {
  .unit--footLogos {
    width: 100%;
  }
  .unit--footLogos .unit__body {
    width: calc(100% + 20px);
    margin-left: -10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .unit--footLogos .part {
    margin-left: 10px;
    margin-right: 10px;
    width: 100px;
  }
}
.unit--footerlinks {
  float: left;
  width: 100%;
  margin-top: 24px;
}
#edit .unit--footerlinks {
  min-height: 20px;
}
#edit .unit--footerlinks:not(.is-marked) {
  outline: 2px dashed #ccc;
}
.unit--footerlinks .unit__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.unit--footerlinks .part {
  margin-top: 10px;
  margin-bottom: 0;
}
.unit--footerlinks .part:first-child {
  margin-top: 0;
}
.unit--footerlinks .part .open {
  text-decoration: none;
  color: var(--altTextColor2);
}
.unit--footerlinks .part .open:hover,
.unit--footerlinks .part .open:focus {
  color: var(--linkColorHover);
}
@media (max-width: 743px) {
  .unit--footerlinks .unit__body {
    justify-content: flex-start;
  }
}
.rootLead {
  float: left;
  position: relative;
  margin-top: -120px;
  width: calc(var(--altContentWidth) + 96px);
}
.rootLead:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  background-color: #fff;
  border-radius: 0 var(--borderRadiusLarge) 0 0;
}
@media (max-width: 1179px) {
  .rootLead {
    width: 100%;
  }
}
@media (max-width: 743px) {
  .rootLead {
    margin-top: -46px;
  }
}
.rootLead__content {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding-top: 80px;
  padding-right: 96px;
  position: relative;
  z-index: 2;
  min-height: 120px;
}
@media (max-width: 1179px) {
  .rootLead__content {
    padding-right: 30px;
  }
}
.cbdModule--rootLead {
  margin-bottom: var(--spaceTotal);
}
@media (max-width: 1179px) {
  .cbdModule--rootLead {
    position: relative;
    z-index: 2;
    margin-bottom: calc((var(--spaceUnit) - var(--spacePart)) * -1);
  }
}
.moodcontent {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: var(--deskWidth);
  max-width: var(--deskMaxWidth);
  z-index: 2;
  bottom: 224px;
  color: #fff;
}
@media (max-width: 1179px) {
  .moodcontent {
    bottom: 200px;
  }
}
@media (max-width: 743px) {
  .moodcontent {
    bottom: 128px;
  }
}
.moodcontent__wrapper {
  float: left;
  width: 100%;
  max-width: var(--altContentWidth);
}
.moodcontent__buttons {
  float: left;
  width: 100%;
  margin-top: 70px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 743px) {
  .moodcontent__buttons {
    margin-top: 36px;
  }
}
.moodcontent__buttons .cbdModule--link {
  width: auto;
}
.moodcontent__buttons .cbdModule--link .open {
  display: inline-block;
  background-color: var(--buttonBackground);
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: var(--mainGradient);
  font-size: 16px;
  line-height: 1.375;
  font-family: inherit;
  cursor: pointer;
  color: var(--buttonColor);
  padding: 8px 24px;
  appearance: none;
  border-radius: 10000px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: none;
}
.moodcontent__buttons .cbdModule--link .open:hover,
.moodcontent__buttons .cbdModule--link .open:focus {
  background-image: none;
  background-color: var(--buttonBackgroundHover);
  color: var(--buttonColorHover);
}
.area--two .unitSix--backgroundGradient .moodcontent__buttons .cbdModule--link .open {
  background-image: none;
}
.moodcontent__buttons .cbdModule--rootButton2 .open {
  border: 1px solid var(--altButtonBorderColor);
  padding: 7px 23px;
  background: none;
  color: var(--altButtonColor);
}
.moodcontent__buttons .cbdModule--rootButton2 .open:hover,
.moodcontent__buttons .cbdModule--rootButton2 .open:focus {
  background-color: var(--buttonBackgroundHover);
  color: var(--buttonColorHover);
  border-color: var(--altButtonBorderColorHover);
}
.part--moodBatch {
  position: absolute;
  right: 50px;
  bottom: 50px;
  width: 100px;
  z-index: 10;
}
#view .part--moodBatch.cb-file-empty {
  display: none;
}
@media (max-width: 1179px) {
  .part--moodBatch {
    bottom: initial;
    top: 106px;
    right: 34px;
  }
}
a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 6px;
}
a:hover,
a:focus {
  color: var(--linkColorHover);
}
h1,
h2 {
  color: var(--altTextColor2);
  font-size: clamp(0.875rem, 0.11185682vw + 0.8477349rem, 0.9375rem);
  line-height: clamp(1.25rem, 0.22371365vw + 1.1954698rem, 1.375rem);
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.06em;
  hyphens: manual;
}
.section--multimood h1,
.section--multimood h2 {
  color: inherit;
  font-size: clamp(3.125rem, 3.3557047vw + 2.30704698rem, 5rem);
  line-height: clamp(3.75rem, 4.02684564vw + 2.76845638rem, 6rem);
  text-transform: none;
  letter-spacing: 0;
  font-weight: 700;
}
h3 {
  color: var(--altTextColor);
  hyphens: manual;
  font-size: clamp(2rem, 1.11856823vw + 1.72734899rem, 2.625rem);
  line-height: clamp(2.5rem, 1.11856823vw + 2.22734899rem, 3.125rem);
  font-weight: 700;
}
.titleSizeLarge .cbdModule--pageLead h3 {
  font-size: clamp(2.5rem, 2.23713647vw + 1.95469799rem, 3.75rem);
  line-height: clamp(3rem, 2.68456376vw + 2.34563758rem, 4.5rem);
}
@media (max-width: 743px) {
  .topicFader h3 {
    font-size: 30px;
    line-height: 1.2;
  }
}
h4 {
  color: var(--altTextColor);
  font-size: clamp(1.375rem, 0.67114094vw + 1.2114094rem, 1.75rem);
  line-height: clamp(1.625rem, 1.34228188vw + 1.29781879rem, 2.375rem);
  font-weight: 700;
  hyphens: manual;
}
h5 {
  color: var(--altTextColor2);
  font-size: 12px;
  line-height: 1.33333333;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.06em;
  hyphens: manual;
}
h6 {
  color: var(--altTextColor);
  font-size: clamp(1.25rem, 0vw + 1.25rem, 1.25rem);
  line-height: clamp(1.625rem, 0vw + 1.625rem, 1.625rem);
  font-weight: 700;
  hyphens: manual;
}
.loud {
  color: var(--altTextColor);
  font-size: clamp(1rem, 0.22371365vw + 0.9454698rem, 1.125rem);
  line-height: clamp(1.375rem, 0.44742729vw + 1.2659396rem, 1.625rem);
}
.pale {
  font-size: clamp(0.875rem, 0.22371365vw + 0.8204698rem, 1rem);
  line-height: clamp(1.25rem, 0.22371365vw + 1.1954698rem, 1.375rem);
}
.star {
  background-image: var(--mainGradient);
  background-size: 100% 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}
.area--two .unitSix--backgroundGradient .star {
  background: none;
  color: #001C31;
  -webkit-text-fill-color: initial;
}
.area--one {
  margin-top: calc((var(--headerSpace) + var(--contentOffset)) - var(--spaceTotal));
}
@media (max-width: 1179px) {
  .area--one {
    margin-top: 0;
  }
}
.area--two {
  display: flex;
  flex-wrap: wrap;
}
.area--two .unitTwo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.area--two .unitTwo .unit__content {
  max-width: var(--altContentWidth);
}
.area--two .unitThree {
  max-width: var(--altContentWidth);
  margin-left: calc((100% - var(--altContentWidth)) / 2) !important;
  margin-right: calc((100% - var(--altContentWidth)) / 2) !important;
}
@media (max-width: 808px) {
  .area--two .unitThree {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
}
@media (max-width: 743px) {
  .area--two .unitThree {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.area--two .unitFour {
  background-color: #fff;
  box-shadow: var(--boxShadow);
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
  border-radius: var(--borderRadiusSmall);
  box-sizing: border-box;
  padding: calc(30px - var(--spacePart)) 30px;
}
@media (max-width: 743px) {
  .area--two .unitFour {
    padding: calc(20px - var(--spacePart)) 20px;
  }
}
.area--two .unitFour--1-1 + .unitFour--1-1,
.area--two .unitFour--1-2 + .unitFour--1-2 + .unitFour--1-2,
.area--two .unitFour--1-3 + .unitFour--1-3 + .unitFour--1-3 + .unitFour--1-3,
.area--two .unitFour--1-4 + .unitFour--1-4 + .unitFour--1-4 + .unitFour--1-4 + .unitFour--1-4 {
  margin-top: calc((var(--spaceTotal) - 30px) * -1);
}
@media (max-width: 1179px) {
  .area--two .unitFour--1-4 + .unitFour--1-4 + .unitFour--1-4 {
    margin-top: calc((var(--spaceTotal) - 30px) * -1);
  }
}
@media (max-width: 743px) {
  .area--two .unitFour + .unitFour {
    margin-top: calc((var(--spaceTotal) - 30px) * -1);
  }
}
.area--two .unitSix {
  width: 100vw !important;
  margin: var(--spaceTotal) 0 !important;
  flex-shrink: 0;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: calc(var(--spaceTotal) * 2);
  padding-bottom: calc(var(--spaceTotal) * 2);
  text-align: center;
}
.area--two .unitSix .unit__body {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.area--two .unitSix .part.pict .cb-image-figure {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.area--two .unitSix .part.pict .cb-image-container {
  width: auto;
}
.area--two .unitSix .unit__background {
  margin-bottom: 40px;
  max-width: 150px;
  aspect-ratio: 1;
  border-radius: 10000px;
  overflow: hidden;
}
.area--two .unitSix .unit__background * {
  height: 100%;
}
.area--two .unitSix .unit__background img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.area--two .unitSix .unit__background .placeholder {
  padding-bottom: 0;
}
.area--two .unitSix .unit__content {
  width: var(--deskWidth);
  max-width: var(--deskMaxWidth);
}
.area--two .unitSix .unit__body {
  margin-top: calc(var(--spacePart) * -1);
  margin-bottom: calc(var(--spacePart) * -1);
}
.area--two .unitSix--backgroundDarkblue {
  background-color: #001C31;
}
.area--two .unitSix--backgroundGradient {
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: var(--mainGradientInverted);
}
.area--two .unitSix--verticalSpaceTopSmall {
  margin-top: calc(var(--spaceTotal) * -1) !important;
}
.area--two .unitSix--verticalSpaceBottomSmall {
  margin-bottom: calc(var(--spaceTotal) * -1) !important;
}
.area--two .unitSix--verticalSpaceBothSmall {
  margin-top: calc(var(--spaceTotal) * -1) !important;
  margin-bottom: calc(var(--spaceTotal) * -1) !important;
}
.area--two .unitSeven {
  background-color: #fff;
  box-shadow: var(--boxShadow);
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
  border-radius: var(--borderRadiusSmall);
}
.area--two .unitSeven + .unitSeven + .unitSeven + .unitSeven {
  margin-top: calc((var(--spaceTotal) - 30px) * -1);
}
.area--two .unitSeven .unit__background {
  height: 240px;
  overflow: hidden;
}
.area--two .unitSeven .unit__background * {
  height: 100%;
}
.area--two .unitSeven .unit__background img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.area--two .unitSeven .unit__background .placeholder {
  padding-bottom: 0;
}
.area--two .unitSeven .unit__background .unit__backgroundImage {
  transition: all 0.24s;
}
.area--two .unitSeven .unit__content {
  box-sizing: border-box;
  padding: calc(30px - var(--spacePart)) 30px;
}
.area--two .unitSeven.unit--isAnchor:hover .unit__background .unit__backgroundImage {
  transform: scale(1.05);
}
@media (max-width: 1179px) {
  .area--two .unitSeven + .unitSeven + .unitSeven {
    margin-top: calc((var(--spaceTotal) - 30px) * -1);
  }
}
@media (max-width: 743px) {
  .area--two .unitSeven + .unitSeven {
    margin-top: calc((var(--spaceTotal) - 30px) * -1);
  }
}
.area--two .unit--imageGallery {
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
}
.area--two .unit--imageGallery .unit__body {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 30px);
  margin: -15px;
}
.area--two .unit--imageGallery .part {
  margin: 15px;
  width: calc(100% - 30px);
}
.area--two .unit--imageSeparatorHalf {
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
  padding-bottom: 240px;
  width: 1440px !important;
  max-width: 100vw;
  margin-left: 0 !important;
  margin-right: 0 !important;
  flex-shrink: 0;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.area--two .unit--imageSeparatorHalf .unit__body {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: calc(100% + 30px);
  margin: -15px;
}
.area--two .unit--imageSeparatorHalf .part {
  margin: 15px;
  width: calc(50% - 30px);
}
.area--two .unit--imageSeparatorHalf .part.pict {
  aspect-ratio: 1;
  border-radius: 0 var(--borderRadiusLarge) 0 0;
  overflow: hidden;
}
.area--two .unit--imageSeparatorHalf .part.pict * {
  height: 100%;
}
.area--two .unit--imageSeparatorHalf .part.pict img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.area--two .unit--imageSeparatorHalf .part.pict .placeholder {
  padding-bottom: 0;
}
.area--two .unit--imageSeparatorHalf .part.pict:nth-child(2n) {
  transform: translateY(240px);
  border-radius: 0 0 0 var(--borderRadiusLarge);
}
@media (max-width: 743px) {
  .area--two .unit--imageSeparatorHalf {
    padding-bottom: 0;
  }
  .area--two .unit--imageSeparatorHalf .unit__body {
    flex-direction: column;
  }
  .area--two .unit--imageSeparatorHalf .part.pict {
    min-width: 270px;
  }
  .area--two .unit--imageSeparatorHalf .part.pict:nth-child(2n) {
    align-self: flex-end;
    transform: translateY(0);
  }
}
.area--two .unit--imageSeparatorFull {
  width: 100vw !important;
  margin: var(--spaceTotal) 0 !important;
  flex-shrink: 0;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.area--two .unit--imageSeparatorFull .part {
  margin-top: 0;
  margin-bottom: 0;
  height: 400px;
}
.area--two .unit--imageSeparatorFull .part * {
  height: 100%;
}
.area--two .unit--imageSeparatorFull .part img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.area--two .unit--imageSeparatorFull .part .placeholder {
  padding-bottom: 0;
}
@media (max-width: 1179px) {
  .area--two .unit--imageSeparatorFull .part {
    height: 200px;
  }
}
.area--two .unit--imageSeparatorFull.unit--verticalSpaceTopSmall {
  margin-top: calc(var(--spaceTotal) * -1) !important;
}
.area--two .unit--imageSeparatorFull.unit--verticalSpaceBottomSmall {
  margin-bottom: calc(var(--spaceTotal) * -1) !important;
}
.area--two .unit--imageSeparatorFull.unit--verticalSpaceBothSmall {
  margin-top: calc(var(--spaceTotal) * -1) !important;
  margin-bottom: calc(var(--spaceTotal) * -1) !important;
}
.area--two .unit--counter {
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
  width: 100vw !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  flex-shrink: 0;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #001C31;
  color: #fff;
  padding-top: calc(var(--spaceTotal) * 2);
  padding-bottom: calc(var(--spaceTotal) * 2);
  text-align: center;
}
.area--two .unit--counter .unit__content {
  width: var(--deskWidth);
  max-width: var(--deskMaxWidth);
}
.area--two .unit--counter .unit__body {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: calc(var(--spacePart) * -1);
  margin-bottom: calc(var(--spacePart) * -1);
}
.area--two .unit--counter .part--textCounter {
  width: 25%;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}
.area--two .unit--counter .part--textCounter + .part--textCounter {
  border-left: 1px solid #fff;
}
.area--two .unit--counter .part--textCounter .text-section--h2 {
  margin-bottom: 20px;
}
.area--two .unit--counter .part--textCounter .text-section--h2 h2 {
  font-size: 60px;
  line-height: 1.16666667;
  font-size: clamp(2.5rem, 2.23713647vw + 1.95469799rem, 3.75rem);
  line-height: clamp(3rem, 2.46085011vw + 2.40016779rem, 4.375rem);
  font-weight: 700;
  background-image: var(--mainGradient);
  background-size: 100% 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}
@media (max-width: 1179px) {
  .area--two .unit--counter .unit__body {
    margin-top: -30px;
    margin-bottom: -30px;
  }
  .area--two .unit--counter .part--textCounter {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: none !important;
    margin: 30px 0;
  }
  .area--two .unit--counter .part--textCounter .part__content {
    max-width: 250px;
  }
}
@media (max-width: 743px) {
  .area--two .unit--counter .unit__body {
    margin-top: -16px;
    margin-bottom: -16px;
  }
  .area--two .unit--counter .part--textCounter {
    padding-left: 10px;
    padding-right: 10px;
    margin: 16px 0;
  }
}
.area--two .unit--fold {
  max-width: var(--altContentWidth);
  margin-left: calc((100% - var(--altContentWidth)) / 2) !important;
  margin-right: calc((100% - var(--altContentWidth)) / 2) !important;
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
  background-color: #fff;
  box-shadow: var(--boxShadow);
  border-radius: var(--borderRadiusSmall);
}
@media (max-width: 808px) {
  .area--two .unit--fold {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
}
@media (max-width: 743px) {
  .area--two .unit--fold {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.area--two .unit--fold + .unit--fold {
  margin-top: calc((var(--spaceTotal) - 30px) * -1);
}
.area--two .unit--fold div.less .part {
  margin-top: 0;
  margin-bottom: 0;
}
.area--two .unit--fold div.more {
  display: block !important;
  height: 0;
  overflow: hidden;
  transition: all 0.6s;
  box-sizing: border-box;
  padding-left: 16px;
  padding-right: 16px;
}
.area--two .unit--fold div.more .part {
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.2s;
}
.area--two .unit--fold div.more .part:last-child {
  margin-bottom: 16px;
}
.area--two .unit--fold .fold-toggle {
  display: block;
  text-decoration: none;
  padding: 16px 56px 16px 16px;
  color: #141414;
  position: relative;
}
.area--two .unit--fold .fold-toggle:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  width: 60px;
  height: 100%;
  background-color: #141414;
  -webkit-mask-size: 12px auto;
          mask-size: 12px auto;
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: url(/images/chevron-down.svg);
          mask-image: url(/images/chevron-down.svg);
  transition: all 0.4s;
}
.area--two .unit--fold .fold-toggle.fold-toggle--open:after {
  transform: rotate(-180deg);
}
.area--two .unit--fold .unit__foot {
  display: none;
}
.area--two .unit--fold.unit--foldOpen div.more {
  height: var(--js-elementHeight);
}
.area--two .unit--fold.unit--foldOpen div.more .part {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.4s 0.2s;
}
.area--three {
  display: flex;
  flex-wrap: wrap;
}
.area--three .unit {
  width: 50%;
  box-sizing: border-box;
}
.area--three .unit:nth-child(2n - 1) {
  padding-right: var(--timelineUnitPadding);
}
.area--three .unit:nth-child(2n) {
  padding-left: var(--timelineUnitPadding);
  transform: translateY(var(--timelineUnitOffset));
}
.area--three .unit:nth-child(2n):last-child {
  margin-bottom: calc(var(--spaceTotal) + var(--timelineUnitOffset));
}
@media (max-width: 743px) {
  .area--three .unit {
    width: 100%;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
.area--four {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.area--four .unit {
  background-color: #fff;
  box-shadow: var(--boxShadow);
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
  border-radius: var(--borderRadiusSmall);
}
.area--four .unit .unit__background {
  aspect-ratio: 1.68823529;
  overflow: hidden;
}
.area--four .unit .unit__background * {
  height: 100%;
}
.area--four .unit .unit__background img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.area--four .unit .unit__background .placeholder {
  padding-bottom: 0;
}
.area--four .unit .unit__background .unit__backgroundImage {
  transition: all 0.24s;
}
.area--four .unit .unit__content {
  box-sizing: border-box;
  padding: calc(30px - var(--spacePart)) 30px;
}
.area--four .unit.unit--isAnchor:hover .unit__background .unit__backgroundImage {
  transform: scale(1.05);
}
@media (max-width: 743px) {
  .area--four .unit + .unit {
    margin-top: calc((var(--spaceTotal) - 30px) * -1);
  }
}
.area--five {
  display: flex;
  flex-wrap: wrap;
}
.area--five .unitOne--1-1 .unit__body {
  display: flex;
  flex-wrap: wrap;
}
.area--five .unitTwo {
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
  background-color: #ECEFF1;
  box-sizing: border-box;
  padding: calc(30px - var(--spacePart)) 30px;
  border-radius: var(--borderRadiusSmall);
}
.area--five .unitTwo .unit__body {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 743px) {
  .area--five .unitTwo {
    padding: calc(20px - var(--spacePart)) 20px;
  }
}
.area .unit--contentAlignCenter {
  text-align: center;
}
.area .unit--contentAlignCenter .unit__body {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.area .unit--contentAlignCenter .part.pict .cb-image-figure {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.area .unit--contentAlignCenter .part.pict .cb-image-container {
  width: auto;
}
.area .unit--verticalSpaceTopSmall {
  margin-top: calc(((var(--spaceTotal) + var(--spacePart)) - var(--altVerticalSpaceSmall)) * -1);
}
.area .unit--verticalSpaceBottomSmall {
  margin-bottom: calc(((var(--spaceTotal) + var(--spacePart)) - var(--altVerticalSpaceSmall)) * -1);
}
.part--linkButtonTypeGradient .open {
  display: inline-block;
  background-color: var(--buttonBackground);
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: var(--mainGradient);
  font-size: 16px;
  line-height: 1.375;
  font-family: inherit;
  cursor: pointer;
  color: var(--buttonColor);
  padding: 8px 24px;
  appearance: none;
  border-radius: 10000px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: none;
}
.part--linkButtonTypeGradient .open:hover,
.part--linkButtonTypeGradient .open:focus {
  background-image: none;
  background-color: var(--buttonBackgroundHover);
  color: var(--buttonColorHover);
}
.area--two .unitSix--backgroundGradient .part--linkButtonTypeGradient .open {
  background-image: none;
}
.part--linkButtonTypeBorder .open {
  display: inline-block;
  background-color: var(--buttonBackground);
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: var(--mainGradient);
  font-size: 16px;
  line-height: 1.375;
  font-family: inherit;
  cursor: pointer;
  color: var(--buttonColor);
  padding: 8px 24px;
  appearance: none;
  border-radius: 10000px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: none;
  border: 1px solid var(--altButtonBorderColor);
  padding: 7px 23px;
  background: none;
  color: var(--altButtonColor);
}
.part--linkButtonTypeBorder .open:hover,
.part--linkButtonTypeBorder .open:focus {
  background-image: none;
  background-color: var(--buttonBackgroundHover);
  color: var(--buttonColorHover);
}
.area--two .unitSix--backgroundGradient .part--linkButtonTypeBorder .open {
  background-image: none;
}
.part--linkButtonTypeBorder .open:hover,
.part--linkButtonTypeBorder .open:focus {
  background-color: var(--buttonBackgroundHover);
  color: var(--buttonColorHover);
  border-color: var(--altButtonBorderColorHover);
}
.part--linkAlignBeside {
  width: auto !important;
  min-width: 50px;
  margin-right: 16px;
}
.part--linkAlignBeside:last-child {
  margin-right: 0;
}
.part--linkTextlink .open {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 6px;
}
.part--linkTextlink .open:hover,
.part--linkTextlink .open:focus {
  color: var(--linkColorHover);
}
.text-section--h2 + .text-section--h3,
.text-section--h5 + .text-section--h3,
.text-section--h2 + .text-section--h4,
.text-section--h5 + .text-section--h4,
.text-section--h2 + .text-section--h6,
.text-section--h5 + .text-section--h6 {
  margin-top: var(--titleSpace);
}
.cb-navigation-icon {
  display: none;
}
.cb-navigation-text {
  display: block;
}
.cb-navigation-subtext {
  display: none;
}
.navi .cb-toggle {
  display: none;
}
.closeNavi {
  position: absolute;
  z-index: 2;
  right: 30px;
  top: 50%;
  width: 24px;
  height: 24px;
  background-color: #fff;
  -webkit-mask-size: 14px 14px;
          mask-size: 14px 14px;
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  cursor: pointer;
  -webkit-mask-image: url(/images/icon-x.svg);
          mask-image: url(/images/icon-x.svg);
  opacity: 0;
  transform: translateY(-50%) scale(0.4);
  pointer-events: none;
  transition: transform 0.4s, opacity 0.4s;
}
.closeNavi:hover {
  background-image: var(--mainGradient);
}
body:has(.bigNavi.cb-toggle-target-active) .closeNavi {
  transform: translateY(-50%) scale(1);
  opacity: 1;
  pointer-events: initial;
}
div.navi {
  float: left;
}
div.navi > .item {
  float: left;
}
div.navi > .item > .menu {
  display: block;
}
.langnavi div.sub1 {
  font-size: 10px;
  line-height: 1.4;
  transition: all 0.4s;
}
.langnavi div.sub1 > .item {
  float: left;
}
.langnavi div.sub1 > .item:after {
  content: '|';
  float: left;
  margin: 0 4px;
}
.langnavi div.sub1 > .item.exit:after {
  display: none;
}
.langnavi div.sub1 > .item > .menu {
  float: left;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #141414;
  background-image: none;
  background-size: 100% 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  transition: all 0.6s;
}
.langnavi div.sub1 > .item > .menu:hover,
.langnavi div.sub1 > .item > .menu:focus,
.langnavi div.sub1 > .item > .menu.path {
  background-image: var(--mainGradient);
}
.langnavi div.sub1 > .item > .menu.path {
  font-weight: 700;
  background-image: none !important;
}
body.cb-toggle-target-active .langnavi div.sub1,
.layout4 .section--header:not(.cb-scroll-triggered--active) .langnavi div.sub1,
body:has(.bigNavi.cb-toggle-target-active) .langnavi div.sub1 {
  color: #fff;
}
body.cb-toggle-target-active .langnavi div.sub1 > .item > .menu,
.layout4 .section--header:not(.cb-scroll-triggered--active) .langnavi div.sub1 > .item > .menu,
body:has(.bigNavi.cb-toggle-target-active) .langnavi div.sub1 > .item > .menu {
  background-color: #fff;
  background-image: none;
  background-size: 100% 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}
body.cb-toggle-target-active .langnavi div.sub1 > .item > .menu:hover,
.layout4 .section--header:not(.cb-scroll-triggered--active) .langnavi div.sub1 > .item > .menu:hover,
body:has(.bigNavi.cb-toggle-target-active) .langnavi div.sub1 > .item > .menu:hover,
body.cb-toggle-target-active .langnavi div.sub1 > .item > .menu:focus,
.layout4 .section--header:not(.cb-scroll-triggered--active) .langnavi div.sub1 > .item > .menu:focus,
body:has(.bigNavi.cb-toggle-target-active) .langnavi div.sub1 > .item > .menu:focus,
body.cb-toggle-target-active .langnavi div.sub1 > .item > .menu.path,
.layout4 .section--header:not(.cb-scroll-triggered--active) .langnavi div.sub1 > .item > .menu.path,
body:has(.bigNavi.cb-toggle-target-active) .langnavi div.sub1 > .item > .menu.path {
  background-image: var(--mainGradient);
}
.navigation div.sub2 > .item {
  margin-right: 40px;
  position: relative;
}
.navigation div.sub2 > .item.exit {
  margin-right: 0 !important;
}
.navigation div.sub2 > .item:not(.item-empty) > .cb-toggle {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
}
.navigation div.sub2 > .item:hover > .menu,
.navigation div.sub2 > .item:focus > .menu,
.navigation div.sub2 > .item:has(.cb-toggle-active) > .menu {
  background-image: var(--mainGradient) !important;
}
.navigation div.sub2 > .item > .menu {
  text-decoration: none;
  text-transform: lowercase;
  background-color: #141414;
  background-image: none;
  background-size: 100% 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  transition: all 0.6s;
}
.navigation div.sub2 > .item > .menu:hover,
.navigation div.sub2 > .item > .menu:focus,
.navigation div.sub2 > .item > .menu.path {
  background-image: var(--mainGradient);
}
.layout4 .section--header:not(.cb-scroll-triggered--active) .navigation div.sub2 > .item > .menu,
body:has(.bigNavi.cb-toggle-target-active) .navigation div.sub2 > .item > .menu {
  background-color: #fff;
  background-image: none;
  background-size: 100% 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}
.layout4 .section--header:not(.cb-scroll-triggered--active) .navigation div.sub2 > .item > .menu:hover,
body:has(.bigNavi.cb-toggle-target-active) .navigation div.sub2 > .item > .menu:hover,
.layout4 .section--header:not(.cb-scroll-triggered--active) .navigation div.sub2 > .item > .menu:focus,
body:has(.bigNavi.cb-toggle-target-active) .navigation div.sub2 > .item > .menu:focus,
.layout4 .section--header:not(.cb-scroll-triggered--active) .navigation div.sub2 > .item > .menu.path,
body:has(.bigNavi.cb-toggle-target-active) .navigation div.sub2 > .item > .menu.path {
  background-image: var(--mainGradient);
}
.bigNavi {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1998;
  overflow: hidden;
  overflow-y: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  background-color: #001C31;
  color: #fff;
  transition: transform 0.6s;
  width: 100%;
  height: 100%;
  transform: translateY(-100%);
  opacity: 0;
  transition: transform 0s 0.8s, opacity 0.4s 0.4s;
}
.bigNavi::-webkit-scrollbar {
  display: none;
}
.bigNavi.cb-toggle-target-active {
  z-index: 1999;
  transform: translateY(0);
  opacity: 1;
  transition: transform 0s, opacity 0.4s;
}
@media (max-width: 1179px) {
  .bigNavi {
    display: none;
  }
}
.bigNavi__wrapper {
  float: left;
  width: 100%;
  min-height: 100%;
  box-sizing: border-box;
  padding: calc(160px + var(--headerHeight)) 0 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bigNavi__content {
  float: left;
  width: var(--deskWidth);
  max-width: var(--deskMaxWidth);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.bigNavi__section {
  float: left;
  transform: scale(0.8);
  opacity: 0;
  transition: all 0.2s;
}
.bigNavi.cb-toggle-target-active .bigNavi__section {
  opacity: 1;
  transform: scale(1);
  transition: all 0.4s 0.1s;
}
.bigNavi__section--1 {
  width: 280px;
}
.bigNavi__section--2 {
  width: 640px;
  max-width: calc(100% - (280px + 30px));
}
.bigNavi__parentAnchor {
  float: left;
  text-decoration: none;
  font-size: 42px;
  line-height: 1.19047619;
  font-weight: 700;
  text-transform: lowercase;
  background-color: #fff;
  background-image: none;
  background-size: 100% 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}
.bigNavi__parentAnchor:hover,
.bigNavi__parentAnchor:focus,
.bigNavi__parentAnchor.path {
  background-image: var(--mainGradient);
}
.bigNavi div.sub3 {
  float: left;
  width: 100%;
}
.bigNavi div.sub3 > .item {
  float: left;
  width: 100%;
  border-bottom: 1px solid #607D8B;
  margin-top: 24px;
}
.bigNavi div.sub3 > .item.init {
  margin-top: 0 !important;
}
.bigNavi div.sub3 > .item > .menu {
  float: left;
  width: 100%;
  box-sizing: border-box;
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 16px 56px 16px 0;
  position: relative;
}
.bigNavi div.sub3 > .item > .menu:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 26px;
  height: 100%;
  background-color: #fff;
  -webkit-mask-size: auto 12px;
          mask-size: auto 12px;
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: url(/images/chevron-right.svg);
          mask-image: url(/images/chevron-right.svg);
}
.bigNavi div.sub3 > .item > .menu .cb-navigation-text {
  float: left;
  padding-right: 10px;
  transition: all 0.24s;
  background-image: var(--mainGradient);
  background-size: 100% 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  background-image: linear-gradient(to right, #fff, #fff);
}
.bigNavi div.sub3 > .item > .menu .cb-navigation-icon {
  float: left;
  width: 22px;
  height: 22px;
  object-fit: contain;
  object-position: center;
  margin-right: 16px;
  display: block;
  filter: brightness(10);
}
.bigNavi div.sub3 > .item > .menu:hover:after,
.bigNavi div.sub3 > .item > .menu:focus:after,
.bigNavi div.sub3 > .item > .menu.path:after {
  background-image: var(--mainGradient);
}
.bigNavi div.sub3 > .item > .menu:hover .cb-navigation-text,
.bigNavi div.sub3 > .item > .menu:focus .cb-navigation-text,
.bigNavi div.sub3 > .item > .menu.path .cb-navigation-text {
  padding-left: 10px;
  padding-right: 0;
  background-image: var(--mainGradient);
}
.bigNavi div.sub3 > .item > .menu:hover .cb-navigation-icon,
.bigNavi div.sub3 > .item > .menu:focus .cb-navigation-icon,
.bigNavi div.sub3 > .item > .menu.path .cb-navigation-icon {
  filter: brightness(1);
}
.togglenavigation {
  float: left;
  margin-left: 30px;
  position: relative;
  width: 24px;
  height: 18px;
  cursor: pointer;
  display: none;
}
@media (max-width: 1179px) {
  .togglenavigation {
    display: block;
  }
}
.tline {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #141414;
  border-radius: 2px;
  transition: all 0.4s, width 0.2s 0.2s;
}
body.cb-toggle-target-active .tline,
.layout4 .section--header:not(.cb-scroll-triggered--active) .tline,
body:has(.bigNavi.cb-toggle-target-active) .tline {
  background-color: #fff;
}
.tline--2,
.tline--3 {
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
}
.tline--4 {
  top: unset;
  bottom: 0;
}
body.cb-toggle-target-active .tline--1 {
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.4s;
}
body.cb-toggle-target-active .tline--2 {
  width: 100%;
  transform: translateY(-50%) rotate(-45deg);
  transition: all 0.4s 0.1s, width 0.2s;
}
body.cb-toggle-target-active .tline--3 {
  width: 100%;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.4s 0.1s, width 0.2s;
}
body.cb-toggle-target-active .tline--4 {
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.4s;
}
.mobileNavigation {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1999;
  background-color: #001C31;
  color: #fff;
  overflow: hidden;
  overflow-y: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  transform: translateY(-100%);
  transition: all 0.6s;
  display: none;
}
.mobileNavigation::-webkit-scrollbar {
  display: none;
}
body.cb-toggle-target-active .mobileNavigation {
  transform: translateY(0);
}
@media (max-width: 1179px) {
  .mobileNavigation {
    display: block;
  }
}
.mobileNavigation__wrapper {
  float: left;
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding: 120px 0;
}
@media (max-width: 743px) {
  .mobileNavigation__wrapper {
    padding: 96px 0;
  }
}
.mobileNavigation__content {
  float: left;
  width: 100%;
}
.cb-fancy-navigation {
  float: left;
  width: 100%;
  overflow: hidden;
  display: flex;
}
.navigation-container {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  margin-right: -100%;
  transition: all 0.6s, opacity 0s 0.6s;
  transform: translateX(100%);
  opacity: 0;
  pointer-events: none;
}
.navigation-container.is-active {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.6s, opacity 0s;
  pointer-events: initial;
}
.navigation-container.is-left {
  transform: translateX(-100%);
}
.navigation-group {
  float: left;
  width: 100%;
  max-width: calc(500px + (var(--deskSpace) * 2));
  box-sizing: border-box;
  padding: 0 var(--deskSpace);
}
.navigation-section {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
.navigation-container--level2 .navigation-section--meta {
  display: none;
}
.navigation-section--navi {
  margin-top: 32px;
}
.navigation-container--level2 .navigation-section--navi {
  margin-top: 72px;
}
@media (max-width: 743px) {
  .navigation-section--navi {
    margin-top: 22px;
  }
}
.navigation-back {
  float: left;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.42857143;
  color: #fff !important;
  padding-left: 20px;
  position: relative;
}
.navigation-back:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 12px;
  background-image: var(--mainGradient);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: url(/images/chevron-left.svg);
          mask-image: url(/images/chevron-left.svg);
}
.navigation-item--parent {
  float: left;
  width: 100%;
  margin-top: 54px;
}
.navigation-item--parent .navigation-menu {
  text-decoration: none;
  font-size: 40px;
  line-height: 1.4;
  font-weight: 700;
  color: #fff !important;
}
@media (max-width: 743px) {
  .navigation-item--parent .navigation-menu {
    font-size: 30px;
    line-height: 1.2;
  }
}
.navigation-level {
  float: left;
  width: 100%;
}
.navigation-level > .navigation-item {
  float: left;
  width: 100%;
  border-bottom: 1px solid #607D8B;
}
.navigation-level > .navigation-item.init {
  margin-top: 0 !important;
}
.navigation-level > .navigation-item > .navigation-menu {
  float: left;
  width: 100%;
  box-sizing: border-box;
  text-decoration: none;
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 56px;
  background-image: var(--mainGradient);
  background-size: 100% 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  background-image: linear-gradient(to right, #fff, #fff);
}
.navigation-level > .navigation-item > .navigation-menu:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 26px;
  height: 100%;
  background-color: #fff;
  -webkit-mask-size: auto 12px;
          mask-size: auto 12px;
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: url(/images/chevron-right.svg);
          mask-image: url(/images/chevron-right.svg);
}
.navigation-level > .navigation-item > .navigation-menu.here,
.navigation-level > .navigation-item > .navigation-menu.path {
  background-image: var(--mainGradient);
}
.navigation-level > .navigation-item > .navigation-menu.here:after,
.navigation-level > .navigation-item > .navigation-menu.path:after {
  background-image: var(--mainGradient);
}
.navigation-level--2 > .navigation-item {
  margin-top: 16px;
}
.navigation-level--2 > .navigation-item.empty > .navigation-menu:after {
  display: none;
}
.navigation-level--2 > .navigation-item > .navigation-menu {
  font-size: 40px;
  line-height: 1.4;
  font-weight: 700;
  padding-top: 12px;
  padding-bottom: 12px;
  text-transform: lowercase;
}
@media (max-width: 743px) {
  .navigation-level--2 > .navigation-item > .navigation-menu {
    font-size: 30px;
    line-height: 1.2;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.navigation-level--3 > .navigation-item {
  margin-top: 24px;
}
.navigation-level--3 > .navigation-item > .navigation-menu {
  font-size: 18px;
  line-height: 1.44444444;
  padding-top: 16px;
  padding-bottom: 16px;
}
@media (max-width: 743px) {
  .navigation-level--3 > .navigation-item {
    margin-top: 16px;
  }
  .navigation-level--3 > .navigation-item > .navigation-menu {
    font-size: 16px;
    line-height: 1.5;
  }
}
.area .unit--teamSlider {
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
}
.ns-sliderWrapper--teamSlider {
  float: left;
  width: 100%;
}
@media (max-width: 1179px) {
  .ns-sliderWrapper--teamSlider {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.teamSlider {
  float: left;
  width: 100%;
  position: relative;
}
@media (max-width: 1179px) {
  .teamSlider {
    width: calc(100% - 120px);
  }
}
@media (max-width: 743px) {
  .teamSlider {
    width: calc(100% - 80px);
  }
}
.teamSlider__stage {
  float: left;
  width: 100%;
}
.teamSlider__area {
  float: left;
  width: calc(100% + 30px);
  margin-left: -15px;
  display: flex;
}
.teamSlide {
  float: left;
  width: calc(25% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  background-color: var(--altBackgroundColor);
  box-shadow: var(--boxShadow);
  flex-shrink: 0;
  opacity: 0;
  transform: scale(0.9);
  transition: margin 0.6s, opacity 0.6s, transform 0.6s;
}
.teamSlide.is-active {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 1179px) {
  .teamSlide {
    width: calc(50% - 30px);
  }
}
@media (max-width: 743px) {
  .teamSlide {
    width: calc(100% - 30px);
  }
}
.teamSlide__content {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding: 32px 20px 20px;
}
.teamSlide__part {
  float: left;
  width: 100%;
}
.teamSlide__part--image {
  max-width: 120px;
  aspect-ratio: 1;
  border-radius: 10000px;
  overflow: hidden;
  margin-bottom: 32px;
}
.teamSlide__part--image * {
  height: 100%;
}
.teamSlide__part--image img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.teamSlide__part--image .placeholder {
  padding-bottom: 0;
}
.teamSlide__part--function {
  margin-bottom: 4px;
}
.teamSlide__part--name {
  margin-bottom: 8px;
}
.teamSlider .ns-sliderControl {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
  cursor: pointer;
}
.teamSlider .ns-sliderControl:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #607D8B;
  -webkit-mask-size: 6px auto;
          mask-size: 6px auto;
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.is-noSlider .teamSlider .ns-sliderControl {
  display: none !important;
}
@media (max-width: 743px) {
  .teamSlider .ns-sliderControl {
    width: 30px;
    height: 30px;
  }
}
.teamSlider .ns-sliderControl--prev {
  right: 100%;
  margin-right: 20px;
}
.teamSlider .ns-sliderControl--prev:after {
  -webkit-mask-image: url(/images/chevron-left.svg);
          mask-image: url(/images/chevron-left.svg);
}
@media (max-width: 743px) {
  .teamSlider .ns-sliderControl--prev {
    margin-right: 10px;
  }
}
.teamSlider .ns-sliderControl--next {
  left: 100%;
  margin-left: 20px;
}
.teamSlider .ns-sliderControl--next:after {
  -webkit-mask-image: url(/images/chevron-right.svg);
          mask-image: url(/images/chevron-right.svg);
}
@media (max-width: 743px) {
  .teamSlider .ns-sliderControl--next {
    margin-left: 10px;
  }
}
.area .unit--topicFader {
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
  padding-top: calc(var(--spaceTotal) * 2);
  padding-bottom: calc(var(--spaceTotal) * 2);
  position: relative;
}
.area .unit--topicFader:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 100vw;
  height: 100%;
  transform: translateX(-50%);
  background-color: var(--altBackgroundColor);
}
.ns-sliderWrapper strong {
  background-image: var(--mainGradient);
  background-size: 100% 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}
.ns-sliderWrapper--topicFader {
  float: left;
  width: 100%;
}
.topicFader {
  float: left;
  width: 100%;
  position: relative;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: var(--boxShadow);
}
.topicFader__content {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 60px 96px;
}
@media (max-width: 1179px) {
  .topicFader__content {
    padding: 40px;
  }
}
@media (max-width: 743px) {
  .topicFader__content {
    padding: 30px 20px;
  }
}
.topicFader__section {
  float: left;
  width: 100%;
}
.topicFader__section--2 {
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 1179px) {
  .topicFader__section--2 {
    flex-direction: column;
    align-items: center;
  }
}
.topicFader__unit {
  float: left;
}
.topicFader__unit--1 {
  width: 280px;
}
@media (max-width: 1179px) {
  .topicFader__unit--1 {
    width: 100%;
  }
}
.topicFader__unit--2 {
  width: calc(100% - (280px + 30px));
  max-width: 452px;
}
@media (max-width: 1179px) {
  .topicFader__unit--2 {
    width: 100%;
    max-width: 100%;
    margin-top: 80px;
  }
}
@media (max-width: 743px) {
  .topicFader__unit--2 {
    margin-top: 40px;
  }
}
.topicFader__part {
  float: left;
  width: 100%;
}
.topicFader__part--subtitle {
  margin-top: var(--titleSpace);
}
.topicFader__stage {
  float: left;
  width: 100%;
  display: flex;
}
.topicSlide {
  float: left;
  width: 100%;
  flex-shrink: 0;
  margin-right: -100%;
  position: relative;
  z-index: 1;
  transform: scale(0.96);
  opacity: 0;
  transition: opacity 0.2s, transform 0.2s;
}
.topicSlide.is-active {
  z-index: 2;
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.6s 0.15s, transform 0.6s 0.15s;
}
.topicSlide__content {
  float: left;
  width: 100%;
}
.topicSlide__buttons {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.topicSlide__buttonsCover {
  float: left;
  width: calc(100% + 20px);
  margin: -6px -10px;
  display: flex;
  flex-wrap: wrap;
}
.topicSlide__part {
  float: left;
  width: 100%;
}
.topicSlide__part--title {
  margin-top: 20px;
}
.topicSlide__part--text {
  margin-top: 8px;
}
.topicSlide__part--link {
  width: auto;
  margin: 6px 10px;
}
.topicSlide__part--link .open {
  display: inline-block;
  background-color: var(--buttonBackground);
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: var(--mainGradient);
  font-size: 16px;
  line-height: 1.375;
  font-family: inherit;
  cursor: pointer;
  color: var(--buttonColor);
  padding: 8px 24px;
  appearance: none;
  border-radius: 10000px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: none;
}
.topicSlide__part--link .open:hover,
.topicSlide__part--link .open:focus {
  background-image: none;
  background-color: var(--buttonBackgroundHover);
  color: var(--buttonColorHover);
}
.area--two .unitSix--backgroundGradient .topicSlide__part--link .open {
  background-image: none;
}
#view .topicSlide__part--link.is-empty {
  display: none;
}
.topicFader .ns-sliderIndex {
  float: left;
  width: 100%;
}
@media (max-width: 1179px) {
  .topicFader .ns-sliderIndex {
    width: calc(100% + 80px);
    margin-left: -40px;
    position: relative;
  }
  .topicFader .ns-sliderIndex:before,
  .topicFader .ns-sliderIndex:after {
    content: '';
    position: absolute;
    top: 0;
    width: 40px;
    height: 100%;
    pointer-events: none;
  }
  .topicFader .ns-sliderIndex:before {
    left: 0;
    background-image: linear-gradient(to left, transparent, #fff);
  }
  .topicFader .ns-sliderIndex:after {
    right: 0;
    background-image: linear-gradient(to right, transparent, #fff);
  }
}
@media (max-width: 743px) {
  .topicFader .ns-sliderIndex {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .topicFader .ns-sliderIndex:before,
  .topicFader .ns-sliderIndex:after {
    width: 20px;
  }
}
.topicFader .ns-sliderIndex__content {
  float: left;
  width: 100%;
}
@media (max-width: 1179px) {
  .topicFader .ns-sliderIndex__content {
    display: flex;
    align-items: center;
    overflow: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .topicFader .ns-sliderIndex__content::-webkit-scrollbar {
    display: none;
  }
}
.topicFader .ns-sliderIndex__item {
  float: left;
  width: 100%;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.42857143;
  padding: 14px 24px;
  background-color: #ECEFF1;
  border-radius: 10000px;
  cursor: pointer;
  color: #607D8B;
  margin-top: 8px;
}
.topicFader .ns-sliderIndex__item:first-child {
  margin-top: 0;
}
.topicFader .ns-sliderIndex__item:hover,
.topicFader .ns-sliderIndex__item:focus {
  background-color: #607D8B;
  color: #fff;
}
.topicFader .ns-sliderIndex__item.is-active {
  background-color: #001C31;
  color: #fff;
}
@media (max-width: 1179px) {
  .topicFader .ns-sliderIndex__item {
    width: auto;
    margin-top: 0 !important;
    margin-right: 16px;
    padding: 8px 20px;
    white-space: nowrap;
  }
  .topicFader .ns-sliderIndex__item:first-child {
    margin-left: 40px;
  }
  .topicFader .ns-sliderIndex__item:last-child {
    margin-right: 40px;
  }
}
@media (max-width: 743px) {
  .topicFader .ns-sliderIndex__item:first-child {
    margin-left: 20px;
  }
  .topicFader .ns-sliderIndex__item:last-child {
    margin-right: 20px;
  }
}
.timeline {
  float: left;
  width: 100%;
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
  position: relative;
  display: none;
}
.layout1 .timeline {
  display: block;
}
#view.area3--empty.layout1 .timeline {
  display: none;
}
.timeline__baseLine {
  position: absolute;
  left: 50%;
  top: calc(var(--timelineScrollbarHeight) */ 2);
  width: 1px;
  height: 100%;
  background-color: #90A4AE;
  z-index: 1;
}
@media (max-width: 743px) {
  .timeline__baseLine {
    display: none;
  }
}
.timeline__wrapper {
  float: left;
  width: 100%;
  position: relative;
  z-index: 2;
  margin-top: calc(var(--timelineScrollbarHeight) / 2);
  margin-bottom: calc(var(--timelineScrollbarHeight) / 2);
}
.timeline__scrollBar {
  position: absolute;
  left: 50%;
  top: var(--timelineScrollbarPosition);
  transform: translate(-50%, -50%);
  width: 7px;
  height: var(--timelineScrollbarHeight);
  background-image: linear-gradient(to bottom, #0C7BB4, #2FAFB4);
  z-index: 3;
  border-radius: 10000px;
  transition: all 0.6s;
}
@media (max-width: 743px) {
  .timeline__scrollBar {
    display: none;
  }
}
.timeline__content {
  float: left;
  width: 100%;
  position: relative;
  z-index: 4;
  margin-top: calc((var(--spaceTotal) + (var(--timelineScrollbarHeight) / 2)) * -1);
  margin-bottom: calc((var(--spaceTotal) + (var(--timelineScrollbarHeight) / 2)) * -1);
}
#cb-cookie-warning {
  position: fixed;
  bottom: var(--deskSpace);
  left: var(--deskSpace);
  z-index: 1990;
  font-family: 'EuclidSquare', sans-serif;
  background-color: #FAFAFA;
  font-size: 15px;
  line-height: 1.6;
  padding: 24px 25px;
  box-sizing: border-box;
  color: #323F36;
  right: 0;
  width: 460px;
  max-width: var(--deskMaxWidth);
  border-radius: 4px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16);
}
#cb-cookie-warning.cb-cookie-warning--hidden {
  display: none !important;
}
@media (max-width: 743px) {
  .show-content #cb-cookie-warning {
    left: 0;
    max-width: 100%;
  }
}
.cb-cookie-warning--container {
  float: left;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
}
.cb-cookie-warning--text {
  float: left;
  width: 100%;
  padding-top: 44px;
  box-sizing: border-box;
  background-size: 23px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url(/images/icon-cookie.svg);
  font-size: 14px;
  line-height: 1.4;
}
.cb-cookie-warning--text h3 {
  font-size: 16px;
  line-height: 1.625;
  font-family: 'EuclidSquare', sans-serif;
  font-weight: 700;
  margin-bottom: 12px;
}
.cb-cookie-warning--text a {
  text-decoration: underline;
}
.cb-cookie-warning--actions {
  margin-top: 16px;
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
.cb-cookie-warning__button {
  float: left;
  cursor: pointer;
  font-family: inherit;
}
#cb-cookie-warning__button--accept {
  background-color: var(--buttonBackground);
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: var(--mainGradient);
  font-size: 16px;
  line-height: 1.375;
  font-family: inherit;
  cursor: pointer;
  color: var(--buttonColor);
  padding: 8px 24px;
  appearance: none;
  border-radius: 10000px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: none;
  --btnIconRightImage: url(/images/tk-icons/icon-check.svg);
}
#cb-cookie-warning__button--accept:hover,
#cb-cookie-warning__button--accept:focus {
  background-image: none;
  background-color: var(--buttonBackgroundHover);
  color: var(--buttonColorHover);
}
.area--two .unitSix--backgroundGradient #cb-cookie-warning__button--accept {
  background-image: none;
}
#cb-cookie-warning__button--decline {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 6px;
}
#cb-cookie-warning__button--decline:hover,
#cb-cookie-warning__button--decline:focus {
  color: var(--linkColorHover);
}
/*# sourceMappingURL=./screen-small.css.map */