:root {
  --s-textcolor: #fff;
  --s-linkcolor: #E4003F;
  --s-linkcolor-hov: #fff;
  --s-naviHeight: 199px;
  --s-btn-color: #E4003F;
  --s-btn-color-hov: #fff;
  --s-btn-bg: #E4003F;
  --s-btn-bg-hov: #E4003F;
  --s-tile-bg: #343933;
  --s-tile-img-bg: #1D2720;
  --s-slider-fadeout: #1D2720;
  --s-verticalPaddingTop: calc(125px - var(--spacePart));
  --s-verticalPaddingBottom: calc(75px - var(--spacePart));
  --s-horizontalPadding: 98px;
}
@media (max-width: 1023px) {
  :root {
    --s-verticalPaddingTop: calc(60px - var(--spacePart));
    --s-verticalPaddingBottom: calc(60px - var(--spacePart));
    --s-horizontalPadding: 30px;
    --s-naviHeight: 70px;
  }
}
@media (max-width: 767px) {
  :root {
    --s-horizontalPadding: 20px;
  }
}
:root {
  --deskWidth: 1340px;
  --deskSpace: 60px;
  --deskMaxWidth: calc(100vw - (2 * var(--deskSpace)));
}
@media (max-width: 1023px) {
  :root {
    --deskSpace: 35px;
  }
}
:root {
  --spacePart: 12px;
}
@media (max-width: 1023px) {
  :root {
    --spacePart: 12px;
  }
}
@media (max-width: 767px) {
  :root {
    --spacePart: 8px;
  }
}
:root {
  --spaceUnit: 32px;
}
@media (max-width: 1023px) {
  :root {
    --spaceUnit: 32px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceUnit: 22px;
  }
}
:root {
  --spaceTotal: 44px;
}
@media (max-width: 1023px) {
  :root {
    --spaceTotal: 44px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceTotal: 30px;
  }
}
:root {
  --js-breakpoint: breakpointLarge;
}
@media (max-width: 1023px) {
  :root {
    --js-breakpoint: breakpointMedium;
  }
}
@media (max-width: 767px) {
  :root {
    --js-breakpoint: breakpointSmall;
  }
}
.title1 {
  font-size: 90px;
  line-height: 1;
  font-weight: 900;
  color: var(--s-textcolor);
}
@media (max-width: 1023px) {
  .title1 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .title1 {
    font-size: 40px;
  }
}
.title2 {
  font-size: 50px;
  line-height: 1.24;
  font-weight: 900;
  color: var(--s-textcolor);
}
@media (max-width: 1023px) {
  .title2 {
    font-size: 33px;
    line-height: 1.24242424;
  }
}
.title3 {
  font-size: 32px;
  line-height: 1.4375;
  font-weight: 900;
  color: var(--s-textcolor);
}
@media (max-width: 1023px) {
  .title3 {
    font-size: 21px;
    line-height: 1.42857143;
  }
}
.title4 {
  font-size: 90px;
  line-height: 1;
  color: #E4003F;
  font-weight: 400;
}
@media (max-width: 1023px) {
  .title4 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .title4 {
    font-size: 40px;
  }
}
.largeText {
  font-size: 32px;
  line-height: 1.4375;
  color: var(--s-textcolor);
}
@media (max-width: 1023px) {
  .largeText {
    font-size: 20px;
    line-height: 1.4;
  }
}
.smallText {
  font-size: 12px;
  line-height: 1.41666667;
  color: var(--s-textcolor);
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  display: inline-block;
  background-color: transparent;
  font-size: 20px;
  line-height: 1.4;
  font-family: inherit;
  font-weight: 300;
  cursor: pointer;
  color: var(--s-btn-color);
  padding: 5px 42px;
  appearance: none;
  border-radius: 10000px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: 1px solid var(--s-btn-bg);
  transition: all 0.2s;
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, var(--s-btn-bg), var(--s-btn-bg));
}
.button:hover,
.button:focus {
  color: var(--s-btn-color-hov);
  background-size: 100% 100%;
}
.button-hover {
  color: var(--s-btn-color-hov);
  background-size: 100% 100%;
}
/* nunito-sans-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 300;
  src: url('/extras/fonts/nunito-sans-v15-latin-300.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-sans-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/extras/fonts/nunito-sans-v15-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-sans-900 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 900;
  src: url('/extras/fonts/nunito-sans-v15-latin-900.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
* {
  margin: 0;
  padding: 0;
  outline: 0;
  border: none;
  background: none;
  font-size: 100%;
}
*::selection {
  background: #E4003F;
  color: #fff;
}
.hidden,
.cb-invisible {
  display: none !important;
}
li {
  list-style-position: inside;
}
img,
audio,
video,
iframe {
  float: left;
  width: 100%;
}
strong {
  font-weight: bold;
}
sup,
sub {
  position: relative;
  vertical-align: baseline;
  top: -0.8em;
  font-size: 70%;
}
sub {
  top: 0.4em;
}
address {
  font-style: normal;
}
input,
textarea {
  border-radius: 0;
  font-size: 20px;
  font-family: 'Nunito Sans', sans-serif;
  line-height: 1.4;
}
.unit caption {
  display: none;
}
.flag {
  background: #E4003F;
  color: #fff;
}
img.cb-loading {
  background-size: 30px 30px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-loader.svg);
}
.cbdModule {
  float: left;
  width: 100%;
}
#view .cbdModule.is-empty {
  display: none;
}
.cbDynamicContent__element {
  float: left;
  width: 100%;
}
.area {
  float: left;
  width: 100%;
}
#view .area:empty {
  display: none;
}
.unit {
  float: left;
  width: 100%;
  position: relative;
}
.area .unit {
  margin-top: var(--spaceUnit);
  margin-bottom: var(--spaceUnit);
}
.unit__background {
  float: left;
  width: 100%;
}
.unit__content {
  float: left;
  width: 100%;
}
.unit__head,
.unit__body,
.unit__foot {
  float: left;
  width: 100%;
}
.unit--fold div.less,
.unit--fold div.more {
  float: left;
  width: 100%;
}
.unit--fold .ctrl {
  float: left;
  width: 100%;
}
.part {
  float: left;
  width: 100%;
  position: relative;
}
.unit .part {
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
}
.part__content {
  float: left;
  width: 100%;
}
.pict a {
  float: left;
  width: 100%;
}
.pict img {
  width: 100%;
}
.pict img:not(.svg) {
  width: auto;
  max-width: 100% !important;
}
#root#root#root img.zoom {
  display: none !important;
}
#edit .part video {
  pointer-events: none;
}
.cb-image-figure {
  float: left;
  width: 100%;
}
.cb-image-container {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.cb-image-container img {
  transition: all 0.4s;
}
.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;
}
div.load a.load {
  display: inline-block;
  background-color: transparent;
  font-size: 20px;
  line-height: 1.4;
  font-family: inherit;
  font-weight: 300;
  cursor: pointer;
  color: var(--s-btn-color);
  padding: 5px 42px;
  appearance: none;
  border-radius: 10000px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: 1px solid var(--s-btn-bg);
  transition: all 0.2s;
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, var(--s-btn-bg), var(--s-btn-bg));
}
div.load a.load:hover,
div.load a.load:focus {
  color: var(--s-btn-color-hov);
  background-size: 100% 100%;
}
.show a {
  float: left;
  width: 100%;
  display: block;
}
#edit .line {
  padding-top: 5px;
  padding-bottom: 5px;
}
.line hr {
  float: left;
  width: 100%;
  border-bottom: 1px solid var(--s-textcolor);
}
.line hr.bold {
  border-bottom-width: 2px;
}
.line hr.dash {
  border-bottom-style: dashed;
}
.line hr.spot {
  border-bottom-style: dotted;
}
#edit div.code {
  position: relative;
  min-height: 30px;
}
#edit div.code:after {
  content: 'Code';
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background: #aaa;
  opacity: 0.6;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  letter-spacing: 0.2em;
  padding: 0 20px;
}
.cb-code-executable {
  float: left;
  width: 100%;
}
.part.cb-youtube iframe,
.part.cb-vimeo iframe {
  height: 100%;
  background-color: #fff;
}
.part.cb-share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.part.cb-share .cb-service {
  float: left;
  margin-left: 16px;
}
.part.cb-share .cb-service:first-child {
  margin-left: 0;
}
.part.cb-share .cb-service * {
  float: left;
}
.part.cb-share .cb-service a {
  float: left;
  width: 50px;
  height: 50px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  box-sizing: border-box;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 10000px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.part.cb-share .cb-service a:hover {
  filter: invert(1);
}
.part.cb-share .cb-service.cb-service-facebook-share a {
  background-size: auto 24px;
  background-image: url(/images/cb-default/socialShare-facebook-black.svg);
}
.part.cb-share .cb-service.cb-service-twitter a {
  background-size: auto 18px;
  background-image: url(/images/cb-default/socialShare-twitter-black.svg);
}
.text-section {
  float: left;
  width: 100%;
}
.list {
  float: left;
  width: 100%;
}
.list--bullet li {
  list-style: none;
  padding-left: 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: 100%;
  height: 100%;
  position: relative;
}
#slides {
  float: left;
  width: 100%;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  position: relative;
}
#slides .slide {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}
#slides a {
  display: block;
  width: 100%;
  height: 100%;
}
#slides a.null {
  cursor: default;
}
.cb-slides .cb-image-figure {
  height: 100%;
}
.cb-slides .cb-image-container {
  height: 100% !important;
}
#slides img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
#expo div.link {
  display: none;
  float: left;
  width: 100%;
  height: 0;
}
#expo a.link {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 30px;
  height: 50px;
  transform: translateY(-50%);
  background: #E4003F;
  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: #E4003F;
}
.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: 'Nunito Sans', sans-serif;
  line-height: 1.42857143;
  color: var(--s-textcolor);
}
@media (max-width: 767px) {
  #disp {
    padding: 20px 0 !important;
  }
}
.disp-wrapper {
  float: left;
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  padding: 40px;
}
@media (max-width: 767px) {
  .disp-wrapper {
    padding: 15px;
  }
}
#disp form {
  float: left;
}
.disp-wrapper > form {
  width: 100%;
}
@media (max-width: 767px) {
  #disp form {
    width: 100%;
  }
}
#disp .fail {
  color: #ae2121;
}
#disp .part {
  margin-top: 4px;
  margin-bottom: 4px;
}
#disp a.mail {
  float: left;
  min-height: 26px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
#disp .head,
#disp .body,
#disp .foot {
  float: left;
  width: 100%;
  position: relative;
}
#disp .body {
  margin: 20px 0;
}
#disp .foot form + form {
  float: right;
}
#disp h2 {
  font-size: 14px;
  line-height: 1.71428571;
  font-weight: normal;
  text-transform: uppercase;
  color: #E4003F;
  width: 100%;
  box-sizing: border-box;
  padding-right: 30px;
}
#disp h3 {
  color: #E4003F;
  font-size: 16px;
  font-weight: bold;
  padding: 20px 0;
  width: 100%;
}
#disp .head .ctrl {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
#disp .head .ctrl > div {
  float: left;
}
#disp .head .ctrl a {
  float: left;
  display: block;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  width: 16px;
  height: 24px;
  background-size: 16px 16px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-cross-black.svg);
}
#disp .foot input,
#disp .foot a {
  float: left;
  display: inline-block;
  background-color: transparent;
  font-size: 20px;
  line-height: 1.4;
  font-family: inherit;
  font-weight: 300;
  cursor: pointer;
  color: var(--s-btn-color);
  padding: 5px 42px;
  appearance: none;
  border-radius: 10000px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: 1px solid var(--s-btn-bg);
  transition: all 0.2s;
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, var(--s-btn-bg), var(--s-btn-bg));
  line-height: 1.42857143;
}
#disp .foot input:hover,
#disp .foot a:hover,
#disp .foot input:focus,
#disp .foot a:focus {
  color: var(--s-btn-color-hov);
  background-size: 100% 100%;
}
#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(29, 39, 32, 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);
}
.zoom .cb-image-container {
  overflow: hidden;
}
.zoom .cb-image-container img {
  transform: scale(1.1);
}
@media (max-width: 1023px) {
  .cb-zoom-indicator {
    right: 10px;
    bottom: 10px;
    width: 24px;
    height: 24px;
    background-size: 12px 12px;
    opacity: 1;
    transform: scale(1);
  }
}
#disp.zoom {
  position: fixed;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  max-width: 100%;
  height: 100%;
  background: none;
  padding: 0 !important;
  display: block !important;
  transform: none;
}
#disp.zoom .disp-wrapper {
  padding: 0;
  background: none;
  height: 100%;
}
#disp.zoom div.head h2 {
  display: none;
}
#disp.zoom div.head div.ctrl {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 2;
}
@media (max-width: 767px) {
  #disp.zoom div.head div.ctrl {
    top: 20px;
    right: 20px;
  }
}
#disp.zoom div.head div.ctrl > div {
  float: left;
  margin: 0 10px;
}
#disp.zoom div.head div.ctrl > div:first-child {
  margin-left: 0;
}
#disp.zoom div.head div.ctrl > div:last-child {
  margin-right: 0;
}
#disp.zoom div.head div.ctrl a {
  float: left;
  display: block;
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-arrow-left-white.svg);
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
}
#disp.zoom div.head div.ctrl .next a {
  background-image: url(/images/cb-default/cb-arrow-right-white.svg);
}
#disp.zoom div.head div.ctrl .quit a {
  background-image: url(/images/cb-default/cb-cross-white.svg);
  background-size: 16px 16px;
}
#disp.zoom div.head div.ctrl a:hover {
  transform: scale(1.1);
}
#disp.zoom div.head div.ctrl a:active {
  transform: scale(1);
}
#disp.zoom div.body {
  float: left;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 80px 30px;
  margin: 0;
}
@media (max-width: 767px) {
  #disp.zoom div.body {
    padding: 60px 20px;
  }
}
#disp.zoom div.body > div {
  float: left;
  width: 100% !important;
  height: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#disp.zoom div.body a {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#disp.zoom div.body img {
  float: left;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
#disp.zoom div.foot {
  display: none;
}
.ie11 #disp.zoom {
  position: absolute;
}
.ie11 #disp.zoom div.body,
.ie11 #disp.zoom div.body > div,
.ie11 #disp.zoom div.body a {
  height: auto;
  display: block;
}
.ie11 #disp.zoom div.body img {
  float: none;
  position: relative;
  height: auto;
  display: block;
  margin: 0 auto;
}
#disp.srch {
  display: block !important;
}
#disp.srch h2 {
  display: none;
}
#disp.srch .disp-wrapper {
  background: none;
  padding: 0;
}
#disp.srch .head .ctrl a {
  background-image: url(/images/cb-default/cb-cross-white.svg);
}
#disp.srch div.body {
  margin: 0;
}
#disp.srch fieldset {
  margin: 0;
}
#disp.srch label.name {
  display: none;
}
#disp.srch input.text {
  font-family: 'Nunito Sans', sans-serif;
  background-color: transparent;
  margin-top: 40px;
  width: 100%;
  color: #fff;
  font-size: 50px;
  line-height: 1;
  border-bottom: 1px solid #fff;
  padding: 20px 0;
  -webkit-font-smoothing: antialiased;
  appearance: none;
}
@media (max-width: 767px) {
  #disp.srch input.text {
    font-size: 18px;
  }
}
.cb-result {
  float: left;
  width: 100%;
  color: #fff;
  font-size: 18px;
  text-align: left;
  -webkit-font-smoothing: antialiased;
}
.cb-result p {
  margin-top: 40px;
}
.cb-result a {
  color: #fff;
  text-decoration: none;
}
.cb-result a:hover {
  color: #fff;
  text-decoration: underline;
}
.cb-result table {
  float: left;
  width: 100%;
  border-collapse: collapse;
}
.cb-result tbody {
  width: 100%;
}
.cb-result th {
  padding-top: 20px;
  font-size: 24px;
  line-height: 1;
  text-align: left;
}
.cb-result th:first-child {
  padding-right: 40px;
  width: 80px;
}
.cb-result td {
  padding-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.cb-result th,
.cb-result td {
  vertical-align: middle;
}
@media (max-width: 767px) {
  .cb-result {
    font-size: 14px;
  }
  .cb-result th {
    padding-top: 10px;
    font-size: 18px;
  }
  .cb-result th:first-child {
    padding-right: 10px;
    width: 54px;
  }
  .cb-result td {
    padding-bottom: 10px;
    padding-top: 5px;
  }
}
.unit.form form {
  float: left;
  width: 100%;
}
.cb-form-required {
  float: left;
  width: 100%;
}
.unit.form fieldset {
  float: left;
  width: 100%;
  position: relative;
}
.unit.form div.ctrl {
  float: left;
  width: 100%;
}
.unit.form div.ctrl.fail {
  box-sizing: border-box;
  padding: 5px;
  background-color: #e7bcbc;
}
@media (min-width: 768px) {
  .unit.form .tile div.ctrl {
    float: right;
    width: 66%;
  }
}
.unit.form .name {
  float: left;
  width: 100%;
  padding-bottom: 5px;
}
@media (min-width: 768px) {
  .unit.form .tile .name {
    width: 30%;
    min-height: 40px;
    padding-top: 6px;
    padding-bottom: 6px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
  }
}
.unit.form input.text,
.unit.form textarea {
  float: left;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  min-height: 40px;
  padding: 5px 10px;
  appearance: none;
}
.unit.form input.text.fail,
.unit.form textarea.fail {
  background-color: #e7bcbc;
}
.unit.form textarea {
  padding: 10px;
}
@media (min-width: 768px) {
  .unit.form .tile input.text,
  .unit.form .tile textarea {
    float: right;
    width: 66%;
  }
}
.unit.form div.tick div.ctrl > div {
  float: left;
  width: 100%;
  position: relative;
  padding: 4px 0;
}
@media (min-width: 768px) {
  .unit.form div.tick.tile div.ctrl > div {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.unit.form div.tick label {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding-left: 26px;
}
.unit.form div.tick input {
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  margin-right: 6px;
  height: 28px;
  vertical-align: top;
}
@media (min-width: 768px) {
  .unit.form div.tick.tile input {
    top: 6px;
  }
}
.unit.form select {
  float: left;
  width: 100%;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 20px;
  line-height: 1.4;
  background: #fff;
  height: 40px;
  border: 1px solid var(--s-textcolor);
  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 {
  display: inline-block;
  background-color: transparent;
  font-size: 20px;
  line-height: 1.4;
  font-family: inherit;
  font-weight: 300;
  cursor: pointer;
  color: var(--s-btn-color);
  padding: 5px 42px;
  appearance: none;
  border-radius: 10000px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: 1px solid var(--s-btn-bg);
  transition: all 0.2s;
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, var(--s-btn-bg), var(--s-btn-bg));
  margin-right: 16px;
}
.unit.form .ship div.chop span::file-selector-button:hover,
.unit.form .ship div.chop span::file-selector-button:focus {
  color: var(--s-btn-color-hov);
  background-size: 100% 100%;
}
.unit.form .ship div.chop a {
  float: left;
  display: block;
  margin-left: 10px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  width: 12px;
  height: 12px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-cross-black.svg);
}
@media (min-width: 768px) {
  .unit.form .ship.tile fieldset > div {
    float: right;
    width: 66%;
    min-height: 40px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }
}
.unit.form .submit {
  float: right;
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
  display: inline-block;
  background-color: transparent;
  font-size: 20px;
  line-height: 1.4;
  font-family: inherit;
  font-weight: 300;
  cursor: pointer;
  color: var(--s-btn-color);
  padding: 5px 42px;
  appearance: none;
  border-radius: 10000px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: 1px solid var(--s-btn-bg);
  transition: all 0.2s;
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, var(--s-btn-bg), var(--s-btn-bg));
}
.unit.form .submit:hover,
.unit.form .submit:focus {
  color: var(--s-btn-color-hov);
  background-size: 100% 100%;
}
.calendar {
  position: absolute !important;
  z-index: 2;
  left: 34% !important;
  top: 100% !important;
  right: unset !important;
  background: #fff;
  width: 200px;
  margin: 10px 0 0 0 !important;
  box-shadow: 0 0 6px rgba(160, 160, 160, 0.4);
  font-size: 14px;
  line-height: 1.14285714;
  padding: 20px;
}
.calendar table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.calendar th,
.calendar td {
  text-align: center;
  padding: 2px;
}
.calendar tr.month th {
  padding-bottom: 10px;
}
.calendar tr.month th:first-child a,
.calendar tr.month th:last-child a {
  float: left;
  display: block;
  width: 16px;
  height: 16px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-arrow-left-black.svg);
}
.calendar tr.month th:last-child a {
  float: right;
  background-image: url(/images/cb-default/cb-arrow-right-black.svg);
}
.calendar td.today a {
  color: var(--s-textcolor);
  text-decoration: underline;
}
.unit.form .recaptcha-info {
  color: var(--s-textcolor);
}
.unit.form .recaptcha-info a {
  color: var(--s-textcolor);
}
.unit.form .recaptcha-info a:hover,
.unit.form .recaptcha-info a:focus {
  text-decoration: underline;
}
.unit.form .part.fail {
  font-size: 16px;
  line-height: 1.25;
  border-left: 4px solid #ae2121;
  box-sizing: border-box;
  padding: 20px;
  background-color: #e7bcbc;
  color: #ae2121;
}
.unit.form div.cb-form-sent {
  float: left;
  width: 100%;
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
}
.unit.form div.cb-form-sent a {
  float: right;
  color: #5abb55;
}
#disp.two-step-verification div.body {
  overflow: hidden;
}
#disp.two-step-verification p {
  float: left;
  width: 100%;
}
.two-step-verification-container {
  float: left;
  width: 100%;
  min-width: 300px;
  margin-top: 10px;
  height: 350px;
  position: relative;
}
.two-step-verification-container a {
  display: inline-block;
  background-color: transparent;
  font-size: 20px;
  line-height: 1.4;
  font-family: inherit;
  font-weight: 300;
  cursor: pointer;
  color: var(--s-btn-color);
  padding: 5px 42px;
  appearance: none;
  border-radius: 10000px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: 1px solid var(--s-btn-bg);
  transition: all 0.2s;
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, var(--s-btn-bg), var(--s-btn-bg));
}
.two-step-verification-container a:hover,
.two-step-verification-container a:focus {
  color: var(--s-btn-color-hov);
  background-size: 100% 100%;
}
.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 #E4003F;
  border-bottom: 1px solid #E4003F;
}
.table-head tr {
  border-top: none;
}
.table th {
  font-weight: normal;
  padding: 14px 35px;
  vertical-align: top;
}
.table th.init {
  padding-left: 0;
}
.table th.exit {
  padding-right: 0;
}
.table th.align-left {
  text-align: left;
}
.table th.align-center {
  text-align: center;
}
.table th.align-right {
  text-align: right;
}
.table--headline th {
  font-weight: bold;
}
.table td {
  padding: 14px 35px;
  vertical-align: top;
  font-size: 32px;
  line-height: 1.4375;
  color: var(--s-textcolor);
  font-weight: bold;
}
@media (max-width: 1023px) {
  .table td {
    font-size: 20px;
    line-height: 1.4;
  }
}
.table td.align-left {
  text-align: left;
}
.table td.align-center {
  text-align: center;
}
.table td.align-right {
  text-align: right;
}
#edit .table td {
  border-left: 1px dashed #e0e0e0;
  border-right: 1px dashed #e0e0e0;
}
.table--footer .table-foot td {
  font-weight: bold;
}
@media (max-width: 767px) {
  .part--table .table {
    font-size: 2.60756193vw;
  }
}
html,
body {
  float: left;
  width: 100%;
  min-height: 100vh;
}
#home {
  float: left;
}
.logo {
  width: auto;
  height: 100%;
}
#head {
  float: left;
  width: 100%;
}
.scroll-animated {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.6s, transform 0.6s;
}
.scroll-animated.scroll-animated--active {
  opacity: 1;
  transform: translateY(0);
}
.wrapper {
  float: left;
  width: 100%;
  min-height: 100vh;
  background-color: #1D2720;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 20px;
  line-height: 1.4;
  color: var(--s-textcolor);
  accent-color: #E4003F;
  overflow: hidden;
  hyphens: none;
  -webkit-font-smoothing: antialiased;
  display: flex;
  flex-direction: column;
  padding-top: var(--s-naviHeight);
}
main {
  float: left;
  width: 100%;
  flex: 1 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 {
  float: left;
  width: 100%;
  position: relative;
}
.container {
  float: left;
  width: 100%;
}
.section--header {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #1D2720;
  z-index: 2000;
  transition: all 0.4s;
  isolation: isolate;
}
.cb-scroll-triggered--active .section--header {
  box-shadow: 0 10px 20px rgba(255, 255, 255, 0.16);
}
.headerlinks {
  float: left;
  width: 100%;
  position: relative;
  background-color: #C4C4C5;
  z-index: 2002;
}
.headerlinks-content {
  float: left;
  width: 100%;
}
.headerlinkspart {
  float: left;
}
.headerlinks .vcardemail {
  --s-linkcolor: #1D2720;
  --s-linkcolor-hov: #E4003F;
}
.headerLink {
  --s-linkcolor: #E4003F;
  --s-linkcolor-hov: #1D2720;
}
.langnavi {
  float: left;
}
.langnavi div.sub1 {
  float: left;
  display: flex;
  gap: 12px;
}
.langnavi div.sub1 > .item {
  float: left;
}
.langnavi div.sub1 > .item > .menu {
  float: left;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.44444444;
  font-weight: 300;
  color: #1D2720;
  width: 35px;
  height: 35px;
  border: 1px solid transparent;
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10000px;
  transition: all 0.4s;
}
.langnavi div.sub1 > .item > .menu.path {
  border-color: #1D2720;
}
.langnavi div.sub1 > .item > .menu:hover,
.langnavi div.sub1 > .item > .menu:focus {
  color: #E4003F;
  border-color: #E4003F;
}
.mobile-navigation .langnavi div.sub1 > .item > .menu {
  color: #fff;
}
.mobile-navigation .langnavi div.sub1 > .item > .menu.path {
  border-color: #fff;
}
.mobile-navigation .langnavi div.sub1 > .item > .menu:hover,
.mobile-navigation .langnavi div.sub1 > .item > .menu:focus {
  color: #fff;
  border-color: #fff;
}
.header-content {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  box-sizing: border-box;
  --fluidSize: clamp(0rem, -45.22613065vw + 53.70603015rem, 5.625rem);
  padding-right: var(--fluidSize);
}
@media (max-width: 1700px) {
  .header-content {
    --fluidSize: clamp(1.875rem, -52.08333333vw + 57.21354167rem, 9.6875rem);
  }
}
@media (max-width: 1150px) {
  .header-content {
    padding-right: 60px;
  }
}
@media (max-width: 1023px) {
  .header-content {
    padding-right: 0;
  }
}
.serviceFlag {
  float: left;
  position: absolute;
  top: -100vh;
  z-index: 2001;
  --s-linkcolor: #fff;
  --s-linkcolor-hov: #fff;
  opacity: 0;
  transform-origin: 100% 0;
}
.show-content .serviceFlag {
  top: 0;
  opacity: 1;
}
.cb-toggle-target-active .serviceFlag {
  top: -100vh;
}
.serviceFlag--one {
  transition: all 0.6s 0.3s;
}
.serviceFlag--two {
  transition: all 0.6s 0.4s;
}
.part--serviceLink {
  height: 100%;
}
.part--serviceLink .open {
  float: left;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  isolation: isolate;
}
.part--serviceLink .open:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #E4003F;
  pointer-events: none;
}
.section--multimood {
  --deskWidth: 1110px;
}
.section--two {
  background-color: #343933;
  --s-tile-bg: #1D2720;
  --s-tile-img-bg: #343933;
  --s-slider-fadeout: #343933;
}
.section--three {
  background-color: #fff;
  --s-slider-fadeout: #fff;
}
.section--three:not(.section--area3) {
  --s-tile-img-bg: #fff;
}
.section--three:not(.section--area3) .unitOne,
.section--three:not(.section--area3) .unitSix {
  --s-textcolor: #1D2720;
  --s-linkcolor: #1D2720;
}
.section--area2 {
  --deskWidth: 1600px;
}
.section--area3 {
  --deskWidth: 1675px;
}
#view.area1--empty .section--area1,
#view.area2--empty .section--area2,
#view.area3--empty .section--area3,
#view.area4--empty .section--area4,
#view.area5--empty .section--area5,
#view.area6--empty .section--area6,
#view.area7--empty .section--area7 {
  display: none;
}
.container--mood {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  isolation: isolate;
}
.mood {
  float: left;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
.content {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  opacity: 0;
  transform: translateY(60px);
  transition: all 0.6s 0.3s;
}
.show-content .content {
  transform: translateY(0);
  opacity: 1;
}
.downlink {
  --s-btn-color: #1D2720;
  --s-btn-color-hov: #fff;
  display: inline-block;
  background-color: transparent;
  font-size: 20px;
  line-height: 1.4;
  font-family: inherit;
  font-weight: 300;
  cursor: pointer;
  color: var(--s-btn-color);
  padding: 5px 42px;
  appearance: none;
  border-radius: 10000px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: 1px solid var(--s-btn-bg);
  transition: all 0.2s;
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, var(--s-btn-bg), var(--s-btn-bg));
  border: none;
  background-color: #fff;
  margin-top: calc(var(--spacePart) * 3);
}
.downlink:hover,
.downlink:focus {
  color: var(--s-btn-color-hov);
  background-size: 100% 100%;
}
.mood__video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.section--intro {
  --deskWidth: 1110px;
}
.container--intro {
  float: left;
  width: 100%;
  margin-top: calc(var(--spaceTotal) + var(--spaceUnit));
  margin-bottom: calc(var(--spaceTotal) + var(--spaceUnit));
  opacity: 0;
  transform: translateY(60px);
  transition: all 0.6s 0.3s;
}
.show-content .container--intro {
  transform: translateY(0);
  opacity: 1;
}
#view.layout10 .cbdModule--leadText {
  display: none;
}
#edit.layout10 .cbdModule--leadText {
  padding-top: 30px;
  outline: 2px solid #71CAF3;
  outline-offset: 3px;
}
#edit.layout10 .cbdModule--leadText:before {
  content: 'Text des Teasers (Nur im Editor sichtbar)';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 1.33333333;
  font-weight: 500;
  min-height: 24px;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 1px;
  background-color: #71CAF3;
  color: #fff;
  padding: 4px 10px;
}
.cbdModule--leadText p {
  font-size: 32px;
  line-height: 1.4375;
  color: var(--s-textcolor);
}
@media (max-width: 1023px) {
  .cbdModule--leadText p {
    font-size: 20px;
    line-height: 1.4;
  }
}
.container--sectionTitle {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cbdModule--sectionTitle {
  max-width: 1110px;
}
.cbdModule--sectionTitle h2 {
  font-size: 90px;
  line-height: 1;
  font-weight: 900;
  color: var(--s-textcolor);
}
@media (max-width: 1023px) {
  .cbdModule--sectionTitle h2 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cbdModule--sectionTitle h2 {
    font-size: 40px;
  }
}
.newsDate {
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
}
.newsDate__text {
  float: left;
  width: 100%;
  max-width: 1110px;
}
.serviceButtons {
  float: left;
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: var(--spaceTotal);
}
.serviceButtons a {
  display: inline-block;
  background-color: transparent;
  font-size: 20px;
  line-height: 1.4;
  font-family: inherit;
  font-weight: 300;
  cursor: pointer;
  color: var(--s-btn-color);
  padding: 5px 42px;
  appearance: none;
  border-radius: 10000px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: 1px solid var(--s-btn-bg);
  transition: all 0.2s;
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, var(--s-btn-bg), var(--s-btn-bg));
}
.serviceButtons a:hover,
.serviceButtons a:focus {
  color: var(--s-btn-color-hov);
  background-size: 100% 100%;
}
.section--cta {
  text-align: center;
}
.cta--bgBlack .section--cta {
  background-color: #1D2720;
}
.cta--bgGrey .section--cta {
  background-color: #343933;
}
.container--cta {
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cta-content {
  float: left;
  width: 100%;
  max-width: 850px;
}
.ctaText {
  margin-top: calc(var(--spacePart) * 3);
}
.ctaLink {
  margin-top: calc(var(--spacePart) * 6);
}
.ctaLink .open {
  display: inline-block;
  background-color: transparent;
  font-size: 20px;
  line-height: 1.4;
  font-family: inherit;
  font-weight: 300;
  cursor: pointer;
  color: var(--s-btn-color);
  padding: 5px 42px;
  appearance: none;
  border-radius: 10000px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: 1px solid var(--s-btn-bg);
  transition: all 0.2s;
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, var(--s-btn-bg), var(--s-btn-bg));
}
.ctaLink .open:hover,
.ctaLink .open:focus {
  color: var(--s-btn-color-hov);
  background-size: 100% 100%;
}
.container--filter {
  box-sizing: border-box;
  background-color: #343933;
}
.footarea {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.footunit {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
.footpart {
  float: left;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.footlogo {
  float: left;
}
.footlogo .logo {
  max-width: 100%;
}
.adress {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
.vcard {
  float: left;
  width: 100%;
  color: var(--s-textcolor);
  --s-linkcolor: #fff;
  --s-linkcolor-hov: #E4003F;
}
.foottitle {
  font-weight: bold;
  color: #E4003F;
}
.unit--footLinks {
  --spaceUnit: 0;
  --s-linkcolor: #fff;
  --s-linkcolor-hov: #E4003F;
}
.unit--footLinks .unit__body {
  display: flex;
  flex-direction: column;
}
#edit .unit--footLinks {
  min-height: 100px;
}
.unit--footLinks .part {
  --spacePart: 0;
}
.unit--footLinks .part .open {
  display: block;
  text-decoration: underline;
}
.mobile-navigation .unit--footLinks {
  --s-linkcolor: #fff;
  --s-linkcolor-hov: #fff;
}
.mobile-navigation .unit--footLinks .part .open {
  font-size: 16px;
  line-height: 1.5;
}
.footnavi {
  float: left;
}
.footnavi div.sub2 {
  display: flex;
  flex-direction: column;
}
.footnavi div.sub2 > .item > .sub3 {
  display: none;
}
.footnavi div.sub2 > .item > .menu {
  font-weight: bold;
}
.part--socialLinks .iconLinks__content {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.part--socialLinks .iconLinks__icon {
  float: left;
  width: 35px;
  height: 35px;
  mask-size: 100% 100%;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  background-color: #fff;
  transition: all 0.4s;
}
.part--socialLinks .iconLinks__icon--linkedin {
  mask-image: url(/images/icon-linkedin.svg);
}
.part--socialLinks .iconLinks__icon--facebook {
  mask-image: url(/images/icon-facebook.svg);
}
.part--socialLinks .iconLinks__icon--instagram {
  mask-image: url(/images/icon-instagram.svg);
}
.part--socialLinks .iconLinks__icon:hover,
.part--socialLinks .iconLinks__icon:focus {
  background-color: #E4003F;
}
.mobile-navigation .part--socialLinks .iconLinks__icon:hover,
.mobile-navigation .part--socialLinks .iconLinks__icon:focus {
  background-color: #fff;
}
.part--footLogos .iconLinks__content {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
}
.part--footLogos .iconLinks__icon {
  float: left;
  height: 35px;
  mask-size: contain;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  background-color: #fff;
  transition: all 0.4s;
}
.part--footLogos .iconLinks__icon--riello {
  width: 75px;
  mask-image: url(/images/logo-riello.png);
}
.part--footLogos .iconLinks__icon--centiel {
  width: 83px;
  mask-image: url(/images/logo-centiel.png);
}
.part--footLogos .iconLinks__icon--csb {
  width: 54px;
  mask-image: url(/images/logo-csb.png);
}
.part--footLogos .iconLinks__icon:hover,
.part--footLogos .iconLinks__icon:focus {
  background-color: #E4003F;
}
#cb-cookie-warning {
  position: fixed;
  left: var(--deskSpace);
  bottom: var(--deskSpace);
  max-width: calc(100vw - (var(--deskSpace) * 2));
  width: 400px;
  z-index: 2100;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 15px;
  line-height: 1.46666667;
  color: var(--s-textcolor);
  background-color: #343933;
  -webkit-font-smoothing: antialiased;
}
#cb-cookie-warning a {
  text-decoration: underline;
}
#cb-cookie-warning.cb-cookie-warning--hidden {
  display: none;
}
.cb-cookie-warning--container {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  box-sizing: border-box;
  padding: 30px;
}
@media (max-width: 767px) {
  .cb-cookie-warning--container {
    padding: 16px;
    gap: 16px;
  }
}
.cb-cookie-warning--text {
  float: left;
  width: 100%;
}
.cb-cookie-warning--actions {
  float: left;
  width: 100%;
  display: flex;
  gap: 16px;
}
@media (max-width: 1023px) {
  .cb-cookie-warning--actions {
    flex-direction: column;
  }
}
.cb-cookie-warning__button {
  float: left;
  width: calc(50% - 8px);
  cursor: pointer;
}
@media (max-width: 1023px) {
  .cb-cookie-warning__button {
    width: 100%;
  }
}
#cb-cookie-warning__button--decline {
  font-family: inherit;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 300;
  color: var(--s-linkcolor);
}
#cb-cookie-warning__button--decline:hover {
  color: var(--s-linkcolor-hov);
}
#cb-cookie-warning__button--accept {
  display: inline-block;
  background-color: transparent;
  font-size: 20px;
  line-height: 1.4;
  font-family: inherit;
  font-weight: 300;
  cursor: pointer;
  color: var(--s-btn-color);
  padding: 5px 42px;
  appearance: none;
  border-radius: 10000px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: 1px solid var(--s-btn-bg);
  transition: all 0.2s;
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, var(--s-btn-bg), var(--s-btn-bg));
}
#cb-cookie-warning__button--accept:hover,
#cb-cookie-warning__button--accept:focus {
  color: var(--s-btn-color-hov);
  background-size: 100% 100%;
}
a {
  color: var(--s-linkcolor);
  text-decoration: none;
}
a:hover,
a:focus {
  color: var(--s-linkcolor-hov);
}
h1 {
  font-size: 90px;
  line-height: 1;
  font-weight: 900;
  color: var(--s-textcolor);
}
@media (max-width: 1023px) {
  h1 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 40px;
  }
}
h2 {
  font-size: 50px;
  line-height: 1.24;
  font-weight: 900;
  color: var(--s-textcolor);
}
@media (max-width: 1023px) {
  h2 {
    font-size: 33px;
    line-height: 1.24242424;
  }
}
h3 {
  font-size: 32px;
  line-height: 1.4375;
  font-weight: 900;
  color: var(--s-textcolor);
}
@media (max-width: 1023px) {
  h3 {
    font-size: 21px;
    line-height: 1.42857143;
  }
}
h4 {
  font-size: 90px;
  line-height: 1;
  color: #E4003F;
  font-weight: 400;
}
@media (max-width: 1023px) {
  h4 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  h4 {
    font-size: 40px;
  }
}
.loud {
  font-size: 32px;
  line-height: 1.4375;
  color: var(--s-textcolor);
}
@media (max-width: 1023px) {
  .loud {
    font-size: 20px;
    line-height: 1.4;
  }
}
.norm {
  color: var(--s-textcolor);
}
.pale {
  font-size: 12px;
  line-height: 1.41666667;
  color: var(--s-textcolor);
}
.area--one {
  display: flex;
  flex-wrap: wrap;
}
.area--one .unitOne--1-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.area--one .unitOne--1-1 .unit__content {
  max-width: 1110px;
}
.area--one .unitOne--1-2 .part--widget.cb-googlemaps {
  align-self: flex-end;
  flex-grow: 1;
  margin-top: calc(var(--spacePart) * -1);
  margin-bottom: calc(var(--spacePart) * -1);
  width: 50vw;
}
.area--one .unitOne--1-2 .part--widget.cb-googlemaps .cb-googlemapscontainer,
.area--one .unitOne--1-2 .part--widget.cb-googlemaps .cb-undraggable {
  height: 100% !important;
}
.area--one .unitOne--1-2 + .unitOne--1-2 .part--widget.cb-googlemaps {
  align-self: flex-start;
}
.area--one .unitOne--textCenter {
  text-align: center;
}
.area--one .unitOne .unit__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.area--one .unitOne .unit__body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.area--one .unitTwo {
  display: flex;
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
  isolation: isolate;
}
.area--one .unitTwo:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -50vw;
  width: 100vw;
  height: 100%;
  pointer-events: none;
  z-index: -1;
  background-color: var(--s-tile-bg);
}
.area--one .unitTwo:first-child {
  margin-top: 0;
}
.area--one .unitTwo + .unitTwo {
  margin-top: calc(var(--spaceTotal) * -1);
}
.area--one .unitTwo .unit__background {
  aspect-ratio: 1;
  flex-shrink: 0;
}
@supports not (aspect-ratio: 1 /  1) {
  .area--one .unitTwo .unit__background:before {
    float: left;
    padding-top: 100%;
    content: '';
  }
  .area--one .unitTwo .unit__background:after {
    display: block;
    content: '';
    clear: both;
  }
}
.area--one .unitTwo .unit__background * {
  height: 100%;
}
.area--one .unitTwo .unit__background img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.area--one .unitTwo .unit__content {
  box-sizing: border-box;
  flex-shrink: 0;
  padding-top: var(--s-verticalPaddingTop);
  padding-bottom: var(--s-verticalPaddingBottom);
}
.area--one .unitTwo .unit__body {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.area--one .unitTwo .part.link:last-child {
  margin-top: auto;
}
.area--one .unitTwo .part.link:last-child .open {
  margin-top: var(--spacePart);
}
.area--one .unitThree {
  display: flex;
  flex-direction: column;
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
  background-color: var(--s-tile-bg);
}
.area--one .unitThree .unit__content {
  box-sizing: border-box;
  flex: 1 0;
}
.area--one .unitThree .unit__background {
  background-color: var(--s-tile-img-bg);
}
.area--one .unitThree .unit__background .unit__backgroundImage {
  transition: all 0.4s;
}
.area--one .unitThree .unit__body {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.area--one .unitThree .part.link:last-child {
  margin-top: auto;
}
.area--one .unitThree .part.link:last-child .open {
  margin-top: calc(var(--spacePart) * 3);
}
.area--one .unitThree.unit--isAnchor {
  transition: all 0.4s;
}
.area--one .unitThree.unit--isAnchor:hover,
.area--one .unitThree.unit--isAnchor:focus {
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.16);
}
.area--one .unitThree.unit--isAnchor:hover .unit__backgroundImage,
.area--one .unitThree.unit--isAnchor:focus .unit__backgroundImage {
  transform: scale(1.1);
}
.area--one .unitThree.unit--isAnchor:hover .part.link .open,
.area--one .unitThree.unit--isAnchor:focus .part.link .open {
  color: var(--s-btn-color-hov);
  background-size: 100% 100%;
}
.area--one .unitFour {
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
  background-color: var(--s-tile-bg);
  box-sizing: border-box;
}
.area--one .unitFour .part.text:first-child:not(.iconText) {
  margin-top: 0;
  background-color: #E4003F;
  text-align: center;
  box-sizing: border-box;
  isolation: isolate;
}
.area--one .unitFour .part.text:first-child:not(.iconText):after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #E4003F;
  z-index: -1;
}
.area--one .unitFive {
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
  background-color: var(--s-tile-bg);
  box-sizing: border-box;
}
.area--one .unitSix {
  box-sizing: border-box;
}
.area--one .unitSix:before {
  content: '';
  position: absolute;
  border-radius: 10000px;
  background-color: #E4003F;
}
.area--one .unitSeven .unit__body {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.area--one .unitSeven .part {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background-color: var(--s-tile-bg);
  box-sizing: border-box;
}
.area--one .unitEight {
  display: flex;
  flex-direction: column;
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
  padding-top: var(--s-verticalPaddingTop);
  padding-bottom: var(--s-verticalPaddingBottom);
  box-sizing: border-box;
  isolation: isolate;
}
.area--one .unitEight:before {
  content: '';
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100%;
  pointer-events: none;
  background-color: var(--s-tile-bg);
  z-index: -1;
}
.area--one .unitEight .unit__content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.area--one .unitEight .unit__body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.area--one .unitEight .part--widget.cb-googlemaps {
  align-self: flex-end;
  flex-grow: 1;
  margin-top: calc(var(--s-verticalPaddingTop) * -1);
  margin-bottom: calc(var(--s-verticalPaddingBottom) * -1);
  margin-right: calc(var(--s-horizontalPadding) * -1);
  width: 50vw;
}
.area--one .unitEight .part--widget.cb-googlemaps .cb-googlemapscontainer,
.area--one .unitEight .part--widget.cb-googlemaps .cb-undraggable {
  height: 100% !important;
}
.area--one .unitNine {
  display: flex;
  flex-direction: column;
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
  padding-top: var(--s-verticalPaddingTop);
  box-sizing: border-box;
  isolation: isolate;
}
.area--one .unitNine + .unitNine {
  margin-top: calc(var(--spaceTotal) * -1);
}
.area--one .unitNine:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -50vw;
  width: 100vw;
  height: 100%;
  pointer-events: none;
  z-index: -1;
  background-color: var(--s-tile-bg);
}
.area--one .unitNine .unit__content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.area--one .unitNine .unit__body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.area--one .unitNine .part--widget.cb-googlemaps:last-child .cb-googlemapscontainer,
.area--one .unitNine .part--widget.cb-googlemaps:last-child .cb-undraggable {
  height: 100% !important;
}
.area--one .unitGallery {
  display: flex;
  justify-content: center;
}
.area--one .unitGallery .unit__content {
  max-width: 1110px;
}
.area--one .unitGallery .part.pict {
  aspect-ratio: 1;
}
@supports not (aspect-ratio: 1 /  1) {
  .area--one .unitGallery .part.pict:before {
    float: left;
    padding-top: 100%;
    content: '';
  }
  .area--one .unitGallery .part.pict:after {
    display: block;
    content: '';
    clear: both;
  }
}
.area--one .unitGallery .part.pict * {
  height: 100%;
}
.area--one .unitGallery .part.pict img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.area--two {
  display: flex;
  flex-wrap: wrap;
}
.area--two .unitOne {
  display: flex;
  text-align: center;
}
.area--two .unitOne .part.pict:first-child .cb-image-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.area--two .unitOne .part.pict:first-child .cb-image-container img {
  height: 65px;
}
.area--two .unitOne .unit__content {
  flex-shrink: 0;
}
.area--two .unitOne .unit__body {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.area--two .unitOne .part.link:last-child {
  margin-top: auto;
}
.area--two .unitOne .part.link:last-child .open {
  margin-top: var(--spacePart);
}
.area--three {
  display: flex;
  flex-wrap: wrap;
}
.area--three .unitOne {
  background-color: #343933;
  box-sizing: border-box;
  text-align: center;
  aspect-ratio: 1;
}
@supports not (aspect-ratio: 1 /  1) {
  .area--three .unitOne:before {
    float: left;
    padding-top: 100%;
    content: '';
  }
  .area--three .unitOne:after {
    display: block;
    content: '';
    clear: both;
  }
}
.area--three .unitOne:after {
  content: '';
  position: absolute;
  background-color: #343933;
}
.part--link .open {
  display: inline-block;
  background-color: transparent;
  font-size: 20px;
  line-height: 1.4;
  font-family: inherit;
  font-weight: 300;
  cursor: pointer;
  color: var(--s-btn-color);
  padding: 5px 42px;
  appearance: none;
  border-radius: 10000px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: 1px solid var(--s-btn-bg);
  transition: all 0.2s;
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, var(--s-btn-bg), var(--s-btn-bg));
}
.part--link .open:hover,
.part--link .open:focus {
  color: var(--s-btn-color-hov);
  background-size: 100% 100%;
}
.part.text .star {
  color: #E4003F;
}
.part.iconText {
  box-sizing: border-box;
  padding-left: 47px;
}
.part.iconText:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 25px;
  height: 20px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.part.iconText--check:before {
  background-image: url(/images/icon-check.svg);
}
.part.iconText--cross:before {
  background-image: url(/images/icon-cross.svg);
}
@media (max-width: 1023px) {
  body.cb-toggle-target-active {
    overflow: hidden;
  }
  .section {
    transition: transform 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
  }
  body.cb-toggle-target-active .section {
    transform: translateY(200px);
  }
  body.cb-toggle-target-active .section.section--header {
    transform: none;
  }
  .navi {
    display: none;
  }
}
.togglenavigation {
  position: fixed;
  top: 20px;
  right: calc(var(--deskSpace) / 2);
  z-index: 1999;
  width: 36px;
  height: 26px;
  cursor: pointer;
}
.tline {
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.tline--2,
.tline--3 {
  top: 50%;
  transform: translateY(-50%);
}
.tline--4 {
  top: unset;
  bottom: 0;
}
body.cb-toggle-target-active .tline--1 {
  opacity: 0;
  transform: translateY(-10px);
}
body.cb-toggle-target-active .tline--2 {
  transform: translateY(-50%) rotate(-45deg);
}
body.cb-toggle-target-active .tline--3 {
  transform: translateY(-50%) rotate(45deg);
}
body.cb-toggle-target-active .tline--4 {
  opacity: 0;
  transform: translateY(10px);
}
.mobile-navigation {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1999;
  width: 100%;
  height: 100%;
  background-color: #E4003F;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  transform: translateY(-100%);
  transition: all 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
}
body.cb-toggle-target-active .mobile-navigation {
  transform: translateY(0);
}
.mobile-navi-content {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  box-sizing: border-box;
  padding-top: var(--s-naviHeight);
  padding-left: calc(var(--deskSpace) / 2);
  padding-right: calc(var(--deskSpace) / 2);
  opacity: 0;
  transform: translateY(-100vh);
  transition: all 0s 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
}
body.cb-toggle-target-active .mobile-navi-content {
  transition: all 1s cubic-bezier(0.05, 0.8, 0.5, 1);
  transform: translateY(0);
  opacity: 1;
}
.mobile-navi {
  float: left;
  width: 100%;
  margin-bottom: 60px;
}
.mobile-navi-services {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 25px;
  box-sizing: border-box;
  padding-left: calc(var(--deskSpace) / 2);
  margin-top: auto;
  margin-bottom: 30px;
}
.mobile-navi div.navi {
  float: left;
  width: 100%;
  display: block;
  position: relative;
}
.mobile-navi div.navi > .cb-toggle {
  display: none;
}
.mobile-navi div.navi > .item {
  float: left;
  width: 100%;
  position: relative;
}
.mobile-navi div.navi > .item.item-empty > .cb-toggle {
  display: none;
}
.mobile-navi div.navi > .item > .menu {
  display: block;
}
.mobile-navi div.sub2 {
  margin-top: 55px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding-left: calc(var(--deskSpace) / 2);
  gap: 30px;
}
.mobile-navi div.sub2 > .item > .menu {
  color: #fff;
  font-size: 25px;
  line-height: 1.4;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  box-sizing: border-box;
  padding-right: 30px;
}
.mobile-navi div.sub2 > .item > .menu.path {
  font-weight: bold;
}
.mobile-navi div.sub3 {
  box-sizing: border-box;
  padding-left: 40px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.mobile-navi div.sub3 > .item.init {
  margin-top: 30px;
}
.mobile-navi div.sub3 > .item > .menu {
  color: #fff;
  font-size: 25px;
  line-height: 1.4;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.mobile-navi div.sub3 > .item > .menu.path {
  font-weight: bold;
}
.mobile-navi div.sub3 {
  overflow: hidden;
  height: 0;
  transition: all 0.4s;
}
.mobile-navi div.sub3 > .item {
  opacity: 0;
  transform: translateY(-30px);
  transition: all 0.2s;
}
.mobile-navi div.navi > .item.cb-toggle-target-active > div.navi,
.mobile-navi div.navi > .item.path > div.navi {
  height: var(--js-elementHeight);
}
.mobile-navi div.navi > .item.cb-toggle-target-active > div.navi > .item,
.mobile-navi div.navi > .item.path > div.navi > .item {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.4s 0.2s;
}
.mobile-navi .cb-toggle {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  cursor: pointer;
  width: 36px;
  height: 35px;
  mask-size: 26px 26px;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  mask-image: url(/images/arrow-bottom.svg);
  background-color: #fff;
  transition: all 0.3s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.mobile-navi .cb-toggle.cb-toggle-active,
.mobile-navi .item.path .cb-toggle {
  transform: rotate(-180deg);
}
#home {
  height: 35px;
  margin-left: clamp(-230px, calc((100vw - 1340px) / 2 * -1), calc(var(--deskSpace) * -1));
}
.headerlinks {
  display: none;
}
.container--head {
  margin-top: 20px;
  margin-bottom: 15px;
}
.serviceFlag {
  height: 40px;
  min-width: 125px;
  transform: translateX(-40px) rotate(-90deg);
}
.serviceFlag--one {
  right: 67px;
}
.serviceFlag--two {
  right: calc(67px + 40px + 10px);
}
.part--serviceLink .open {
  padding: 6px 6px 6px 30px;
  font-size: 12px;
  line-height: 1.33333333;
}
.part--serviceLink .open:before {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 25px 100%);
}
.section--two {
  margin-top: 75px;
  padding-bottom: calc(40px - var(--spaceTotal));
}
.section--three.section--area1 {
  padding-top: calc(50px - var(--spaceTotal));
  padding-bottom: calc(50px - (var(--spaceTotal) * 2));
}
.section--three.section--area3 {
  padding-bottom: calc(65px - var(--spaceTotal));
}
.container--mood {
  height: 300px;
}
.layout1 .container--mood {
  height: 450px;
}
.content {
  margin-bottom: -15px;
}
.layout1 .content {
  margin-bottom: 35px;
}
.container--sectionTitle {
  margin-top: -25px;
  margin-bottom: calc(35px - var(--spaceTotal));
}
.serviceButtons {
  flex-direction: column;
}
.container--cta {
  margin-top: 35px;
  margin-bottom: 35px;
}
.container--filter {
  padding: 10px 10px;
}
.section--footer {
  border-top: 4px solid #fff;
}
.footarea {
  margin-top: 48px;
  margin-bottom: 36px;
}
.footunit {
  width: 100%;
}
.footpart {
  width: 100%;
}
.vcard {
  width: 100%;
}
.footlogo {
  height: 35px;
  margin-left: clamp(-230px, calc((100vw - 1340px) / 2 * -1), calc(var(--deskSpace) * -1));
}
.area--one .unitTwo {
  flex-direction: column;
}
.area--one .unitTwo .unit__background {
  width: calc(100% + (var(--deskSpace) * 2));
  margin-left: calc(var(--deskSpace) * -1);
}
.area--one .unitThree .unit__background {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 56px), calc(100% - 94px) 100%, 0 calc(100% - 56px));
}
.area--one .unitThree .unit__content {
  padding: 0 30px calc(44px - var(--spacePart));
}
.area--one .unitThree .unit__content:before {
  height: 56px;
}
.area--one .unitFour {
  padding: calc(44px - var(--spacePart)) 30px;
}
.area--one .unitFour .part.text:first-child:not(.iconText) {
  width: calc(100% + 60px);
  margin-top: calc((44px - var(--spacePart)) * -1);
  margin-bottom: calc(55px + var(--spacePart));
  margin-left: -30px;
  padding: 57px 30px 35px;
}
.area--one .unitFour .part.text:first-child:not(.iconText):after {
  height: 55px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 56px), calc(100% - 94px) 100%, 0 calc(100% - 56px));
}
.area--one .unitFive {
  padding: calc(44px - var(--spacePart)) 30px;
}
.area--one .unitSix {
  padding-left: 45px;
}
.area--one .unitSix:before {
  top: calc(5px + var(--spacePart));
  left: 0;
  width: 20px;
  height: 20px;
}
.area--one .unitSeven .unit__body {
  width: calc(100% + 30px);
  margin-left: -15px;
}
.area--one .unitSeven .part {
  margin: 15px;
  padding: 15px 20px 15px;
}
@media (max-width: 767px) {
  .area--one .unitEight:before {
    left: 50%;
    margin-left: -50vw;
  }
  .area--one .unitEight + .unitEight {
    margin-top: calc(var(--spaceTotal) * -1);
  }
  .area--one .unitEight .part--widget.cb-googlemaps {
    width: 100vw;
    aspect-ratio: 1;
  }
  @supports not (aspect-ratio: 1 /  1) {
    .area--one .unitEight .part--widget.cb-googlemaps:before {
      float: left;
      padding-top: 100%;
      content: '';
    }
    .area--one .unitEight .part--widget.cb-googlemaps:after {
      display: block;
      content: '';
      clear: both;
    }
  }
}
@media (max-width: 767px) {
  .area--one .unitNine .part--widget.cb-googlemaps:last-child {
    width: 100vw;
    margin-left: calc(var(--deskSpace) * -1);
    aspect-ratio: 1;
    margin-bottom: 0;
  }
  @supports not (aspect-ratio: 1 /  1) {
    .area--one .unitNine .part--widget.cb-googlemaps:last-child:before {
      float: left;
      padding-top: 100%;
      content: '';
    }
    .area--one .unitNine .part--widget.cb-googlemaps:last-child:after {
      display: block;
      content: '';
      clear: both;
    }
  }
}
.area--three .unitOne {
  padding: calc(57px - var(--spacePart)) 30px;
}
.area--three .unitOne:after {
  width: 65px;
  height: 22px;
  left: 50%;
  top: 100%;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  transform: translateX(-50%);
}
@media (max-width: 1023px) {
  .area--three .unitOne:last-child:after {
    content: none;
  }
}
@media (max-width: 767px) {
  .area--three .unitOne + .unitOne {
    margin-top: 0;
  }
}
.ns-unitFilter__unit:not(.ns-unitFilter__unit--activated) {
  display: none;
}
.ns-unitFilter__unit.ns-unitFilter__unit--activated {
  opacity: 0;
  transform: translateY(-20px) scale(0.98);
  transition: transform 0.4s, opacity 0.4s !important;
}
.ns-unitFilter__unit.ns-unitFilter__unit--active {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.ns-unitFilter {
  float: left;
  width: 100%;
  position: relative;
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
}
.ns-unitFilter__wrapper {
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
}
.ns-unitFilter__toggle {
  display: none;
}
.ns-unitFilter__content {
  float: left;
  width: 100%;
  max-width: 1110px;
}
.ns-unitFilter__list {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px 70px;
}
@media (max-width: 767px) {
  .ns-unitFilter__list {
    flex-direction: column;
  }
}
.ns-unitFilter__item {
  cursor: pointer;
  text-transform: uppercase;
  transition: all 0.4s;
  background-size: 100% 0;
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-image: linear-gradient(var(--s-linkcolor-hov), var(--s-linkcolor-hov));
}
.ns-unitFilter__item.is-active {
  color: var(--s-linkcolor-hov);
  background-size: 100% 1px;
}
.cbdModule--filterTitle {
  margin-top: var(--verticalSpaceLarge);
  position: relative;
  z-index: 2;
  margin-bottom: calc((var(--verticalSpaceLarge) - (var(--spacePart) * 2)) * -1);
}
.cbdModule--filterTitle h2 {
  font-size: 50px;
  line-height: 1.24;
  font-weight: 900;
  color: var(--s-textcolor);
}
@media (max-width: 1023px) {
  .cbdModule--filterTitle h2 {
    font-size: 33px;
    line-height: 1.24242424;
  }
}
.cbdModule--productFilter {
  margin-top: var(--verticalSpaceLarge);
  margin-bottom: var(--verticalSpaceLarge);
}
.ns-filter {
  float: left;
  width: 100%;
}
.ns-filter__content {
  float: left;
  width: 100%;
}
.ns-filter__cover {
  float: left;
  width: 100%;
}
.ns-filter__item {
  float: left;
  width: 100%;
}
.ns-dropdown {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.ns-dropdown__content {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 30px 16px;
}
.ns-dropdown__item {
  --s-linkcolor: #fff;
  --s-linkcolor-hov: #E4003F;
  float: left;
  width: calc(50% - 8px);
  text-decoration: none;
  box-sizing: border-box;
  padding-left: 66px;
  position: relative;
  min-height: 40px;
  display: flex;
  align-items: center;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 0.4s;
}
.ns-dropdown__item:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border: 1px solid var(--s-linkcolor);
  border-radius: 10000px;
  transition: all 0.4s;
}
.ns-dropdown__item:after {
  content: '';
  position: absolute;
  left: 10px;
  top: 10px;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border-radius: 10000px;
  transition: all 0.4s;
}
.ns-dropdown__item:hover:before {
  border-color: var(--s-linkcolor-hov);
}
.ns-dropdown__item.is-active:after {
  background-color: #E4003F;
}
@media (max-width: 1023px) {
  .ns-dropdown__item {
    width: 100%;
    hyphens: auto;
    padding-left: 40px;
    min-height: 30px;
  }
  .ns-dropdown__item:before {
    width: 30px;
    height: 30px;
  }
  .ns-dropdown__item:after {
    top: 7px;
    left: 7px;
    width: 16px;
    height: 16px;
  }
}
.ns-teaserWrapper--newsTeaser {
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
}
.ns-teaserWrapper--newsTeaser .ns-teaserContent {
  float: left;
  width: 100%;
  max-width: 1130px;
}
.ns-teaserWrapper--newsTeaser .ns-teaserArea {
  float: left;
  width: 100%;
}
.ns-teaser--news {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: var(--spaceUnit);
  margin-bottom: var(--spaceUnit);
}
.ns-teaser__image--news {
  float: left;
  width: 50%;
}
@media (max-width: 767px) {
  .ns-teaser__image--news {
    width: 100%;
  }
}
.ns-teaser__content--news {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding-left: var(--s-horizontalPadding);
}
@media (max-width: 767px) {
  .ns-teaser__content--news {
    width: 100%;
    padding-left: 0;
  }
}
.ns-newsTeaser__part {
  float: left;
  width: 100%;
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
}
.ns-newsTeaser__part--image {
  aspect-ratio: 1.7826087;
}
.ns-newsTeaser__part--image * {
  height: 100%;
}
.ns-newsTeaser__part--image img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
@supports not (aspect-ratio: 574 /  322) {
  .ns-newsTeaser__part--image:before {
    float: left;
    padding-top: 56.09756098%;
    content: '';
  }
  .ns-newsTeaser__part--image:after {
    display: block;
    content: '';
    clear: both;
  }
}
.ns-newsTeaser__part--link .ns-teaserLink {
  display: inline-block;
  background-color: transparent;
  font-size: 20px;
  line-height: 1.4;
  font-family: inherit;
  font-weight: 300;
  cursor: pointer;
  color: var(--s-btn-color);
  padding: 5px 42px;
  appearance: none;
  border-radius: 10000px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: 1px solid var(--s-btn-bg);
  transition: all 0.2s;
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, var(--s-btn-bg), var(--s-btn-bg));
}
.ns-newsTeaser__part--link .ns-teaserLink:hover,
.ns-newsTeaser__part--link .ns-teaserLink:focus {
  color: var(--s-btn-color-hov);
  background-size: 100% 100%;
}
.ns-productTeaserWrapper {
  float: left;
  width: 100%;
}
.ns-productTeaserContent {
  float: left;
  width: 100%;
}
.ns-productTeaserArea {
  float: left;
  width: calc(100% + 30px);
  margin-left: -15px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .ns-productTeaserArea {
    width: 100%;
    margin: 0;
  }
}
.ns-teaser--product {
  float: left;
  width: calc((100% / 3) - 30px);
  margin-top: var(--spaceUnit);
  margin-bottom: var(--spaceUnit);
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  flex-direction: column;
  background-color: var(--s-tile-bg);
  transition: all 0.4s;
}
.ns-teaser--product:hover,
.ns-teaser--product:focus {
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.16);
}
.ns-teaser--product:hover .ns-teaser__part--image .ns-teaserImage,
.ns-teaser--product:focus .ns-teaser__part--image .ns-teaserImage {
  transform: scale(1.1);
}
.ns-teaser--product:hover .ns-teaser__part--link .ns-teaserLink,
.ns-teaser--product:focus .ns-teaser__part--link .ns-teaserLink {
  color: var(--s-btn-color-hov);
  background-size: 100% 100%;
}
@media (max-width: 1023px) {
  .ns-teaser--product {
    width: calc(50% - 30px);
  }
}
@media (max-width: 767px) {
  .ns-teaser--product {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.ns-teaser--product .ns-teaser__image {
  float: left;
  width: 100%;
}
.ns-teaser--product .ns-teaser__content {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
  padding: 0 30px calc(44px - var(--spacePart));
}
.ns-teaser--product .ns-teaser__part {
  float: left;
  width: 100%;
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
}
.ns-teaser--product .ns-teaser__part--image {
  aspect-ratio: 0.9793578;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 56px), calc(100% - 94px) 100%, 0 calc(100% - 56px));
  margin-top: 0;
}
.ns-teaser--product .ns-teaser__part--image * {
  height: 100%;
}
.ns-teaser--product .ns-teaser__part--image img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
@supports not (aspect-ratio: 427 /  436) {
  .ns-teaser--product .ns-teaser__part--image:before {
    float: left;
    padding-top: 102.10772834%;
    content: '';
  }
  .ns-teaser--product .ns-teaser__part--image:after {
    display: block;
    content: '';
    clear: both;
  }
}
.ns-teaser--product .ns-teaser__part--image .ns-teaserImage {
  transition: all 0.4s;
}
.ns-teaser--product .ns-teaser__part--link {
  margin-top: auto;
}
.ns-teaser--product .ns-teaser__part--link .ns-teaserLink {
  display: inline-block;
  background-color: transparent;
  font-size: 20px;
  line-height: 1.4;
  font-family: inherit;
  font-weight: 300;
  cursor: pointer;
  color: var(--s-btn-color);
  padding: 5px 42px;
  appearance: none;
  border-radius: 10000px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: 1px solid var(--s-btn-bg);
  transition: all 0.2s;
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, var(--s-btn-bg), var(--s-btn-bg));
  margin-top: var(--spacePart);
}
.ns-teaser--product .ns-teaser__part--link .ns-teaserLink:hover,
.ns-teaser--product .ns-teaser__part--link .ns-teaserLink:focus {
  color: var(--s-btn-color-hov);
  background-size: 100% 100%;
}
#view .ns-teaser--product .ns-teaser__part--editLink {
  display: none;
}
.ns-newsSliderWrapper {
  float: left;
  width: 100%;
}
.ns-newsSlider {
  float: left;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
}
.ns-newsSlider__content {
  float: left;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: var(--s-verticalPaddingBottom);
}
.ns-newsSlider .ns-slider__stage {
  float: left;
  width: calc(100% - 100px);
  max-width: 1130px;
  margin: 0 50px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .ns-newsSlider .ns-slider__stage {
    width: calc(100% - 60px);
    margin: 0 30px;
  }
}
.ns-newsSlider__area {
  float: left;
  width: 100%;
  display: flex;
  margin-left: -25px;
}
@media (max-width: 1023px) {
  .ns-newsSlider__area {
    margin-left: -15px;
  }
}
.ns-newsSlide {
  float: left;
  width: 100%;
  display: flex;
  flex-shrink: 0;
  margin-left: 25px;
  margin-right: 25px;
  transition: all 0.6s;
}
@media (max-width: 1023px) {
  .ns-newsSlide {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.ns-newsSlider .ns-sliderControl {
  float: left;
  width: 30px;
  height: 58px;
  mask-size: 100% 100%;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  background-color: #E4003F;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 0.4s;
}
.ns-newsSlider .ns-sliderControl:hover,
.ns-newsSlider .ns-sliderControl:focus {
  background-color: #fff;
}
@media (max-width: 767px) {
  .ns-newsSlider .ns-sliderControl {
    width: 20px;
    height: 39px;
  }
}
.ns-newsSlider .ns-sliderControl--prev {
  left: 0;
  mask-position: 0 50%;
  mask-image: url(/images/arrow-left.svg);
}
.ns-newsSlider .ns-sliderControl--next {
  right: 0;
  mask-position: 100% 50%;
  mask-image: url(/images/arrow-right.svg);
}
.ns-newsSlider .ns-sliderIndex {
  float: left;
  width: 100%;
}
.ns-newsSlider .ns-sliderIndex__content {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px 50px;
}
@media (max-width: 767px) {
  .ns-newsSlider .ns-sliderIndex__content {
    gap: 10px 25px;
  }
}
.ns-newsSlider .ns-sliderIndex__item {
  width: 15px;
  height: 15px;
  border-radius: 10000px;
  background-color: #fff;
  transition: all 0.4s;
}
.ns-newsSlider .ns-sliderIndex__item.is-active {
  background-color: #E4003F;
}
.ns-productSliderWrapper {
  float: left;
  width: 100%;
}
.ns-productSlider {
  float: left;
  width: 100%;
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
}
.ns-productSlider__content {
  float: left;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ns-productSlider .ns-slider__stage {
  float: left;
  width: 100%;
  padding-top: 5px;
  margin-bottom: 5px;
  overflow: hidden;
  position: relative;
  isolation: isolate;
}
.ns-productSlider .ns-slider__stage:before,
.ns-productSlider .ns-slider__stage:after {
  content: '';
  width: 220px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
}
.ns-productSlider .ns-slider__stage:before {
  left: 0;
  background: linear-gradient(to right, var(--s-slider-fadeout), transparent);
}
.ns-productSlider .ns-slider__stage:after {
  right: 0;
  background: linear-gradient(to left, var(--s-slider-fadeout), transparent);
}
@media (max-width: 1023px) {
  .ns-productSlider .ns-slider__stage:before,
  .ns-productSlider .ns-slider__stage:after {
    width: 60px;
  }
}
@media (max-width: 767px) {
  .ns-productSlider .ns-slider__stage:before,
  .ns-productSlider .ns-slider__stage:after {
    content: none;
  }
}
.ns-productSlider__area {
  float: left;
  width: calc(100% + 140px);
  margin-left: -70px;
  display: flex;
}
@media (max-width: 1023px) {
  .ns-productSlider__area {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
}
.ns-productSlide {
  float: left;
  width: 616px;
  max-width: 100%;
  margin-left: 70px;
  margin-right: 70px;
  display: flex;
  flex-shrink: 0;
  position: relative;
  isolation: isolate;
  box-sizing: border-box;
  padding: calc(55px - var(--spacePart)) 78px;
  text-align: center;
  transition: all 0.6s;
}
.ns-productSlide:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 550px;
  z-index: -1;
  background-color: var(--s-tile-bg);
}
@media (max-width: 1023px) {
  .ns-productSlide {
    width: calc(75% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    padding: calc(30px - var(--spacePart)) 30px;
  }
}
@media (max-width: 767px) {
  .ns-productSlide {
    width: calc(100% - 30px);
  }
}
.ns-productSlide__content {
  float: left;
  width: 100%;
  opacity: 0;
  transition: all 0.3s;
}
.is-active .ns-productSlide__content {
  opacity: 1;
}
.ns-productSlider__section {
  float: left;
  width: 100%;
}
.ns-productSlider__section--title {
  text-align: center;
}
.ns-slider__part {
  float: left;
  width: 100%;
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
}
.ns-slider__part--link {
  margin-top: calc(75px - var(--spacePart));
}
.ns-slider__part--link .open {
  display: inline-block;
  background-color: transparent;
  font-size: 20px;
  line-height: 1.4;
  font-family: inherit;
  font-weight: 300;
  cursor: pointer;
  color: var(--s-btn-color);
  padding: 5px 42px;
  appearance: none;
  border-radius: 10000px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: 1px solid var(--s-btn-bg);
  transition: all 0.2s;
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, var(--s-btn-bg), var(--s-btn-bg));
}
.ns-slider__part--link .open:hover,
.ns-slider__part--link .open:focus {
  color: var(--s-btn-color-hov);
  background-size: 100% 100%;
}
.ns-productSlider .ns-sliderControl {
  float: left;
  width: 80px;
  height: 142px;
  mask-size: 100% 100%;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  background-color: #E4003F;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 0.4s;
}
.ns-productSlider .ns-sliderControl:hover,
.ns-productSlider .ns-sliderControl:focus {
  background-color: #fff;
}
@media (max-width: 1023px) {
  .ns-productSlider .ns-sliderControl {
    width: 40px;
    height: 78px;
  }
}
.ns-productSlider .ns-sliderControl--prev {
  left: 0;
  mask-position: 0 50%;
  mask-image: url(/images/arrow-left.svg);
}
@media (max-width: 767px) {
  .ns-productSlider .ns-sliderControl--prev {
    left: calc((var(--deskSpace) / 2) * -1);
  }
}
.ns-productSlider .ns-sliderControl--next {
  right: 0;
  mask-position: 100% 50%;
  mask-image: url(/images/arrow-right.svg);
}
@media (max-width: 767px) {
  .ns-productSlider .ns-sliderControl--next {
    right: calc((var(--deskSpace) / 2) * -1);
  }
}
.ns-productSlider .ns-sliderIndex {
  float: left;
  width: 100%;
  margin-top: 55px;
}
.ns-productSlider .ns-sliderIndex__content {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px 50px;
}
@media (max-width: 767px) {
  .ns-productSlider .ns-sliderIndex__content {
    gap: 10px 25px;
  }
}
.ns-productSlider .ns-sliderIndex__item {
  width: 15px;
  height: 15px;
  border-radius: 10000px;
  background-color: #fff;
  transition: all 0.4s;
}
.ns-productSlider .ns-sliderIndex__item.is-active {
  background-color: #E4003F;
}
/*# sourceMappingURL=./screen-small.css.map */