@charset "UTF-8";
/* ------------------------------------------------------------ *\
	Vendor
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Generic
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
  SCSS Functions
\* ------------------------------------------------------------ */
/* example usage*/
/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
* {
  padding: 0;
  margin: 0;
  outline: 0;
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: inherit;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, main {
  display: block;
}
template {
  display: none;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-size-adjust: none;
}
img, iframe, video, audio, object {
  max-width: 100%;
}
img, iframe {
  border: 0 none;
}
img {
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
img, [style*="background-image"] {
  image-rendering: -webkit-optimize-contrast;
}
b, strong {
  font-weight: bold;
}
address {
  font-style: normal;
}
svg:not(:root) {
  overflow: hidden;
}
a, button, input[type="submit"], input[type="button"], input[type="reset"], input[type="file"], input[type="image"], label[for] {
  cursor: pointer;
}
a[href^="tel"], button[disabled], input[disabled], textarea[disabled], select[disabled] {
  cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea, a[href^="tel"] {
  appearance: none;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  appearance: none;
}
textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
button, select {
  text-transform: none;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
nav ul, nav ol {
  list-style: none outside none;
}
input::placeholder {
  color: inherit;
  opacity: 1;
}
textarea::placeholder {
  color: inherit;
  opacity: 1;
}
input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
input[type=text], input[type=button], input[type=tel], input[type=email], input[type=submit], input[type=date], input[type=search], textarea {
  appearance: none;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
/* ------------------------------------------------------------ *\
    Fonts
\* ------------------------------------------------------------ */
@font-face {
  font-family: 'Helvetica Neue LT Std';
  src: url('Fonts/HelveticaNeueLTStd-Lt.woff2') format('woff2'), url('Fonts/HelveticaNeueLTStd-Lt.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue LT Std';
  src: url('Fonts/HelveticaNeueLTStd-Bd.woff2') format('woff2'), url('Fonts/HelveticaNeueLTStd-Bd.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue LT Std';
  src: url('Fonts/HelveticaNeueLTStd-Md.woff2') format('woff2'), url('Fonts/HelveticaNeueLTStd-Md.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue LT Std';
  src: url('Fonts/HelveticaNeueLTStd-Roman.woff2') format('woff2'), url('Fonts/HelveticaNeueLTStd-Roman.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Neue Helvetica® Pro 55 Roman */
/*@font-face {
  font-family: "HelveticaNeueLTPro-Roman";
  src: url('Fonts/HelveticaNeueLTProRoman/font.woff2') format('woff2'), url('Fonts/HelveticaNeueLTProRoman/font.woff') format('woff');
} */
/* Neue Helvetica® Pro 45 Light */
/*@font-face {    
  font-family: "HelveticaNeueLTPro-Lt";
  src: url('Fonts/HelveticaNeueLTProLt/font.woff2') format('woff2'), url('Fonts/HelveticaNeueLTProLt/font.woff') format('woff');
} */
/*Neue Helvetica® Pro 75 Bold*/
/*@font-face {
  font-family: "HelveticaNeueLTPro-Bd";
  src: url('Fonts/HelveticaNeueLTProBd/font.woff2') format('woff2'), url('Fonts/HelveticaNeueLTProBd/font.woff') format('woff');
}*/
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
html {
  font-size: 62.5%;
}
body {
  min-width: 320px;
  background: #fff;
  font-family: 'Helvetica Neue LT Std', sans-serif;
  font-weight: 300;
  font-size: 1.7rem;
  line-height: 1.47;
  color: #383938;
  -webkit-font-smoothing: subpixel-antialiased;
  letter-spacing: 0.02em;
  --scrollbar: 20px;
  /* default if Javascript is disabled */
  scroll-behavior: smooth;
}
a {
  color: inherit;
  text-decoration: none;
  transition: color 0.4s, opacity 0.4s;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}
a[href^="tel"] {
  text-decoration: none;
}
.ce-bodytext a, .box__content a {
  position: relative;
  display: inline-block;
}
.ce-bodytext a:after, .box__content a:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 0.5px;
  background-color: #383938;
  opacity: 1;
  transition: width 0.3s, opacity 0.3s;
}
.ce-bodytext a:hover, .box__content a:hover {
  color: #DB0B06;
}
.ce-bodytext a:hover:after, .box__content a:hover:after {
  width: 0;
  opacity: 0;
}
.h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6 {
  letter-spacing: 0.01em;
  margin-bottom: calc(1.47em / 2);
  font-weight: 300;
  color: #DB0B06;
}
.h1, h1 {
  font-size: 6rem;
  line-height: 1.1;
}
.h2, h2 {
  font-size: 5rem;
  line-height: 1.1;
}
.h3, h3 {
  font-size: 4rem;
  line-height: 1.1;
}
.h4, h4 {
  font-size: 2.5rem;
  line-height: 1.2;
}
.h5, h5 {
  font-size: 1.4rem;
  line-height: 1.43;
}
p, ul, ol, dl, hr, table, blockquote {
  margin-bottom: 1.47em;
}
/*
h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,*/
ul:last-child, ol:last-child, dl:last-child, table:last-child, blockquote:last-child {
  margin-bottom: 0;
}
.text-center {
  text-align: center;
}
.p-relative {
  position: relative;
}
.d-none {
  display: none;
}
.nl2br {
  white-space: pre-line;
}
.hoertest-host {
  background-color: #fff;
  margin: 0 auto;
  max-width: 850px;
}
.hoertest-host iframe {
  height: 950px;
  transition: height 0.4s, transform 0.4s, background-color 0.4s;
}
@media (min-width: 1023.02px) {
  .hoertest-host {
    padding: 40px;
  }
}
html {
  scroll-padding-top: 125px;
}
html.has-sticky-element {
  scroll-padding-top: 185px;
}
/* ------------------------------------------------------------ *\
  Helpers
\* ------------------------------------------------------------ */
/* Menu open */
.menu-open {
  overflow: hidden;
}
/*  Clear  */
.clear:after {
  content: '';
  line-height: 0;
  display: table;
  clear: both;
}
/* sr-only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/*  Notext  */
.notext {
  white-space: nowrap;
  text-indent: 100%;
  text-shadow: none;
  overflow: hidden;
}
.notext-old {
  font-size: 0;
  line-height: 0;
  text-indent: -4000px;
}
/*  Hidden  */
[hidden], .hidden {
  display: none;
}
/*  Disabled  */
[disabled], .disabled {
  cursor: default;
}
/*  Responsive Helpers  */
.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs-block {
    display: block !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 767.02px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
  .visible-sm-block {
    display: block !important;
  }
  .visible-sm-inline {
    display: inline !important;
  }
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1023.02px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  .visible-md-block {
    display: block !important;
  }
  .visible-md-inline {
    display: inline !important;
  }
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1199.02px) {
  .hidden-lg {
    display: none !important;
  }
  .visible-lg-block {
    display: block !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
/* ------------------------------------------------------------ *\
	Components
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Accordion
\* ------------------------------------------------------------ */
.accordion h6 {
  letter-spacing: 0.02em;
  font-size: 2.5rem;
  color: #383938;
  margin: 0;
}
@media (max-width: 1023px) {
  .accordion h6 {
    font-size: 2.1rem;
    line-height: 1.24;
    letter-spacing: 0.01em;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .accordion h6 {
    padding-right: 1rem;
  }
}
.accordion address {
  margin-bottom: 1.6rem;
}
@media (max-width: 1023px) {
  .accordion address {
    font-size: 1.6rem;
    line-height: 1.35;
    margin-bottom: 2.4rem;
  }
}
.accordion address a {
  cursor: pointer;
}
.accordion .accordion__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  gap: 0.5rem;
}
.accordion .accordion__content {
  font-size: 1.7rem;
  line-height: 1.47;
  letter-spacing: 0.02em;
  padding: 1.6rem 0 0.6rem;
  max-width: 61.4rem;
}
@media (max-width: 1023px) {
  .accordion .accordion__content {
    padding: 1.4rem 0 0.4rem;
    line-height: 1.3;
  }
}
.accordion .accordion__section {
  padding: 2rem 1rem;
  border-top: 0.1rem solid #DDD;
  border-bottom: 0.1rem solid #DDD;
}
@media (max-width: 1023px) {
  .accordion .accordion__section {
    padding: 2.2rem 0 1.6rem;
  }
}
.accordion .accordion__section + .accordion__section {
  border-top: none;
}
.accordion .accordion__icon {
  transition: transform 0.4s, background-color 0.4s;
}
.accordion .accordion__section.is-current .accordion__icon {
  transform: rotate(45deg);
  background-color: #DB0B06;
}
.accordion .accordion__section.is-current .accordion__icon:hover {
  border-color: #B20500;
  background-color: #B20500;
}
.accordion .accordion__section .accordion__icon:hover {
  background-color: #DB0B06;
}
.accordion .accordion__section .accordion__icon line {
  transition: stroke 0.4s;
}
.accordion .accordion__section .accordion__icon:hover line {
  stroke: #fff;
}
.accordion .accordion__section.is-current .accordion__icon line {
  stroke: #fff;
}
.accordion .accordion__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2.8rem;
  letter-spacing: 0;
}
@media (max-width: 1199px) {
  .accordion .accordion__actions {
    display: block;
  }
}
@media (max-width: 1023px) {
  .accordion .accordion__actions {
    display: flex;
    max-width: 32rem;
  }
}
@media (max-width: 374px) {
  .accordion .accordion__actions {
    display: block;
  }
}
@media (max-width: 1199px) {
  .accordion .accordion__actions a + a {
    margin: 2rem 0 0 0;
  }
}
@media (max-width: 1023px) {
  .accordion .accordion__actions a + a {
    margin: 0 1rem 0 0;
  }
}
@media (max-width: 374px) {
  .accordion .accordion__actions a + a {
    margin: 2rem 0 0 0;
  }
}
@media (max-width: 1023px) {
  .accordion .accordion__btn {
    min-width: 18.2rem;
  }
}
.accordion .accordion__location {
  font-weight: 700;
  font-size: 1.4rem;
  color: #DB0B06;
  letter-spacing: 0.02em;
  margin-bottom: 1rem;
}
.accordion--alt h6 {
  font-size: 2rem;
  color: #DB0B06;
  letter-spacing: 0.01em;
}
@media (max-width: 1023px) {
  .accordion--alt h6 {
    font-size: 2.1rem;
  }
}
.accordion--alt .accordion__section {
  padding: 1.6rem 1rem;
}
@media (max-width: 1023px) {
  .accordion--alt .accordion__section {
    padding: 2rem 0;
  }
}
.accordion--alt .accordion__icon {
  color: #DB0B06;
}
.accordion--alt .accordion__section.is-current .accordion__icon {
  background-color: inherit;
  transform: rotate(180deg);
}
.accordion--alt .accordion__content {
  padding: 1rem 0;
}
@media (max-width: 1023px) {
  .accordion--alt .accordion__content {
    padding: 1.8rem 0;
  }
}
@media (max-width: 1023px) {
  .accordion--alt .accordion__location {
    margin-bottom: 0.7rem;
  }
}
@media (max-width: 1023px) {
  .accordion--alt .accordion__location i {
    margin-right: 0.4rem;
  }
}
.tx-addresses {
  /*
    .accordion.accordion--alt {
    

        @include breakpoint-up(tablet) {
            
            
            max-height:600px;
            overflow-x:hidden;
            overflow-y:auto;
            
            
            @include overflow-scrollbar;
            
                  
        }
        
    }
    */
}
.tx-addresses .accordion__section .accordion__icon:hover {
  background-color: transparent;
}
.tx-addresses .accordion__section.is-current .accordion__icon:hover {
  background-color: transparent;
}
/* ------------------------------------------------------------ *\
	Article basic
\* ------------------------------------------------------------ */
.article-basic {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-basic {
    display: block;
  }
}
.article-basic h5 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
}
@media (max-width: 1023px) {
  .article-basic h5 {
    letter-spacing: 0.02em;
    margin-bottom: 1rem;
  }
}
.article-basic h4 {
  margin-bottom: 3rem;
}
@media (max-width: 1023px) {
  .article-basic h4 {
    font-size: 2.1rem;
  }
}
.article-basic h3 {
  font-size: 3rem;
  margin-bottom: 3.5rem;
}
@media (max-width: 1023px) {
  .article-basic h3 {
    font-size: 2.1rem;
    margin-bottom: 2rem;
  }
}
.article-basic h2 {
  margin-bottom: 2rem;
}
@media (max-width: 1023px) {
  .article-basic h2 {
    font-size: 3rem;
    text-align: center;
  }
}
.article-basic .article__title--large {
  font-size: 3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-basic .article__title--large {
    font-size: 2.1rem;
  }
}
.article-basic .article__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.article-basic .article__list {
  margin-top: 4rem;
}
.article-basic .article__image {
  width: 49%;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .article-basic .article__image {
    max-width: 55%;
    margin: 0 auto 4rem;
    width: 55%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-basic .article__image {
    max-width: 100%;
    width: 100%;
  }
}
.article-basic .article__image img {
  transition: transform 0.4s;
  transform-origin: center;
}
.article-basic .article__content {
  width: 40%;
  padding-right: 12rem;
}
@media (max-width: 1023px) {
  .article-basic .article__content {
    padding: 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-basic .article__content {
    width: 100%;
  }
}
.article-basic .article__actions {
  margin-top: 6.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .article-basic .article__actions {
    display: block;
    margin-top: 3rem;
  }
}
.article-basic .article__content a.btn {
  margin-top: 6.5rem;
}
@media (max-width: 1023px) {
  .article-basic .article__content a.btn {
    margin-top: 3rem;
  }
}
.article-basic .article__content p + p a.btn {
  margin-top: 5rem;
}
.article-basic .article__content .article__actions a.btn {
  margin-top: 0;
}
.article-basic:hover .article__image img {
  transform: scale(1.1);
}
/* Article basic rounded */
.article-basic--rounded .article__image {
  border-radius: 1rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-basic--rounded .article__image {
    max-width: none;
    width: 100%;
  }
}
/* Article basic large */
.article-basic--large {
  border-radius: 1rem;
  background-color: #fff;
}
.article-basic--large .article__image {
  width: 50%;
}
@media (max-width: 1023px) {
  .article-basic--large .article__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-basic--large .article__image {
    position: relative;
    min-height: 18.7rem;
    width: 100%;
    border-radius: 0;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }
}
@media (max-width: 1023px) {
  .article-basic--large .article__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.article-basic--large .article__content {
  width: 40.3%;
  padding-right: 11rem;
}
@media (max-width: 1399px) {
  .article-basic--large .article__content {
    width: 46%;
    padding-right: 5rem;
  }
}
@media (max-width: 1023px) {
  .article-basic--large .article__content {
    padding: 3rem;
    width: 50%;
    margin-left: auto;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-basic--large .article__content {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .article-basic--large .article__actions a {
    width: 100%;
  }
}
@media (max-width: 374px) {
  .article-basic--large .article__actions a {
    min-width: 0;
  }
}
@media (max-width: 1023px) {
  .article-basic--large .article__actions a + a {
    margin-top: 3rem;
  }
}
/* Article baisc large alt */
@media (max-width: 1023px) {
  .article-basic--large-alt h2 {
    margin-bottom: 1.4rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-basic--large-alt .article__image {
    min-height: 22.7rem;
  }
}
@media (max-width: 1023px) {
  .article-basic--large-alt .article__content {
    padding: 4rem 2rem;
  }
}
@media (max-width: 1023px) {
  .article-basic--large-alt .article__entry {
    text-align: center;
  }
}
/* Article basic alt */
.article-basic--alt {
  align-items: flex-start;
}
.article-basic--alt h4 {
  font-size: 3rem;
  margin-bottom: 3.2rem;
}
@media (max-width: 1023px) {
  .article-basic--alt h4 {
    font-size: 2.1rem;
  }
}
.article-basic--alt .article__image {
  width: 43%;
  padding: 7rem 0 0 9rem;
}
@media (max-width: 1023px) {
  .article-basic--alt .article__image {
    width: 100%;
    max-width: 40rem;
    margin: 0 auto 2rem;
    padding: 0;
  }
}
.article-basic--alt .article__content {
  padding-right: 0;
  width: 48.8%;
}
@media (max-width: 1023px) {
  .article-basic--alt .article__content {
    width: 100%;
  }
}
.article-basic--alt .article__list {
  margin: 0 0 4rem;
}
.article-basic--alt .article__list li + li {
  margin-top: 1.9rem;
}
.article-basic--alt .article__actions {
  margin-top: 5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-basic--alt .article__actions a {
    width: 100%;
    min-width: 0;
  }
}
.article-basic--alt:hover .article__image img {
  transform: none;
}
.teaserbox.teaserbox-type-jumbo {
  flex-basis: 100%;
}
@media (max-width: 1023px) {
  .teaserbox.teaserbox-type-jumbo .article__image {
    margin-bottom: 0;
  }
}
.frame.frame-mask_text_media.textmedia-hover-inside .article-basic .article__image img {
  transform: scale(0.9);
}
.frame.frame-mask_text_media.textmedia-hover-inside .article-basic:hover .article__image img {
  transform: scale(1);
}
/* ------------------------------------------------------------ *\
	Article small
\* ------------------------------------------------------------ */
.article-small {
  position: relative;
  display: flex;
  font-size: 1.5rem;
  align-items: center;
  transition: color 0.4s;
}
.article-small figure {
  border-radius: 0.5rem;
  margin-right: 3rem;
  overflow: hidden;
  width: 50%;
}
.article-small figure img {
  transition: transform 0.4s;
}
.article-small h6 {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  margin-bottom: 0.02rem;
  color: #383938;
  transition: color 0.4s;
}
.article-small .article__content {
  width: 50%;
  line-height: 1.33;
  letter-spacing: 0.04em;
}
.article-small .article__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
}
.article-small:hover {
  color: #DB0B06;
}
.article-small:hover h6 {
  color: #DB0B06;
}
.article-small:hover figure img {
  transform: scale(1.1);
}
/* ------------------------------------------------------------ *\
	Articles
\* ------------------------------------------------------------ */
.articles .articles__item + .articles__item, .section__body .articles__item + .articles__item {
  margin-top: 10rem;
}
/* Articles small */
.articles--small .articles__item + .articles__item {
  margin-top: 3rem;
}
/* ------------------------------------------------------------ *\
	Box about
\* ------------------------------------------------------------ */
.box-about{height:100%;position:relative;display:flex;padding:0 9rem;position:relative}@media (max-width: 1599px){.box-about{padding:5rem 5rem 0}}@media (max-width: 1199px){.box-about{padding:2rem 3rem 0}}@media (max-width: 1023px){.box-about{flex-wrap:wrap;padding:2rem 0 1.8rem}}.box-about h6{letter-spacing:.02em;color:#383938;font-size:2.5rem;font-weight:300;margin-bottom:2.5rem}@media (max-width: 1023px){.box-about h6{font-size:2.1rem;letter-spacing:.01em;margin-bottom:1.6rem}}.box-about .box__image{display:flex;align-items:flex-end;min-width:30.5rem;width:30.5rem;margin-right:10.5rem;margin-top:auto;margin-bottom:auto;}@media (max-width: 1599px){.box-about .box__image{min-width:0;margin-right:5rem}}@media (max-width: 1199px){.box-about .box__image{margin-right:3rem;width:60%}}@media (max-width: 1023px){.box-about .box__image{margin:0 auto 3rem;width:30%}}@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape){.box-about .box__image{width:60%}}.box-about .box__content{width:29.7rem;max-width:29.7rem;padding-top:1.6rem;padding-bottom:5rem}@media (max-width: 1023px){.box-about .box__content{width:100%;max-width:none;padding:0 1.5rem}}.box-about .box__entry{margin-bottom:3.5rem}@media (max-width: 1023px){.box-about .box__entry{margin-bottom:2.2rem}}
/* ------------------------------------------------------------ *\
	Boxes
\* ------------------------------------------------------------ */
.boxes .boxes__items {
  display: flex;
  flex-wrap: wrap;
}
/* Boxes about */
.boxes--about .boxes__items{display:flex;justify-content: center;}@media (max-width: 1023px){.boxes--about .boxes__item,.boxes--about .boxes__item-double{width:50%}}.boxes--about .boxes__item-double{width:33%}.boxes--about .boxes__item{width:50%;}
/* ------------------------------------------------------------ *\
	Breadcrumbs
\* ------------------------------------------------------------ */
.breadcrumbs {
  letter-spacing: 0.02em;
}
@media (max-width: 1023px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs ul {
  display: flex;
  flex-wrap: wrap;
  color: #000;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 400;
}
.breadcrumbs li {
  display: flex;
  align-items: center;
}
.breadcrumbs li a {
  display: flex;
  align-items: center;
}
.breadcrumbs li a:hover {
  color: #DB0B06;
}
.breadcrumbs li + li:before {
  color: #A5A5A5;
  content: '';
  margin: 0 0.9rem;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 1rem;
}
.breadcrumbs li.is-current {
  color: #A5A5A5;
  display: flex;
  align-items: center;
}
.has-partner-banner .breadcrumbs {
  margin-top: 5rem;
}
.frame.frame-mask_breadcrumb .breadcrumbs {
  padding-top: 4.2rem;
  margin-bottom: 0;
}
/* ------------------------------------------------------------ *\
	Btn circle
\* ------------------------------------------------------------ */
.btn-circle {
  border-radius: 50%;
  min-width: 5rem;
  height: 5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0.1rem solid #DB0B06;
  background-color: transparent;
  transition: transform 0.4s, background-color 0.4s;
}
.btn-circle line {
  transition: stroke 0.4s;
}
.btn-circle.active {
  transform: rotate(45deg);
  background-color: #DB0B06;
}
.btn-circle.active line {
  stroke: #fff;
}
/* ------------------------------------------------------------ *\
	Btn menu
\* ------------------------------------------------------------ */
.btn-menu {
  position: relative;
  display: inline-block;
  width: 2.6rem;
  height: 2.2rem;
}
.btn-menu small {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -5.8rem;
  font-size: 2rem;
  color: #DB0B06;
}
.btn-menu span {
  position: absolute;
  display: block;
  height: 0.4rem;
  width: 100%;
  background: #DB0B06;
  border-radius: 1rem;
  transition: top 0.2s 0.25s, left 0.2s 0.25s, opacity 0.2s 0.25s, transform 0.2s 0s, width 0.2s;
}
.btn-menu span:nth-child(1) {
  top: 0;
}
.btn-menu span:nth-child(2) {
  top: 1rem;
}
.btn-menu span:nth-child(3) {
  top: 2rem;
  width: 60%;
}
.btn-menu.active span {
  transition: background 0.2s, top 0.2s, left 0.2s, opacity 0.2s, transform 0.2s 0.25s;
}
.btn-menu.active span:nth-child(3), .btn-menu.active span:nth-child(1) {
  top: 1rem;
}
.btn-menu.active span:nth-child(2) {
  opacity: 0;
}
.btn-menu.active span:nth-child(1) {
  transform: rotate(45deg);
}
.btn-menu.active span:nth-child(3) {
  transform: rotate(-45deg);
  width: 100%;
}
/* ------------------------------------------------------------ *\
	Btn top
\* ------------------------------------------------------------ */
.btn-top {
  font-weight: 400;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.4s, color 0.4s, transform 0.4s;
  background-color: #DB0B06;
  color: #fff;
  font-size: 2.7rem;
  height: 6.8rem;
  width: 6.8rem;
  border-radius: 0.5rem;
  overflow: hidden;
  cursor: pointer;
  border-radius: 50%;
}
@media (max-width: 1023px) {
  .btn-top {
    width: 5.6rem;
    height: 5.6rem;
    font-size: 2rem;
  }
}
.btn-top:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scaleX(0);
  transform-origin: center;
  width: 150%;
  height: 100%;
  border-radius: 50%;
  transition: transform 0.5s, opacity 0.4s, visibility 0.4s;
  opacity: 0;
  visibility: hidden;
  background-color: #B20500;
}
.btn-top span {
  position: relative;
  z-index: 2;
}
.btn-top:hover {
  transform: scale(1.12);
}
.btn-top:hover:after {
  transform: translate(-50%, -50%) scaleX(1);
  opacity: 1;
  visibility: visible;
}
/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
.btn, a.btn {
  font-weight: 400;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.4s, color 0.4s;
  background-color: #DB0B06;
  color: #fff;
  font-size: 1.6rem;
  min-height: 5.8rem;
  min-width: 23.5rem;
  border-radius: 0.5rem;
  overflow: hidden;
  cursor: pointer;
  z-index: 2;
}
.btn:after, a.btn:after {
  bottom: auto;
  right: auto;
  background: transparent;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scaleX(0);
  transform-origin: center;
  width: 150%;
  height: 150%;
  border-radius: 35%;
  transition: transform 0.5s, opacity 0.4s, visibility 0.4s;
  opacity: 0;
  visibility: hidden;
  background-color: #B20500;
  z-index: 1;
}
.btn span, a.btn span {
  position: relative;
  z-index: 2;
}
@media (max-width: 1023px) {
  footer.page .btn, footer.page a.btn {
    display: flex;
  }
}
a.btn:hover, .btn:hover, .frame-mask_teaserbox:hover a.btn--outline, .frame-mask_teaserbox:hover .btn--outline {
  color: #fff;
}
a.btn:hover:after, .btn:hover:after, .frame-mask_teaserbox:hover a.btn--outline:after, .frame-mask_teaserbox:hover .btn--outline:after {
  width: 150%;
  height: 150%;
  transform: translate(-50%, -50%) scaleX(1);
  opacity: 1;
  visibility: visible;
}
a.btn.disabled, a.btn:disabled, .btn.disabled, .btn:disabled {
  pointer-events: none;
}
/*  Btn block  */
a.btn--block, .btn--block {
  display: block;
  padding-left: 0;
  padding-right: 0;
}
/* Btn white */
a.btn--white, .btn--white {
  background-color: #fff;
  color: #DB0B06;
}
a.btn--white:hover, .btn--white:hover {
  color: #DB0B06;
}
a.btn--white:after, .btn--white:after {
  background-color: #F5F5F5;
}
/* Btn outline */
a.btn--outline, .btn--outline {
  position: relative;
  background-color: #fff;
  border: 0.1rem solid #DB0B06;
  color: #DB0B06;
}
a.btn--outline:after, .btn--outline:after {
  background-color: #DB0B06;
}
a.btn--outline i, .btn--outline i {
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
a.btn--outline:hover, .btn--outline:hover {
  color: #fff;
}
.ce-bodytext .text-center a.btn {
  margin-top: 6rem;
}
.link-dart {
  display: none;
}
a.link.link-arrow {
  margin-top: 3.6rem;
}
a.link.link-arrow .link-dart {
  display: inline-block;
}
a.link.link-arrow:after {
  content: none;
}
a.link.link-text {
  position: relative;
  display: inline-block;
  color: inherit;
  text-decoration: none;
  transition: color 0.4s, opacity 0.4s;
  cursor: pointer;
  /*
        position:relative;
        display:inline-block;
        
        
        &:after {

            content: '';
            display: block;
        
            position:absolute;
            bottom:0;
            right:0;
            width: 100%;
            height: 0.5px;
            
            background-color: $c-base;
            opacity:1;
            transition: width $t-duration-hover, opacity $t-duration-hover;   
            
        }
        
        &:hover {
        
            color:$c-red;
            
            &:after {
                width: 0;
                opacity:0;
                
            }
        }
        */
}
a.link.link-text:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 0.5px;
  background-color: #383938;
  opacity: 1;
  transition: width 0.3s, opacity 0.3s;
}
a.link.link-text:hover {
  color: #DB0B06;
}
a.link.link-text:hover:after {
  width: 0;
  opacity: 0;
}
/* ------------------------------------------------------------ *\
	Callout
\* ------------------------------------------------------------ */
.callout {
  height: 100%;
  position: relative;
  background-color: #fff;
  border-radius: 1rem;
  min-height: 52.3rem;
  padding: 2rem 11rem;
  display: flex;
  align-items: center;
  overflow: hidden;
  /*
	.callout__image img:first-child {
		@include breakpoint-down(tablet) {
			display: none;
		}
	}

	.callout__image img + img {
		display: none;

		@include breakpoint-down(tablet) {
			display: block;
		}
	}
    */
}
@media (max-width: 1199px) {
  .callout {
    padding: 2rem 5rem;
  }
}
@media (max-width: 1023px) {
  .callout {
    height: auto;
    display: block;
    padding: 3.6rem 3rem;
  }
}
.callout h5 {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 1.5rem;
}
@media (max-width: 1023px) {
  .callout h5 {
    margin-bottom: 1rem;
  }
}
.callout h3 {
  font-size: 3rem;
  font-weight: 300;
}
@media (max-width: 1023px) {
  .callout h3 {
    font-size: 2.1rem;
    margin-bottom: 2rem;
  }
}
.callout .callout__image {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 30.7rem;
}
@media (min-width: 1023.02px) {
  .callout .callout__image {
    transform-origin: bottom center;
    transform: translateX(35%) scale(2.7);
  }
}
@media (max-width: 1023px) {
  .callout .callout__image {
    position: relative;
    margin: -1rem auto -3.6rem;
    transform: translateY(2rem) scale(1.1);
  }
}
.callout .callout__image img {
  transition: transform 0.4s;
  transform-origin: center;
}
.callout .callout__content {
  position: relative;
  max-width: 40.5rem;
  z-index: 2;
}
@media (max-width: 1199px) {
  .callout .callout__content {
    padding-right: 5rem;
  }
}
@media (max-width: 1023px) {
  .callout .callout__content {
    padding-right: 0;
    max-width: none;
  }
}
.callout .callout__actions {
  margin-top: 6.6rem;
}
@media (max-width: 1023px) {
  .callout .callout__actions {
    margin-top: 3.2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .callout .callout__actions a {
    width: 100%;
  }
}
@media (max-width: 374px) {
  .callout .callout__actions a {
    min-width: 0;
  }
}
.callout:hover .callout__image img {
  transform: scale(1.1);
}
/* ------------------------------------------------------------ *\
	Card basic
\* ------------------------------------------------------------ */
.card-basic {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
  border-radius: 1rem;
  padding: 0 4rem 4rem;
  overflow: hidden;
  box-shadow: 0 0.5rem 3rem 0 rgba(0, 0, 0, 0.05);
  position: relative;
}
@media (max-width: 1023px) {
  .card-basic {
    padding: 0 3rem 4rem;
  }
}
.card-basic figure {
  margin-bottom: 7.4rem;
  margin: 0 -4rem 4rem;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .card-basic figure {
    margin: 0 -3rem 3.8rem;
  }
}
.card-basic figure img {
  transition: transform 0.4s;
  transform-origin: center;
}
.card-basic h4 {
  margin-bottom: 2.2rem;
}
@media (max-width: 1023px) {
  .card-basic h4 {
    font-size: 2.1rem;
    margin-bottom: 2rem;
  }
}
.card-basic .card__link {
  margin-top: auto;
}
.card-basic .card__entry {
  margin-bottom: 3rem;
}
@media (max-width: 1023px) {
  .card-basic .card__entry {
    margin-bottom: 2.2rem;
  }
}
.card-basic:hover figure img {
  transform: scale(1.1);
}
/* Card basic shadow */
.card-basic--shadow {
  box-shadow: 0 0.5rem 3rem 0 rgba(0, 0, 0, 0.05);
  padding: 0;
  height: auto;
}
.card-basic--shadow figure {
  margin: 0;
}
.card-basic--shadow .card__entry {
  margin: 0;
}
.card-basic--shadow .card__content {
  padding: 4rem;
  background-color: #fff;
}
.card-basic--shadow .card__link {
  margin-top: 5.4rem;
}
.box-overlay-link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.frame.frame-mask_teaserbox .card {
  background-color: #F5F5F5;
}
.frame.frame-mask_teaserbox.no-overlay-link .card:hover figure img, .frame.frame-mask_teaserbox.no-overlay-link .card-cause:hover figure img {
  transform: none;
}
.frame.frame-as-frame-gray .frame.frame-mask_teaserbox .card {
  background-color: #fff;
  box-shadow: 0 0.5rem 3rem 0 rgba(0, 0, 0, 0.05);
}
.teaserbox-type-normal-landscape .card {
  box-shadow: 0 0.5rem 3rem 0 rgba(0, 0, 0, 0.05);
}
.teaserbox-type-normal .card {
  box-shadow: none !important;
}
/* ------------------------------------------------------------ *\
	Card cause
\* ------------------------------------------------------------ */
.card-cause {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
  border-radius: 1rem;
  padding: 7.4rem 4rem 4rem;
  position: relative;
}
@media (max-width: 1023px) {
  .card-cause {
    padding: 6.3rem 3rem 4rem;
  }
}
.card-cause figure {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 13.4rem;
  margin-bottom: 7.4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card-cause figure {
    max-width: 9.2rem;
    margin: 0 auto 7rem;
    min-height: 0;
  }
}
.card-cause figure img {
  transition: transform 0.4s;
  transform-origin: center;
}
.card-cause h4 {
  margin-bottom: 2.2rem;
}
@media (max-width: 1023px) {
  .card-cause h4 {
    font-size: 2.1rem;
  }
}
.card-cause .card__link {
  margin-top: auto;
}
.card-cause .card__entry + a {
  margin-top: 3rem;
}
@media (max-width: 1023px) {
  .card-cause .card__entry + a {
    margin-top: 2.2rem;
  }
}
.card-cause:hover figure img {
  transform: scale(1.1);
}
/* Card cause gray */
.card-cause--gray {
  background-color: #F5F5F5;
}
.card-cause--gray h2 {
  margin-bottom: 3rem;
}
.card-cause--gray figure {
  margin-bottom: 6.5rem;
}
/* Card cause more */
.card-cause--more {
  flex-direction: row;
  padding: 6.4rem 4rem 6rem;
}
@media (max-width: 1199px) {
  .card-cause--more {
    padding: 4rem 2rem;
  }
}
@media (max-width: 1023px) {
  .card-cause--more {
    height: 100%;
    display: block;
    padding: 6rem 3.2rem 2rem;
  }
}
.card-cause--more figure {
  margin: 0;
  width: 50%;
}
@media (max-width: 1023px) {
  .card-cause--more figure {
    width: 100%;
    margin: 0 auto 6rem;
  }
}
.card-cause--more .card__content {
  width: 50%;
  padding-left: 1.7rem;
}
@media (max-width: 1023px) {
  .card-cause--more .card__content {
    width: 100%;
    padding: 0;
  }
}
.card-cause--more .card__entry + a {
  margin-top: 2.9rem;
}
@media (max-width: 1023px) {
  .card-cause--more .card__entry + a {
    margin-top: 1.8rem;
  }
}
/* Card cause alt */
.card-cause--alt {
  text-align: left;
  padding: 0;
}
.card-cause--alt figure {
  margin-bottom: 3.2rem;
}
.card-cause--alt .card__content {
  padding: 4.6rem 4rem;
  background-color: #F5F5F5;
  border-radius: 1rem;
}
.card-cause--alt .card__entry {
  margin: 0;
}
/* Card cause graphic */
.card-cause--graphic {
  background-color: transparent;
}
.frame-layout-3.grid-grid.slick-initialized .slick-track {
  display: flex;
  flex-wrap: nowrap;
}
.frame-layout-3.grid-grid.slick-initialized .slick-slide, .frame-layout-3.grid-grid.slick-initialized .grid__col.grid__col--1of2.slick-slide {
  height: auto;
  float: none;
  max-width: none;
  flex: 1;
}
.frame-layout-3.grid-grid.slick-initialized .slick-range {
  margin-top: 4rem;
}
/*
.shadow($shadow-size,$shadow-blur,$shadow-color) {
  box-shadow: $shadow-size $shadow-size $shadow-blur $shadow-color, 0px 0px $shadow-size lighten($shadow-color,5%);
}

.track() {
  width: $track-width;
  height: $track-height;
  cursor: pointer;
}

.thumb() {
  .shadow($thumb-shadow-size,$thumb-shadow-blur,$thumb-shadow-color);
  border: $thumb-border-width solid $thumb-border-color;
  height: $thumb-height;
  width: $thumb-width;
  border-radius: $thumb-radius;
  background: $thumb-color;
  cursor: pointer;
}
*/
input[type=range] {
  -webkit-appearance: none;
  margin: 5px auto;
  width: 50%;
  border-radius: 5px;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 50%;
  height: 10px;
  cursor: pointer;
  background: #fff;
  border-radius: 5px;
  border: 0px solid black;
}
input[type=range]::-webkit-slider-thumb {
  border: 0px solid white;
  height: 10px;
  width: 30px;
  border-radius: 10px;
  background: #DB0B06;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: 0px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: white;
}
input[type=range]::-moz-range-track {
  width: 50%;
  height: 10px;
  cursor: pointer;
  background: #fff;
  border-radius: 5px;
  border: 0px solid black;
}
input[type=range]::-moz-range-thumb {
  border: 0px solid white;
  height: 10px;
  width: 30px;
  border-radius: 10px;
  background: #DB0B06;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 50%;
  height: 10px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  border-width: 30px 0;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #f2f2f2;
  border: 0px solid black;
  border-radius: 10px;
}
input[type=range]::-ms-fill-upper {
  background: #fff;
  border: 0px solid black;
  border-radius: 10px;
}
input[type=range]::-ms-thumb {
  border: 0px solid white;
  height: 10px;
  width: 30px;
  border-radius: 10px;
  background: #DB0B06;
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: #fff;
}
input[type=range]:focus::-ms-fill-upper {
  background: white;
}
input[type=range][max="2"]::-webkit-slider-thumb {
  width: 50%;
}
input[type=range][max="2"]::-moz-range-thumb {
  width: 50%;
}
input[type=range][max="2"]::-ms-track {
  border-width: 50% 0;
}
input[type=range][max="2"]::-ms-thumb {
  width: 50%;
}
input[type=range][max="3"]::-webkit-slider-thumb {
  width: 33.3333%;
}
input[type=range][max="3"]::-moz-range-thumb {
  width: 33.3333%;
}
input[type=range][max="3"]::-ms-track {
  border-width: 33.3333% 0;
}
input[type=range][max="3"]::-ms-thumb {
  width: 33.3333%;
}
input[type=range][max="4"]::-webkit-slider-thumb {
  width: 25%;
}
input[type=range][max="4"]::-moz-range-thumb {
  width: 25%;
}
input[type=range][max="4"]::-ms-track {
  border-width: 25% 0;
}
input[type=range][max="4"]::-ms-thumb {
  width: 25%;
}
input[type=range][max="6"]::-webkit-slider-thumb {
  width: 20%;
}
input[type=range][max="6"]::-moz-range-thumb {
  width: 20%;
}
input[type=range][max="6"]::-ms-track {
  border-width: 20% 0;
}
input[type=range][max="6"]::-ms-thumb {
  width: 20%;
}
/* ------------------------------------------------------------ *\
	Cards basic
\* ------------------------------------------------------------ */
.cards-basic .cards__items {
  display: flex;
  flex-wrap: wrap;
  margin: -1.5rem;
  justify-content: center;
}
.cards-basic .cards__item {
  width: 33.33%;
  padding: 1.5rem;
}
@media (max-width: 1023px) {
  .cards-basic .cards__item {
    width: 50%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .cards-basic .cards__item {
    width: 100%;
  }
}
/* ------------------------------------------------------------ *\
	Cards causes
\* ------------------------------------------------------------ */
.cards-causes .cards__items {
  display: flex;
  flex-wrap: wrap;
  margin: -1.5rem;
}
@media (max-width: 1023px) {
  .cards-causes .cards__items {
    margin: -1rem;
  }
}
.cards-causes .cards__item {
  padding: 1.5rem;
  width: 33.33%;
}
@media (max-width: 1023px) {
  .cards-causes .cards__item {
    padding: 1rem;
    height: 100%;
  }
}
.cards-causes .cards__item--1of2 {
  width: 50%;
  padding: 1.5rem;
}
@media (max-width: 1023px) {
  .cards-causes .cards__item--1of2 {
    padding: 1rem;
  }
}
/* Cards causes alt */
@media (max-width: 1023px) {
  .cards-causes--alt .cards__items {
    justify-content: center;
  }
}
@media (max-width: 1023px) {
  .cards-causes--alt .cards__item {
    width: 50%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .cards-causes--alt .cards__item {
    width: 100%;
  }
}
/* ------------------------------------------------------------ *\
	Checkbox
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Copyright
\* ------------------------------------------------------------ */
.copyright {
  font-size: 1.6rem;
  font-weight: 400;
  color: #A5A5A5;
}
/* ------------------------------------------------------------ *\
	Entry
\* ------------------------------------------------------------ */
.t1, .entry {
  line-height: 1.32;
  letter-spacing: 0.02em;
  font-size: 2.5rem;
}
@media (max-width: 1023px) {
  .t1, .entry {
    font-size: 2.1rem;
    line-height: 1.33;
  }
}
.t2, .entry--small {
  font-size: 1.7rem;
  line-height: 1.47;
  letter-spacing: 0.02em;
}
@media (max-width: 1023px) {
  .t2, .entry--small {
    font-size: 1.6rem;
    line-height: 1.38;
  }
}
/* ------------------------------------------------------------ *\
	Fields
\* ------------------------------------------------------------ */
.field {
  width: 100%;
  font-size: 1.7rem;
  border: none;
  letter-spacing: 0.02em;
  min-height: 6rem;
  padding: 0 1rem;
  border-radius: 1rem;
}
.field::placeholder {
  color: #A5A5A5;
}
/*  Field textarea  */
.field--textarea, .form__controls textarea {
  border-radius: 1rem;
  background-color: #fff;
  resize: none;
  padding: 1.5rem;
  min-height: 10rem;
}
@media (max-width: 1023px) {
  .field--textarea, .form__controls textarea {
    font-size: 1.4rem;
    padding: 2.2rem;
    letter-spacing: 0;
    line-height: 1.4;
    min-height: 14rem;
  }
}
/* Field textarea alt */
.field--textarea-alt {
  background-color: transparent;
  min-height: 30rem;
  border: 0.1rem solid #A5A5A5;
}
@media (max-width: 1023px) {
  .field--textarea-alt {
    min-height: 14rem;
  }
}
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer {
  background-color: #F5F5F5;
  padding: 18rem 10.2rem 4.2rem;
  /*
    .shell {
        max-width: calc( 127.8rem + 4rem * 2 );
        padding-left: 4rem;
        padding-right: 4rem;
        margin: auto;
        width: 100%;
    } */
}
@media (max-width: 1399px) {
  .footer {
    padding: 10rem 5rem 4rem;
  }
}
@media (max-width: 1199px) {
  .footer {
    padding: 5rem 2rem 4rem;
  }
}
@media (max-width: 1023px) {
  .footer {
    padding: 4rem 3rem;
  }
}
.footer .footer__content {
  padding: 8.6rem 1.5rem 9.5rem;
}
@media (max-width: 1023px) {
  .footer .footer__content {
    padding: 4.2rem 0.7rem;
  }
}
@media (max-width: 1023px) {
  .footer .footer__content .footer__col + .footer__col {
    padding-top: 6rem;
  }
}
.footer h4 {
  color: #383938;
  margin-bottom: 3rem;
}
@media (max-width: 1023px) {
  .footer h4 {
    font-size: 2.1rem;
    margin-bottom: 1.5rem;
  }
}
.footer address {
  letter-spacing: 0.02em;
}
@media (max-width: 1023px) {
  .footer address {
    line-height: 1.33;
  }
}
.footer address + p {
  margin-top: 2.5rem;
}
.footer a {
  cursor: pointer;
}
.footer .footer__links {
  margin-top: 2.5rem;
  letter-spacing: 0.02em;
}
@media (max-width: 1023px) {
  .footer .footer__links {
    line-height: 1.33;
    margin-top: 2rem;
  }
}
.footer .footer__links span {
  display: block;
}
.footer .footer__logo {
  margin-bottom: 6.6rem;
}
@media (max-width: 1023px) {
  .footer .footer__logo {
    max-width: 17.5rem;
    margin-bottom: 4.6rem;
  }
}
.footer .footer__inner {
  position: relative;
  max-width: 176rem;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 0 1.5rem 4rem 0 rgba(0, 0, 0, 0.05);
}
@media (max-width: 1023px) {
  .footer .footer__inner {
    /*padding: 4.2rem .5rem;*/
  }
}
.footer .footer__cols {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  letter-spacing: 0.02em;
  margin: 0 -3rem;
  /*
		@include breakpoint-down(large-desktop) {
			margin: 0 -1.5rem;
		}
        */
  /*
		@include breakpoint-down(tablet) {
			margin: -3rem;
		}
        */
}
@media (max-width: 1199px) {
  .footer .footer__cols {
    margin: -2rem;
  }
}
.footer .footer__col {
  width: 25%;
  padding: 0 3rem;
}
@media (max-width: 1399px) {
  .footer .footer__col {
    /*padding: 0 1.5rem;*/
  }
}
@media (max-width: 1199px) {
  .footer .footer__col {
    width: 50%;
    padding: 2rem;
  }
}
@media (max-width: 1023px) {
  .footer .footer__col {
    width: 100%;
    /*padding: 3rem 2.2rem;*/
  }
}
.footer .footer__btn, .footer .footer__content .btn {
  margin-top: 3.5rem;
}
@media (max-width: 1023px) {
  .footer .footer__btn, .footer .footer__content .btn {
    margin-top: 2.8rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__btn, .footer .footer__content .btn {
    width: 100%;
    min-width: 0;
    letter-spacing: 0.01em;
  }
}
.footer .footer__btn-top {
  position: absolute;
  top: -3.4rem;
  right: 7.8rem;
}
@media (max-width: 1023px) {
  .footer .footer__btn-top {
    top: -2.8rem;
    right: 1.4rem;
  }
}
.footer .footer__aside {
  max-width: 176rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 3.2rem;
}
@media (max-width: 1023px) {
  .footer .footer__aside {
    display: block;
    text-align: center;
    margin-top: 1.8rem;
  }
}
@media (max-width: 1023px) {
  .footer .footer__entry {
    line-height: 1.33;
  }
}
.footer p:last-child {
  margin-bottom: 0;
}
/* ------------------------------------------------------------ *\
	Form appointment
\* ------------------------------------------------------------ */
.form-appointment h4 {
  font-size: 3rem;
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .form-appointment h4 {
    font-size: 2.1rem;
  }
}
.form-appointment .form__edit {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.form-appointment .form__controls {
  height: 100%;
}
.form-appointment .form__description {
  display: none;
  position: absolute;
  top: 50%;
  right: -0.5rem;
  transform: translateY(-50%);
  letter-spacing: 0.02em;
  min-width: 51.8rem;
}
@media (max-width: 1399px) {
  .form-appointment .form__description {
    min-width: 45%;
  }
}
.form-appointment .form__description p {
  margin: 0;
  letter-spacing: 0.03em;
}
@media (max-width: 1023px) {
  .form-appointment .form__description p {
    display: none;
  }
}
.form-appointment .form__description span {
  font-size: 1.7rem;
  font-weight: 700;
}
@media (max-width: 1023px) {
  .form-appointment .form__description span {
    display: none;
  }
}
.form-appointment .form__step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 6rem;
  min-height: 6rem;
  border-radius: 50%;
  background-color: #DB0B06;
  color: #fff;
  font-size: 4rem;
  margin-right: 5rem;
}
@media (max-width: 1023px) {
  .form-appointment .form__step {
    min-width: 3.4rem;
    min-height: 3.4rem;
    font-size: 1.8rem;
    margin-right: 1.2rem;
  }
}
.form-appointment .form__section {
  padding: 6rem 11rem 2rem;
  background-color: #F5F5F5;
  color: #383938;
  border-radius: 1rem;
}
@media (max-width: 1399px) {
  .form-appointment .form__section {
    padding: 5rem;
  }
}
@media (max-width: 1023px) {
  .form-appointment .form__section {
    padding: 3rem 2rem;
  }
}
.form-appointment .form__section:last-child {
  padding-bottom: 5rem;
}
@media (max-width: 1023px) {
  .form-appointment .form__section:last-child {
    padding-bottom: 3rem;
  }
}
.form-appointment .form__section + .form__section {
  margin-top: 3rem;
}
@media (max-width: 1023px) {
  .form-appointment .form__section + .form__section {
    margin-top: 2rem;
  }
}
.form-appointment .form__section-head {
  position: relative;
  display: flex;
  align-items: center;
}
.form-appointment .form__section-body {
  padding: 3rem 0;
}
@media (max-width: 1023px) {
  .form-appointment .form__section-body {
    padding: 3.4rem 0 0;
  }
}
.form-appointment .form__section.closed {
  padding: 6rem 11rem;
}
@media (max-width: 1399px) {
  .form-appointment .form__section.closed {
    padding: 5rem;
  }
}
@media (max-width: 1023px) {
  .form-appointment .form__section.closed {
    padding: 3rem 2rem;
  }
}
.form-appointment .form__section.closed.invalid .form__section-head {
  opacity: 0.25;
}
.form-appointment .form__section.invalid .form__step {
  color: #DB0B06;
  background-color: transparent;
  opacity: 0.5;
  border: 0.1rem solid #DB0B06;
}
.form-appointment .form__section.invalid h4 {
  opacity: 0.5;
}
.form-appointment .form__section.closed .form__section-body, .form-appointment .form__section.closed .form__actions {
  display: none;
}
.form-appointment .form__section.closed .form__description {
  display: block;
}
.form-appointment .form__section.invalid .form__description {
  display: none;
}
.form-appointment .form__cols {
  display: flex;
  flex-wrap: wrap;
  margin: -1.5rem;
}
@media (max-width: 1023px) {
  .form-appointment .form__cols {
    margin: -0.5rem;
  }
}
.form-appointment .address-results .slide {
  display: flex;
  flex-wrap: wrap;
  margin: -1.5rem;
}
@media (max-width: 1023px) {
  .form-appointment .address-results .slide {
    margin: -0.5rem;
  }
}
.form-appointment .address-results.no-results {
  border-radius: 1rem;
  padding: 1.5rem;
  resize: none;
  min-height: 30rem;
  border: 0.1rem solid #A5A5A5;
  display:none;
}
.form-appointment .results-label.no-results{
  display:none;
}
@media (max-width: 1023px) {
  .form-appointment .address-results.no-results {
    min-height: 14rem;
    font-size: 1.4rem;
    padding: 2.2rem;
    letter-spacing: 0;
    line-height: 1.4;
  }
}
.form-appointment .form__col {
  padding: 1.5rem;
}
@media (max-width: 1023px) {
  .form-appointment .form__col {
    padding: 0.5rem;
  }
}
.form-appointment .form__col--1of5 {
  width: 20%;
}
@media (max-width: 1399px) {
  .form-appointment .form__col--1of5 {
    width: 25%;
  }
}
@media (max-width: 1023px) {
  .form-appointment .form__col--1of5 {
    width: 50%;
  }
}
.form-appointment .form__col--1of2 {
  width: 50%;
}
.form-appointment .form__label {
  display: inline-block;
  font-weight: 700;
  font-size: 1.4rem;
  color: #DB0B06;
  margin-bottom: 1.2rem;
  letter-spacing: 0.02em;
}
@media (max-width: 1023px) {
  .form-appointment .form__label {
    margin-bottom: 2.4rem;
  }
}
.form-appointment .form__row + .form__row {
  margin-top: 5.2rem;
}
@media (max-width: 1023px) {
  .form-appointment .form__row + .form__row {
    margin-top: 4.2rem;
  }
}
@media (max-width: 1023px) {
  .form-appointment .form__row--alt .form__col--1of2 {
    width: 100%;
  }
}
.form-appointment .form__row--alt + .form__row--alt {
  margin-top: 1.6rem;
}
.form-appointment .form__row--alt:last-child {
  margin-top: 3.2rem;
}
.form-appointment .form__row--text {
  display: none;
}
.form-appointment .form__row-actions {
  margin-top: 2.6rem;
  text-align: right;
}
@media (max-width: 1023px) {
  .form-appointment .form__row-actions {
    margin-top: 2.4rem;
  }
}
.form-appointment .form__buttons {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 5.2rem;
}
@media (max-width: 1023px) {
  .form-appointment .form__buttons {
    margin-bottom: 2.2rem;
  }
}
.form-appointment .form__buttons a {
  min-width: 5rem;
  min-height: 5rem;
  color: #DB0B06;
  border: 0.1rem solid #DB0B06;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.form-appointment .form__buttons a.slick-disabled {
  pointer-events: none;
  color: #A5A5A5;
  border-color: #A5A5A5;
}
.form-appointment .form__buttons a + a {
  margin-left: 2rem;
}
.form-appointment .form__section.inactive .form__buttons a {
  border-color: #A5A5A5;
  color: #A5A5A5;
  pointer-events: none;
}
.form-appointment .form__entry {
  margin-bottom: 5rem;
  letter-spacing: 0.037em;
}
@media (max-width: 1023px) {
  .form-appointment .form__entry {
    font-size: 1.6rem;
  }
}
.form-appointment .form__actions {
  text-align: right;
  margin-top: 1rem;
}
@media (max-width: 1023px) {
  .form-appointment .form__actions {
    margin-top: 3rem;
    text-align: center;
  }
}
.form-appointment .form__btn {
  border: none;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form-appointment .form__btn {
    max-width: 27rem;
    margin: 0 auto;
    width: 100%;
    min-width: 0;
  }
}
.form-appointment .form__btn.disabled {
  pointer-events: none;
}
.form-appointment .powermail_input.parsley-error {
  border: 1px solid #DB0B06;
}
.form-appointment .parsley-errors-list {
  list-style: none;
  margin-top: 1rem;
}
.form-appointment .parsley-errors-list li + li {
  margin-top: 1rem;
}
@media (max-width: 1023px) {
  .form-appointment .address-results .form__col.form__col--1of2 {
    width: 100%;
  }
}
.form-appointment .option-tooltip {
  border: 0px none;
  background-color: transparent;
}
@media (max-width: 1023px) {
  .form-appointment .option-tooltip {
    display: none;
  }
}
/**
* definiert die übergänge oben und unten von frames
*/
.frame.frame-as-frame-gray {
  background-color: #F5F5F5;
}
.frame.frame-as-frame-white-narrow {
  background-color: transparent;
}
.frame.frame-gradient-top-1, .frame.frame-gradient-top-2, .frame.frame-gradient-top-3, .frame.frame-gradient-top-4 {
  padding-top: 0px;
}
.frame.frame-gradient-top-1 .section__element, .frame.frame-gradient-top-2 .section__element, .frame.frame-gradient-top-3 .section__element, .frame.frame-gradient-top-4 .section__element {
  /*position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        */
  background-color: #fff;
}
.frame.frame-gradient-top-1 .section__element img, .frame.frame-gradient-top-2 .section__element img, .frame.frame-gradient-top-3 .section__element img, .frame.frame-gradient-top-4 .section__element img {
  width: 100%;
  height: auto;
}
.frame.frame-gradient-top-2, .frame.frame-gradient-top-4 {
  margin-top: 20rem;
  /*
    &:before {
        content: '';
        height: 20%;
        width: 100%;
        background-color: $c-white;
        display: block;
        position: absolute;
        top: 0;
        left: 0;

        @include breakpoint-down(xlarge-desktop) {
            height: 14%;
        }

        @include breakpoint-down(tablet) {
            height: 15rem;
        }

        @include breakpoint-down(mobile) {
            height: 5%;
        }

        @include breakpoint-down(mobile-small) {
            height: 4%;
        }
    }*/
}
@media (max-width: 1023px) {
  .frame.frame-gradient-top-2, .frame.frame-gradient-top-4 {
    margin-top: 5rem;
  }
}
.frame.frame-gradient-top-2 .content, .frame.frame-gradient-top-4 .content {
  margin-top: -40rem;
}
@media (max-width: 1023px) {
  .frame.frame-gradient-top-2 .content, .frame.frame-gradient-top-4 .content {
    margin-top: -10rem;
  }
}
.frame.frame-gradient-top-2 .section__article, .frame.frame-gradient-top-4 .section__article {
  box-shadow: 0 0.5rem 2rem 0 rgba(0, 0, 0, 0.05);
}
.frame.frame-gradient-top-2 .section__article.article-basic--alt, .frame.frame-gradient-top-4 .section__article.article-basic--alt {
  box-shadow: none;
}
.frame.hero-textmedia + .frame.frame-gradient-top-2, .frame.hero-textmedia + .frame.frame-gradient-top-4 {
  margin-top: 5rem;
}
.frame-gradient-bottom-3 .section__element, .frame-gradient-bottom-4 .section__element {
  position: absolute;
  left: 0;
  width: 100%;
}
.frame-gradient-bottom-3 .section__element img, .frame-gradient-bottom-4 .section__element img {
  width: 100%;
}
.frame-gradient-bottom-4 .section__element {
  bottom: -23rem;
}
@media (max-width: 1023px) {
  .frame-gradient-bottom-4 .section__element {
    bottom: -14rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .frame-gradient-bottom-4 .section__element {
    bottom: -8rem;
  }
}
@media (max-width: 374px) {
  .frame-gradient-bottom-4 .section__element {
    bottom: -6rem;
  }
}
@media (min-width: 1199.02px) {
  .frame.frame-gradient-top-red-1 {
    margin-top: -5rem;
  }
}
@media (min-width: 1599.02px) {
  .frame.frame-gradient-top-red-1 {
    margin-top: -10rem;
  }
}
.section-basic.frame.frame-as-frame-red {
  padding: 0;
}
.hero.hero-textmedia.hero-with-image + .frame.frame-gradient-top-red-1 .section-intro.section-intro--alt + .frame.frame-gradient-top-red-1 {
  margin-top: -10rem;
}
@media (max-width: 1023px) {
  .hero.hero-textmedia.hero-with-image + .frame.frame-gradient-top-red-1 .section-intro.section-intro--alt + .frame.frame-gradient-top-red-1 {
    margin-top: 0;
  }
}
.hero.hero-jumboslider + .frame.frame-gradient-top-red-1 {
  margin-top: -5rem;
  /*
    margin-top:-20rem;
    
    
    
    @include breakpoint-down(large-desktop) {
        margin-top:-12rem;
    }     
    
    
    @include breakpoint-down(small-desktop) {
        margin-top:-12rem;
    }    
    */
}
@media (min-height: 800px) {
  .hero.hero-jumboslider + .frame.frame-gradient-top-red-1 {
    margin-top: -8rem;
  }
}
@media (min-height: 850px) {
  .hero.hero-jumboslider + .frame.frame-gradient-top-red-1 {
    margin-top: -11rem;
  }
}
@media (min-height: 900px) {
  .hero.hero-jumboslider + .frame.frame-gradient-top-red-1 {
    margin-top: -13rem;
  }
}
@media (min-height: 1000px) {
  .hero.hero-jumboslider + .frame.frame-gradient-top-red-1 {
    margin-top: -16rem;
  }
}
@media (min-height: 1000px) and (min-width: 1600px) {
  .hero.hero-jumboslider + .frame.frame-gradient-top-red-1 {
    margin-top: -20rem;
  }
}
@media (max-width: 1023px) {
  .hero.hero-jumboslider + .frame.frame-gradient-top-red-1 {
    margin-top: 0;
  }
}
.frame.frame-as-frame-red {
  color: #fff;
}
.frame.frame-as-frame-red .content {
  /*
        von:  db0b06
        nach: b20500
    */
  position: relative;
  z-index: 3;
  background: #db0b06;
  background: linear-gradient(90deg, #db0b06 0%, #b20500 100%);
  padding: 5rem 0;
  margin-top: -2px;
}
.frame.frame-as-frame-red .gradient-top {
  position: relative;
  z-index: 1;
  height: 0;
  padding: 0;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
}
.frame.frame-as-frame-red .gradient-top.gradient-top-red-1 {
  background-image: url('Images/gradient-red-top-left.svg');
  padding-bottom: 12.30609375%;
}
.frame.frame-as-frame-red .gradient-bottom {
  position: relative;
  z-index: 2;
  height: 0;
  padding: 0;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -2px;
}
.frame.frame-as-frame-red .gradient-bottom.gradient-bottom-red-1 {
  background-image: url('Images/gradient-red-bottom-left.svg');
  padding-bottom: 11.6683854167%;
}
.frame.frame-as-frame-red .gradient-bottom.gradient-bottom-red-2 {
  background-image: url('Images/gradient-red-bottom-left.svg');
  padding-bottom: 11.6683854167%;
  background-color: #F5F5F5;
}
/* ------------------------------------------------------------ *\
	Graphic
\* ------------------------------------------------------------ */
.graphic figure {
  position: relative;
  text-align: center;
}
.graphic .graphic__list {
  margin-bottom: 7.5rem;
}
.graphic .graphic__body {
  position: relative;
}
.graphic .graphic__cards {
  position: relative;
  max-width: 40.6rem;
  margin: -19rem auto 0;
}
@media (max-width: 1023px) {
  .graphic .graphic__cards {
    margin: 4rem auto 0;
  }
}
.graphic .graphic__cards:hover .graphic__card + .graphic__card {
  display: block;
}
.graphic .graphic__card + .graphic__card {
  position: absolute;
  bottom: -8rem;
  left: 0;
  display: none;
}
/* ------------------------------------------------------------ *\
	Grid
\* ------------------------------------------------------------ */
.grid {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: -1.5rem;
  /*  Grid col 1of2  */
  /*  Grid col 1of3  */
  /*  Grid col 2of3  */
}
.grid .grid__col {
  max-width: 100%;
  padding: 1.5rem;
}
.grid .grid__col > div {
  box-shadow: 0 0.5rem 2rem 0 rgba(0, 0, 0, 0.05);
}
.grid .grid__col--1of2 {
  max-width: 50%;
  flex: 0 0 50%;
}
.grid .grid__col--1of3 {
  max-width: calc(100% / 3);
  flex: 0 0 calc(100% / 3);
}
@media (max-width: 1023px) {
  .grid .grid__col--1of3 {
    max-width: calc(100% / 2);
    flex: 0 0 calc(100% / 2);
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .grid .grid__col--1of3 {
    max-width: calc(100%);
    flex: 0 0 calc(100%);
  }
}
.grid .grid__col--2of3 {
  max-width: calc(100% / 1.5);
  flex: 0 0 calc(100% / 1.5);
}
@media (max-width: 1023px) {
  .grid .grid__col--2of3 {
    max-width: calc(100%);
    flex: 0 0 calc(100%);
  }
}
/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
.header {
  position: relative;
  padding: 2.4rem 0;
  box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.05);
  z-index: 10;
  background-color: #fff;
}
@media (max-width: 1023px) {
  .header {
    padding: 2.8rem 0;
  }
}
.header:after {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  height: 100%;
  width: 100%;
  box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.05);
  pointer-events: none;
}
@media (max-width: 1023px) {
  .header:after {
    display: none;
  }
}
.header .header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1599px) {
  .header .header__inner {
    padding-right: 8rem;
  }
}
@media (max-width: 1449px) {
  .header .header__inner {
    padding-right: 10rem;
  }
}
@media (max-width: 1399px) {
  .header .header__inner {
    padding-right: 16rem;
  }
}
@media (max-width: 1199px) {
  .header .header__inner {
    padding-right: 12rem;
  }
}
@media (max-width: 1023px) {
  .header .header__inner {
    padding: 0 1.5rem;
  }
}
.header .header__aside {
  display: flex;
  align-items: center;
  transition: transform 0.4s;
}
@media (max-width: 1023px) {
  .header .header__aside {
    display: block;
    background-color: #fff;
    position: fixed;
    top: 9.8rem;
    left: 0;
    transform: translateX(-100%);
    width: 100%;
    height: 100%;
    padding: 0 3.6rem 13rem;
    overflow-y: auto;
  }
}
.header .header__aside.sub-menu-open .header__back {
  display: block;
}
.header .header__aside.sub-menu-open .header__nav {
  margin-top: -0.2rem;
  padding-top: 0;
}
@media (max-width: 1023px) {
  .header .header__aside.open {
    transform: translateX(0);
  }
}
@media (max-width: 1023px) {
  .header .header__nav {
    padding-top: 6rem;
  }
}
.header .header__nav-lang {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3.2rem;
}
@media (max-width: 1023px) {
  .header .header__nav-lang {
    position: relative;
    top: auto;
    transform: none;
    right: auto;
  }
}
.header .header__copyright {
  display: none;
  text-align: center;
}
@media (max-width: 1023px) {
  .header .header__copyright {
    display: block;
    margin-top: 10.2rem;
  }
}
.header .header__button {
  display: none;
}
@media (max-width: 1023px) {
  .header .header__button {
    display: block;
  }
}
.header .header__back {
  position: relative;
  font-size: 1.7rem;
  display: none;
  align-items: center;
  padding: 2rem 0;
  margin-bottom: 3rem;
}
.header .header__back:after {
  content: '';
  height: 0.1rem;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  background-color: #DDD;
  position: absolute;
  bottom: 0;
  display: block;
}
.header .header__back span {
  margin-left: 1rem;
}
.header .header__back i {
  color: #DB0B06;
}
.header.open:after {
  display: block;
}
.template-2 header.page, header.page.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.template-2 .wrapper {
  padding-top: 97px;
}
header.page .partner-banner {
  color: #fff;
  position: absolute;
  background: #db0b06;
  background: linear-gradient(30deg, #db0b06 0%, #b20500 100%);
  padding: 10px 13px;
  font-size: 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  top: 2.4rem;
  transition: padding 0.4s;
}
@media (max-width: 1023px) {
  header.page .partner-banner {
    top: 2.8rem;
    padding: 7px 10px;
    font-size: 16px;
  }
}
header.page .partner-banner:hover {
  padding-top: 14px;
  padding-bottom: 16px;
}
@media (max-width: 1023px) {
  header.page .partner-banner:hover {
    padding-top: 10px;
    padding-bottom: 12px;
  }
}
/* ------------------------------------------------------------ *\
	Hero sub
\* ------------------------------------------------------------ */
.hero-sub {
  position: relative;
}
.hero-sub .hero__image {
  margin-top: -9rem;
}
@media (max-width: 1023px) {
  .hero-sub .hero__image {
    max-width: 50rem;
    margin: 0 0 0 auto;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero-sub .hero__image {
    max-width: 26rem;
  }
}
.hero-sub .hero__btn {
  position: absolute;
  transition: transform 0.4s;
  border-radius: 50%;
  bottom: -0.5rem;
  left: 26.5rem;
  border-radius: 50%;
  box-shadow: 0 0.5rem 2rem 0 rgba(0, 0, 0, 0.05);
  height: 12vw;
  width: 12vw;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 1.05vw;
  padding: 0 2.5vw;
  text-align: center;
  line-height: 1.3;
  color: #DB0B06;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
}
@media (max-width: 1199px) {
  .hero-sub .hero__btn {
    height: 14vw;
    width: 14vw;
    font-size: 1.2vw;
    padding: 0 3vw;
  }
}
@media (max-width: 1023px) {
  .hero-sub .hero__btn {
    display: none;
  }
}
.hero-sub .hero__btn span {
  margin-top: -2.4rem;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
}
.hero-sub .hero__btn i {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.9vw;
  bottom: 3.5rem;
}
@media (max-width: 1199px) {
  .hero-sub .hero__btn i {
    font-size: 1.2vw;
  }
}
.hero-sub .hero__btn:hover {
  transform: scale(1.1) translateZ(0);
}
/* Hero sub alt */
.hero-sub--alt .hero__image {
  margin: 0 0 0 auto;
}
.hero-sub--alt .hero__btn {
  top: 11.5rem;
  left: 27rem;
}
.hero__logo {
  margin-bottom: 25px !important;
  max-width: 300px !important;
}
/* ------------------------------------------------------------ *\
	Hero
\* ------------------------------------------------------------ */
.hero {
  font-size: 2.5rem;
}
@media (max-width: 1023px) {
  .hero {
    font-size: 1.6rem;
  }
}
.hero h1 {
  margin-bottom: 3.4rem;
  color: #DB0B06;
}
@media (max-width: 1023px) {
  .hero h1 {
    font-size: 3rem;
    margin-bottom: 1.8rem;
  }
}
.hero .hero__content {
  max-width: 51.5rem;
}
@media (max-width: 1449px) {
  .hero .hero__content {
    padding-left: 10rem;
    max-width: none;
  }
}
@media (max-width: 1023px) {
  .hero .hero__content {
    margin: 0 1.5rem;
    padding: 2.4rem 2.6rem;
    background-color: #fff;
    z-index: 5;
  }
}
.hero .hero__actions {
  margin-top: 6rem;
}
@media (max-width: 1023px) {
  .hero .hero__actions {
    margin-top: 2.8rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero .hero__entry {
    font-size: 1.6rem;
  }
}
@media (max-width: 392px) {
  .hero .hero__entry {
    max-width: 25rem;
  }
}
@media (max-width: 1023px) {
  .hero .hero__actions a {
    min-width: 20.2rem;
    min-height: 5rem;
    font-size: 1.4rem;
  }
}
/* ------------------------------------------------------------ *\
	Icons
\* ------------------------------------------------------------ */
.link-arrow {
  position: relative;
  font-size: 1.6rem;
  color: #DB0B06;
  font-weight: 400;
  margin-top: 0.3rem;
  display: inline-block;
  /*
    &:after, &:before {
        
        position:absolute;
        
        color: $c-red;
        
        font-weight:400;
        font-family: "Font Awesome 5 Pro";
        content:"\f061";
        
        opacity: 1;
        visibility: visible;
        transition: opacity $t-duration, visibility $t-duration, margin $t-duration;
    }
    
    &:before {
        left:0;
        
        opacity: 0;
        visibility: hidden;
        margin: 0 1rem 0 -2rem;           
        
    }
    
    &:after {
        right:0rem;
        margin: 0 -2rem 0 1rem;
    }      
    */
}
.link-arrow.disabled {
  color: #AFAFAF;
  pointer-events: none;
}
.link-arrow:not(.disabled) {
  transition: padding 0.4s;
}
.link-arrow:not(.disabled) i {
  transition: margin 0.4s, opacity 0.4s, visibility 0.4s;
}
.link-arrow i:last-child {
  margin: 0 0 0 1rem;
}
.link-arrow i:first-child {
  opacity: 0;
  visibility: hidden;
  margin: 0 1rem 0 -2.4rem;
}
.link-arrow:hover {
  /*
    padding-left:2.0rem;


    &:before {
        margin: 0 1rem 0 0;
        
        opacity: 1;
        visibility: visible;            
    }

    &:after {
    
        margin: 0 -2rem 0 1rem;        
        
        opacity: 0;
        visibility: hidden;            
    
    } */
}
.link-arrow:hover:not(.disabled) i:first-child {
  margin: 0 1rem 0 0;
  visibility: visible;
  opacity: 1;
}
.link-arrow:hover:not(.disabled) i:last-child {
  margin: 0 -2.4rem 0 1rem;
  visibility: hidden;
  opacity: 0;
}
.frame-mask_teaserbox:hover .link-arrow:not(.disabled) i:first-child {
  margin: 0 1rem 0 0;
  visibility: visible;
  opacity: 1;
}
.frame-mask_teaserbox:hover .link-arrow:not(.disabled) i:last-child {
  margin: 0 -2.4rem 0 1rem;
  visibility: hidden;
  opacity: 0;
}
.list-basic, footer.page .meta-navigation ul {
  list-style: none;
  font-size: 1.6rem;
  font-weight: 400;
  color: #A5A5A5;
  display: flex;
  margin: 0 -2.5rem;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .list-basic, footer.page .meta-navigation ul {
    justify-content: center;
    margin: 0 -2rem;
    line-height: 1.7;
  }
}
.list-basic a:hover, footer.page .meta-navigation ul a:hover {
  color: #DB0B06;
}
.list-basic li, footer.page .meta-navigation ul li {
  position: relative;
  padding: 0 2.5rem;
}
@media (max-width: 1023px) {
  .list-basic li, footer.page .meta-navigation ul li {
    padding: 0 2rem;
  }
}
.list-basic li a:after, footer.page .meta-navigation ul li a:after {
  content: none;
}
.list-basic li + li:before, footer.page .meta-navigation ul li + li:before {
  content: '';
  height: 1.6rem;
  width: 0.1rem;
  border-radius: 0.5rem;
  background-color: #A5A5A5;
  display: none;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media (max-width: 1023px) {
  .list-basic li + li:before, footer.page .meta-navigation ul li + li:before {
    display: block;
  }
}
.list-basic li:last-child:before, footer.page .meta-navigation ul li:last-child:before {
  display: none;
}
@media (max-width: 1023px) {
  footer.page .meta-navigation ul li:last-child {
    content: '';
    flex-grow: 1;
    flex-basis: 100%;
  }
}
/* ------------------------------------------------------------ *\
	List checks
\* ------------------------------------------------------------ */
/**
* Liste mit Checkmarks als Aufzählungszeichen
   -> font-awesome icon verwenden!!
*/
.list-checks {
  list-style: none;
  letter-spacing: 0.02em;
}
@media (max-width: 1023px) {
  .list-checks {
    font-size: 1.6rem;
  }
}
.list-checks li {
  display: flex;
  align-items: flex-start;
}
.list-checks li figure {
  min-width: 2.4rem;
  height: 2.4rem;
  background-color: #DB0B06;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 1.8rem;
}
@media (max-width: 1023px) {
  .list-checks li figure {
    min-width: 1.8rem;
    height: 1.8rem;
    font-size: 1.2rem;
    margin-right: 1rem;
    margin-top: 0.2rem;
  }
}
.ce-bodytext ul, ul.list-with-dots {
  list-style: none;
  letter-spacing: 0.02em;
  margin-left: 0;
  padding-left: 2.8rem;
}
@media (max-width: 1023px) {
  .ce-bodytext ul, ul.list-with-dots {
    font-size: 1.6rem;
  }
}
.ce-bodytext ul li, ul.list-with-dots li {
  position: relative;
}
.ce-bodytext ul li:before, ul.list-with-dots li:before {
  content: '';
  position: absolute;
  top: 1rem;
  left: -2.8rem;
  padding: 0;
  margin: 0;
  width: 8px;
  height: 8px;
  background-color: #DB0B06;
  border-radius: 50%;
}
.ce-bodytext ul li + li, ul.list-with-dots li + li {
  margin-top: 2.5rem;
}
.frame.frame-as-frame-red .ce-bodytext ul li:before, .frame.frame-as-frame-red ul.list-with-dots li:before {
  background-color: #fff;
}
.ce-bodytext ul.list-with-checks, ul.list-with-checks {
  list-style: none;
  letter-spacing: 0.02em;
  margin-left: 0;
  padding-left: 4.5rem;
}
@media (max-width: 1023px) {
  .ce-bodytext ul.list-with-checks, ul.list-with-checks {
    font-size: 1.6rem;
  }
}
.ce-bodytext ul.list-with-checks li, ul.list-with-checks li {
  position: relative;
}
.ce-bodytext ul.list-with-checks li:before, ul.list-with-checks li:before {
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 2px;
  left: -4.5rem;
  content: "";
  font-weight: 300;
  font-size: 0.9em;
  padding: 0;
  margin: 0;
  width: 24px;
  height: 24px;
  background-color: #DB0B06;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}
.ce-bodytext ul.list-with-checks li + li, ul.list-with-checks li + li {
  margin-top: 2.5rem;
}
.ce-bodytext ul.list-with-checks:last-child {
  margin-bottom: 1rem;
}
.frame.frame-as-frame-red .ce-bodytext ul.list-with-checks li:before, .frame.frame-as-frame-red ul.list-with-checks li:before {
  background-color: #fff;
  color: #DB0B06;
  font-weight: 400;
  padding-left: 1px;
  padding-top: 2px;
}
.ce-bodytext ul.list-basic, .ce-bodytext ul.list-links {
  padding-left: 0;
}
.ce-bodytext ul.list-basic li:before, .ce-bodytext ul.list-links li:before {
  content: none;
}
.ce-bodytext ul.list-basic li + li, .ce-bodytext ul.list-links li + li {
  margin-top: 0rem;
}
/* ------------------------------------------------------------ *\
	List graphic
\* ------------------------------------------------------------ */
.list-graphic {
  text-align: center;
  list-style: none;
  display: flex;
  font-size: 1.7rem;
  font-weight: 400;
  color: #707070;
  margin: 0 -0.8rem;
  line-height: 1.2;
}
@media (max-width: 1023px) {
  .list-graphic {
    display: block;
    max-width: 50rem;
    margin: 0 auto;
  }
}
.list-graphic span {
  position: relative;
  display: block;
  font-size: 2rem;
  font-weight: 700;
  border-bottom: 0.1rem solid #DDD;
  margin-bottom: 1.4rem;
  padding-bottom: 0.7rem;
}
@media (max-width: 1599px) {
  .list-graphic span {
    font-size: 1.4rem;
  }
}
.list-graphic span:before {
  position: absolute;
  bottom: -1.54rem;
  left: 0;
  content: '';
  height: 1.54rem;
  width: 0.1rem;
  background-color: #DDD;
  display: block;
}
.list-graphic span:after {
  position: absolute;
  bottom: -1.54rem;
  right: 0;
  content: '';
  height: 1.54rem;
  width: 0.1rem;
  background-color: #DDD;
  display: block;
}
@media (max-width: 1599px) {
  .list-graphic p {
    padding: 0 0.5rem;
    font-size: 1.2rem;
  }
}
.list-graphic li:first-child {
  width: 25%;
}
.list-graphic li:nth-child(2), .list-graphic li:nth-child(3), .list-graphic li:nth-child(6), .list-graphic li:nth-child(5) {
  width: 8.5%;
}
.list-graphic li:nth-child(4) {
  width: 16%;
}
.list-graphic li:last-child {
  width: 25%;
}
.list-graphic li {
  padding: 0 0.8rem;
}
@media (max-width: 1023px) {
  .list-graphic li {
    width: 100% !important;
  }
}
@media (max-width: 1023px) {
  .list-graphic li + li {
    margin-top: 2rem;
  }
}
/* ------------------------------------------------------------ *\
	List links icons
\* ------------------------------------------------------------ */
.list-links-icons {
  display: flex;
  flex-wrap: wrap;
  margin: -0.9rem;
  list-style: none;
}
@media (max-width: 374px) {
  .list-links-icons {
    margin: -0.3rem;
  }
}
.list-links-icons li {
  padding: 0.9rem;
  display: flex;
}
@media (max-width: 374px) {
  .list-links-icons li {
    padding: 0.3rem;
  }
}
.list-links-icons li .as-service-icon {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  background-color: #F5F5F5;
  color: #DB0B06;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.4s;
}
.list-links-icons li .as-service-icon:hover {
  background-color: #DB0B06;
  cursor: pointer;
}
.list-links-icons li .as-service-icon:hover svg rect, .list-links-icons li .as-service-icon:hover svg path, .list-links-icons li .as-service-icon:hover svg line {
  stroke: #fff;
}
.list-links-icons li figure {
  max-width: 2.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list-links-icons li svg {
  width: 100%;
}
.list-links-icons li svg rect, .list-links-icons li svg path, .list-links-icons li svg line {
  transition: stroke 0.4s;
}
/* ------------------------------------------------------------ *\
	List links
\* ------------------------------------------------------------ */
ul.list-links {
  list-style: none;
  font-size: 1.7rem;
  font-weight: 300;
  color: #383938;
}
@media (max-width: 1023px) {
  ul.list-links {
    font-size: 1.6rem;
  }
}
ul.list-links li {
  border-top: 0.1rem solid #DDD;
  border-bottom: 0.1rem solid #DDD;
}
ul.list-links li > a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 1.45rem 1.5rem;
  transition: padding 0.4s;
  letter-spacing: 0.017em;
}
@media (max-width: 1023px) {
  ul.list-links li > a {
    padding: 1.55rem 0;
  }
}
ul.list-links li > a:after, ul.list-links li > a:before {
  position: absolute;
  color: #DB0B06;
  font-weight: 400;
  font-family: "Font Awesome 5 Pro";
  content: "";
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s, visibility 0.4s, margin 0.4s;
}
ul.list-links li > a:before {
  left: 0;
  opacity: 0;
  visibility: hidden;
  margin: 0 1rem 0 -2rem;
}
ul.list-links li > a:after {
  width: auto;
  height: auto;
  bottom: auto;
  background: transparent;
  right: 1rem;
}
ul.list-links li:hover a {
  padding-left: 3.5rem;
}
ul.list-links li:hover a:before {
  margin: 0 1rem 0 0;
  opacity: 1;
  visibility: visible;
}
ul.list-links li:hover a:after {
  width: auto;
  margin-right: -2rem;
  opacity: 0;
  visibility: hidden;
}
ul.list-links li i {
  transition: opacity 0.4s, visibility 0.4s, margin 0.4s;
}
ul.list-links li i:first-child {
  opacity: 0;
  visibility: hidden;
  margin: 0 1rem 0 -2rem;
}
@media (max-width: 1023px) {
  ul.list-links li i:first-child {
    margin: 0 1rem 0 -2.5rem;
  }
}
ul.list-links li i:last-child {
  color: #DB0B06;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1023px) {
  ul.list-links li i:last-child {
    right: 0;
  }
}
ul.list-links li:hover i:first-child {
  margin: 0 1rem 0 0;
  opacity: 1;
  visibility: visible;
}
ul.list-links li:hover i:last-child {
  margin-right: -2rem;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1023px) {
  ul.list-links li:hover i:last-child {
    margin-right: -2.5rem;
  }
}
ul.list-links li:hover a {
  color: #DB0B06;
}
ul.list-links li + li {
  border-top: none;
}
.main .frame-type-textmedia .list-links {
  max-width: 40.6rem;
  margin: 0 auto;
}
.frame.frame-as-frame-red .list-links {
  color: #fff;
}
.frame.frame-as-frame-red .list-links li:hover a {
  color: #383938;
}
.frame.frame-as-frame-red .list-links li > a:after, .frame.frame-as-frame-red .list-links li > a:before {
  color: #fff;
}
.frame.frame-as-frame-red .list-links li i:last-child {
  color: #fff;
}
/* ------------------------------------------------------------ *\
	List types
\* ------------------------------------------------------------ */
.list-types {
  list-style: none;
  columns: 2;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
}
.list-types li {
  display: flex;
  align-items: center;
  min-height: 2.9rem;
}
.list-types li p:last-child {
  margin-bottom: 0;
}
.list-types li figure {
  width: 3rem;
  text-align: center;
  margin-right: 1rem;
}
@media (max-width: 1023px) {
  .list-types li figure {
    margin-right: 0.8rem;
  }
}
.list-types li + li {
  margin-top: 1.5rem;
}
/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
.logo {
  display: inline-block;
}
@media (max-width: 1023px) {
  .logo {
    max-width: 16.5rem;
  }
}
/* ------------------------------------------------------------ *\
	Model small
\* ------------------------------------------------------------ */
.model-small {
  display: flex;
  padding: 0 4rem;
  max-width: 110rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .model-small {
    display: block;
    padding: 0;
    text-align: center;
  }
}
@media (max-width: 1023px) {
  .model-small h3 {
    font-size: 2.6rem !important;
  }
}
.model-small figure {
  min-width: 12rem;
}
@media (max-width: 1023px) {
  .model-small figure {
    min-width: 9rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .model-small figure {
    text-align: center;
    max-width: 5rem;
    min-width: 0;
    margin: 0 auto 3rem;
  }
}
.model-small .model__content {
  padding-left: 5.8rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .model-small .model__content {
    padding: 0;
  }
}
.model-small .model__entry + .model__entry {
  margin-top: 3rem;
}
/* ------------------------------------------------------------ *\
	Model
\* ------------------------------------------------------------ */
.model {
  background-color: #F5F5F5;
  height: 100%;
  border-radius: 1rem;
  padding: 6rem 11rem 8rem;
}
@media (max-width: 1199px) {
  .model {
    padding: 6rem;
  }
}
@media (max-width: 1023px) {
  .model {
    padding: 2rem;
    display: flex;
    flex-direction: column;
  }
}
.model h4 {
  font-size: 3rem;
}
@media (max-width: 1023px) {
  .model h4 {
    font-size: 2.1rem;
  }
}
.model > figure {
  margin-bottom: 5.5rem;
}
@media (max-width: 1023px) {
  .model > figure {
    max-width: 30rem;
    margin: 0 auto 5.5rem;
  }
}
@media (max-width: 1023px) {
  .model .model__entry {
    margin-bottom: 2.6rem;
  }
}
.model .model__list {
  margin-top: 2.6rem;
}
@media (max-width: 1023px) {
  .model .model__list {
    margin-top: auto;
  }
}
.model--alt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8rem 11rem;
}
@media (max-width: 1023px) {
  .model--alt {
    padding: 3rem 2.3rem;
    justify-content: flex-start;
  }
}
.model--alt > figure {
  margin: 0;
  width: 20%;
  text-align: center;
}
@media (max-width: 1023px) {
  .model--alt > figure {
    max-width: 20rem;
    margin: 0 auto 3rem;
    width: auto;
    min-height: 24.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .model--alt > figure {
    min-height: 0;
  }
}
.model--alt > figure img {
  max-width: 85%;
}
.model--alt .model__content {
  width: 69%;
}
@media (max-width: 1023px) {
  .model--alt .model__content {
    width: 100%;
    display: flex;
    height: 100%;
    flex-direction: column;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .model--alt .model__content {
    display: block;
    height: auto;
  }
}
:not(.grid) > .textmedia-boxed {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
/*
:not(.grid) > .textmedia-boxed + .textmedia-boxed {
    .model {
        padding-top:0;
    }
}
*/
.textmedia.textmedia-boxed.textmedia-no-image .model--alt {
  display: block;
}
.textmedia.textmedia-boxed.textmedia-no-image .model--alt .model__content {
  width: auto;
}
/* ------------------------------------------------------------ *\
	Models
\* ------------------------------------------------------------ */
.models .models__items, .grid .models__items {
  display: flex;
  flex-wrap: wrap;
  margin: -1.5rem;
}
@media (max-width: 1023px) {
  .models .models__items, .grid .models__items {
    justify-content: center;
  }
}
.models .models__item, .grid .models__item {
  padding: 1.5rem;
}
@media (max-width: 1023px) {
  .models .models__item, .grid .models__item {
    width: 50%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .models .models__item, .grid .models__item {
    width: 100%;
  }
}
.models .models__item--1of2, .grid .models__item--1of2 {
  width: 50%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .models .models__item--1of2, .grid .models__item--1of2 {
    width: 100%;
  }
}
/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
.nav > ul {
  font-size: 2rem;
  letter-spacing: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -2.5rem;
}
@media (max-width: 1399px) {
  .nav > ul {
    margin: 0 -1.5rem;
  }
}
@media (max-width: 1199px) {
  .nav > ul {
    margin: 0 -1rem;
  }
}
@media (max-width: 1023px) {
  .nav > ul {
    display: block;
  }
}
.nav > ul > li {
  position: relative;
  padding: 0 2.5rem;
}
@media (max-width: 1399px) {
  .nav > ul > li {
    padding: 0 1.5rem;
  }
}
@media (max-width: 1199px) {
  .nav > ul > li {
    padding: 0 1rem;
  }
}
.nav > ul > li:after {
  display: none;
  position: absolute;
  content: '';
  height: 7rem;
  width: 100%;
  top: 3rem;
  left: 0;
}
@media (max-width: 1023px) {
  .nav > ul > li:after {
    display: none;
  }
}
.nav > ul > li:hover:after {
  display: block;
}
@media (max-width: 1023px) {
  .nav > ul > li:hover:after {
    display: none;
  }
}
.nav .nav__dropdown.not-visible {
  opacity: 0 !important;
  visibility: hidden !important;
}
.nav > ul > li:hover .nav__dropdown {
  opacity: 1;
  visibility: visible;
  display: flex;
}
@media (max-width: 1023px) {
  .nav > ul > li:hover .nav__dropdown {
    display: none;
  }
}
@media (max-width: 1023px) {
  .nav > ul > li + li {
    margin-top: 1.8rem;
  }
}
.nav > ul > li > a {
  position: relative;
}
@media (max-width: 1023px) {
  .nav > ul > li > a {
    display: flex;
    justify-content: space-between;
    color: #DB0B06;
    font-size: 2.5rem;
    align-items: center;
    letter-spacing: 0.01em;
  }
}
.nav > ul > li > a:after {
  content: '';
  height: 0.2rem;
  width: 100%;
  background-color: #DB0B06;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: -3.8rem;
  left: 0;
  transition: opacity 0.7s, visibility 0.7s, transform 0.4s;
  transform-origin: center;
  transform: scale(0);
}
.nav > ul > li:hover > a, .nav > ul > li.current > a, .nav > ul > li.active > a {
  color: #DB0B06;
}
.nav > ul > li:hover > a:after, .nav > ul > li.current > a:after, .nav > ul > li.active > a:after {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
@media (max-width: 1023px) {
  .nav > ul > li:hover > a:after, .nav > ul > li.current > a:after, .nav > ul > li.active > a:after {
    display: none;
  }
}
.nav > ul > li > a i {
  display: none;
  font-size: 2rem;
}
@media (max-width: 1023px) {
  .nav > ul > li > a i {
    display: block;
  }
}
.nav > ul > li > a.dropdown-open i {
  display: none;
}
.nav .nav__dropdown {
  position: absolute;
  top: 7rem;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s;
  display: none;
}
@media (max-width: 1399px) {
  .nav .nav__dropdown {
    left: 120%;
  }
}
@media (max-width: 1023px) {
  .nav .nav__dropdown {
    margin-top: 3rem;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    display: none;
    visibility: visible;
    opacity: 1;
    font-size: 1.6rem;
  }
}
@media (max-width: 1023px) {
  .nav .nav__dropdown a {
    padding: 1.55rem 0;
    margin: 0 1.5rem 0 1rem;
    letter-spacing: 0.05em;
  }
  .nav .nav__dropdown a:after {
    right: 0rem;
  }
}
/* ------------------------------------------------------------ *\
	Nav lang
\* ------------------------------------------------------------ */
.nav-lang {
  font-weight: 500;
  letter-spacing: 0.07em;
}
.nav-lang > ul {
  font-size: 1.4rem;
}
@media (max-width: 1023px) {
  .nav-lang > ul {
    margin: 0 -1.2rem;
  }
}
@media (max-width: 1023px) {
  .nav-lang > ul > li {
    display: flex;
  }
}
@media (max-width: 1023px) {
  .nav-lang > ul > li.is-current > a {
    color: #383938;
  }
}
.nav-lang > ul li a {
  color: #A5A5A5;
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .nav-lang > ul li a {
    padding: 0 1.2rem;
  }
}
.nav-lang > ul > li > a img {
  transition: transform 0.4s;
}
@media (max-width: 1023px) {
  .nav-lang > ul > li > a img {
    display: none;
  }
}
.nav-lang > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
}
.nav-lang > ul > li:hover > a img {
  transform: rotate(180deg);
}
.nav-lang > ul ul {
  opacity: 0;
  position: absolute;
  visibility: hidden;
  left: 50%;
  transform: translateX(-50%);
  transition: opacity 0.4s, visibility 0.4s;
  box-shadow: 0 0.3rem 0.6rem 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 1rem 0;
}
@media (max-width: 1023px) {
  .nav-lang > ul ul {
    opacity: 1;
    visibility: visible;
    position: relative;
    transform: none;
    left: auto;
    display: flex;
    box-shadow: none;
    border-left: 0.1rem solid #DDD;
    padding: 0;
  }
}
.nav-lang li img {
  margin-left: 0.6rem;
}
.nav-lang > ul ul > li + li {
  margin-top: 1rem;
}
@media (max-width: 1023px) {
  .nav-lang > ul ul > li + li {
    margin-top: 0;
    border-left: 0.1rem solid #DDD;
  }
}
.nav-lang > ul ul > li > a {
  padding: 0 2.5rem;
}
@media (max-width: 1023px) {
  .nav-lang > ul ul > li > a {
    padding: 0 1.2rem;
  }
}
.nav-lang > ul ul > li > a:hover {
  color: #DB0B06;
}
/* ------------------------------------------------------------ *\
	Nav pages
\* ------------------------------------------------------------ */
.frame-mask_sticky_sub_navigation {
  position: sticky;
  top: 98px;
  z-index: 9;
  background-color: #fff;
  margin-bottom: 15rem;
  border-bottom: 0px none;
}
.frame-mask_sticky_sub_navigation.is-stuck {
  background-color: #fff;
  z-index: 9;
}
@media (max-width: 1023px) {
  .frame-mask_sticky_sub_navigation {
    margin-bottom: 5rem;
  }
}
@media (max-width: 1023px) {
  .frame-mask_sticky_sub_navigation {
    border-bottom: 0.1rem solid #DDD;
  }
}
.frame-mask_sticky_sub_navigation .nav-pages {
  border-bottom: 0.1rem solid #DDD;
  padding: 2rem 0 1.8rem;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media (max-width: 1023px) {
  .frame-mask_sticky_sub_navigation .nav-pages {
    border-bottom: 0px none;
    padding-left: 1.5rem;
  }
}
@media (max-width: 1023px) {
  .frame-mask_sticky_sub_navigation .nav-pages {
    overflow-x: auto;
  }
}
.frame-mask_sticky_sub_navigation .nav-pages ul {
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 0 -1.5rem;
}
@media (max-width: 1023px) {
  .frame-mask_sticky_sub_navigation .nav-pages ul {
    justify-content: flex-start;
    min-height: 2.1rem;
  }
}
.frame-mask_sticky_sub_navigation .nav-pages li {
  position: relative;
  padding: 0 1.5rem;
}
.frame-mask_sticky_sub_navigation .nav-pages li a {
  color: #a5a5a5;
  position: relative;
  white-space: nowrap;
}
.frame-mask_sticky_sub_navigation .nav-pages li a:after {
  content: '';
  height: 0.2rem;
  width: 100%;
  background-color: #DB0B06;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: -2.2rem;
  left: 0;
  transition: opacity 0.7s, visibility 0.7s, transform 0.4s;
  transform-origin: center;
  transform: scale(0);
  z-index: 2;
}
@media (max-width: 1023px) {
  .frame-mask_sticky_sub_navigation .nav-pages li a:after {
    bottom: -2.1rem;
  }
}
.frame-mask_sticky_sub_navigation .nav-pages ul li:hover a, .frame-mask_sticky_sub_navigation .nav-pages ul li.current a, .frame-mask_sticky_sub_navigation .nav-pages ul li.active a {
  color: #DB0B06;
}
.frame-mask_sticky_sub_navigation .nav-pages ul li:hover a:after, .frame-mask_sticky_sub_navigation .nav-pages ul li.current a:after, .frame-mask_sticky_sub_navigation .nav-pages ul li.active a:after {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.frame-mask_sticky_sub_navigation .nav-pages::-webkit-scrollbar {
  display: none;
}
/* ------------------------------------------------------------ *\
	Dropdown
\* ------------------------------------------------------------ */
.dropdown {
  background-color: #fff;
  position: relative;
  min-width: 106rem;
  margin: 0 auto;
  padding: 6rem 11rem;
  box-shadow: 0 1.5rem 4rem 0 rgba(0, 0, 0, 0.05);
  border-radius: 1rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1399px) {
  .dropdown {
    padding: 4rem 5rem;
    min-width: 90rem;
  }
}
@media (max-width: 1199px) {
  .dropdown {
    padding: 4rem 5rem;
    min-width: 80rem;
  }
}
@media (max-width: 1023px) {
  .dropdown {
    min-width: 0;
    padding: 0;
    box-shadow: none;
    display: block;
  }
}
.dropdown h4 {
  font-size: 2rem;
  margin-bottom: 4.3rem;
}
@media (max-width: 1023px) {
  .dropdown h4 {
    display: none;
  }
}
@media (max-width: 1023px) {
  .dropdown .dropdown__links {
    padding-right: 2rem;
  }
}
@media (max-width: 374px) {
  .dropdown .dropdown__links {
    padding-right: 0;
  }
}
.dropdown .dropdown__content {
  width: 35%;
}
@media (max-width: 1023px) {
  .dropdown .dropdown__content {
    width: 100%;
  }
}
.dropdown .dropdown__aside {
  width: 48.5%;
}
@media (max-width: 1023px) {
  .dropdown .dropdown__aside {
    display: none;
  }
}
.dropdown .dropdown__close {
  position: absolute;
  top: 2.4rem;
  right: 2.9rem;
  transition: transform 0.4s;
}
@media (max-width: 1023px) {
  .dropdown .dropdown__close {
    display: none;
  }
}
.dropdown .dropdown__close:hover {
  transform: scale(1.1);
}
.dropdown .article__content :last-child {
  margin-bottom: 0;
}
/* Dropdown alt */
.dropdown--alt {
  justify-content: flex-start;
}
.dropdown--alt .dropdown__content + .dropdown__content {
  margin-left: 14rem;
}
@media (max-width: 1023px) {
  .dropdown--alt .dropdown__content + .dropdown__content {
    margin: 0;
  }
}
@media (max-width: 1023px) {
  .dropdown--alt .dropdown__content + .dropdown__content > ul > li:first-child {
    border-top: 0;
  }
}
@media (min-width: 1023.02px) {
  nav.nav .mm-megamenu.mm-i-3 .nav__dropdown {
    left: 60%;
    transform: translateX(-60%);
  }
}
@media (min-width: 1399.02px) {
  nav.nav .mm-megamenu.mm-i-3 .nav__dropdown {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 1023.02px) {
  nav.nav .mm-megamenu.mm-i-2 .nav__dropdown {
    left: 85%;
    transform: translateX(-85%);
  }
}
@media (min-width: 1199.02px) {
  nav.nav .mm-megamenu.mm-i-2 .nav__dropdown {
    left: 80%;
    transform: translateX(-80%);
  }
}
@media (min-width: 1399.02px) {
  nav.nav .mm-megamenu.mm-i-2 .nav__dropdown {
    left: 75%;
    transform: translateX(-75%);
  }
}
@media (min-width: 1449.02px) {
  nav.nav .mm-megamenu.mm-i-2 .nav__dropdown {
    left: 70%;
    transform: translateX(-70%);
  }
}
@media (min-width: 1023.02px) {
  nav.nav .mm-megamenu.mm-i-1 .nav__dropdown {
    left: 95%;
    transform: translateX(-95%);
  }
}
@media (min-width: 1399.02px) {
  nav.nav .mm-megamenu.mm-i-1 .nav__dropdown {
    left: 90%;
    transform: translateX(-90%);
  }
}
@media (min-width: 1599.02px) {
  nav.nav .mm-megamenu.mm-i-1 .nav__dropdown {
    left: 85%;
    transform: translateX(-85%);
  }
}
/* ------------------------------------------------------------ *\
	Radio basic
\* ------------------------------------------------------------ */
.radio-basic {
  text-align: center;
  letter-spacing: 0.02em;
  color: #000;
}
.radio-basic input {
  position: absolute;
  width: 0;
  opacity: 0;
}
.radio-basic input:checked + label:after {
  display: block;
}
.radio-basic input:checked + label:before {
  background-color: #DB0B06;
}
.radio-basic .radio__label {
  position: relative;
  display: flex;
  align-items: center;
}
.radio-basic .radio__label:after {
  content: '';
  position: absolute;
  top: 1rem;
  left: 0.5rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #fff;
  display: none;
}
.radio-basic .radio__label:before {
  margin-right: 1rem;
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  border: 0.1rem solid #DB0B06;
  background-color: #fff;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance:none) and (display:flow-root) {
    .radio-basic .radio__label:after {
      top: 0.95rem;
    }
  }
}
/* ------------------------------------------------------------ *\
	Radio
\* ------------------------------------------------------------ */
.radio {
  height: 100%;
  text-align: center;
  line-height: 1.2;
}
.radio input {
  position: absolute;
  width: 0;
  opacity: 0;
}
.radio input:checked + label {
  background-color: #DB0B06;
  color: #fff;
  background: linear-gradient(120deg, #db0b06 0%, #b20500 100%);
}
.radio input:checked + label svg path, .radio input:checked + label svg line, .radio input:checked + label svg g {
  stroke: #fff;
}
.radio input:checked + label svg text {
  fill: #fff;
}
.radio input:checked + label.radio__label .option-tooltip svg .cls-2 {
  fill: #fff;
  stroke: none;
}
.radio .radio__label {
  height: 100%;
  position: relative;
  display: block;
  font-size: 2.5rem;
  padding: 4rem 2rem 1.5rem;
  border-radius: 1rem;
  background: #fff;
  color: #DB0B06;
  box-shadow: 0 0.5rem 2rem 0 rgba(0, 0, 0, 0.05);
  border: 0.1rem solid transparent;
  transition: background-color 0.4s, color 0.4s, border-color 0.4s, background 0.4s;
}
@media (max-width: 1023px) {
  .radio .radio__label {
    font-size: 1.6rem;
    padding: 3rem 2rem 1.5rem;
  }
}
@media (max-width: 374px) {
  .radio .radio__label {
    padding: 5rem 1rem 1rem;
  }
}
.radio .radio__label:hover {
  border-color: #DB0B06;
}
.radio .radio__label .option-tooltip {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  display: inline-flex;
}
.radio .radio__label > svg {
  margin-bottom: 1.4rem;
  min-height: 7.4rem;
  width: 100%;
}
@media (max-width: 1023px) {
  .radio .radio__label > svg {
    margin-bottom: 2.1rem;
  }
}
@media (max-width: 374px) {
  .radio .radio__label > svg {
    width: 70%;
  }
}
.radio .radio__label svg path, .radio .radio__label svg line, .radio .radio__label svg text, .radio .radio__label svg g {
  transition: stroke 0.4s, fill 0.4s;
}
/* Radio specialist */
.radio--specialist .radio__label {
  display: block;
  font-size: 1.7rem;
  color: #383938;
  border-radius: 1rem;
  background-color: #fff;
  border: 0.1rem solid transparent;
  padding: 4rem;
  transition: color 0.4s, border-color 0.4s, background-color 0.4s;
  box-shadow: 0 0.5rem 2rem 0 rgba(0, 0, 0, 0.05);
  text-align: left;
}
@media (max-width: 1023px) {
  .radio--specialist .radio__label {
    padding: 1rem;
    font-size: 1.6rem;
  }
}
@media (max-width: 374px) {
  .radio--specialist .radio__label {
    font-size: 1.4rem;
  }
}
.radio--specialist button.radio__label {
  width: 100%;
  font-family: inherit;
  font-weight: inherit;
}
.radio--specialist button.radio__label.selected {
  background-color: #DB0B06;
  color: #fff;
  background: linear-gradient(120deg, #db0b06 0%, #b20500 100%);
}
.radio--specialist button.radio__label.selected span {
  color: #fff;
}
.radio--specialist span {
  display: inline-block;
  color: #DB0B06;
  font-size: 2.5rem;
  letter-spacing: 0.02em;
  margin-bottom: 0.5rem;
}
@media (max-width: 1023px) {
  .radio--specialist span {
    font-size: 1.7rem;
  }
}
@media (max-width: 374px) {
  .radio--specialist span {
    font-size: 1.5rem;
  }
}
.radio--specialist small {
  display: block;
  letter-spacing: 0.03em;
}
.radio--specialist input:checked + label span {
  color: #fff;
}
/* ------------------------------------------------------------ *\
	Search
\* ------------------------------------------------------------ */
.search {
  padding: 1.6rem;
  border-radius: 1rem;
  background-color: #F5F5F5;
}
@media (max-width: 1023px) {
  .search {
    padding: 1rem 1rem 1rem 2rem;
  }
}
.search form {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.search input {
  border: none;
  background-color: transparent;
  font-size: 1.6rem;
  font-weight: 400;
  width: 55%;
  padding: 0 1.3rem;
}
@media (max-width: 1023px) {
  .search input {
    font-size: 1.4rem;
    padding: 0;
    width: 70%;
  }
}
.search input::placeholder {
  color: #A5A5A5;
}
.search .search__btn {
  font-size: 1.6rem;
  font-weight: 400;
  border-radius: 0.5rem;
  border: none;
}
/* Search white */
.search--white {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
}
/* Search find */
.search--find input {
  width: 84%;
}
.search--find .search__btn {
  min-width: 5rem;
  min-height: 5rem;
}
/* Search mobile */
@media (max-width: 1023px) {
  .search--mobile .search__btn {
    min-width: 5rem;
    height: 5rem;
  }
}
@media (max-width: 1023px) {
  .search--mobile .search__btn span:first-child {
    display: none;
  }
}
.search--mobile .search__btn span + span {
  display: none;
}
@media (max-width: 1023px) {
  .search--mobile .search__btn span + span {
    display: block;
  }
}
.nav-search {
  font-size: 2.5rem;
  color: #A5A5A5;
}
@media (max-width: 1023px) {
  .nav-search {
    margin-top: 1.8rem;
    margin-bottom: 5.6rem;
  }
  .nav-search a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .nav-search a i {
    font-size: 2rem;
  }
}
@media (min-width: 1023.02px) {
  .nav-search {
    font-size: 1.7rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 9.5rem;
  }
  .nav-search a.active {
    color: #DB0B06;
  }
}
@media (min-width: 1023.02px) {
  .nav-search .label {
    display: none;
  }
}
.as-search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  transition: transform 0.5s, opacity 0.4s, visibility 0.4s;
  opacity: 0;
  visibility: hidden;
}
.as-search-overlay.as-dialog-open {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1023px) {
  .as-search-overlay.as-dialog-open {
    display: none !important;
    opacity: 0;
    visibility: hidden;
  }
}
.as-search-overlay .tx-indexedsearch-searchbox form {
  margin-top: 16.8rem;
}
.as-search-overlay .btn-close {
  border: 0px none;
  background-color: transparent;
  display: block;
  margin: 3rem 0 3rem auto;
}
.tx-indexedsearch-searchbox form {
  margin-top: 6rem;
  background-color: #fff;
}
.tx-indexedsearch-searchbox form .input-group {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.5rem;
  border-bottom: 0.1rem solid #DDD;
}
.tx-indexedsearch-searchbox form .input-group .tx-indexedsearch-form {
  flex-grow: 1;
}
.tx-indexedsearch-searchbox form .input-group input.tx-indexedsearch-searchbox-sword {
  width: 100%;
  border: 0px none;
  padding: 0.8rem 0;
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .tx-indexedsearch-searchbox form .input-group input.tx-indexedsearch-searchbox-sword {
    font-size: 2.5rem;
  }
}
.tx-indexedsearch-searchbox form .input-group .tx-indexedsearch-searchbox-button {
  border: 0px none;
  background-color: transparent;
  padding: 1rem 0 1rem 2rem;
  color: #DB0B06;
}
.tx-indexedsearch-res {
  padding: 3.6rem 0;
}
.tx-indexedsearch-res + .tx-indexedsearch-res {
  border-top: 0.1rem solid #DDD;
}
.tx-indexedsearch-res .result-title {
  margin-bottom: 0px;
}
.tx-indexedsearch-res :last-child {
  margin-bottom: 0px;
}
ul.tx-indexedsearch-browsebox {
  margin: 4rem auto 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  list-style-type: none;
}
ul.tx-indexedsearch-browsebox > li a {
  font-size: 1.4rem;
  font-weight: bold;
  color: #DB0B06;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
}
ul.tx-indexedsearch-browsebox > li a:hover {
  background-color: #DDD;
  color: #fff;
}
ul.tx-indexedsearch-browsebox > li.tx-indexedsearch-browselist-currentPage a {
  background-color: #DB0B06;
  color: #fff;
}
.search-infobox {
  text-align: center;
  max-width: 60%;
  margin: 5rem auto 2rem;
}
@media (max-width: 1023px) {
  .search-infobox {
    max-width: 80%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .search-infobox {
    max-width: none;
  }
}
/* ------------------------------------------------------------ *\
	Section about
\* ------------------------------------------------------------ */
.frame-mask_facts_and_figures, .section-about {
  position: relative;
  z-index: 2;
  color: #fff;
  /*margin: -10.5rem 0 0;*/
  padding: 6rem 0;
  /*overflow:hidden;*/
  /*
	@include breakpoint-up(xxlarge-desktop) {
		margin: -20.5rem 0 0;
	}

    @include breakpoint-down(tablet) {
    	margin: 0;
		padding: 30rem 0;
		margin: 5rem 0;
    }

    @include breakpoint-down(mobile) {
		padding: 20.5rem 0 28rem;
    }

    @include breakpoint-down(mobile-medium) {
    	padding: 20.5rem 0 25rem;
    }

    @include breakpoint-down(mobile-custom) {
    	margin-top: -7rem;
    }

    @include breakpoint-down(mobile-small) {
    	margin-top: -25rem;
    	padding: 35rem 0 25rem;
    }
    */
}
@media (max-width: 1023px) {
  .frame-mask_facts_and_figures, .section-about {
    padding: 3rem 0;
  }
}
.frame-mask_facts_and_figures .shell, .section-about .shell {
  overflow: hidden;
}
.frame-mask_facts_and_figures h3, .section-about h3 {
  color: #fff;
  max-width: 62rem;
  margin-bottom: 9.2rem;
}
@media (max-width: 1023px) {
  .frame-mask_facts_and_figures h3, .section-about h3 {
    font-size: 2.6rem;
    line-height: 1.11;
    margin-bottom: 4.7rem;
  }
}
.frame-mask_facts_and_figures .section__element, .section-about .section__element {
  display: none;
}
@media (min-width: 1949.02px) {
  .frame-mask_facts_and_figures .section__element, .section-about .section__element {
    display: block;
    position: absolute;
    bottom: -38rem;
    left: 0;
    width: 100%;
  }
}
.frame-mask_facts_and_figures .section__element img, .section-about .section__element img {
  width: 100%;
}
.frame-mask_facts_and_figures .section__inner, .section-about .section__inner {
  position: relative;
  z-index: 2;
}
@media (min-width: 1949.02px) {
  .frame-mask_facts_and_figures .section__inner, .section-about .section__inner {
    padding-top: 12rem;
  }
}
@media (max-width: 1023px) {
  .frame-mask_facts_and_figures .section__inner, .section-about .section__inner {
    padding: 0 1.5rem;
  }
}
.frame-mask_facts_and_figures .section__stats, .section-about .section__stats {
  max-width: 90rem;
  margin: 0 3.6rem 9.5rem auto;
}
@media (max-width: 1023px) {
  .frame-mask_facts_and_figures .section__stats, .section-about .section__stats {
    margin: 0 3.6rem 4.5rem auto;
  }
}
.frame-mask_facts_and_figures .section__entry, .section-about .section__entry {
  font-size: 2rem;
  line-height: 1.3;
  max-width: 62.5rem;
}
@media (max-width: 1023px) {
  .frame-mask_facts_and_figures .section__entry, .section-about .section__entry {
    font-size: 2.1rem;
    line-height: 1.33;
  }
}
.frame-mask_facts_and_figures .section__actions, .section-about .section__actions {
  margin-top: 5rem;
}
@media (max-width: 1023px) {
  .frame-mask_facts_and_figures .section__actions a, .section-about .section__actions a {
    min-width: 20.2rem;
    min-height: 5rem;
    font-size: 1.4rem;
  }
}
.frame-mask_facts_and_figures .section__background, .section-about .section__background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  min-height: 144rem;
}
@media (min-width: 1949.02px) {
  .frame-mask_facts_and_figures .section__background, .section-about .section__background {
    display: none;
  }
}
@media (max-width: 1023px) {
  .frame-mask_facts_and_figures .section__background, .section-about .section__background {
    display: block;
    min-height: 165rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .frame-mask_facts_and_figures .section__background, .section-about .section__background {
    top: -6rem;
  }
}
@media (max-width: 575px) {
  .frame-mask_facts_and_figures .section__background, .section-about .section__background {
    min-height: 175rem;
  }
}
@media (max-width: 374px) {
  .frame-mask_facts_and_figures .section__background, .section-about .section__background {
    min-height: 200rem;
  }
}
.frame-mask_facts_and_figures .section__background--large, .section-about .section__background--large {
  display: none;
}
@media (min-width: 1949.02px) {
  .frame-mask_facts_and_figures .section__background--large, .section-about .section__background--large {
    display: block;
    overflow: hidden;
    min-height: 115rem;
  }
}
.frame-mask_facts_and_figures .section__background img, .section-about .section__background img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1949.02px) {
  .frame-mask_facts_and_figures .section__background img, .section-about .section__background img {
    height: 140%;
    height: 220%;
  }
}
@media (max-width: 392px) {
  .frame-mask_facts_and_figures .section__background img, .section-about .section__background img {
    object-fit: contain;
  }
}
@media (max-width: 392px) {
  .frame-mask_facts_and_figures .section__background img:first-child, .section-about .section__background img:first-child {
    display: none;
  }
}
.frame-mask_facts_and_figures .section__background img + img, .section-about .section__background img + img {
  display: none;
}
@media (max-width: 392px) {
  .frame-mask_facts_and_figures .section__background img + img, .section-about .section__background img + img {
    display: block;
  }
}
.frame-mask_facts_and_figures + .section-basic--advices, .section-about + .section-basic--advices {
  margin-top: -8rem;
  padding: 40.6rem 0 32rem;
}
@media (max-width: 1399px) {
  .frame-mask_facts_and_figures + .section-basic--advices, .section-about + .section-basic--advices {
    padding: 40.6rem 0 15rem;
  }
}
@media (max-width: 1023px) {
  .frame-mask_facts_and_figures + .section-basic--advices, .section-about + .section-basic--advices {
    margin-top: -28rem;
    padding: 21.6rem 0 15rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .frame-mask_facts_and_figures + .section-basic--advices, .section-about + .section-basic--advices {
    padding: 21.6rem 0 19rem;
  }
}
/* ------------------------------------------------------------ *\
	Section basic
\* ------------------------------------------------------------ */
.section-basic {
  position: relative;
  /*padding: 5rem 0;*/
}
.section-basic h2 {
  margin-bottom: 2rem;
}
@media (max-width: 1023px) {
  .section-basic h2 {
    font-size: 3rem;
  }
}
.section-basic .section__inner {
  position: relative;
}
@media (max-width: 1023px) {
  .section-basic .section__inner {
    padding: 0 1.5rem;
  }
}
.section-basic .section__accordion {
  max-width: 84.2rem;
  margin: 0 auto;
}
.section-basic .section__actions {
  /*text-align: center;*/
  margin-top: 8rem;
}
@media (max-width: 1023px) {
  .section-basic .section__actions {
    margin-top: 5.4rem;
  }
}
@media (max-width: 1023px) {
  .section-basic .section__entry--alt {
    margin-bottom: 2rem;
  }
}
.section-head.section-head-h2, .section-head.section-head-h3, .section-basic.section__head {
  max-width: 62.5rem;
  margin: 0 auto 12.5rem;
  text-align: center;
}
@media (max-width: 1023px) {
  .section-head.section-head-h2, .section-head.section-head-h3, .section-basic.section__head {
    margin: 0 auto 5.2rem;
  }
}
.section-basic.section__head.section-head-h3-left {
  max-width: none;
  text-align: left;
}
/* Section basic gray */
/* -> _gradient.scss
.section-basic--gray {
	background-color: $c-lightgray;
} 
*/
/* Section basic gray */
.section-basic--gray-alt {
  background-color: #F5F5F5;
  background-color: red !important;
  padding: 35rem 0 8rem;
}
@media (max-width: 1023px) {
  .section-basic--gray-alt {
    padding: 10rem 0;
  }
}
.section-basic--gray-alt:before {
  content: '';
  height: 20%;
  width: 100%;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1599px) {
  .section-basic--gray-alt:before {
    height: 14%;
  }
}
@media (max-width: 1023px) {
  .section-basic--gray-alt:before {
    height: 15rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-basic--gray-alt:before {
    height: 5%;
  }
}
@media (max-width: 374px) {
  .section-basic--gray-alt:before {
    height: 4%;
  }
}
.section-basic--gray-alt .section__element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.section-basic--gray-alt .section__element img {
  width: 100%;
}
/* Section basic advices */
.section-basic--advices {
  padding: 5rem 0 15rem;
  /*
	.section__element {
		position: absolute;
		bottom: -23rem;
		left: 0;
		width: 100%;

		@include breakpoint-down(tablet) {
			bottom: -14rem;
		}

		@include breakpoint-down(mobile) {
			bottom: -8rem;
		}

		@include breakpoint-down(mobile-small) {
			bottom: -6rem;
		}
	}

	.section__element img {
		width: 100%;
	}
    */
}
.section-basic--advices h2 {
  margin-bottom: 3.5rem;
}
@media (max-width: 1023px) {
  .section-basic--advices h2 {
    margin-bottom: 3rem;
  }
}
@media (max-width: 1023px) {
  .section-basic--advices .section__inner {
    padding: 0 1.5rem;
  }
}
.section-basic--advices .section__head {
  margin: 0 auto 9.5rem;
}
@media (max-width: 1023px) {
  .section-basic--advices .section__head {
    margin: 0 auto 6.8rem;
  }
}
.section-basic--advices .section__actions {
  margin-top: 12rem;
}
@media (max-width: 1023px) {
  .section-basic--advices .section__actions {
    margin-top: 6.5rem;
  }
}
.section-basic--advices + .section-basic--specs {
  margin-top: -17rem;
}
/* Section basic specs */
.section-basic--specs {
  /*padding: 8.5rem 0;*/
}
@media (max-width: 1023px) {
  .section-basic--specs {
    /*padding: 9.5rem 0;*/
  }
}
.section-basic--specs .section__head {
  margin: 0 auto 4.8rem;
}
@media (max-width: 1023px) {
  .section-basic--specs .section__head {
    margin: 0 auto 3.8rem;
  }
}
@media (max-width: 1023px) {
  .section-basic--specs .section__inner {
    padding: 0 1.5rem;
  }
}
.section-basic--specs .section__head h2 {
  margin-bottom: 2.2rem;
}
.section-basic--specs .section__head .section__image {
  margin-bottom: -1rem;
}
@media (max-width: 1023px) {
  .section-basic--specs .section__head .section__image {
    margin: 0 auto 2.2rem;
  }
}
.section-basic--specs .section__entry {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.32;
  margin-bottom: 2.6rem;
}
@media (max-width: 1023px) {
  .section-basic--specs .section__entry {
    font-size: 2.1rem;
    letter-spacing: 0.02em;
    line-height: 1.33;
    margin-bottom: 2rem;
  }
}
.section-basic--specs .section__list {
  max-width: 40.6rem;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .section-basic--specs .section__body {
    margin-bottom: 7.5rem;
  }
}
.section-basic--specs .section__foot h3 {
  margin-bottom: 4.4rem;
}
@media (max-width: 1023px) {
  .section-basic--specs .section__foot h3 {
    text-align: center;
    font-size: 2.6rem;
    margin-bottom: 3.8rem;
  }
}
/* Section basic more */
.section-basic--more {
  padding: 56rem 0 8rem;
}
@media (max-width: 1023px) {
  .section-basic--more {
    padding: 53rem 0 8rem;
  }
}
.section-basic--more h3 {
  text-align: center;
  font-size: 4rem;
  margin-bottom: 3.8rem;
}
@media (max-width: 1023px) {
  .section-basic--more h3 {
    font-size: 2.6rem;
  }
}
/* Section basic lyric */
.section-basic--lyric {
  padding: 5rem 0;
}
@media (max-width: 1023px) {
  .section-basic--lyric:before {
    height: 10%;
  }
}
@media (max-width: 575px) {
  .section-basic--lyric:before {
    height: 5%;
  }
}
/* Section basic zubenhor */
.section-basic--zubenhor {
  padding: 4rem 0;
}
@media (max-width: 1023px) {
  .section-basic--zubenhor:before {
    height: 10%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-basic--zubenhor:before {
    height: 4%;
  }
}
@media (max-width: 575px) {
  .section-basic--zubenhor:before {
    height: 2%;
  }
}
.section-basic--zubenhor .section__element {
  margin-top: -3rem;
}
.section__body div + .section__head {
  margin-top: 9.5rem;
}
@media (max-width: 1023px) {
  .section__body div + .section__head {
    margin-top: 5.2rem;
  }
}
.frame-mask_section_head + .frame-mask_section_head, .section-basic .frame-mask_section_head + .frame-mask_section_head {
  margin-top: 0;
  padding-top: 0;
}
.frame-mask_text_media + .frame-mask_section_head, .section-basic .frame-mask_text_media + .frame-mask_section_head {
  margin-top: 0;
}
.section-head.section-head-h2 {
  margin-bottom: 3rem;
}
.section-head.section-head-h2 + .grid, .section-head.section-head-h2 + .frame.frame-mask_text_media {
  margin-top: 9.5rem;
}
@media (max-width: 1023px) {
  .section-head.section-head-h2 + .grid, .section-head.section-head-h2 + .frame.frame-mask_text_media {
    margin-top: 6.8rem;
  }
}
.frame.grid-shell + .frame.grid-shell .section__body .section__head, .frame.grid-shell + .frame.grid-shell .section__body .frame-type-textmedia header {
  margin-top: 8rem;
}
@media (max-width: 1023px) {
  .frame.grid-shell + .frame.grid-shell .section__body .section__head, .frame.grid-shell + .frame.grid-shell .section__body .frame-type-textmedia header {
    margin-top: 4rem;
  }
}
.frame.grid-shell + .frame.grid-shell.frame-gradient-top-1 .section__body .section__head, .frame.grid-shell + .frame.grid-shell.frame-gradient-top-1 .section__body .frame-type-textmedia header {
  margin-top: 0rem;
}
/* ------------------------------------------------------------ *\
	Section breadcrumbs
\* ------------------------------------------------------------ */
.section-breadcrumbs {
  padding: 4.2rem 0;
}
/* ------------------------------------------------------------ *\
	Section causes
\* ------------------------------------------------------------ */
.section-causes {
  padding: 4.2rem 0;
}
@media (max-width: 1023px) {
  .section-causes {
    padding: 3rem 0;
  }
}
.section-causes h1 {
  margin-bottom: 1.7rem;
}
@media (max-width: 1023px) {
  .section-causes h1 {
    font-size: 3.1rem;
  }
}
.section-causes .section__head {
  max-width: 84.2rem;
  margin: 0 auto 12.2rem;
}
@media (max-width: 1023px) {
  .section-causes .section__head {
    margin: 0 auto 4rem;
    max-width: none;
  }
}
.section-causes .section__breadcrumbs {
  margin-bottom: 12.5rem;
}
@media (max-width: 1023px) {
  .section-causes .section__breadcrumbs {
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-causes .section__breadcrumbs {
    display: none;
  }
}
/* ------------------------------------------------------------ *\
	Section find
\* ------------------------------------------------------------ */
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tx-addresses section {
    background-color: #fff;
  }
}
.tx-addresses section h1 {
  margin-bottom: 5rem;
}
@media (max-width: 1199px) {
  .tx-addresses section h1 {
    font-size: 4rem;
  }
}
@media (max-width: 1023px) {
  .tx-addresses section h1 {
    font-size: 3.1rem;
    letter-spacing: -0.005em;
    line-height: 1.05;
    margin-bottom: 2.8rem;
  }
}
.tx-addresses section .section__inner {
  display: flex;
  margin: 0 -1.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tx-addresses section .section__inner {
    margin: 0;
  }
}
@media (max-width: 1023px) {
  .tx-addresses section .section__inner {
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
.tx-addresses section .section__content {
  padding: 4.2rem 8.2rem;
  width: 33.3%;
}
@media (max-width: 1599px) {
  .tx-addresses section .section__content {
    padding: 4rem 2rem;
  }
}
@media (max-width: 1023px) {
  .tx-addresses section .section__content {
    width: 100%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tx-addresses section .section__content {
    padding: 4rem 1.5rem;
  }
}
.tx-addresses section .section__breadcrumbs {
  margin-bottom: 5.1rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tx-addresses section .section__breadcrumbs {
    display: none;
  }
}
.tx-addresses section .section__search {
  margin-bottom: 3.6rem;
}
@media (max-width: 1023px) {
  .tx-addresses section .section__search {
    margin-bottom: 5rem;
  }
}
.tx-addresses section .section__list {
  max-width: 34rem;
  margin-bottom: 6.2rem;
}
@media (max-width: 1023px) {
  .tx-addresses section .section__list {
    margin-bottom: 4rem;
  }
}
.tx-addresses section .section__map {
  width: 66.7%;
}
@media (max-width: 1023px) {
  .tx-addresses section .section__map {
    display: none;
    width: auto;
  }
}
.tx-addresses section .map-host.map-host-mobile, .tx-addresses section .section__map--mobile {
  display: none;
}
@media (max-width: 1599px) {
  .tx-addresses section .map-host.map-host-mobile, .tx-addresses section .section__map--mobile {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
@media (max-width: 1023px) {
  .tx-addresses section .map-host.map-host-mobile, .tx-addresses section .section__map--mobile {
    display: block;
    margin-bottom: 3rem;
    height: 41.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tx-addresses section .map-host.map-host-mobile, .tx-addresses section .section__map--mobile {
    height: 41.5rem;
    margin-left: -3rem;
    margin-right: -3rem;
  }
}
.map-host {
  background-color: #F5F5F5;
}
.map-host .map-instance {
  width: 100%;
  height: 100%;
}
@media (min-width: 1023.02px) {
  .map-host.map-host-desktop {
    position: fixed;
    top: 90px;
    right: 0px;
    bottom: 0px;
  }
}
/*

.page-10 {
    
    .tx-addresses {
        
        .section__inner {
            display:block;
            
            .section__content {
                width:640px;
            }
        }
        
        .accordion.accordion--alt {
            max-height:none;
            overflow:visible;
        }
        
    }
    
    
    
    footer.page {
        display:none;
    }
    
}*/
/* ------------------------------------------------------------ *\
	Section form
\* ------------------------------------------------------------ */
.section-form {
  margin: 14rem 0 0rem;
  padding: 12rem 0 60rem;
  position: relative;
}
.section-form .section__background {
  position: absolute;
  top: -11rem;
  left: 0;
  width: 100%;
  height: 100%;
  background: center / cover no-repeat;
}
.section-form .section__background img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.section-form .section__inner {
  position: relative;
}
@media (max-width: 1023px) {
  .section-form .section__inner {
    padding: 0 1.5rem;
  }
}
/* ------------------------------------------------------------ *\
	Section hero
\* ------------------------------------------------------------ */
.section-hero {
  position: relative;
  overflow: hidden;
}
.section-hero .section__inner {
  display: flex;
  min-height: calc(100vh - 9.8rem);
  align-items: center;
}
@media (max-width: 1023px) {
  .section-hero .section__inner {
    min-height: 0;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.section-hero .section__content {
  width: 51%;
  padding-bottom: 6rem;
}
@media (max-width: 1023px) {
  .section-hero .section__content {
    width: 100%;
    padding-bottom: 0;
    z-index: 5;
    position: relative;
    margin-top: -3.4rem;
  }
}
.section-hero .section__aside {
  position: absolute;
  width: 49%;
  top: 0;
  right: 0;
  z-index: 2;
}
@media (max-width: 1023px) {
  .section-hero .section__aside {
    width: 100%;
    position: relative;
    top: auto;
    right: auto;
    margin-right: -3rem;
  }
}
.section-hero .section__element img {
  width: 100%;
}
.hero.hero-jumboslider .section__inner {
  min-height: calc(100vh - 25rem);
}
@media (max-width: 1399px) {
  .hero.hero-jumboslider .section__inner {
    min-height: calc(100vh - 20rem);
  }
}
@media (max-width: 1023px) {
  .hero.hero-jumboslider .section__inner {
    min-height: 0;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.hero.hero-jumboslider .section__inner .slider-hero-content.section__content {
  margin-top: 0;
  padding-bottom: 0;
}
/* ------------------------------------------------------------ *\
	Section intro
\* ------------------------------------------------------------ */
.section-intro {
  position: relative;
  z-index: 5;
  padding: 4.2rem 0 5.5rem;
  overflow: hidden;
}
.section-intro h1 {
  margin-bottom: 3.2rem;
}
@media (max-width: 1023px) {
  .section-intro h1 {
    font-size: 3rem;
    margin-bottom: 1.8rem;
  }
}
.section-intro .section__breadcrumbs {
  margin-bottom: 2rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 1023px) {
  .section-intro .section__breadcrumbs {
    display: none;
    margin-bottom: 33%;
  }
}
.section-intro .section__body {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 48rem;
  margin-bottom: 16rem;
}
@media (max-width: 1023px) {
  .section-intro .section__body {
    min-height: 0;
    margin-top: 53%;
    margin-bottom: 6rem;
  }
}
.section-intro .section__content {
  width: 48%;
}
@media (max-width: 1023px) {
  .section-intro .section__content {
    width: 100%;
    padding: 0 1.5rem;
  }
}
.section-intro .section__image {
  position: absolute;
  top: -10rem;
  right: -3.3rem;
  width: 51.8%;
}
@media (max-width: 1023px) {
  .section-intro .section__image {
    width: 85%;
    top: -4rem;
  }
}
.section-intro .section__article {
  box-shadow: 0 0.5rem 2rem 0 rgba(0, 0, 0, 0.05);
}
.section-intro .section__article--alt {
  box-shadow: none;
}
@media (max-width: 1023px) {
  .section-intro .section__article--alt {
    padding: 0 1.5rem;
  }
}
/* Section intro alt */
.section-intro--alt .section__body {
  margin-bottom: 4rem;
}
@media (max-width: 1023px) {
  .section-intro--alt .section__body {
    margin-bottom: 15rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-intro--alt .section__body {
    margin-bottom: 10rem;
  }
}
.section-intro--alt .section__image {
  top: -9rem;
  right: -0.3rem;
  width: 45%;
}
@media (max-width: 1023px) {
  .section-intro--alt .section__image {
    width: 93%;
    top: -4rem;
  }
}
.section-intro--alt + .section-basic--more {
  margin-top: -51rem;
}
@media (max-width: 1023px) {
  .section-intro--alt + .section-basic--more {
    margin-top: -54rem;
  }
}
/* Section intro lyric */
.section-intro--lyric {
  padding: 4.2rem 0 11rem;
}
@media (max-width: 1023px) {
  .section-intro--lyric {
    padding: 4rem 0;
  }
}
.section-intro--lyric .section__image {
  top: -10rem;
  right: -2rem;
  width: 46%;
}
@media (max-width: 1023px) {
  .section-intro--lyric .section__image {
    width: 93%;
    top: -4rem;
  }
}
.section-intro--lyric .section__body {
  margin-bottom: 0;
}
/* Section intro zubenhor */
.section-intro--zubenhor {
  padding: 4.2rem 0 14rem;
}
.section-intro--zubenhor h1 {
  margin-bottom: 2rem;
}
.section-intro--zubenhor .section__image {
  top: -4rem;
  right: 0;
  width: 50%;
}
@media (max-width: 1023px) {
  .section-intro--zubenhor .section__image {
    width: 93%;
    top: -4rem;
  }
}
.section-intro--zubenhor .section__content {
  width: 39%;
}
@media (max-width: 1023px) {
  .section-intro--zubenhor .section__content {
    width: 100%;
  }
}
.section-intro--zubenhor .section__body {
  margin-bottom: 0;
}
/* ------------------------------------------------------------ *\
	Section models
\* ------------------------------------------------------------ */
.section-models {
  /*padding: 8.8rem 0;
	@include breakpoint-down(tablet) {
		padding: 4rem 0;
	} */
  /*
	.section__head { 
        outline: 4px solid green;
         

		padding: 16.2rem 0;
		margin-bottom: .5rem;

		@include breakpoint-down(tablet) {
			padding: 5rem 0;
		}
	}
    */
}
@media (max-width: 1023px) {
  .section-models .shell .section__inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (max-width: 1023px) {
  .section-models .shell .section__inner .shell .section__content {
    padding-left: 0;
    padding-right: 0;
  }
}
.section-models h1 {
  margin-bottom: 2rem;
}
@media (max-width: 1023px) {
  .section-models h1 {
    font-size: 3.1rem;
  }
}
.section-models h2 {
  margin-bottom: 3.2rem;
}
@media (max-width: 1023px) {
  .section-models h2 {
    font-size: 3rem;
  }
}
.section-models h3 {
  margin-bottom: 3.2rem;
}
@media (max-width: 1023px) {
  .section-models h3 {
    font-size: 2.1rem;
    margin-bottom: 2rem;
  }
}
.section-models .section__model-small {
  margin-bottom: 5.5rem;
}
.section-models .section__body {
  margin-bottom: 15.5rem;
}
.section-models .section__foot {
  position: relative;
  text-align: center;
}
.section-models .section__foot:before {
  content: '';
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  background-color: #F5F5F5;
}
@media (max-width: 1199px) {
  .section-models .section__foot:before {
    top: 20%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-models .section__foot:before {
    top: 10%;
  }
}
@media (max-width: 374px) {
  .section-models .section__foot:before {
    top: 8%;
  }
}
.section-models .section__foot h2 {
  margin-bottom: 2.2rem;
}
.section-models .section__foot .section__entry {
  max-width: 84.2rem;
  margin: 0 auto;
}
.section-models .section__foot .section__entry + .section__entry {
  margin-top: 2.6rem;
}
.section-models .section__foot .section__link {
  margin-top: 3.2rem;
}
.section-models .section__foot-inner > figure {
  max-width: 46.6rem;
  margin: 0 auto 4rem;
}
@media (max-width: 1023px) {
  .section-models .section__foot-inner > figure {
    max-width: 30rem;
    margin-bottom: 2rem;
  }
}
.section-models .section__actions {
  text-align: center;
  margin-top: 15.8rem;
}
.section-models .section__foot-inner {
  position: relative;
}
.section-models .section__element {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
}
.section-models .section__element img {
  width: 100%;
}
/* Section models alt */
.frame.frame-as-frame-white-narrow, .section-models--alt {
  /*
	.section__head {
        outline: 3px solid blue;
      
		padding: 19.6rem 0 2rem;
		margin-bottom: 5.2rem;

		@include breakpoint-down(tablet) {
			padding: 0 0 2rem;
			margin-bottom: 2rem;
		}
	}
    */
}
.frame.frame-as-frame-white-narrow .section__head, .frame.frame-as-frame-white-narrow .section__body, .section-models--alt .section__head, .section-models--alt .section__body {
  max-width: 84.2rem;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .frame.frame-as-frame-white-narrow .section__head, .frame.frame-as-frame-white-narrow .section__body, .section-models--alt .section__head, .section-models--alt .section__body {
    max-width: none;
  }
}
.frame.frame-as-frame-white-narrow .section__body, .section-models--alt .section__body {
  margin: 0 auto 12.8rem;
}
@media (max-width: 1023px) {
  .frame.frame-as-frame-white-narrow .section__body, .section-models--alt .section__body {
    margin: 0 auto 4rem;
  }
}
.frame.frame-as-frame-white-narrow .section__accordion, .section-models--alt .section__accordion {
  margin-bottom: 16.2rem;
}
@media (max-width: 1023px) {
  .frame.frame-as-frame-white-narrow .section__accordion, .section-models--alt .section__accordion {
    margin-bottom: 4rem;
  }
}
.frame.frame-as-frame-white-narrow .section__content .section__entry + .section__entry, .section-models--alt .section__content .section__entry + .section__entry {
  margin-top: 2.6rem;
}
.frame.frame-as-frame-white-narrow .section__foot, .section-models--alt .section__foot {
  margin: 0 -10rem;
  text-align: left;
}
@media (max-width: 1599px) {
  .frame.frame-as-frame-white-narrow .section__foot, .section-models--alt .section__foot {
    margin: 0;
  }
}
.frame.frame-as-frame-white-narrow .section__foot:before, .section-models--alt .section__foot:before {
  display: none;
}
.frame.frame-as-frame-white-narrow .section__actions, .section-models--alt .section__actions {
  margin-top: 22.4rem;
}
@media (max-width: 1023px) {
  .frame.frame-as-frame-white-narrow .section__actions, .section-models--alt .section__actions {
    margin-top: 4rem;
  }
}
.section__head.section-head-h3-left {
  padding: 16.2rem 0;
  margin-bottom: 0.5rem;
}
@media (max-width: 1023px) {
  .section__head.section-head-h3-left {
    padding: 5rem 0;
  }
}
.frame.frame-default + .frame.frame-as-frame-white-narrow {
  margin-top: 5rem;
}
.frame.frame-mask_breadcrumb + .frame.frame-as-frame-white-narrow, .frame.frame-mask_header_hero + .frame.frame-as-frame-white-narrow {
  margin-top: 0rem;
}
.frame.frame-type-textmedia + .frame.frame-mask_accordion, .frame.frame-mask_text_media + .frame.frame-mask_accordion {
  margin-top: 5rem;
}
/* ------------------------------------------------------------ *\
	Section more
\* ------------------------------------------------------------ */
.section-more {
  position: relative;
  padding: 24.8rem 0 2.5rem;
}
@media (max-width: 1023px) {
  .section-more {
    padding: 10.4rem 0 2.5rem;
  }
}
@media (max-width: 1023px) {
  .section-more .section__inner {
    padding: 0 1.5rem;
    /*margin-bottom: -32rem;*/
  }
}
.section-more .section__element {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.section-more .section__element img {
  width: 100%;
}
.section-more .section__article {
  position: relative;
  box-shadow: 0 1.5rem 4rem 0 rgba(0, 0, 0, 0.05);
}
/* ------------------------------------------------------------ *\
	Section store
\* ------------------------------------------------------------ */
.section-store {
  position: relative;
  padding: 17.5rem 0;
}
@media (max-width: 1023px) {
  .section-store {
    padding: 9.5rem 0 4.4rem;
  }
}
@media (max-width: 1023px) {
  .section-store .section__background {
    position: absolute;
    min-height: 40.5rem;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% + 3rem);
    background: center / cover no-repeat;
  }
}
@media (max-width: 1023px) {
  .section-store .section__background img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.section-store .section__inner {
  position: relative;
}
@media (max-width: 1023px) {
  .section-store .section__inner {
    padding: 20rem 1.5rem 0;
  }
}
.section-store .section__content {
  background-color: #fff;
  position: relative;
  max-width: 84.2rem;
  border-radius: 1rem;
  padding: 8rem 11rem;
  margin: -31rem auto 0;
  text-align: center;
}
@media (max-width: 1023px) {
  .section-store .section__content {
    margin: 0 auto;
    padding: 4.6rem 2rem 2rem;
    box-shadow: 0 0.8rem 3rem 0 rgba(0, 0, 0, 0.05);
  }
}
.section-store .section__content h2 {
  margin-bottom: 2.4rem;
}
@media (max-width: 1023px) {
  .section-store .section__content h2 {
    font-size: 3rem;
    margin-bottom: 2.6rem;
  }
}
.section-store .section__entry {
  max-width: 40.6rem;
  margin: 0 auto 3.1rem;
}
@media (max-width: 1023px) {
  .section-store .section__entry {
    font-size: 2.1rem;
    line-height: 1.33;
    margin: 0 auto 2.6rem;
  }
}
.section-store .section__search {
  margin-top: 4rem;
}
@media (max-width: 1023px) {
  .section-store .section__search {
    margin-top: 3.6rem;
  }
}
/* ------------------------------------------------------------ *\
	Select
\* ------------------------------------------------------------ */
.select select::-ms-expand {
  display: none;
}
/* ------------------------------------------------------------ *\
  Shell
\* ------------------------------------------------------------ */
.shell {
  max-width: calc(127.8rem + 1.5rem * 2);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin: auto;
  width: 100%;
}
.shell .shell {
  max-with: none;
  padding-left: 0;
  padding-right: 0;
}
/* Shell alt */
.shell--alt {
  max-width: 176rem;
}
/* Shell Fluid */
.shell--fluid {
  max-width: none;
}
/* ------------------------------------------------------------ *\
	Show more
\* ------------------------------------------------------------ */
.link.link-more, .show-more {
  margin: 3rem 0;
  font-size: 1.6rem;
  font-weight: 400;
  color: #DB0B06;
}
.link.link-more .link-dart, .show-more .link-dart {
  display: none;
}
.link.link-more i, .show-more i {
  display: block;
  transition: transform 0.4s;
}
.link.link-more:after, .show-more:after {
  display: block;
  transition: transform 0.4s;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  position: static;
  width: auto;
  height: auto;
  opacity: 1;
  background-color: transparent;
}
.link.link-more:hover i, .show-more:hover i {
  transform: translateY(1rem);
}
.link.link-more:hover:after, .show-more:hover:after {
  transform: translateY(1rem);
  width: auto;
  height: auto;
  opacity: 1;
}
/* ------------------------------------------------------------ *\
	Slider cards
\* ------------------------------------------------------------ */
.slider-cards .slick-track {
  display: flex !important;
  margin-left: 13%;
}
@media (min-width: 1023.02px) {
  .slider-cards .slick-track {
    transform: none !important;
    width: 100% !important;
    margin-left: 0;
  }
}
.slider-cards .slick-list {
  margin-right: -2rem;
}
.section__aside .slick-list{
  overflow: visible;
}
@media (min-width: 1023.02px) {
  .slider-cards .slick-list {
    margin: 0;
  }
}
.slider-cards .slick-slide {
  height: inherit !important;
}
@media (min-width: 1023.02px) {
  .slider-cards .slick-slide {
    width: 50% !important;
  }
}
@media (max-width: 1023px) {
  .slider-cards .slick-slide > div {
    height: 100%;
  }
}
@media (min-width: 1023.02px) {
  .slider-cards .slick-cloned {
    display: none;
  }
}
.slider-cards .slider__pagination {
  margin-top: 3.8rem;
  justify-content: center;
  display: flex;
}
@media (min-width: 1023.02px) {
  .slider-cards .slider__pagination {
    display: none;
  }
}
.slider-cards .slider__pagination ul {
  background-color: #fff;
  border-radius: 2rem;
  display: inline-flex;
  list-style: none;
}
.slider-cards .slider__pagination button {
  display: none;
}
.slider-cards .slider__pagination li {
  min-width: 7.4rem;
  min-height: 1rem;
  border-radius: 2rem;
}
.slider-cards .slider__pagination li.slick-active {
  background: linear-gradient(60deg, #db0b06 0%, #b20500 100%);
}
/* ------------------------------------------------------------ *\
	Slider hero content
\* ------------------------------------------------------------ */
.slider-hero-content .slider__pagination {
  position: absolute;
  left: -0.8rem;
  top: 20.8rem;
  color: #DB0B06;
}
@media (max-width: 1023px) {
  .slider-hero-content .slider__pagination {
    top: -4.8rem;
    left: -6rem;
  }
}
.slider-hero-content .slider__pagination button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: transparent;
  border: none;
  font-size: 1.4rem;
  font-weight: 700;
  margin-left: 5.85rem;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  transition: background-color 0.4s;
}
.slider-hero-content .slider__pagination button:before {
  position: absolute;
  left: -5rem;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 0;
  transition: width 0.3s;
  height: 0.1rem;
  display: block;
  background-color: #DB0B06;
}
.slider-hero-content .slider__pagination button:hover {
  background-color: #F5F5F5;
}
.slider-hero-content .slider__pagination li.slick-active button:before {
  width: 4rem;
}
.slider-hero-content .slider__pagination li + li {
  margin-top: 2rem;
}
@media (max-width: 1023px) {
  .slider-hero-content .slider__pagination li + li {
    margin-top: 1.2rem;
  }
}
/*.js-slider-hero-content { opacity:0; }*/
/*.js-slider-hero-sub { opacity:0; }*/
/*.js-slider-hero-content.slick-initialized { display:block;     opacity:1;*/
/*    transition:opacity .3s ease-out; }*/
/*.js-slider-hero-sub.slick-initialized { display:block;     opacity:1;*/
/*    transition:opacity .3s ease-out; }*/
.slider__slide + .slider__slide {
  display: none;
}
.slick-initialized .slider__slide + .slider__slide {
  display: block;
}
/* ------------------------------------------------------------ *\
	Specialist
\* ------------------------------------------------------------ */
.specialist {
  display: block;
  border-radius: 1rem;
  background-color: #fff;
  border: 0.1rem solid transparent;
  padding: 3.6rem 4rem;
  transition: color 0.4s, border-color 0.4s, background-color 0.4s;
  box-shadow: 0 0.5rem 2rem 0 rgba(0, 0, 0, 0.05);
}
.specialist span {
  color: #DB0B06;
  font-size: 2.5rem;
  letter-spacing: 0.02em;
}
.specialist p {
  letter-spacing: 0.03em;
}
.specialist:hover {
  border-color: #DB0B06;
}
/* ------------------------------------------------------------ *\
	Specialists
\* ------------------------------------------------------------ */
.specialists .specialists__items {
  display: flex;
  flex-wrap: wrap;
  margin: -1.5rem;
}
.specialists .specialists__item {
  padding: 1.5rem;
  width: 50%;
}
/* ------------------------------------------------------------ *\
	Stat
\* ------------------------------------------------------------ */
.stat {
  color: #fff;
  font-size: 2.5rem;
  min-height: 23.3rem;
  padding: 3rem 0;
}
@media (max-width: 1023px) {
  .stat {
    border-left: 0.1rem solid #fff;
    padding: 2.4rem 4.3rem 4.8rem;
    min-height: 0;
    font-size: 2.1rem;
  }
}
@media (max-width: 374px) {
  .stat {
    padding: 1rem;
  }
}
.stat > span {
  font-size: 10rem;
  line-height: 0.6;
  display: inline-block;
  margin-bottom: 3.6rem;
}
@media (max-width: 1023px) {
  .stat > span {
    font-size: 8rem;
    margin-bottom: 3rem;
  }
}
.stats__item.type-text .stat {
  font-size: 2rem;
}
@media (max-width: 1023px) {
  .stats__item.type-text .stat {
    font-size: 1.75rem;
  }
}
/* ------------------------------------------------------------ *\
	Stats
\* ------------------------------------------------------------ */
.stats .stats__items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5rem;
}
.stats .stats__item {
  width: 33.33%;
  padding: 0 5rem;
  border-left: 0.1rem solid #fff;
}
@media (max-width: 1023px) {
  .stats .stats__item {
    width: 100%;
  }
}
.stats .stats__item.type-text {
  font-size: 2rem;
  padding: 0 1rem 0 5rem;
}
@media (max-width: 1023px) {
  .stats .stats__item + .stats__item {
    margin-top: 5rem;
  }
}
@media (max-width: 374px) {
  .stats .stats__item + .stats__item {
    margin-top: 2rem;
  }
}
/* ------------------------------------------------------------ *\
	Tab
\* ------------------------------------------------------------ */
.tab {
  max-width: 192rem;
  margin: 0 auto;
  display: none;
}
.tab.is-current {
  display: block;
}
/* ------------------------------------------------------------ *\
	Tabs
\* ------------------------------------------------------------ */
.tabs {
  text-align: left;
  /*
	li.is-current .tabs__nav-head > svg:first-child path,
	li:hover .tabs__nav-head > svg:first-child path {
		stroke: #DA080F;
	}

	li.is-current .tabs__nav-head > svg:first-child #Path_671,
	li:hover .tabs__nav-head > svg:first-child #Path_671,
	li.is-current .tabs__nav-head > svg:first-child #Path_672,
	li:hover .tabs__nav-head > svg:first-child #Path_672,
	li.is-current .tabs__nav-head > svg:first-child #Path_678,
	li:hover .tabs__nav-head > svg:first-child #Path_678,
	li.is-current .tabs__nav-head > svg:first-child #Path_682,
	li:hover .tabs__nav-head > svg:first-child #Path_682,
	li.is-current .tabs__nav-head > svg:first-child #Path_684,
	li:hover .tabs__nav-head > svg:first-child #Path_684,
	li.is-current .tabs__nav-head > svg:first-child #Path_687,
	li:hover .tabs__nav-head > svg:first-child #Path_687 {
		fill: #DA080F;
	}

	li.is-current .tabs__nav-head > svg:first-child line,
	li:hover .tabs__nav-head > svg:first-child line {
		stroke: #DA080F;
	}
    */
}
.tabs .tabs__head {
  margin-bottom: 1.5rem;
}
.tabs .tabs__nav-head {
  display: flex;
  font-size: 2.5rem;
  font-weight: 300;
  color: #383938;
  margin-bottom: 0;
  min-height: 7.4rem;
}
@media (max-width: 1023px) {
  .tabs .tabs__nav-head {
    font-size: 2.1rem;
    line-height: 1.24;
    min-height: 0;
    align-items: center;
  }
}
.tabs .tabs__nav-head > .tab-icon {
  /*min-width: 4.6rem;*/
  margin-right: 1.7rem;
}
@media (max-width: 1023px) {
  .tabs .tabs__nav-head > .tab-icon {
    margin-right: 1.4rem;
  }
}
.tabs .tabs__nav-head > .tab-icon img {
  height: 50px;
  width: auto;
}
.tabs .tabs__nav-head .tab-icon img.tab-icon-hover-image {
  display: none;
}
.tabs li.is-current .tabs__nav-head .tab-icon img.tab-icon-image, .tabs li:hover .tabs__nav-head .tab-icon img.tab-icon-image {
  display: none;
}
.tabs li.is-current .tabs__nav-head .tab-icon img.tab-icon-hover-image, .tabs li:hover .tabs__nav-head .tab-icon img.tab-icon-hover-image {
  display: block;
}

.tabs .tabs__nav > ul {
  display: flex;
  margin: 0 -1.5rem;
}
@media (max-width: 1023px) {
  .tabs .tabs__nav > ul {
    flex-wrap: wrap;
    margin: 0;
  }
}
.tabs .tabs__nav > ul > li {
  position: relative;
  width: 33.33%;
  padding: 1.8rem 0;
  margin: 0 1.5rem;
  border-top: 0.1rem solid #DDD;
}
@media (max-width: 1023px) {
  .tabs .tabs__nav > ul > li {
    width: 100%;
    background-color: #F5F5F5;
    border-radius: 2rem;
    padding: 1.8rem 1.5rem;
    margin: 0;
    border: none;
  }
}
.tabs .tabs__nav > ul > li:before {
  content: '';
  position: absolute;
  top: -0.2rem;
  left: 0;
  width: 100%;
  height: 0.2rem;
  background-color: #DB0B06;
  border-radius: 0.1rem;
  transition: background-color 0.4s, height 0.4s, transform 0.4s;
  transform: scale(0);
  transform-origin: left;
}
@media (max-width: 1023px) {
  .tabs .tabs__nav > ul > li:before {
    display: none;
  }
}
.tabs .tabs__nav > ul > li:after {
  display: none;
  position: absolute;
  left: 0.5rem;
  bottom: -1.5rem;
  content: '';
  width: 0;
  height: 0;
  border-left: 2rem solid transparent;
  border-right: 2rem solid transparent;
  border-bottom: 2rem solid #F5F5F5;
}
.tabs .tabs__nav > ul > li:hover:before {
  transform: scale(1);
}
@media (max-width: 1023px) {
  .tabs .tabs__nav > ul > li + li {
    margin-top: 1.5rem;
  }
}
@media (max-width: 1023px) {
  .tabs .tabs__nav > ul > li a:not(.btn) {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.tabs .tabs__nav > ul > li.is-current:before {
  background-color: #DB0B06;
  transform: scale(1);
}
.tabs .tabs__nav > ul > li.is-current:after {
  display: block;
}
@media (max-width: 1023px) {
  .tabs .tabs__nav > ul > li.is-current:after {
    display: none;
  }
}
.tabs .tabs__nav > ul > li.is-current .tabs__nav-head span, .tabs .tabs__nav > ul > li:hover .tabs__nav-head span {
  color: #DB0B06;
}
@media (max-width: 1023px) {
  .tabs .tabs__nav > ul > li.is-current .tabs__body-mobile {
    display: block;
  }
}
@media (max-width: 1023px) {
  .tabs .tabs__nav .tabs__icon {
    background-color: transparent;
  }
}
.tabs .tabs__nav > ul > li.is-current .tabs__icon {
  transform: rotate(45deg);
  background-color: #DB0B06;
}
.tabs .tabs__nav > ul > li.is-current .tabs__icon:hover {
  background-color: #B20500;
  border-color: #B20500;
}
.tabs .tabs__nav > ul > li:hover .tabs__icon {
  background-color: #DB0B06;
}
.tabs .tabs__nav > ul > li.is-current .tabs__icon line, .tabs .tabs__nav > ul > li:hover .tabs__icon line {
  stroke: #fff;
}
.tabs .tabs__body {
  position: relative;
  width: 100vw;
  /*width: calc(100vw - var(--scrollbar));*/
  left: 50%;
  transform: translateX(-50%);
  background-color: #F5F5F5;
}
@media (max-width: 1023px) {
  .tabs .tabs__body {
    display: none;
  }
}
.tabs .tabs__body-mobile {
  display: none;
  border-top: 0.1rem solid #DDD;
  margin-top: 1.6rem;
}
.tabs .tabs__body-mobile li {
  padding: 0;
}
/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper {
  position: relative;
  min-height: 100vh;
  /*padding-top: 9.8rem;*/
}
.no-sticky-sub-navigation .wrapper, .no-sticky-element .wrapper {
  overflow: hidden;
}
.autocomplete-suggestions {
  border: 1px solid #999;
  background: #FFF;
  overflow: auto;
  margin-left: 0.6rem;
  -webkit-overflow-scrolling: touch;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.autocomplete-suggestions::-webkit-scrollbar {
  width: 6px;
}
.autocomplete-suggestions::-webkit-scrollbar-track {
  background: #F5F5F5;
}
.autocomplete-suggestions::-webkit-scrollbar-thumb {
  background: #DB0B06;
}
.autocomplete-suggestions::-webkit-scrollbar-thumb:hover {
  background: #B20500;
}
.autocomplete-suggestions .autocomplete-suggestion {
  padding: 1rem 2rem;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}
.autocomplete-suggestions .autocomplete-selected {
  background: #fff;
}
.autocomplete-suggestions strong {
  font-weight: normal;
  color: #DB0B06;
}
.autocomplete-suggestions .autocomplete-group {
  padding: 2px 5px;
}
.autocomplete-suggestions .autocomplete-group strong {
  display: block;
  border-bottom: 1px solid #000;
}
.frame.frame-mask_header_hero, section.hero {
  /*
    &.hero-jumboslider {
    
        .hero-mask-curve1 {
            
            img {
                clip-path:url(#clip-path-hero-image);
            }
        }
    
    
    } */
}
.frame.frame-mask_header_hero .hero-mask-curve1, section.hero .hero-mask-curve1 {
  transform: translateZ(0);
}
.frame.frame-mask_header_hero .hero-mask-curve1 img, section.hero .hero-mask-curve1 img {
  clip-path: url(#clip-path-hero-image);
  -webkit-clip-path: url(#clip-path-hero-image);
}
.frame.frame-mask_header_hero.hero-textmedia, section.hero.hero-textmedia {
  padding-top: 0px;
  padding-bottom: 0;
}
.frame.frame-mask_header_hero.hero-textmedia .breadcrumbs, section.hero.hero-textmedia .breadcrumbs {
  padding-top: 4.2rem;
  margin-bottom: 0;
}
.frame.frame-mask_header_hero.hero-textmedia .section__body, section.hero.hero-textmedia .section__body {
  display: block;
  min-height: 0;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  flex-direction: column-reverse;
}
.frame.frame-mask_header_hero.hero-textmedia .section__body .section__content, section.hero.hero-textmedia .section__body .section__content {
  width: 100%;
  padding-top: 3.41rem;
}
.frame.frame-mask_header_hero.hero-textmedia .section__body .section__content h1, section.hero.hero-textmedia .section__body .section__content h1 {
  margin-bottom: 2.3rem;
}
@media (min-width: 1023.02px) {
  .frame.frame-mask_header_hero.hero-textmedia .section__body .section__content h1, section.hero.hero-textmedia .section__body .section__content h1 {
    margin-bottom: 3.4rem;
  }
}
@media (min-width: 1023.02px) {
  .frame.frame-mask_header_hero.hero-textmedia .section__body .section__content, section.hero.hero-textmedia .section__body .section__content {
    padding-top: 10.88rem;
    width: 50%;
  }
}
.frame.frame-mask_header_hero.hero-textmedia .section__body .section__image, section.hero.hero-textmedia .section__body .section__image {
  position: static;
  width: auto;
  right: auto;
  top: auto;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.frame.frame-mask_header_hero.hero-textmedia .section__body .section__image img, section.hero.hero-textmedia .section__body .section__image img {
  margin-right: -1.501rem;
  max-width: 400px;
}
@media (min-width: 1023.02px) {
  .frame.frame-mask_header_hero.hero-textmedia .section__body .section__image img, section.hero.hero-textmedia .section__body .section__image img {
    margin-right: 0;
    max-width: none;
    width: 100%;
    height: auto;
  }
}
@media (min-width: 1023.02px) {
  .frame.frame-mask_header_hero.hero-textmedia .section__body .section__image, section.hero.hero-textmedia .section__body .section__image {
    position: absolute;
    top: 0;
    right: 0;
    width: 45%;
    max-width: 550px;
  }
}
@media (min-width: 1023.02px) {
  .frame.frame-mask_header_hero.hero-textmedia .section__body, section.hero.hero-textmedia .section__body {
    display: block;
  }
}
@media (min-width: 1023.02px) {
  .frame.frame-mask_header_hero.hero-textmedia.hero-with-image, section.hero.hero-textmedia.hero-with-image {
    padding-bottom: 20%;
    padding-bottom: min(20%, 140px);
  }
}
@media (max-width: 1023px) {
  .frame.frame-mask_header_hero.hero-textmedia.hero-with-image .section__image, section.hero.hero-textmedia.hero-with-image .section__image {
    margin-top: -6rem;
    margin-right: -4rem;
  }
}
.frame.frame-mask_header_hero.hero-text, section.hero.hero-text {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 10rem;
}
@media (max-width: 1023px) {
  .frame.frame-mask_header_hero.hero-text, section.hero.hero-text {
    margin-bottom: 4rem;
  }
}
.frame.frame-mask_header_hero.hero-text .breadcrumbs, section.hero.hero-text .breadcrumbs {
  padding-top: 4.2rem;
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .frame.frame-mask_header_hero.hero-text .section__inner, section.hero.hero-text .section__inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.frame.frame-mask_header_hero.hero-text .section__head, section.hero.hero-text .section__head {
  padding-top: 4.8rem;
  padding-bottom: 0rem;
}
@media (min-width: 1023.02px) {
  .frame.frame-mask_header_hero.hero-text .section__head, section.hero.hero-text .section__head {
    padding-top: 12.38rem;
  }
}
.frame.frame-mask_header_hero.hero-text + .section-models, section.hero.hero-text + .section-models {
  padding-top: 0px;
}
table {
  margin-top: 8rem;
  margin-bottom: 8rem;
  border: 0px none;
  border-collapse: collapse;
}
table td, table th {
  padding: 2rem 0.5rem;
  border-bottom: 1px solid #DDD;
  vertical-align: top;
}
table td p:last-child, table th p:last-child {
  margin-bottom: 0;
}
table td:first-child, table th:first-child {
  padding-left: 0;
}
table td:last-child, table th:last-child {
  padding-right: 0;
}
table thead th {
  letter-spacing: 0.01em;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 300;
  text-align: left;
}
table ul {
  margin-left: 1em;
}
table.table-desktop {
  display: none;
}
@media (min-width: 1023.02px) {
  table.table-desktop {
    display: table;
  }
}
table.table-mobile {
  display: table;
  margin-top: -1rem;
}
@media (min-width: 1023.02px) {
  table.table-mobile {
    display: none;
  }
}
table.table-mobile th.h4 {
  letter-spacing: 0.01em;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 300;
  text-align: left;
  color: #383938;
  padding-top: 5rem;
}
table.table-mobile td p {
  margin-bottom: 0;
}
.table-responsive {
  margin-top: 8rem;
  margin-bottom: 8rem;
}
@media (max-width: 1023px) {
  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.ce-bodytext table ul, table ul {
  list-style-type: disc;
  margin-left: 1em;
  padding-left: 0;
  letter-spacing: inherit;
}
.ce-bodytext table ul li:before, table ul li:before {
  content: none;
}
.ce-bodytext table ul li + li, table ul li + li {
  margin-top: 0;
}
@media (min-width: 1023.02px) {
  .frame.frame-as-frame-wide-1 {
    margin-left: -8rem;
    margin-right: -8rem;
  }
}
@media (min-width: 1199.02px) {
  .frame.frame-as-frame-wide-1 {
    margin-left: -12rem;
    margin-right: -12rem;
  }
}
@media (min-width: 1399.02px) {
  .frame.frame-as-frame-wide-1 {
    margin-left: -21.8rem;
    margin-right: -21.8rem;
  }
}
.frame.frame-mask_sticky_edge_navigation {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 100;
  width: 7rem;
}
@media (max-width: 1023px) {
  .frame.frame-mask_sticky_edge_navigation {
    top: auto;
    transform: none;
    bottom: 0;
    right: 0;
    width: auto;
  }
}
.frame.frame-mask_sticky_edge_navigation .list-widget {
  list-style: none;
  font-size: 1.7rem;
  text-align: left;
}
@media (max-width: 1023px) {
  .frame.frame-mask_sticky_edge_navigation .list-widget {
    display: flex;
    flex-direction: column;
  }
}
.frame.frame-mask_sticky_edge_navigation .list-widget li {
  position: relative;
  display: list-item;
}
@media (max-width: 1023px) {
  .frame.frame-mask_sticky_edge_navigation .list-widget li {
    display: none;
  }
}
.frame.frame-mask_sticky_edge_navigation .list-widget li + .menu-toggle {
  display: none;
}
@media (max-width: 1023px) {
  .frame.frame-mask_sticky_edge_navigation .list-widget li + .menu-toggle {
    display: list-item;
  }
}
.frame.frame-mask_sticky_edge_navigation .list-widget li + .menu-toggle button {
  background-color: #DB0B06;
  color: #fff;
  width: 5rem;
  height: 5rem;
  border: 0px none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.frame.frame-mask_sticky_edge_navigation .list-widget .d-none-if-open {
  display: inline-block;
}
.frame.frame-mask_sticky_edge_navigation .list-widget .d-inline-block-if-open {
  display: none;
}
@media (max-width: 1023px) {
  .frame.frame-mask_sticky_edge_navigation .list-widget.open li {
    display: list-item;
  }
}
.frame.frame-mask_sticky_edge_navigation .list-widget.open .d-none-if-open {
  display: none;
}
.frame.frame-mask_sticky_edge_navigation .list-widget.open .d-inline-block-if-open {
  display: inline-block;
}
.frame.frame-mask_sticky_edge_navigation .list-widget a {
  position: relative;
  transform: translateX(0);
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  min-height: 7rem;
  padding: 1rem 2rem;
  transition: color 0.4s, background-color 0.4s, transform 0.4s;
  box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.05);
  white-space: nowrap;
}
@media (max-width: 1023px) {
  .frame.frame-mask_sticky_edge_navigation .list-widget a {
    transform: none;
    display: flex;
    justify-content: center;
    width: 5rem;
    height: 5rem;
    min-height: 0;
    padding: 1.1rem;
  }
}
@media (max-width: 1023px) {
  .frame.frame-mask_sticky_edge_navigation .list-widget a > span {
    display: none;
  }
}
.frame.frame-mask_sticky_edge_navigation .list-widget svg {
  margin-right: 2.2rem;
}
@media (max-width: 1023px) {
  .frame.frame-mask_sticky_edge_navigation .list-widget svg {
    margin-right: 0;
  }
}
.frame.frame-mask_sticky_edge_navigation .list-widget svg path {
  transition: fill 0.4s;
}
.frame.frame-mask_sticky_edge_navigation .list-widget a:hover {
  transform: translateX(-100%) translateX(7rem);
}
@media (max-width: 1023px) {
  .frame.frame-mask_sticky_edge_navigation .list-widget a:hover {
    transform: none;
  }
}
.frame.frame-mask_sticky_edge_navigation .list-widget li:first-child a {
  background-color: #DB0B06;
  color: #fff;
}
.frame.frame-mask_sticky_edge_navigation .list-widget li:first-child a svg path {
  fill: #fff;
}
@media (max-width: 1023px) {
  .menu-open .frame.frame-mask_sticky_edge_navigation {
    display: none;
  }
}
.ce-textpic.ce-left .ce-gallery {
  float: none;
}
.ce-textpic.ce-left .ce-gallery .ce-column {
  float: none;
}
.ce-gallery .ce-row {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  margin-left: -8px;
  margin-right: -8px;
}
@media (max-width: 1023px) {
  .ce-gallery .ce-row {
    flex-wrap: wrap;
    gap: 0rem;
  }
}
.ce-gallery .ce-row .ce-column {
  padding: 8px;
  margin: 0;
  float: none;
}
.ce-gallery[data-ce-columns="2"] .ce-column {
  width: 50%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .ce-gallery[data-ce-columns="2"] .ce-column {
    width: 100%;
  }
}
.ce-gallery[data-ce-columns="3"] .ce-column {
  width: 33.3333333333%;
}
@media (max-width: 1023px) {
  .ce-gallery[data-ce-columns="3"] .ce-column {
    width: 100%;
  }
}
.ce-gallery[data-ce-columns="4"] .ce-column {
  width: 25%;
}
@media (max-width: 1023px) {
  .ce-gallery[data-ce-columns="4"] .ce-column {
    width: 50%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .ce-gallery[data-ce-columns="4"] .ce-column {
    width: 100%;
  }
}
.ce-gallery[data-ce-columns="5"] .ce-column {
  width: 20%;
}
@media (max-width: 1023px) {
  .ce-gallery[data-ce-columns="5"] .ce-column {
    width: 100%;
  }
}
.ce-gallery[data-ce-columns="6"] .ce-column {
  width: 16.6666666667%;
}
@media (max-width: 1023px) {
  .ce-gallery[data-ce-columns="6"] .ce-column {
    width: 100%;
  }
}
.frame-type-textmedia.frame-layout-as-gallery .ce-gallery .ce-row .ce-column figure.image {
  display: block;
  position: relative;
  padding-bottom: 66.6666666667%;
  overflow: hidden;
}
.frame-type-textmedia.frame-layout-as-gallery .ce-gallery .ce-row .ce-column figure.image img {
  position: absolute;
  transform: scale(1.6);
}
.ce-center .ce-gallery .ce-outer {
  float: none;
  right: auto;
}
.ce-center .ce-gallery .ce-inner {
  float: none;
  right: auto;
}
.frame-type-textmedia header h2 {
  margin-top: 2.2rem;
}
.frame-type-textmedia header h3 {
  margin-top: 2.2rem;
}
[data-tippy-root] {
  max-width: 25rem;
}
.tippy-box {
  background-color: #fff;
  color: #383938;
  margin-bottom: 1.5rem;
  border-radius: 1rem;
  font-size: 1.4rem;
}
.tippy-box .tippy-content {
  padding: 1.3rem 1.8rem;
}
.tippy-box .tippy-content .title {
  color: #DB0B06;
  font-weight: 300;
  margin-bottom: 0.4rem;
  font-size: 1.7rem;
}
.tippy-box .tippy-content p:last-child {
  margin-bottom: 0;
}
.tippy-box .tippy-arrow {
  color: #fff;
}

.box__icon{margin:20px 0;}.branch-design .box__image{width:auto !important;}@media(min-width:1024px){.item-no-image{width: 25% !important;}}@media(max-width:1023px){.branch-design .boxes__item{text-align:center;width:100%!important;}.boxes__item{width:100%!important;}}.boxes__item a:not(.btn){display:inline-block!important;}


.slider__slide + .slider__slide {
  display: none;
}

.slick-initialized .slider__slide + .slider__slide {
  display: block;
}

.box-about .box__image {
  margin-top: auto;
  overflow: hidden;
}

.box-about .box__image .box__image__slider {
  width: 100%;
  flex: 1 0 100%;
  position: relative;
}

.box-about .box__image .box__image__slider .slick-arrow {
  background-color: #DB0B06;
  color: #fff;
  font-size: 4rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  opacity: 1;
  transition: opacity .2s ease;
}
.box-about .box__image .box__image__slider .slick-arrow > i {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
}
.box-about .box__image .box__image__slider .slick-arrow.slick-disabled {
  opacity: 0;
}
.box-about .box__image .box__image__slider .slick-arrow.slick-prev {
  left: 2rem;
}
.box-about .box__image .box__image__slider .slick-arrow.slick-next {
  right: 2rem;
}

@media (max-width:1023px){
  .box-about .box__image .box__image__slide img{
    margin: 0 auto;
    width: 100%;
  }
}

@media (max-width:1023px){
  .negative-margin{
    margin-bottom:-5rem;
  }
}

@media (min-width:1024px){
  .negative-margin{
    margin-bottom:-15vh;
  }
}
@media (min-width: 768px) {
  #c1227 {
    margin: -10.5rem !important;
  }

  #c1221 {
    margin-bottom: 10rem !important;
  }

  #c1652 {
    margin-top: 10rem !important;
  }
}