:root {
  --altVerticalSpaceLarge: 160px;
  --altContentWidth: 792px;
  --headerHeight: 156px;
  --boxBackground: #E4F7FA;
  --teaserButtonSpace: 40px;
  --underlineHoverLinePosition: 100%;
}
:root .section--lightblue {
  --boxBackground: #fff;
}
:root .layout2 {
  --altVerticalSpaceLarge: 240px;
}
@media (max-width: 1279px) {
  :root {
    --altContentWidth: 660px;
  }
}
@media (max-width: 767px) {
  :root {
    --headerHeight: 106px;
    --altVerticalSpaceLarge: 120px;
    --teaserButtonSpace: 24px;
  }
  :root .layout2 {
    --altVerticalSpaceLarge: 160px;
  }
}
:root {
  --deskWidth: 1208px;
  --deskSpace: 116px;
  --deskMaxWidth: calc(100vw - (2 * var(--deskSpace)));
}
@media (max-width: 1279px) {
  :root {
    --deskSpace: 68px;
  }
}
@media (max-width: 767px) {
  :root {
    --deskSpace: 36px;
  }
}
:root {
  --spacePart: 20px;
}
@media (max-width: 1023px) {
  :root {
    --spacePart: 20px;
  }
}
@media (max-width: 767px) {
  :root {
    --spacePart: 20px;
  }
}
:root {
  --spaceUnit: 20px;
}
@media (max-width: 1023px) {
  :root {
    --spaceUnit: 12px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceUnit: 12px;
  }
}
:root {
  --spaceTotal: 40px;
}
@media (max-width: 1023px) {
  :root {
    --spaceTotal: 32px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceTotal: 32px;
  }
}
:root {
  --js-breakpoint: breakpointLarge;
}
@media (max-width: 1023px) {
  :root {
    --js-breakpoint: breakpointMedium;
  }
}
@media (max-width: 767px) {
  :root {
    --js-breakpoint: breakpointSmall;
  }
}
@keyframes lineAnimation {
  0% {
    background-size: 100% 2px;
    background-position: right var(--underlineHoverLinePosition);
  }
  60% {
    background-size: 0 2px;
    background-position: right var(--underlineHoverLinePosition);
  }
  60.1% {
    background-size: 0 2px;
    background-position: left var(--underlineHoverLinePosition);
  }
  100% {
    background-size: 100% 2px;
    background-position: left var(--underlineHoverLinePosition);
  }
}
.button {
  font-size: clamp(1.125rem, 0vw + 1.125rem, 1.125rem);
  line-height: clamp(1.75rem, 0vw + 1.75rem, 1.75rem);
  font-family: inherit;
  cursor: pointer;
  color: #0C2D27;
  padding: 18px 32px 14px 56px;
  appearance: none;
  border-radius: 10000px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: 1px solid #0C2D27;
  transition: all 0.24s;
  position: relative;
}
.button:before {
  content: '';
  position: absolute;
  left: 32px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 10000px;
  background-color: #FF6666;
  transition: all 0.24s 0.05s;
  box-shadow: 0 0 0 0 rgba(255, 102, 102, 0.5);
}
@media (min-width: 1024px) {
  .button:hover,
  .button:focus,
  .unit--isAnchor:hover .button {
    background-color: #0C2D27;
    color: #fff;
  }
  .button:hover:before,
  .button:focus:before,
  .unit--isAnchor:hover .button:before {
    box-shadow: 0 0 0 5px rgba(255, 102, 102, 0.5);
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
/**
 * @license
 * MyFonts Webfont Build ID 3867246, 2020-12-16T11:57:38-0500
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: FF Masala Pro Regular by FontFont
 * URL: https://www.myfonts.com/collections/fontfont-foundry

 * © 2025 MyFonts Inc. */
@font-face {
  font-family: "FFMasalaPro";
  font-weight: 400;
  src: url('/extras/fonts/FFMasalaProRegular/font.woff2') format('woff2'), url('/extras/fonts/FFMasalaProRegular/font.woff') format('woff');
}
* {
  margin: 0;
  padding: 0;
  outline: 0;
  border: none;
  background: none;
}
*::selection {
  background: #2AB9D3;
  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: 'FFMasalaPro', sans-serif;
  font-size: clamp(1.125rem, 0vw + 1.125rem, 1.125rem);
  line-height: clamp(1.75rem, 0vw + 1.75rem, 1.75rem);
}
.unit caption {
  display: none;
}
.flag {
  background: #2AB9D3;
  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;
}
#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 #0C2D27;
}
.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: 32px;
  position: relative;
  margin-top: 8px;
}
.list--bullet li:first-child {
  margin-top: 0;
}
.list--bullet li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -2px;
  width: 8px;
  height: 8px;
  background-color: #2FB29A;
  border-radius: 10000px;
}
.list--numbered {
  counter-reset: numberedList;
}
.list--numbered li {
  list-style: none;
  padding-left: 32px;
  position: relative;
  margin-top: 8px;
}
.list--numbered li:first-child {
  margin-top: 0;
}
.list--numbered li:before {
  content: counter(numberedList);
  counter-increment: numberedList;
  position: absolute;
  left: 0;
  top: 0;
  color: #2FB29A;
}
.list--numbered li:nth-child(1):before,
.list--numbered li:nth-child(2):before,
.list--numbered li:nth-child(3):before,
.list--numbered li:nth-child(4):before,
.list--numbered li:nth-child(5):before,
.list--numbered li:nth-child(6):before,
.list--numbered li:nth-child(7):before,
.list--numbered li:nth-child(8):before,
.list--numbered li:nth-child(9):before {
  content: "0" counter(numberedList);
}
#expo {
  float: right;
  width: calc(100% + ((100vw - var(--deskWidth)) / 2));
  position: relative;
  margin-bottom: -106px;
}
@media (max-width: 1440px) {
  #expo {
    width: calc(100% + var(--deskSpace));
  }
}
@media (max-width: 1023px) {
  #expo {
    margin-right: calc(var(--deskSpace) * -1);
    width: calc(100vw - 254px);
    height: 100%;
  }
}
@media (max-width: 767px) {
  #expo {
    width: calc(100vw - 104px);
  }
}
#slides {
  float: left;
  width: 100%;
  height: 740px !important;
  max-width: 100% !important;
  max-height: 100% !important;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1023px) {
  #slides {
    height: 100% !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: #2AB9D3;
  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: #2AB9D3;
}
.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: 'FFMasalaPro', sans-serif;
  line-height: 1.42857143;
  color: #0C2D27;
}
@media (max-width: 767px) {
  #disp {
    padding: 20px 0 !important;
  }
}
.disp-wrapper {
  float: left;
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  padding: 40px;
}
@media (max-width: 767px) {
  .disp-wrapper {
    padding: 15px;
  }
}
#disp form {
  float: left;
}
.disp-wrapper > form {
  width: 100%;
}
@media (max-width: 767px) {
  #disp form {
    width: 100%;
  }
}
#disp .fail {
  color: #ae2121;
}
#disp .part {
  margin-top: 4px;
  margin-bottom: 4px;
}
#disp a.mail {
  float: left;
  min-height: 26px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
#disp .head,
#disp .body,
#disp .foot {
  float: left;
  width: 100%;
  position: relative;
}
#disp .body {
  margin: 20px 0;
}
#disp .foot form + form {
  float: right;
}
#disp h2 {
  font-size: 14px;
  line-height: 1.71428571;
  font-weight: normal;
  text-transform: uppercase;
  color: #2AB9D3;
  width: 100%;
  box-sizing: border-box;
  padding-right: 30px;
}
#disp h3 {
  color: #2AB9D3;
  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;
  font-size: clamp(1.125rem, 0vw + 1.125rem, 1.125rem);
  line-height: clamp(1.75rem, 0vw + 1.75rem, 1.75rem);
  font-family: inherit;
  cursor: pointer;
  color: #0C2D27;
  padding: 18px 32px 14px 56px;
  appearance: none;
  border-radius: 10000px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: 1px solid #0C2D27;
  transition: all 0.24s;
  position: relative;
  line-height: 1.42857143;
}
#disp .foot input:before,
#disp .foot a:before {
  content: '';
  position: absolute;
  left: 32px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 10000px;
  background-color: #FF6666;
  transition: all 0.24s 0.05s;
  box-shadow: 0 0 0 0 rgba(255, 102, 102, 0.5);
}
@media (min-width: 1024px) {
  #disp .foot input:hover,
  #disp .foot a:hover,
  #disp .foot input:focus,
  #disp .foot a:focus,
  .unit--isAnchor:hover #disp .foot input,
  .unit--isAnchor:hover #disp .foot a {
    background-color: #0C2D27;
    color: #fff;
  }
  #disp .foot input:hover:before,
  #disp .foot a:hover:before,
  #disp .foot input:focus:before,
  #disp .foot a:focus:before,
  .unit--isAnchor:hover #disp .foot input:before,
  .unit--isAnchor:hover #disp .foot a:before {
    box-shadow: 0 0 0 5px rgba(255, 102, 102, 0.5);
  }
}
#disp .foot input.next,
#disp .foot a.next {
  float: right;
}
#disp.mail .foot input {
  float: right;
}
@media (max-width: 767px) {
  #disp .foot input,
  #disp .foot a {
    width: 100%;
    margin: 5px 0;
  }
  #disp .foot input:first-child,
  #disp .foot a:first-child {
    margin-top: 0;
  }
  #disp .foot input:last-child,
  #disp .foot a:last-child {
    margin-bottom: 0;
  }
}
#disp fieldset {
  float: left;
  width: 100%;
  position: relative;
  margin: 4px 0;
}
#disp fieldset.tiny {
  width: 48%;
}
#disp .head fieldset,
#disp .foot fieldset {
  margin: 0;
}
@media (max-width: 767px) {
  #disp fieldset.tiny {
    width: 100%;
  }
}
#disp label.name {
  float: left;
  width: 30%;
  margin-right: 4%;
  min-height: 26px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  #disp label.name {
    width: 100%;
    margin-right: 0;
  }
}
#disp input.text,
#disp textarea {
  float: right;
  width: 66%;
  background-color: #F0F0F0;
  min-height: 26px;
  box-sizing: border-box;
  padding: 2px 10px;
}
#disp input.text.fail,
#disp textarea.fail {
  border: 2px solid #ae2121;
}
#disp textarea {
  min-height: 100px;
  padding: 6px 10px;
}
@media (max-width: 767px) {
  #disp input.text,
  #disp textarea {
    width: 100%;
  }
}
#disp select {
  float: right;
  width: 66%;
  background-color: #F0F0F0;
  height: 26px;
}
@media (max-width: 767px) {
  #disp select {
    width: 100%;
  }
}
#disp input + label,
#disp input + label {
  display: block;
  padding-left: 30px;
}
#disp input[type*="radio"],
#disp input[type*="checkbox"] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  height: 20px;
  width: 20px;
}
.cb-sitemap-target {
  float: left;
  margin-bottom: 20px;
  color: #fff;
  padding: 5px 10px;
  background-color: #ae2121;
}
.cb-sitemap-contents {
  float: left;
  width: 100%;
}
.cb-sitemap-contents li {
  list-style: none;
  padding-left: 20px;
  position: relative;
}
.cb-sitemap-contents li:before {
  content: '•';
  position: absolute;
  left: 0;
  top: 0;
}
.cb-zoom-indicator {
  position: absolute;
  z-index: 2;
  right: 15px;
  bottom: 15px;
  width: 36px;
  height: 36px !important;
  border-radius: 30px;
  background-color: rgba(0, 0, 0, 0.5);
  background-size: 18px 18px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-zoom-white.svg);
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s cubic-bezier(0.05, 0.8, 0.5, 1);
}
a.zoom .cb-zoom-indicator {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 1023px) {
  .cb-zoom-indicator {
    right: 10px;
    bottom: 10px;
    width: 24px;
    height: 24px !important;
    background-size: 12px 12px;
    opacity: 1;
    transform: scale(1);
  }
}
#disp.zoom {
  position: fixed;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  max-width: 100%;
  height: 100%;
  background: none;
  padding: 0 !important;
  display: block !important;
  transform: none;
}
#disp.zoom .disp-wrapper {
  padding: 0;
  background: none;
  height: 100%;
}
#disp.zoom div.head h2 {
  display: none;
}
#disp.zoom div.head div.ctrl {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 2;
}
@media (max-width: 767px) {
  #disp.zoom div.head div.ctrl {
    top: 20px;
    right: 20px;
  }
}
#disp.zoom div.head div.ctrl > div {
  float: left;
  margin: 0 10px;
}
#disp.zoom div.head div.ctrl > div:first-child {
  margin-left: 0;
}
#disp.zoom div.head div.ctrl > div:last-child {
  margin-right: 0;
}
#disp.zoom div.head div.ctrl a {
  float: left;
  display: block;
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-arrow-left-white.svg);
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
}
#disp.zoom div.head div.ctrl .next a {
  background-image: url(/images/cb-default/cb-arrow-right-white.svg);
}
#disp.zoom div.head div.ctrl .quit a {
  background-image: url(/images/cb-default/cb-cross-white.svg);
  background-size: 16px 16px;
}
#disp.zoom div.head div.ctrl a:hover {
  transform: scale(1.1);
}
#disp.zoom div.head div.ctrl a:active {
  transform: scale(1);
}
#disp.zoom div.body {
  float: left;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 80px 30px;
  margin: 0;
}
@media (max-width: 767px) {
  #disp.zoom div.body {
    padding: 60px 20px;
  }
}
#disp.zoom div.body > div {
  float: left;
  width: 100% !important;
  height: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#disp.zoom div.body a {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#disp.zoom div.body img {
  float: left;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
#disp.zoom div.foot {
  display: none;
}
.ie11 #disp.zoom {
  position: absolute;
}
.ie11 #disp.zoom div.body,
.ie11 #disp.zoom div.body > div,
.ie11 #disp.zoom div.body a {
  height: auto;
  display: block;
}
.ie11 #disp.zoom div.body img {
  float: none;
  position: relative;
  height: auto;
  display: block;
  margin: 0 auto;
}
#disp.srch {
  display: block !important;
}
#disp.srch h2 {
  display: none;
}
#disp.srch .disp-wrapper {
  background: none;
  padding: 0;
}
#disp.srch .head .ctrl a {
  background-image: url(/images/cb-default/cb-cross-white.svg);
}
#disp.srch div.body {
  margin: 0;
}
#disp.srch fieldset {
  margin: 0;
}
#disp.srch label.name {
  display: none;
}
#disp.srch input.text {
  font-family: 'FFMasalaPro', sans-serif;
  background-color: transparent;
  margin-top: 40px;
  width: 100%;
  color: #fff;
  font-size: 50px;
  line-height: 1;
  border-bottom: 1px solid #fff;
  padding: 20px 0;
  -webkit-font-smoothing: antialiased;
  appearance: none;
}
@media (max-width: 767px) {
  #disp.srch input.text {
    font-size: 18px;
  }
}
.cb-result {
  float: left;
  width: 100%;
  color: #fff;
  font-size: 18px;
  text-align: left;
  -webkit-font-smoothing: antialiased;
}
.cb-result p {
  margin-top: 40px;
}
.cb-result a {
  color: #fff;
  text-decoration: none;
}
.cb-result a:hover {
  color: #fff;
  text-decoration: underline;
}
.cb-result table {
  float: left;
  width: 100%;
  border-collapse: collapse;
}
.cb-result tbody {
  width: 100%;
}
.cb-result th {
  padding-top: 20px;
  font-size: 24px;
  line-height: 1;
  text-align: left;
}
.cb-result th:first-child {
  padding-right: 40px;
  width: 80px;
}
.cb-result td {
  padding-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.cb-result th,
.cb-result td {
  vertical-align: middle;
}
@media (max-width: 767px) {
  .cb-result {
    font-size: 14px;
  }
  .cb-result th {
    padding-top: 10px;
    font-size: 18px;
  }
  .cb-result th:first-child {
    padding-right: 10px;
    width: 54px;
  }
  .cb-result td {
    padding-bottom: 10px;
    padding-top: 5px;
  }
}
.unit.form form {
  float: left;
  width: 100%;
}
.cb-form-required {
  float: left;
  width: 100%;
}
.unit.form fieldset {
  float: left;
  width: 100%;
  position: relative;
}
.unit.form div.ctrl {
  float: left;
  width: 100%;
}
.unit.form div.ctrl.fail {
  box-sizing: border-box;
  padding: 5px;
  background-color: rgba(255, 102, 102, 0.3);
  border-radius: 8px;
}
@media (min-width: 768px) {
  .unit.form .tile div.ctrl {
    float: right;
    width: 66%;
  }
}
.unit.form .name {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  padding-bottom: 5px;
}
@media (min-width: 768px) {
  .unit.form .tile .name {
    padding-bottom: 0;
    width: 30%;
    min-height: 60px;
  }
}
.unit.form input.text,
.unit.form textarea {
  float: left;
  width: 100%;
  box-sizing: border-box;
  background: transparent;
  min-height: 60px;
  padding: 5px 24px;
  appearance: none;
  border: 1px solid #0C2D27;
  border-radius: 8px;
  background-size: 0 3px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, #2FB29A, #2FB29A);
  transition: all 0.4s;
}
.unit.form input.text:focus,
.unit.form textarea:focus {
  background-size: 100% 3px;
}
.unit.form input.text.fail,
.unit.form textarea.fail {
  background-size: 100% 3px;
  background-image: linear-gradient(to right, #FF6666, #FF6666);
}
.unit.form textarea {
  padding: 16px 24px;
}
@media (min-width: 768px) {
  .unit.form .tile input.text,
  .unit.form .tile textarea {
    float: right;
    width: 66%;
  }
}
.unit.form div.tick div.ctrl > div {
  float: left;
  width: 100%;
  position: relative;
  display: flex;
}
@media (min-width: 768px) {
  .unit.form div.tick.tile div.ctrl > div {
    min-height: 60px;
    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;
  transform: translateY(-2px);
}
@media (min-width: 768px) {
  .unit.form div.tick.tile input {
    align-self: stretch;
  }
}
.unit.form select {
  float: left;
  width: 100%;
  font-family: 'FFMasalaPro', sans-serif;
  font-size: clamp(1.125rem, 0vw + 1.125rem, 1.125rem);
  line-height: clamp(1.75rem, 0vw + 1.75rem, 1.75rem);
  background: transparent;
  height: 60px;
  border: 1px solid #0C2D27;
  padding: 5px;
  border-radius: 8px;
}
.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 {
  font-size: clamp(1.125rem, 0vw + 1.125rem, 1.125rem);
  line-height: clamp(1.75rem, 0vw + 1.75rem, 1.75rem);
  font-family: inherit;
  cursor: pointer;
  color: #0C2D27;
  padding: 18px 32px 14px 56px;
  appearance: none;
  border-radius: 10000px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: 1px solid #0C2D27;
  transition: all 0.24s;
  position: relative;
  margin-right: 16px;
}
.unit.form .ship div.chop span::file-selector-button:before {
  content: '';
  position: absolute;
  left: 32px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 10000px;
  background-color: #FF6666;
  transition: all 0.24s 0.05s;
  box-shadow: 0 0 0 0 rgba(255, 102, 102, 0.5);
}
@media (min-width: 1024px) {
  .unit.form .ship div.chop span::file-selector-button:hover,
  .unit.form .ship div.chop span::file-selector-button:focus,
  .unit--isAnchor:hover .unit.form .ship div.chop span::file-selector-button {
    background-color: #0C2D27;
    color: #fff;
  }
  .unit.form .ship div.chop span::file-selector-button:hover:before,
  .unit.form .ship div.chop span::file-selector-button:focus:before,
  .unit--isAnchor:hover .unit.form .ship div.chop span::file-selector-button:before {
    box-shadow: 0 0 0 5px rgba(255, 102, 102, 0.5);
  }
}
.unit.form .ship div.chop a {
  float: left;
  display: block;
  margin-left: 10px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  width: 12px;
  height: 12px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-cross-black.svg);
}
@media (min-width: 768px) {
  .unit.form .ship.tile fieldset > div {
    float: right;
    width: 66%;
    min-height: 60px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }
}
.unit.form .submit {
  float: left;
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
  font-size: clamp(1.125rem, 0vw + 1.125rem, 1.125rem);
  line-height: clamp(1.75rem, 0vw + 1.75rem, 1.75rem);
  font-family: inherit;
  cursor: pointer;
  color: #0C2D27;
  padding: 18px 32px 14px 56px;
  appearance: none;
  border-radius: 10000px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: 1px solid #0C2D27;
  transition: all 0.24s;
  position: relative;
}
.unit.form .submit:before {
  content: '';
  position: absolute;
  left: 32px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 10000px;
  background-color: #FF6666;
  transition: all 0.24s 0.05s;
  box-shadow: 0 0 0 0 rgba(255, 102, 102, 0.5);
}
@media (min-width: 1024px) {
  .unit.form .submit:hover,
  .unit.form .submit:focus,
  .unit--isAnchor:hover .unit.form .submit {
    background-color: #0C2D27;
    color: #fff;
  }
  .unit.form .submit:hover:before,
  .unit.form .submit:focus:before,
  .unit--isAnchor:hover .unit.form .submit:before {
    box-shadow: 0 0 0 5px rgba(255, 102, 102, 0.5);
  }
}
.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: #0C2D27;
  text-decoration: underline;
}
.unit.form .recaptcha-info {
  color: #aaa;
  font-size: 11px;
  line-height: 1.45454545;
  text-align: left;
}
.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 {
  box-sizing: border-box;
  padding: 56px 24px;
  background-color: rgba(255, 102, 102, 0.3);
  border-radius: 8px;
  text-align: center;
}
.unit.form .part.fail li {
  list-style: none;
  color: #FF6666;
}
.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: left;
  width: 100%;
  border-radius: 8px;
  background-color: #E4F7FA;
  text-align: center;
  box-sizing: border-box;
  padding: 56px 24px;
}
#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 {
  font-size: clamp(1.125rem, 0vw + 1.125rem, 1.125rem);
  line-height: clamp(1.75rem, 0vw + 1.75rem, 1.75rem);
  font-family: inherit;
  cursor: pointer;
  color: #0C2D27;
  padding: 18px 32px 14px 56px;
  appearance: none;
  border-radius: 10000px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: 1px solid #0C2D27;
  transition: all 0.24s;
  position: relative;
}
.two-step-verification-container a:before {
  content: '';
  position: absolute;
  left: 32px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 10000px;
  background-color: #FF6666;
  transition: all 0.24s 0.05s;
  box-shadow: 0 0 0 0 rgba(255, 102, 102, 0.5);
}
@media (min-width: 1024px) {
  .two-step-verification-container a:hover,
  .two-step-verification-container a:focus,
  .unit--isAnchor:hover .two-step-verification-container a {
    background-color: #0C2D27;
    color: #fff;
  }
  .two-step-verification-container a:hover:before,
  .two-step-verification-container a:focus:before,
  .unit--isAnchor:hover .two-step-verification-container a:before {
    box-shadow: 0 0 0 5px rgba(255, 102, 102, 0.5);
  }
}
.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 .open {
  display: inline-block;
  font-size: clamp(1.125rem, 0vw + 1.125rem, 1.125rem);
  line-height: clamp(1.75rem, 0vw + 1.75rem, 1.75rem);
  font-family: inherit;
  cursor: pointer;
  color: #0C2D27;
  padding: 18px 32px 14px 56px;
  appearance: none;
  border-radius: 10000px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: 1px solid #0C2D27;
  transition: all 0.24s;
  position: relative;
}
.table .open:before {
  content: '';
  position: absolute;
  left: 32px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 10000px;
  background-color: #FF6666;
  transition: all 0.24s 0.05s;
  box-shadow: 0 0 0 0 rgba(255, 102, 102, 0.5);
}
@media (min-width: 1024px) {
  .table .open:hover,
  .table .open:focus,
  .unit--isAnchor:hover .table .open {
    background-color: #0C2D27;
    color: #fff;
  }
  .table .open:hover:before,
  .table .open:focus:before,
  .unit--isAnchor:hover .table .open:before {
    box-shadow: 0 0 0 5px rgba(255, 102, 102, 0.5);
  }
}
.table strong {
  font-size: clamp(1.3125rem, 0.8vw + 1.116rem, 1.5rem);
  line-height: clamp(2rem, 1.33333333vw + 1.6725rem, 2.3125rem);
  font-weight: 400;
  letter-spacing: 0;
}
.table-layout-fixed .table {
  table-layout: fixed;
}
.table tr {
  border-top: 1px solid #0C2D27;
  border-bottom: 1px solid #0C2D27;
}
.table-head tr {
  border-top: none;
}
.table th {
  font-weight: normal;
  padding: 24px 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: 24px 10px;
  vertical-align: middle;
}
.table td.init {
  padding-left: 0;
}
.table td.exit {
  padding-right: 0;
}
@media (max-width: 767px) {
  .table td {
    text-align: left !important;
  }
}
.table td.align-left {
  text-align: left;
}
.table td.align-center {
  text-align: center;
}
.table td.align-right {
  text-align: right;
}
#edit .table td {
  border-left: 1px dashed #e0e0e0;
  border-right: 1px dashed #e0e0e0;
}
.table--footer .table-foot td {
  font-weight: 700;
}
@media (max-width: 767px) {
  .part--table .table {
    display: block;
    border-collapse: collapse;
  }
  .part--table .table .table-head,
  .part--table .table .table-foot {
    display: none;
  }
  .part--table .table .table-body {
    display: block;
    width: 100%;
  }
  .part--table .table tr {
    float: left;
    width: 100%;
    display: block;
    box-sizing: border-box;
    margin-top: -1px;
    padding: 12px 0;
  }
  .table-body .part--table .table tr:first-child {
    margin-top: 0;
  }
  .part--table .table .table-body tr:first-child {
    margin-top: 0;
  }
  .part--table .table td {
    float: left;
    display: block;
    width: 100%;
    padding: 12px 0;
  }
  .part--table .table.table--headline td {
    position: relative;
    box-sizing: border-box;
    padding-left: 52%;
  }
  .part--table .table.table--headline td:before {
    content: attr(data-title);
    position: absolute;
    left: 0;
    top: 0;
    width: 48%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    font-weight: 700;
  }
}
html,
body {
  float: left;
  width: 100%;
  min-height: 100vh;
}
.logo {
  float: left;
  height: 60px;
  transition: all 0.4s;
}
.section--header.cb-scroll-triggered--active .logo {
  height: 52px;
}
@media (max-width: 767px) {
  .logo {
    height: 40px !important;
  }
}
.logo__image {
  width: auto;
  height: 100%;
}
#head {
  float: left;
  width: 100%;
}
.wrapper {
  float: left;
  width: 100%;
  min-height: 100vh;
  background-color: #fff;
  font-family: 'FFMasalaPro', sans-serif;
  font-size: clamp(1.125rem, 0vw + 1.125rem, 1.125rem);
  line-height: clamp(1.75rem, 0vw + 1.75rem, 1.75rem);
  color: #0C2D27;
  letter-spacing: 0.25px;
  accent-color: #2AB9D3;
  overflow: hidden;
  hyphens: none;
  opacity: 0.001;
  transition: all 0.4s;
}
.show-content .wrapper {
  opacity: 1;
}
.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 {
  float: left;
  width: 100%;
  position: relative;
}
.section--header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2000;
  background-color: #fff;
}
.section--lightblue {
  background-color: #E4F7FA;
  padding-top: calc(var(--altVerticalSpaceLarge) - var(--spaceTotal));
  padding-bottom: calc(var(--altVerticalSpaceLarge) - var(--spaceTotal));
  margin-top: calc(var(--altVerticalSpaceLarge) - var(--spaceTotal));
  margin-bottom: calc(var(--altVerticalSpaceLarge) - var(--spaceTotal));
  display: none;
}
.layout1 .section--lightblue.section--area1 {
  padding-top: var(--headerHeight);
  margin-top: 0;
}
.layout1 .section--lightblue.section--area2 {
  padding-top: 0;
  margin-top: calc(var(--altVerticalSpaceLarge) * -1);
}
.layout1 .section--lightblue.section--area1 {
  display: block;
}
.layout1 .section--lightblue.section--area2,
.layout1 .section--lightblue.section--area4,
.layout2 .section--lightblue.section--area4 {
  display: block;
}
#view.layout1 .section--lightblue.section--area2:has(.area:empty),
#view.layout1 .section--lightblue.section--area4:has(.area:empty),
#view.layout2 .section--lightblue.section--area4:has(.area:empty) {
  display: none;
}
.section--area2 {
  z-index: 2;
}
.section--contact {
  background-color: #E4F7FA;
  margin-top: calc(var(--altVerticalSpaceLarge) - var(--spaceTotal));
  overflow: hidden;
  z-index: 2;
  margin-bottom: calc((var(--altVerticalSpaceLarge) - var(--spaceTotal)) * -1);
}
.section--footer {
  margin-top: calc(var(--altVerticalSpaceLarge) - var(--spaceTotal));
  background-color: #0C2D27;
  color: #fff;
  overflow: hidden;
}
.section--rootScreen {
  display: none;
  background-color: #E4F7FA;
  padding-top: var(--headerHeight);
  z-index: 2;
}
.layout2 .section--rootScreen {
  display: block;
}
.content {
  float: left;
  width: 100%;
}
.section--header .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  height: var(--headerHeight);
  transition: all 0.4s;
  box-sizing: border-box;
  padding-bottom: 48px;
}
.cb-scroll-triggered--active.section--header .content {
  --headerHeight: 116px;
  padding-bottom: 32px;
}
@media (max-width: 767px) {
  .section--header .content {
    padding-bottom: 32px;
  }
  .cb-scroll-triggered--active.section--header .content {
    --headerHeight: 90px;
    padding-bottom: 24px;
  }
}
.section--one .content {
  float: right;
  max-width: var(--altContentWidth);
}
@media (max-width: 1023px) {
  .section--rootScreen .content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: calc(var(--viewportHeight) - (var(--headerHeight) + 74px));
    transition: height 0.4s;
  }
}
@media (max-width: 767px) {
  .section--rootScreen .content {
    height: calc(var(--viewportHeight) - (var(--headerHeight) + 48px));
  }
}
.subcontent {
  float: left;
  width: 100%;
}
@media (max-width: 1023px) {
  .section--rootScreen .subcontent.subcontent--1 {
    margin-bottom: -74px;
    order: 2;
    flex-shrink: 1;
    height: 514px;
  }
  .section--rootScreen .subcontent.subcontent--2 {
    order: 1;
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .section--rootScreen .subcontent.subcontent--1 {
    margin-bottom: -48px;
    height: 288px;
  }
}
.navigation {
  float: left;
}
@media (max-width: 1023px) {
  .navigation {
    display: none;
  }
}
.titles {
  float: left;
  width: 100%;
  margin-top: var(--altVerticalSpaceLarge);
  margin-bottom: var(--spaceTotal);
}
.section--rootScreen .titles {
  margin-top: calc(var(--spaceTotal) * 2);
  margin-bottom: calc(var(--spaceTotal) * 2);
}
@media (max-width: 1023px) {
  .section--rootScreen .titles {
    margin-top: 136px;
    margin-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .section--rootScreen .titles {
    margin-top: 80px;
    margin-bottom: 106px;
  }
}
.cbdModule--titleOverline {
  margin-bottom: 16px;
}
.contact {
  float: left;
  width: 100%;
  position: relative;
}
.contact__feather {
  position: absolute;
  left: 618px;
  bottom: -380px;
  z-index: 1;
  aspect-ratio: 1.47784431;
  width: 1234px;
  background-color: #2AB9D3;
  mask-size: 100% 100%;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  mask-image: url(/images/feather.svg);
}
@media (max-width: 1023px) {
  .contact__feather {
    width: 940px;
    left: 162px;
    bottom: -300px;
  }
}
@media (max-width: 767px) {
  .contact__feather {
    width: 628px;
    left: 0;
    bottom: -218px;
  }
}
.contact__content {
  float: left;
  width: 100%;
  max-width: 772px;
  position: relative;
  z-index: 2;
  margin: 120px 0;
}
.cbdModule--contactTitle {
  margin-top: 16px;
}
.cbdModule--contactButton {
  margin-top: 56px;
}
.cbdModule--contactButton .open {
  display: inline-block;
  font-size: clamp(1.125rem, 0vw + 1.125rem, 1.125rem);
  line-height: clamp(1.75rem, 0vw + 1.75rem, 1.75rem);
  font-family: inherit;
  cursor: pointer;
  color: #0C2D27;
  padding: 18px 32px 14px 56px;
  appearance: none;
  border-radius: 10000px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: 1px solid #0C2D27;
  transition: all 0.24s;
  position: relative;
}
.cbdModule--contactButton .open:before {
  content: '';
  position: absolute;
  left: 32px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 10000px;
  background-color: #FF6666;
  transition: all 0.24s 0.05s;
  box-shadow: 0 0 0 0 rgba(255, 102, 102, 0.5);
}
@media (min-width: 1024px) {
  .cbdModule--contactButton .open:hover,
  .cbdModule--contactButton .open:focus,
  .unit--isAnchor:hover .cbdModule--contactButton .open {
    background-color: #0C2D27;
    color: #fff;
  }
  .cbdModule--contactButton .open:hover:before,
  .cbdModule--contactButton .open:focus:before,
  .unit--isAnchor:hover .cbdModule--contactButton .open:before {
    box-shadow: 0 0 0 5px rgba(255, 102, 102, 0.5);
  }
}
.footcontent {
  float: left;
  width: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
.footwrapper {
  float: left;
  width: 100%;
  margin: 56px 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 1023px) {
  .footwrapper {
    margin-bottom: 210px;
  }
}
@media (max-width: 767px) {
  .footwrapper {
    margin-bottom: 180px;
  }
}
.footsection {
  float: left;
  width: 100%;
}
.footsection--2 {
  margin-top: calc(var(--spaceTotal) * 2);
}
.footarea {
  float: left;
  width: calc(100% + 40px);
  margin: -36px -20px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .footarea {
    width: 100%;
    margin: -20px 0;
  }
}
.unit--footerInfos {
  --spacePart: 12px;
  float: left;
  width: 100%;
  margin: 36px 20px;
  width: calc(25% - 40px);
  border-top: 1px solid #fff;
  padding-top: calc(var(--spacePart) * 2);
}
.unit--footerInfos a {
  color: #2AB9D3;
}
.unit--footerInfos .unit__body {
  margin-top: calc(var(--spacePart) * -1);
  margin-bottom: calc(var(--spacePart) * -1);
}
.unit--footerInfos .part--kapazitaet + .part--kapazitaet {
  margin-top: calc((var(--spacePart) - 8px) * -1);
}
.unit--footerInfos .part--kapazitaet a {
  color: #fff;
  background-size: 100% 2px;
  background-position: 0 var(--underlineHoverLinePosition);
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, currentColor, currentColor);
  cursor: pointer;
}
@media (min-width: 1024px) {
  .unit--footerInfos .part--kapazitaet a:hover,
  .unit--footerInfos .part--kapazitaet a:focus {
    animation-name: lineAnimation;
    animation-duration: 0.4s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
  }
}
@media (max-width: 767px) {
  .unit--footerInfos .part--kapazitaet a {
    background: none;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
    text-decoration-skip-ink: none;
  }
}
.unit--footerInfos .part--kapazitaet .part__content {
  padding-left: 24px;
  box-sizing: border-box;
  position: relative;
}
.unit--footerInfos .part--kapazitaet .part__content:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -2px;
  width: 8px;
  height: 8px;
  background-color: #2FB29A;
  border-radius: 10000px;
}
.unit--footerInfos .part--kapazitaet.part--kapazitaetStatusWaitlist .part__content:before {
  background-color: #FF6666;
}
#edit .unit--footerInfos {
  min-height: 80px;
}
#edit .unit--footerInfos:not(.is-marked) {
  outline: 2px dashed #ccc;
}
@media (max-width: 1023px) {
  .unit--footerInfos {
    width: calc(50% - 40px);
  }
}
@media (max-width: 767px) {
  .unit--footerInfos {
    width: 100%;
    margin: 20px 0;
  }
}
.footCredits {
  float: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 1023px) {
  .footCredits {
    float: left;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
  }
}
.asps {
  float: left;
  width: 160px;
}
@media (max-width: 1023px) {
  .asps {
    order: 2;
  }
}
@media (max-width: 767px) {
  .asps {
    width: 130px;
  }
}
#legal {
  float: left;
  margin-top: 48px;
}
#legal .meta {
  float: left;
  margin-right: 40px;
}
#legal .meta:last-child {
  margin-right: 0 !important;
  margin-bottom: 0 !important;
}
#legal .meta:hover,
#legal .meta:focus {
  color: #2AB9D3;
}
@media (max-width: 1023px) {
  #legal {
    order: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #legal .meta {
    margin-right: 0;
    margin-bottom: 8px;
  }
}
.footerlogo {
  position: absolute;
  left: 0;
  bottom: -66px;
  z-index: 1;
  width: calc(100% - 362px);
}
@media (max-width: 1279px) {
  .footerlogo {
    bottom: -42px;
  }
}
@media (max-width: 1023px) {
  .footerlogo {
    width: calc(100% + var(--deskSpace));
    bottom: -54px;
  }
}
@media (max-width: 767px) {
  .footerlogo {
    bottom: -26px;
  }
}
.rootPic {
  position: absolute;
  z-index: 1500;
}
.rootPic--1 {
  right: 0;
  bottom: 95%;
  width: 375px;
}
@media (max-width: 1023px) {
  .rootPic--1 {
    width: 280px;
  }
}
@media (max-width: 767px) {
  .rootPic--1 {
    width: 186px;
  }
}
.rootPic--2 {
  left: 0;
  bottom: 0;
  width: 255px;
}
@media (max-width: 1023px) {
  .rootPic--2 {
    width: 240px;
    bottom: -30px;
  }
}
@media (max-width: 767px) {
  .rootPic--2 {
    width: 148px;
  }
}
.downlink {
  position: absolute;
  left: calc(100% - 20px);
  bottom: -20px;
  z-index: 10;
  padding-left: 50px;
  transform-origin: 0 100%;
  transform: rotate(-90deg);
  cursor: pointer;
}
.downlink:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 100%;
  background-color: #0C2D27;
  mask-size: 34px auto;
  mask-position: 0 50%;
  mask-repeat: no-repeat;
  mask-image: url(/images/downlink.svg);
  transition: all 0.24s;
}
.downlink:hover:after {
  left: -6px;
}
@media (max-width: 1023px) {
  .downlink {
    left: calc(var(--deskSpace) + 28px);
  }
}
@media screen and (prefers-reduced-motion: no-preference) {
  #view #head,
  #view .unit,
  #view .cbdModule,
  #view .unitImageGallery .part.pict {
    opacity: 0;
    transform: scaleY(0.9) translateY(50px);
    transition: all 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  }
  #view #head.is-intersecting,
  #view .unit.is-intersecting,
  #view .cbdModule.is-intersecting,
  #view .unitImageGallery .part.pict.is-intersecting {
    opacity: 1;
    transform: scaleY(1) translateY(0);
  }
}
#cb-cookie-warning {
  position: fixed;
  left: 50%;
  bottom: 0;
  transform: translateY(100%);
  z-index: 1500;
  translate: -50% 0;
  background-color: #0C2D27;
  color: #fff;
  width: 518px;
  max-width: 100%;
  font-family: 'FFMasalaPro', sans-serif;
  font-size: clamp(1.125rem, 0vw + 1.125rem, 1.125rem);
  line-height: clamp(1.75rem, 0vw + 1.75rem, 1.75rem);
  letter-spacing: 0.25px;
  -webkit-font-smoothing: antialiased;
  padding: 24px 32px;
  box-sizing: border-box;
  transition: all 0.4s 0.2s;
}
.show-content #cb-cookie-warning {
  transform: translateY(0);
  bottom: 24px;
}
@media (max-width: 767px) {
  .show-content #cb-cookie-warning {
    transform: translateY(0);
    bottom: 0;
  }
}
.cb-cookie-warning--container {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cb-cookie-warning--text {
  float: left;
}
.cb-cookie-warning--text a {
  color: #2AB9D3;
  background-size: 100% 2px;
  background-position: 0 var(--underlineHoverLinePosition);
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, currentColor, currentColor);
  cursor: pointer;
  color: #fff;
}
@media (min-width: 1024px) {
  .cb-cookie-warning--text a:hover,
  .cb-cookie-warning--text a:focus {
    animation-name: lineAnimation;
    animation-duration: 0.4s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
  }
}
@media (max-width: 767px) {
  .cb-cookie-warning--text a {
    background: none;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
    text-decoration-skip-ink: none;
  }
}
.cb-cookie-warning--actions {
  float: left;
  display: flex;
  align-items: center;
  margin-top: 16px;
}
@media (max-width: 399px) {
  .cb-cookie-warning--actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
}
.cb-cookie-warning__button {
  --underlineHoverLinePosition: 80%;
  float: left;
  color: #2AB9D3;
  background-size: 100% 2px;
  background-position: 0 var(--underlineHoverLinePosition);
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, currentColor, currentColor);
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin-right: 32px;
}
@media (min-width: 1024px) {
  .cb-cookie-warning__button:hover,
  .cb-cookie-warning__button:focus {
    animation-name: lineAnimation;
    animation-duration: 0.4s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
  }
}
@media (max-width: 767px) {
  .cb-cookie-warning__button {
    background: none;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
    text-decoration-skip-ink: none;
  }
}
.cb-cookie-warning__button:last-child {
  margin-right: 0;
}
.focus-overlay {
  display: none;
  position: relative;
  border-radius: 2px;
  box-shadow: 0 0 22px #2AB9D3;
  transition: all 0.2s cubic-bezier(0, 1, 0, 1);
  padding: 5px 10px;
  margin-left: -10px;
  margin-top: -5px;
  border-radius: 5px;
}
.focus-overlay.focus-overlay-active {
  display: block;
}
a {
  color: inherit;
  text-decoration: none;
}
.part--text a {
  background-size: 100% 2px;
  background-position: 0 var(--underlineHoverLinePosition);
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, currentColor, currentColor);
  cursor: pointer;
}
@media (min-width: 1024px) {
  .part--text a:hover,
  .part--text a:focus {
    animation-name: lineAnimation;
    animation-duration: 0.4s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
  }
}
@media (max-width: 767px) {
  .part--text a {
    background: none;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
    text-decoration-skip-ink: none;
  }
}
h1 {
  font-size: clamp(2.8125rem, 7.2vw + 1.044rem, 4.5rem);
  line-height: clamp(3.125rem, 7.46666667vw + 1.291rem, 4.875rem);
  font-weight: 400;
  letter-spacing: 0;
}
h2 {
  font-size: clamp(1.875rem, 4.26666667vw + 0.827rem, 2.875rem);
  line-height: clamp(2.5rem, 5.86666667vw + 1.059rem, 3.875rem);
  font-weight: 400;
  letter-spacing: 0;
}
h3 {
  font-size: clamp(1.5rem, 1.6vw + 1.107rem, 1.875rem);
  line-height: clamp(2.3125rem, 1.6vw + 1.9195rem, 2.6875rem);
  font-weight: 400;
  letter-spacing: 0;
}
h4 {
  font-size: clamp(1.3125rem, 0.8vw + 1.116rem, 1.5rem);
  line-height: clamp(2rem, 1.33333333vw + 1.6725rem, 2.3125rem);
  font-weight: 400;
  letter-spacing: 0;
}
h5 {
  color: #2AB9D3;
  font-weight: 400;
  font-size: inherit;
  line-height: inherit;
}
.pale {
  font-size: clamp(0.875rem, 0vw + 0.875rem, 0.875rem);
  line-height: clamp(1.4375rem, 0vw + 1.4375rem, 1.4375rem);
  font-weight: 400;
  letter-spacing: 0;
}
.area--one {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.layout2 .area--one.area3 {
  margin-top: calc(var(--altVerticalSpaceLarge) - var(--spaceTotal));
}
.area--one .unitOne {
  --spacePart: 8px;
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
}
.area--one .unitOne .unit__body {
  margin-top: calc(var(--spacePart) * -1);
  margin-bottom: calc(var(--spacePart) * -1);
}
.area--one .unitSeparatorTitle {
  margin-top: var(--spaceTotal);
  margin-bottom: calc((var(--spaceTotal) - 16px) * -1);
}
.area--one .unitSeparatorTitle .unit__body {
  margin-top: calc(var(--spacePart) * -1);
  margin-bottom: calc(var(--spacePart) * -1);
}
.area--one .unitAutor {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.area--one .unitAutor .unit__background {
  width: 80px;
  height: 80px;
  border-radius: 10000px;
  overflow: hidden;
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
}
.area--one .unitAutor .unit__background * {
  height: 100%;
}
.area--one .unitAutor .unit__background img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.area--one .unitAutor .unit__background .placeholder {
  padding-bottom: 0;
}
.area--one .unitAutor .unit__content {
  margin-left: auto;
  width: calc(100% - (80px + 24px));
}
.area--one .unitFold {
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.area--one .unitFold div.less .part {
  margin-top: 0;
  margin-bottom: 0;
}
.area--one .unitFold div.more {
  display: block !important;
  box-sizing: border-box;
  padding-left: 64px;
}
.area--one .unitFold div.more .part:first-child {
  margin-top: 34px;
}
.area--one .unitFold div.more .part:last-child {
  margin-bottom: 64px;
}
.area--one .unitFold .fold-toggle {
  display: block;
  background: none;
  text-decoration: none;
  padding: 30px 0 30px 64px;
  position: relative;
}
.area--one .unitFold .fold-toggle:before,
.area--one .unitFold .fold-toggle:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 10000px;
  box-sizing: border-box;
  transition: all 0.24s;
}
.area--one .unitFold .fold-toggle:before {
  border: 1px solid #0C2D27;
}
.area--one .unitFold .fold-toggle:after {
  background-color: #FF6666;
  mask-size: 18px 18px;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  mask-image: url(/images/icon-plus.svg);
}
@media (min-width: 1024px) {
  .area--one .unitFold .fold-toggle:hover:before {
    background-color: #0C2D27;
  }
}
.area--one .unitFold .fold-toggle.fold-toggle--open:after {
  mask-image: url(/images/icon-minus.svg);
}
.area--one .unitFold .unit__foot {
  display: none;
}
#view .area--one .unitFold div.more {
  height: 0;
  overflow: hidden;
  transition: all 0.6s;
}
#view .area--one .unitFold div.more .part {
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.2s;
}
#view .area--one .unitFold.unit--foldOpen div.more {
  height: var(--js-elementHeight);
}
#view .area--one .unitFold.unit--foldOpen div.more .part {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.4s 0.2s;
}
.area--one .unitFold--1-1 + .unitFold--1-1 {
  margin-top: calc((var(--spaceTotal) + 1px) * -1);
}
.area--one .unitFold--1-1 + .unitFold--1-2,
.area--one .unitFold--1-1 + .unitFold--1-2 + .unitFold--1-2 {
  margin-top: calc((var(--spaceTotal) + 1px) * -1);
}
.area--one .unitFold--1-2 + .unitFold--1-2 + .unitFold--1-2 {
  margin-top: calc((var(--spaceTotal) + 1px) * -1);
}
.area--one .unitFold--1-2 + .unitFold--1-1 {
  margin-top: calc((var(--spaceTotal) + 1px) * -1);
}
@media (max-width: 1023px) {
  .area--one .unitFold--1-2 + .unitFold--1-2 {
    margin-top: calc((var(--spaceTotal) + 1px) * -1);
  }
}
.area--two {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.layout1 .area--two.area6 {
  margin-top: calc(var(--altVerticalSpaceLarge) - (var(--spaceTotal) * 2));
  margin-bottom: calc(var(--altVerticalSpaceLarge) - (var(--spaceTotal) * 2));
}
#view.area3--empty.area4--empty.area5--empty.layout1 .area--two.area6 {
  margin-top: 0;
}
.layout1 .area--two.area8 {
  margin-top: calc(var(--altVerticalSpaceLarge) - (var(--spaceTotal) * 2));
}
.area--two .unitTwo {
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
}
.area--two .unitTwo .unit__background {
  margin-bottom: calc(var(--spacePart) * 2);
  aspect-ratio: 1;
}
.area--two .unitTwo .unit__background * {
  height: 100%;
}
.area--two .unitTwo .unit__background img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.area--two .unitTwo .unit__background .placeholder {
  padding-bottom: 0;
}
.area--two .unitTwo .unit__content {
  --spacePart: 8px;
}
.area--two .unitTwo .unit__body {
  margin-top: calc(var(--spacePart) * -1);
  margin-bottom: calc(var(--spacePart) * -1);
}
.area--two .unitTwo .part--linkButton:last-child {
  margin-top: calc(var(--teaserButtonSpace) - var(--spacePart));
}
.area--two .unitThree {
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
  align-self: stretch;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .area--two .unitThree.unit--isAnchor .unit__background .unit__backgroundImage {
    transition: all 0.24s;
  }
  .area--two .unitThree.unit--isAnchor .part:not(.part--linkButton:last-child) {
    transition: all 0.24s;
  }
  .area--two .unitThree.unit--isAnchor:hover .unit__background .unit__backgroundImage {
    height: calc(100% - 8px) !important;
    max-height: calc(100% - 8px) !important;
  }
  .area--two .unitThree.unit--isAnchor:hover .part:not(.part--linkButton:last-child) {
    transform: translateY(-8px);
  }
}
.area--two .unitThree .unit__background {
  margin-bottom: calc(var(--spacePart) * 2);
  aspect-ratio: 1.77358491;
}
.area--two .unitThree .unit__background * {
  height: 100%;
}
.area--two .unitThree .unit__background img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.area--two .unitThree .unit__background .placeholder {
  padding-bottom: 0;
}
.area--two .unitThree .unit__content {
  --spacePart: 4px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.area--two .unitThree .unit__body {
  margin-top: calc(var(--spacePart) * -1);
  margin-bottom: calc(var(--spacePart) * -1);
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.area--two .unitThree .part--linkButton:last-child {
  margin-top: auto;
  padding-top: calc(var(--teaserButtonSpace) - var(--spacePart));
}
.area--two .unitFour {
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
  background-color: var(--boxBackground);
  align-self: stretch;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .area--two .unitFour.unit--isAnchor .unit__background .unit__backgroundImage {
    transition: all 0.24s;
  }
  .area--two .unitFour.unit--isAnchor .part:not(.part--linkButton:last-child) {
    transition: all 0.24s;
  }
  .area--two .unitFour.unit--isAnchor:hover .unit__background .unit__backgroundImage {
    height: calc(100% - 8px) !important;
    max-height: calc(100% - 8px) !important;
  }
  .area--two .unitFour.unit--isAnchor:hover .part:not(.part--linkButton:last-child) {
    transform: translateY(-8px);
  }
}
.area--two .unitFour .unit__background {
  aspect-ratio: 7.83333333;
}
.area--two .unitFour .unit__background * {
  height: 100%;
}
.area--two .unitFour .unit__background img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.area--two .unitFour .unit__background .placeholder {
  padding-bottom: 0;
}
.area--two .unitFour .unit__content {
  --spacePart: 4px;
  box-sizing: border-box;
  padding: 40px 30px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.area--two .unitFour .unit__body {
  margin-top: calc(var(--spacePart) * -1);
  margin-bottom: calc(var(--spacePart) * -1);
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.area--two .unitFour .part--linkButton:last-child {
  margin-top: auto;
  padding-top: calc(var(--teaserButtonSpace) - var(--spacePart));
}
.area--two .unitImageGallery {
  --spacePart: 60px;
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
}
.area--two .unitImageGallery .unit__body {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: calc(var(--spacePart) * -1);
  margin-bottom: calc(var(--spacePart) * -1);
}
.area--two .unitImageGallery .part.pict {
  aspect-ratio: 1;
}
.area--two .unitImageGallery .part.pict * {
  height: 100%;
}
.area--two .unitImageGallery .part.pict img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.area--two .unitImageGallery .part.pict .placeholder {
  padding-bottom: 0;
}
@media (max-width: 1023px) {
  .area--two .unitImageGallery {
    --spacePart: 56px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .area--two .unitImageGallery .unit__content {
    width: 100vw;
  }
  .area--two .unitImageGallery .unit__body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .area--two .unitImageGallery {
    --spacePart: 40px;
  }
}
.area .unit--verticalSpaceTopLarge {
  margin-top: calc(var(--altVerticalSpaceLarge) - var(--spaceTotal));
}
.area .unit--verticalSpaceBottomLarge {
  margin-bottom: calc(var(--altVerticalSpaceLarge) - var(--spaceTotal));
}
.part--linkButton .open {
  display: inline-block;
  font-size: clamp(1.125rem, 0vw + 1.125rem, 1.125rem);
  line-height: clamp(1.75rem, 0vw + 1.75rem, 1.75rem);
  font-family: inherit;
  cursor: pointer;
  color: #0C2D27;
  padding: 18px 32px 14px 56px;
  appearance: none;
  border-radius: 10000px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: 1px solid #0C2D27;
  transition: all 0.24s;
  position: relative;
}
.part--linkButton .open:before {
  content: '';
  position: absolute;
  left: 32px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 10000px;
  background-color: #FF6666;
  transition: all 0.24s 0.05s;
  box-shadow: 0 0 0 0 rgba(255, 102, 102, 0.5);
}
@media (min-width: 1024px) {
  .part--linkButton .open:hover,
  .part--linkButton .open:focus,
  .unit--isAnchor:hover .part--linkButton .open {
    background-color: #0C2D27;
    color: #fff;
  }
  .part--linkButton .open:hover:before,
  .part--linkButton .open:focus:before,
  .unit--isAnchor:hover .part--linkButton .open:before {
    box-shadow: 0 0 0 5px rgba(255, 102, 102, 0.5);
  }
}
.part--linkTextlink .open {
  color: #2AB9D3;
  background-size: 100% 2px;
  background-position: 0 var(--underlineHoverLinePosition);
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, currentColor, currentColor);
  cursor: pointer;
}
@media (min-width: 1024px) {
  .part--linkTextlink .open:hover,
  .part--linkTextlink .open:focus {
    animation-name: lineAnimation;
    animation-duration: 0.4s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
  }
}
@media (max-width: 767px) {
  .part--linkTextlink .open {
    background: none;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
    text-decoration-skip-ink: none;
  }
}
@media (max-width: 1023px) {
  body.cb-toggle-target-active {
    overflow: hidden;
  }
  .navi {
    display: none;
  }
}
.togglenavigation {
  float: left;
  position: relative;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  padding-left: 26px;
  padding-top: 6px;
}
.tline {
  position: absolute;
  top: 7px;
  left: 0;
  width: 18px;
  height: 2px;
  background-color: #0C2D27;
  border-radius: 10000px;
  transition: all 0.4s;
}
.tline--2,
.tline--3 {
  top: 50%;
  transform: translateY(-50%);
}
.tline--4 {
  top: unset;
  bottom: 7px;
}
body.cb-toggle-target-active .tline--1 {
  opacity: 0;
  transform: translateY(-10px);
}
body.cb-toggle-target-active .tline--2 {
  transform: translateY(-50%) rotate(-45deg);
}
body.cb-toggle-target-active .tline--3 {
  transform: translateY(-50%) rotate(45deg);
}
body.cb-toggle-target-active .tline--4 {
  opacity: 0;
  transform: translateY(10px);
}
.mobile-navigation {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1999;
  width: 100%;
  height: 100%;
  background-color: #E4F7FA;
  overflow-y: scroll;
  transform: translateY(-100%);
  transition: all 0.6s;
}
body.cb-toggle-target-active .mobile-navigation {
  transform: translateY(0);
}
.mobile-navi-animation {
  float: left;
  width: 100%;
  min-height: 100%;
  box-sizing: border-box;
  padding: 0 var(--deskSpace);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.mobile-navi-animation:after {
  content: '';
  position: absolute;
  right: -472px;
  bottom: -202px;
  z-index: 1;
  aspect-ratio: 1.47784431;
  width: 1102px;
  background-color: #2AB9D3;
  mask-size: 100% 100%;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  mask-image: url(/images/feather.svg);
}
@media (max-width: 767px) {
  .mobile-navi-animation:after {
    width: 650px;
    bottom: -120px;
    right: -278px;
  }
}
.mobileHomeButton {
  float: left;
  margin-top: 80px;
  margin-bottom: 120px;
  font-size: clamp(1.125rem, 0vw + 1.125rem, 1.125rem);
  line-height: clamp(1.75rem, 0vw + 1.75rem, 1.75rem);
  font-family: inherit;
  cursor: pointer;
  color: #0C2D27;
  padding: 18px 32px 14px 56px;
  appearance: none;
  border-radius: 10000px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: 1px solid #0C2D27;
  transition: all 0.24s;
  position: relative;
  z-index: 3;
}
.mobileHomeButton:before {
  content: '';
  position: absolute;
  left: 32px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 10000px;
  background-color: #FF6666;
  transition: all 0.24s 0.05s;
  box-shadow: 0 0 0 0 rgba(255, 102, 102, 0.5);
}
@media (min-width: 1024px) {
  .mobileHomeButton:hover,
  .mobileHomeButton:focus,
  .unit--isAnchor:hover .mobileHomeButton {
    background-color: #0C2D27;
    color: #fff;
  }
  .mobileHomeButton:hover:before,
  .mobileHomeButton:focus:before,
  .unit--isAnchor:hover .mobileHomeButton:before {
    box-shadow: 0 0 0 5px rgba(255, 102, 102, 0.5);
  }
}
.mobile-navigation div.navi {
  float: left;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 3;
}
.mobile-navigation div.navi > .cb-toggle {
  display: none;
}
.mobile-navigation div.navi > .item {
  float: left;
  position: relative;
}
.mobile-navigation div.navi > .item.item-empty > .cb-toggle {
  display: none;
}
.mobile-navigation div.navi > .item > .menu {
  display: block;
  color: #0C2D27;
}
.mobile-navigation div.navi > .item > .menu.path {
  color: #2AB9D3;
}
.mobile-navigation div.sub1 {
  margin-top: calc(var(--headerHeight) + 128px);
}
.mobile-navigation div.sub1 > .item {
  margin-top: 16px;
}
.mobile-navigation div.sub1 > .item.init {
  margin-top: 0;
}
.mobile-navigation div.sub1 > .item > .menu {
  font-size: clamp(1.875rem, 4.26666667vw + 0.827rem, 2.875rem);
  line-height: clamp(2.5rem, 5.86666667vw + 1.059rem, 3.875rem);
  font-weight: 400;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .mobile-navigation div.sub1 {
    margin-top: calc(var(--headerHeight) + 80px);
  }
}
@media (max-width: 767px) {
  .area--two .unitImageGallery .part.pict:nth-child(4n - 3) {
    width: 73.28244275%;
  }
  .area--two .unitImageGallery .part.pict:nth-child(4n - 2) {
    width: 54.96183206%;
    align-self: flex-end;
  }
  .area--two .unitImageGallery .part.pict:nth-child(4n - 1) {
    width: 54.96183206%;
  }
  .area--two .unitImageGallery .part.pict:nth-child(4n) {
    width: 73.28244275%;
    align-self: flex-end;
  }
}
.area .unit--teamSlider {
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
}
.ns-sliderWrapper--teamSlider {
  float: left;
  width: 100%;
}
.teamSlider {
  float: left;
  width: 100%;
}
.teamSlider__section {
  float: left;
  width: 100%;
}
.teamSlider__section--2 {
  margin-top: calc(var(--spacePart) * 2);
}
.teamSlider__header {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1023px) {
  .teamSlider__header {
    flex-direction: column;
    align-items: flex-start;
  }
}
.teamSlider__headerPart {
  float: left;
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .teamSlider__headerPart {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .teamSlider__headerPart--2 {
    margin-top: 24px;
    justify-content: space-between;
  }
}
.teamSlider__title {
  float: left;
}
.teamSlider__link {
  float: left;
  margin-right: 48px;
}
.teamSlider__link a {
  float: left;
  font-size: clamp(1.125rem, 0vw + 1.125rem, 1.125rem);
  line-height: clamp(1.75rem, 0vw + 1.75rem, 1.75rem);
  font-family: inherit;
  cursor: pointer;
  color: #0C2D27;
  padding: 18px 32px 14px 56px;
  appearance: none;
  border-radius: 10000px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: 1px solid #0C2D27;
  transition: all 0.24s;
  position: relative;
}
.teamSlider__link a:before {
  content: '';
  position: absolute;
  left: 32px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 10000px;
  background-color: #FF6666;
  transition: all 0.24s 0.05s;
  box-shadow: 0 0 0 0 rgba(255, 102, 102, 0.5);
}
@media (min-width: 1024px) {
  .teamSlider__link a:hover,
  .teamSlider__link a:focus,
  .unit--isAnchor:hover .teamSlider__link a {
    background-color: #0C2D27;
    color: #fff;
  }
  .teamSlider__link a:hover:before,
  .teamSlider__link a:focus:before,
  .unit--isAnchor:hover .teamSlider__link a:before {
    box-shadow: 0 0 0 5px rgba(255, 102, 102, 0.5);
  }
}
.teamSlider__stage {
  float: left;
  width: 100%;
}
.teamSlider__area {
  float: left;
  width: calc(100% + 40px);
  margin-left: -20px;
  display: flex;
  align-items: flex-start;
}
.teamSliderSlide {
  --spacePart: 12px;
  float: left;
  width: calc((100% / 3) - 40px);
  margin-left: 20px;
  margin-right: 20px;
  flex-shrink: 0;
  transition: margin 0.6s, opacity 0.6s, transform 0.6s;
  opacity: 0;
  transform: scale(0.95);
}
.teamSliderSlide.is-active {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 1023px) {
  .teamSliderSlide {
    width: calc(50% - 40px);
  }
}
@media (max-width: 767px) {
  .teamSliderSlide {
    width: calc(100% - 40px);
  }
}
.teamSliderSlide__content {
  float: left;
  width: 100%;
  margin-top: calc(var(--spacePart) * -1);
  margin-bottom: calc(var(--spacePart) * -1);
}
.teamSliderSlide__part {
  float: left;
  width: 100%;
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
}
.teamSliderSlide__part--image {
  aspect-ratio: 1;
}
.teamSlider__controls {
  float: left;
  display: flex;
  align-items: center;
}
.ns-sliderControl {
  float: left;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  border-radius: 10000px;
  border: 1px solid #0C2D27;
  transition: all 0.24s;
  cursor: pointer;
  position: relative;
}
.ns-sliderControl:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #0C2D27;
  transition: all 0.24s;
  mask-size: auto 14px;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .ns-sliderControl:hover {
    background-color: #0C2D27;
  }
  .ns-sliderControl:hover:after {
    background-color: #fff;
  }
}
.ns-sliderControl--prev {
  margin-right: 8px;
}
.ns-sliderControl--prev:after {
  mask-image: url(/images/arrow-left.svg);
}
.ns-sliderControl--next:after {
  mask-image: url(/images/arrow-right.svg);
}
/*# sourceMappingURL=./screen-small.css.map */