@font-face {
  font-family: "Netto-Bold";
  src: url("fonts/1379066/fbb96b5a-23fa-45fb-865c-303efdc9f4a5.eot?#iefix");
  src: url("fonts/1379066/fbb96b5a-23fa-45fb-865c-303efdc9f4a5.eot?#iefix") format("eot"), url("fonts/1379066/230a24cb-d1aa-40b3-b6ef-e7484e787482.woff2") format("woff2"), url("fonts/1379066/babf3181-0b40-4dde-ad4b-eaae06995fb8.woff") format("woff"), url("fonts/1379066/9333e505-57a7-4712-9131-913908f9bef5.ttf") format("truetype");
}
@font-face {
  font-family: "Netto-Light";
  src: url("fonts/1379078/4de8c642-f455-42c9-89f0-789b835a3fc7.eot?#iefix");
  src: url("fonts/1379078/4de8c642-f455-42c9-89f0-789b835a3fc7.eot?#iefix") format("eot"), url("fonts/1379078/f62be66b-9da3-4b8a-824e-11f9626dc544.woff2") format("woff2"), url("fonts/1379078/d6b7cd3e-ecd9-4843-8033-4f17f0696f5b.woff") format("woff"), url("fonts/1379078/2368e1c0-3039-4188-8ef7-8f78ab98bc0a.ttf") format("truetype");
}
@font-face {
  font-family: "sans-serif";
  src: url("fonts/5560498/651229e3-b5d6-40da-9e9b-32e0127667ab.eot?#iefix");
  src: url("fonts/5560498/651229e3-b5d6-40da-9e9b-32e0127667ab.eot?#iefix") format("eot"), url("fonts/5560498/052be335-d0d2-49d2-867d-5e26b9c7b302.woff2") format("woff2"), url("fonts/5560498/6c94e13c-af1f-4f6f-9d64-f68bf977e7ee.woff") format("woff"), url("fonts/5560498/f45f3ff3-c6ff-4ffb-a007-c4f91a15389d.ttf") format("truetype");
}
* {
  box-sizing: border-box;
}
body {
  position: relative;
  overflow-x: hidden;
  min-width: 320px;
  font-family: sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}
p {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  font-size: 16px !important;
}
a {
  font-family: sans-serif;
  color: inherit;
}
a:visited {
  color: inherit;
}
.post, .page {
  margin: 0;
}
.site-main {
  margin-left: 11px;
  margin-right: 11px;
}
@media only screen and (min-width: 550px) {
  .site-main {
    margin-left: 22px;
    margin-right: 22px;
  }
}
.site-content {
  background: #a6a6a6;
}
.content-area {
  max-width: 1024px;
  margin: 0 auto;
  padding-bottom: 50px;
}
#top-gradient {
  background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  height: 50px;
  position: fixed;
  z-index: 98;
  width: 100%;
  top: 0;
  opacity: 1;
  pointer-events: none;
}
@media (min-width: 320px) {
  #top-gradient {
    height: calc(3.125vw + 40px);
  }
}
@media (min-width: 1280px) {
  #top-gradient {
    height: 80px;
  }
}
.grecaptcha-badge {
  opacity: 0;
  visibility: hidden;
}
.overline {
  font-size: 10px;
  text-transform: uppercase;
  font-family: 'Netto-Bold';
  letter-spacing: 1.5px;
  font-size: 10px;
}
@media (min-width: 320px) {
  .overline {
    font-size: calc(0.375vw + 8.8px);
  }
}
@media (min-width: 1920px) {
  .overline {
    font-size: 16px;
  }
}
.headline {
  font-size: 14px;
  line-height: 20px;
  font-family: sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 320px) {
  .headline {
    font-size: calc(2vw + 9.6px);
  }
}
@media (min-width: 1920px) {
  .headline {
    font-size: 48px;
  }
}
@media (min-width: 320px) {
  .headline {
    line-height: calc(2.25vw + 12.8px);
  }
}
@media (min-width: 1920px) {
  .headline {
    line-height: 56px;
  }
}
.description {
  font-size: 11px;
  line-height: 15px;
  font-family: sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 1.5;
}
@media (min-width: 320px) {
  .description {
    font-size: calc(0.3125vw + 12px);
  }
}
@media (min-width: 1920px) {
  .description {
    font-size: 18px;
  }
}
.btn {
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  padding: 6px 15px;
  font-family: sans-serif;
  border: 1px solid #1148fd;
  background: transparent;
  text-decoration: none;
  color: #111;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 3px;
  transition: all 0.2s ease-in-out;
  margin-bottom: 5px;
}
@media only screen and (min-width: 550px) {
  .btn {
    padding: 10px 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .btn {
    padding: 12px 30px;
  }
}
.btn:hover {
  cursor: pointer;
}
.btn--yellow {
  background: transparent;
  color: #1148fd;
}
.btn--yellow:visited {
  color: #1148fd;
}
.btn--yellow:hover {
  background: #1148fd;
  color: #111;
}
.btn:disabled {
  cursor: not-allowed;
}
.bau-category {
  text-decoration: none;
  max-width: 100%;
  height: 160px;
  margin-bottom: 11px;
  width: 100%;
  display: block;
  width: calc(50% - 22px);
  transition: transform 0.2s ease-in-out;
}
.bau-category:hover {
  transform: translateY(-4px);
}
@media only screen and (min-width: 550px) {
  .bau-category {
    height: 165px;
    margin-bottom: 22px;
    max-width: 468px;
    width: calc(33% - 22px);
  }
}
@media only screen and (min-width: 768px) {
  .bau-category {
    height: 165px;
    margin-bottom: 22px;
    max-width: 468px;
    width: calc(33% - 22px);
  }
}
@media only screen and (min-width: 992px) {
  .bau-category {
    width: calc(25% - 22px);
  }
}
.bau-category__headline {
  width: 100%;
  height: 35px;
  background: #111;
  color: #fff;
  font-weight: 600;
  font-family: sans-serif;
  font-size: 14px;
  letter-spacing: 0.2px;
  text-align: center;
  line-height: 18px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 550px) {
  .bau-category__headline {
    height: 40px;
    font-size: 18px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .bau-category__headline {
    font-size: 24px;
    line-height: 30px;
  }
}
.bau-category__image {
  height: 120px;
  width: 100%;
  background-size: contain;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (min-width: 550px) {
  .bau-category__image {
    height: 125px;
  }
}
.bau-category--bomag, .bau-category--bomag-en {
  display: none;
}
.bau-category--bomag-1 {
  display: none;
}
.bau-category--bomag-2 {
  display: none;
}
.bau-category--merlo {
  display: none;
}
.bau-category--merlo-1 {
  display: none;
}
.bau-category--merlo-2 {
  display: none;
}
.bau-category--morooka-2 {
  display: none;
}
.bau-category--morooka-1 {
  display: none;
}
.bau-category--morooka {
  display: none;
}
.bau-category--bergmann-2 {
  display: none;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  max-width: 1024px;
  margin: 0 auto;
  color: #fff;
}
.bau-cform, #wpmtst-submission-form {
  position: relative;
  max-width: 1024px;
  margin: 0 auto;
}
.bau-cform__headline, #wpmtst-submission-form__headline {
  color: #fff;
  width: 100%;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 15px;
  text-align: center;
}
@media (min-width: 320px) {
  .bau-cform__headline, #wpmtst-submission-form__headline {
    font-size: calc(4.5vw + 9.6px);
  }
}
@media (min-width: 1920px) {
  .bau-cform__headline, #wpmtst-submission-form__headline {
    font-size: 96px;
  }
}
@media (min-width: 320px) {
  .bau-cform__headline, #wpmtst-submission-form__headline {
    line-height: calc(4.75vw + 14.8px);
  }
}
@media (min-width: 1920px) {
  .bau-cform__headline, #wpmtst-submission-form__headline {
    line-height: 106px;
  }
}
@media only screen and (min-width: 768px) {
  .bau-cform__headline, #wpmtst-submission-form__headline {
    margin-bottom: 30px;
  }
}
.bau-cform__text, #wpmtst-submission-form__text {
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
}
@media (min-width: 320px) {
  .bau-cform__text, #wpmtst-submission-form__text {
    font-size: calc(0.25vw + 11.2px);
  }
}
@media (min-width: 1920px) {
  .bau-cform__text, #wpmtst-submission-form__text {
    font-size: 16px;
  }
}
@media (min-width: 320px) {
  .bau-cform__text, #wpmtst-submission-form__text {
    line-height: calc(0.25vw + 15.2px);
  }
}
@media (min-width: 1920px) {
  .bau-cform__text, #wpmtst-submission-form__text {
    line-height: 20px;
  }
}
.bau-cform__wrap, #wpmtst-submission-form__wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
.bau-cform__left, #wpmtst-submission-form__left {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .bau-cform__left, #wpmtst-submission-form__left {
    margin-right: 10px;
    width: calc(50% - 10px);
  }
}
.bau-cform__right, #wpmtst-submission-form__right {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .bau-cform__right, #wpmtst-submission-form__right {
    margin-left: 10px;
    width: calc(50% - 10px);
  }
}
.bau-cform__main, #wpmtst-submission-form__main {
  width: 100%;
}
.bau-cform__main p:not(:first-child), #wpmtst-submission-form__main p:not(:first-child) {
  text-align: center;
}
.bau-cform__main p:not(:first-child) label, #wpmtst-submission-form__main p:not(:first-child) label {
  text-align: left;
}
.bau-cform p, #wpmtst-submission-form p {
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .bau-cform p, #wpmtst-submission-form p {
    margin-bottom: 20px;
  }
}
.bau-cform label, #wpmtst-submission-form label {
  color: #1148fd;
  font-size: 12px;
  font-weight: 500;
  display: block;
}
@media (min-width: 320px) {
  .bau-cform label, #wpmtst-submission-form label {
    font-size: calc(0.25vw + 11.2px);
  }
}
@media (min-width: 1920px) {
  .bau-cform label, #wpmtst-submission-form label {
    font-size: 16px;
  }
}
.bau-cform input, #wpmtst-submission-form input {
  margin-top: 10px;
  width: 100%;
  height: 40px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.8);
  padding: 0 20px;
  border-radius: 0;
  color: #fff;
  transition: border-color 0.3s ease-in-out;
  font-size: 12px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .bau-cform input, #wpmtst-submission-form input {
    height: calc(0.8680555556vw + 33.3333333333px);
  }
}
@media (min-width: 1920px) {
  .bau-cform input, #wpmtst-submission-form input {
    height: 50px;
  }
}
@media (min-width: 320px) {
  .bau-cform input, #wpmtst-submission-form input {
    font-size: calc(0.25vw + 11.2px);
  }
}
@media (min-width: 1920px) {
  .bau-cform input, #wpmtst-submission-form input {
    font-size: 16px;
  }
}
@media (min-width: 320px) {
  .bau-cform input, #wpmtst-submission-form input {
    line-height: calc(0.25vw + 15.2px);
  }
}
@media (min-width: 1920px) {
  .bau-cform input, #wpmtst-submission-form input {
    line-height: 20px;
  }
}
.bau-cform input:focus, #wpmtst-submission-form input:focus {
  color: #fff;
  border-color: #fff;
  outline: none;
}
.bau-cform input[type=date], #wpmtst-submission-form input[type=date] {
  -webkit-appearance: none;
}
.bau-cform input[type=date]::-webkit-inner-spin-button, #wpmtst-submission-form input[type=date]::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none;
}
.bau-cform textarea, #wpmtst-submission-form textarea {
  width: 100%;
  padding: 10px 20px;
  margin-top: 10px;
  height: 160px;
  border-radius: 0;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.8);
  transition: border-color 0.3s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .bau-cform textarea, #wpmtst-submission-form textarea {
    height: 180px;
  }
}
.bau-cform textarea:focus, #wpmtst-submission-form textarea:focus {
  color: #fff;
  border-color: #fff;
  outline: none;
}
.bau-cform select, #wpmtst-submission-form select {
  margin-top: 10px;
  width: 100%;
  height: 40px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.8);
  padding: 0 20px;
  border-radius: 0;
  color: #fff;
  transition: border-color 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .bau-cform select, #wpmtst-submission-form select {
    height: calc(0.8680555556vw + 33.3333333333px);
  }
}
@media (min-width: 1920px) {
  .bau-cform select, #wpmtst-submission-form select {
    height: 50px;
  }
}
.bau-cform select option, #wpmtst-submission-form select option {
  background: #111;
  border: 1px solid #fff;
  border-radius: 0;
  height: 40px;
  color: #fff;
  padding: 10px 0;
  font-size: 12px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .bau-cform select option, #wpmtst-submission-form select option {
    height: calc(0.8680555556vw + 33.3333333333px);
  }
}
@media (min-width: 1920px) {
  .bau-cform select option, #wpmtst-submission-form select option {
    height: 50px;
  }
}
@media (min-width: 320px) {
  .bau-cform select option, #wpmtst-submission-form select option {
    font-size: calc(0.25vw + 11.2px);
  }
}
@media (min-width: 1920px) {
  .bau-cform select option, #wpmtst-submission-form select option {
    font-size: 16px;
  }
}
@media (min-width: 320px) {
  .bau-cform select option, #wpmtst-submission-form select option {
    line-height: calc(0.25vw + 15.2px);
  }
}
@media (min-width: 1920px) {
  .bau-cform select option, #wpmtst-submission-form select option {
    line-height: 20px;
  }
}
.bau-cform input[type=submit], #wpmtst-submission-form input[type=submit] {
  max-width: 300px;
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  padding: 6px 15px;
  font-family: sans-serif;
  border: 1px solid #1148fd;
  background: transparent;
  color: #1148fd;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 3px;
  transition: all 0.2s ease-in-out;
  margin-bottom: 5px;
}
.bau-cform input[type=submit]:hover, #wpmtst-submission-form input[type=submit]:hover {
  background: #1148fd;
  color: #111;
  cursor: pointer;
}
.bau-cform input[type=checkbox], #wpmtst-submission-form input[type=checkbox] {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
.bau-cform .wpcf7-acceptance .wpcf7-list-item-label, #wpmtst-submission-form .wpcf7-acceptance .wpcf7-list-item-label {
  color: #fff;
}
.bau-cform .required-notice, #wpmtst-submission-form .required-notice {
  display: none;
}
.bau-cform .form-field, #wpmtst-submission-form .form-field {
  margin-bottom: 5px;
}
.bau-cform .after, #wpmtst-submission-form .after {
  color: #fff;
}
.bau-cform .required, #wpmtst-submission-form .required {
  color: #1148fd;
}
.bau-cform .required-text, #wpmtst-submission-form .required-text {
  font-style: italic;
  color: #1148fd;
  width: 100%;
  text-align: right;
  display: block;
}
.content-a {
  margin-bottom: 11px;
}
@media only screen and (min-width: 550px) {
  .content-a {
    margin-bottom: 22px;
  }
}
.content-a__box {
  text-align: center;
  max-width: 220px;
  height: 220px;
  padding: 15px;
  position: relative;
  z-index: 2;
  min-width: 220px;
}
@media only screen and (min-width: 550px) {
  .content-a__box {
    height: auto;
    padding: 20px;
    max-width: 240px;
    min-width: 240px;
  }
}
.content-a__box .icon-img {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 100px;
  width: 100%;
  margin: 0 auto 10px;
}
.content-a__box .headline {
  color: #000;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 18px;
}
@media (min-width: 320px) {
  .content-a__box .headline {
    font-size: calc(0.5vw + 12.4px);
  }
}
@media (min-width: 1920px) {
  .content-a__box .headline {
    font-size: 22px;
  }
}
@media (min-width: 320px) {
  .content-a__box .headline {
    line-height: calc(0.625vw + 16px);
  }
}
@media (min-width: 1920px) {
  .content-a__box .headline {
    line-height: 28px;
  }
}
.content-a__box .description {
  font-size: 13px;
  line-height: 1.5;
  color: #fff;
}
@media (min-width: 320px) {
  .content-a__box .description {
    font-size: calc(0.1875vw + 12.4px);
  }
}
@media (min-width: 1920px) {
  .content-a__box .description {
    font-size: 16px;
  }
}
.content-m {
  z-index: 9;
  position: relative;
  margin-bottom: 22px;
}
.content-m--card.content-m--full {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto 0;
  display: flex;
  flex-wrap: wrap;
  height: auto;
}
@media only screen and (min-width: 550px) {
  .content-m--card.content-m--full {
    height: 450px;
    margin: 0 auto 0;
  }
}
@media only screen and (min-width: 1025px) {
  .content-m--card.content-m--full {
    height: 600px;
  }
}
.content-m--card.content-m--full .show-more-trim, .content-m--card.content-m--full .show-less-trim {
  margin-left: 3px;
}
.content-m--card.content-m--full .show-more-trim span, .content-m--card.content-m--full .show-less-trim span {
  vertical-align: text-bottom;
  margin-right: 2px;
}
.content-m--card.content-m--full.content-m--text_only {
  height: auto;
}
.content-m--card.content-m--full.content-m--text_only .content-m__text {
  width: 100%;
  height: auto;
  padding: 25px 50px;
}
.content-m--card.content-m--full .content-m__text {
  width: 100%;
  padding: 10px 20px;
  height: 200px;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 550px) {
  .content-m--card.content-m--full .content-m__text {
    padding: 15px 40px;
    height: 450px;
    width: 50%;
  }
}
@media only screen and (min-width: 1025px) {
  .content-m--card.content-m--full .content-m__text {
    padding: 25px 60px;
    height: 600px;
  }
}
.content-m--card.content-m--full .content-m__text .overline {
  margin-bottom: 10px;
  text-align: left;
}
@media only screen and (min-width: 550px) {
  .content-m--card.content-m--full .content-m__text .overline {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .content-m--card.content-m--full .content-m__text .overline {
    margin-bottom: 30px;
  }
}
.content-m--card.content-m--full .content-m__text .headline {
  color: #fff;
  margin-bottom: 10px;
}
@media only screen and (min-width: 550px) {
  .content-m--card.content-m--full .content-m__text .headline {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .content-m--card.content-m--full .content-m__text .headline {
    margin-bottom: 45px;
  }
}
.content-m--card.content-m--full .content-m__text .description {
  margin-bottom: 20px;
}
@media only screen and (min-width: 550px) {
  .content-m--card.content-m--full .content-m__text .description {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .content-m--card.content-m--full .content-m__text .description {
    margin-bottom: 45px;
  }
}
.content-m--card.content-m--full .content-m__image {
  width: 100%;
  height: 250px;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 550px) {
  .content-m--card.content-m--full .content-m__image {
    height: 450px;
    width: 50%;
  }
}
@media only screen and (min-width: 1025px) {
  .content-m--card.content-m--full .content-m__image {
    height: 600px;
  }
}
.content-m--card.content-m--full .content-m__image--right {
  order: 0;
}
@media only screen and (min-width: 550px) {
  .content-m--card.content-m--full .content-m__image--right {
    order: 2;
  }
}
.content-m--card.content-m--full .description--full {
  display: none;
}
.content-m--card.content-m--full.expand .description--small {
  display: none;
}
.content-m--card.content-m--full.expand .description--full {
  display: block;
}
.content-m--card.content-m--full.expand .content-m__image {
  height: 0;
}
@media only screen and (min-width: 550px) {
  .content-m--card.content-m--full.expand .content-m__image {
    width: 0;
  }
}
.content-m--card.content-m--full.expand .content-m__text {
  height: 450px;
}
@media only screen and (min-width: 550px) {
  .content-m--card.content-m--full.expand .content-m__text {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .content-m--card.content-m--full.expand .content-m__text {
    height: 600px;
  }
}
.content-m--card.content-m--big {
  width: 100%;
  margin: 0 auto 11px;
  display: flex;
  flex-wrap: wrap;
  height: auto;
  overflow: auto;
}
@media only screen and (min-width: 700px) {
  .content-m--card.content-m--big {
    height: 360px;
    margin: 0 auto 22px;
  }
}
.content-m--card.content-m--big.content-m--text_only {
  height: auto;
}
.content-m--card.content-m--big.content-m--text_only .content-m__text {
  width: 100%;
  height: auto;
  padding: 25px;
}
@media only screen and (min-width: 700px) {
  .content-m--card.content-m--big.content-m--text_only .content-m__text {
    padding: 25px 50px;
  }
}
.content-m--card.content-m--big .content-m__text {
  width: 100%;
  padding: 10px;
  height: 200px;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 700px) {
  .content-m--card.content-m--big .content-m__text {
    padding: 20px;
    height: 360px;
    width: 50%;
  }
}
@media only screen and (min-width: 1025px) {
  .content-m--card.content-m--big .content-m__text {
    padding: 25px;
  }
}
.content-m--card.content-m--big .content-m__text .overline {
  margin-bottom: 10px;
  text-align: left;
}
@media only screen and (min-width: 700px) {
  .content-m--card.content-m--big .content-m__text .overline {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1025px) {
  .content-m--card.content-m--big .content-m__text .overline {
    margin-bottom: 20px;
  }
}
.content-m--card.content-m--big .content-m__text .headline {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
}
@media (min-width: 320px) {
  .content-m--card.content-m--big .content-m__text .headline {
    font-size: calc(0.875vw + 13.2px);
  }
}
@media (min-width: 1920px) {
  .content-m--card.content-m--big .content-m__text .headline {
    font-size: 30px;
  }
}
@media (min-width: 320px) {
  .content-m--card.content-m--big .content-m__text .headline {
    line-height: calc(0.875vw + 17.2px);
  }
}
@media (min-width: 1920px) {
  .content-m--card.content-m--big .content-m__text .headline {
    line-height: 34px;
  }
}
@media only screen and (min-width: 700px) {
  .content-m--card.content-m--big .content-m__text .headline {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1025px) {
  .content-m--card.content-m--big .content-m__text .headline {
    margin-bottom: 25px;
  }
}
.content-m--card.content-m--big .content-m__text .description {
  font-size: 13px;
  margin-bottom: 10px;
}
@media (min-width: 320px) {
  .content-m--card.content-m--big .content-m__text .description {
    font-size: calc(0.3125vw + 12px);
  }
}
@media (min-width: 1920px) {
  .content-m--card.content-m--big .content-m__text .description {
    font-size: 18px;
  }
}
@media only screen and (min-width: 700px) {
  .content-m--card.content-m--big .content-m__text .description {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1025px) {
  .content-m--card.content-m--big .content-m__text .description {
    margin-bottom: 25px;
  }
}
.content-m--card.content-m--big .content-m__text .btn {
  font-size: 14px;
  line-height: 14px;
}
.content-m--card.content-m--big .content-m__image {
  width: 100%;
  height: 250px;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 700px) {
  .content-m--card.content-m--big .content-m__image {
    height: 100%;
    width: 50%;
  }
}
.content-m--card.content-m--big .content-m__image--right {
  order: 0;
}
@media only screen and (min-width: 700px) {
  .content-m--card.content-m--big .content-m__image--right {
    order: 2;
  }
}
.content-m--card.content-m--big .description--full {
  display: none;
}
.content-m--card.content-m--big.expand .description--small {
  display: none;
}
.content-m--card.content-m--big.expand .description--full {
  display: block;
}
.content-m--card.content-m--big.expand .content-m__image {
  height: 0;
}
@media only screen and (min-width: 700px) {
  .content-m--card.content-m--big.expand .content-m__image {
    width: 0;
  }
}
.content-m--card.content-m--big.expand .content-m__text {
  height: 450px;
}
@media only screen and (min-width: 700px) {
  .content-m--card.content-m--big.expand .content-m__text {
    height: 360px;
    width: 100%;
  }
}
.content-m--card.content-m--small {
  max-width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  height: 170px;
  margin-bottom: 11px;
}
@media only screen and (min-width: 550px) {
  .content-m--card.content-m--small {
    display: block;
    height: auto;
    margin-bottom: 22px;
  }
}
.content-m--card.content-m--small .show-more-trim, .content-m--card.content-m--small .show-less-trim {
  margin-left: 3px;
}
.content-m--card.content-m--small .show-more-trim span, .content-m--card.content-m--small .show-less-trim span {
  vertical-align: text-bottom;
  margin-right: 2px;
  font-size: 15px;
}
@media (min-width: 320px) {
  .content-m--card.content-m--small .show-more-trim span, .content-m--card.content-m--small .show-less-trim span {
    font-size: calc(0vw + 15px);
  }
}
@media (min-width: 1920px) {
  .content-m--card.content-m--small .show-more-trim span, .content-m--card.content-m--small .show-less-trim span {
    font-size: 15px;
  }
}
.content-m--card.content-m--small .content-m__text {
  width: 50%;
  height: auto;
  padding: 10px;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 550px) {
  .content-m--card.content-m--small .content-m__text {
    height: 280px;
    width: 100%;
    padding: 15px 30px;
  }
}
.content-m--card.content-m--small .content-m__text .overline {
  margin-bottom: 10px;
  text-align: left;
}
.content-m--card.content-m--small .content-m__text .headline {
  color: #fff;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 320px) {
  .content-m--card.content-m--small .content-m__text .headline {
    font-size: calc(0.5vw + 14.4px);
  }
}
@media (min-width: 1920px) {
  .content-m--card.content-m--small .content-m__text .headline {
    font-size: 24px;
  }
}
@media (min-width: 320px) {
  .content-m--card.content-m--small .content-m__text .headline {
    line-height: calc(0.5vw + 18.4px);
  }
}
@media (min-width: 1920px) {
  .content-m--card.content-m--small .content-m__text .headline {
    line-height: 28px;
  }
}
.content-m--card.content-m--small .content-m__text .description {
  margin-bottom: 15px;
}
.content-m--card.content-m--small .content-m__text .btn-wrap {
  margin-top: 0;
}
.content-m--card.content-m--small .content-m__text .btn {
  font-size: 14px;
  line-height: 14px;
  font-size: 12px;
  line-height: 12px;
}
@media (min-width: 320px) {
  .content-m--card.content-m--small .content-m__text .btn {
    font-size: calc(0.125vw + 11.6px);
  }
}
@media (min-width: 1920px) {
  .content-m--card.content-m--small .content-m__text .btn {
    font-size: 14px;
  }
}
@media (min-width: 320px) {
  .content-m--card.content-m--small .content-m__text .btn {
    line-height: calc(0.125vw + 11.6px);
  }
}
@media (min-width: 1920px) {
  .content-m--card.content-m--small .content-m__text .btn {
    line-height: 14px;
  }
}
.content-m--card.content-m--small .content-m__image {
  height: 170px;
  width: 50%;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 550px) {
  .content-m--card.content-m--small .content-m__image {
    height: 250px;
    width: 100%;
  }
}
.content-m--card.content-m--small .content-m__image--right {
  order: 2;
}
.content-m--card.content-m--small .content-m__image .content-m__bg-img {
  height: 100%;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
}
.content-m--card.content-m--small .description--small {
  display: none;
}
@media only screen and (min-width: 550px) {
  .content-m--card.content-m--small .description--small {
    display: block;
  }
}
.content-m--card.content-m--small .description--full {
  display: none;
}
@media only screen and (min-width: 550px) {
  .content-m--card.content-m--small .description--full {
    display: none;
  }
}
.content-m--card.content-m--small.expand .description--small {
  display: none;
}
.content-m--card.content-m--small.expand .description--full {
  display: block;
}
.content-m--card.content-m--small.expand .content-m__image {
  width: 0;
}
@media only screen and (min-width: 550px) {
  .content-m--card.content-m--small.expand .content-m__image {
    height: 0;
  }
}
.content-m--card.content-m--small.expand .content-m__text {
  width: 100%;
}
@media only screen and (min-width: 550px) {
  .content-m--card.content-m--small.expand .content-m__text {
    height: 470px;
  }
}
.content-m--card .content-m__carousel {
  height: 100%;
}
.content-m--card .content-m__carousel .owl-stage-outer {
  height: 100%;
}
.content-m--card .content-m__carousel .owl-stage-outer .owl-stage {
  height: 100%;
}
.content-m--card .content-m__carousel .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
}
.content-m--card .content-m__carousel .owl-dots {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media only screen and (min-width: 550px) {
  .content-m--card .content-m__carousel .owl-dots {
    bottom: 20px;
  }
}
.content-m--card .content-m__carousel .owl-dots .owl-dot {
  width: 20px;
  height: 20px;
}
@media only screen and (min-width: 550px) {
  .content-m--card .content-m__carousel .owl-dots .owl-dot {
    width: 30px;
    height: 30px;
  }
}
.content-m--card .content-m__carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: transparent;
  border: 2px solid #1148fd;
  margin: 5px;
}
@media only screen and (min-width: 550px) {
  .content-m--card .content-m__carousel .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
  }
}
.content-m--card .content-m__carousel .owl-dots .owl-dot.active span {
  background: #1148fd;
}
.content-m--text-only {
  width: 100%;
  max-width: 980px;
  margin: 0 auto 11px;
  height: auto;
  display: flex;
  padding: 0 22px;
}
@media only screen and (min-width: 550px) {
  .content-m--text-only {
    margin: 0 auto 22px;
  }
}
.content-m--text-only.content-m--full {
  max-width: 1920px;
}
.content-m--text-only .content-m__text {
  width: 100%;
  padding: 25px;
}
.content-m--text-only .content-m__text .overline {
  margin-bottom: 10px;
  text-align: left;
}
@media only screen and (min-width: 550px) {
  .content-m--text-only .content-m__text .overline {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1025px) {
  .content-m--text-only .content-m__text .overline {
    margin-bottom: 25px;
  }
}
.content-m--text-only .content-m__text .headline {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
}
@media (min-width: 320px) {
  .content-m--text-only .content-m__text .headline {
    font-size: calc(0.875vw + 13.2px);
  }
}
@media (min-width: 1920px) {
  .content-m--text-only .content-m__text .headline {
    font-size: 30px;
  }
}
@media (min-width: 320px) {
  .content-m--text-only .content-m__text .headline {
    line-height: calc(0.875vw + 17.2px);
  }
}
@media (min-width: 1920px) {
  .content-m--text-only .content-m__text .headline {
    line-height: 34px;
  }
}
@media only screen and (min-width: 550px) {
  .content-m--text-only .content-m__text .headline {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1025px) {
  .content-m--text-only .content-m__text .headline {
    margin-bottom: 30px;
  }
}
.content-m--text-only .content-m__text .description {
  margin-bottom: 10px;
}
@media only screen and (min-width: 550px) {
  .content-m--text-only .content-m__text .description {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1025px) {
  .content-m--text-only .content-m__text .description {
    margin-bottom: 30px;
  }
}
.content-m--teaser a {
  text-decoration: none;
}
.content-m--teaser.content-m--small {
  max-width: 100%;
  display: flex;
  height: 210px;
  min-width: calc(245px - (2 * 11px));
  margin-bottom: 11px;
}
@media only screen and (min-width: 550px) {
  .content-m--teaser.content-m--small {
    height: 325px;
    min-width: 468px;
    margin-bottom: 22px;
    max-width: 490px;
  }
}
.content-m--teaser.content-m--small .content-m__teaser {
  width: 100%;
}
.content-m--teaser.content-m--small .content-m__teaser--image {
  width: 100%;
}
@media only screen and (min-width: 550px) {
  .content-m--teaser.content-m--small .content-m__teaser--image {
    width: 100%;
  }
}
.content-m--teaser.content-m--small .content-m__teaser--image .teaser-headline {
  width: 100%;
  height: 55px;
  background: #111;
  color: #fff;
  font-weight: 700;
  font-family: sans-serif;
  font-size: 24px;
  letter-spacing: 0.2px;
  text-align: center;
  line-height: 28px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 550px) {
  .content-m--teaser.content-m--small .content-m__teaser--image .teaser-headline {
    height: 60px;
    font-size: 30px;
    line-height: 36px;
  }
}
.content-m--teaser.content-m--small .content-m__teaser--image .teaser-image {
  height: 155px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (min-width: 550px) {
  .content-m--teaser.content-m--small .content-m__teaser--image .teaser-image {
    height: 265px;
  }
}
.content-m--teaser.content-m--small .content-m__teaser--video .teaser-subline {
  width: 100%;
  height: 40px;
  background: #111;
  padding: 0px 10px;
  letter-spacing: 0.2px;
  text-align: left;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 550px) {
  .content-m--teaser.content-m--small .content-m__teaser--video .teaser-subline {
    padding: 0px 20px;
    height: 70px;
  }
}
.content-m--teaser.content-m--small .content-m__teaser--video .teaser-subline .description {
  color: #fff;
  font-weight: 400;
  font-family: sans-serif;
  font-size: 11px;
  line-height: 1.5;
}
@media (min-width: 320px) {
  .content-m--teaser.content-m--small .content-m__teaser--video .teaser-subline .description {
    font-size: calc(0.3125vw + 10px);
  }
}
@media (min-width: 1920px) {
  .content-m--teaser.content-m--small .content-m__teaser--video .teaser-subline .description {
    font-size: 16px;
  }
}
.content-m--teaser.content-m--small .content-m__teaser--video .teaser-video {
  height: 170px;
  width: 100%;
  position: relative;
  display: block;
  z-index: 1;
  background: #111;
  overflow: hidden;
}
@media only screen and (min-width: 550px) {
  .content-m--teaser.content-m--small .content-m__teaser--video .teaser-video {
    height: 255px;
  }
}
.content-m--teaser.content-m--small .content-m__teaser--video .teaser-video .video-btn {
  width: 40px;
  height: 40px;
  font-size: 40px;
  line-height: 40px;
  color: #1148fd;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.content-m--teaser.content-m--small .content-m__teaser--video .teaser-video .video-btn:hover {
  cursor: pointer;
  color: #fff;
}
.content-m--teaser.content-m--small .content-m__teaser--video .teaser-video video {
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  object-position: 50% 50%;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
.content-m--teaser.content-m--small .content-m__teaser--video .teaser-video iframe {
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  object-position: 50% 50%;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
.content-m--teaser.content-m--big {
  width: 100%;
  margin: 0 auto 11px;
  display: flex;
  height: 210px;
}
@media only screen and (min-width: 550px) {
  .content-m--teaser.content-m--big {
    height: 550px;
    margin: 0 auto 22px;
  }
}
.content-m--teaser.content-m--big .content-m__teaser {
  width: 100%;
}
.content-m--teaser.content-m--big .content-m__teaser--image .teaser-headline {
  width: 100%;
  height: 55px;
  background: #111;
  color: #fff;
  font-weight: 700;
  font-family: sans-serif;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.2px;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 550px) {
  .content-m--teaser.content-m--big .content-m__teaser--image .teaser-headline {
    height: 80px;
    font-size: 45px;
    line-height: 50px;
  }
}
.content-m--teaser.content-m--big .content-m__teaser--image .teaser-image {
  height: 155px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (min-width: 550px) {
  .content-m--teaser.content-m--big .content-m__teaser--image .teaser-image {
    height: 470px;
  }
}
.content-m--teaser.content-m--big .content-m__teaser--video .teaser-subline {
  width: 100%;
  height: 40px;
  background: #111;
  padding: 0 10px;
  letter-spacing: 0.2px;
  text-align: left;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 550px) {
  .content-m--teaser.content-m--big .content-m__teaser--video .teaser-subline {
    padding: 0 20px;
    height: 60px;
  }
}
.content-m--teaser.content-m--big .content-m__teaser--video .teaser-subline .description {
  color: #fff;
  font-weight: 400;
  font-family: sans-serif;
  font-size: 11px;
  line-height: 1.5;
}
@media (min-width: 320px) {
  .content-m--teaser.content-m--big .content-m__teaser--video .teaser-subline .description {
    font-size: calc(0.4375vw + 9.6px);
  }
}
@media (min-width: 1920px) {
  .content-m--teaser.content-m--big .content-m__teaser--video .teaser-subline .description {
    font-size: 18px;
  }
}
.content-m--teaser.content-m--big .content-m__teaser--video .teaser-video {
  height: 170px;
  width: 100%;
  position: relative;
  display: block;
  z-index: 1;
  background: #111;
  overflow: hidden;
}
@media only screen and (min-width: 550px) {
  .content-m--teaser.content-m--big .content-m__teaser--video .teaser-video {
    height: 490px;
  }
}
.content-m--teaser.content-m--big .content-m__teaser--video .teaser-video .video-btn {
  width: 40px;
  height: 40px;
  font-size: 40px;
  line-height: 40px;
  color: #1148fd;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.content-m--teaser.content-m--big .content-m__teaser--video .teaser-video .video-btn:hover {
  cursor: pointer;
  color: #fff;
}
.content-m--teaser.content-m--big .content-m__teaser--video .teaser-video video {
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  object-position: 50% 50%;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
.content-m--teaser.content-m--big .content-m__teaser--video .teaser-video iframe {
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  object-position: 50% 50%;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
.content-m--red {
  width: 100%;
  margin: 0 auto;
  height: auto;
  display: flex;
  background: #1148fd;
  text-align: center;
}
.content-m--red.content-m--full {
  max-width: 1920px;
}
.content-m--red .content-m__text {
  width: 100%;
  padding: 25px 11px;
  background: #1148fd;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 550px) {
  .content-m--red .content-m__text {
    padding: 60px 25px;
  }
}
.content-m--red .content-m__text .overline {
  margin-bottom: 15px;
  text-align: left;
}
@media only screen and (min-width: 550px) {
  .content-m--red .content-m__text .overline {
    margin-bottom: 25px;
  }
}
.content-m--red .content-m__text .headline {
  color: #fff;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 320px) {
  .content-m--red .content-m__text .headline {
    font-size: calc(0.875vw + 13.2px);
  }
}
@media (min-width: 1920px) {
  .content-m--red .content-m__text .headline {
    font-size: 30px;
  }
}
@media (min-width: 320px) {
  .content-m--red .content-m__text .headline {
    line-height: calc(0.875vw + 17.2px);
  }
}
@media (min-width: 1920px) {
  .content-m--red .content-m__text .headline {
    line-height: 34px;
  }
}
@media only screen and (min-width: 550px) {
  .content-m--red .content-m__text .headline {
    margin-bottom: 20px;
  }
}
.content-m--red .content-m__text .description {
  margin-bottom: 30px;
}
.content-m--red .content-m__text .subline {
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 5px;
  margin-top: 5px;
  color: #111;
}
@media (min-width: 320px) {
  .content-m--red .content-m__text .subline {
    font-size: calc(0.3125vw + 12px);
  }
}
@media (min-width: 1920px) {
  .content-m--red .content-m__text .subline {
    font-size: 18px;
  }
}
@media only screen and (min-width: 550px) {
  .content-m--red .content-m__text .subline {
    margin-bottom: 15px;
    margin-top: 15px;
  }
}
.content-m--red .content-m__text .btn-wrap {
  margin-bottom: 0px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .content-m--red .content-m__text .btn-wrap {
    flex-wrap: nowrap;
  }
}
.content-m--red .content-m__text .btn-container {
  margin: 0 10px;
}
.content-m--red .content-m__text .btn {
  margin: 0 auto;
  display: block;
  margin-bottom: 0px;
  max-width: -webkit-fill-available;
  width: 290px;
}
@media only screen and (min-width: 550px) {
  .content-m--red .content-m__text .btn {
    margin: 0 20px 0;
    display: inline-block;
  }
}
.content-m .description--two-columns {
  column-count: 1;
}
@media only screen and (min-width: 550px) {
  .content-m .description--two-columns {
    column-count: 2;
  }
}
.content-m__text {
  background: #999;
  height: 100%;
  position: relative;
  text-align: left;
}
.content-m__text.align-left {
  text-align: left;
}
.content-m__text.align-center {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.content-m .content-m__text.fcolor-white .description {
  color: #fff;
}
.content-m .content-m__text.fcolor-white .check-list__item {
  color: #fff;
}
.content-m .content-m__text.fcolor-white .subline {
  color: #fff;
}
.content-m .check-list {
  margin-bottom: 20px;
}
.content-m .check-list--two-columns {
  column-count: 1;
}
@media only screen and (min-width: 550px) {
  .content-m .check-list--two-columns {
    column-count: 2;
  }
}
.content-m .check-list__item {
  font-size: 13px;
  line-height: 1.5;
  padding-left: 30px;
  position: relative;
}
@media (min-width: 320px) {
  .content-m .check-list__item {
    font-size: calc(0.3125vw + 12px);
  }
}
@media (min-width: 1920px) {
  .content-m .check-list__item {
    font-size: 18px;
  }
}
.content-m .check-list__item span {
  font-size: 14px;
  margin-right: 8px;
  color: #1148fd;
  vertical-align: sub;
  position: absolute;
  left: 0;
}
@media (min-width: 320px) {
  .content-m .check-list__item span {
    font-size: calc(0.5vw + 12.4px);
  }
}
@media (min-width: 1920px) {
  .content-m .check-list__item span {
    font-size: 22px;
  }
}
.content-m .label-list {
  margin-bottom: 20px;
}
.content-m .label-list--two-columns {
  column-count: 1;
}
@media only screen and (min-width: 550px) {
  .content-m .label-list--two-columns {
    column-count: 2;
  }
}
.content-m .label-list__item {
  font-size: 13px;
  line-height: 1.5;
  font-weight: 600;
}
@media (min-width: 320px) {
  .content-m .label-list__item {
    font-size: calc(0.3125vw + 12px);
  }
}
@media (min-width: 1920px) {
  .content-m .label-list__item {
    font-size: 18px;
  }
}
.content-m .label-list__item span {
  font-size: 13px;
  line-height: 1.5;
  margin-right: 26px;
  font-weight: 400;
}
@media (min-width: 320px) {
  .content-m .label-list__item span {
    font-size: calc(0.3125vw + 12px);
  }
}
@media (min-width: 1920px) {
  .content-m .label-list__item span {
    font-size: 18px;
  }
}
.content-m__image {
  height: 100%;
  width: 50%;
}
.content-m__image--right {
  order: 2;
}
.content-m__image .content-m__bg-img {
  height: 100%;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
}
.content-m .show-more-trim, .content-m .show-less-trim {
  display: inline-flex;
  align-items: center;
  color: #1148fd;
  text-transform: uppercase;
  font-size: 0.8em;
  vertical-align: bottom;
}
.content-m .show-more-trim span, .content-m .show-less-trim span {
  vertical-align: text-top;
  margin-right: 2px;
  font-size: 15px;
}
@media (min-width: 320px) {
  .content-m .show-more-trim span, .content-m .show-less-trim span {
    font-size: calc(0.625vw + 13px);
  }
}
@media (min-width: 1920px) {
  .content-m .show-more-trim span, .content-m .show-less-trim span {
    font-size: 25px;
  }
}
.content-m .show-more-trim:hover, .content-m .show-less-trim:hover {
  cursor: pointer;
}
.content-v {
  z-index: 9;
  position: relative;
  margin-bottom: 22px;
}
.content-v--showroom {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  height: auto;
}
@media only screen and (min-width: 550px) {
  .content-v--showroom {
    height: 450px;
  }
}
@media only screen and (min-width: 1025px) {
  .content-v--showroom {
    height: 600px;
  }
}
.content-v--showroom.w-sidebar {
  height: auto;
  margin-bottom: 11px;
}
@media only screen and (min-width: 550px) {
  .content-v--showroom.w-sidebar {
    height: 450px;
    margin-bottom: 22px;
  }
}
.content-v--showroom.w-sidebar .content-v__text {
  padding: 10px 20px;
}
@media only screen and (min-width: 550px) {
  .content-v--showroom.w-sidebar .content-v__text {
    padding: 15px 20px;
    height: 450px;
  }
}
@media only screen and (min-width: 1025px) {
  .content-v--showroom.w-sidebar .content-v__text {
    padding: 25px;
  }
}
.content-v--showroom.w-sidebar .content-v__image {
  height: 250px;
}
@media only screen and (min-width: 550px) {
  .content-v--showroom.w-sidebar .content-v__image {
    height: 450px;
  }
}
.content-v--showroom.w-sidebar .headline {
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 320px) {
  .content-v--showroom.w-sidebar .headline {
    font-size: calc(1.375vw + 11.6px);
  }
}
@media (min-width: 1920px) {
  .content-v--showroom.w-sidebar .headline {
    font-size: 38px;
  }
}
@media (min-width: 320px) {
  .content-v--showroom.w-sidebar .headline {
    line-height: calc(1.625vw + 14.8px);
  }
}
@media (min-width: 1920px) {
  .content-v--showroom.w-sidebar .headline {
    line-height: 46px;
  }
}
.content-v--showroom .content-v__bg--red {
  background-color: #1148fd;
}
.content-v--showroom .content-v__bg--grey {
  background-color: #3f3f3f;
}
.content-v--showroom .content-v__bg--black {
  background-color: #111;
}
.content-v--showroom .content-v__text {
  width: 100%;
  padding: 10px 20px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
@media only screen and (min-width: 550px) {
  .content-v--showroom .content-v__text {
    padding: 15px 40px;
    height: 450px;
    width: 50%;
  }
}
@media only screen and (min-width: 1025px) {
  .content-v--showroom .content-v__text {
    padding: 25px 60px;
    height: 600px;
  }
}
.content-v--showroom .content-v__text.type-image {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.content-v--showroom .content-v__text.type-image .overline {
  position: absolute;
  top: 10px;
  left: 20px;
}
@media only screen and (min-width: 550px) {
  .content-v--showroom .content-v__text.type-image .overline {
    top: 15px;
    left: 40px;
  }
}
@media only screen and (min-width: 1025px) {
  .content-v--showroom .content-v__text.type-image .overline {
    top: 25px;
    left: 60px;
  }
}
.content-v--showroom .content-v__text.type-image .headline-image {
  margin-bottom: 15px;
  margin-top: 30px;
  width: 70%;
}
@media only screen and (min-width: 550px) {
  .content-v--showroom .content-v__text.type-image .headline-image {
    margin-bottom: 30px;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .content-v--showroom .content-v__text.type-image .headline-image {
    margin-bottom: 45px;
  }
}
.content-v--showroom .content-v__text .overline {
  text-align: left;
  color: #fff;
  top: 10px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 550px) {
  .content-v--showroom .content-v__text .overline {
    top: 15px;
    position: absolute;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .content-v--showroom .content-v__text .overline {
    top: 25px;
  }
}
.content-v--showroom .content-v__text .headline {
  color: #fff;
  margin-bottom: 10px;
}
@media only screen and (min-width: 550px) {
  .content-v--showroom .content-v__text .headline {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .content-v--showroom .content-v__text .headline {
    margin-bottom: 45px;
  }
}
.content-v--showroom .content-v__text .description {
  color: #fff;
  margin-bottom: 20px;
}
@media only screen and (min-width: 550px) {
  .content-v--showroom .content-v__text .description {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .content-v--showroom .content-v__text .description {
    margin-bottom: 45px;
  }
}
.content-v--showroom .content-v__image {
  width: 100%;
  height: 250px;
}
@media only screen and (min-width: 550px) {
  .content-v--showroom .content-v__image {
    height: 450px;
    width: 50%;
  }
}
@media only screen and (min-width: 1025px) {
  .content-v--showroom .content-v__image {
    height: 600px;
  }
}
.content-v--showroom .content-v__image .content-v__bg-img {
  background-position: left top;
}
.content-v--showroom .content-v__image--right {
  order: 0;
}
@media only screen and (min-width: 550px) {
  .content-v--showroom .content-v__image--right {
    order: 2;
  }
}
.content-v--showroom .content-v__image .content-v__carousel {
  height: 100%;
}
.content-v--showroom .content-v__image .content-v__carousel .owl-stage-outer {
  height: 100%;
}
.content-v--showroom .content-v__image .content-v__carousel .owl-stage-outer .owl-stage {
  height: 100%;
}
.content-v--showroom .content-v__image .content-v__carousel .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
}
.content-v--showroom .content-v__image .content-v__carousel .owl-dots {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media only screen and (min-width: 550px) {
  .content-v--showroom .content-v__image .content-v__carousel .owl-dots {
    bottom: 20px;
  }
}
.content-v--showroom .content-v__image .content-v__carousel .owl-dots .owl-dot {
  width: 20px;
  height: 20px;
}
@media only screen and (min-width: 550px) {
  .content-v--showroom .content-v__image .content-v__carousel .owl-dots .owl-dot {
    width: 30px;
    height: 30px;
  }
}
.content-v--showroom .content-v__image .content-v__carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: transparent;
  border: 2px solid #1148fd;
  margin: 5px;
}
@media only screen and (min-width: 550px) {
  .content-v--showroom .content-v__image .content-v__carousel .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
  }
}
.content-v--showroom .content-v__image .content-v__carousel .owl-dots .owl-dot.active span {
  background: #1148fd;
}
.content-v--sale, .content-v--highlight_product, .content-v--news {
  text-decoration: none;
}
.content-v--sale:hover, .content-v--highlight_product:hover, .content-v--news:hover {
  color: inherit;
}
.content-v--sale.content-v--big, .content-v--highlight_product.content-v--big, .content-v--news.content-v--big {
  width: 100%;
  margin: 0 auto 11px;
  display: flex;
  flex-wrap: wrap;
  height: auto;
  overflow: auto;
}
@media only screen and (min-width: 550px) {
  .content-v--sale.content-v--big, .content-v--highlight_product.content-v--big, .content-v--news.content-v--big {
    height: 360px;
    margin: 0 auto 22px;
  }
}
.content-v--sale.content-v--big .content-v__text, .content-v--highlight_product.content-v--big .content-v__text, .content-v--news.content-v--big .content-v__text {
  width: 100%;
  padding: 10px;
  height: auto;
}
@media only screen and (min-width: 550px) {
  .content-v--sale.content-v--big .content-v__text, .content-v--highlight_product.content-v--big .content-v__text, .content-v--news.content-v--big .content-v__text {
    padding: 20px;
    height: 360px;
    width: 50%;
  }
}
@media only screen and (min-width: 1025px) {
  .content-v--sale.content-v--big .content-v__text, .content-v--highlight_product.content-v--big .content-v__text, .content-v--news.content-v--big .content-v__text {
    padding: 25px;
  }
}
.content-v--sale.content-v--big .content-v__text .overline, .content-v--highlight_product.content-v--big .content-v__text .overline, .content-v--news.content-v--big .content-v__text .overline {
  margin-bottom: 10px;
  text-align: left;
}
@media only screen and (min-width: 550px) {
  .content-v--sale.content-v--big .content-v__text .overline, .content-v--highlight_product.content-v--big .content-v__text .overline, .content-v--news.content-v--big .content-v__text .overline {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1025px) {
  .content-v--sale.content-v--big .content-v__text .overline, .content-v--highlight_product.content-v--big .content-v__text .overline, .content-v--news.content-v--big .content-v__text .overline {
    margin-bottom: 20px;
  }
}
.content-v--sale.content-v--big .content-v__text .headline, .content-v--highlight_product.content-v--big .content-v__text .headline, .content-v--news.content-v--big .content-v__text .headline {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
}
@media (min-width: 320px) {
  .content-v--sale.content-v--big .content-v__text .headline, .content-v--highlight_product.content-v--big .content-v__text .headline, .content-v--news.content-v--big .content-v__text .headline {
    font-size: calc(0.875vw + 13.2px);
  }
}
@media (min-width: 1920px) {
  .content-v--sale.content-v--big .content-v__text .headline, .content-v--highlight_product.content-v--big .content-v__text .headline, .content-v--news.content-v--big .content-v__text .headline {
    font-size: 30px;
  }
}
@media (min-width: 320px) {
  .content-v--sale.content-v--big .content-v__text .headline, .content-v--highlight_product.content-v--big .content-v__text .headline, .content-v--news.content-v--big .content-v__text .headline {
    line-height: calc(0.875vw + 17.2px);
  }
}
@media (min-width: 1920px) {
  .content-v--sale.content-v--big .content-v__text .headline, .content-v--highlight_product.content-v--big .content-v__text .headline, .content-v--news.content-v--big .content-v__text .headline {
    line-height: 34px;
  }
}
@media only screen and (min-width: 550px) {
  .content-v--sale.content-v--big .content-v__text .headline, .content-v--highlight_product.content-v--big .content-v__text .headline, .content-v--news.content-v--big .content-v__text .headline {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1025px) {
  .content-v--sale.content-v--big .content-v__text .headline, .content-v--highlight_product.content-v--big .content-v__text .headline, .content-v--news.content-v--big .content-v__text .headline {
    margin-bottom: 25px;
  }
}
.content-v--sale.content-v--big .content-v__text .description, .content-v--highlight_product.content-v--big .content-v__text .description, .content-v--news.content-v--big .content-v__text .description {
  margin-bottom: 10px;
}
@media only screen and (min-width: 550px) {
  .content-v--sale.content-v--big .content-v__text .description, .content-v--highlight_product.content-v--big .content-v__text .description, .content-v--news.content-v--big .content-v__text .description {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1025px) {
  .content-v--sale.content-v--big .content-v__text .description, .content-v--highlight_product.content-v--big .content-v__text .description, .content-v--news.content-v--big .content-v__text .description {
    margin-bottom: 25px;
  }
}
.content-v--sale.content-v--big .content-v__text .btn, .content-v--highlight_product.content-v--big .content-v__text .btn, .content-v--news.content-v--big .content-v__text .btn {
  font-size: 14px;
  line-height: 14px;
}
.content-v--sale.content-v--big .content-v__image, .content-v--highlight_product.content-v--big .content-v__image, .content-v--news.content-v--big .content-v__image {
  width: 100%;
  height: 250px;
  position: relative;
  overflow: hidden;
}
.content-v--sale.content-v--big .content-v__image::after, .content-v--highlight_product.content-v--big .content-v__image::after, .content-v--news.content-v--big .content-v__image::after {
  position: absolute;
  content: "";
  height: 194%;
  width: 900px;
  right: 50%;
  bottom: -70px;
  transform: translateX(50%);
  z-index: 99;
  border-radius: 50%;
  border: 70px solid #999;
  pointer-events: none;
}
@media only screen and (min-width: 550px) {
  .content-v--sale.content-v--big .content-v__image, .content-v--highlight_product.content-v--big .content-v__image, .content-v--news.content-v--big .content-v__image {
    height: 100%;
    width: 50%;
  }
  .content-v--sale.content-v--big .content-v__image::after, .content-v--highlight_product.content-v--big .content-v__image::after, .content-v--news.content-v--big .content-v__image::after {
    position: absolute;
    content: "";
    height: 240%;
    width: 690px;
    transform: none;
    top: -70%;
    right: -68px;
    z-index: 99;
    border-radius: 50%;
    border: 70px solid #999;
  }
}
.content-v--sale.content-v--big .content-v__image--right, .content-v--highlight_product.content-v--big .content-v__image--right, .content-v--news.content-v--big .content-v__image--right {
  order: 0;
}
@media only screen and (min-width: 550px) {
  .content-v--sale.content-v--big .content-v__image--right, .content-v--highlight_product.content-v--big .content-v__image--right, .content-v--news.content-v--big .content-v__image--right {
    order: 2;
  }
}
.content-v--sale.content-v--big .content-v__image .content-v__carousel, .content-v--highlight_product.content-v--big .content-v__image .content-v__carousel, .content-v--news.content-v--big .content-v__image .content-v__carousel {
  height: 100%;
}
.content-v--sale.content-v--big .content-v__image .content-v__carousel .owl-stage-outer, .content-v--highlight_product.content-v--big .content-v__image .content-v__carousel .owl-stage-outer, .content-v--news.content-v--big .content-v__image .content-v__carousel .owl-stage-outer {
  height: 100%;
}
.content-v--sale.content-v--big .content-v__image .content-v__carousel .owl-stage-outer .owl-stage, .content-v--highlight_product.content-v--big .content-v__image .content-v__carousel .owl-stage-outer .owl-stage, .content-v--news.content-v--big .content-v__image .content-v__carousel .owl-stage-outer .owl-stage {
  height: 100%;
}
.content-v--sale.content-v--big .content-v__image .content-v__carousel .owl-stage-outer .owl-stage .owl-item, .content-v--highlight_product.content-v--big .content-v__image .content-v__carousel .owl-stage-outer .owl-stage .owl-item, .content-v--news.content-v--big .content-v__image .content-v__carousel .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
}
.content-v--sale.content-v--big .content-v__image .content-v__carousel .owl-dots, .content-v--highlight_product.content-v--big .content-v__image .content-v__carousel .owl-dots, .content-v--news.content-v--big .content-v__image .content-v__carousel .owl-dots {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media only screen and (min-width: 550px) {
  .content-v--sale.content-v--big .content-v__image .content-v__carousel .owl-dots, .content-v--highlight_product.content-v--big .content-v__image .content-v__carousel .owl-dots, .content-v--news.content-v--big .content-v__image .content-v__carousel .owl-dots {
    bottom: 20px;
  }
}
.content-v--sale.content-v--big .content-v__image .content-v__carousel .owl-dots .owl-dot, .content-v--highlight_product.content-v--big .content-v__image .content-v__carousel .owl-dots .owl-dot, .content-v--news.content-v--big .content-v__image .content-v__carousel .owl-dots .owl-dot {
  width: 20px;
  height: 20px;
}
@media only screen and (min-width: 550px) {
  .content-v--sale.content-v--big .content-v__image .content-v__carousel .owl-dots .owl-dot, .content-v--highlight_product.content-v--big .content-v__image .content-v__carousel .owl-dots .owl-dot, .content-v--news.content-v--big .content-v__image .content-v__carousel .owl-dots .owl-dot {
    width: 30px;
    height: 30px;
  }
}
.content-v--sale.content-v--big .content-v__image .content-v__carousel .owl-dots .owl-dot span, .content-v--highlight_product.content-v--big .content-v__image .content-v__carousel .owl-dots .owl-dot span, .content-v--news.content-v--big .content-v__image .content-v__carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: transparent;
  border: 2px solid #1148fd;
  margin: 5px;
}
@media only screen and (min-width: 550px) {
  .content-v--sale.content-v--big .content-v__image .content-v__carousel .owl-dots .owl-dot span, .content-v--highlight_product.content-v--big .content-v__image .content-v__carousel .owl-dots .owl-dot span, .content-v--news.content-v--big .content-v__image .content-v__carousel .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
  }
}
.content-v--sale.content-v--big .content-v__image .content-v__carousel .owl-dots .owl-dot.active span, .content-v--highlight_product.content-v--big .content-v__image .content-v__carousel .owl-dots .owl-dot.active span, .content-v--news.content-v--big .content-v__image .content-v__carousel .owl-dots .owl-dot.active span {
  background: #1148fd;
}
.content-v--sale.content-v--small, .content-v--highlight_product.content-v--small, .content-v--news.content-v--small {
  max-width: 100%;
  height: auto;
  display: flex;
  height: 170px;
  margin-bottom: 11px;
}
@media only screen and (min-width: 550px) {
  .content-v--sale.content-v--small, .content-v--highlight_product.content-v--small, .content-v--news.content-v--small {
    display: block;
    height: auto;
    margin-bottom: 22px;
  }
}
.content-v--sale.content-v--small .content-v__text, .content-v--highlight_product.content-v--small .content-v__text, .content-v--news.content-v--small .content-v__text {
  width: 50%;
  height: auto;
  padding: 10px;
}
@media only screen and (min-width: 550px) {
  .content-v--sale.content-v--small .content-v__text, .content-v--highlight_product.content-v--small .content-v__text, .content-v--news.content-v--small .content-v__text {
    width: 100%;
    padding: 15px 30px;
    height: calc(100% - 250px);
  }
}
.content-v--sale.content-v--small .content-v__text .overline, .content-v--highlight_product.content-v--small .content-v__text .overline, .content-v--news.content-v--small .content-v__text .overline {
  margin-bottom: 10px;
  text-align: left;
}
.content-v--sale.content-v--small .content-v__text .headline, .content-v--highlight_product.content-v--small .content-v__text .headline, .content-v--news.content-v--small .content-v__text .headline {
  color: #fff;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 320px) {
  .content-v--sale.content-v--small .content-v__text .headline, .content-v--highlight_product.content-v--small .content-v__text .headline, .content-v--news.content-v--small .content-v__text .headline {
    font-size: calc(0.5vw + 14.4px);
  }
}
@media (min-width: 1920px) {
  .content-v--sale.content-v--small .content-v__text .headline, .content-v--highlight_product.content-v--small .content-v__text .headline, .content-v--news.content-v--small .content-v__text .headline {
    font-size: 24px;
  }
}
@media (min-width: 320px) {
  .content-v--sale.content-v--small .content-v__text .headline, .content-v--highlight_product.content-v--small .content-v__text .headline, .content-v--news.content-v--small .content-v__text .headline {
    line-height: calc(0.5vw + 18.4px);
  }
}
@media (min-width: 1920px) {
  .content-v--sale.content-v--small .content-v__text .headline, .content-v--highlight_product.content-v--small .content-v__text .headline, .content-v--news.content-v--small .content-v__text .headline {
    line-height: 28px;
  }
}
.content-v--sale.content-v--small .content-v__text .description, .content-v--highlight_product.content-v--small .content-v__text .description, .content-v--news.content-v--small .content-v__text .description {
  margin-bottom: 15px;
  display: none;
}
@media only screen and (min-width: 550px) {
  .content-v--sale.content-v--small .content-v__text .description, .content-v--highlight_product.content-v--small .content-v__text .description, .content-v--news.content-v--small .content-v__text .description {
    display: block;
  }
}
.content-v--sale.content-v--small .content-v__text .btn, .content-v--highlight_product.content-v--small .content-v__text .btn, .content-v--news.content-v--small .content-v__text .btn {
  font-size: 14px;
  line-height: 14px;
  font-size: 12px;
  line-height: 12px;
}
@media (min-width: 320px) {
  .content-v--sale.content-v--small .content-v__text .btn, .content-v--highlight_product.content-v--small .content-v__text .btn, .content-v--news.content-v--small .content-v__text .btn {
    font-size: calc(0.125vw + 11.6px);
  }
}
@media (min-width: 1920px) {
  .content-v--sale.content-v--small .content-v__text .btn, .content-v--highlight_product.content-v--small .content-v__text .btn, .content-v--news.content-v--small .content-v__text .btn {
    font-size: 14px;
  }
}
@media (min-width: 320px) {
  .content-v--sale.content-v--small .content-v__text .btn, .content-v--highlight_product.content-v--small .content-v__text .btn, .content-v--news.content-v--small .content-v__text .btn {
    line-height: calc(0.125vw + 11.6px);
  }
}
@media (min-width: 1920px) {
  .content-v--sale.content-v--small .content-v__text .btn, .content-v--highlight_product.content-v--small .content-v__text .btn, .content-v--news.content-v--small .content-v__text .btn {
    line-height: 14px;
  }
}
.content-v--sale.content-v--small .content-v__image, .content-v--highlight_product.content-v--small .content-v__image, .content-v--news.content-v--small .content-v__image {
  height: 170px;
  width: 50%;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 550px) {
  .content-v--sale.content-v--small .content-v__image, .content-v--highlight_product.content-v--small .content-v__image, .content-v--news.content-v--small .content-v__image {
    height: 250px;
    width: 100%;
  }
  .content-v--sale.content-v--small .content-v__image::after, .content-v--highlight_product.content-v--small .content-v__image::after, .content-v--news.content-v--small .content-v__image::after {
    position: absolute;
    content: "";
    height: 194%;
    width: 900px;
    right: 50%;
    bottom: -70px;
    transform: translateX(50%);
    z-index: 99;
    border-radius: 50%;
    border: 70px solid #999;
    pointer-events: none;
  }
}
.content-v--sale.content-v--small .content-v__image--right, .content-v--highlight_product.content-v--small .content-v__image--right, .content-v--news.content-v--small .content-v__image--right {
  order: 2;
}
.content-v--sale.content-v--small .content-v__image .content-v__bg-img, .content-v--highlight_product.content-v--small .content-v__image .content-v__bg-img, .content-v--news.content-v--small .content-v__image .content-v__bg-img {
  height: 100%;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
.content-v--sale.content-v--small .content-v__image .content-v__carousel, .content-v--highlight_product.content-v--small .content-v__image .content-v__carousel, .content-v--news.content-v--small .content-v__image .content-v__carousel {
  height: 100%;
}
.content-v--sale.content-v--small .content-v__image .content-v__carousel .owl-stage-outer, .content-v--highlight_product.content-v--small .content-v__image .content-v__carousel .owl-stage-outer, .content-v--news.content-v--small .content-v__image .content-v__carousel .owl-stage-outer {
  height: 100%;
}
.content-v--sale.content-v--small .content-v__image .content-v__carousel .owl-stage-outer .owl-stage, .content-v--highlight_product.content-v--small .content-v__image .content-v__carousel .owl-stage-outer .owl-stage, .content-v--news.content-v--small .content-v__image .content-v__carousel .owl-stage-outer .owl-stage {
  height: 100%;
}
.content-v--sale.content-v--small .content-v__image .content-v__carousel .owl-stage-outer .owl-stage .owl-item, .content-v--highlight_product.content-v--small .content-v__image .content-v__carousel .owl-stage-outer .owl-stage .owl-item, .content-v--news.content-v--small .content-v__image .content-v__carousel .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
}
.content-v--sale.content-v--small .content-v__image .content-v__carousel .owl-dots, .content-v--highlight_product.content-v--small .content-v__image .content-v__carousel .owl-dots, .content-v--news.content-v--small .content-v__image .content-v__carousel .owl-dots {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media only screen and (min-width: 550px) {
  .content-v--sale.content-v--small .content-v__image .content-v__carousel .owl-dots, .content-v--highlight_product.content-v--small .content-v__image .content-v__carousel .owl-dots, .content-v--news.content-v--small .content-v__image .content-v__carousel .owl-dots {
    bottom: 20px;
  }
}
.content-v--sale.content-v--small .content-v__image .content-v__carousel .owl-dots .owl-dot, .content-v--highlight_product.content-v--small .content-v__image .content-v__carousel .owl-dots .owl-dot, .content-v--news.content-v--small .content-v__image .content-v__carousel .owl-dots .owl-dot {
  width: 20px;
  height: 20px;
}
@media only screen and (min-width: 550px) {
  .content-v--sale.content-v--small .content-v__image .content-v__carousel .owl-dots .owl-dot, .content-v--highlight_product.content-v--small .content-v__image .content-v__carousel .owl-dots .owl-dot, .content-v--news.content-v--small .content-v__image .content-v__carousel .owl-dots .owl-dot {
    width: 30px;
    height: 30px;
  }
}
.content-v--sale.content-v--small .content-v__image .content-v__carousel .owl-dots .owl-dot span, .content-v--highlight_product.content-v--small .content-v__image .content-v__carousel .owl-dots .owl-dot span, .content-v--news.content-v--small .content-v__image .content-v__carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: transparent;
  border: 2px solid #1148fd;
  margin: 5px;
}
@media only screen and (min-width: 550px) {
  .content-v--sale.content-v--small .content-v__image .content-v__carousel .owl-dots .owl-dot span, .content-v--highlight_product.content-v--small .content-v__image .content-v__carousel .owl-dots .owl-dot span, .content-v--news.content-v--small .content-v__image .content-v__carousel .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
  }
}
.content-v--sale.content-v--small .content-v__image .content-v__carousel .owl-dots .owl-dot.active span, .content-v--highlight_product.content-v--small .content-v__image .content-v__carousel .owl-dots .owl-dot.active span, .content-v--news.content-v--small .content-v__image .content-v__carousel .owl-dots .owl-dot.active span {
  background: #1148fd;
}
.content-v .description--two-columns {
  column-count: 2;
}
.content-v__text {
  background: #1148fd;
  height: 100%;
}
.content-v__text.align-left {
  text-align: left;
}
.content-v__text.align-center {
  text-align: center;
}
.content-v__text.align-right {
  text-align: right;
}
.content-v--sale .content-v__text {
  background: #1148fd;
}
.content-v--sale .content-v__text .overline {
  color: #111;
}
.content-v--sale.content-v--big .content-v__image::after, .content-v--sale.content-v--small .content-v__image::after {
  border: 70px solid #1148fd;
}
@media only screen and (min-width: 550px) {
  .content-v--sale.content-v--big .content-v__image::after, .content-v--sale.content-v--small .content-v__image::after {
    border: 70px solid #1148fd;
  }
}
.content-v--news .content-v__image::after {
  display: none;
}
.content-v__image {
  height: 100%;
  width: 50%;
}
.content-v__image--right {
  order: 2;
}
.content-v__image .content-v__bg-img {
  height: 100%;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
}
.content-acc {
  z-index: 9;
  position: relative;
  background: #111;
  margin: 0;
  padding: 0;
  width: 100%;
}
.content-acc--item {
  margin: 0 auto;
  overflow: hidden;
  outline: 0;
  cursor: pointer;
  position: relative;
  box-sizing: content-box;
  max-width: 1024px;
}
.content-acc--item-header {
  display: flex;
  align-items: center;
  padding: 24px;
  height: 24px;
  overflow: hidden;
  outline: 0;
  cursor: pointer;
  position: relative;
  box-sizing: content-box;
}
.content-acc--item-header-headline {
  font-family: sans-serif;
  color: #9b9b9b;
  display: inline-block;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 50px;
  vertical-align: middle;
  transition: all 0.1s ease-in-out;
  border-bottom: 1px solid #fff;
}
.content-acc--item-header-headline:hover {
  transform: scale(1.05);
}
.content-acc--item-header-icon {
  margin-right: 12px;
  background-color: #1148fd;
  color: #fff;
  border-radius: 50%;
  height: 24px;
  width: 24px;
  flex-shrink: 0;
  position: relative;
}
.content-acc--item-line {
  margin-left: 36px;
  border: 0;
  position: relative;
}
.content-acc--item-line:before {
  content: '';
  position: absolute;
  top: -16px;
  bottom: -16px;
  left: 0;
  border-left-width: 1px;
  border-left-style: solid;
  border-color: #a6a6a6;
}
.content-acc--item-line-content {
  font-family: sans-serif;
  font-size: 14px;
  padding: 0 14px 14px 14px;
  color: #fff;
  visibility: hidden;
  display: flex;
  align-content: space-around;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  opacity: 0;
  max-height: 24px;
  transition: max-height 0.2s ease-in-out, opacity 0.3s ease-in-out;
}
@media only screen and (min-width: 550px) {
  .content-acc--item-line-content {
    padding: 0 24px 24px 24px;
  }
}
.content-acc--item-line-content__image {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em;
  width: 100%;
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .content-acc--item-line-content__image {
    display: block;
  }
}
.content-acc--item-line-content__image--right {
  order: 2;
}
@media only screen and (min-width: 550px) {
  .content-acc--item-line-content__image {
    width: 100%;
  }
}
@media only screen and (min-width: 1280px) {
  .content-acc--item-line-content__image {
    width: 50%;
  }
}
.content-acc--item-line-content__image img {
  height: auto;
}
@media only screen and (min-width: 550px) {
  .content-acc--item-line-content__image img {
    height: 200px;
  }
}
@media only screen and (min-width: 1280px) {
  .content-acc--item-line-content__image img {
    height: auto;
  }
}
.content-acc--item-line-content__text {
  height: 100%;
  width: 100%;
  padding: 1em;
}
@media only screen and (min-width: 550px) {
  .content-acc--item-line-content__text {
    width: 100%;
  }
}
@media only screen and (min-width: 1280px) {
  .content-acc--item-line-content__text {
    width: 50%;
  }
}
.content-acc--item-line-content__text p {
  padding: 0 0 25px 0;
}
.content-acc--item-line-content__text .align-left {
  text-align: left;
}
.content-acc--item-line-content__text .align-center {
  text-align: center;
}
.content-acc--item-line-content__text .align-right {
  text-align: right;
}
.content-acc--item-line-content.expanded {
  visibility: visible;
  max-height: 500px;
  opacity: 1;
}
.content-acc--item-line-content.collapsed {
  visibility: hidden;
}
.content-acc--item:last-child .content-acc--item-line:before {
  border-left-width: 0px;
}
.content-s__carousel {
  margin: auto;
  margin-bottom: 40px;
  max-width: 1280px;
  width: calc(100% - 22px);
}
.content-s__carousel .owl-dots {
  position: absolute;
  bottom: -45px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media only screen and (min-width: 550px) {
  .content-s__carousel .owl-dots {
    bottom: -55px;
  }
}
.content-s__carousel .owl-dots .owl-dot {
  width: 20px;
  height: 20px;
}
@media only screen and (min-width: 550px) {
  .content-s__carousel .owl-dots .owl-dot {
    width: 30px;
    height: 30px;
  }
}
.content-s__carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: transparent;
  border: 2px solid #1148fd;
  margin: 5px;
}
@media only screen and (min-width: 550px) {
  .content-s__carousel .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
  }
}
.content-s__carousel .owl-dots .owl-dot.active span {
  background: #1148fd;
}
.content-s {
  z-index: 9;
  position: relative;
}
.content-s--2_columns {
  width: 100%;
  max-width: 1280px;
  display: flex;
  flex-wrap: wrap;
  height: auto;
  align-items: center;
}
@media only screen and (min-width: 550px) {
  .content-s--2_columns {
    min-height: 400px;
  }
}
@media only screen and (min-width: 1025px) {
  .content-s--2_columns {
    min-height: 400px;
  }
}
.content-s--2_columns .content-s__text {
  width: 100%;
  padding: 10px 20px;
  height: auto;
  background: transparent;
}
@media only screen and (min-width: 550px) {
  .content-s--2_columns .content-s__text {
    padding: 15px 40px;
    min-height: 400px;
    width: 50%;
  }
}
@media only screen and (min-width: 1025px) {
  .content-s--2_columns .content-s__text {
    padding: 25px 40px;
    min-height: 400px;
  }
}
.content-s--2_columns .content-s__text .text-wrap {
  width: 100%;
}
@media only screen and (min-width: 550px) {
  .content-s--2_columns .content-s__text .text-wrap {
    width: 90%;
  }
}
.content-s--2_columns .content-s__text.type-image {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.content-s--2_columns .content-s__text.type-image .overline {
  position: absolute;
  top: 10px;
  left: 20px;
}
@media only screen and (min-width: 550px) {
  .content-s--2_columns .content-s__text.type-image .overline {
    top: 15px;
    left: 40px;
  }
}
@media only screen and (min-width: 1025px) {
  .content-s--2_columns .content-s__text.type-image .overline {
    top: 25px;
    left: 60px;
  }
}
.content-s--2_columns .content-s__text.type-image .headline-image {
  margin-bottom: 15px;
  margin-top: 30px;
  width: 70%;
}
@media only screen and (min-width: 550px) {
  .content-s--2_columns .content-s__text.type-image .headline-image {
    margin-bottom: 30px;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .content-s--2_columns .content-s__text.type-image .headline-image {
    margin-bottom: 45px;
  }
}
.content-s--2_columns .content-s__text .overline {
  margin-bottom: 10px;
  text-align: left;
  color: #fff;
}
@media only screen and (min-width: 550px) {
  .content-s--2_columns .content-s__text .overline {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .content-s--2_columns .content-s__text .overline {
    margin-bottom: 30px;
  }
}
.content-s--2_columns .content-s__text .headline {
  color: #fff;
  margin-bottom: 10px;
}
@media only screen and (min-width: 550px) {
  .content-s--2_columns .content-s__text .headline {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .content-s--2_columns .content-s__text .headline {
    margin-bottom: 45px;
  }
}
.content-s--2_columns .content-s__text .description {
  margin-bottom: 0;
}
.content-s--2_columns .content-s__text .btn-wrap {
  margin-top: 20px;
}
@media only screen and (min-width: 550px) {
  .content-s--2_columns .content-s__text .btn-wrap {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .content-s--2_columns .content-s__text .btn-wrap {
    margin-top: 45px;
  }
}
.content-s--2_columns .content-s__image {
  width: 100%;
  height: 250px;
}
@media only screen and (min-width: 550px) {
  .content-s--2_columns .content-s__image {
    height: 400px;
    width: 50%;
  }
}
@media only screen and (min-width: 1025px) {
  .content-s--2_columns .content-s__image {
    height: 400px;
  }
}
.content-s--2_columns .content-s__image .content-s__bg-img {
  background-position: center center;
}
@media only screen and (min-width: 550px) {
  .content-s--2_columns .content-s__image .content-s__bg-img {
    background-position: center;
  }
}
.content-s--2_columns .content-s__image--right {
  order: 0;
}
@media only screen and (min-width: 550px) {
  .content-s--2_columns .content-s__image--right {
    order: 2;
  }
}
.content-s--2_columns .content-s__image .content-s__carousel {
  height: 100%;
}
.content-s--2_columns .content-s__image .content-s__carousel .owl-stage-outer {
  height: 100%;
}
.content-s--2_columns .content-s__image .content-s__carousel .owl-stage-outer .owl-stage {
  height: 100%;
}
.content-s--2_columns .content-s__image .content-s__carousel .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
}
.content-s--2_columns .content-s__image .content-s__carousel .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.content-s--2_columns .content-s__image .content-s__carousel .owl-dots .owl-dot {
  width: 30px;
  height: 30px;
}
.content-s--2_columns .content-s__image .content-s__carousel .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  background: transparent;
  border: 2px solid #1148fd;
  margin: 5px;
}
.content-s--2_columns .content-s__image .content-s__carousel .owl-dots .owl-dot.active span {
  background: #1148fd;
}
.content-s--1_column {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  height: auto;
}
@media only screen and (min-width: 550px) {
  .content-s--1_column {
    height: 400px;
  }
}
@media only screen and (min-width: 1025px) {
  .content-s--1_column {
    height: 400px;
  }
}
.content-s--1_column .content-s__text {
  width: 100%;
  padding: 10px 20px;
  height: auto;
  background: transparent;
}
@media only screen and (min-width: 550px) {
  .content-s--1_column .content-s__text {
    padding: 15px 40px;
    height: 400px;
  }
}
@media only screen and (min-width: 1025px) {
  .content-s--1_column .content-s__text {
    padding: 25px 60px;
    height: 400px;
  }
}
.content-s--1_column .content-s__text.type-image {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.content-s--1_column .content-s__text.type-image .overline {
  position: absolute;
  top: 10px;
  left: 20px;
}
@media only screen and (min-width: 550px) {
  .content-s--1_column .content-s__text.type-image .overline {
    top: 15px;
    left: 40px;
  }
}
@media only screen and (min-width: 1025px) {
  .content-s--1_column .content-s__text.type-image .overline {
    top: 25px;
    left: 60px;
  }
}
.content-s--1_column .content-s__text.type-image .headline-image {
  margin-bottom: 15px;
  margin-top: 30px;
  width: 70%;
}
@media only screen and (min-width: 550px) {
  .content-s--1_column .content-s__text.type-image .headline-image {
    margin-bottom: 30px;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .content-s--1_column .content-s__text.type-image .headline-image {
    margin-bottom: 45px;
  }
}
.content-s--1_column .content-s__text .overline {
  margin-bottom: 10px;
  text-align: left;
  color: #fff;
}
@media only screen and (min-width: 550px) {
  .content-s--1_column .content-s__text .overline {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .content-s--1_column .content-s__text .overline {
    margin-bottom: 30px;
  }
}
.content-s--1_column .content-s__text .headline {
  color: #fff;
  margin-bottom: 10px;
}
@media only screen and (min-width: 550px) {
  .content-s--1_column .content-s__text .headline {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .content-s--1_column .content-s__text .headline {
    margin-bottom: 45px;
  }
}
.content-s--1_column .content-s__text .description {
  margin-bottom: 20px;
}
@media only screen and (min-width: 550px) {
  .content-s--1_column .content-s__text .description {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .content-s--1_column .content-s__text .description {
    margin-bottom: 45px;
  }
}
.content-s--1_column .content-s__image {
  width: 100%;
  height: 250px;
}
@media only screen and (min-width: 550px) {
  .content-s--1_column .content-s__image {
    height: 400px;
  }
}
@media only screen and (min-width: 1025px) {
  .content-s--1_column .content-s__image {
    height: 400px;
  }
}
.content-s--1_column .content-s__image .content-s__bg-img {
  background-position: center;
}
.content-s--1_column .content-s__image--right {
  order: 0;
}
@media only screen and (min-width: 550px) {
  .content-s--1_column .content-s__image--right {
    order: 2;
  }
}
.content-s--1_column .content-s__image .content-s__carousel {
  height: 100%;
}
.content-s--1_column .content-s__image .content-s__carousel .owl-stage-outer {
  height: 100%;
}
.content-s--1_column .content-s__image .content-s__carousel .owl-stage-outer .owl-stage {
  height: 100%;
}
.content-s--1_column .content-s__image .content-s__carousel .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
}
.content-s--1_column .content-s__image .content-s__carousel .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.content-s--1_column .content-s__image .content-s__carousel .owl-dots .owl-dot {
  width: 30px;
  height: 30px;
}
.content-s--1_column .content-s__image .content-s__carousel .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  background: transparent;
  border: 2px solid #1148fd;
  margin: 5px;
}
.content-s--1_column .content-s__image .content-s__carousel .owl-dots .owl-dot.active span {
  background: #1148fd;
}
.content-s .small-image {
  width: 25%;
}
.content-s .small-image img {
  height: auto;
  width: auto;
  margin: 0 auto;
  max-width: 100%;
}
.content-s .text-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
@media only screen and (min-width: 550px) {
  .content-s .text-wrap {
    width: 70%;
    text-align: left;
  }
}
.content-s .description {
  color: #fff;
}
.content-s .description--two-columns {
  column-count: 2;
}
.content-s__text {
  background: #999;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content-s__text.align-left {
  text-align: left;
}
.content-s__text.align-center {
  text-align: center;
}
.content-s__text.align-right {
  text-align: right;
}
.content-s--sale .content-s__text {
  background: #1148fd;
}
.content-s--sale .content-s__text .overline {
  color: #111;
}
.content-s--sale.content-s--big .content-s__image::after, .content-s--sale.content-s--small .content-s__image::after {
  border: 70px solid #1148fd;
}
@media only screen and (min-width: 550px) {
  .content-s--sale.content-s--big .content-s__image::after, .content-s--sale.content-s--small .content-s__image::after {
    border: 70px solid #1148fd;
  }
}
.content-s--news .content-s__image::after {
  display: none;
}
.content-s__image {
  height: 100%;
  width: 50%;
}
.content-s__image--right {
  order: 2;
}
.content-s__image .content-s__bg-img {
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.module-partners {
  z-index: 9;
  position: relative;
  margin: 0 auto 11px;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  max-width: 1024px;
  justify-content: center;
}
@media only screen and (min-width: 550px) {
  .module-partners {
    justify-content: center;
    margin: 0 auto 22px;
  }
}
.module-partners--item {
  overflow: hidden;
  box-sizing: content-box;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media only screen and (min-width: 550px) {
  .module-partners--item {
    margin: 0;
  }
}
.module-partners--item img {
  height: 45px;
  object-fit: contain;
  padding: 10px;
  height: 100px;
  max-width: 300px;
}
@media (min-width: 320px) {
  .module-partners--item img {
    height: calc(14.2045454545vw + 54.5454545455px);
  }
}
@media (min-width: 1024px) {
  .module-partners--item img {
    height: 200px;
  }
}
.module-partners-buttons {
  z-index: 9;
  position: relative;
  margin: 22px;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.module-partners-buttons .btn-wrap {
  overflow: hidden;
  box-sizing: content-box;
  display: flex;
  margin: 10px;
  justify-content: center;
  align-items: flex-start;
}
.content-h {
  margin-bottom: 11px;
  width: 100%;
}
@media only screen and (min-width: 550px) {
  .content-h {
    margin-bottom: 22px;
    width: calc(50% - 22px);
  }
}
.content-h__box {
  background: #3e3e3e;
  text-align: center;
  max-width: 100%;
  height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 550px) {
  .content-h__box {
    height: 300px;
    padding: 20px;
  }
}
.content-h__box .headline {
  color: #fff;
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 26px;
}
@media (min-width: 320px) {
  .content-h__box .headline {
    font-size: calc(1.4375vw + 17.4px);
  }
}
@media (min-width: 1920px) {
  .content-h__box .headline {
    font-size: 45px;
  }
}
@media (min-width: 320px) {
  .content-h__box .headline {
    line-height: calc(1.5vw + 21.2px);
  }
}
@media (min-width: 1920px) {
  .content-h__box .headline {
    line-height: 50px;
  }
}
.content-h__box .description {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  font-weight: 600;
}
@media (min-width: 320px) {
  .content-h__box .description {
    font-size: calc(0.25vw + 13.2px);
  }
}
@media (min-width: 1920px) {
  .content-h__box .description {
    font-size: 18px;
  }
}
@media (min-width: 320px) {
  .content-h__box .description {
    line-height: calc(0.375vw + 14.8px);
  }
}
@media (min-width: 1920px) {
  .content-h__box .description {
    line-height: 22px;
  }
}
.content-h__box .description.fcolor-black {
  color: #111;
}
.content-h__box .bg-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  height: 50%;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.content-sp {
  background: #999;
  padding: 0 0 15px;
  margin-bottom: 22px;
}
.content-sp__head {
  background: #3f3f3f;
  padding: 15px 0;
}
.content-sp__overline {
  font-family: "Netto-Bold";
  text-transform: initial;
  color: #1148fd;
  text-align: center;
  margin-bottom: 5px;
  font-size: 10px;
  line-height: 16px;
}
@media (min-width: 320px) {
  .content-sp__overline {
    font-size: calc(0.375vw + 8.8px);
  }
}
@media (min-width: 1920px) {
  .content-sp__overline {
    font-size: 16px;
  }
}
@media (min-width: 320px) {
  .content-sp__overline {
    line-height: calc(0.375vw + 14.8px);
  }
}
@media (min-width: 1920px) {
  .content-sp__overline {
    line-height: 22px;
  }
}
.content-sp__headline {
  font-family: sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-size: 22px;
  line-height: 26px;
}
@media (min-width: 320px) {
  .content-sp__headline {
    font-size: calc(1.625vw + 16.8px);
  }
}
@media (min-width: 1920px) {
  .content-sp__headline {
    font-size: 48px;
  }
}
@media (min-width: 320px) {
  .content-sp__headline {
    line-height: calc(1.875vw + 20px);
  }
}
@media (min-width: 1920px) {
  .content-sp__headline {
    line-height: 56px;
  }
}
.content-sp__icon {
  width: 80px;
  display: block;
  margin: 10px auto;
}
.content-sp__list {
  padding: 15px;
}
.content-sp__item {
  color: rgba(255, 255, 255, 0.4);
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  margin-bottom: 3px;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 320px) {
  .content-sp__item {
    font-size: calc(0.125vw + 13.6px);
  }
}
@media (min-width: 1920px) {
  .content-sp__item {
    font-size: 16px;
  }
}
@media (min-width: 320px) {
  .content-sp__item {
    line-height: calc(0.125vw + 19.6px);
  }
}
@media (min-width: 1920px) {
  .content-sp__item {
    line-height: 22px;
  }
}
.content-sp__item .material-icons {
  color: rgba(255, 255, 255, 0.4);
  margin-left: 20px;
  text-decoration: none;
}
.content-sp__item--active {
  color: #fff;
  text-decoration: none;
}
.content-sp__item--active .material-icons {
  color: #1148fd;
}
.content-sp__item--active .content-sp__text {
  text-decoration: none;
}
.content-sp__text {
  text-decoration: line-through;
}
.content-sp .btn-wrap {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}
.events {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.events .event-card {
  text-decoration: none;
  max-width: 100%;
  height: auto;
  margin-left: 5.5px;
  margin-right: 5.5px;
  margin-bottom: 11px;
  width: 100%;
  display: block;
  width: calc(50% - 11px);
}
@media only screen and (min-width: 550px) {
  .events .event-card {
    height: auto;
    margin-left: 11px;
    margin-right: 11px;
    margin-bottom: 22px;
    max-width: 468px;
    width: calc(50% - 22px);
  }
}
@media only screen and (min-width: 768px) {
  .events .event-card {
    width: calc(33% - 22px);
  }
}
@media only screen and (min-width: 1025px) {
  .events .event-card {
    width: calc(25% - 22px);
  }
}
.events .event-card:hover {
  color: inherit;
}
.events .event-card__section {
  background: #313131;
  padding: 50px 0;
}
.events .event-card__wrap {
  display: flex;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
.events .event-card__name {
  width: 100%;
  color: #111;
  font-weight: 600;
  font-family: sans-serif;
  font-size: 14px;
  letter-spacing: 0.2px;
  line-height: 18px;
  text-transform: uppercase;
  min-height: 36px;
}
@media only screen and (min-width: 550px) {
  .events .event-card__name {
    font-size: 22px;
    line-height: 28px;
    min-height: 60px;
  }
}
.events .event-card__overline {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0;
}
@media (min-width: 320px) {
  .events .event-card__overline {
    font-size: calc(0.125vw + 11.6px);
  }
}
@media (min-width: 1920px) {
  .events .event-card__overline {
    font-size: 14px;
  }
}
@media (min-width: 320px) {
  .events .event-card__overline {
    line-height: calc(0.25vw + 15.2px);
  }
}
@media (min-width: 1920px) {
  .events .event-card__overline {
    line-height: 20px;
  }
}
@media only screen and (min-width: 480px) {
  .events .event-card__overline {
    letter-spacing: 1.5px;
  }
}
.events .event-card__content {
  height: auto;
  background: #a6a6a6;
  padding: 20px;
  padding: 10px;
}
@media (min-width: 320px) {
  .events .event-card__content {
    padding: calc(2.2321428571vw + 2.8571428571px);
  }
}
@media (min-width: 768px) {
  .events .event-card__content {
    padding: 20px;
  }
}
.events .event-card__price {
  font-family: sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 320px) {
  .events .event-card__price {
    font-size: calc(1.25vw + 10px);
  }
}
@media (min-width: 1920px) {
  .events .event-card__price {
    font-size: 34px;
  }
}
@media (min-width: 320px) {
  .events .event-card__price {
    line-height: calc(1.75vw + 14.4px);
  }
}
@media (min-width: 1920px) {
  .events .event-card__price {
    line-height: 48px;
  }
}
.events .event-card__price--euro {
  font-size: 12px;
  line-height: 14px;
}
@media (min-width: 320px) {
  .events .event-card__price--euro {
    font-size: calc(0.75vw + 9.6px);
  }
}
@media (min-width: 1920px) {
  .events .event-card__price--euro {
    font-size: 24px;
  }
}
@media (min-width: 320px) {
  .events .event-card__price--euro {
    line-height: calc(1.5vw + 9.2px);
  }
}
@media (min-width: 1920px) {
  .events .event-card__price--euro {
    line-height: 38px;
  }
}
.events .event-card__image {
  height: 120px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
  position: relative;
}
@media only screen and (min-width: 550px) {
  .events .event-card__image {
    height: 160px;
  }
}
.events .event-card__date {
  font-size: 12px;
  line-height: 16px;
}
@media (min-width: 320px) {
  .events .event-card__date {
    font-size: calc(0.125vw + 11.6px);
  }
}
@media (min-width: 1920px) {
  .events .event-card__date {
    font-size: 14px;
  }
}
@media (min-width: 320px) {
  .events .event-card__date {
    line-height: calc(0.25vw + 15.2px);
  }
}
@media (min-width: 1920px) {
  .events .event-card__date {
    line-height: 20px;
  }
}
.events .event-card__label {
  background: #1148fd;
  padding: 8px 10px 4px;
  position: absolute;
  bottom: 20px;
  right: 0;
}
.events .event-card__label-text {
  font-family: sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 320px) {
  .events .event-card__label-text {
    font-size: calc(1.25vw + 10px);
  }
}
@media (min-width: 1920px) {
  .events .event-card__label-text {
    font-size: 34px;
  }
}
@media (min-width: 320px) {
  .events .event-card__label-text {
    line-height: calc(1.75vw + 14.4px);
  }
}
@media (min-width: 1920px) {
  .events .event-card__label-text {
    line-height: 48px;
  }
}
.events-s__sidebar {
  background: #111;
  padding: 40px 15px;
  height: 100%;
  width: 100%;
  margin-right: 11px;
  margin-left: 11px;
  margin-bottom: 11px;
  order: 1;
}
@media only screen and (min-width: 550px) {
  .events-s__sidebar {
    margin-bottom: 22px;
  }
}
@media only screen and (min-width: 768px) {
  .events-s__sidebar {
    width: 240px;
    margin-left: 11px;
    order: 2;
  }
}
.events-s__heading {
  color: #fff;
}
.events-s__item {
  padding: 8px 0;
  border-bottom: 1px solid rgba(166, 166, 166, 0.9);
}
.events-s__item:nth-child(n+4) {
  display: none;
}
@media only screen and (min-width: 768px) {
  .events-s__item:nth-child(n+4) {
    display: block;
  }
  .events-s__item:nth-child(n+7) {
    display: none;
  }
}
.events-s__date {
  color: rgba(166, 166, 166, 0.9);
  font-size: 13px;
  line-height: 15px;
}
.events-s__title {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  font-size: 16px;
  line-height: 18px;
}
.events-s__title:visited, .events-s__title:focus {
  color: rgba(255, 255, 255, 0.9);
}
.events-s__title:hover {
  color: #1148fd;
}
.events-s__more, .events-s__less {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.events-s__more:hover, .events-s__less:hover {
  cursor: pointer;
}
.events-s__more-icon, .events-s__less-icon {
  color: #1148fd;
  width: 100%;
  font-size: 30px;
  line-height: 1;
  text-align: center;
}
.events-s__more-text, .events-s__less-text {
  text-align: center;
  color: #1148fd;
}
.events-s__less {
  display: none;
}
.filters {
  width: 100%;
  margin: 40px auto;
  max-width: 1280px;
}
.filters__wrap {
  display: flex;
  flex-wrap: wrap;
}
.filters__item {
  margin: 0 5.5px;
  width: calc(50% - 11px);
  margin-bottom: 11px;
}
@media only screen and (min-width: 550px) {
  .filters__item {
    margin: 0 11px;
    width: calc(25% - 22px);
  }
}
.filters__select {
  width: 100%;
  height: 40px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.7);
  color: #fff;
}
.filters__select option {
  color: #111;
}
.filters__select > button {
  height: 100%;
}
.filters .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}
.filters .dropdown-menu {
  border-radius: 0;
}
.filters .bootstrap-select > .dropdown-toggle:not(.bs-placeholder) {
  background-color: #e6e6e6;
}
.filters .dropdown-toggle {
  border: none;
  border-radius: 0;
}
.filters .btn--yellow {
  margin: 0 5.5px;
  width: calc(50% - 11px);
  height: 40px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media only screen and (min-width: 550px) {
  .filters .btn--yellow {
    margin: 0 11px;
    width: calc(25% - 22px);
  }
}
.filters .btn--yellow:focus {
  color: #1148fd;
  border-color: #1148fd;
}
.filters .btn--yellow:focus:hover {
  color: #111;
}
.machine-filters {
  background: #111;
  padding: 20px 15px;
  height: 100%;
  margin-right: 5.5px;
  margin-left: 5.5px;
  margin-bottom: 11px;
  min-width: 200px;
  width: 100%;
}
@media only screen and (min-width: 480px) {
  .machine-filters {
    width: auto;
  }
}
@media only screen and (min-width: 550px) {
  .machine-filters {
    margin-bottom: 11px;
    min-width: unset;
    width: 170px;
    max-width: 220px;
    padding: 40px 15px;
  }
}
@media only screen and (min-width: 768px) {
  .machine-filters {
    margin-right: 11px;
    margin-left: 11px;
    width: 240px;
  }
}
@media only screen and (min-width: 1280px) {
  .machine-filters {
    margin-left: 0;
  }
}
.machine-filters__content {
  display: none;
  padding: 20px;
}
@media only screen and (min-width: 480px) {
  .machine-filters__content {
    display: block;
    padding: 35px 0;
  }
}
.machine-filters__heading {
  color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.machine-filters__icon {
  color: #1148fd;
  display: block;
}
.machine-filters__icon:hover {
  cursor: pointer;
}
@media only screen and (min-width: 480px) {
  .machine-filters__icon {
    display: none;
  }
}
.machine-filters__name {
  color: #fff;
  margin-top: 10px;
}
@media only screen and (min-width: 480px) {
  .machine-filters__name {
    margin-top: 25px;
  }
}
.machine-filters .btn {
  margin-top: 20px;
}
@media only screen and (min-width: 480px) {
  .machine-filters .btn {
    margin-top: 50px;
  }
}
.machine-filters .irs--round .irs-bar {
  background-color: #1148fd;
  top: 37px;
  height: 2px;
}
.machine-filters .irs--round .irs-handle {
  border-color: #1148fd;
  background-color: #1148fd;
  top: 30px;
  width: 15px;
  height: 15px;
}
.machine-filters .irs--round .irs-from, .machine-filters .irs--round .irs-to, .machine-filters .irs--round .irs-single {
  background-color: #1148fd;
  color: #000;
}
.machine-filters .irs--round .irs-from::before, .machine-filters .irs--round .irs-to::before, .machine-filters .irs--round .irs-single::before {
  border-top-color: #1148fd;
}
.machine-filters .irs--round .irs-line {
  height: 2px;
  top: 37px;
}
.filter-none {
  color: #fff;
  padding-left: 11px;
}
@media only screen and (min-width: 550px) {
  .filter-none {
    padding-left: 22px;
  }
}
.footer {
  background: #2d2d2d;
  padding: 50px 11px 100px;
}
@media only screen and (min-width: 550px) {
  .footer {
    padding: 50px 11px 50px;
  }
}
.footer-wrap {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto;
  flex-wrap: wrap;
}
.footer__block--1 {
  width: 100%;
  order: 9;
}
@media only screen and (min-width: 550px) {
  .footer__block--1 {
    width: 50%;
    order: 1;
  }
}
@media only screen and (min-width: 768px) {
  .footer__block--1 {
    width: 50%;
  }
}
.footer__block--2 {
  width: 100%;
  order: 2;
}
@media only screen and (min-width: 550px) {
  .footer__block--2 {
    width: 25%;
  }
}
@media only screen and (min-width: 768px) {
  .footer__block--2 {
    width: 15%;
  }
}
.footer__block--3 {
  width: 100%;
  order: 3;
}
@media only screen and (min-width: 550px) {
  .footer__block--3 {
    width: 30%;
  }
}
@media only screen and (min-width: 768px) {
  .footer__block--3 {
    width: 15%;
  }
}
.footer__block--4 {
  margin-top: 20px;
  width: 100%;
  order: 4;
}
@media only screen and (min-width: 550px) {
  .footer__block--4 {
    margin-top: 0;
    width: 20%;
  }
}
@media only screen and (min-width: 768px) {
  .footer__block--4 {
    width: 35%;
  }
}
.footer__block--socials {
  width: 100%;
  order: 4;
  display: flex;
  justify-content: center;
  height: 80px;
  border-bottom: 1px solid #827f78;
}
@media only screen and (min-width: 550px) {
  .footer__block--socials {
    order: 10;
    border-bottom: none;
  }
}
.footer__logo {
  height: 40px;
  width: 40px;
  display: none;
}
@media only screen and (min-width: 550px) {
  .footer__logo {
    display: block;
  }
}
.footer__logo-img {
  height: 40px;
  width: 40px;
}
.footer__copy {
  margin-top: 10px;
}
.footer__copy p {
  font-size: 14px;
  line-height: 18px;
  color: #666;
  display: inline-block;
}
@media only screen and (min-width: 550px) {
  .footer__copy p {
    display: block;
  }
}
.footer__menu {
  margin: 0;
  padding: 0;
}
.footer__menu li {
    list-style: none;
    font-size: 14px;
    line-height: 24px;
    padding: 6px 0px 9px;
    border-bottom: 1px solid #fff;
}
@media only screen and (min-width: 550px) {
  .footer__menu li {
    line-height: 18px;
  }
}
.footer__menu li a {
  color: #fff;
  text-decoration: none;
}
.footer__heading {
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
  font-family: sans-serif;
}
.footer .partners {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.footer .partners__url {
  width: calc(25% - 10px);
  margin: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .footer .partners__url {
    display: block;
  }
}
@media only screen and (min-width: 550px) {
  .footer .partners__url {
    width: calc(50% - 10px);
  }
}
@media only screen and (min-width: 768px) {
  .footer .partners__url {
    width: calc(25% - 10px);
  }
}
.footer .partners__logo {
  margin: 5px 0;
}
.footer__socials {
  display: flex;
  align-items: center;
}
.footer__socials-link {
  background: #fff;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px;
}
.footer__socials-img {
  width: 22px;
  height: 22px;
}
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  padding: 6px 15px;
  font-family: sans-serif;
  border: 1px solid #1148fd;
  background: transparent;
  text-decoration: none;
  color: #111;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 3px;
  transition: all 0.2s ease-in-out;
  margin-bottom: 5px;
  background: transparent;
  color: #1148fd;
}
@media only screen and (min-width: 550px) {
  body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
    padding: 10px 20px;
  }
}
@media only screen and (min-width: 1025px) {
  body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
    padding: 12px 30px;
  }
}
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:visited {
  color: #1148fd;
}
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:hover {
  background-color: #1148fd !important;
  color: #111 !important;
}
body #moove_gdpr_save_popup_settings_button:not(.gdpr-floating-button-custom-position) {
  bottom: 60px;
  right: 10px;
  left: unset;
}
@media only screen and (min-width: 550px) {
  body #moove_gdpr_save_popup_settings_button:not(.gdpr-floating-button-custom-position) {
    bottom: 20px;
    right: 20px;
    left: unset;
  }
}
body #moove_gdpr_save_popup_settings_button.gdpr-floating-button-custom-position {
  bottom: 55px !important;
  left: 10px !important;
}
@media only screen and (min-width: 550px) {
  body #moove_gdpr_save_popup_settings_button.gdpr-floating-button-custom-position {
    bottom: 20px !important;
    left: 20px !important;
  }
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton {
  color: #111 !important;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton:hover, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton:hover, .gdpr_cookie_settings_shortcode_content .gdpr-shr-button.button-green:hover {
  color: #111 !important;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close i, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close span.gdpr-icon {
  color: #111 !important;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close i:hover, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close span.gdpr-icon:hover {
  color: #111 !important;
}
.header {
  width: 100%;
  margin: 0;
  padding: 5px 11px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #111;
  display: flex;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .header {
    background: transparent;
  }
}
.header-wrap {
  max-width: 1920px;
  width: 100%;
  display: flex;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .header-wrap {
    max-width: 1024px;
    margin: 0 auto;
  }
}
@media (min-width: 1476px) {
  .header-wrap {
    max-width: 1920px;
  }
}
.header.fixed {
  background: #111;
}
.header.fixed .header-wrap {
  max-width: 1280px;
}
@media only screen and (min-width: 992px) {
  .header.fixed .header-wrap {
    max-width: 1280px;
  }
}
@media (min-width: 1476px) {
  .header.fixed .header-wrap {
    max-width: 1280px;
  }
}
.header.fixed .header__logo {
  left: 0px;
  top: 5px;
  z-index: 9;
}
@media only screen and (min-width: 1280px) {
  .header.fixed .header__logo {
    top: 7px;
  }
}
.header.fixed .header__logo--small {
  opacity: 1;
  visibility: visible;
}
.header.fixed .header__logo--big {
  opacity: 0;
  visibility: hidden;
}
.header.fixed .header__logo-img {
  width: 45px;
  height: 45px;
}
@media only screen and (min-width: 992px) {
  .header.fixed .nav {
    margin: 0;
    margin-left: auto;
  }
}
.header.fixed .nav::after {
  display: none;
}
.header__logo {
  left: 0px;
  top: 5px;
  transition: top 0.5s ease-in-out;
}
@media (min-width: 992px) {
  .header__logo {
    position: absolute;
    top: 30px;
    left: 10px;
  }
}
@media (min-width: 992px) and (min-width: 993px) {
  .header__logo {
    left: calc(-22.7743271222vw + 236.149068323px);
  }
}
@media (min-width: 992px) and (min-width: 1476px) {
  .header__logo {
    left: calc(16000.0000000009vw - 236260.0000000135px);
  }
}
@media (min-width: 992px) and (min-width: 1477px) {
  .header__logo {
    left: calc(4.5146726862vw - 6.6817155756px);
  }
}
@media (min-width: 992px) and (min-width: 1920px) {
  .header__logo {
    left: 80px;
  }
}
.header__logo-img {
  width: 45px;
  height: 45px;
  transition: opacity 0.5s ease-in-out;
}
@media (min-width: 992px) {
  .header__logo-img {
    height: 90px;
    width: auto;
  }
}
@media (min-width: 992px) and (min-width: 769px) {
  .header__logo-img {
    height: calc(9.5569070374vw + 16.5073848827px);
  }
}
@media (min-width: 992px) and (min-width: 1920px) {
  .header__logo-img {
    height: 200px;
  }
}
.header__logo--small {
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 992px) {
  .header__logo--small {
    opacity: 0;
    visibility: hidden;
  }
}
.header__logo--big {
  opacity: 0;
  visibility: hidden;
  display: none;
}
@media only screen and (min-width: 992px) {
  .header__logo--big {
    opacity: 1;
    visibility: visible;
    display: block;
  }
}
.header .nav {
  max-width: 1280px;
  width: auto;
  display: flex;
  align-items: center;
  position: relative;
  transition: all 0.3s ease-in-out;
  margin-left: auto;
}
@media (min-width: 992px) {
  .header .nav {
    margin: 0;
    margin-left: auto;
    width: 700px;
  }
  .header .nav::after {
    position: absolute;
    bottom: 0;
    content: "";
    width: 100%;
    left: 0;
    right: 0;
    height: 1px;
    background: #fff;
    transition: all 0.3s ease-in-out;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .header .nav {
    width: calc(62.5vw + 80px);
  }
}
@media (min-width: 992px) and (min-width: 1920px) {
  .header .nav {
    width: 1280px;
  }
}
@media (min-width: 1476px) {
  .header .nav {
    margin: 0 auto;
  }
}
.header .nav-wrap {
  align-items: center;
  position: relative;
  justify-content: space-between;
  display: none;
  background: rgba(255, 255, 255, 0.85);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
}
@media only screen and (min-width: 992px) {
  .header .nav-wrap {
    background: transparent;
    position: inherit;
    display: flex;
  }
}
@media only screen and (min-width: 1280px) {
  .header .nav-wrap {
    justify-content: center;
    margin-left: auto;
  }
}
.header .nav__tools {
  display: inline-block;
  margin-left: auto;
  padding-right: 10px;
  order: -1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 992px) {
  .header .nav__tools {
    order: inherit;
  }
}
.header .nav__lang .wpml-ls-legacy-dropdown {
  width: auto;
  margin-right: 10px;
}
.header .nav__lang .wpml-ls-legacy-dropdown a {
  background-color: transparent;
  border: none;
  display: flex;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.header .nav__lang .wpml-ls-legacy-dropdown a::after {
  border-top: 0.3em solid #fff;
  top: 60%;
  transform: translateY(-50%);
}
.header .nav__lang .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a {
  background-color: transparent;
}
.header .nav__lang .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  border-top: none;
}
.header .nav__lang .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
  background-color: #111;
}
.header .nav__search {
  display: flex;
  align-items: center;
}
.header .nav__search .search-icon {
  color: #fff;
}
.header .nav__search:hover {
  cursor: pointer;
}
.header .nav__toggle {
  display: none;
  color: #fff;
  font-size: 40px;
  margin-left: auto;
}
@media only screen and (min-width: 992px) {
  .header .nav__toggle {
    display: none;
  }
}
.header .nav__toggle:hover {
  cursor: pointer;
}
.header .nav__menu {
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  display: flex;
}
.header .nav__menu--lang li .sub-menu {
  width: auto;
}
.header .nav__menu > li {
  padding: 18px 10px;
  list-style: none;
  font-weight: 500;
  position: relative;
  font-size: 13px;
  white-space: nowrap;
}
@media only screen and (min-width: 1280px) {
  .header .nav__menu > li {
    font-size: 16px;
  }
}
.header .nav__menu > li.current_page_item > a {
  color: #1148fd;
}
.header .nav__menu > li.current_page_item::after {
  width: 100%;
  background: #1148fd;
}
.header .nav__menu > li:hover::after {
  width: 100%;
  background: rgba(253, 234, 17, 0.5);
}
.header .nav__menu > li:hover > a {
  color: #1148fd;
}
.header .nav__menu > li:hover > .sub-menu {
  display: block;
}
.header .nav__menu > li::after {
  position: absolute;
  bottom: 0;
  content: "";
  left: 0;
  width: 0;
  right: 0;
  height: 3px;
  background: #777;
  transition: all 0.3s ease-in-out;
  z-index: 9;
}
.header .nav__menu > li a {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.header .nav__menu .sub-menu {
  display: none;
  position: absolute;
  top: 55px;
  left: 0;
  margin: 0;
  padding: 0;
  background: #111;
  width: 300px;
}
@media only screen and (min-width: 1280px) {
  .header .nav__menu .sub-menu {
    top: 60px;
  }
}
.header .nav__menu .sub-menu li {
  font-size: 14px;
  padding: 12px 10px;
  list-style: none;
}
.header .nav__menu .sub-menu li:hover a {
  color: #1148fd;
}
.wpml-ls-legacy-list-horizontal {
  border: 1px solid transparent;
  padding: 7px;
  clear: both;
}
.wpml-ls-legacy-list-horizontal > ul {
  padding: 0;
  margin: 0 !important;
  list-style-type: none;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-item {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
}
.wpml-ls-legacy-list-horizontal a {
  display: block;
  text-decoration: none;
  padding: 5px 10px;
  line-height: 1;
}
.wpml-ls-legacy-list-horizontal a span {
  vertical-align: middle;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-flag {
  display: inline;
  vertical-align: middle;
  width: 18px;
  height: 12px;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-flag + span {
  margin-left: 0.4em;
}
.rtl .wpml-ls-legacy-list-horizontal .wpml-ls-flag + span {
  margin-left: 0;
  margin-right: 0.4em;
}
.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
  margin-bottom: 30px;
}
.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer > ul {
  text-align: center;
}
.hero {
  height: auto;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.hero__bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 375px;
  width: 100%;
  position: relative;
  z-index: 2;
  height: 320px;
}
@media (min-width: 320px) {
  .hero__bg {
    height: calc(100vw + 0px);
  }
}
@media (min-width: 375px) {
  .hero__bg {
    height: 375px;
  }
}
.hero__bg::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.2);
}
.hero__content-wrap {
  background: #1148fd;
  height: auto;
  text-align: center;
  padding: 120px 50px;
  position: relative;
  padding-top: 22px;
  padding-bottom: 22px;
  padding-left: 11px;
  padding-right: 11px;
}
@media (min-width: 320px) {
  .hero__content-wrap {
    padding-top: calc(6.125vw + 2.4px);
  }
}
@media (min-width: 1920px) {
  .hero__content-wrap {
    padding-top: 120px;
  }
}
@media (min-width: 320px) {
  .hero__content-wrap {
    padding-bottom: calc(6.125vw + 2.4px);
  }
}
@media (min-width: 1920px) {
  .hero__content-wrap {
    padding-bottom: 120px;
  }
}
@media (min-width: 320px) {
  .hero__content-wrap {
    padding-left: calc(2.4375vw + 3.2px);
  }
}
@media (min-width: 1920px) {
  .hero__content-wrap {
    padding-left: 50px;
  }
}
@media (min-width: 320px) {
  .hero__content-wrap {
    padding-right: calc(2.4375vw + 3.2px);
  }
}
@media (min-width: 1920px) {
  .hero__content-wrap {
    padding-right: 50px;
  }
}
.hero--subpage .hero__content-wrap {
  padding-top: 80px;
  padding-bottom: 40px;
}
@media (min-width: 320px) {
  .hero--subpage .hero__content-wrap {
    padding-top: calc(2.5vw + 72px);
  }
}
@media (min-width: 1920px) {
  .hero--subpage .hero__content-wrap {
    padding-top: 120px;
  }
}
@media (min-width: 320px) {
  .hero--subpage .hero__content-wrap {
    padding-bottom: calc(5vw + 24px);
  }
}
@media (min-width: 1920px) {
  .hero--subpage .hero__content-wrap {
    padding-bottom: 120px;
  }
}
.hero__content {
  max-width: 1024px;
  margin: 0 auto 50px;
  position: relative;
}
@media only screen and (min-width: 550px) {
  .hero__content {
    margin: 0 auto;
  }
}
.hero__heading {
  font-size: 14px;
  line-height: 20px;
  font-family: sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  font-size: 32px;
  line-height: 36px;
}
@media (min-width: 320px) {
  .hero__heading {
    font-size: calc(4vw + 19.2px);
  }
}
@media (min-width: 1920px) {
  .hero__heading {
    font-size: 96px;
  }
}
@media (min-width: 320px) {
  .hero__heading {
    line-height: calc(4vw + 23.2px);
  }
}
@media (min-width: 1920px) {
  .hero__heading {
    line-height: 100px;
  }
}
.hero__description {
  font-family: sans-serif;
  color: #fff;
  text-align: left;
  font-size: 13px;
  line-height: 1.5;
}
@media (min-width: 320px) {
  .hero__description {
    font-size: calc(0.4375vw + 11.6px);
  }
}
@media (min-width: 1920px) {
  .hero__description {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .hero__description {
    text-align: center;
  }
}
.hero__description p {
  font-family: sans-serif;
  color: #fff;
  text-align: left;
  font-size: 13px;
  line-height: 1.5;
}
@media (min-width: 320px) {
  .hero__description p {
    font-size: calc(0.4375vw + 11.6px);
  }
}
@media (min-width: 1920px) {
  .hero__description p {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .hero__description p {
    text-align: center;
  }
}
.hero__link {
  text-align: center;
  margin: 10px 0 20px;
}
.hero__url {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1148fd;
  text-decoration: none;
}
.hero__url:hover span {
  color: #fff;
}
.hero__url span {
  margin-right: 10px;
  transition: all 0.2s ease-in-out;
}
.hero__url:visited {
  color: #1148fd;
}
.hero__date {
  color: #1148fd;
}
.hero__btn-wrap {
  position: absolute;
  max-width: 1280px;
  margin: 0 auto;
  left: 0;
  right: 0;
  display: block;
  text-align: left;
  padding: 0 11px;
  bottom: 20px;
}
@media (min-width: 320px) {
  .hero__btn-wrap {
    bottom: calc(1.3157894737vw + 15.7894736842px);
  }
}
@media (min-width: 1080px) {
  .hero__btn-wrap {
    bottom: 30px;
  }
}
@media (min-width: 1312px) {
  .hero__btn-wrap {
    padding: 0;
  }
}
@media only screen and (min-width: 480px) {
  .hero__btn-wrap {
    margin: 0 auto;
  }
}
.hero .hero__back-btn {
  max-width: 1280px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .hero .hero__back-btn {
    font-size: 16px;
  }
}
.hero .hero__back-btn:visited {
  color: rgba(255, 255, 255, 0.65);
}
.hero .hero__back-btn:hover {
  color: #fff;
}
.hero .hero__back-btn span {
  font-size: 1em;
  margin-right: 10px;
}
.hero--home {
  height: 800px;
  position: relative;
  height: 180px;
}
@media (min-width: 320px) {
  .hero--home {
    height: calc(55.5555555556vw + 2.2222222222px);
  }
}
@media (min-width: 500px) {
  .hero--home {
    height: calc(55.3435114504vw + 3.2824427481px);
  }
}
@media (min-width: 1024px) {
  .hero--home {
    height: calc(54.6875vw + 10px);
  }
}
@media (min-width: 1280px) {
  .hero--home {
    height: calc(14.0625vw + 530px);
  }
}
@media (min-width: 1920px) {
  .hero--home {
    height: 800px;
  }
}
@media (max-width: 991px) {
  .hero--home {
    margin-top: 40px;
  }
}
.hero--special {
  height: auto;
  position: relative;
}
.hero--special .hero__content-wrap {
  padding-top: 80px;
}
@media (min-width: 320px) {
  .hero--special .hero__content-wrap {
    padding-top: calc(2.5vw + 72px);
  }
}
@media (min-width: 1920px) {
  .hero--special .hero__content-wrap {
    padding-top: 120px;
  }
}
.hero .video-wrap {
  height: 750px;
  position: relative;
  overflow: hidden;
  height: 175px;
}
@media (min-width: 320px) {
  .hero .video-wrap {
    height: calc(55.5555555556vw - 2.7777777778px);
  }
}
@media (min-width: 500px) {
  .hero .video-wrap {
    height: calc(56.2977099237vw - 6.4885496183px);
  }
}
@media (min-width: 1024px) {
  .hero .video-wrap {
    height: calc(31.25vw + 250px);
  }
}
@media (min-width: 1280px) {
  .hero .video-wrap {
    height: calc(15.625vw + 450px);
  }
}
@media (min-width: 1920px) {
  .hero .video-wrap {
    height: 750px;
  }
}
.hero__video {
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 102%;
  object-position: 50% 50%;
  overflow: hidden;
  min-width: 100%;
  min-height: 100%;
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .hero__video {
    width: auto;
    height: auto;
  }
}
@supports (-ms-ime-align:auto) {
  .hero__video {
    width: auto;
    height: auto;
  }
}
@supports (-ms-ime-align:auto) {
  .hero .hero__video {
    width: 105%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.hero .video-btn {
  display: none;
  width: 60px;
  height: 60px;
  font-size: 60px;
  line-height: 60px;
  color: #1148fd;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s ease-in-out;
}
.hero .video-btn:hover {
  cursor: pointer;
  color: #fff;
}
.location__sidebar {
  background: #111;
  padding: 40px 15px;
  height: 100%;
  width: 100%;
  margin-right: 11px;
  margin-left: 11px;
  margin-bottom: 11px;
  order: 1;
}
@media only screen and (min-width: 550px) {
  .location__sidebar {
    margin-bottom: 22px;
  }
}
@media only screen and (min-width: 768px) {
  .location__sidebar {
    width: 240px;
    margin-left: 11px;
    order: 2;
  }
}
.location__heading {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 320px) {
  .location__heading {
    font-size: calc(1.375vw + 11.6px);
  }
}
@media (min-width: 1920px) {
  .location__heading {
    font-size: 38px;
  }
}
@media (min-width: 320px) {
  .location__heading {
    line-height: calc(1.625vw + 14.8px);
  }
}
@media (min-width: 1920px) {
  .location__heading {
    line-height: 46px;
  }
}
.location__description {
  color: #fff;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 22px;
}
@media (min-width: 320px) {
  .location__description {
    font-size: calc(0.125vw + 11.6px);
  }
}
@media (min-width: 1920px) {
  .location__description {
    font-size: 14px;
  }
}
@media (min-width: 320px) {
  .location__description {
    line-height: calc(0.1875vw + 14.4px);
  }
}
@media (min-width: 1920px) {
  .location__description {
    line-height: 18px;
  }
}
.location-card {
  text-decoration: none;
  max-width: 100%;
  height: auto;
  margin-bottom: 11px;
  width: 100%;
  display: block;
  width: 100%;
}
@media only screen and (min-width: 550px) {
  .location-card {
    height: auto;
    margin-bottom: 22px;
  }
}
.location-card:hover, .location-card:focus, .location-card:active {
  color: inherit;
}
.location-card__overline {
  margin-bottom: 10px;
  font-size: 10px;
  display: none;
}
@media (min-width: 320px) {
  .location-card__overline {
    font-size: calc(0.25vw + 9.2px);
  }
}
@media (min-width: 1920px) {
  .location-card__overline {
    font-size: 14px;
  }
}
.location-card__name {
  width: 100%;
  color: #111;
  font-weight: 600;
  font-family: sans-serif;
  font-size: 14px;
  letter-spacing: 0.2px;
  line-height: 18px;
  text-transform: uppercase;
}
@media only screen and (min-width: 550px) {
  .location-card__name {
    font-size: 22px;
    line-height: 28px;
  }
}
.location-card__content {
  height: auto;
  background: #a6a6a6;
  padding: 20px;
  padding: 10px;
}
@media (min-width: 320px) {
  .location-card__content {
    padding: calc(1.4204545455vw + 5.4545454545px);
  }
}
@media (min-width: 1024px) {
  .location-card__content {
    padding: 20px;
  }
}
.location-card__content .btn-wrap {
  margin-top: 15px;
}
.location-card__content .btn-wrap .btn {
  padding: 6px 15px;
  font-size: 10px;
  line-height: 12px;
}
@media only screen and (min-width: 480px) {
  .location-card__content .btn-wrap .btn {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1025px) {
  .location-card__content .btn-wrap .btn {
    padding: 6px 25px;
  }
}
.location-card__content .btn-wrap .btn--transparent {
  background: #111;
  color: #fff;
  border-color: #111;
}
.location-card__content .btn-wrap .btn--transparent:hover {
  border-color: #fff;
  background: transparent;
}
.location-card__image {
  height: 120px;
  width: 100%;
  background-color: #fff;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (min-width: 550px) {
  .location-card__image {
    height: 160px;
  }
}
.machine-card {
  text-decoration: none;
  max-width: 100%;
  height: auto;
  margin-bottom: 11px;
  width: 100%;
  display: block;
  width: calc(50% - 22px);
  margin-left: 11px;
  margin-right: 11px;
  transition: transform 0.2s ease-in-out;
}
.machine-card:hover {
  transform: translateY(-4px);
}
@media only screen and (min-width: 550px) {
  .machine-card {
    height: auto;
    margin-bottom: 22px;
    max-width: 468px;
    width: calc(33% - 22px);
    margin-left: 11px;
    margin-right: 11px;
  }
}
@media only screen and (min-width: 768px) {
  .machine-card {
    width: calc(25% - 22px);
  }
}
.machine-card:hover, .machine-card:focus, .machine-card:active {
  color: inherit;
}
.machine-card__section {
  background: #fff;
  padding: 50px 0;
}
.machine-card__card-filter-wrap {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 480px) {
  .machine-card__card-filter-wrap {
    flex-wrap: nowrap;
  }
}
.machine-card__card-filter-wrap .machine-card__wrap {
  margin: 0;
}
.machine-card__card-filter-wrap .machine-card {
  width: calc(50% - 11px);
  margin-left: 5.5px;
  margin-right: 5.5px;
  margin-bottom: 11px;
}
@media only screen and (min-width: 480px) {
  .machine-card__card-filter-wrap .machine-card {
    width: 100%;
  }
}
@media only screen and (min-width: 550px) {
  .machine-card__card-filter-wrap .machine-card {
    height: auto;
    max-width: 468px;
    width: calc(50% - 11px);
  }
}
@media only screen and (min-width: 768px) {
  .machine-card__card-filter-wrap .machine-card {
    margin-left: 11px;
    margin-right: 11px;
    margin-bottom: 22px;
    width: calc(50% - 22px);
  }
}
@media only screen and (min-width: 1025px) {
  .machine-card__card-filter-wrap .machine-card {
    width: calc(33% - 22px);
  }
}
@media only screen and (min-width: 1280px) {
  .machine-card__card-filter-wrap .machine-card {
    width: calc(25% - 22px);
  }
}
.machine-card__wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
.machine-card__overline {
  margin-bottom: 10px;
  font-size: 10px;
  display: none;
}
@media (min-width: 320px) {
  .machine-card__overline {
    font-size: calc(0.25vw + 9.2px);
  }
}
@media (min-width: 1920px) {
  .machine-card__overline {
    font-size: 14px;
  }
}
.machine-card__name {
  width: 100%;
  color: #111;
  font-weight: 600;
  font-family: sans-serif;
  font-size: 14px;
  letter-spacing: 0.2px;
  line-height: 18px;
  text-transform: uppercase;
}
@media only screen and (min-width: 550px) {
  .machine-card__name {
    font-size: 22px;
    line-height: 28px;
  }
}
.machine-card__content {
  height: calc(100% - 120px);
  background: #a6a6a6;
  padding: 20px;
  padding: 10px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 320px) {
  .machine-card__content {
    padding: calc(1.4204545455vw + 5.4545454545px);
  }
}
@media (min-width: 1024px) {
  .machine-card__content {
    padding: 20px;
  }
}
@media only screen and (min-width: 550px) {
  .machine-card__content {
    height: calc(100% - 160px);
  }
}
.machine-card__content .btn-wrap {
  padding-top: 20px;
  margin-top: auto;
}
.machine-card__content .btn-wrap .btn {
  padding: 6px 15px;
  font-size: 10px;
  line-height: 12px;
}
@media only screen and (min-width: 480px) {
  .machine-card__content .btn-wrap .btn {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1025px) {
  .machine-card__content .btn-wrap .btn {
    padding: 6px 25px;
  }
}
.machine-card__content .btn-wrap .btn--transparent {
  background: #111;
  color: #fff;
  border-color: #111;
}
.machine-card__content .btn-wrap .btn--transparent:hover {
  border-color: #fff;
  background: transparent;
}
.machine-card__price {
  font-family: sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  height: 20px;
}
@media (min-width: 320px) {
  .machine-card__price {
    font-size: calc(1.25vw + 10px);
  }
}
@media (min-width: 1920px) {
  .machine-card__price {
    font-size: 34px;
  }
}
@media (min-width: 320px) {
  .machine-card__price {
    line-height: calc(1.75vw + 14.4px);
  }
}
@media (min-width: 1920px) {
  .machine-card__price {
    line-height: 48px;
  }
}
@media (min-width: 320px) {
  .machine-card__price {
    height: calc(1.75vw + 14.4px);
  }
}
@media (min-width: 1920px) {
  .machine-card__price {
    height: 48px;
  }
}
.machine-card__image {
  height: 120px;
  width: 100%;
  background-color: #fff;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (min-width: 550px) {
  .machine-card__image {
    height: 175px;
  }
}
.machine-card__attributes-item {
  display: flex;
  justify-content: space-between;
}
.machine-card__attributes-label {
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  min-width: 100px;
  padding-right: 10px;
}
@media only screen and (min-width: 550px) {
  .machine-card__attributes-label {
    font-size: 14px;
    line-height: 20px;
  }
}
.machine-card__attributes-value {
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  text-align: right;
}
@media only screen and (min-width: 550px) {
  .machine-card__attributes-value {
    font-size: 14px;
    line-height: 20px;
  }
}
.machine-main {
  height: auto;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 550px) {
  .machine-main {
    height: 350px;
  }
}
@media only screen and (min-width: 768px) {
  .machine-main {
    height: 600px;
  }
}
.machine-main__gallery {
  height: 250px;
  width: 100%;
}
@media only screen and (min-width: 550px) {
  .machine-main__gallery {
    height: 100%;
    width: 55%;
  }
}
@media only screen and (min-width: 768px) {
  .machine-main__gallery {
    width: 50%;
  }
}
.machine-main__bg-img {
  background-size: contain;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
}
.machine-main__carousel {
  height: 100%;
}
.machine-main__carousel .owl-stage-outer {
  height: 100%;
}
.machine-main__carousel .owl-stage-outer .owl-stage {
  height: 100%;
}
.machine-main__carousel .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
}
.machine-main__carousel .owl-dots {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media only screen and (min-width: 550px) {
  .machine-main__carousel .owl-dots {
    bottom: 20px;
  }
}
.machine-main__carousel .owl-dots .owl-dot {
  width: 20px;
  height: 20px;
}
@media only screen and (min-width: 550px) {
  .machine-main__carousel .owl-dots .owl-dot {
    width: 30px;
    height: 30px;
  }
}
.machine-main__carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: transparent;
  border: 2px solid #1148fd;
  margin: 5px;
}
@media only screen and (min-width: 550px) {
  .machine-main__carousel .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
  }
}
.machine-main__carousel .owl-dots .owl-dot.active span {
  background: #1148fd;
}
.machine-main__short {
  background: #363636;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 25px;
  padding-right: 25px;
}
@media (min-width: 320px) {
  .machine-main__short {
    padding-left: calc(7.8125vw + 0px);
  }
}
@media (min-width: 1920px) {
  .machine-main__short {
    padding-left: 150px;
  }
}
@media (min-width: 320px) {
  .machine-main__short {
    padding-right: calc(7.8125vw + 0px);
  }
}
@media (min-width: 1920px) {
  .machine-main__short {
    padding-right: 150px;
  }
}
@media only screen and (min-width: 550px) {
  .machine-main__short {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .machine-main__short {
    width: 50%;
  }
}
.machine-main__short .btn-wrap {
  margin-top: 30px;
}
.machine-main__short .btn-wrap .btn--transparent {
  background: #111;
  color: #fff;
  border-color: #111;
}
.machine-main__short .btn-wrap .btn--transparent:hover {
  border-color: #fff;
  background: transparent;
}
.machine-main__price-big {
  font-family: sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  display: block;
  font-weight: 800;
}
@media (min-width: 320px) {
  .machine-main__price-big {
    font-size: calc(2.5vw + 16px);
  }
}
@media (min-width: 1920px) {
  .machine-main__price-big {
    font-size: 64px;
  }
}
@media (min-width: 320px) {
  .machine-main__price-big {
    line-height: calc(3vw + 20.4px);
  }
}
@media (min-width: 1920px) {
  .machine-main__price-big {
    line-height: 78px;
  }
}
.machine-main__price-subline {
  font-size: 12px;
  line-height: 16px;
  color: #a6a6a6;
}
@media (min-width: 320px) {
  .machine-main__price-subline {
    font-size: calc(0.125vw + 11.6px);
  }
}
@media (min-width: 1920px) {
  .machine-main__price-subline {
    font-size: 14px;
  }
}
@media (min-width: 320px) {
  .machine-main__price-subline {
    line-height: calc(0.125vw + 15.6px);
  }
}
@media (min-width: 1920px) {
  .machine-main__price-subline {
    line-height: 18px;
  }
}
.machine-info {
  height: auto;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 25px;
  padding-right: 25px;
  background: #1148fd;
}
@media (min-width: 320px) {
  .machine-info {
    padding-left: calc(3.3156498674vw + 14.3899204244px);
  }
}
@media (min-width: 1074px) {
  .machine-info {
    padding-left: 50px;
  }
}
@media (min-width: 320px) {
  .machine-info {
    padding-right: calc(3.3156498674vw + 14.3899204244px);
  }
}
@media (min-width: 1074px) {
  .machine-info {
    padding-right: 50px;
  }
}
@media only screen and (min-width: 550px) {
  .machine-info {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) {
  .machine-info {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.machine-info__headline {
  max-width: 1024px;
  width: 100%;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  margin: 0 auto;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 320px) {
  .machine-info__headline {
    font-size: calc(2.625vw + 7.6px);
  }
}
@media (min-width: 1920px) {
  .machine-info__headline {
    font-size: 58px;
  }
}
@media (min-width: 320px) {
  .machine-info__headline {
    line-height: calc(2.875vw + 10.8px);
  }
}
@media (min-width: 1920px) {
  .machine-info__headline {
    line-height: 66px;
  }
}
.machine-info__wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1024px;
  margin: 50px auto;
}
@media only screen and (min-width: 550px) {
  .machine-info__wrap {
    flex-wrap: nowrap;
  }
}
.machine-info__attributes {
  width: 30%;
  padding-right: 30px;
  color: #fff;
  min-width: 280px;
  margin: 0 auto 35px;
}
@media only screen and (min-width: 550px) {
  .machine-info__attributes {
    padding-right: 50px;
    min-width: 320px;
    margin: 0;
  }
}
.machine-info__attributes-item {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}
@media only screen and (min-width: 550px) {
  .machine-info__attributes-item {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .machine-info__attributes-item {
    font-size: 16px;
  }
}
.machine-info__attributes-label {
  font-weight: 700;
  width: 160px;
}
.machine-info__attributes-value {
  font-weight: 400;
}
.machine-info__content {
  width: 70%;
}
.machine-info__description {
  color: #fff;
}
/* Trigger Styles */
.mmenu-trigger {
  height: 34px;
  width: 33px;
  display: none;
  position: relative;
  margin: 13px 0 0 0;
  border-radius: 4px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .mmenu-trigger {
    display: block;
    float: right;
  }
}
/* Hamburger Icon */
.hamburger {
  padding: 0;
  top: 5px;
  left: 7px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  outline: none;
  overflow: visible;
}
.hamburger-box {
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  outline: none;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 22px;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  outline: none;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
  outline: none;
}
.hamburger-inner::after {
  bottom: -10px;
  outline: none;
}
/* Animation */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.mm-menu_offcanvas {
  width: 100%;
  max-width: 100%;
  -webkit-font-smoothing: antialiased;
}
.mm-panel, .mm-panels {
  background: #111;
  padding: 0;
}
.mm-menu_popup {
  box-shadow: 0px 0px 0px;
}
.mm-menu_offcanvas.mm-menu_opened {
  margin-top: 55px;
}
li.search.mm-listitem {
  display: none;
}
.mm-menu .current_page_item {
  font-weight: bold;
  color: #1148fd;
}
.mm-menu a, .mm-menu a:link, .mm-menu a:visited {
  color: #fff;
}
.mm-menu a:active, .mm-menu a:hover {
  color: #1148fd;
}
.mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
  border-color: rgba(255, 255, 255, 0.5);
}
.mm-menu .mm-navbar a, .mm-menu .mm-navbar > * {
  color: rgba(255, 255, 255, 0.5);
}
.mm-listitem .mm-btn_next {
  background: rgba(255, 255, 255, 1);
}
#overlay {
  position: fixed;
  height: 100vh;
  min-height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 10;
  cursor: pointer;
  display: none;
}
.news__sidebar {
  background: #111;
  padding: 40px 15px;
  height: 100%;
  width: 100%;
  margin-right: 11px;
  margin-left: 11px;
  margin-bottom: 11px;
  order: 1;
}
@media only screen and (min-width: 550px) {
  .news__sidebar {
    margin-bottom: 22px;
  }
}
@media only screen and (min-width: 768px) {
  .news__sidebar {
    width: 240px;
    margin-left: 11px;
    order: 2;
  }
}
.news__heading {
  color: #fff;
  font-size: 20px;
}
.news__item {
  padding: 8px 0;
  border-bottom: 1px solid rgba(166, 166, 166, 0.9);
}
.news__item:nth-child(n+4) {
  display: none;
}
@media only screen and (min-width: 768px) {
  .news__item:nth-child(n+4) {
    display: block;
  }
  .news__item:nth-child(n+7) {
    display: none;
  }
}
.news__date {
  color: rgba(166, 166, 166, 0.9);
  font-size: 13px;
  line-height: 15px;
}
.news__title {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  font-size: 16px;
  line-height: 18px;
}
.news__title:visited, .news__title:focus {
  color: rgba(255, 255, 255, 0.9);
}
.news__title:hover {
  color: #1148fd;
}
.news__more, .news__less {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.news__more:hover, .news__less:hover {
  cursor: pointer;
}
.news__more-icon, .news__less-icon {
  color: #1148fd;
  width: 100%;
  font-size: 30px;
  line-height: 1;
  text-align: center;
}
.news__more-text, .news__less-text {
  text-align: center;
  color: #1148fd;
}
.news__less {
  display: none;
}
.bau-popup-form {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1001;
  background: rgba(17, 17, 17, 0.95);
  align-items: center;
  justify-content: center;
}
.bau-popup-form.show-popup {
  display: flex;
}
.bau-popup-form__content {
  background: #111;
  max-width: 1280px;
  width: 100%;
  padding: 40px 15px;
  max-height: 85%;
  position: relative;
  overflow-y: auto;
  margin: 0 11px;
  box-shadow: 0px 0px 30px rgba(255, 255, 255, 0.2);
}
@media only screen and (min-width: 768px) {
  .bau-popup-form__content {
    margin: 0 22px;
    padding: 60px 15px;
  }
}
@media only screen and (min-width: 1280px) {
  .bau-popup-form__content {
    padding: 60px 10px;
  }
}
.bau-popup-form__close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 20px;
  z-index: 9;
  color: #fff;
}
@media (min-width: 320px) {
  .bau-popup-form__close {
    font-size: calc(1.4204545455vw + 15.4545454545px);
  }
}
@media (min-width: 1024px) {
  .bau-popup-form__close {
    font-size: 30px;
  }
}
.bau-popup-form__close:hover {
  cursor: pointer;
}
.portfolio__section {
  background: #313131;
  padding: 50px 0;
}
.portfolio__heading {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  max-width: 1280px;
  margin: 0 auto;
  font-family: sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 320px) {
  .portfolio__heading {
    font-size: calc(2vw + 9.6px);
  }
}
@media (min-width: 1920px) {
  .portfolio__heading {
    font-size: 48px;
  }
}
@media (min-width: 320px) {
  .portfolio__heading {
    line-height: calc(2.25vw + 12.8px);
  }
}
@media (min-width: 1920px) {
  .portfolio__heading {
    line-height: 56px;
  }
}
.portfolio__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 1024px;
  margin: 40px auto;
}
.portfolio__column {
  width: calc(100% - 22px);
  margin-left: 11px;
  margin-right: 11px;
  margin-bottom: 22px;
}
@media only screen and (min-width: 550px) {
  .portfolio__column {
    margin-bottom: 22px;
    width: calc(33% - 44px);
    margin-left: 11px;
    margin-right: 11px;
  }
}
.portfolio__name {
  font-size: 20px;
  color: #1148fd;
  margin-bottom: 5px;
}
.portfolio__type-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  color: #fff;
  font-size: 14px;
}
.portfolio__machine {
  padding: 4px 0;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  line-height: 20px;
  border-bottom: 1px solid #fff;
}
.portfolio__machine-name {
  color: #fff;
  font-weight: 600;
}
.portfolio__machine a.portfolio__machine-name {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.portfolio__machine a.portfolio__machine-name:visited, .portfolio__machine a.portfolio__machine-name:focus {
  color: #fff;
}
.portfolio__machine a.portfolio__machine-name:hover {
  color: rgba(255, 255, 255, 0.65);
}
.portfolio__machine a.portfolio__machine-name:hover .portfolio__machine-pdf {
  color: #fff;
}
.portfolio__machine-attr {
  color: #fff;
  font-weight: 400;
}
.portfolio__machine-pdf {
  transform: rotate(90deg);
  color: #1148fd;
  font-size: 1.1em;
  margin-left: 6px;
  transition: all 0.2s ease-in-out;
}
.reviews {
  max-width: 1024px;
  width: 100%;
  margin: 0 22px;
  padding: 50px 0;
}
.reviews .bau-review-form {
  margin-left: 11px;
  margin-right: 11px;
}
@media only screen and (min-width: 550px) {
  .reviews .bau-review-form {
    margin-left: 22px;
    margin-right: 22px;
  }
}
.reviews .testimonial-inner {
  background: #111;
}
.reviews .testimonial-inner .testimonial-content {
  margin: 0 !important;
}
.reviews .testimonial-inner .testimonial-content::before, .reviews .testimonial-inner .testimonial-content::after {
  display: none;
}
.reviews .testimonial-inner p {
  color: #fff;
  text-align: justify;
  margin: 0;
  font-style: initial;
  font-size: 11px;
  line-height: 15px;
}
@media (min-width: 320px) {
  .reviews .testimonial-inner p {
    font-size: calc(0.8125vw + 8.4px);
  }
}
@media (min-width: 1920px) {
  .reviews .testimonial-inner p {
    font-size: 24px;
  }
}
@media (min-width: 320px) {
  .reviews .testimonial-inner p {
    line-height: calc(0.9375vw + 12px);
  }
}
@media (min-width: 1920px) {
  .reviews .testimonial-inner p {
    line-height: 30px;
  }
}
.reviews .testimonial-inner p::before, .reviews .testimonial-inner p::after {
  display: none;
}
.reviews .testimonial-inner .testimonial-client {
  text-align: left !important;
}
.reviews .testimonial-inner .testimonial-name {
  text-align: left;
  color: #fff;
}
.reviews .strong-view-id-2 {
  display: none;
}
.reviews .btn-wrap {
  text-align: center;
  display: block;
  margin: 30px 0;
}
.reviews .btn-wrap .btn:hover {
  cursor: pointer;
}
.reviews__text {
  margin: 20px 0;
  text-align: center;
}
.reviews__text p {
  color: rgba(255, 255, 255, 0.7);
}
.reviews #wprev-slider-1 ul {
  margin: 0;
  padding: 0;
}
.reviews .wprevpro_t1_outer_div {
  max-width: 1024px;
  margin: 0 auto;
}
.reviews .w3_wprs-col.l6, .reviews .w3_wprs-half {
  width: 49%;
}
.reviews #wprev-slider-1 .wprev_preview_bg1_T1 {
  background: #111;
  border: none;
  padding: 25px;
}
.reviews #wprev-slider-1 .wprev_preview_bg1_T1::before, .reviews #wprev-slider-1 .wprev_preview_bg1_T1::after {
  display: none;
}
.reviews #wprev-slider-1 .wprev_preview_tcolor1_T1 {
  color: #fff;
  text-align: justify;
  margin: 0;
  font-style: initial;
  font-size: 11px;
  line-height: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: sans-serif;
}
@media (min-width: 320px) {
  .reviews #wprev-slider-1 .wprev_preview_tcolor1_T1 {
    font-size: calc(0.8125vw + 8.4px);
  }
}
@media (min-width: 1920px) {
  .reviews #wprev-slider-1 .wprev_preview_tcolor1_T1 {
    font-size: 24px;
  }
}
@media (min-width: 320px) {
  .reviews #wprev-slider-1 .wprev_preview_tcolor1_T1 {
    line-height: calc(0.9375vw + 12px);
  }
}
@media (min-width: 1920px) {
  .reviews #wprev-slider-1 .wprev_preview_tcolor1_T1 {
    line-height: 30px;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .reviews #wprev-slider-1 .wprev_preview_tcolor1_T1 {
    display: block;
  }
}
.reviews #wprev-slider-1 .wprev_preview_tcolor1_T1::before, .reviews #wprev-slider-1 .wprev_preview_tcolor1_T1::after {
  display: none;
}
.reviews #wprev-slider-1 .wprev_preview_tcolor2_T1 {
  color: #c2c2c2;
  font-family: sans-serif;
}
.reviews .wprevpro_star_imgs_T1 {
  order: 1;
  margin-top: 15px;
}
.reviews .wprevpro_star_imgs_T1 img {
  width: auto;
  margin: 15px auto 0;
}
.reviews .wprevpro_t1_A_8 img {
  width: auto;
}
.strong-form .required-notice {
  display: none;
}
.strong-form .form-field {
  margin-bottom: 5px;
}
.strong-form .after {
  color: #fff;
}
.search-container {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 0;
  background: rgba(255, 255, 255, 0.98);
  padding: 0;
  transition: all 0.3s ease-in-out;
  z-index: 999;
}
.search-container.active {
  width: 100%;
  padding: 22px;
}
@media (min-width: 320px) {
  .search-container.active {
    padding: calc(4.875vw + 6.4px);
  }
}
@media (min-width: 1920px) {
  .search-container.active {
    padding: 100px;
  }
}
.search-container.active .search-close {
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 32px;
  color: #111;
  transition: all 0.1s ease-in-out;
}
.search-container.active .search-close:hover {
  color: rgba(17, 17, 17, 0.5);
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .search-container.active .search-close {
    right: 50px;
    top: 50px;
    font-size: 40px;
  }
}
.search-container.active .search-field-wrap {
  position: relative;
  width: 280px;
  margin: 40px auto 0;
}
@media (min-width: 320px) {
  .search-container.active .search-field-wrap {
    width: calc(20vw + 216px);
  }
}
@media (min-width: 1920px) {
  .search-container.active .search-field-wrap {
    width: 600px;
  }
}
@media only screen and (min-width: 768px) {
  .search-container.active .search-field-wrap {
    margin: 0 auto;
  }
}
.search-container.active .search-field-icon {
  position: absolute;
  bottom: 10px;
  font-size: 32px;
}
@media only screen and (min-width: 768px) {
  .search-container.active .search-field-icon {
    font-size: 40px;
    bottom: 13px;
  }
}
.search-container.active .search-input {
  display: block;
  width: 280px;
  margin: 0 auto;
  background: transparent;
  border: none;
  border-bottom: 2px solid rgba(17, 17, 17, 0.2);
  transition: all 0.2s ease-in-out;
  font-size: 22px;
  text-align: left;
  padding: 8px;
  padding-left: 40px;
  margin-bottom: 20px;
}
@media (min-width: 320px) {
  .search-container.active .search-input {
    width: calc(20vw + 216px);
  }
}
@media (min-width: 1920px) {
  .search-container.active .search-input {
    width: 600px;
  }
}
.search-container.active .search-input:focus, .search-container.active .search-input:hover {
  border-color: rgba(17, 17, 17, 0.8);
  outline: none;
}
@media only screen and (min-width: 768px) {
  .search-container.active .search-input {
    font-size: 32px;
    padding-left: 55px;
  }
}
.search-container.active #datafetch {
  max-height: 500px;
  overflow-y: auto;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .search-container.active #datafetch {
    max-height: 600px;
  }
}
@media only screen and (min-width: 1280px) {
  .search-container.active #datafetch {
    max-height: 700px;
  }
}
.search-container.active .single-result {
  display: block;
  font-size: 14px;
  padding: 5px 0;
  flex: 0 0 100%;
}
@media only screen and (min-width: 768px) {
  .search-container.active .single-result {
    font-size: 16px;
    padding: 10px 0;
    flex: 0 0 48%;
  }
}
@media only screen and (min-width: 1280px) {
  .search-container.active .single-result {
    flex: 0 0 31%;
  }
}
.search-container.active .single-result a {
  text-decoration: none;
  color: #111;
  transition: all 0.1s ease-in-out;
}
.search-container.active .single-result a:hover {
  color: rgba(17, 17, 17, 0.5);
}
.search-container .search-close, .search-container .search-input, .search-container .single-result {
  display: none;
}
.page-section {
  padding: 50px 0;
}
.page-section--fullwidth {
  padding: 0;
}
.page-section .section-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 11px;
  padding-right: 11px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 320px) {
  .page-section .section-content {
    padding-top: calc(1.25vw + 16px);
  }
}
@media (min-width: 1920px) {
  .page-section .section-content {
    padding-top: 40px;
  }
}
@media (min-width: 320px) {
  .page-section .section-content {
    padding-bottom: calc(1.25vw + 16px);
  }
}
@media (min-width: 1920px) {
  .page-section .section-content {
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 550px) {
  .page-section .section-content {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.page-section .section-heading {
  font-family: sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  text-align: center;
  font-size: 22px;
  line-height: 26px;
}
@media (min-width: 320px) {
  .page-section .section-heading {
    font-size: calc(1.625vw + 16.8px);
  }
}
@media (min-width: 1920px) {
  .page-section .section-heading {
    font-size: 48px;
  }
}
@media (min-width: 320px) {
  .page-section .section-heading {
    line-height: calc(1.875vw + 20px);
  }
}
@media (min-width: 1920px) {
  .page-section .section-heading {
    line-height: 56px;
  }
}
.page-section .section-subline {
  font-family: sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 320px) {
  .page-section .section-subline {
    font-size: calc(1vw + 12.8px);
  }
}
@media (min-width: 1920px) {
  .page-section .section-subline {
    font-size: 32px;
  }
}
@media (min-width: 320px) {
  .page-section .section-subline {
    line-height: calc(1.125vw + 16.4px);
  }
}
@media (min-width: 1920px) {
  .page-section .section-subline {
    line-height: 38px;
  }
}
.page-section .section-description {
  font-family: sans-serif;
  color: #000;
  max-width: 768px;
  font-size: 13px;
  line-height: 1.5;
}
@media (min-width: 320px) {
  .page-section .section-description {
    font-size: calc(0.3125vw + 12px);
  }
}
@media (min-width: 1920px) {
  .page-section .section-description {
    font-size: 18px;
  }
}
.page-section .module-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.page-section .module-wrap .content-m--small:not(.content-m--teaser) {
  min-width: 200px;
  width: 100%;
}
@media only screen and (min-width: 550px) {
  .page-section .module-wrap .content-m--small:not(.content-m--teaser) {
    flex: 1 1 auto;
  }
}
@media only screen and (min-width: 768px) {
  .page-section .module-wrap .content-m--small:not(.content-m--teaser) {
    flex: 0 1 auto;
    width: calc(50% - 22px);
  }
}
.page-section .module-wrap .content-m--small {
  flex: 1 1 auto;
}
.page-section .module-wrap .content-v--small {
  min-width: 200px;
  width: 100%;
}
@media only screen and (min-width: 550px) {
  .page-section .module-wrap .content-v--small {
    flex: 1 1 auto;
    width: calc(50% - 22px);
  }
}
@media only screen and (min-width: 768px) {
  .page-section .module-wrap .content-v--small {
    flex: 0 1 auto;
  }
}
.page-section .module-wrap--1, .page-section .module-wrap--events, .page-section .module-wrap--location {
  max-width: 1280px;
  margin: 0 auto;
}
.page-section .module-wrap--1 .items-wrap, .page-section .module-wrap--events .items-wrap, .page-section .module-wrap--location .items-wrap {
  width: 100%;
  height: 100%;
  flex: 1;
  order: 2;
}
@media only screen and (min-width: 768px) {
  .page-section .module-wrap--1 .items-wrap, .page-section .module-wrap--events .items-wrap, .page-section .module-wrap--location .items-wrap {
    order: 0;
  }
}
.page-section--accordion {
  background: #111;
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .page-section--partners .module-wrap, .page-section--events .module-wrap, .page-section--slider .module-wrap, .page-section--service .module-wrap, .page-section--jobs .module-wrap {
    justify-content: flex-start;
  }
}
.page-section .items-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 1024px;
}
@media only screen and (min-width: 1025px) {
  .page-section .items-wrap {
    justify-content: normal;
  }
}
.page-section .items-wrap > div, .page-section .items-wrap > a {
  margin-left: 11px;
  margin-right: 11px;
}
.page-section .items-wrap--big {
  justify-content: center;
}
.page-section .items-wrap--boxed .content-v--showroom {
  margin-bottom: 11px;
}
@media only screen and (min-width: 550px) {
  .page-section .items-wrap--boxed .content-v--showroom {
    margin-bottom: 22px;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .page-section .items-wrap--boxed .content-m--card.content-m--big {
    overflow: none;
  }
}
.page-section .items-wrap--fullwidth {
  max-width: 100%;
  padding: 0;
}
.page-section .items-wrap--fullwidth > div {
  margin-left: 0;
  margin-right: 0;
}
.page-section .items-wrap--wide {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
  justify-content: center;
}
.page-section .items-wrap--wide .content-a {
  flex: 0 0 auto;
}
.page-section .items-wrap--categories {
  justify-content: start;
}
.sticky-socials {
  position: fixed;
  bottom: 0;
  width: 100%;
  right: 0;
  z-index: 99;
  transition: all 0.3s ease-in-out;
}
.sticky-socials__phone--mobile, .sticky-socials__email--mobile {
  position: absolute;
  top: 43px;
  width: 100%;
}
.sticky-socials__phone--mobile p, .sticky-socials__email--mobile p {
  display: block;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  padding: 0px;
  text-align: center;
  margin: 0px;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 1);
  height: 43px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  background: #111;
}
.sticky-socials__phone--mobile p a, .sticky-socials__email--mobile p a {
  text-decoration: none;
  color: #fff;
  font-size: 11px;
}
.sticky-socials__phone--mobile p a:hover, .sticky-socials__email--mobile p a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.sticky-socials__phone--mobile p .copy, .sticky-socials__email--mobile p .copy {
  color: #1148fd;
  font-weight: 400;
}
.sticky-socials .socials {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.sticky-socials li {
  list-style-type: none;
  color: #efefef;
  height: 43px;
  padding: 0px;
  margin: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  background: #111;
  flex: 1 0 auto;
}
.sticky-socials li:hover .sticky-icon {
  background: rgba(253, 234, 17, 0.9);
}
.sticky-socials li .sticky-icon {
  background: #1148fd;
  color: #111;
  width: 100%;
  height: 43px;
  line-height: 43px;
  font-size: 30px;
  text-align: center;
  text-decoration: none;
}
.sticky-socials li p {
  display: none;
}
@media (min-width: 550px) {
  .sticky-socials {
    padding: 0px;
    margin: 0px;
    position: fixed;
    right: -285px;
    top: 130px;
    width: 330px;
    z-index: 99;
  }
  .sticky-socials__phone--mobile, .sticky-socials__email--mobile {
    display: none;
  }
  .sticky-socials .socials {
    margin: 0;
    padding: 0;
    display: block;
  }
  .sticky-socials li {
    list-style-type: none;
    color: #efefef;
    height: 43px;
    padding: 0px;
    margin: 0px 0px 4px 0px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
    background: #111;
  }
  .sticky-socials li:hover {
    margin-left: -235px;
    margin-right: 235px;
    position: relative;
    z-index: 101;
  }
  .sticky-socials li .sticky-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .sticky-socials li .sticky-icon {
    float: left;
    margin-right: 0px;
    background: #1148fd;
    color: #111;
    width: 43px;
    height: 43px;
    line-height: 43px;
    font-size: 30px;
    text-align: center;
    text-decoration: none;
  }
  .sticky-socials li p {
    display: inline-block;
    color: #fff;
    float: left;
    font-weight: 600;
    font-size: 13px;
    padding: 0px;
    padding-left: 10px;
    margin: 0px;
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 1);
    height: 43px;
    width: 287px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-decoration: none;
    background: #111;
  }
  .sticky-socials li p a {
    text-decoration: none;
    color: #fff;
  }
  .sticky-socials li p a:hover {
    color: rgba(255, 255, 255, 0.5);
  }
  .sticky-socials li p .copy {
    color: #1148fd;
    font-size: 11px;
    font-weight: 400;
  }
  .sticky-socials li.whatsapp {
    display: none;
  }
}
.error404 .site-content {
  background: #3f3f3f;
}
.error404 .content-area {
  padding-bottom: 230px;
}
.error404 .error-404 {
  padding-top: 50px;
  text-align: center;
}
.error404 .btn-wrap {
  margin-top: 35px;
}
.error404 .big-404 {
  color: #1148fd;
  font-size: 160px;
  line-height: 1;
  font-weight: 600;
  font-family: sans-serif;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .error404 .big-404 {
    font-size: 200px;
  }
}
.error404 .section-description {
  margin: 0 auto;
}
.error404 .image-404 {
  max-width: 500px;
  margin: 40px auto;
}
.jobs__section {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
.jobs__item {
  margin-bottom: 25px;
}
.jobs__title {
  color: #1148fd;
  text-align: center;
}
.jobs__title a {
  text-decoration: none;
  color: #1148fd;
  transition: all 0.2s ease-in-out;
}
.jobs__title a:hover {
  color: rgba(253, 234, 17, 0.7);
}
.jobs__title a:focus, .jobs__title a:visited {
  color: #1148fd;
}
.jobs__categories {
  text-align: center;
}
.jobs__category {
  text-align: center;
  color: #585858;
}
article {
  margin-top: 30px;
  padding: 50px 0;
}
@media only screen and (min-width: 768px) {
  article {
    margin-top: 50px;
  }
}
article .entry__post-date {
  margin-bottom: 20px;
}
article .entry-header {
  max-width: 768px;
  margin: 20px auto 40px;
  position: relative;
  padding-bottom: 20px;
}
article .entry-header::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #111;
}
article .entry-header .entry-title {
  font-size: 28px;
  line-height: 36px;
}
@media (min-width: 320px) {
  article .entry-header .entry-title {
    font-size: calc(1.25vw + 24px);
  }
}
@media (min-width: 1920px) {
  article .entry-header .entry-title {
    font-size: 48px;
  }
}
@media (min-width: 320px) {
  article .entry-header .entry-title {
    line-height: calc(1.25vw + 32px);
  }
}
@media (min-width: 1920px) {
  article .entry-header .entry-title {
    line-height: 56px;
  }
}
article .entry-content {
  margin: 0;
}
article .entry-content p {
  max-width: 768px;
  margin: 20px auto;
}
article .entry-content ul {
  max-width: 768px;
  margin: 20px auto;
}
article .entry-content h1, article .entry-content h2, article .entry-content h3, article .entry-content h4, article .entry-content h5, article .entry-content h6 {
  max-width: 768px;
  margin: 15px auto;
}
article .entry-content .wp-block-button {
  max-width: 768px;
  margin: 15px auto;
}
article .entry-content .wp-block-button .wp-block-button__link {
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  padding: 6px 15px;
  font-family: sans-serif;
  border: 1px solid #1148fd;
  background: transparent;
  text-decoration: none;
  color: #111;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 3px;
  transition: all 0.2s ease-in-out;
  margin-bottom: 5px;
  background: transparent;
  color: #1148fd;
}
article .entry-content .wp-block-button .wp-block-button__link:visited {
  color: #1148fd;
}
article .entry-content .wp-block-button .wp-block-button__link:hover {
  background: #1148fd;
  color: #111;
  cursor: pointer;
}
@media only screen and (min-width: 550px) {
  article .entry-content .wp-block-button .wp-block-button__link {
    padding: 10px 20px;
  }
}
@media only screen and (min-width: 1025px) {
  article .entry-content .wp-block-button .wp-block-button__link {
    padding: 12px 30px;
  }
}
.events-main {
  height: auto;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .events-main {
    height: 600px;
  }
}
.events-main__gallery {
  height: 100%;
  width: 100%;
  height: 350px;
}
@media only screen and (min-width: 768px) {
  .events-main__gallery {
    width: 50%;
    height: 100%;
  }
}
.events-main__bg-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
}
.events-main__carousel {
  height: 100%;
}
.events-main__carousel .owl-stage-outer {
  height: 100%;
}
.events-main__carousel .owl-stage-outer .owl-stage {
  height: 100%;
}
.events-main__carousel .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
}
.events-main__carousel .owl-dots {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media only screen and (min-width: 550px) {
  .events-main__carousel .owl-dots {
    bottom: 20px;
  }
}
.events-main__carousel .owl-dots .owl-dot {
  width: 20px;
  height: 20px;
}
@media only screen and (min-width: 550px) {
  .events-main__carousel .owl-dots .owl-dot {
    width: 30px;
    height: 30px;
  }
}
.events-main__carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: transparent;
  border: 2px solid #1148fd;
  margin: 5px;
}
@media only screen and (min-width: 550px) {
  .events-main__carousel .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
  }
}
.events-main__carousel .owl-dots .owl-dot.active span {
  background: #1148fd;
}
.events-main__short {
  background: #363636;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 50px 0;
  padding-left: 25px;
  padding-right: 25px;
}
@media (min-width: 320px) {
  .events-main__short {
    padding-left: calc(7.8125vw + 0px);
  }
}
@media (min-width: 1920px) {
  .events-main__short {
    padding-left: 150px;
  }
}
@media (min-width: 320px) {
  .events-main__short {
    padding-right: calc(7.8125vw + 0px);
  }
}
@media (min-width: 1920px) {
  .events-main__short {
    padding-right: 150px;
  }
}
@media only screen and (min-width: 768px) {
  .events-main__short {
    width: 50%;
  }
}
.events-main__detail {
  margin-bottom: 10px;
}
.events-main__detail-item {
  display: flex;
  align-items: center;
}
.events-main__detail-label {
  color: #fff;
  font-size: 12px;
  line-height: 16px;
}
@media (min-width: 320px) {
  .events-main__detail-label {
    font-size: calc(0.25vw + 11.2px);
  }
}
@media (min-width: 1920px) {
  .events-main__detail-label {
    font-size: 16px;
  }
}
@media (min-width: 320px) {
  .events-main__detail-label {
    line-height: calc(0.375vw + 14.8px);
  }
}
@media (min-width: 1920px) {
  .events-main__detail-label {
    line-height: 22px;
  }
}
.events-main__detail-value {
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  margin-left: 10px;
}
@media (min-width: 320px) {
  .events-main__detail-value {
    font-size: calc(0.25vw + 11.2px);
  }
}
@media (min-width: 1920px) {
  .events-main__detail-value {
    font-size: 16px;
  }
}
@media (min-width: 320px) {
  .events-main__detail-value {
    line-height: calc(0.375vw + 14.8px);
  }
}
@media (min-width: 1920px) {
  .events-main__detail-value {
    line-height: 22px;
  }
}
.events-main__description-block {
  width: 100%;
  margin-bottom: auto;
}
.events-main__description-title {
  color: #fff;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.5;
}
@media (min-width: 320px) {
  .events-main__description-title {
    font-size: calc(0.5vw + 14.4px);
  }
}
@media (min-width: 1920px) {
  .events-main__description-title {
    font-size: 24px;
  }
}
.events-main__description-text {
  color: #fff;
  font-size: 13px;
  line-height: 1.5;
}
@media (min-width: 320px) {
  .events-main__description-text {
    font-size: calc(0.1875vw + 12.4px);
  }
}
@media (min-width: 1920px) {
  .events-main__description-text {
    font-size: 16px;
  }
}
.events-main__price {
  width: 100%;
  margin: 40px 0;
}
.events-main__price-big {
  font-family: sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  display: block;
  font-weight: 800;
}
@media (min-width: 320px) {
  .events-main__price-big {
    font-size: calc(2.5vw + 16px);
  }
}
@media (min-width: 1920px) {
  .events-main__price-big {
    font-size: 64px;
  }
}
@media (min-width: 320px) {
  .events-main__price-big {
    line-height: calc(3vw + 20.4px);
  }
}
@media (min-width: 1920px) {
  .events-main__price-big {
    line-height: 78px;
  }
}
.events-main__price-subline {
  font-size: 13px;
  line-height: 1.5;
  color: #a6a6a6;
}
@media (min-width: 320px) {
  .events-main__price-subline {
    font-size: calc(0.0625vw + 12.8px);
  }
}
@media (min-width: 1920px) {
  .events-main__price-subline {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .events-main__price {
    margin: 0;
  }
}
.events-main__buttons {
  width: 100%;
}
.test {
  background: #3f3f3f;
  padding: 100px 0;
  margin: 0;
  position: relative;
}
.test-1 {
  border-left: 1px solid #2a2a2a;
  border-right: 1px solid #2a2a2a;
  width: 1280px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
}
.test-2 {
  border-left: 1px solid #1c1c1c;
  border-right: 1px solid #1c1c1c;
  width: 1024px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
}
.test-3 {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  width: 768px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
}