:root {
  --s-headerbackground: #454f44;
  --s-textcolor: #2A2E39;
  --s-linkcolor: #2A2E39;
  --s-skewcolor: #E53E59;
  --s-btncolor: #E53E59;
  --s-bordercolor: #E53E59;
  --s-downloadcolor: #2A2E39;
  --s-downloadcolor-hov: #E53E59;
}
:root {
  --deskWidth: 1156px;
  --deskSpace: 62px;
  --deskMaxWidth: calc(100vw - (2 * var(--deskSpace)));
}
@media (max-width: 767px) {
  :root {
    --deskSpace: 17px;
  }
}
:root {
  --spacePart: 14px;
}
@media (max-width: 1279px) {
  :root {
    --spacePart: 8px;
  }
}
@media (max-width: 767px) {
  :root {
    --spacePart: 8px;
  }
}
:root {
  --spaceUnit: 26px;
}
@media (max-width: 1279px) {
  :root {
    --spaceUnit: 21px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceUnit: 14px;
  }
}
:root {
  --spaceTotal: 40px;
}
@media (max-width: 1279px) {
  :root {
    --spaceTotal: 29px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceTotal: 22px;
  }
}
:root {
  --js-breakpoint: breakpointLarge;
}
@media (max-width: 1279px) {
  :root {
    --js-breakpoint: breakpointMedium;
  }
}
@media (max-width: 767px) {
  :root {
    --js-breakpoint: breakpointSmall;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  display: inline-block;
  line-height: 1.47058824;
  cursor: pointer;
  font-weight: bold;
  color: var(--s-btncolor);
  appearance: none;
  padding-left: 70px;
  border-radius: 0;
  box-sizing: border-box;
  text-align: left;
  text-decoration: none;
  background-size: 50px 2px;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(var(--s-btncolor), var(--s-btncolor));
  transition: all 0.4s;
}
@media (max-width: 1279px) {
  .button {
    font-size: 16px;
    line-height: 1.3125;
    padding-left: 62px;
    background-size: 45px 2px;
  }
}
@media (max-width: 767px) {
  .button {
    font-size: 13px;
    line-height: 1.30769231;
    padding-left: 44px;
    background-size: 33px 1px;
  }
}
.button:hover,
.button:focus {
  background-color: rgba(0, 0, 0, 0);
  background-size: 85px 2px;
  padding-left: 105px;
}
@media (max-width: 1279px) {
  .button:hover,
  .button:focus {
    padding-left: 82px;
    background-size: 65px 2px;
  }
}
@media (max-width: 767px) {
  .button:hover,
  .button:focus {
    padding-left: 64px;
    background-size: 53px 1px;
  }
}
.button:active {
  background-color: rgba(0, 0, 0, 0);
}
.button-hover {
  background-color: rgba(0, 0, 0, 0);
  background-size: 85px 2px;
  padding-left: 105px;
}
@media (max-width: 1279px) {
  .button-hover {
    padding-left: 82px;
    background-size: 65px 2px;
  }
}
@media (max-width: 767px) {
  .button-hover {
    padding-left: 64px;
    background-size: 53px 1px;
  }
}
.button2 {
  display: inline-block;
  background-color: #9da791;
  line-height: 1.47058824;
  cursor: pointer;
  font-weight: bold;
  color: #FFFFFF;
  appearance: none;
  padding: 25px;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  transition: all 0.4s;
}
@media (max-width: 1279px) {
  .button2 {
    font-size: 16px;
    line-height: 1.3125;
    padding: 15px 25px;
  }
}
@media (max-width: 767px) {
  .button2 {
    font-size: 13px;
    line-height: 1.30769231;
  }
}
.button3 {
  display: inline-block;
  background-color: #E53E59;
  font-size: 15px;
  line-height: 1.4;
  cursor: pointer;
  font-weight: bold;
  color: #FFFFFF;
  appearance: none;
  padding: 3px 10px;
  border-radius: 1000px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  transition: all 0.4s;
}
.button3:hover,
.button3:focus {
  background-color: #FFFFFF;
  color: #E53E59;
}
@font-face {
  font-family: "Juana Medium";
  src: url("/extras/fonts/JuanaMedium/font.woff2") format("woff2");
  src: url("/extras/fonts/JuanaMedium/font.woff") format("woff");
}
@font-face {
  font-family: "Juana Regular";
  src: url("/extras/fonts/JuanaRegular/font.woff2") format("woff2");
  src: url("/extras/fonts/JuanaRegular/font.woff") format("woff");
}
@font-face {
  font-family: "Rustica Light";
  src: url("/extras/fonts/RusticaLight/font.woff2") format("woff2");
  src: url("/extras/fonts/RusticaLight/font.woff") format("woff");
}
@font-face {
  font-family: "Rustica SemiLight";
  src: url("/extras/fonts/RusticaSemiLight/font.woff2") format("woff2");
  src: url("/extras/fonts/RusticaSemiLight/font.woff") format("woff");
}
@font-face {
  font-family: "Rustica Medium";
  src: url("/extras/fonts/RusticaMedium/font.woff2") format("woff2");
  src: url("/extras/fonts/RusticaMedium/font.woff") format("woff");
}
/* parkinsans-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: 'Parkinsans';
  font-style: normal;
  font-weight: 400;
  src: url('/extras/fonts/parkinsans-v3-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* parkinsans-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Parkinsans';
  font-style: normal;
  font-weight: 600;
  src: url('/extras/fonts/parkinsans-v3-latin-600.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: #E53E59;
  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: 17px;
  font-family: 'Parkinsans', sans-serif;
  line-height: 1.47058824;
}
.unit caption {
  display: none;
}
.flag {
  background: #E53E59;
  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%;
  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%;
}
.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;
}
#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;
}
div.load a.load {
  width: auto;
  display: inline-block;
  color: var(--s-downloadcolor);
  font-weight: bold;
  text-align: center;
  padding-top: 70px;
  position: relative;
  transition: all 0.4s;
}
div.load a.load:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 40px;
  height: 52px;
  transition: all 0.4s;
  background-color: var(--s-downloadcolor);
  -webkit-mask-image: url('/images/icon-download.svg');
          mask-image: url('/images/icon-download.svg');
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}
@media (hover: hover) and (pointer: fine) {
  div.load a.load:hover,
  div.load a.load:focus {
    color: var(--s-downloadcolor-hov);
  }
  div.load a.load:hover:before,
  div.load a.load:focus:before {
    background-color: var(--s-downloadcolor-hov);
  }
}
@media (max-width: 1279px) {
  div.load a.load {
    font-size: 16px;
    line-height: 1.3125;
    padding-top: 60px;
  }
  div.load a.load:before {
    width: 35px;
    height: 46px;
  }
}
@media (max-width: 767px) {
  div.load a.load {
    font-size: 13px;
    line-height: 1.30769231;
    text-align: left;
    padding: 5px 0 5px 30px;
  }
  div.load a.load:before {
    width: 20px;
    height: 26px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.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: 17px;
  position: relative;
}
.list--bullet li:before {
  content: '';
  width: 17px;
  height: 25px;
  -webkit-mask-size: 9px 7px;
          mask-size: 9px 7px;
  -webkit-mask-position: 0 50%;
          mask-position: 0 50%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: url(/images/list-bullet-black.svg);
          mask-image: url(/images/list-bullet-black.svg);
  background-color: var(--s-textcolor);
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 1279px) {
  .list--bullet li:before {
    width: 9px;
    height: 21px;
  }
}
@media (max-width: 767px) {
  .list--bullet li:before {
    width: 9px;
    height: 17px;
  }
}
.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%;
  position: relative;
}
#slides {
  float: left;
  width: 100%;
  height: 0 !important;
  max-width: 100% !important;
  padding-bottom: 49.84375%;
  position: relative;
}
@media (max-width: 1279px) {
  #slides {
    padding-bottom: 120.52631579%;
  }
}
#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: top 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: #E53E59;
  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: #E53E59;
}
.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: 'Parkinsans', 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: 34px;
  line-height: 1.17647059;
  letter-spacing: 0.03em;
  font-weight: 600;
  color: var(--s-textcolor);
  width: 100%;
  box-sizing: border-box;
  padding-right: 30px;
}
@media (max-width: 1279px) {
  #disp h2 {
    font-size: 28px;
    line-height: 1.14285714;
  }
}
@media (max-width: 767px) {
  #disp h2 {
    font-size: 22px;
    line-height: 1.13636364;
  }
}
#disp h3 {
  color: #E53E59;
  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: 27px;
  height: 27px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/icon-cross.svg);
}
#disp .foot input,
#disp .foot a {
  float: left;
  display: inline-block;
  line-height: 1.47058824;
  cursor: pointer;
  font-weight: bold;
  color: var(--s-btncolor);
  appearance: none;
  padding-left: 70px;
  border-radius: 0;
  box-sizing: border-box;
  text-align: left;
  text-decoration: none;
  background-size: 50px 2px;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(var(--s-btncolor), var(--s-btncolor));
  transition: all 0.4s;
  line-height: 1.42857143;
}
@media (max-width: 1279px) {
  #disp .foot input,
  #disp .foot a {
    font-size: 16px;
    line-height: 1.3125;
    padding-left: 62px;
    background-size: 45px 2px;
  }
}
@media (max-width: 767px) {
  #disp .foot input,
  #disp .foot a {
    font-size: 13px;
    line-height: 1.30769231;
    padding-left: 44px;
    background-size: 33px 1px;
  }
}
#disp .foot input:hover,
#disp .foot a:hover,
#disp .foot input:focus,
#disp .foot a:focus {
  background-color: rgba(0, 0, 0, 0);
  background-size: 85px 2px;
  padding-left: 105px;
}
@media (max-width: 1279px) {
  #disp .foot input:hover,
  #disp .foot a:hover,
  #disp .foot input:focus,
  #disp .foot a:focus {
    padding-left: 82px;
    background-size: 65px 2px;
  }
}
@media (max-width: 767px) {
  #disp .foot input:hover,
  #disp .foot a:hover,
  #disp .foot input:focus,
  #disp .foot a:focus {
    padding-left: 64px;
    background-size: 53px 1px;
  }
}
#disp .foot input:active,
#disp .foot a:active {
  background-color: rgba(0, 0, 0, 0);
}
#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.radio,
#disp input.checkbox {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  height: 20px;
  width: 20px;
}
.cb-sitemap-target {
  float: left;
  margin-bottom: 20px;
  color: #fff;
  padding: 5px 10px;
  background-color: #ae2121;
}
.cb-sitemap-contents {
  float: left;
  width: 100%;
}
.cb-sitemap-contents li {
  list-style: none;
  padding-left: 20px;
  position: relative;
}
.cb-sitemap-contents li:before {
  content: '•';
  position: absolute;
  left: 0;
  top: 0;
}
.cb-zoom-indicator {
  position: absolute;
  z-index: 2;
  right: 15px;
  bottom: 15px;
  width: 36px;
  height: 36px;
  border-radius: 30px;
  background-color: rgba(0, 0, 0, 0.5);
  background-size: 18px 18px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-zoom-white.svg);
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s cubic-bezier(0.05, 0.8, 0.5, 1);
}
a.zoom .cb-zoom-indicator {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 1279px) {
  .cb-zoom-indicator {
    right: 10px;
    bottom: 10px;
    width: 24px;
    height: 24px;
    background-size: 12px 12px;
    opacity: 1;
    transform: scale(1);
  }
}
#disp.zoom {
  position: fixed;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  max-width: 100%;
  height: 100%;
  background: none;
  padding: 0 !important;
  display: block !important;
  transform: none;
}
#disp.zoom .disp-wrapper {
  padding: 0;
  background: none;
  height: 100%;
}
#disp.zoom div.head h2 {
  display: none;
}
#disp.zoom div.head div.ctrl {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 2;
}
@media (max-width: 767px) {
  #disp.zoom div.head div.ctrl {
    top: 20px;
    right: 20px;
  }
}
#disp.zoom div.head div.ctrl > div {
  float: left;
  margin: 0 10px;
}
#disp.zoom div.head div.ctrl > div:first-child {
  margin-left: 0;
}
#disp.zoom div.head div.ctrl > div:last-child {
  margin-right: 0;
}
#disp.zoom div.head div.ctrl a {
  float: left;
  display: block;
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-arrow-left-white.svg);
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
}
#disp.zoom div.head div.ctrl .next a {
  background-image: url(/images/cb-default/cb-arrow-right-white.svg);
}
#disp.zoom div.head div.ctrl .quit a {
  background-image: url(/images/cb-default/cb-cross-white.svg);
  background-size: 16px 16px;
}
#disp.zoom div.head div.ctrl a:hover {
  transform: scale(1.1);
}
#disp.zoom div.head div.ctrl a:active {
  transform: scale(1);
}
#disp.zoom div.body {
  float: left;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 80px 30px;
  margin: 0;
}
@media (max-width: 767px) {
  #disp.zoom div.body {
    padding: 60px 20px;
  }
}
#disp.zoom div.body > div {
  float: left;
  width: 100% !important;
  height: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#disp.zoom div.body a {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#disp.zoom div.body img {
  float: left;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
#disp.zoom div.foot {
  display: none;
}
.ie11 #disp.zoom {
  position: absolute;
}
.ie11 #disp.zoom div.body,
.ie11 #disp.zoom div.body > div,
.ie11 #disp.zoom div.body a {
  height: auto;
  display: block;
}
.ie11 #disp.zoom div.body img {
  float: none;
  position: relative;
  height: auto;
  display: block;
  margin: 0 auto;
}
#disp.srch {
  display: block !important;
}
#disp.srch h2 {
  display: none;
}
#disp.srch .disp-wrapper {
  background: none;
  padding: 0;
}
#disp.srch .head .ctrl a {
  background-image: url(/images/cb-default/cb-cross-white.svg);
}
#disp.srch div.body {
  margin: 0;
}
#disp.srch fieldset {
  margin: 0;
}
#disp.srch label.name {
  display: none;
}
#disp.srch input.text {
  font-family: 'Parkinsans', 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 {
  box-sizing: border-box;
}
.area--one .unit--form {
  width: calc(((100% / 3) * 2) - 30px);
  padding-left: 96px;
}
.area--newsletter .unit--form {
  padding-left: calc((100% / 289) * 49);
  padding-right: calc((100% / 289) * 49);
}
.unit--form .part--input + .part--input {
  margin-top: 0;
}
@media (max-width: 1279px) {
  .area--one .unit--form {
    width: 100%;
    padding-left: 0;
  }
  .area--newsletter .unit--form {
    padding-left: 0;
    padding-right: calc((100% / 640) * 165);
  }
}
@media (max-width: 767px) {
  .area--newsletter .unit--form {
    padding-right: 0;
  }
  .unit--form .part--input + .part--input {
    margin-top: var(--spacePart);
  }
}
.unit.form form {
  float: left;
  width: 100%;
}
.cb-form-required {
  float: left;
  width: 100%;
}
.area--newsletter .unit.form .part.must {
  display: none;
}
.unit.form fieldset {
  float: left;
  width: 100%;
  position: relative;
}
.unit.form .part--input fieldset {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 2px solid var(--s-bordercolor);
}
.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: 65%;
  }
}
.unit.form .name {
  float: left;
  width: 100%;
  color: var(--s-textcolor);
}
@media (min-width: 768px) {
  .unit.form .tile .name {
    width: 30%;
    min-height: 50px;
    padding-top: 12.5px;
    padding-bottom: 12.5px;
    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: transparent;
  min-height: 50px;
  padding: 8px 0;
  appearance: none;
  font-size: 17px;
  line-height: 1.47058824;
  letter-spacing: 0.01em;
  color: var(--s-textcolor);
}
@media (max-width: 1279px) {
  .unit.form input.text,
  .unit.form textarea {
    font-size: 16px;
    line-height: 1.3125;
  }
}
@media (max-width: 767px) {
  .unit.form input.text,
  .unit.form textarea {
    font-size: 14px;
    line-height: 1.28571429;
  }
}
.unit.form input.text.fail,
.unit.form textarea.fail {
  color: #ae2121;
}
@media (max-width: 767px) {
  .unit.form input.text,
  .unit.form textarea {
    min-height: 0;
  }
}
.unit.form textarea {
  padding: 10px;
}
@media (min-width: 768px) {
  .unit.form .tile input.text,
  .unit.form .tile textarea {
    float: right;
    width: 65%;
  }
}
.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: 12.5px;
    padding-bottom: 12.5px;
  }
}
.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: 25px;
  vertical-align: top;
}
@media (min-width: 768px) {
  .unit.form div.tick.tile input {
    top: 12.5px;
  }
}
.unit.form select {
  float: left;
  width: 100%;
  font-family: 'Parkinsans', sans-serif;
  font-size: 17px;
  line-height: 1.47058824;
  background: transparent;
  height: 50px;
  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 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: 65%;
    min-height: 50px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }
}
.unit.form .submit {
  float: left;
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
  display: inline-block;
  line-height: 1.47058824;
  cursor: pointer;
  font-weight: bold;
  color: var(--s-btncolor);
  appearance: none;
  padding-left: 70px;
  border-radius: 0;
  box-sizing: border-box;
  text-align: left;
  text-decoration: none;
  background-size: 50px 2px;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(var(--s-btncolor), var(--s-btncolor));
  transition: all 0.4s;
}
@media (max-width: 1279px) {
  .unit.form .submit {
    font-size: 16px;
    line-height: 1.3125;
    padding-left: 62px;
    background-size: 45px 2px;
  }
}
@media (max-width: 767px) {
  .unit.form .submit {
    font-size: 13px;
    line-height: 1.30769231;
    padding-left: 44px;
    background-size: 33px 1px;
  }
}
.unit.form .submit:hover,
.unit.form .submit:focus {
  background-color: rgba(0, 0, 0, 0);
  background-size: 85px 2px;
  padding-left: 105px;
}
@media (max-width: 1279px) {
  .unit.form .submit:hover,
  .unit.form .submit:focus {
    padding-left: 82px;
    background-size: 65px 2px;
  }
}
@media (max-width: 767px) {
  .unit.form .submit:hover,
  .unit.form .submit:focus {
    padding-left: 64px;
    background-size: 53px 1px;
  }
}
.unit.form .submit:active {
  background-color: rgba(0, 0, 0, 0);
}
.area--newsletter .unit.form .submit {
  float: right;
}
.calendar {
  position: absolute !important;
  z-index: 2;
  left: 35% !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;
  border-bottom: 2px solid #ae2121;
  background-color: #e7bcbc;
}
.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;
  color: var(--s-textcolor);
  padding: 1px 0 1px 40px;
  position: relative;
}
.unit.form div.cb-form-sent a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 27px;
  height: 27px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/icon-check.svg);
}
.unit.form div.cb-form-sent.fail a:before {
  background-image: url(/images/icon-cross.svg);
}
#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;
  line-height: 1.47058824;
  cursor: pointer;
  font-weight: bold;
  color: var(--s-btncolor);
  appearance: none;
  padding-left: 70px;
  border-radius: 0;
  box-sizing: border-box;
  text-align: left;
  text-decoration: none;
  background-size: 50px 2px;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(var(--s-btncolor), var(--s-btncolor));
  transition: all 0.4s;
}
@media (max-width: 1279px) {
  .two-step-verification-container a {
    font-size: 16px;
    line-height: 1.3125;
    padding-left: 62px;
    background-size: 45px 2px;
  }
}
@media (max-width: 767px) {
  .two-step-verification-container a {
    font-size: 13px;
    line-height: 1.30769231;
    padding-left: 44px;
    background-size: 33px 1px;
  }
}
.two-step-verification-container a:hover,
.two-step-verification-container a:focus {
  background-color: rgba(0, 0, 0, 0);
  background-size: 85px 2px;
  padding-left: 105px;
}
@media (max-width: 1279px) {
  .two-step-verification-container a:hover,
  .two-step-verification-container a:focus {
    padding-left: 82px;
    background-size: 65px 2px;
  }
}
@media (max-width: 767px) {
  .two-step-verification-container a:hover,
  .two-step-verification-container a:focus {
    padding-left: 64px;
    background-size: 53px 1px;
  }
}
.two-step-verification-container a:active {
  background-color: rgba(0, 0, 0, 0);
}
.two-step-verification__div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #fff;
  background-size: 100px 100px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-loader-black.svg);
}
.two-step-verification-container.loaded .two-step-verification__div {
  background-image: none;
}
.table {
  float: left;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
.table-layout-fixed .table {
  table-layout: fixed;
}
.table tr {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#view .table tr {
  border: none;
}
.table-head tr {
  border-top: none;
}
.table th {
  font-weight: normal;
  padding: 5px 10px;
  vertical-align: top;
}
.table th.init {
  padding-left: 0;
}
.table th.exit {
  padding-right: 0;
}
.table th.align-left {
  text-align: left;
}
.table th.align-center {
  text-align: center;
}
.table th.align-right {
  text-align: right;
}
.table--headline th {
  font-weight: bold;
}
.table td {
  padding: 5px 10px;
  vertical-align: top;
  font-size: 17px;
  line-height: 1.47058824;
  letter-spacing: 0.01em;
  color: var(--s-textcolor);
}
@media (max-width: 1279px) {
  .table td {
    font-size: 16px;
    line-height: 1.3125;
  }
}
@media (max-width: 767px) {
  .table td {
    font-size: 14px;
    line-height: 1.28571429;
  }
}
.table td.init {
  padding-left: 0;
  width: 100px;
}
.table td.exit {
  padding-right: 0;
}
@media (max-width: 767px) {
  .table td.init {
    width: 75px;
  }
}
.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.21642764vw;
  }
}
html,
body {
  float: left;
  width: 100%;
  min-height: 100vh;
}
.logo {
  float: left;
  height: 77px;
}
.logo--foot {
  height: 54px;
}
@media (max-width: 1279px) {
  .logo {
    height: 60px;
  }
}
@media (max-width: 767px) {
  .logo {
    height: 48px;
  }
}
.logo__image {
  width: auto;
  height: 100%;
}
.logo--foot .logo__image {
  width: 100%;
}
#head {
  float: left;
  width: 100%;
}
.layout6 #head {
  position: relative;
  --s-textcolor: #FFFFFF;
}
.wrapper {
  float: left;
  width: 100%;
  min-height: 100vh;
  height: var(--js-elementHeight);
  background-color: #f0ede9;
  font-family: 'Parkinsans', sans-serif;
  font-size: 17px;
  line-height: 1.47058824;
  color: var(--s-textcolor);
  hyphens: none;
  display: flex;
  flex-direction: column;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
.layout3 .wrapper,
.layout5 .wrapper {
  padding-top: 158px;
}
@media (max-width: 1279px) {
  .layout3 .wrapper,
  .layout5 .wrapper {
    padding-top: 115px;
  }
}
@media (max-width: 1279px) {
  .layout3 .wrapper,
  .layout5 .wrapper {
    padding-top: 90px;
  }
}
.container {
  float: left;
}
.container--head {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  box-sizing: border-box;
  position: relative;
  margin: 32px 0;
}
@media (max-width: 1279px) {
  .container--head {
    margin: 20px 0;
  }
}
.cbdModule--naviLink {
  width: auto;
}
.cbdModule--naviLink .naviLink {
  display: inline-block;
  background-color: #E53E59;
  font-size: 15px;
  line-height: 1.4;
  cursor: pointer;
  font-weight: bold;
  color: #FFFFFF;
  appearance: none;
  padding: 3px 10px;
  border-radius: 1000px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  transition: all 0.4s;
}
.cbdModule--naviLink .naviLink:hover,
.cbdModule--naviLink .naviLink:focus {
  background-color: #FFFFFF;
  color: #E53E59;
}
main {
  float: left;
  width: 100%;
  flex: 1 0;
}
.container--mood {
  float: left;
  width: 100%;
  position: relative;
  padding: 47px 0;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: flex-end;
  gap: 40px;
  min-height: 425px;
}
.container--mood:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 70%;
  border-radius: 100%;
  aspect-ratio: 3 / 2;
  background-image: radial-gradient(rgba(229, 62, 89, 0.24) 20%, transparent 60%);
  transform: translateY(-50%) translateX(-50%);
  pointer-events: none;
}
.container--mood #head {
  grid-column: 7 / span 6;
  box-sizing: border-box;
  padding-left: 65px;
  flex-shrink: 0;
  align-self: stretch;
}
.container--mood #head h1 {
  display: flex;
  align-items: flex-end;
  position: sticky;
  top: 0;
  height: 100%;
  margin-bottom: -50vh;
}
.container--mood .cbdModule--moodLink {
  grid-column: 1 / span 6;
}
.container--mood .cbdModule--moodLink .moodLink {
  display: inline-block;
  line-height: 1.47058824;
  cursor: pointer;
  font-weight: bold;
  color: var(--s-btncolor);
  appearance: none;
  padding-left: 70px;
  border-radius: 0;
  box-sizing: border-box;
  text-align: left;
  text-decoration: none;
  background-size: 50px 2px;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(var(--s-btncolor), var(--s-btncolor));
  transition: all 0.4s;
}
@media (max-width: 1279px) {
  .container--mood .cbdModule--moodLink .moodLink {
    font-size: 16px;
    line-height: 1.3125;
    padding-left: 62px;
    background-size: 45px 2px;
  }
}
@media (max-width: 767px) {
  .container--mood .cbdModule--moodLink .moodLink {
    font-size: 13px;
    line-height: 1.30769231;
    padding-left: 44px;
    background-size: 33px 1px;
  }
}
.container--mood .cbdModule--moodLink .moodLink:hover,
.container--mood .cbdModule--moodLink .moodLink:focus {
  background-color: rgba(0, 0, 0, 0);
  background-size: 85px 2px;
  padding-left: 105px;
}
@media (max-width: 1279px) {
  .container--mood .cbdModule--moodLink .moodLink:hover,
  .container--mood .cbdModule--moodLink .moodLink:focus {
    padding-left: 82px;
    background-size: 65px 2px;
  }
}
@media (max-width: 767px) {
  .container--mood .cbdModule--moodLink .moodLink:hover,
  .container--mood .cbdModule--moodLink .moodLink:focus {
    padding-left: 64px;
    background-size: 53px 1px;
  }
}
.container--mood .cbdModule--moodLink .moodLink:active {
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 1279px) {
  .container--mood {
    min-height: auto;
    padding-top: 120px;
    padding-bottom: 24px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .container--mood:before {
    width: 150%;
  }
  .container--mood #head {
    grid-column: span 3;
    padding-left: 0;
    order: 1;
    align-self: auto;
  }
  .container--mood #head h1 {
    display: block;
    height: auto;
    margin-bottom: 0;
  }
  .container--mood .cbdModule--moodLink {
    grid-column: 2 / span 2;
    order: 2;
  }
}
.container--illustration {
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  isolation: isolate;
  box-sizing: border-box;
}
.container--illustration .illustration {
  position: absolute;
  left: 0;
  top: 40%;
  width: 460px;
  z-index: -1;
  opacity: 0;
  transition: all 0.4s;
}
.show-content .container--illustration .illustration {
  opacity: 1;
}
.container--illustration .illustration .illu__img {
  float: left;
  width: 100%;
  height: 100%;
}
@media (max-width: 1279px) {
  .container--illustration .illustration {
    top: 50%;
  }
}
.aside {
  position: fixed;
  z-index: 1000;
  right: 0;
  box-sizing: border-box;
  top: 26%;
}
#view.areaAside--empty .aside {
  display: none;
}
.aside--offer {
  background-color: #f0ede9;
  --s-downloadcolor-hov: #FFFFFF;
}
.aside--download {
  background-color: #9da791;
  --s-downloadcolor: #E53E59;
  --s-downloadcolor-hov: #FFFFFF;
}
.aside .aside__toggle {
  font-weight: bold;
}
@media (max-height: 950px) {
  .aside {
    top: 158px;
  }
}
@media (max-width: 1279px) {
  .aside {
    top: unset;
    bottom: 0;
  }
  .aside .aside__toggle {
    position: relative;
    cursor: pointer;
  }
  .aside .aside__toggle:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    right: 0;
    background-size: 100% 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(/images/arrow-top-black.svg);
    transition: all 0.4s;
  }
  #view .aside--offer .area {
    height: 0;
    overflow: hidden;
    transition: all 0.4s;
  }
  .aside--offer.cb-toggle-target-active .area {
    height: var(--js-elementHeight) !important;
  }
  .aside--offer.cb-toggle-target-active .aside__toggle:before {
    transform: rotate(-180deg);
  }
}
.container--about {
  float: left;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  margin: calc(var(--spaceTotal) * 2) 0;
}
@media (max-width: 1279px) {
  .container--about {
    flex-direction: column-reverse;
  }
}
.about-content {
  float: left;
}
.toplink {
  cursor: pointer;
  position: absolute;
  top: -69px;
  right: 0;
  width: 24px;
  height: 38px;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: url(/images/icon-toplink.svg);
          mask-image: url(/images/icon-toplink.svg);
  background-color: #E53E59;
  transition: all 0.4s;
}
.toplink:hover,
.toplink:focus {
  transform: translateY(-6px);
}
@media (max-width: 1279px) {
  .toplink {
    top: 20px;
    bottom: unset;
  }
}
.footarea {
  float: left;
  width: 100%;
}
.footarea--top {
  background-color: #454f44;
  --s-textcolor: #FFFFFF;
  --s-linkcolor: #FFFFFF;
}
.footarea--bottom {
  background-color: #f0ede9;
}
.footunit {
  float: left;
  width: 100%;
}
.footunit--top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin: 70px 0 60px;
}
.footunit--bottom {
  margin: 15px 0;
}
@media (max-width: 1279px) {
  .footunit--top {
    margin: 50px 0;
  }
  .footunit--bottom {
    margin: 10px 0 5px;
  }
}
@media (max-width: 1279px) {
  .footunit--top {
    margin: 45px 0 35px;
  }
}
.footpart {
  float: left;
}
.footpart--wide {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
}
.footpart--slim {
  margin-top: 35px;
  box-sizing: border-box;
}
.footpart--legal {
  display: flex;
}
@media (max-width: 1279px) {
  .footpart--wide {
    gap: 40px;
    width: 100%;
  }
  .footpart--slim {
    margin-top: 35px;
    padding-left: 186px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .footpart--wide {
    flex-direction: column;
    align-items: flex-start;
  }
  .footpart--slim {
    padding-left: 0;
  }
}
.vcard {
  float: left;
  color: var(--s-textcolor);
  display: flex;
  gap: 80px;
  font-size: 22px;
  line-height: 1.31818182;
  letter-spacing: 0.01em;
}
.vcard .name {
  font-weight: bold;
}
.vcard a:hover,
.vcard a:focus {
  -webkit-text-decoration: underline 1px;
          text-decoration: underline 1px;
  text-underline-offset: 6px;
}
@media (max-width: 1279px) {
  .vcard {
    font-size: 17px;
    line-height: 1.35294118;
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .vcard {
    flex-direction: column;
  }
}
#social {
  float: left;
}
#social .meta {
  float: left;
  width: 26px;
  height: 26px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: url(/images/social-facebook.svg);
          mask-image: url(/images/social-facebook.svg);
  background-color: var(--s-textcolor);
  margin-right: 22px;
  transition: all 0.4s;
}
#social .meta:last-child {
  margin-right: 0;
}
#social .meta:hover,
#social .meta:focus {
  transform: translateY(-6px);
}
#social .meta.service_linkedin {
  -webkit-mask-image: url(/images/social-linkedin.svg);
          mask-image: url(/images/social-linkedin.svg);
}
#social .meta.service_instagram {
  -webkit-mask-image: url(/images/social-instagram.svg);
          mask-image: url(/images/social-instagram.svg);
}
#social .meta.service_mail {
  -webkit-mask-image: url(/images/social-mail.svg);
          mask-image: url(/images/social-mail.svg);
}
@media (max-width: 1279px) {
  #social .meta {
    width: 20px;
    height: 20px;
    margin-right: 18px;
  }
}
@media (max-width: 1279px) {
  #social .meta {
    width: 18px;
    height: 18px;
    margin-right: 17px;
  }
}
.footpart--legal .separator {
  float: left;
  margin: 0 10px;
  font-weight: bold;
  font-size: 13px;
  line-height: 1.15384615;
}
@media (max-width: 1279px) {
  .footpart--legal .separator {
    font-size: 11px;
    line-height: 1.18181818;
  }
}
.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--areaFilter .desk {
  --deskWidth: 1220px;
}
.section {
  float: left;
  width: 100%;
  position: relative;
}
.section--header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2000;
  transition: all 0.4s;
}
.section--header.navi--hidden {
  transform: translateY(-100%);
}
.cb-scroll-triggered--active .section--header {
  background-color: var(--s-headerbackground);
}
.section--one {
  z-index: 2;
  background-color: #f0ede9;
}
.section--moodContent {
  --s-textcolor: #FFFFFF;
  --s-linkcolor: #FFFFFF;
  --s-btncolor: #FFFFFF;
  background-color: #454f44;
}
.section--moodImage {
  position: sticky;
  top: 0;
  left: 0;
}
.section--gray {
  --s-textcolor: #FFFFFF;
  --s-linkcolor: #FFFFFF;
  --s-skewcolor: #FFFFFF;
  --s-downloadcolor: #FFFFFF;
  --s-downloadcolor-hov: #E53E59;
  --s-btncolor: #FFFFFF;
  --s-bordercolor: #FFFFFF;
  background-color: #9da791;
}
.section--gray .area {
  margin-top: calc((var(--spaceTotal) * 2) + 20px + var(--extraSpaceTop, calc((var(--spaceTotal) * 3) - var(--spacePart))));
  margin-bottom: calc((var(--spaceTotal) * 2) + 20px + var(--extraSpaceTop, calc((var(--spaceTotal) * 3) - var(--spacePart))));
}
.section--areaNewsletter {
  --extraSpaceTop: 0px;
  --extraSpaceBottom: 0px;
}
.section--areaFilter {
  --extraSpaceTop: (var(--spaceTotal) * 1) - 10px;
}
.section--area4 {
  --extraSpaceTop: 0px;
}
.section--about {
  background-color: var(--s-headerbackground);
  padding-top: 158px;
}
@media (max-width: 1279px) {
  .section--about {
    margin-bottom: 60px;
    padding-top: 115px;
  }
}
@media (max-width: 1279px) {
  .section--about {
    margin-bottom: 46px;
    padding-top: 90px;
  }
}
.layout3 .section--area1,
.layout5 .section--area1 {
  margin-top: calc(var(--spaceTotal) * 3);
}
.layout4 .section--area1,
.layout6 .section--area1 {
  margin-top: calc(var(--spaceTotal) * 2);
}
a {
  color: var(--s-linkcolor);
  text-decoration: none;
}
a:hover,
a:focus {
  color: var(--s-linkcolor);
}
h1 {
  font-size: 50px;
  line-height: 1.12;
  font-weight: 400;
  color: var(--s-textcolor);
}
@media (max-width: 1279px) {
  h1 {
    font-size: 30px;
    line-height: 1.16666667;
  }
}
h2 {
  font-size: 34px;
  line-height: 1.17647059;
  letter-spacing: 0.03em;
  font-weight: 600;
  color: var(--s-textcolor);
}
@media (max-width: 1279px) {
  h2 {
    font-size: 28px;
    line-height: 1.14285714;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 22px;
    line-height: 1.13636364;
  }
}
.norm {
  font-size: 17px;
  line-height: 1.47058824;
  letter-spacing: 0.01em;
  color: var(--s-textcolor);
}
@media (max-width: 1279px) {
  .norm {
    font-size: 16px;
    line-height: 1.3125;
  }
}
@media (max-width: 767px) {
  .norm {
    font-size: 14px;
    line-height: 1.28571429;
  }
}
.loud {
  font-size: 34px;
  line-height: 1.26470588;
  letter-spacing: 0.01em;
  color: var(--s-textcolor);
  hyphens: manual;
}
@media (max-width: 1279px) {
  .loud {
    font-size: 26px;
    line-height: 1.26923077;
  }
}
@media (max-width: 767px) {
  .loud {
    font-size: 18px;
    line-height: 1.27777778;
  }
}
.pale {
  font-size: 22px;
  line-height: 1.22727273;
  letter-spacing: 0.01em;
  color: var(--s-textcolor);
}
@media (max-width: 1279px) {
  .pale {
    font-size: 19px;
    line-height: 1.21052632;
  }
}
@media (max-width: 767px) {
  .pale {
    font-size: 15px;
    line-height: 1.2;
  }
}
.skew {
  font-size: 75px;
  line-height: 1.13333333;
  letter-spacing: 0.02em;
  text-align: center;
  color: var(--s-skewcolor);
  font-weight: bold;
}
@media (max-width: 1279px) {
  .skew {
    font-size: 62px;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .skew {
    font-size: 40px;
    line-height: 1.125;
  }
}
.legal-link {
  float: left;
  font-weight: bold;
  font-size: 13px;
  line-height: 1.15384615;
}
.legal-link:hover,
.legal-link:focus {
  -webkit-text-decoration: underline 1px;
          text-decoration: underline 1px;
  text-underline-offset: 3px;
}
@media (max-width: 1279px) {
  .legal-link {
    font-size: 11px;
    line-height: 1.18181818;
  }
}
.filterTitle {
  font-weight: bold;
}
@media (max-width: 1279px) {
  .filterTitle {
    font-size: 16px;
    line-height: 1.3125;
  }
}
@media (max-width: 1279px) {
  .filterTitle {
    font-size: 13px;
    line-height: 1.30769231;
  }
}
.area--one {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  box-sizing: border-box;
}
.area--one .unitOne--1-2 {
  box-sizing: border-box;
}
.area--one .unitTwo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.area--one .unitTwo .unit__content {
  border-left: 1px solid var(--s-textcolor);
  box-sizing: border-box;
}
.area--one .unitThree {
  --s-textcolor: #FFFFFF;
  --s-linkcolor: #FFFFFF;
  --s-skewcolor: #FFFFFF;
  --s-bordercolor: #FFFFFF;
  --s-btncolor: #FFFFFF;
  --s-downloadcolor: #FFFFFF;
  --s-downloadcolor-hov: #E53E59;
  --spaceUnit: 13px;
  transition: all 0.4s;
  box-sizing: border-box;
}
.area--one .unitThree.unit--isAnchor:hover .part.link .open,
.area--one .unitThree.unit--isAnchor:focus .part.link .open {
  background-color: rgba(0, 0, 0, 0);
  background-size: 85px 2px;
  padding-left: 105px;
}
@media (max-width: 1279px) {
  .area--one .unitThree.unit--isAnchor:hover .part.link .open,
  .area--one .unitThree.unit--isAnchor:focus .part.link .open {
    padding-left: 82px;
    background-size: 65px 2px;
  }
}
@media (max-width: 767px) {
  .area--one .unitThree.unit--isAnchor:hover .part.link .open,
  .area--one .unitThree.unit--isAnchor:focus .part.link .open {
    padding-left: 64px;
    background-size: 53px 1px;
  }
}
.area--one .unitThree--bgLightgray {
  background-color: #ced3c8;
}
.area--one .unitThree--bgDarkgray {
  background-color: #9da791;
}
.area--one .unitThree .unit__body {
  display: flex;
  flex-direction: column;
  height: auto;
  isolation: isolate;
}
.area--one .unitThree .part.pict:first-child {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  margin: 0;
  z-index: -1;
}
.area--one .unitThree .part.pict:first-child * {
  height: 100%;
}
.area--one .unitThree .part.pict:first-child img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.area--one .unitThree .part.link:last-child {
  align-self: flex-end;
  margin-top: auto;
}
@media (max-width: 1279px) {
  .area--one .unitThree {
    --spaceUnit: 11px;
  }
}
@media (max-width: 1279px) {
  .area--one .unitThree {
    --spaceUnit: 7px;
  }
}
.area--one .unitFour {
  --spaceUnit: 150px;
}
.area--one .unitFour:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
  border-radius: 100%;
  aspect-ratio: 3 / 2;
  background-image: radial-gradient(rgba(229, 62, 89, 0.11) 20%, transparent 60%);
  transform: translateY(-50%);
  pointer-events: none;
}
@media (max-width: 1279px) {
  .area--one .unitFour:before {
    top: 50%;
    right: 50%;
    width: 150%;
    transform: translateY(-50%) translateX(50%);
  }
}
.area--one .unitFive.unit--fold {
  margin-bottom: calc(var(--spaceUnit) * 2);
}
.area--one .unitFive.unit--fold + .unitFive.unit--fold {
  margin-top: 0;
}
.area--one .unitFive.unit--fold .more {
  display: block !important;
  overflow: hidden;
  transition: all 0.4s;
  box-sizing: border-box;
}
.area--one .unitFive.unit--fold .fold-toggle {
  display: block;
  box-sizing: border-box;
  border-bottom: 2px solid var(--s-bordercolor);
  text-decoration: none;
}
.area--one .unitFive.unit--fold .fold-toggle:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: url(/images/arrow-bottom-black.svg);
          mask-image: url(/images/arrow-bottom-black.svg);
  background-color: var(--s-textcolor);
  transition: all 0.4s;
  transform: translateY(-50%);
}
.area--one .unitFive.unit--fold .fold-toggle.fold-toggle--open:before {
  transform: rotate(180deg) translateY(50%);
}
.area--one .unitFive.unit--fold .unit__foot {
  display: none;
}
@media (max-width: 1279px) {
  .area--one .unitFive.unit--fold .fold-toggle:before {
    right: 0;
  }
}
.area--one .unitSix {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
}
.area--one .unitSix + .unitSix {
  margin-top: calc(var(--spaceTotal) + var(--spacePart));
}
.area--one .unitSix--imageLeft .unit__content {
  margin-left: auto;
}
.area--one .unitSix--imageRight .unit__content {
  margin-right: auto;
}
.area--one .unitSix .unit__background {
  aspect-ratio: 1.5;
}
@supports not (aspect-ratio: 3 /  2) {
  .area--one .unitSix .unit__background:before {
    float: left;
    padding-top: 66.66666667%;
    content: '';
  }
  .area--one .unitSix .unit__background:after {
    display: block;
    content: '';
    clear: both;
  }
}
.area--one .unitSix .unit__background * {
  height: 100%;
}
.area--one .unitSix .unit__background img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.area--two {
  box-sizing: border-box;
}
.area:not(.areaAside) .unit.scroll-animated {
  opacity: 0;
  transform: translateY(200px);
  transition: all 0.8s 0.2s;
}
.area:not(.areaAside) .unit.scroll-animated--active {
  opacity: 1;
  transform: translateY(0);
}
.area:not(.areaAside) .part.link .open {
  display: inline-block;
  line-height: 1.47058824;
  cursor: pointer;
  font-weight: bold;
  color: var(--s-btncolor);
  appearance: none;
  padding-left: 70px;
  border-radius: 0;
  box-sizing: border-box;
  text-align: left;
  text-decoration: none;
  background-size: 50px 2px;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(var(--s-btncolor), var(--s-btncolor));
  transition: all 0.4s;
}
@media (max-width: 1279px) {
  .area:not(.areaAside) .part.link .open {
    font-size: 16px;
    line-height: 1.3125;
    padding-left: 62px;
    background-size: 45px 2px;
  }
}
@media (max-width: 767px) {
  .area:not(.areaAside) .part.link .open {
    font-size: 13px;
    line-height: 1.30769231;
    padding-left: 44px;
    background-size: 33px 1px;
  }
}
.area:not(.areaAside) .part.link .open:hover,
.area:not(.areaAside) .part.link .open:focus {
  background-color: rgba(0, 0, 0, 0);
  background-size: 85px 2px;
  padding-left: 105px;
}
@media (max-width: 1279px) {
  .area:not(.areaAside) .part.link .open:hover,
  .area:not(.areaAside) .part.link .open:focus {
    padding-left: 82px;
    background-size: 65px 2px;
  }
}
@media (max-width: 767px) {
  .area:not(.areaAside) .part.link .open:hover,
  .area:not(.areaAside) .part.link .open:focus {
    padding-left: 64px;
    background-size: 53px 1px;
  }
}
.area:not(.areaAside) .part.link .open:active {
  background-color: rgba(0, 0, 0, 0);
}
.areaAside .part.link .open {
  display: inline-block;
  background-color: #9da791;
  line-height: 1.47058824;
  cursor: pointer;
  font-weight: bold;
  color: #FFFFFF;
  appearance: none;
  padding: 25px;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  transition: all 0.4s;
}
@media (max-width: 1279px) {
  .areaAside .part.link .open {
    font-size: 16px;
    line-height: 1.3125;
    padding: 15px 25px;
  }
}
@media (max-width: 767px) {
  .areaAside .part.link .open {
    font-size: 13px;
    line-height: 1.30769231;
  }
}
.part.text .open {
  -webkit-text-decoration: underline 1px;
          text-decoration: underline 1px;
  text-underline-offset: 3px;
}
.part.text .open:hover,
.part.text .open:focus {
  text-decoration: none;
}
.part.text.part--alignCenter {
  text-align: center;
}
.part--contact {
  position: relative;
  box-sizing: border-box;
}
.part--contact:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/social-mail.svg);
}
@media (max-width: 1279px) {
  body.cb-toggle-target-active {
    overflow: hidden;
  }
  .section:not(.section--header) {
    transition: transform 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
  }
  body.cb-toggle-target-active .section:not(.section--header) {
    transform: translateY(200px);
  }
  body.cb-toggle-target-active .section:not(.section--header).section--header {
    transform: none;
  }
  .navigation {
    display: none;
  }
}
.togglenavigation {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2001;
  width: 34px;
  height: 22px;
  cursor: pointer;
}
.togglenavigation:before {
  content: 'Menü';
  position: absolute;
  left: -54px;
  color: #FFFFFF;
}
.tline {
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 1px;
  background-color: #FFFFFF;
  border-radius: 1px;
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.tline--2 {
  top: 50%;
  transform: translateY(-50%);
}
.tline--3 {
  top: unset;
  bottom: 0;
}
body.cb-toggle-target-active .tline--1 {
  transform: translateY(-50%) rotate(45deg);
  top: 50%;
}
body.cb-toggle-target-active .tline--2 {
  opacity: 0;
  left: 100%;
}
body.cb-toggle-target-active .tline--3 {
  top: 50%;
  bottom: unset;
  transform: translateY(-50%) rotate(-45deg);
}
.mobile-navigation {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1999;
  width: 100%;
  height: 100%;
  background-color: #454f44;
  overflow-y: scroll;
  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-animation {
  float: left;
  width: 100%;
  padding-top: 115px;
  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-animation {
  transition: all 1s cubic-bezier(0.05, 0.8, 0.5, 1);
  transform: translateY(0);
  opacity: 1;
}
.mobile-navi-content {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  box-sizing: border-box;
  padding: 0 5vw;
  margin: 170px 0 30px;
}
.mobile-navigation div.navi {
  float: left;
  width: 100%;
  display: block;
  position: relative;
}
.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: #FFFFFF;
}
.mobile-navigation div.sub1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.mobile-navigation div.sub1 > .item > .menu {
  text-transform: uppercase;
  text-align: center;
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0.09em;
  padding-bottom: 6px;
}
.mobile-navigation div.sub1 > .item > .menu.path {
  background: linear-gradient(#FFFFFF, #FFFFFF);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 1px;
}
@media (max-width: 767px) {
  .mobile-navigation div.sub1 {
    margin-top: 90px;
  }
  .mobile-navigation div.sub1 > .item > .menu {
    padding-bottom: 8px;
    font-size: 30px;
    line-height: 1;
  }
}
.mobile-navigation div.sub2 {
  overflow: hidden;
  max-height: 0;
}
.mobile-navigation div.sub2 > .item {
  opacity: 0;
  transform: scale(0.8);
}
.mobile-navigation div.navi > .item.cb-toggle-target-active > div.navi {
  transition: none;
  max-height: 1000px;
  transition: max-height 2s;
}
.mobile-navigation div.navi > .item.cb-toggle-target-active > div.navi > .item {
  transform: scale(1);
  opacity: 1;
  transition: all 0.3s;
}
.mobile-navigation .cb-toggle {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  cursor: pointer;
  width: 34px;
  height: 24px;
  background-size: 14px 14px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-arrow-down-black.svg);
  transition: all 0.3s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.mobile-navigation .cb-toggle.cb-toggle-active {
  transform: rotate(-180deg);
}
.layout6 #head {
  padding-left: 20px;
}
#view.layout6 #head {
  margin-top: -50px;
}
.container--illustration {
  padding-top: 90px;
}
.container--illustration .illustration {
  width: 200px;
}
.aside {
  padding: var(--spaceTotal) 17px;
  width: 100vw;
}
.aside--download {
  padding: 0 17px;
}
.about-image {
  margin-right: calc(var(--deskSpace) * -1);
  width: calc((100% / 17) * 15);
  margin-left: calc((100% / 17) * 2);
}
.area--one {
  width: 100%;
}
.area--one .unitTwo .unit__background {
  width: 73px;
  margin-right: 9px;
}
.area--one .unitTwo .unit__content {
  width: calc(100% - 82px);
  padding-left: 14px;
}
.area--one .unitThree--1-1,
.area--one .unitThree--1-3 {
  padding: 25px;
}
.area--one .unitFive.unit--fold .less .part {
  margin-top: 0;
  margin-bottom: 0;
}
.area--one .unitFive.unit--fold .more {
  height: 0;
}
.area--one .unitFive.unit--fold.unit--foldOpen .more {
  height: calc(var(--js-elementHeight));
  margin-top: var(--spaceUnit);
  margin-bottom: calc(var(--spacePart) * 2);
}
#edit .area--one .unitFive.unit--fold.unit--foldOpen .more {
  height: auto;
}
.area--one .unitFive.unit--fold .fold-toggle {
  padding: var(--spacePart) 70px var(--spacePart) 0;
}
.area--one .unitFive.unit--fold .fold-toggle:before {
  width: 16px;
  height: 8px;
}
.area--one .unitSix {
  flex-direction: column;
}
.area--one .unitSix .unit__content {
  margin-top: var(--spacePart);
}
.area--two {
  padding: 0 24px;
}
.part--contact {
  padding-left: 39px;
}
.part--contact:before {
  width: 24px;
  height: 20px;
}
.ns-unitFilter__unit {
  display: none;
}
.ns-unitFilter__unit.ns-unitFilter__unit--activated {
  display: block;
  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-bottom: var(--spaceTotal);
}
.ns-unitFilter__wrapper {
  float: left;
  width: 100%;
}
.ns-unitFilter__toggle {
  display: none;
}
.ns-unitFilter__content {
  float: left;
  width: 100%;
}
.ns-unitFilter__list {
  float: left;
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-top: calc(var(--spacePart) * 2);
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1279px) {
  .ns-unitFilter__list {
    width: calc(100% + 22px);
    margin-left: -11px;
  }
}
.ns-unitFilter__actions {
  float: left;
  display: none;
}
@media (min-width: 1280px) {
  .ns-unitFilter__link--confirm {
    display: none;
  }
}
.ns-unitFilter__groupContent {
  float: left;
  width: 100%;
  overflow: hidden;
  max-height: 0;
}
.ns-unitFilter__group.is-open .ns-unitFilter__groupContent {
  max-height: initial;
}
.ns-unitFilter__item {
  color: #9da791;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  margin: 0 15px;
  background-size: 100% 2px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-image: linear-gradient(#9da791, #9da791);
  transition: all 0.4s;
}
@media (max-width: 1279px) {
  .ns-unitFilter__item {
    font-size: 16px;
    line-height: 1.3125;
    margin: 5px 11px;
  }
}
@media (max-width: 767px) {
  .ns-unitFilter__item {
    font-size: 13px;
    line-height: 1.30769231;
  }
}
.ns-unitFilter__item:hover,
.ns-unitFilter__item:focus,
.ns-unitFilter__item.is-active {
  color: #9da791;
  background-image: linear-gradient(#9da791, #9da791);
}
#cb-cookie-warning {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 1990;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
}
#cb-cookie-warning.cb-cookie-warning--hidden {
  display: none !important;
}
.cb-cookie-warning--container {
  float: left;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 434px;
  max-width: 50%;
  pointer-events: all;
  padding-top: calc(var(--spaceTotal) + 5px);
  padding-bottom: calc(var(--spaceTotal) + 10px);
  padding-left: calc(var(--spaceTotal) + 5px);
  padding-right: calc(var(--spaceTotal) + 5px);
  background-color: #f0ede9;
  font-family: 'Parkinsans', sans-serif;
  color: var(--s-textcolor);
  box-shadow: 0 0 10px rgba(157, 167, 145, 0.25);
  transform: translateX(-100%);
  transition: all 0.5s 0.5s ease-in;
}
.show-content .cb-cookie-warning--container {
  transform: translateX(0);
}
@media (max-width: 767px) {
  .cb-cookie-warning--container {
    width: 100%;
    max-width: 100%;
  }
}
.cb-cookie-warning--text {
  float: left;
  font-size: 17px;
  line-height: 1.47058824;
  letter-spacing: 0.01em;
  color: var(--s-textcolor);
}
@media (max-width: 1279px) {
  .cb-cookie-warning--text {
    font-size: 16px;
    line-height: 1.3125;
  }
}
@media (max-width: 767px) {
  .cb-cookie-warning--text {
    font-size: 14px;
    line-height: 1.28571429;
  }
}
.cb-cookie-warning--text a {
  -webkit-text-decoration: underline 1px;
          text-decoration: underline 1px;
  text-underline-offset: 3px;
}
.cb-cookie-warning--text a:hover,
.cb-cookie-warning--text a:focus {
  text-decoration: none;
}
.cb-cookie-warning--actions {
  float: left;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  justify-content: flex-start;
  margin-top: 20px;
}
.cb-cookie-warning__button {
  display: inline-block;
  line-height: 1.47058824;
  cursor: pointer;
  font-weight: bold;
  color: var(--s-btncolor);
  appearance: none;
  padding-left: 70px;
  border-radius: 0;
  box-sizing: border-box;
  text-align: left;
  text-decoration: none;
  background-size: 50px 2px;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(var(--s-btncolor), var(--s-btncolor));
  transition: all 0.4s;
  margin-top: var(--spacePart);
}
@media (max-width: 1279px) {
  .cb-cookie-warning__button {
    font-size: 16px;
    line-height: 1.3125;
    padding-left: 62px;
    background-size: 45px 2px;
  }
}
@media (max-width: 767px) {
  .cb-cookie-warning__button {
    font-size: 13px;
    line-height: 1.30769231;
    padding-left: 44px;
    background-size: 33px 1px;
  }
}
.cb-cookie-warning__button:hover,
.cb-cookie-warning__button:focus {
  background-color: rgba(0, 0, 0, 0);
  background-size: 85px 2px;
  padding-left: 105px;
}
@media (max-width: 1279px) {
  .cb-cookie-warning__button:hover,
  .cb-cookie-warning__button:focus {
    padding-left: 82px;
    background-size: 65px 2px;
  }
}
@media (max-width: 767px) {
  .cb-cookie-warning__button:hover,
  .cb-cookie-warning__button:focus {
    padding-left: 64px;
    background-size: 53px 1px;
  }
}
.cb-cookie-warning__button:active {
  background-color: rgba(0, 0, 0, 0);
}
/*# sourceMappingURL=./screen-small.css.map */