:root {
  --tamaro-primary-color: #7902AA;
  --tamaro-bg-color: #F8F7EF;
  --tamaro-primary-color__hover: #5C0082;
  --tamaro-primary-bg-color: #F8F7EF;
  --tamaro-text-color: var(--s-textcolor);
  --tamaro-bg-color__hover: #FFEF83;
  --tamaro-border-color: var(--s-textcolor);
  --tamaro-placeholder-color: var(--s-textcolor);
  --tamaro-info-text-color: var(--s-textcolor);
  --tamaro-info-icon-color: var(--s-textcolor);
  --tamaro-error-color: red;
  --tamaro-button-primary-color: #FFEF83;
  --tamaro-button-primary-color__hover: #FFEF83;
  --tamaro-button-primary-bg-color: #7902AA;
  --tamaro-button-primary-bg-color__hover: #5C0082;
  --tamaro-button-primary-border-color: #7902AA;
  --tamaro-button-primary-border-color__hover: #5C0082;
}
:root {
  --deskWidth: 1280px;
  --deskSpace: 8vw;
  --deskMaxWidth: calc(100vw - (2 * var(--deskSpace)));
  --s-keycolor: #7902AA;
  --s-textcolor: #383838;
}
:root {
  --spacePart: 10px;
}
@media (max-width: 1023px) {
  :root {
    --spacePart: 10px;
  }
}
@media (max-width: 767px) {
  :root {
    --spacePart: 10px;
  }
}
:root {
  --spaceUnit: 25px;
}
@media (max-width: 1023px) {
  :root {
    --spaceUnit: 15px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceUnit: 10px;
  }
}
:root {
  --spaceTotal: 35px;
}
@media (max-width: 1023px) {
  :root {
    --spaceTotal: 25px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceTotal: 20px;
  }
}
:root {
  --js-breakpoint: breakpointLarge;
}
@media (max-width: 1023px) {
  :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;
}
/* poppins-500 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url('/extras/fonts/poppins/poppins-v20-latin-500.eot');
  /* IE9 Compat Modes */
  src: local(''), url('/extras/fonts/poppins/poppins-v20-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/extras/fonts/poppins/poppins-v20-latin-500.woff2') format('woff2'), /* Super Modern Browsers */ url('/extras/fonts/poppins/poppins-v20-latin-500.woff') format('woff'), /* Modern Browsers */ url('/extras/fonts/poppins/poppins-v20-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */ url('/extras/fonts/poppins/poppins-v20-latin-500.svg#Poppins') format('svg');
  /* Legacy iOS */
}
/* poppins-700 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url('/extras/fonts/poppins/poppins-v20-latin-700.eot');
  /* IE9 Compat Modes */
  src: local(''), url('/extras/fonts/poppins/poppins-v20-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/extras/fonts/poppins/poppins-v20-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('/extras/fonts/poppins/poppins-v20-latin-700.woff') format('woff'), /* Modern Browsers */ url('/extras/fonts/poppins/poppins-v20-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('/extras/fonts/poppins/poppins-v20-latin-700.svg#Poppins') format('svg');
  /* Legacy iOS */
}
* {
  margin: 0;
  padding: 0;
  outline: 0;
  border: none;
  background: none;
  font-size: 100%;
}
*::-moz-selection {
  background: var(--s-keycolor);
  color: #fff;
}
*::selection {
  background: var(--s-keycolor);
  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: 16px;
  font-family: 'Poppins', sans-serif;
  line-height: 1.625;
}
.unit caption {
  display: none;
}
.flag {
  background: var(--s-keycolor);
  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__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;
}
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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 {
  background-color: transparent;
  line-height: 1.625;
  cursor: pointer;
  color: var(--s-keycolor);
  padding: 6px 20px 6px 52px;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  position: relative;
  font-size: 17px;
  line-height: 1.64705882;
  display: inline-block;
}
div.load a.load:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border: 2px solid var(--s-keycolor);
  border-radius: 20px;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-size: 20px;
  background-position: 8px 50%;
  background-repeat: no-repeat;
  background-image: url('/images/arrow-bottom-purple.svg');
}
@media (max-width: 1023px) {
  div.load a.load {
    color: var(--s-keycolor);
  }
  div.load a.load:after {
    width: 100%;
    background-position: 14px 50%;
  }
}
@media (hover: hover) and (pointer: fine) {
  div.load a.load:hover,
  div.load a.load:focus {
    color: var(--s-keycolor);
  }
  div.load a.load:hover:after,
  div.load a.load:focus:after {
    width: 100%;
    background-position: 14px 50%;
  }
}
.show a {
  float: left;
  width: 100%;
  display: block;
}
#edit .line {
  padding-top: 5px;
  padding-bottom: 5px;
}
.line hr {
  margin-top: 5px;
  float: left;
  width: 100%;
  border-bottom: 1px solid var(--s-textcolor);
}
.line hr.bold {
  border-bottom-width: 4px;
  border-color: var(--s-keycolor);
}
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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%;
}
.cb-service {
  float: left;
  width: 100%;
  margin: 5px 0;
}
.cb-service:first-child {
  margin-top: 0;
}
.cb-service:last-child {
  margin-bottom: 0;
}
.cb-youtube iframe,
.cb-vimeo iframe {
  height: 100%;
  background-color: #fff;
}
.text-section {
  float: left;
  width: 100%;
}
.list {
  float: left;
  width: 100%;
}
.list--bullet li {
  list-style: none;
  padding-left: 29px;
  position: relative;
  margin-bottom: calc(var(--spacePart) * 2);
}
.list--bullet li:last-child {
  margin-bottom: 0;
}
.list--bullet li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 15px;
  height: 15px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/icon-list-purple.svg);
}
.list--numbered {
  counter-reset: numberedList;
}
.list--numbered li {
  list-style: none;
  padding-left: 24px;
  position: relative;
  margin-bottom: calc(var(--spacePart) * 2);
}
.list--numbered li:last-child {
  margin-bottom: 0;
}
.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;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.layout5 #slides img {
  opacity: 0.7;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  mix-blend-mode: multiply;
}
#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;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: var(--s-keycolor);
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cb-index-all td.this a {
  background: var(--s-keycolor);
}
.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(74, 0, 105, 0.9);
}
#disp {
  position: absolute;
  z-index: 5001;
  top: 0 !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1000px !important;
  max-width: 90%;
  min-height: 100vh;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 0 !important;
  font-size: 14px;
  font-family: 'Poppins', 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;
  -webkit-box-sizing: border-box;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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: var(--s-keycolor);
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 30px;
}
#disp h3 {
  color: var(--s-keycolor);
  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;
  background-color: transparent;
  line-height: 1.625;
  cursor: pointer;
  color: var(--s-keycolor);
  padding: 6px 20px 6px 52px;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  position: relative;
  font-size: 17px;
  line-height: 1.64705882;
  display: inline-block;
  line-height: 1.42857143;
}
#disp .foot input:after,
#disp .foot a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border: 2px solid var(--s-keycolor);
  border-radius: 20px;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-size: 20px;
  background-position: 8px 50%;
  background-repeat: no-repeat;
  background-image: url('/images/arrow-right-purple.svg');
}
@media (max-width: 1023px) {
  #disp .foot input,
  #disp .foot a {
    color: var(--s-keycolor);
  }
  #disp .foot input:after,
  #disp .foot a:after {
    width: 100%;
    background-position: 14px 50%;
  }
}
@media (hover: hover) and (pointer: fine) {
  #disp .foot input:hover,
  #disp .foot a:hover,
  #disp .foot input:focus,
  #disp .foot a:focus {
    color: var(--s-keycolor);
  }
  #disp .foot input:hover:after,
  #disp .foot a:hover:after,
  #disp .foot input:focus:after,
  #disp .foot a:focus:after {
    width: 100%;
    background-position: 14px 50%;
  }
}
#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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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;
  -webkit-box-sizing: border-box;
          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;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.3s cubic-bezier(0.05, 0.8, 0.5, 1);
  transition: all 0.3s cubic-bezier(0.05, 0.8, 0.5, 1);
}
a.zoom .cb-zoom-indicator {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media (max-width: 1023px) {
  .cb-zoom-indicator {
    right: 10px;
    bottom: 10px;
    width: 24px;
    height: 24px;
    background-size: 12px 12px;
    opacity: 1;
    -webkit-transform: scale(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;
  -webkit-transform: none;
          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 {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#disp.zoom div.head div.ctrl a:active {
  -webkit-transform: scale(1);
          transform: scale(1);
}
#disp.zoom div.body {
  float: left;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#disp.zoom div.body a {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#disp.zoom div.body img {
  float: left;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     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: 'Poppins', 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;
  -webkit-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 {
  -webkit-box-sizing: border-box;
          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: 50px;
    padding-top: 12px;
    padding-bottom: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.unit.form input.text,
.unit.form textarea {
  float: left;
  width: 100%;
  border-radius: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  min-height: 50px;
  padding: 5px 15px;
  -webkit-appearance: none;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.03);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.03);
  -webkit-transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
  border: 2px solid #fff;
}
.unit.form input.text.fail,
.unit.form textarea.fail {
  background-color: #e7bcbc;
}
.unit.form input.text:focus-within,
.unit.form textarea:focus-within {
  border: 2px solid #7902AA;
}
.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: 12px;
    padding-bottom: 12px;
  }
}
.unit.form div.tick label {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 26px;
}
.unit.form div.tick input {
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  margin-right: 6px;
  height: 26px;
  vertical-align: top;
}
@media (min-width: 768px) {
  .unit.form div.tick.tile input {
    top: 12px;
  }
}
.unit.form select {
  float: left;
  width: 100%;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 1.625;
  background: #fff;
  height: 50px;
  padding: 5px 15px;
  border-radius: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.unit.form select:focus-within {
  border: 2px solid #7902AA;
}
.unit.form .ship fieldset > div {
  float: left;
  width: 100%;
}
.unit.form .ship fieldset > div.fail {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
  background-color: #e7bcbc;
}
.unit.form .ship div.chop {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: 66%;
    min-height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.unit.form input.submit {
  float: left;
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
  height: 40px;
  border: 2px solid var(--s-keycolor);
  border-radius: 20px;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  font-size: 17px;
  line-height: 1.64705882;
  cursor: pointer;
  color: var(--s-keycolor);
  padding: 4px 30px 8px 30px;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
.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;
  -webkit-box-shadow: 0 0 6px rgba(160, 160, 160, 0.4);
          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: #aaa;
}
.unit.form .recaptcha-info a {
  color: #aaa;
}
.unit.form .recaptcha-info a:hover,
.unit.form .recaptcha-info a:focus {
  text-decoration: underline;
}
.unit.form .part.fail {
  font-size: 16px;
  line-height: 1.25;
  border-left: 4px solid #ae2121;
  -webkit-box-sizing: border-box;
          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;
  font-size: 14px;
}
#disp.two-step-verification div.body {
  overflow: hidden;
}
#disp.two-step-verification p {
  float: left;
  width: 100%;
}
.two-step-verification-container {
  float: left;
  width: 100%;
  min-width: 300px;
  margin-top: 10px;
  height: 350px;
  position: relative;
}
.two-step-verification-container a {
  background-color: transparent;
  line-height: 1.625;
  cursor: pointer;
  color: var(--s-keycolor);
  padding: 6px 20px 6px 52px;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  position: relative;
  font-size: 17px;
  line-height: 1.64705882;
  display: inline-block;
}
.two-step-verification-container a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border: 2px solid var(--s-keycolor);
  border-radius: 20px;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-size: 20px;
  background-position: 8px 50%;
  background-repeat: no-repeat;
  background-image: url('/images/arrow-right-purple.svg');
}
@media (max-width: 1023px) {
  .two-step-verification-container a {
    color: var(--s-keycolor);
  }
  .two-step-verification-container a:after {
    width: 100%;
    background-position: 14px 50%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .two-step-verification-container a:hover,
  .two-step-verification-container a:focus {
    color: var(--s-keycolor);
  }
  .two-step-verification-container a:hover:after,
  .two-step-verification-container a:focus:after {
    width: 100%;
    background-position: 14px 50%;
  }
}
.two-step-verification__div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #fff;
  background-size: 100px 100px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-loader-black.svg);
}
.two-step-verification-container.loaded .two-step-verification__div {
  background-image: none;
}
.table {
  float: left;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
.table-layout-fixed .table {
  table-layout: fixed;
}
.table tr {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.table-head tr {
  border-top: none;
}
.table th {
  font-weight: normal;
  padding: 5px 10px;
  vertical-align: top;
}
.table th.init {
  padding-left: 0;
}
.table th.exit {
  padding-right: 0;
}
.table th.align-left {
  text-align: left;
}
.table th.align-center {
  text-align: center;
}
.table th.align-right {
  text-align: right;
}
.table--headline th {
  font-weight: bold;
}
.table td {
  padding: 5px 10px;
  vertical-align: top;
}
.table td.init {
  padding-left: 0;
}
.table td.exit {
  padding-right: 0;
}
.table td.align-left {
  text-align: left;
}
.table td.align-center {
  text-align: center;
}
.table td.align-right {
  text-align: right;
}
#edit .table td {
  border-left: 1px dashed #e0e0e0;
  border-right: 1px dashed #e0e0e0;
}
.table--footer .table-foot td {
  font-weight: bold;
}
@media (max-width: 767px) {
  .part--table .table {
    font-size: 2.08604954vw;
  }
}
html,
body {
  float: left;
  width: 100%;
  min-height: 100vh;
}
#home {
  float: left;
  height: 60px;
  margin-top: 32px;
  margin-bottom: 23px;
}
@media (max-width: 1279px) {
  #home {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  #home {
    height: 38px;
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
.logo {
  width: auto;
  height: 100%;
}
#head {
  float: left;
  width: 100%;
  margin-top: calc(var(--spaceTotal) * 2);
}
@media (max-width: 767px) {
  #head {
    margin-top: calc(var(--spaceTotal) * 1);
  }
}
.layout1 #head {
  padding-left: 8.33333333%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  margin-top: calc(var(--spaceTotal) * 1);
}
.layout5 #head,
.layout3 #head {
  margin-top: calc(var(--spaceTotal) * 1);
}
.wrapper {
  float: left;
  width: 100%;
  min-height: 100vh;
  background-color: #F8F7EF;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 1.625;
  color: var(--s-textcolor);
  overflow: hidden;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
  -webkit-font-smoothing: antialiased;
  padding-top: 115px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1279px) {
  .wrapper {
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  .wrapper {
    padding-top: 70px;
  }
}
.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--header .desk {
  width: calc(100% - 60px);
  max-width: calc(100% - 60px);
}
.mobile-navigation .desk {
  --deskWidth: 500px;
}
@media (max-width: 767px) {
  .section--moodSlider .desk {
    max-width: 100%;
  }
}
.section {
  float: left;
  width: 100%;
  position: relative;
}
.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.section--header {
  background-color: #fff;
  position: fixed;
  z-index: 2000;
  top: 0;
}
body:not(.cb-toggle-target-active) .section--header {
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
}
.container {
  float: left;
}
.container--head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.container--nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 16px;
}
.topnav {
  float: right;
  background-color: #EFEFEF;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media (max-width: 1279px) {
  .topnav {
    display: none;
  }
}
.mobile-nav-content {
  float: left;
  width: 100%;
}
.mobile-nav-footer {
  float: left;
  width: 100%;
  background-color: #EFEFEF;
}
.topnav__lang div.sub1 {
  float: left;
}
.topnav__lang div.sub1 > .item {
  float: left;
  margin-left: 16px;
}
.topnav__lang div.sub1 > .item > .menu {
  display: block;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  font-size: 15px;
  line-height: 1.66666667;
  text-transform: uppercase;
  color: var(--s-textcolor);
}
@media (hover: hover) and (pointer: fine) {
  .topnav__lang div.sub1 > .item > .menu:hover,
  .topnav__lang div.sub1 > .item > .menu:focus {
    color: var(--s-keycolor);
  }
}
.topnav__lang div.sub1 > .item > .menu.path {
  color: var(--s-keycolor);
  font-weight: bold;
  position: relative;
}
#navlinks {
  float: left;
}
.section--header #navlinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 25px;
}
@media (max-width: 767px) {
  .section--header #navlinks {
    margin-top: 0;
  }
}
.section--header #navlinks .meta {
  -webkit-transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  font-size: 15px;
  line-height: 1.66666667;
  color: var(--s-textcolor);
}
@media (hover: hover) and (pointer: fine) {
  .section--header #navlinks .meta:hover,
  .section--header #navlinks .meta:focus {
    color: var(--s-keycolor);
  }
}
.mobile-nav-footer #navlinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(var(--spaceTotal) * 1);
  margin-bottom: calc(var(--spaceTotal) * 1);
  gap: 10px 40px;
}
.mobile-nav-footer #navlinks .meta {
  font-size: 15px;
  line-height: 1.66666667;
  width: calc(50% - 40px);
  color: var(--s-textcolor);
}
.mobile-nav-footer div.navi.sub1 {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: calc(var(--spaceTotal) * 1);
  border-top: 2px solid #fff;
  padding-top: calc(var(--spaceTotal) * 1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mobile-nav-footer div.navi.sub1 > .item {
  float: left;
  margin-left: 16px;
  width: auto;
}
.mobile-nav-footer div.navi.sub1 > .item > .menu {
  display: block;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  font-size: 15px;
  line-height: 1.66666667;
  text-transform: uppercase;
  color: var(--s-textcolor);
}
@media (hover: hover) and (pointer: fine) {
  .mobile-nav-footer div.navi.sub1 > .item > .menu:hover,
  .mobile-nav-footer div.navi.sub1 > .item > .menu:focus {
    color: var(--s-keycolor);
  }
}
.mobile-nav-footer div.navi.sub1 > .item > .menu.path {
  color: var(--s-keycolor);
  font-weight: bold;
  position: relative;
}
main {
  float: left;
  width: 100%;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.section--yellow-light {
  background-color: #FFEF83;
}
.section--moodSlider {
  min-height: 50vh;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: radial-gradient(circle, #ffe44d 0%, #FFD800 100%);
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  margin-bottom: calc(var(--spaceTotal) * 2);
}
@media (max-width: 1023px) {
  .section--moodSlider {
    margin-bottom: calc(var(--spaceTotal) * 1);
  }
}
.container--mood {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.container--mood .mood {
  float: left;
  width: calc(100% - var(--deskSpace));
  background-color: #FFEF83;
  height: 40vh;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  overflow: hidden;
  margin-top: calc(var(--deskSpace));
  margin-bottom: calc(var(--spaceTotal) * 1);
}
.container--mood .content {
  padding: 0 var(--deskSpace);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  width: 100%;
}
.downlink {
  background-color: transparent;
  line-height: 1.625;
  cursor: pointer;
  color: var(--s-keycolor);
  padding: 6px 20px 6px 52px;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  position: relative;
  font-size: 17px;
  line-height: 1.64705882;
  display: inline-block;
  margin-bottom: calc(var(--spaceTotal) * 2);
}
.downlink:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border: 2px solid var(--s-keycolor);
  border-radius: 20px;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-size: 20px;
  background-position: 8px 50%;
  background-repeat: no-repeat;
  background-image: url('/images/arrow-bottom-purple.svg');
}
@media (max-width: 1023px) {
  .downlink {
    color: var(--s-keycolor);
  }
  .downlink:after {
    width: 100%;
    background-position: 14px 50%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .downlink:hover,
  .downlink:focus {
    color: var(--s-keycolor);
  }
  .downlink:hover:after,
  .downlink:focus:after {
    width: 100%;
    background-position: 14px 50%;
  }
}
.section--intro {
  padding-bottom: calc(var(--spaceTotal) * 2);
  -webkit-box-sizing: border-boxh;
          box-sizing: border-boxh;
}
.section--intro .content {
  float: left;
  width: 100%;
}
.container--news {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.container--news .mood {
  float: left;
  width: 100%;
  background-color: #FFEF83;
  height: 60vh;
  overflow: hidden;
}
.container--news .content {
  padding: 0 var(--deskSpace);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  width: 100%;
}
.container--newscontent {
  width: 100%;
  margin-top: calc(var(--spaceTotal) * -4);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  isolation: isolate;
  position: relative;
}
.container--newscontent .columns {
  margin-top: calc(var(--spaceTotal) * 1);
  margin-bottom: calc(var(--spaceTotal) * 1);
}
.container--newscontent:after {
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  height: calc(100% + 20px);
  width: calc(100% + 20px);
  background-color: #F8F7EF;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  z-index: -1;
}
.section--donation .content {
  margin-top: calc(var(--spaceTotal) * 2);
  margin-bottom: calc(var(--spaceTotal) * 2);
}
.breadcrump {
  float: left;
  width: 100%;
  margin-top: calc(var(--spaceTotal) * 1);
  margin-bottom: calc(var(--spaceTotal) * 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media (max-width: 767px) {
  .breadcrump {
    font-size: 15px;
    line-height: 1.66666667;
    -webkit-column-gap: 6px;
       -moz-column-gap: 6px;
            column-gap: 6px;
  }
}
.breadcrump a {
  display: inline-block;
  color: var(--s-keycolor);
}
.breadcrump .here {
  color: var(--s-textcolor);
}
.breadcrump--arrow {
  float: none;
  width: 26px;
}
@media (max-width: 767px) {
  .breadcrump--arrow {
    width: 20px;
  }
}
.part.code #mc_embed_signup {
  background: #fff;
  clear: left;
  font-family: 'Poppins', sans-serif;
  width: 100%;
  padding-top: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 10px;
}
.part.code #mc-embedded-subscribe.button {
  all: unset;
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
  height: 40px;
  border: 2px solid var(--s-keycolor);
  border-radius: 20px;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  font-size: 17px;
  line-height: 1.64705882;
  cursor: pointer;
  color: var(--s-keycolor);
  padding: 4px 30px 8px 30px;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  background-color: unset;
}
@media (hover: hover) and (pointer: fine) {
  .part.code #mc-embedded-subscribe.button:hover,
  .part.code #mc-embedded-subscribe.button:focus {
    background-color: unset;
  }
}
.section--footer {
  --s-keycolor: #FFD800;
  --s-textcolor: #F8F7EF;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7902AA), to(#5C0082));
  background-image: linear-gradient(to bottom, #7902AA, #5C0082);
  margin-top: calc(var(--spaceTotal) * 1);
}
@media (max-width: 767px) {
  .section--footer {
    margin-top: calc(var(--spaceTotal) * 1);
  }
}
.footlogo {
  width: 290px;
}
.footarea {
  float: left;
  width: 100%;
  margin-top: calc(var(--spaceTotal) * 1);
  margin-bottom: calc(var(--spaceTotal) * 1);
}
.footpart {
  float: left;
  width: 100%;
  position: relative;
  color: var(--s-textcolor);
  margin-top: calc(var(--spaceTotal) * 1);
  margin-bottom: calc(var(--spaceTotal) * 1);
}
.footpart.lineTop {
  border-top: 2px solid #FFD800;
  padding-top: calc(var(--spacePart) * 1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.footpart a {
  color: #F8F7EF;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (hover: hover) and (pointer: fine) {
  .footpart a:hover,
  .footpart a:focus {
    color: #FFEF83;
  }
}
.vcard {
  float: left;
  width: 100%;
  margin-top: calc(var(--spaceTotal) * 1);
}
.iban {
  float: left;
  width: 100%;
  margin-top: calc(var(--spaceTotal) * 1);
}
.twint {
  float: left;
  width: 100%;
}
.donationqrcode {
  margin-top: calc(var(--spacePart) * 1);
  width: 150px;
}
.footnavigation div.sub2 {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: calc(var(--spaceTotal) * 1);
}
.footnavigation div.sub2 > .item {
  margin-bottom: 10px;
  float: left;
}
.footnavigation div.sub2 > .item.exit {
  margin-bottom: 0;
}
.footnavigation div.sub2 > .item > .menu {
  display: block;
}
.footnavigation div.sub3 {
  display: none;
}
#navlinks {
  float: left;
}
.section--footer #navlinks {
  margin-top: calc(var(--spaceTotal) * 1 + 28px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  .section--footer #navlinks {
    margin-top: 0;
  }
}
.section--footer #navlinks .meta {
  margin-bottom: 10px;
}
.section--footer #navlinks .meta:last-child {
  margin-bottom: 0;
}
.columns {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.columns__column {
  width: calc(50% - 15px);
}
@media (max-width: 767px) {
  .columns__column {
    width: 100%;
  }
}
#supporters {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  gap: 20px 80px;
  margin-top: calc(var(--spaceTotal) * 1);
}
@media (max-width: 1023px) {
  #supporters {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#supporters .meta {
  float: left;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  background-size: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
#supporters .meta.service_astraea {
  background-image: url(/images/astraea.png);
  width: 422px;
  height: 53px;
}
@media (max-width: 767px) {
  #supporters .meta.service_astraea {
    margin-bottom: calc(var(--spaceTotal) * 1);
  }
}
.service_Cmsbox {
  margin-top: calc(var(--spaceTotal) * 1);
  float: left;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  background-size: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cmsbox.svg);
  width: 160px;
  height: 40px;
}
#social {
  float: left;
  margin-top: calc(var(--spaceTotal) * 1);
}
@media (max-width: 767px) {
  #social {
    margin-top: calc(var(--spaceTotal) * 2);
  }
}
#social .meta {
  float: left;
  width: 40px;
  height: 40px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin-right: 20px;
  -webkit-transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
#social .meta:last-child {
  margin-right: 0;
}
#social .meta.service_facebook {
  background-image: url(/images/facebook-white.svg);
}
@media (hover: hover) and (pointer: fine) {
  #social .meta.service_facebook:hover,
  #social .meta.service_facebook:focus {
    background-image: url(/images/facebook-hover.svg);
  }
}
#social .meta.service_instagram {
  background-image: url(/images/instagram-white.svg);
}
@media (hover: hover) and (pointer: fine) {
  #social .meta.service_instagram:hover,
  #social .meta.service_instagram:focus {
    background-image: url(/images/instagram-hover.svg);
  }
}
.copyright {
  float: left;
  font-size: 15px;
  line-height: 1.66666667;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .copyright {
    text-align: center;
    width: 100%;
  }
}
#legal {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 767px) {
  #legal {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: calc(var(--spacePart) * 2);
    gap: 10px;
  }
}
#legal .meta {
  font-size: 15px;
  line-height: 1.66666667;
}
a {
  color: var(--s-keycolor);
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  a:hover,
  a:focus {
    color: #5C0082;
  }
}
.part.link .open {
  background-color: transparent;
  line-height: 1.625;
  cursor: pointer;
  color: var(--s-keycolor);
  padding: 6px 20px 6px 52px;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  position: relative;
  font-size: 17px;
  line-height: 1.64705882;
  display: inline-block;
}
.part.link .open:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border: 2px solid var(--s-keycolor);
  border-radius: 20px;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-size: 20px;
  background-position: 8px 50%;
  background-repeat: no-repeat;
  background-image: url('/images/arrow-right-purple.svg');
}
@media (max-width: 1023px) {
  .part.link .open {
    color: var(--s-keycolor);
  }
  .part.link .open:after {
    width: 100%;
    background-position: 14px 50%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .part.link .open:hover,
  .part.link .open:focus {
    color: var(--s-keycolor);
  }
  .part.link .open:hover:after,
  .part.link .open:focus:after {
    width: 100%;
    background-position: 14px 50%;
  }
}
.backlink {
  background-color: transparent;
  line-height: 1.625;
  cursor: pointer;
  color: var(--s-keycolor);
  padding: 6px 20px 6px 52px;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  position: relative;
  font-size: 17px;
  line-height: 1.64705882;
  display: inline-block;
  margin-bottom: calc(var(--spaceTotal) * 1);
}
.backlink:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border: 2px solid var(--s-keycolor);
  border-radius: 20px;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-size: 20px;
  background-position: 8px 50%;
  background-repeat: no-repeat;
  background-image: url('/images/arrow-left-purple.svg');
}
@media (max-width: 1023px) {
  .backlink {
    color: var(--s-keycolor);
  }
  .backlink:after {
    width: 100%;
    background-position: 14px 50%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .backlink:hover,
  .backlink:focus {
    color: var(--s-keycolor);
  }
  .backlink:hover:after,
  .backlink:focus:after {
    width: 100%;
    background-position: 14px 50%;
  }
}
.cbdModule--newsMoreButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: calc(var(--spaceTotal) * 4);
}
.newsMoreButton {
  background-color: transparent;
  line-height: 1.625;
  cursor: pointer;
  color: var(--s-keycolor);
  padding: 6px 20px 6px 52px;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  position: relative;
  font-size: 17px;
  line-height: 1.64705882;
  display: inline-block;
}
.newsMoreButton:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border: 2px solid var(--s-keycolor);
  border-radius: 20px;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-size: 20px;
  background-position: 8px 50%;
  background-repeat: no-repeat;
  background-image: url('/images/arrow-right-purple.svg');
}
@media (max-width: 1023px) {
  .newsMoreButton {
    color: var(--s-keycolor);
  }
  .newsMoreButton:after {
    width: 100%;
    background-position: 14px 50%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .newsMoreButton:hover,
  .newsMoreButton:focus {
    color: var(--s-keycolor);
  }
  .newsMoreButton:hover:after,
  .newsMoreButton:focus:after {
    width: 100%;
    background-position: 14px 50%;
  }
}
h1 {
  font-size: 45px;
  line-height: 1.33333333;
  color: var(--s-keycolor);
  font-weight: bold;
}
@media (max-width: 767px) {
  h1 {
    font-size: 26px;
    line-height: 1.34615385;
  }
}
h2 {
  color: var(--s-keycolor);
  font-size: 35px;
  line-height: 1.28571429;
  font-weight: bold;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
@media (max-width: 767px) {
  h2 {
    font-size: 24px;
    line-height: 1.41666667;
  }
}
.ns-slider--moodSlider h2 {
  font-size: 45px;
  line-height: 1.33333333;
  color: var(--s-keycolor);
  -webkit-hyphens: unset;
      -ms-hyphens: unset;
          hyphens: unset;
  font-weight: bold;
}
@media (max-width: 1280px) {
  .ns-slider--moodSlider h2 {
    font-size: 28px;
    line-height: 1.35714286;
  }
}
@media (max-width: 1023px) {
  .ns-slider--moodSlider h2 {
    font-size: 24px;
    line-height: 1.375;
  }
}
h3 {
  color: var(--s-keycolor);
  font-size: 30px;
  line-height: 1.33333333;
  font-weight: bold;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
@media (max-width: 767px) {
  h3 {
    font-size: 22px;
    line-height: 1.45454545;
  }
}
h4 {
  color: var(--s-keycolor);
  font-size: 24px;
  line-height: 1.41666667;
  font-weight: bold;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
@media (max-width: 767px) {
  h4 {
    font-size: 20px;
    line-height: 1.5;
  }
}
h5 {
  color: var(--s-keycolor);
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
@media (max-width: 767px) {
  h5 {
    font-size: 18px;
    line-height: 1.55555556;
  }
}
.text-section--h6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
h6 {
  background-color: var(--s-keycolor);
  color: #fff;
  font-size: 22px;
  line-height: 1.27272727;
  text-transform: uppercase;
  padding: 7px 17px 7px;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  border-radius: calc(25px * 1);
}
@media (max-width: 1023px) {
  h6 {
    font-size: 18px;
    line-height: 1.44444444;
  }
}
.newsDate {
  width: auto;
}
.cbdModule--newsTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: calc(var(--spaceTotal) * 2);
}
.cbdModule--newsTitle .newsTitle {
  width: auto;
}
.cbdModule--eventsTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cbdModule--eventsTitle .eventsTitle {
  width: auto;
}
.loud {
  font-size: 20px;
  line-height: 1.6;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
@media (max-width: 767px) {
  .loud {
    font-size: 18px;
    line-height: 1.55555556;
  }
}
.skew {
  font-size: 20px;
  line-height: 1.6;
  font-style: italic;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  --s-icon-quoteLeft: url(/images/icon-quoteleft.svg);
  --s-icon-quoteRight: url(/images/icon-quoteright.svg);
}
.unitOne--bgcolorYellowLight .skew {
  --s-icon-quoteLeft: url(/images/icon-quoteleft-yellow.svg);
  --s-icon-quoteRight: url(/images/icon-quoteright-yellow.svg);
}
.unitOne--bgcolorPurpleLight .skew {
  --s-icon-quoteLeft: url(/images/icon-quoteleft-purple.svg);
  --s-icon-quoteRight: url(/images/icon-quoteright-purple.svg);
}
.skew:after {
  content: '';
  position: absolute;
  top: -20px;
  left: -90px;
  width: 80px;
  height: 100px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: var(--s-icon-quoteLeft);
}
.skew:before {
  content: '';
  position: absolute;
  bottom: -20px;
  right: -90px;
  width: 80px;
  height: 100px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: var(--s-icon-quoteRight);
}
@media (max-width: 767px) {
  .skew {
    font-size: 18px;
    line-height: 1.55555556;
  }
}
.norm {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  font-size: 18px;
  line-height: 1.55555556;
}
@media (max-width: 1023px) {
  .norm {
    font-size: 16px;
    line-height: 1.625;
  }
}
.pale {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  color: var(--s-textcolor);
  font-size: 15px;
  line-height: 1.66666667;
}
.pale strong {
  color: var(--s-keycolor);
  font-weight: normal;
}
.cb-image-caption {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  color: var(--s-textcolor);
  font-size: 15px;
  line-height: 1.66666667;
}
.area--one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(var(--spaceTotal) * 1);
  margin-bottom: calc(var(--spaceTotal) * 1);
}
.area--one .unit--form,
.area--one .unitOne--sizeIndent {
  margin-top: calc(var(--spaceTotal) * 1);
  margin-bottom: calc(var(--spaceTotal) * 1);
}
.area--one .unit--form .unit__content,
.area--one .unitOne--sizeIndent .unit__content {
  padding: 0  ;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: calc(25px * 1);
}
.area--one .unitOne--sizeIndent.unitOne--bgcolor .unit__content {
  padding: calc(var(--spaceTotal) * 2) calc(var(--deskSpace) * 1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: calc(25px * 1);
}
@media (max-width: 767px) {
  .area--one .unitOne--sizeIndent.unitOne--bgcolor .unit__content {
    padding: calc(var(--spaceTotal) * 1) calc(var(--deskSpace) * 1 - 2vw);
  }
}
.area--one .unitOne--bgcolorYellowLight .unit__content {
  background-color: #FFEF83;
}
.area--one .unitOne--bgcolorPurpleLight .unit__content {
  background-color: #E0D2E8;
}
.area--one .unitOne--bgcolorWhite .unit__content {
  background-color: #fff;
}
.area--one .unitTwo {
  margin-top: calc(var(--spaceTotal) * 1);
  margin-bottom: calc(var(--spaceTotal) * 1);
  border-radius: calc(25px * 1);
  overflow: hidden;
  background-color: #FFEF83;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.area--one .unitTwo.unit--isAnchor {
  color: var(--s-textcolor);
  /* Focusing the button with a keyboard will show a dashed black line. */
}
@media (hover: hover) and (pointer: fine) {
  .area--one .unitTwo.unit--isAnchor:hover .part.link .open,
  .area--one .unitTwo.unit--isAnchor:focus .part.link .open {
    color: var(--s-keycolor);
  }
  .area--one .unitTwo.unit--isAnchor:hover .part.link .open:after,
  .area--one .unitTwo.unit--isAnchor:focus .part.link .open:after {
    width: 100%;
    background-position: 14px 50%;
  }
  .area--one .unitTwo.unit--isAnchor:hover .unit__background img,
  .area--one .unitTwo.unit--isAnchor:focus .unit__background img {
    -webkit-transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    opacity: 0.8;
  }
}
.area--one .unitTwo .unit__background img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 4 / 2;
}
@supports not (aspect-ratio: 4 / 2) {
  .area--one .unitTwo .unit__background img:before {
    float: left;
    padding-top: 50%;
    content: '';
  }
  .area--one .unitTwo .unit__background img:after {
    display: block;
    content: '';
    clear: both;
  }
}
.area--one .unitTwo .unit__content {
  padding: 30px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.unit--fold {
  margin-bottom: 0 !important;
}
.unit--fold + .unit--fold {
  margin-top: -2px !important;
}
.unit--fold .less .part {
  margin-top: 0;
  margin-bottom: 0;
}
.unit--fold .fold-toggle {
  float: left;
  width: 100%;
  padding: 25px 110px 25px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 2px solid var(--s-keycolor);
  border-bottom: 2px solid var(--s-keycolor);
}
@media (max-width: 1023px) {
  .unit--fold .fold-toggle {
    padding-right: 60px;
  }
}
.unit--fold .fold-toggle:after {
  content: '';
  position: absolute;
  right: 0;
  top: 22px;
  width: 40px;
  height: 40px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-round-bottom-purple.svg);
  -webkit-transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.unit--fold .fold-toggle--open:after {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}
.unit--fold .more {
  padding: 0 110px 20px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1023px) {
  .unit--fold .more {
    padding-right: 60px;
  }
}
@media (max-width: 767px) {
  .unit--fold .more {
    padding-right: 0;
  }
}
.unit--fold.unit--foldOpen .fold-toggle {
  border-bottom: 2px solid transparent;
}
.unit--fold.unit--foldOpen .more {
  border-bottom: 2px solid var(--s-keycolor);
}
.unit--fold .unit__foot {
  display: none;
}
.part.line {
  margin-bottom: 0;
}
.part.pict img:not(.svg) {
  border-radius: calc(25px * 1);
}
@media (max-width: 1279px) {
  body.cb-toggle-target-active {
    overflow: hidden;
  }
  .navigation {
    display: none;
  }
}
.togglenavigation {
  position: absolute;
  top: calc(50% - 2px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  z-index: 2001;
  width: 38px;
  height: 28px;
  cursor: pointer;
}
.togglenavigation:after {
  content: 'MENU';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.004em;
  text-align: center;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
body.cb-toggle-target-active .togglenavigation:after {
  opacity: 0;
}
.tline {
  position: absolute;
  top: 18px;
  left: 0;
  width: 38px;
  height: 3px;
  background-color: var(--s-keycolor);
  border-radius: 3px;
  -webkit-transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.tline.tline--2 {
  top: 28px;
}
body.cb-toggle-target-active .tline--1 {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
body.cb-toggle-target-active .tline--2 {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.mobile-navigation {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1999;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow-y: scroll;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
body.cb-toggle-target-active .mobile-navigation {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.mobile-navi-animation {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 100vh;
  opacity: 0;
  -webkit-transform: translateY(-100vh);
          transform: translateY(-100vh);
  -webkit-transition: all 0s 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 0s 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
body.cb-toggle-target-active .mobile-navi-animation {
  -webkit-transition: all 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 1s cubic-bezier(0.25, 1, 0.5, 1);
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.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;
  width: 100%;
  position: relative;
}
.mobile-navigation div.navi > .item.item-empty > .cb-toggle {
  display: none;
}
.mobile-navigation div.navi > .item > .menu {
  display: block;
  color: var(--s-textcolor);
}
.mobile-navigation div.navi > .item > .menu.path {
  color: var(--s-keycolor);
}
.mobile-navigation div.sub2 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 150px 0 30px;
}
@media (max-width: 767px) {
  .mobile-navigation div.sub2 {
    margin-top: 100px;
  }
}
.mobile-navigation div.sub2 > .item {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-right: 38px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mobile-navigation div.sub2 > .item.exit {
  margin-bottom: 0;
}
.mobile-navigation div.sub2 > .item > .menu {
  font-size: 20px;
  line-height: 1.5;
  isolation: isolate;
}
.mobile-navigation div.sub2 > .item > .menu:after {
  content: '';
  position: absolute;
  left: -2px;
  bottom: 6px;
  width: 0;
  height: 8px;
  border-radius: 8px;
  background-color: #FFD800;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: -1;
}
.mobile-navigation div.sub2 > .item > .menu.path {
  color: var(--s-keycolor);
  position: relative;
}
.mobile-navigation div.sub2 > .item > .menu.path:after {
  width: calc(100% + 4px);
}
.mobile-navigation div.sub3 > .item {
  margin: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.mobile-navigation div.sub3 > .item.init {
  margin-top: 15px;
}
.mobile-navigation div.sub3 > .item > .menu {
  font-size: 18px;
  line-height: 1.55555556;
}
.mobile-navigation div.sub3 > .item > .menu:after {
  content: '';
  position: absolute;
  left: -2px;
  bottom: 6px;
  width: 0;
  height: 8px;
  border-radius: 8px;
  background-color: #FFD800;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: -1;
}
.mobile-navigation div.sub3 > .item > .menu.path {
  color: var(--s-keycolor);
  position: relative;
}
.mobile-navigation div.sub3 > .item > .menu.path:after {
  width: calc(100% + 4px);
}
.mobile-navigation div.sub3 {
  overflow: hidden;
  padding-left: 20px;
  max-height: 0;
}
.mobile-navigation div.sub3 > .item {
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.mobile-navigation div.navi > .item.cb-toggle-target-active > div.navi {
  -webkit-transition: none;
  transition: none;
  max-height: 1000px;
  -webkit-transition: max-height 2s;
  transition: max-height 2s;
}
.mobile-navigation div.navi > .item.cb-toggle-target-active > div.navi > .item {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.mobile-navigation .cb-toggle {
  position: absolute;
  right: 0;
  top: 3px;
  z-index: 2;
  cursor: pointer;
  width: 26px;
  height: 26px;
  background-size: 26px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-round-bottom-purple.svg);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.mobile-navigation .cb-toggle.cb-toggle-active {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.ns-teaserWrapper {
  float: left;
  width: 100%;
  margin-top: calc(var(--spaceTotal) * 1);
  margin-bottom: calc(var(--spaceTotal) * 1);
}
.ns-teaserWrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
  grid-gap: 50px 40px;
  margin-bottom: calc(var(--spaceTotal) * 2);
}
.layout1 .ns-teaserWrapper {
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: calc(var(--spaceTotal) * 2);
}
@media (max-width: 1023px) {
  .layout1 .ns-teaserWrapper {
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1023px) {
  .ns-teaserWrapper {
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .ns-teaserWrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }
  .layout1 .ns-teaserWrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }
}
.ns-teaser {
  position: relative;
  float: left;
  width: 100%;
  background-color: #fff;
  border-radius: calc(25px * 1);
  padding-bottom: 20px;
}
@media (max-width: 1023px) {
  .ns-teaser {
    padding-bottom: 10px;
  }
}
.ns-teaser .unit__background {
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
  overflow: hidden;
  border-radius: calc(25px * 1);
}
.ns-teaser h4 {
  color: var(--s-keycolor);
  -webkit-transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (hover: hover) and (pointer: fine) {
  #view .ns-teaser .ns-teaser__part--pict {
    overflow: hidden;
  }
  #view .ns-teaser .ns-teaser__part--pict img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  }
  #view .ns-teaser:hover h4,
  #view .ns-teaser:focus h4 {
    color: #fff;
  }
  #view .ns-teaser:hover .ns-teaser__part--pict img,
  #view .ns-teaser:focus .ns-teaser__part--pict img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  #view .ns-teaser:hover .ns-teaser__part--actions .ns-teaser__action--link,
  #view .ns-teaser:focus .ns-teaser__part--actions .ns-teaser__action--link {
    color: var(--s-keycolor);
  }
  #view .ns-teaser:hover .ns-teaser__part--actions .ns-teaser__action--link:after,
  #view .ns-teaser:focus .ns-teaser__part--actions .ns-teaser__action--link:after {
    width: 100%;
    background-position: 14px 50%;
  }
}
.ns-teaser__content {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.ns-teaser__content .ns-content {
  float: left;
  width: 100%;
}
.ns-teaser__content .ns-content__text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #383838;
}
.ns-teaser_part,
.ns-teaser__part {
  float: left;
  width: 100%;
  margin: calc(var(--spacePart) - 4px) 0;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: var(--s-textcolor);
}
@media (max-width: 1023px) {
  .ns-teaser_part,
  .ns-teaser__part {
    padding: 0 20px;
  }
}
.ns-teaser_part--pict,
.ns-teaser__part--pict {
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  position: relative;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  overflow: hidden;
}
.ns-teaser__part--placeholder {
  aspect-ratio: 1.5;
  background-color: #FFEF83;
}
@supports not (aspect-ratio: auto) {
  .ns-teaser__part--placeholder {
    padding-top: 56.08974359%;
  }
}
.ns-teaser__image {
  float: left;
  width: 100%;
  aspect-ratio: 1.5;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@supports not (aspect-ratio: auto) {
  .ns-teaser__image {
    padding-top: 66.66666667%;
  }
}
.ns-teaser__part--actions {
  margin-top: auto;
  padding-top: var(--spacePart);
}
.ns-teaser__part--actions .ns-teaser__action {
  background-color: transparent;
  line-height: 1.625;
  cursor: pointer;
  color: var(--s-keycolor);
  padding: 6px 20px 6px 52px;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  position: relative;
  font-size: 17px;
  line-height: 1.64705882;
  display: inline-block;
}
.ns-teaser__part--actions .ns-teaser__action:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border: 2px solid var(--s-keycolor);
  border-radius: 20px;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-size: 20px;
  background-position: 8px 50%;
  background-repeat: no-repeat;
  background-image: url('/images/arrow-right-purple.svg');
}
@media (max-width: 1023px) {
  .ns-teaser__part--actions .ns-teaser__action {
    color: var(--s-keycolor);
  }
  .ns-teaser__part--actions .ns-teaser__action:after {
    width: 100%;
    background-position: 14px 50%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .ns-teaser__part--actions .ns-teaser__action:hover,
  .ns-teaser__part--actions .ns-teaser__action:focus {
    color: var(--s-keycolor);
  }
  .ns-teaser__part--actions .ns-teaser__action:hover:after,
  .ns-teaser__part--actions .ns-teaser__action:focus:after {
    width: 100%;
    background-position: 14px 50%;
  }
}
.ns-teaserFilter__unit {
  display: none;
}
.ns-teaserFilter__unit.ns-teaserFilter__unit--activated {
  display: block;
  opacity: 0;
  -webkit-transform: translateY(-20px) scale(0.98);
          transform: translateY(-20px) scale(0.98);
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s !important;
  transition: opacity 0.4s, -webkit-transform 0.4s !important;
  transition: transform 0.4s, opacity 0.4s !important;
  transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s !important;
}
.ns-teaserFilter__unit.ns-teaserFilter__unit--active {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
}
.ns-teaserFilter {
  float: left;
  width: 100%;
  position: relative;
  z-index: 20;
  margin-top: calc(var(--spaceTotal) * 1);
}
.ns-teaserFilter__wrapper {
  float: left;
  width: 100%;
  position: relative;
}
.ns-teaserFilter__toggle {
  display: none;
}
.ns-teaserFilter__content {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ns-teaserFilter__cover {
  float: left;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 5px;
  padding: 10px;
  border-radius: 40px;
}
.ns-teaserFilter__list {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.ns-teaserFilter__actions {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ns-teaserFilter__link {
  margin-bottom: 10px;
  color: var(--s-keycolor);
  cursor: pointer;
  -webkit-transition: all cubic-bezier(0.25, 1, 0.5, 1);
  transition: all cubic-bezier(0.25, 1, 0.5, 1);
}
@media (hover: hover) and (pointer: fine) {
  .ns-teaserFilter__link:hover,
  .ns-teaserFilter__link:focus {
    color: var(--s-keycolor);
  }
}
@media (min-width: 1024px) {
  .ns-teaserFilter__link--confirm {
    display: none;
  }
}
.ns-teaserFilter__group {
  float: left;
  width: 100%;
  border-top: 1px solid var(--s-textcolor);
  border-bottom: 1px solid var(--s-textcolor);
  margin-top: -1px;
}
.ns-teaserFilter__group:first-child {
  margin-top: 0;
}
.ns-teaserFilter__groupToggle {
  float: left;
  width: 100%;
  font-size: 18px;
  line-height: 1.66666667;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  padding: 25px 20px 25px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  color: var(--s-textcolor);
}
.ns-teaserFilter__groupToggle:hover,
.ns-teaserFilter__groupToggle:focus {
  color: var(--s-textcolor);
}
.ns-teaserFilter__groupToggle:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-style: solid;
  border-color: transparent;
  border-top-color: #000;
  border-width: 7px 5px 0 5px;
}
.ns-teaserFilter__groupToggle.is-active:after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
}
.ns-teaserFilter__groupContent {
  float: left;
  width: 100%;
  overflow: hidden;
  max-height: 0;
}
.ns-teaserFilter__group.is-open .ns-teaserFilter__groupContent {
  max-height: initial;
}
.ns-teaserFilter__content .ns-teaserFilter__item {
  color: var(--s-textcolor);
  padding: 5px 15px 5px 20px;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 20px;
  font-size: 17px;
  line-height: 1.64705882;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (hover: hover) and (pointer: fine) {
  .ns-teaserFilter__content .ns-teaserFilter__item:hover,
  .ns-teaserFilter__content .ns-teaserFilter__item:focus {
    border: 2px solid var(--s-keycolor);
  }
}
.ns-teaserFilter__content .ns-teaserFilter__item.is-selected {
  border: 2px solid var(--s-keycolor);
}
@media (max-width: 1023px) {
  .ns-teaserFilter__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ns-teaserFilter__cover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  .ns-teaserFilter__toggle {
    background: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 5px;
    padding: 10px;
    border-radius: 40px;
  }
  .ns-teaserFilter__toggle .ns-teaserFilter__item {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-size: 30px;
    background-position: calc(100% - 10px) 50%;
    background-repeat: no-repeat;
    background-image: url(/images/arrow-round-bottom-purple.svg);
    color: var(--s-textcolor);
    min-width: 260px;
    padding: 6px 15px 6px 20px;
    padding-right: 49px;
    cursor: pointer;
    border: 2px solid var(--s-keycolor);
    border-radius: 20px;
    font-size: 17px;
    line-height: 1.64705882;
  }
  .ns-teaserFilter__content {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 2;
    max-height: 0;
    overflow-y: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .ns-teaserFilter__content::-webkit-scrollbar {
    display: none;
  }
  .is-open .ns-teaserFilter__content {
    max-height: initial;
  }
  .ns-teaserFilter__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .ns-teaserFilter__actions {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    width: 100%;
    padding: 10px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ns-teaserFilter__link {
    margin-right: 0;
    margin-bottom: 0;
  }
  .ns-teaserFilter__group:first-child {
    border-top: none;
  }
  .ns-teaserFilter__group:last-child {
    border-bottom: none;
  }
  .ns-teaserFilter__groupToggle {
    padding-left: 40px;
    padding-right: 60px;
  }
  .ns-teaserFilter__groupToggle:after {
    right: 40px;
  }
  .ns-teaserFilter__groupContent {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 40px;
    padding-right: 40px;
  }
  .ns-teaserFilter__item {
    margin-right: 0;
    margin-bottom: 0;
  }
}
.ns-sliderWrapper {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ns-slider--moodSlider {
  position: relative;
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: calc(var(--spaceTotal) * 3);
  margin-bottom: calc(var(--spaceTotal) * 1);
}
@media (max-width: 1279px) {
  .ns-slider--moodSlider {
    margin-top: calc(var(--spaceTotal) * 2);
  }
}
@media (max-width: 767px) {
  .ns-slider--moodSlider {
    margin-top: calc(var(--spaceTotal) * 1);
    margin-bottom: calc(var(--spaceTotal) * 1);
  }
}
.ns-slider--moodSlider .ns-slider__stage {
  float: left;
  width: 100%;
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
      grid-template-areas: "slides";
}
.ns-slider--moodSlider .ns-slide {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: slides;
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition: all 2s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 2s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#edit .ns-slider--moodSlider .ns-slide:not(.is-active) {
  pointer-events: none;
}
.ns-slider--moodSlider .ns-slide.is-active {
  z-index: 2;
  opacity: 1;
}
@media (max-width: 767px) {
  .ns-slider--moodSlider .ns-slide {
    padding: 0 var(--deskSpace);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.ns-slider--moodSlider .ns-slide__wrapper {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px 40px;
}
@media (max-width: 767px) {
  .ns-slider--moodSlider .ns-slide__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    text-align: center;
  }
}
.ns-slider--moodSlider .ns-slide__content {
  float: right;
  width: calc(50% - 20px);
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  .ns-slider--moodSlider .ns-slide__content {
    width: 100%;
  }
}
.ns-slider--moodSlider .ns-slide.is-active .ns-slide__content {
  -webkit-transition: all 0.7s 0.8s;
  transition: all 0.7s 0.8s;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.ns-slider--moodSlider .ns-slider__part {
  float: left;
  width: 100%;
  margin-top: calc(var(--spacePart) * 1);
  margin-bottom: calc(var(--spacePart) * 1);
}
.ns-slider--moodSlider .ns-slider__part:first-child {
  margin-top: 0 !important;
}
.ns-slider--moodSlider .ns-slider__part--image {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
@media (max-width: 1023px) {
  .ns-slider--moodSlider .ns-slider__part--image {
    height: unset;
  }
}
.ns-slide__imageContent {
  float: left;
  width: calc(50% - 20px);
  position: relative;
}
@media (max-width: 767px) {
  .ns-slide__imageContent {
    width: 100%;
    padding: 0 var(--deskSpace);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.ns-slider--moodSlider .ns-sliderImage {
  float: left;
  width: 100%;
  -webkit-transition: all 1.2s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 1.2s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
.ns-slider--moodSlider .ns-slide.is-active .ns-sliderImage {
  -webkit-transition: all 0.8s 0.4s;
  transition: all 0.8s 0.4s;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
@media (max-width: 767px) {
  .ns-slider--moodSlider .ns-slider__part--link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.ns-slider--moodSlider .ns-slider__part--link .open {
  background-color: transparent;
  line-height: 1.625;
  cursor: pointer;
  color: var(--s-keycolor);
  padding: 6px 20px 6px 52px;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  position: relative;
  font-size: 17px;
  line-height: 1.64705882;
  display: inline-block;
  float: left;
}
.ns-slider--moodSlider .ns-slider__part--link .open:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border: 2px solid var(--s-keycolor);
  border-radius: 20px;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-size: 20px;
  background-position: 8px 50%;
  background-repeat: no-repeat;
  background-image: url('/images/arrow-right-purple.svg');
}
@media (max-width: 1023px) {
  .ns-slider--moodSlider .ns-slider__part--link .open {
    color: var(--s-keycolor);
  }
  .ns-slider--moodSlider .ns-slider__part--link .open:after {
    width: 100%;
    background-position: 14px 50%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .ns-slider--moodSlider .ns-slider__part--link .open:hover,
  .ns-slider--moodSlider .ns-slider__part--link .open:focus {
    color: var(--s-keycolor);
  }
  .ns-slider--moodSlider .ns-slider__part--link .open:hover:after,
  .ns-slider--moodSlider .ns-slider__part--link .open:focus:after {
    width: 100%;
    background-position: 14px 50%;
  }
}
.ns-slider__bottom {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-top: calc(var(--spaceTotal) * 2);
  margin-bottom: calc(var(--spaceTotal) * 1);
}
@media (max-width: 767px) {
  .ns-slider__bottom {
    padding: 0 var(--deskSpace);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: calc(var(--spaceTotal) * 1);
    margin-bottom: var(--spacePart);
  }
}
.ns-slider--moodSlider .ns-sliderIndex {
  float: left;
  position: relative;
  z-index: 10;
}
.ns-sliderIndex__content {
  float: left;
  width: calc(100% + 20px);
  margin: -10px;
}
.ns-sliderIndex__item {
  float: left;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background-color: transparent;
  border: 2px solid var(--s-keycolor);
  cursor: pointer;
  margin: 10px;
}
.ns-sliderIndex__item.is-active {
  background-color: var(--s-keycolor);
}
.ns-slider__controls {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
}
.ns-slider--moodSlider .ns-sliderControl {
  float: right;
  position: relative;
  bottom: 0;
  z-index: 10;
  width: 40px;
  height: 40px;
  cursor: pointer;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  isolation: isolate;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media (hover: hover) and (pointer: fine) {
  .ns-slider--moodSlider .ns-sliderControl:hover,
  .ns-slider--moodSlider .ns-sliderControl:focus {
    opacity: 0.8;
  }
}
.ns-slider--moodSlider .ns-sliderControl--prev {
  background-image: url(/images/arrow-round-left-purple.svg);
}
.ns-slider--moodSlider .ns-sliderControl--next {
  background-image: url(/images/arrow-round-right-purple.svg);
}
.container--donator {
  float: left;
  width: 100%;
  padding-left: max(var(--deskSpace), calc((100vw - 1738px) / 2));
  padding-right: max(var(--deskSpace), calc((100vw - 1738px) / 2));
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.donator {
  float: left;
  width: 100%;
  border-radius: calc(25px * 1);
  background-color: #7902AA;
  --s-keycolor: #FFD800;
  --s-textcolor: #fff;
  padding: calc(var(--spaceTotal) * 1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 12%;
  margin-top: calc(var(--spaceTotal) * 2);
  margin-bottom: calc(var(--spaceTotal) * 2);
  gap: 60px;
}
@media (max-width: 767px) {
  .donator {
    padding: calc(var(--spaceTotal) * 1 + 10px);
    gap: 20px;
  }
}
.donator__hero {
  float: left;
  width: calc(40% - 60px);
  position: relative;
}
@media (max-width: 767px) {
  .donator__hero {
    width: 100%;
  }
}
.donator__img {
  margin-top: -150px;
  width: calc(100% + calc(var(--deskSpace) * 2));
  margin-left: calc(var(--deskSpace) * -2);
  margin-bottom: calc(var(--deskSpace) * -0.35);
}
@media (max-width: 767px) {
  .donator__img {
    width: calc(100% + calc(var(--deskSpace) * 2.5));
    margin-left: calc(var(--deskSpace) * -2.5);
    margin-top: calc(var(--deskSpace) * -1);
    margin-bottom: calc(var(--deskSpace) * -1);
  }
}
.donator__content {
  float: left;
  width: 60%;
}
@media (max-width: 767px) {
  .donator__content {
    width: 100%;
  }
}
.donator__form {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: calc(var(--spaceTotal) * 1);
  gap: 40px;
}
@media (max-width: 767px) {
  .donator__form {
    gap: 20px;
  }
}
.donator__amount {
  float: left;
  width: calc(50% - 20px);
}
@media (max-width: 767px) {
  .donator__amount {
    width: calc(50% - 10px);
  }
}
.donator__input[type="radio"] {
  display: none;
}
.donator__input[type="radio"]:not(:disabled) ~ label {
  cursor: pointer;
}
.donator__input[type="radio"]:disabled ~ label {
  color: var(--s-keycolor);
  border-color: var(--s-keycolor);
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: not-allowed;
}
.donator__label {
  --s-textcolor: #FFD800;
  cursor: pointer;
  height: 100%;
  display: block;
  border: 2px solid var(--s-keycolor);
  border-radius: 20px;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .donator__label {
    padding: 10px;
  }
}
.donator__input[type="radio"]:checked + .donator__label {
  background: #FFD800;
  -webkit-box-shadow: 0px 0px 5px var(--s-keycolor);
          box-shadow: 0px 0px 5px var(--s-keycolor);
  --s-textcolor: #7902AA;
}
.donator__label p {
  font-weight: bold;
  color: var(--s-textcolor);
  font-size: 20px;
  line-height: 1.5;
}
.donator__label h2 {
  font-weight: bold;
  color: var(--s-textcolor);
  font-size: 70px;
  line-height: 1.14285714;
}
@media (max-width: 767px) {
  .donator__label h2 {
    font-size: 55px;
    line-height: 1;
  }
}
.donator__button {
  --s-keycolor: #FFD800;
  background-color: transparent;
  line-height: 1.625;
  cursor: pointer;
  color: var(--s-keycolor);
  padding: 6px 20px 6px 52px;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  position: relative;
  font-size: 17px;
  line-height: 1.64705882;
  display: inline-block;
}
.donator__button:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border: 2px solid var(--s-keycolor);
  border-radius: 20px;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-size: 20px;
  background-position: 8px 50%;
  background-repeat: no-repeat;
  background-image: url('/images/arrow-right-yellow.svg');
}
@media (max-width: 1023px) {
  .donator__button {
    color: var(--s-keycolor);
  }
  .donator__button:after {
    width: 100%;
    background-position: 14px 50%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .donator__button:hover,
  .donator__button:focus {
    color: var(--s-keycolor);
  }
  .donator__button:hover:after,
  .donator__button:focus:after {
    width: 100%;
    background-position: 14px 50%;
  }
}
@media only screen and (max-width: 700px) {
  section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.donatorTitle {
  margin-top: calc(var(--spaceTotal) * 1);
  margin-bottom: calc(var(--spaceTotal) * 1);
}
.donatorText {
  color: var(--s-textcolor);
}
:root {
  --tamaro-primary-color: #7902AA;
  --tamaro-bg-color: #F8F7EF;
  --tamaro-primary-color__hover: #5C0082;
  --tamaro-primary-bg-color: #F8F7EF;
  --tamaro-text-color: var(--s-textcolor);
  --tamaro-bg-color__hover: #FFEF83;
  --tamaro-border-color: var(--s-textcolor);
  --tamaro-placeholder-color: var(--s-textcolor);
  --tamaro-info-text-color: var(--s-textcolor);
  --tamaro-info-icon-color: var(--s-textcolor);
  --tamaro-error-color: red;
  --tamaro-button-primary-color: #FFEF83;
  --tamaro-button-primary-color__hover: #FFEF83;
  --tamaro-button-primary-bg-color: #7902AA;
  --tamaro-button-primary-bg-color__hover: #5C0082;
  --tamaro-button-primary-border-color: #7902AA;
  --tamaro-button-primary-border-color__hover: #5C0082;
}
#tamaro-widget-overlay.tamaro-widget.tamaro-widget,
#tamaro-widget.tamaro-widget.tamaro-widget {
  font-family: 'Poppins', sans-serif !important;
}
#tamaro-widget.tamaro-widget .payment-amounts .amounts .amount.selected {
  background-color: var(--s-keycolor) !important;
  border-color: var(--tamaro-primary-color);
  color: #fff !important;
  z-index: 1;
}
#tamaro-widget-overlay.tamaro-widget [type=checkbox]:checked + .md-checkable-icon-wrapper .md-outer-circle,
#tamaro-widget-overlay.tamaro-widget [type=checkbox]:checked + .md-checkable-icon-wrapper .md-outer-square,
#tamaro-widget-overlay.tamaro-widget [type=radio]:checked + .md-checkable-icon-wrapper .md-outer-circle,
#tamaro-widget-overlay.tamaro-widget [type=radio]:checked + .md-checkable-icon-wrapper .md-outer-square,
#tamaro-widget.tamaro-widget [type=checkbox]:checked + .md-checkable-icon-wrapper .md-outer-circle,
#tamaro-widget.tamaro-widget [type=checkbox]:checked + .md-checkable-icon-wrapper .md-outer-square,
#tamaro-widget.tamaro-widget [type=radio]:checked + .md-checkable-icon-wrapper .md-outer-circle,
#tamaro-widget.tamaro-widget [type=radio]:checked + .md-checkable-icon-wrapper .md-outer-square {
  stroke: #FFD800 !important;
}
#tamaro-widget-overlay.tamaro-widget [type=checkbox]:checked + .md-checkable-icon-wrapper .md-inner-tick,
#tamaro-widget-overlay.tamaro-widget [type=radio]:checked + .md-checkable-icon-wrapper .md-inner-tick,
#tamaro-widget.tamaro-widget [type=checkbox]:checked + .md-checkable-icon-wrapper .md-inner-tick,
#tamaro-widget.tamaro-widget [type=radio]:checked + .md-checkable-icon-wrapper .md-inner-tick {
  stroke: #FFD800 !important;
}
/*# sourceMappingURL=screen-small.css.map */