:root {
  --sitecolor: #1A1A1A;
  --textcolor: #1A1A1A;
  --titlecolor: #1A1A1A;
  --accentcolor: #1A1A1A;
  --linkcolor: #1A1A1A;
  --linkcolor-hov: #93117E;
  --keycolor: #F3E5F1;
  --headerHeight: 150px;
}
@media (max-width: 1023px) {
  :root {
    --headerHeight: 70px;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  background-color: #DBEAB9;
  cursor: pointer;
  font-size: clamp(1.063rem, 0.892rem + 0.73vw, 1.438rem);
  line-height: 1.47826087;
  color: var(--linkcolor);
  padding: 14px 55px 12px 20px;
  -webkit-appearance: none;
          appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: none;
  display: inline-block;
  position: relative;
  font-weight: 600;
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
@media (hover: hover) and (pointer: fine) {
  .button:hover,
  .button:focus {
    background-color: #89BA17;
  }
}
.button:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  background-color: var(--linkcolor);
  -webkit-mask-image: url('/images/arrow-right-black.svg');
          mask-image: url('/images/arrow-right-black.svg');
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: clamp(1.125rem, 0.926rem + 0.85vw, 1.563rem);
  aspect-ratio: 1;
}
.button-hover {
  background-color: #89BA17;
}
.button-pdf {
  line-height: 1.5;
  font-family: inherit;
  cursor: pointer;
  color: var(--linkcolor);
  padding-right: 40px;
  -webkit-appearance: none;
          appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  text-decoration: underline;
  font-weight: 600;
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
@media (max-width: 767px) {
  .button-pdf {
    padding-right: 25px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .button-pdf:hover,
  .button-pdf:focus {
    color: var(--linkcolor-hov);
  }
  .button-pdf:hover:after,
  .button-pdf:focus:after {
    background-color: var(--linkcolor-hov);
  }
}
.button-pdf:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-color: var(--linkcolor);
  -webkit-mask-image: url('/images/icon-download-black.svg');
          mask-image: url('/images/icon-download-black.svg');
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: clamp(0.938rem, 0.795rem + 0.61vw, 1.25rem);
  aspect-ratio: 26 / 32;
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
.button-pdf-hover {
  color: var(--linkcolor-hov);
}
.button-pdf-hover:after {
  background-color: var(--linkcolor-hov);
}
.button-sec {
  line-height: 1.5;
  font-family: inherit;
  cursor: pointer;
  color: var(--linkcolor);
  padding-right: 35px;
  -webkit-appearance: none;
          appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  text-decoration: underline;
  font-size: clamp(1.25rem, 0.966rem + 1.21vw, 1.875rem);
  line-height: 1.4;
  font-weight: 600;
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
@media (max-width: 767px) {
  .button-sec {
    padding-right: 30px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .button-sec:hover,
  .button-sec:focus {
    color: var(--linkcolor-hov);
  }
  .button-sec:hover:after,
  .button-sec:focus:after {
    background-color: var(--linkcolor-hov);
  }
}
.button-sec:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-color: var(--linkcolor);
  -webkit-mask-image: url('/images/arrow-right-black.svg');
          mask-image: url('/images/arrow-right-black.svg');
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: clamp(1.125rem, 0.926rem + 0.85vw, 1.563rem);
  aspect-ratio: 21 / 25;
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
.button-sec-hover {
  color: var(--linkcolor-hov);
}
.button-sec-hover:after {
  background-color: var(--linkcolor-hov);
}
.button-fold {
  line-height: 1.5;
  font-family: inherit;
  cursor: pointer;
  color: var(--linkcolor);
  padding-right: 35px;
  -webkit-appearance: none;
          appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  text-decoration: underline;
  font-size: clamp(1.25rem, 0.966rem + 1.21vw, 1.875rem);
  line-height: 1.4;
  font-weight: 600;
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
@media (max-width: 767px) {
  .button-fold {
    padding-right: 30px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .button-fold:hover,
  .button-fold:focus {
    color: var(--linkcolor-hov);
  }
  .button-fold:hover:after,
  .button-fold:focus:after {
    background-color: var(--linkcolor-hov);
  }
}
.button-fold:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-color: var(--linkcolor);
  -webkit-mask-image: url('/images/arrow-down-black.svg');
          mask-image: url('/images/arrow-down-black.svg');
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: clamp(1.125rem, 0.926rem + 0.85vw, 1.563rem);
  aspect-ratio: 21 / 25;
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
.button-fold-hover {
  color: var(--linkcolor-hov);
}
.button-fold-hover:after {
  background-color: var(--linkcolor-hov);
}
.area--one {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0 40px;
}
.area--one .unit {
  grid-column: span 6;
}
.area--one .unitTwo {
  grid-column: span 3;
}
.area--teaser {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0 40px;
}
.area--teaser .unitTeaser {
  grid-column: span 3;
}
/*# sourceMappingURL=./screen-medium.css.map */