*,
::before,
::after {
  box-sizing: border-box;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

:focus {
  outline: none;
}

html {
  cursor: default;
  line-height: 1.5;
  -moz-tab-size: 4;
  tab-size: 4;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

dl dl, dl ol, dl ul, ol dl, ul dl {
  margin: 0;
}

ol ol, ol ul, ul ol, ul ul {
  margin: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

main {
  display: block;
}

nav ol, nav ul {
  list-style: none;
  padding: 0;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

a {
  cursor: pointer;
  background-color: transparent;
}
a:focus {
  outline: none;
}

abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

iframe {
  border-style: none;
}

img {
  border-style: none;
}

svg:not([fill]) {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
  border-color: inherit;
  text-indent: 0;
}

button, input, select {
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

fieldset {
  border: 1px solid #a0a0a0;
  padding: 0.35em 0.75em 0.625em;
}

input {
  overflow: visible;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

select {
  text-transform: none;
}

textarea {
  margin: 0;
  overflow: auto;
  resize: vertical;
  resize: block;
}

[type=checkbox],
[type=radio] {
  padding: 0;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=text],
[type=button],
[type=select] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: none;
}

:-moz-ui-invalid {
  box-shadow: none;
}

details {
  display: block;
}

dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

a, area, button, input, label, select, summary, textarea, [tabindex] {
  -ms-touch-action: manipulation;
}

[hidden] {
  display: none;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true], [disabled] {
  cursor: not-allowed;
}

[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/* krub-300 - latin */
@font-face {
  font-family: "Krub";
  font-style: normal;
  font-weight: 300;
  src: local(""), url("../fonts/krub/krub-v4-latin-300.woff2") format("woff2"), url("../fonts/krub/krub-v4-latin-300.woff") format("woff");
}
/* krub-regular - latin */
@font-face {
  font-family: "Krub";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../fonts/krub/krub-v4-latin-regular.woff2") format("woff2"), url("../fonts/krub/krub-v4-latin-regular.woff") format("woff");
}
/* krub-700 - latin */
@font-face {
  font-family: "Krub";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../fonts/krub/krub-v4-latin-700.woff2") format("woff2"), url("../fonts/krub/krub-v4-latin-700.woff") format("woff");
}
html {
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
  font-weight: 400;
  font-family: "Krub", sans-serif;
  color: #000;
  overflow-x: hidden;
  line-height: 1.5;
}
body {
  font-size: 15px;
}
@media screen and (min-width: 360px) {
  body {
    font-size: calc(15px + 5 * ((100vw - 360px) / 1560));
  }
}
@media screen and (min-width: 1920px) {
  body {
    font-size: 20px;
  }
}

body.no-scroll {
  overflow-y: hidden;
}

pre {
  max-width: 100%;
  background: #d7d7d7;
  overflow-x: auto;
  white-space: pre-wrap;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  color: #012f44;
}

h1 {
  color: #E52321;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.3;
}
h1 {
  font-size: 26px;
}
@media screen and (min-width: 360px) {
  h1 {
    font-size: calc(26px + 24 * ((100vw - 360px) / 1560));
  }
}
@media screen and (min-width: 1920px) {
  h1 {
    font-size: 50px;
  }
}

h2 {
  display: inline-block;
  border-bottom: 2px solid #a2abb3;
  padding-bottom: 4px;
}
h2 {
  font-size: 22px;
}
@media screen and (min-width: 360px) {
  h2 {
    font-size: calc(22px + 26 * ((100vw - 360px) / 1560));
  }
}
@media screen and (min-width: 1920px) {
  h2 {
    font-size: 48px;
  }
}

h3 {
  color: #a2abb3;
}
h3 {
  font-size: 15px;
}
@media screen and (min-width: 360px) {
  h3 {
    font-size: calc(15px + 5 * ((100vw - 360px) / 1560));
  }
}
@media screen and (min-width: 1920px) {
  h3 {
    font-size: 20px;
  }
}

h4, h5, h6 {
  font-size: 22px;
}
@media screen and (min-width: 360px) {
  h4, h5, h6 {
    font-size: calc(22px + 6 * ((100vw - 360px) / 1560));
  }
}
@media screen and (min-width: 1920px) {
  h4, h5, h6 {
    font-size: 28px;
  }
}

p {
  margin-top: 0;
}
p {
  margin-bottom: 16px;
}
@media screen and (min-width: 360px) {
  p {
    margin-bottom: calc(16px + 4 * ((100vw - 360px) / 1560));
  }
}
@media screen and (min-width: 1920px) {
  p {
    margin-bottom: 20px;
  }
}

a {
  text-decoration: none;
  color: #a2abb3;
  font-weight: 700;
}
a:hover {
  color: #E52321;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
}

input, textarea {
  font-weight: 400;
  font-family: "Krub", sans-serif;
}

.site {
  position: relative;
  margin: 0 auto;
  right: 0;
  transition: right 0.6s ease;
}
.site .site-main {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .site .site-main {
    width: calc( 100vw - 96px);
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .site .site-main {
    width: calc(100vw - (96px + 48 * ((100vw - 1024px) / 896)));
  }
}
@media screen and (min-width: 1024px) and (min-width: 1920px) {
  .site .site-main {
    width: calc( 100vw - 144px);
  }
}
.site .site-main .site-header {
  position: relative;
  z-index: 10;
}
.site .site-main .content-wrapper {
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 360px) {
  .site .site-main .content-wrapper {
    padding-right: calc(20px + 52 * ((100vw - 360px) / 664));
    padding-left: calc(20px + 52 * ((100vw - 360px) / 664));
  }
}
@media screen and (min-width: 1024px) {
  .site .site-main .content-wrapper {
    padding-right: 72px;
    padding-left: 72px;
  }
}
@media (min-width: 1024px) {
  .site .site-main .content-wrapper {
    padding-right: 0;
  }
  .site .site-main .content-wrapper {
    padding-left: 72px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .site .site-main .content-wrapper {
    padding-left: calc(72px + 72 * ((100vw - 1024px) / 896));
  }
}
@media screen and (min-width: 1024px) and (min-width: 1920px) {
  .site .site-main .content-wrapper {
    padding-left: 144px;
  }
}
.site .site-sidebar {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
}
.site .site-sidebar .sidebar {
  top: 0;
  position: fixed;
  right: 0;
  z-index: 11;
  height: 100%;
}
.site .site-sidebar .sidebar .sidebar-search {
  position: relative;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.site .site-sidebar .sidebar .sidebar-search {
  width: 96px;
}
@media screen and (min-width: 1024px) {
  .site .site-sidebar .sidebar .sidebar-search {
    width: calc(96px + 48 * ((100vw - 1024px) / 896));
  }
}
@media screen and (min-width: 1920px) {
  .site .site-sidebar .sidebar .sidebar-search {
    width: 144px;
  }
}
.site .site-sidebar .sidebar .sidebar-search {
  height: 96px;
}
@media screen and (min-width: 768px) {
  .site .site-sidebar .sidebar .sidebar-search {
    height: calc(96px + 84 * ((100vw - 768px) / 1152));
  }
}
@media screen and (min-width: 1920px) {
  .site .site-sidebar .sidebar .sidebar-search {
    height: 180px;
  }
}
.site .site-sidebar .sidebar .sidebar-search svg {
  max-width: 20px;
}
.site .site-sidebar .sidebar .sidebar-search:hover svg path {
  stroke: #012f44;
}
.site .site-sidebar .sidebar .sidebar-close {
  display: none;
  position: absolute;
  top: 0;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.site .site-sidebar .sidebar .sidebar-close {
  width: 96px;
}
@media screen and (min-width: 1024px) {
  .site .site-sidebar .sidebar .sidebar-close {
    width: calc(96px + 48 * ((100vw - 1024px) / 896));
  }
}
@media screen and (min-width: 1920px) {
  .site .site-sidebar .sidebar .sidebar-close {
    width: 144px;
  }
}
.site .site-sidebar .sidebar .sidebar-close {
  height: 96px;
}
@media screen and (min-width: 768px) {
  .site .site-sidebar .sidebar .sidebar-close {
    height: calc(96px + 84 * ((100vw - 768px) / 1152));
  }
}
@media screen and (min-width: 1920px) {
  .site .site-sidebar .sidebar .sidebar-close {
    height: 180px;
  }
}
.site .site-sidebar .sidebar .sidebar-close svg {
  max-width: 20px;
}
.site .site-sidebar .sidebar .sidebar-close:hover svg path {
  stroke: #012f44;
}
.site .site-sidebar .sidebar .sidebar-navigation ul {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.site .site-sidebar .sidebar .sidebar-navigation ul li {
  writing-mode: vertical-lr;
  margin-bottom: 72px;
  transform: rotate(180deg);
}
.site .site-sidebar .sidebar .sidebar-navigation ul li {
  margin-bottom: 32px;
}
@media screen and (min-width: 360px) {
  .site .site-sidebar .sidebar .sidebar-navigation ul li {
    margin-bottom: calc(32px + 32 * ((100vw - 360px) / 1560));
  }
}
@media screen and (min-width: 1920px) {
  .site .site-sidebar .sidebar .sidebar-navigation ul li {
    margin-bottom: 64px;
  }
}
.site .site-sidebar .sidebar .sidebar-navigation ul li a {
  text-transform: uppercase;
  font-weight: normal;
  color: #a2abb3;
  position: relative;
}
.site .site-sidebar .sidebar .sidebar-navigation ul li a {
  font-size: 15px;
}
@media screen and (min-width: 360px) {
  .site .site-sidebar .sidebar .sidebar-navigation ul li a {
    font-size: calc(15px + 3 * ((100vw - 360px) / 1560));
  }
}
@media screen and (min-width: 1920px) {
  .site .site-sidebar .sidebar .sidebar-navigation ul li a {
    font-size: 18px;
  }
}
.site .site-sidebar .sidebar .sidebar-navigation ul li a:after {
  display: block;
  content: "";
  position: absolute;
  left: -4px;
  top: 0;
  width: 2px;
  height: 0;
  background-color: #a2abb3;
  transition: all 0.32s ease-out;
  opacity: 0;
}
@media (hover: hover) {
  .site .site-sidebar .sidebar .sidebar-navigation ul li:hover a:after {
    height: 100%;
    opacity: 1;
  }
}
.site .site-sidebar .sidebar .sidebar-search, .site .site-sidebar .sidebar .sidebar-navigation {
  display: none;
}
.site .site-sidebar .sidebar .sidebar-overlay {
  background: #fff;
  height: 100%;
  width: 100vw;
  position: absolute;
  top: 0;
  right: 0;
  visibility: hidden;
}
.site .site-sidebar .sidebar .sidebar-overlay .content-wrapper {
  max-width: 100%;
  padding-right: 0;
}
.site .site-sidebar .sidebar .sidebar-overlay .content-wrapper {
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 360px) {
  .site .site-sidebar .sidebar .sidebar-overlay .content-wrapper {
    padding-right: calc(20px + 52 * ((100vw - 360px) / 664));
    padding-left: calc(20px + 52 * ((100vw - 360px) / 664));
  }
}
@media screen and (min-width: 1024px) {
  .site .site-sidebar .sidebar .sidebar-overlay .content-wrapper {
    padding-right: 72px;
    padding-left: 72px;
  }
}
.site .site-sidebar .sidebar .sidebar-overlay .header {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  text-align: right;
  justify-content: flex-end;
}
.site .site-sidebar .sidebar .sidebar-overlay .header {
  height: 96px;
}
@media screen and (min-width: 768px) {
  .site .site-sidebar .sidebar .sidebar-overlay .header {
    height: calc(96px + 84 * ((100vw - 768px) / 1152));
  }
}
@media screen and (min-width: 1920px) {
  .site .site-sidebar .sidebar .sidebar-overlay .header {
    height: 180px;
  }
}
.site .site-sidebar .sidebar .sidebar-overlay .header {
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 360px) {
  .site .site-sidebar .sidebar .sidebar-overlay .header {
    padding-right: calc(20px + 52 * ((100vw - 360px) / 664));
    padding-left: calc(20px + 52 * ((100vw - 360px) / 664));
  }
}
@media screen and (min-width: 1024px) {
  .site .site-sidebar .sidebar .sidebar-overlay .header {
    padding-right: 72px;
    padding-left: 72px;
  }
}
.site .site-sidebar .sidebar .sidebar-overlay .header .logo {
  display: none;
}
.site .site-sidebar .sidebar .sidebar-overlay .header .overlay-back {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.site .site-sidebar .sidebar .sidebar-overlay .header .overlay-back svg {
  width: 12px;
  height: auto;
  transform: rotate(90deg);
  margin: 0 12px 0 0;
}
.site .site-sidebar .sidebar .sidebar-overlay .header .overlay-toggle {
  display: flex;
  align-items: center;
  margin-left: auto;
  cursor: pointer;
  padding-left: 32px;
  position: relative;
  z-index: 20;
}
@media (min-width: 1024px) {
  .site .site-sidebar .sidebar .sidebar-overlay .header .overlay-toggle {
    display: none;
  }
}
.site .site-sidebar .sidebar .sidebar-overlay .header .overlay-toggle .burger {
  width: 20px;
  height: 16px;
  position: relative;
}
.site .site-sidebar .sidebar .sidebar-overlay .header .overlay-toggle .burger span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #000;
  opacity: 1;
  left: 0;
  transform: rotate(0);
  transition: 0.2s ease-in-out;
  padding-bottom: 0;
}
.site .site-sidebar .sidebar .sidebar-overlay .header .overlay-toggle .burger span:nth-child(1) {
  top: 0;
}
.site .site-sidebar .sidebar .sidebar-overlay .header .overlay-toggle .burger span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.site .site-sidebar .sidebar .sidebar-overlay .header .overlay-toggle .burger span:nth-child(3) {
  bottom: 0;
}
.site .site-sidebar .sidebar .sidebar-overlay .header .overlay-toggle.active .burger span:nth-child(1) {
  top: calc(50% - 0.5px);
  transform: rotate(-45deg);
}
.site .site-sidebar .sidebar .sidebar-overlay .header .overlay-toggle.active .burger span:nth-child(2) {
  opacity: 0;
}
.site .site-sidebar .sidebar .sidebar-overlay .header .overlay-toggle.active .burger span:nth-child(3) {
  bottom: calc(50% - 0.5px);
  transform: rotate(45deg);
}
.site .site-sidebar .sidebar .sidebar-overlay .header span {
  display: inline-block;
  height: 100%;
  max-width: 120px;
}
.site .site-sidebar .sidebar .sidebar-overlay .header span {
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .site .site-sidebar .sidebar .sidebar-overlay .header span {
    padding-bottom: calc(10px + 20 * ((100vw - 768px) / 1152));
  }
}
@media screen and (min-width: 1920px) {
  .site .site-sidebar .sidebar .sidebar-overlay .header span {
    padding-bottom: 30px;
  }
}
.site .site-sidebar .sidebar .sidebar-overlay .header span img {
  max-height: 100%;
  width: auto;
}
.site .site-sidebar .sidebar .sidebar-overlay .main {
  position: relative;
}
.site .site-sidebar .sidebar .sidebar-overlay .main {
  height: calc( 100vh - 96px);
}
@media screen and (min-width: 768px) {
  .site .site-sidebar .sidebar .sidebar-overlay .main {
    height: calc(100vh - (96px + 84 * ((100vw - 768px) / 1152)));
  }
}
@media screen and (min-width: 1920px) {
  .site .site-sidebar .sidebar .sidebar-overlay .main {
    height: calc( 100vh - 180px);
  }
}
.site .site-sidebar .sidebar .sidebar-overlay .main .overlay {
  position: absolute;
  top: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  transition: top 0.8s ease, opacity 0.8s ease-in-out;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  padding-bottom: 40px;
}
.site .site-sidebar .sidebar .sidebar-overlay .main .overlay.visible {
  top: 0;
  z-index: 3;
  visibility: visible;
  opacity: 1;
}
.site .site-sidebar .sidebar .sidebar-overlay .main .overlay .intro h5, .site .site-sidebar .sidebar .sidebar-overlay .main .overlay .intro h6 {
  margin-top: 0;
  color: #E52321;
}
.site .site-sidebar .sidebar .sidebar-overlay .main .overlay .intro p:last-child {
  margin-bottom: 0;
}
.site .site-sidebar .sidebar .sidebar-overlay .main .overlay .intro {
  margin-bottom: 60px;
}
@media screen and (min-width: 360px) {
  .site .site-sidebar .sidebar .sidebar-overlay .main .overlay .intro {
    margin-bottom: calc(60px + 40 * ((100vw - 360px) / 1560));
  }
}
@media screen and (min-width: 1920px) {
  .site .site-sidebar .sidebar .sidebar-overlay .main .overlay .intro {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .site .site-sidebar .sidebar .sidebar-overlay .main .overlay .tabs .tabs-nav {
    position: relative;
    z-index: 5;
    display: flex;
    flex-flow: column nowrap;
    width: 100%;
    height: 54px;
    border: 1px solid #a2abb3;
    margin-bottom: 56px;
  }
  .site .site-sidebar .sidebar .sidebar-overlay .main .overlay .tabs .tabs-nav .title {
    height: 54px;
    line-height: 54px;
    display: block;
    font-weight: 700;
    color: #012f44;
    padding-left: 20px;
    cursor: pointer;
  }
  .site .site-sidebar .sidebar .sidebar-overlay .main .overlay .tabs .tabs-nav .icon {
    position: absolute;
    right: 20px;
    cursor: pointer;
  }
  .site .site-sidebar .sidebar .sidebar-overlay .main .overlay .tabs .tabs-nav .icon svg {
    height: 54px;
    max-width: 16px;
  }
  .site .site-sidebar .sidebar .sidebar-overlay .main .overlay .tabs .tabs-nav.active ul {
    display: block;
  }
  .site .site-sidebar .sidebar .sidebar-overlay .main .overlay .tabs .tabs-nav ul {
    position: absolute;
    left: -1px;
    top: 52px;
    display: none;
    background: #fff;
    border: 1px solid #a2abb3;
    right: -1px;
  }
  .site .site-sidebar .sidebar .sidebar-overlay .main .overlay .tabs .tabs-nav ul li:hover {
    background-color: #E2E2E2;
  }
  .site .site-sidebar .sidebar .sidebar-overlay .main .overlay .tabs .tabs-nav ul li a {
    height: 56px;
    line-height: 56px;
    display: block;
    font-weight: 700;
    color: #012f44;
    padding-left: 20px;
  }
  .site .site-sidebar .sidebar .sidebar-overlay .main .overlay .tabs .tabs-nav.active .icon {
    transform: rotate(180deg);
  }
}
@media screen and (min-width: 1024px) {
  .site .site-sidebar .sidebar .sidebar-overlay .main .overlay .tabs .tabs-nav {
    float: left;
    width: 30%;
  }
  .site .site-sidebar .sidebar .sidebar-overlay .main .overlay .tabs .tabs-nav .title {
    display: none;
  }
  .site .site-sidebar .sidebar .sidebar-overlay .main .overlay .tabs .tabs-nav .icon {
    display: none;
  }
  .site .site-sidebar .sidebar .sidebar-overlay .main .overlay .tabs .tabs-nav li {
    margin-bottom: 40px;
  }
  .site .site-sidebar .sidebar .sidebar-overlay .main .overlay .tabs .tabs-nav li a {
    text-transform: uppercase;
    line-height: 2;
  }
  .site .site-sidebar .sidebar .sidebar-overlay .main .overlay .tabs .tabs-nav li a {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .site .site-sidebar .sidebar .sidebar-overlay .main .overlay .tabs .tabs-nav li a {
    font-size: calc(24px + 6 * ((100vw - 1024px) / 896));
  }
}
@media screen and (min-width: 1024px) and (min-width: 1920px) {
  .site .site-sidebar .sidebar .sidebar-overlay .main .overlay .tabs .tabs-nav li a {
    font-size: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .site .site-sidebar .sidebar .sidebar-overlay .main .overlay .tabs .tabs-nav li.active a, .site .site-sidebar .sidebar .sidebar-overlay .main .overlay .tabs .tabs-nav li:hover a {
    color: #012f44;
    border-bottom: 2px solid #a2abb3;
  }
}
@media screen and (min-width: 1024px) {
  .site .site-sidebar .sidebar .sidebar-overlay .main .overlay .tabs .tab-content {
    float: right;
    width: 70%;
  }
}
.site .site-sidebar .sidebar .sidebar-overlay .main .overlay .tabs .tab-content {
  display: none;
}
.site .site-sidebar .sidebar .sidebar-overlay .main .overlay .tabs .tab-content.active {
  display: block;
}
.site .site-sidebar .sidebar .sidebar-overlay .main .overlay .tabs .tab-content .rows .row .entry {
  background-color: #E2E2E2;
  display: flex;
  flex-flow: row wrap;
}
.site .site-sidebar .sidebar .sidebar-overlay .main .overlay .tabs .tab-content .rows .row .entry {
  padding-top: 44px;
  padding-bottom: 44px;
}
@media screen and (min-width: 360px) {
  .site .site-sidebar .sidebar .sidebar-overlay .main .overlay .tabs .tab-content .rows .row .entry {
    padding-top: calc(44px + -14 * ((100vw - 360px) / 1560));
    padding-bottom: calc(44px + -14 * ((100vw - 360px) / 1560));
  }
}
@media screen and (min-width: 1920px) {
  .site .site-sidebar .sidebar .sidebar-overlay .main .overlay .tabs .tab-content .rows .row .entry {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.site .site-sidebar .sidebar .sidebar-overlay .main .overlay .tabs .tab-content .rows .row .entry {
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 360px) {
  .site .site-sidebar .sidebar .sidebar-overlay .main .overlay .tabs .tab-content .rows .row .entry {
    padding-right: calc(20px + 12 * ((100vw - 360px) / 1560));
    padding-left: calc(20px + 12 * ((100vw - 360px) / 1560));
  }
}
@media screen and (min-width: 1920px) {
  .site .site-sidebar .sidebar .sidebar-overlay .main .overlay .tabs .tab-content .rows .row .entry {
    padding-right: 32px;
    padding-left: 32px;
  }
}
.site .site-sidebar .sidebar .sidebar-overlay .main .overlay .tabs .tab-content .rows .row .entry.download {
  flex-flow: row nowrap;
}
.site .site-sidebar .sidebar .sidebar-overlay .main .overlay .tabs .tab-content .rows .row .entry.distributor table {
  width: 100%;
}
.site .site-sidebar .sidebar .sidebar-overlay .main .overlay .tabs .tab-content .rows .row .entry.distributor a {
  font-weight: 400;
  color: #000;
}
.site .site-sidebar .sidebar .sidebar-overlay .main .overlay .tabs .tab-content .rows .row .entry.distributor a:hover {
  color: #E52321;
}
.site .site-sidebar .sidebar .sidebar-overlay .main .overlay .tabs .tab-content .rows .row .entry.distributor .label {
  vertical-align: top;
}
.site .site-sidebar .sidebar .sidebar-overlay .main .overlay .tabs .tab-content .rows .row .entry.distributor .label {
  width: 20px;
}
@media screen and (min-width: 360px) {
  .site .site-sidebar .sidebar .sidebar-overlay .main .overlay .tabs .tab-content .rows .row .entry.distributor .label {
    width: calc(20px + 8 * ((100vw - 360px) / 1560));
  }
}
@media screen and (min-width: 1920px) {
  .site .site-sidebar .sidebar .sidebar-overlay .main .overlay .tabs .tab-content .rows .row .entry.distributor .label {
    width: 28px;
  }
}
.site .site-sidebar .sidebar .sidebar-overlay .main .overlay .tabs .tab-content .rows .row .entry.distributor .name {
  font-weight: 700;
  color: #E52321;
  padding-bottom: 20px;
  width: 60%;
  vertical-align: top;
}
.site .site-sidebar .sidebar .sidebar-overlay .main .overlay .tabs .tab-content .rows .row .entry.distributor .country {
  text-align: right;
  padding-bottom: 20px;
  width: 40%;
  vertical-align: top;
}
.site .site-sidebar .sidebar .sidebar-overlay .main .overlay .tabs .tab-content .rows .row .entry.distributor .website {
  padding-top: 20px;
}
.site .site-sidebar .sidebar .sidebar-overlay .main .overlay .tabs .tab-content .rows .row .entry.distributor .website a {
  text-decoration: underline;
}
.site .site-sidebar .sidebar .sidebar-overlay .main .overlay .tabs .tab-content .rows .row:nth-child(2n) .entry {
  background-color: #fff;
}
.site .site-sidebar .sidebar .sidebar-overlay .main .overlay .tabs .tab-content .rows .row:hover span {
  color: #E52321;
}
.site .site-sidebar .sidebar .sidebar-overlay .main .overlay .tabs .tab-content .rows .row svg {
  height: auto;
}
.site .site-sidebar .sidebar .sidebar-overlay .main .overlay .tabs .tab-content .rows .row svg {
  width: 32px;
}
@media screen and (min-width: 360px) {
  .site .site-sidebar .sidebar .sidebar-overlay .main .overlay .tabs .tab-content .rows .row svg {
    width: calc(32px + 16 * ((100vw - 360px) / 1560));
  }
}
@media screen and (min-width: 1920px) {
  .site .site-sidebar .sidebar .sidebar-overlay .main .overlay .tabs .tab-content .rows .row svg {
    width: 48px;
  }
}
.site .site-sidebar .sidebar .sidebar-overlay .main .overlay .tabs .tab-content .rows .row span {
  color: #012f44;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  line-height: 1.36;
}
.site .site-sidebar .sidebar .sidebar-overlay .main .overlay .tabs .tab-content .rows .row span {
  margin-left: 20px;
}
@media screen and (min-width: 360px) {
  .site .site-sidebar .sidebar .sidebar-overlay .main .overlay .tabs .tab-content .rows .row span {
    margin-left: calc(20px + 12 * ((100vw - 360px) / 1560));
  }
}
@media screen and (min-width: 1920px) {
  .site .site-sidebar .sidebar .sidebar-overlay .main .overlay .tabs .tab-content .rows .row span {
    margin-left: 32px;
  }
}
@media (min-width: 1024px) {
  .site .site-sidebar {
    display: block;
  }
  .site .site-sidebar {
    width: calc( 96px);
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .site .site-sidebar {
    width: calc(96px + 48 * ((100vw - 1024px) / 896));
  }
}
@media screen and (min-width: 1024px) and (min-width: 1920px) {
  .site .site-sidebar {
    width: calc( 144px);
  }
}
@media (min-width: 1024px) {
  .site .site-sidebar {
    left: calc( 100vw - 96px);
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .site .site-sidebar {
    left: calc(100vw - (96px + 48 * ((100vw - 1024px) / 896)));
  }
}
@media screen and (min-width: 1024px) and (min-width: 1920px) {
  .site .site-sidebar {
    left: calc( 100vw - 144px);
  }
}
@media (min-width: 1024px) {
  .site .site-sidebar .sidebar {
    right: unset;
  }
  .site .site-sidebar .sidebar .sidebar-search {
    display: flex;
  }
  .site .site-sidebar .sidebar .sidebar-navigation {
    display: block;
  }
  .site .site-sidebar .sidebar .sidebar-overlay {
    width: calc( 100vw - 96px);
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .site .site-sidebar .sidebar .sidebar-overlay {
    width: calc(100vw - (96px + 48 * ((100vw - 1024px) / 896)));
  }
}
@media screen and (min-width: 1024px) and (min-width: 1920px) {
  .site .site-sidebar .sidebar .sidebar-overlay {
    width: calc( 100vw - 144px);
  }
}
@media (min-width: 1024px) {
  .site .site-sidebar .sidebar .sidebar-overlay {
    right: calc( -100vw + 96px);
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .site .site-sidebar .sidebar .sidebar-overlay {
    right: calc(-100vw + (96px + 48 * ((100vw - 1024px) / 896)));
  }
}
@media screen and (min-width: 1024px) and (min-width: 1920px) {
  .site .site-sidebar .sidebar .sidebar-overlay {
    right: calc( -100vw + 144px);
  }
}
@media (min-width: 1024px) {
  .site .site-sidebar .sidebar .sidebar-overlay .content-wrapper {
    max-width: 75%;
    margin-left: 8.33%;
    padding-right: 0;
  }
}
@media (min-width: 1024px) {
  .site .site-sidebar .sidebar .sidebar-overlay .header {
    margin-left: 0;
  }
  .site .site-sidebar .sidebar .sidebar-overlay .header .logo {
    display: block;
  }
  .site .site-sidebar .sidebar .sidebar-overlay .header .overlay-back {
    display: none;
    cursor: pointer;
  }
}
@media (min-width: 1024px) {
  .site .site-sidebar .sidebar .sidebar-overlay .main .overlay {
    padding-right: 72px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .site .site-sidebar .sidebar .sidebar-overlay .main .overlay {
    padding-right: calc(72px + 72 * ((100vw - 1024px) / 896));
  }
}
@media screen and (min-width: 1024px) and (min-width: 1920px) {
  .site .site-sidebar .sidebar .sidebar-overlay .main .overlay {
    padding-right: 144px;
  }
}
.site.active-sidebar .site-sidebar {
  z-index: 12;
  display: block;
}
.site.active-sidebar .site-sidebar .sidebar .sidebar-overlay {
  visibility: visible;
}
@media (min-width: 1024px) {
  .site.active-sidebar {
    right: calc( 100vw - 96px);
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .site.active-sidebar {
    right: calc(100vw - (96px + 48 * ((100vw - 1024px) / 896)));
  }
}
@media screen and (min-width: 1024px) and (min-width: 1920px) {
  .site.active-sidebar {
    right: calc( 100vw - 144px);
  }
}
@media (min-width: 1024px) {
  .site.active-sidebar .site-sidebar {
    z-index: 20;
  }
  .site.active-sidebar .site-sidebar .sidebar .sidebar-overlay {
    right: calc( -100vw + 96px);
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .site.active-sidebar .site-sidebar .sidebar .sidebar-overlay {
    right: calc(-100vw + (96px + 48 * ((100vw - 1024px) / 896)));
  }
}
@media screen and (min-width: 1024px) and (min-width: 1920px) {
  .site.active-sidebar .site-sidebar .sidebar .sidebar-overlay {
    right: calc( -100vw + 144px);
  }
}
@media (min-width: 1024px) {
  .site.active-sidebar .site-sidebar .sidebar .sidebar-search {
    display: none;
  }
}
@media (min-width: 1024px) {
  .site.active-sidebar .site-sidebar .sidebar .sidebar-close {
    position: relative;
    display: flex;
  }
}

.header {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  z-index: 11;
}
.header {
  height: 96px;
}
@media screen and (min-width: 768px) {
  .header {
    height: calc(96px + 84 * ((100vw - 768px) / 1152));
  }
}
@media screen and (min-width: 1920px) {
  .header {
    height: 180px;
  }
}
.header {
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 360px) {
  .header {
    padding-right: calc(20px + 52 * ((100vw - 360px) / 664));
    padding-left: calc(20px + 52 * ((100vw - 360px) / 664));
  }
}
@media screen and (min-width: 1024px) {
  .header {
    padding-right: 72px;
    padding-left: 72px;
  }
}
@media (min-width: 1024px) {
  .header {
    padding-right: 0;
  }
  .header {
    padding-left: 72px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .header {
    padding-left: calc(72px + 72 * ((100vw - 1024px) / 896));
  }
}
@media screen and (min-width: 1024px) and (min-width: 1920px) {
  .header {
    padding-left: 144px;
  }
}
.header .header-logo {
  flex-grow: 1;
  position: relative;
  z-index: 11;
  background-color: #fff;
}
.header .header-logo a, .header .header-logo span {
  display: inline-block;
  height: 100%;
  max-width: 120px;
}
.header .header-logo a img, .header .header-logo span img {
  max-height: 100%;
  width: auto;
}
.header .header-logo a, .header .header-logo span {
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .header .header-logo a, .header .header-logo span {
    padding-bottom: calc(10px + 20 * ((100vw - 768px) / 1152));
  }
}
@media screen and (min-width: 1920px) {
  .header .header-logo a, .header .header-logo span {
    padding-bottom: 30px;
  }
}
.header .header-navigation {
  display: none;
}
@media (min-width: 1024px) {
  .header .header-navigation {
    display: block;
  }
}
.header .header-navigation > ul {
  display: flex;
  flex-flow: row nowrap;
  height: 100%;
  align-items: center;
}
.header .header-navigation > ul > li {
  line-height: 40px;
  position: relative;
}
.header .header-navigation > ul > li {
  margin-right: 24px;
}
@media screen and (min-width: 360px) {
  .header .header-navigation > ul > li {
    margin-right: calc(24px + 40 * ((100vw - 360px) / 1560));
  }
}
@media screen and (min-width: 1920px) {
  .header .header-navigation > ul > li {
    margin-right: 64px;
  }
}
.header .header-navigation > ul > li:hover ul {
  visibility: visible;
}
.header .header-navigation > ul > li > a {
  text-transform: uppercase;
  color: #012f44;
  display: inline-block;
  position: relative;
}
.header .header-navigation > ul > li > a {
  font-size: 15px;
}
@media screen and (min-width: 360px) {
  .header .header-navigation > ul > li > a {
    font-size: calc(15px + 3 * ((100vw - 360px) / 1560));
  }
}
@media screen and (min-width: 1920px) {
  .header .header-navigation > ul > li > a {
    font-size: 18px;
  }
}
.header .header-navigation > ul > li > a:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 6px;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #a2abb3;
  transition: all 0.32s ease-out;
  opacity: 0;
}
.header .header-navigation > ul > li svg {
  max-width: 10px;
  margin-left: 12px;
}
.header .header-navigation > ul > li.current-page-parent > a:after, .header .header-navigation > ul > li.current-menu-item > a:after, .header .header-navigation > ul > li:hover > a:after {
  width: 100%;
  opacity: 1;
}
.header .header-navigation ul li:last-child ul {
  width: auto;
  display: block;
}
.header .header-navigation ul li:last-child ul li {
  width: 100%;
}
.header .header-navigation ul ul {
  z-index: 10;
  visibility: hidden;
  display: flex;
  position: absolute;
  left: -40px;
  top: 100%;
  width: 660px;
  height: auto;
  padding: 20px 0 0;
  white-space: nowrap;
  flex-flow: column wrap;
  background: #fff;
}
.header .header-navigation ul ul > li {
  order: 1;
  width: 40%;
  line-height: 1.2;
  background: #fff;
  padding: 20px 40px;
}
.header .header-navigation ul ul > li:last-child {
  margin-bottom: 0;
}
.header .header-navigation ul ul > li > a {
  text-transform: uppercase;
  color: #a2abb3;
  font-weight: 700;
  display: inline-block;
  position: relative;
}
.header .header-navigation ul ul > li > a {
  font-size: 15px;
}
@media screen and (min-width: 1024px) {
  .header .header-navigation ul ul > li > a {
    font-size: calc(15px + 3 * ((100vw - 1024px) / 896));
  }
}
@media screen and (min-width: 1920px) {
  .header .header-navigation ul ul > li > a {
    font-size: 18px;
  }
}
.header .header-navigation ul ul > li.current-menu-item > a, .header .header-navigation ul ul > li:hover > a {
  color: #012f44;
}
.header .header-navigation ul ul li.menu-item-has-children {
  order: 2;
  width: 60%;
}
.header .header-navigation ul li.menu-item-has-children {
  display: flex;
  flex-flow: row nowrap;
}
.header .header-navigation ul ul li.menu-item-has-children {
  display: flex;
  flex-flow: column nowrap;
  background: transparent;
  padding: 0;
}
.header .header-navigation ul ul li.menu-item-has-children ul {
  padding: 0;
}
.header .header-navigation ul ul li.menu-item-has-children > a {
  padding: 20px 40px 20px 0;
  background: #fff;
}
.header .header-navigation ul ul li.menu-item-has-children ul li {
  padding: 6px 40px 6px 0;
  margin: 0;
}
.header .header-navigation ul ul li.menu-item-has-children ul li:last-child {
  padding-bottom: 40px;
}
.header .header-navigation ul ul ul {
  position: relative;
  left: inherit;
  top: inherit;
  display: flex;
  flex-flow: column;
  width: 100%;
}
.header .header-navigation ul ul ul > li {
  margin-bottom: 12px;
}
.header .header-navigation ul ul ul > li > a {
  text-transform: none;
  color: #012f44;
  font-weight: 400;
  display: inline-block;
}
.header .header-navigation ul ul ul > li > a {
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  .header .header-navigation ul ul ul > li > a {
    font-size: calc(14px + 2 * ((100vw - 1024px) / 896));
  }
}
@media screen and (min-width: 1920px) {
  .header .header-navigation ul ul ul > li > a {
    font-size: 16px;
  }
}
.header .header-navigation ul ul ul ul {
  display: none;
}
.header .navigation-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: #fff;
}
.header .navigation-overlay.active {
  left: 0;
}
.header .navigation-overlay .inner {
  height: 100%;
  width: 100%;
  overflow-y: auto;
}
.header .navigation-overlay .inner .content {
  padding-top: 96px;
}
@media screen and (min-width: 768px) {
  .header .navigation-overlay .inner .content {
    padding-top: calc(96px + 84 * ((100vw - 768px) / 1152));
  }
}
@media screen and (min-width: 1920px) {
  .header .navigation-overlay .inner .content {
    padding-top: 180px;
  }
}
.header .navigation-overlay .inner .content {
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 360px) {
  .header .navigation-overlay .inner .content {
    padding-right: calc(20px + 52 * ((100vw - 360px) / 664));
    padding-left: calc(20px + 52 * ((100vw - 360px) / 664));
  }
}
@media screen and (min-width: 1024px) {
  .header .navigation-overlay .inner .content {
    padding-right: 72px;
    padding-left: 72px;
  }
}
@media (min-width: 1024px) {
  .header .navigation-overlay.active {
    left: 100%;
  }
}
.header .mobile-navigation {
  margin-top: 80px;
}
.header .mobile-navigation ul > li {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.header .mobile-navigation ul > li:hover > a, .header .mobile-navigation ul > li.current-menu-item > a {
  color: #E52321;
}
.header .mobile-navigation ul > li > a {
  color: #012f44;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  display: block;
  width: calc(100% - 40px);
}
.header .mobile-navigation ul > li span.icon {
  width: 40px;
  text-align: center;
  cursor: pointer;
}
.header .mobile-navigation ul > li span.icon svg {
  width: 16px;
  height: auto;
}
.header .mobile-navigation ul > li ul {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100vw;
  width: 100vw;
  min-height: 100%;
  transition: left 0.8s ease-in-out;
  background-color: #fff;
  padding-top: 80px;
}
.header .mobile-navigation ul > li ul {
  margin-top: 96px;
}
@media screen and (min-width: 768px) {
  .header .mobile-navigation ul > li ul {
    margin-top: calc(96px + 84 * ((100vw - 768px) / 1152));
  }
}
@media screen and (min-width: 1920px) {
  .header .mobile-navigation ul > li ul {
    margin-top: 180px;
  }
}
.header .mobile-navigation ul > li ul {
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 360px) {
  .header .mobile-navigation ul > li ul {
    padding-right: calc(20px + 52 * ((100vw - 360px) / 664));
    padding-left: calc(20px + 52 * ((100vw - 360px) / 664));
  }
}
@media screen and (min-width: 1024px) {
  .header .mobile-navigation ul > li ul {
    padding-right: 72px;
    padding-left: 72px;
  }
}
.header .mobile-navigation ul > li ul.active {
  left: 0;
}
.header .mobile-navigation ul > li ul li:first-child a {
  color: #012f44;
}
.header .mobile-navigation ul > li ul li a {
  color: #a2abb3;
}
.header .mobile-navigation ul > li ul li ul {
  margin-top: 0;
}
.header .mobile-navigation ul > li ul li ul li {
  border: none;
  padding: 0;
  margin-bottom: 20px;
}
.header .mobile-navigation ul > li ul li ul li:first-child {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.header .mobile-navigation ul > li ul li ul li:first-child a {
  font-size: 18px;
  color: #012f44;
  font-weight: 700;
}
.header .mobile-navigation ul > li ul li ul li a {
  font-size: 15px;
  color: #a2abb3;
  font-weight: 400;
}
.header .sidebar-navigation {
  margin-top: 56px;
}
.header .sidebar-navigation ul li {
  margin-bottom: 40px;
}
.header .sidebar-navigation ul li a {
  font-weight: 400;
  text-transform: uppercase;
  color: #a2abb3;
  font-size: 18px;
}
.header .header-search {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding-left: 32px;
  z-index: 10;
  background-color: #fff;
}
.header .header-search svg {
  max-width: 20px;
}
@media (min-width: 1024px) {
  .header .header-search {
    display: none;
  }
}
.header .header-searchform {
  display: flex;
  z-index: 16;
  align-items: center;
  width: 100%;
  position: fixed;
  left: 200%;
  background-color: #fff;
  transition: left 0.6s ease;
}
.header .header-searchform {
  height: 96px;
}
@media screen and (min-width: 768px) {
  .header .header-searchform {
    height: calc(96px + 84 * ((100vw - 768px) / 1152));
  }
}
@media screen and (min-width: 1920px) {
  .header .header-searchform {
    height: 180px;
  }
}
.header .header-searchform.active {
  left: 0;
}
.header .header-searchform .content-wrapper {
  width: 100%;
}
.header .header-searchform .searchform {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.header .header-searchform .searchform .searchform-search {
  display: flex;
  flex-flow: row nowrap;
  width: 80%;
  border-bottom: 1px solid #a2abb3;
}
.header .header-searchform .searchform .searchform-search input {
  border: 0;
  padding: 8px 0;
  margin: 0;
  flex-grow: 1;
  font-weight: 400;
  color: #a2abb3;
}
.header .header-searchform .searchform .searchform-search input {
  font-size: 20px;
}
@media screen and (min-width: 360px) {
  .header .header-searchform .searchform .searchform-search input {
    font-size: calc(20px + 20 * ((100vw - 360px) / 1560));
  }
}
@media screen and (min-width: 1920px) {
  .header .header-searchform .searchform .searchform-search input {
    font-size: 40px;
  }
}
.header .header-searchform .searchform .searchform-search input::placeholder {
  opacity: 1;
}
.header .header-searchform .searchform .searchform-search button {
  background: transparent;
  border: 0;
  border-radius: 0;
  cursor: pointer;
}
.header .header-searchform .searchform .searchform-search button svg {
  max-width: 20px;
}
.header .header-searchform .searchform .searchform-close {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.header .header-searchform .searchform .searchform-close svg {
  max-width: 20px;
}
@media (min-width: 1024px) {
  .header .header-searchform .searchform .searchform-close {
    width: 96px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .header .header-searchform .searchform .searchform-close {
    width: calc(96px + 48 * ((100vw - 1024px) / 896));
  }
}
@media screen and (min-width: 1024px) and (min-width: 1920px) {
  .header .header-searchform .searchform .searchform-close {
    width: 144px;
  }
}
.header .header-lang {
  display: none;
  align-items: center;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .header .header-lang {
    display: flex;
  }
}
.header .header-lang .lang {
  position: relative;
}
.header .header-lang .lang svg {
  max-width: 20px;
}
.header .header-lang .lang svg + svg {
  margin-left: 16px;
  max-width: 10px;
}
.header .header-lang .lang .lang-all {
  position: absolute;
  display: none;
  padding-top: 4px;
  line-height: 1.55;
  color: #012f44;
  text-transform: uppercase;
  font-size: 18px;
  width: 100%;
}
.header .header-lang .lang .lang-all a {
  color: #a2abb3;
  font-weight: 400;
}
.header .header-lang:hover .lang .lang-all {
  display: block;
}
.header .header-lang:hover .lang svg path {
  stroke: #012f44;
}
.header .header-toggle {
  display: flex;
  align-items: center;
  margin-left: auto;
  cursor: pointer;
  padding-left: 32px;
  position: relative;
  z-index: 11;
  background-color: #fff;
}
@media (min-width: 1024px) {
  .header .header-toggle {
    display: none;
  }
}
.header .header-toggle .back {
  display: none;
  text-decoration: underline;
  margin-right: 16px;
  margin-bottom: -2px;
}
@media (min-width: 1024px) {
  .header .header-toggle .back.visible {
    display: none;
  }
}
.header .header-toggle.active .back.visible {
  display: block;
}
.header .header-toggle .burger {
  width: 20px;
  height: 16px;
  position: relative;
}
.header .header-toggle .burger span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #012f44;
  opacity: 1;
  left: 0;
  transform: rotate(0);
  transition: 0.2s ease-in-out;
}
.header .header-toggle .burger span:nth-child(1) {
  top: 0;
}
.header .header-toggle .burger span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.header .header-toggle .burger span:nth-child(3) {
  bottom: 0;
}
.header .header-toggle.active .burger span:nth-child(1) {
  top: calc(50% - 0.5px);
  transform: rotate(-45deg);
}
.header .header-toggle.active .burger span:nth-child(2) {
  opacity: 0;
}
.header .header-toggle.active .burger span:nth-child(3) {
  bottom: calc(50% - 0.5px);
  transform: rotate(45deg);
}

.stileffekt-block .headline h1, .stileffekt-block .headline h2, .stileffekt-block .headline h3, .stileffekt-block .headline h4, .stileffekt-block .headline h5, .stileffekt-block .headline h6 {
  display: inline;
  line-height: 1.6;
}
.stileffekt-block .link a {
  font-weight: 700;
  color: #E52321;
  cursor: pointer;
  display: inline-block;
  transition: padding 0.32s ease-out;
}
.stileffekt-block .link a:hover {
  padding-left: 4px;
}
.stileffekt-block .link svg {
  margin-left: 24px;
  margin-bottom: 2px;
}
.stileffekt-block .link svg {
  width: 10px;
}
@media screen and (min-width: 360px) {
  .stileffekt-block .link svg {
    width: calc(10px + 2 * ((100vw - 360px) / 1560));
  }
}
@media screen and (min-width: 1920px) {
  .stileffekt-block .link svg {
    width: 12px;
  }
}
.stileffekt-block .link-animation a {
  display: inline-block;
  position: relative;
}
.stileffekt-block .link-animation a:after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #E52321;
  content: "";
  transition: all 0.32s ease-out;
  opacity: 0;
}
.stileffekt-block .link-animation a:hover:after {
  width: calc(100% - 4px);
  left: 4px;
  opacity: 1;
}
.stileffekt-block .button a {
  background-color: #E52321;
  padding: 10px 24px;
  color: #fff;
  transition: padding 0.4s ease-out;
  font-weight: 700;
}
.stileffekt-block .button a:hover {
  padding-left: 32px;
  padding-right: 28px;
}
.stileffekt-block.block-title {
  margin-bottom: 96px;
}
@media screen and (min-width: 360px) {
  .stileffekt-block.block-title {
    margin-bottom: calc(96px + 48 * ((100vw - 360px) / 1560));
  }
}
@media screen and (min-width: 1920px) {
  .stileffekt-block.block-title {
    margin-bottom: 144px;
  }
}
.stileffekt-block.block-title.style-subpage .title {
  display: flex;
  flex-flow: row nowrap;
}
.stileffekt-block.block-title.style-subpage .title .title-media {
  text-align: center;
}
@media (min-width: 1024px) {
  .stileffekt-block.block-title.style-subpage .title .title-media {
    width: 53%;
  }
}
.stileffekt-block.block-title.style-subpage .title .title-media .image {
  background-size: cover;
  background-position: 50% 50%;
  display: none;
}
.stileffekt-block.block-title.style-subpage .title .title-media .image {
  height: 448px;
}
@media screen and (min-width: 960px) {
  .stileffekt-block.block-title.style-subpage .title .title-media .image {
    height: calc(448px + 128 * ((100vw - 960px) / 960));
  }
}
@media screen and (min-width: 1920px) {
  .stileffekt-block.block-title.style-subpage .title .title-media .image {
    height: 576px;
  }
}
@media (min-width: 1024px) {
  .stileffekt-block.block-title.style-subpage .title .title-media .image {
    display: block;
  }
}
@media (min-width: 1024px) {
  .stileffekt-block.block-title.style-subpage .title .title-content {
    width: 47%;
  }
  .stileffekt-block.block-title.style-subpage .title .title-content {
    padding-right: 48px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .stileffekt-block.block-title.style-subpage .title .title-content {
    padding-right: calc(48px + 48 * ((100vw - 1024px) / 896));
  }
}
@media screen and (min-width: 1024px) and (min-width: 1920px) {
  .stileffekt-block.block-title.style-subpage .title .title-content {
    padding-right: 96px;
  }
}
@media (min-width: 1024px) {
  .stileffekt-block.block-title.style-subpage .title .title-content {
    padding-bottom: 24px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .stileffekt-block.block-title.style-subpage .title .title-content {
    padding-bottom: calc(24px + 24 * ((100vw - 1024px) / 896));
  }
}
@media screen and (min-width: 1024px) and (min-width: 1920px) {
  .stileffekt-block.block-title.style-subpage .title .title-content {
    padding-bottom: 48px;
  }
}
.stileffekt-block.block-title.style-subpage .title .title-content .title-breadcrumb {
  margin-top: 16px;
}
@media screen and (min-width: 1024px) {
  .stileffekt-block.block-title.style-subpage .title .title-content .title-breadcrumb {
    margin-top: calc(16px + 16 * ((100vw - 1024px) / 896));
  }
}
@media screen and (min-width: 1920px) {
  .stileffekt-block.block-title.style-subpage .title .title-content .title-breadcrumb {
    margin-top: 32px;
  }
}
.stileffekt-block.block-title.style-subpage .title .title-content .title-breadcrumb {
  margin-bottom: 32px;
}
@media screen and (min-width: 1024px) {
  .stileffekt-block.block-title.style-subpage .title .title-content .title-breadcrumb {
    margin-bottom: calc(32px + 32 * ((100vw - 1024px) / 896));
  }
}
@media screen and (min-width: 1920px) {
  .stileffekt-block.block-title.style-subpage .title .title-content .title-breadcrumb {
    margin-bottom: 64px;
  }
}
.stileffekt-block.block-title.style-subpage .title .title-content .title-breadcrumb {
  font-size: 12px;
}
@media screen and (min-width: 360px) {
  .stileffekt-block.block-title.style-subpage .title .title-content .title-breadcrumb {
    font-size: calc(12px + 4 * ((100vw - 360px) / 1560));
  }
}
@media screen and (min-width: 1920px) {
  .stileffekt-block.block-title.style-subpage .title .title-content .title-breadcrumb {
    font-size: 16px;
  }
}
.stileffekt-block.block-title.style-subpage .title .title-content .title-breadcrumb svg {
  margin: 0 16px 2px;
}
.stileffekt-block.block-title.style-subpage .title .title-content .title-breadcrumb svg {
  width: 6px;
}
@media screen and (min-width: 360px) {
  .stileffekt-block.block-title.style-subpage .title .title-content .title-breadcrumb svg {
    width: calc(6px + 2 * ((100vw - 360px) / 1560));
  }
}
@media screen and (min-width: 1920px) {
  .stileffekt-block.block-title.style-subpage .title .title-content .title-breadcrumb svg {
    width: 8px;
  }
}
.stileffekt-block.block-title.style-subpage .title .title-content .title-breadcrumb svg {
  height: 6px;
}
@media screen and (min-width: 360px) {
  .stileffekt-block.block-title.style-subpage .title .title-content .title-breadcrumb svg {
    height: calc(6px + 2 * ((100vw - 360px) / 1560));
  }
}
@media screen and (min-width: 1920px) {
  .stileffekt-block.block-title.style-subpage .title .title-content .title-breadcrumb svg {
    height: 8px;
  }
}
.stileffekt-block.block-title.style-subpage .title .title-content .title-breadcrumb p {
  margin: 0;
}
.stileffekt-block.block-title.style-subpage .title .title-content .title-breadcrumb a {
  font-weight: 400;
}
.stileffekt-block.block-title.style-subpage .title .title-content .title-breadcrumb strong {
  color: #a2abb3;
}
.stileffekt-block.block-title.style-subpage .title .title-content .title-image {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .stileffekt-block.block-title.style-subpage .title .title-content .title-image {
    display: none;
  }
}
.stileffekt-block.block-title.style-subpage .title .title-content .title-image img {
  width: 100%;
  height: auto;
}
.stileffekt-block.block-title.style-subpage .title .title-content .title-text {
  margin-top: 20px;
}
.stileffekt-block.block-title.style-subpage .title .title-content .title-text p {
  margin-bottom: 0;
}
.stileffekt-block.block-title.style-homepage {
  color: #fff;
}
.stileffekt-block.block-title.style-homepage {
  margin-bottom: 96px;
}
@media screen and (min-width: 360px) {
  .stileffekt-block.block-title.style-homepage {
    margin-bottom: calc(96px + 84 * ((100vw - 360px) / 1560));
  }
}
@media screen and (min-width: 1920px) {
  .stileffekt-block.block-title.style-homepage {
    margin-bottom: 180px;
  }
}
.stileffekt-block.block-title.style-homepage .title {
  position: relative;
}
.stileffekt-block.block-title.style-homepage .title {
  height: calc(100vh - 96px);
}
@media screen and (min-width: 768px) {
  .stileffekt-block.block-title.style-homepage .title {
    height: calc(100vh - (96px + 84 * ((100vw - 768px) / 1152)));
  }
}
@media screen and (min-width: 1920px) {
  .stileffekt-block.block-title.style-homepage .title {
    height: calc(100vh - 180px);
  }
}
.stileffekt-block.block-title.style-homepage .title .title-media {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.stileffekt-block.block-title.style-homepage .title .title-media .image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.stileffekt-block.block-title.style-homepage .title .title-media .title-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #012f44;
  background: linear-gradient(90deg, rgba(1, 47, 68, 0.92) 35%, rgba(1, 47, 68, 0) 100%);
}
.stileffekt-block.block-title.style-homepage .title .title-content {
  position: absolute;
  z-index: 1;
}
.stileffekt-block.block-title.style-homepage .title .title-content {
  padding-top: 40px;
}
@media screen and (min-width: 360px) {
  .stileffekt-block.block-title.style-homepage .title .title-content {
    padding-top: calc(40px + 80 * ((100vw - 360px) / 1560));
  }
}
@media screen and (min-width: 1920px) {
  .stileffekt-block.block-title.style-homepage .title .title-content {
    padding-top: 120px;
  }
}
.stileffekt-block.block-title.style-homepage .title .title-content .title-headline {
  width: 100%;
}
.stileffekt-block.block-title.style-homepage .title .title-content .title-headline h1 {
  color: #fff;
}
@media (min-width: 1024px) {
  .stileffekt-block.block-title.style-homepage .title .title-content .title-headline {
    width: 65%;
  }
}
.stileffekt-block.block-title.style-homepage .title .title-content .title-image {
  display: none;
}
.stileffekt-block.block-title.style-homepage .title .title-content .title-text {
  margin-top: 32px;
  width: 100%;
}
@media (min-width: 768px) {
  .stileffekt-block.block-title.style-homepage .title .title-content .title-text {
    margin-top: 40px;
  }
}
@media (min-width: 1024px) {
  .stileffekt-block.block-title.style-homepage .title .title-content .title-text {
    width: 50%;
  }
}
.stileffekt-block.block-title.style-homepage .title .title-content .title-text p:last-child {
  margin-bottom: 0;
}
.stileffekt-block.block-title.style-homepage .title .title-content .title-link {
  display: inline-block;
  margin-top: 40px;
}
.stileffekt-block.block-title.style-homepage .title .title-content .title-link svg {
  max-width: 10px;
}
.stileffekt-block.block-title.style-homepage .title .title-arrow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 16px;
  z-index: 3;
  cursor: pointer;
  transition: padding-bottom 0.32s ease-out;
}
.stileffekt-block.block-title.style-homepage .title .title-arrow svg {
  display: block;
  max-width: 32px;
}
@media (min-width: 768px) {
  .stileffekt-block.block-title.style-homepage .title .title-arrow {
    bottom: 32px;
  }
  .stileffekt-block.block-title.style-homepage .title .title-arrow svg {
    display: block;
    max-width: 40px;
  }
}
.stileffekt-block.block-title.style-homepage .title .title-arrow:hover {
  padding-bottom: 4px;
}
.stileffekt-block.block-text {
  margin-bottom: 96px;
}
@media screen and (min-width: 360px) {
  .stileffekt-block.block-text {
    margin-bottom: calc(96px + 192 * ((100vw - 360px) / 1560));
  }
}
@media screen and (min-width: 1920px) {
  .stileffekt-block.block-text {
    margin-bottom: 288px;
  }
}
.stileffekt-block.block-text .text {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
}
.stileffekt-block.block-text .text .text-headline h1, .stileffekt-block.block-text .text .text-headline h2, .stileffekt-block.block-text .text .text-headline h3, .stileffekt-block.block-text .text .text-headline h4, .stileffekt-block.block-text .text .text-headline h5, .stileffekt-block.block-text .text .text-headline h6 {
  margin: 0;
}
.stileffekt-block.block-text .text .text-content p {
  margin: 0;
}
@media (min-width: 1024px) {
  .stileffekt-block.block-text.style-standard .text {
    max-width: 50%;
    margin: 0 auto;
  }
}
.stileffekt-block.block-text.style-standard .text .text-content .content-text {
  margin-top: 40px;
}
@media screen and (min-width: 360px) {
  .stileffekt-block.block-text.style-standard .text .text-content .content-text {
    margin-top: calc(40px + 56 * ((100vw - 360px) / 1560));
  }
}
@media screen and (min-width: 1920px) {
  .stileffekt-block.block-text.style-standard .text .text-content .content-text {
    margin-top: 96px;
  }
}
.stileffekt-block.block-text.style-standard .text .text-content .content-link {
  margin-top: 40px;
}
@media screen and (min-width: 360px) {
  .stileffekt-block.block-text.style-standard .text .text-content .content-link {
    margin-top: calc(40px + 56 * ((100vw - 360px) / 1560));
  }
}
@media screen and (min-width: 1920px) {
  .stileffekt-block.block-text.style-standard .text .text-content .content-link {
    margin-top: 96px;
  }
}
@media (min-width: 1024px) {
  .stileffekt-block.block-text.style-columns .text .text-headline {
    flex-basis: 25%;
  }
}
.stileffekt-block.block-text.style-columns .text .text-headline h1, .stileffekt-block.block-text.style-columns .text .text-headline h2, .stileffekt-block.block-text.style-columns .text .text-headline h3, .stileffekt-block.block-text.style-columns .text .text-headline h4, .stileffekt-block.block-text.style-columns .text .text-headline h5, .stileffekt-block.block-text.style-columns .text .text-headline h6 {
  font-size: 15px;
}
@media screen and (min-width: 360px) {
  .stileffekt-block.block-text.style-columns .text .text-headline h1, .stileffekt-block.block-text.style-columns .text .text-headline h2, .stileffekt-block.block-text.style-columns .text .text-headline h3, .stileffekt-block.block-text.style-columns .text .text-headline h4, .stileffekt-block.block-text.style-columns .text .text-headline h5, .stileffekt-block.block-text.style-columns .text .text-headline h6 {
    font-size: calc(15px + 5 * ((100vw - 360px) / 1560));
  }
}
@media screen and (min-width: 1920px) {
  .stileffekt-block.block-text.style-columns .text .text-headline h1, .stileffekt-block.block-text.style-columns .text .text-headline h2, .stileffekt-block.block-text.style-columns .text .text-headline h3, .stileffekt-block.block-text.style-columns .text .text-headline h4, .stileffekt-block.block-text.style-columns .text .text-headline h5, .stileffekt-block.block-text.style-columns .text .text-headline h6 {
    font-size: 20px;
  }
}
.stileffekt-block.block-text.style-columns .text .text-content {
  margin-top: 40px;
}
@media screen and (min-width: 360px) {
  .stileffekt-block.block-text.style-columns .text .text-content {
    margin-top: calc(40px + 24 * ((100vw - 360px) / 664));
  }
}
@media screen and (min-width: 1024px) {
  .stileffekt-block.block-text.style-columns .text .text-content {
    margin-top: 64px;
  }
}
@media (min-width: 1024px) {
  .stileffekt-block.block-text.style-columns .text .text-content {
    flex-basis: 75%;
    margin: 0;
  }
}
.stileffekt-block.block-text-media {
  margin-bottom: 96px;
}
@media screen and (min-width: 360px) {
  .stileffekt-block.block-text-media {
    margin-bottom: calc(96px + 192 * ((100vw - 360px) / 1560));
  }
}
@media screen and (min-width: 1920px) {
  .stileffekt-block.block-text-media {
    margin-bottom: 288px;
  }
}
.stileffekt-block.block-text-media .text-media {
  display: flex;
  align-items: stretch;
  flex-flow: row nowrap;
}
.stileffekt-block.block-text-media .text-media .image {
  display: none;
  position: relative;
  width: 100%;
}
@media (min-width: 960px) {
  .stileffekt-block.block-text-media .text-media .image {
    width: 50%;
    display: block;
  }
}
.stileffekt-block.block-text-media .text-media .image .image {
  position: absolute;
  background-size: cover;
  background-position: 50% 50%;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
}
.stileffekt-block.block-text-media .text-media .content {
  width: 100%;
}
@media (min-width: 960px) {
  .stileffekt-block.block-text-media .text-media .content {
    width: 50%;
  }
  .stileffekt-block.block-text-media .text-media .content {
    padding-left: 48px;
  }
}
@media screen and (min-width: 960px) and (min-width: 960px) {
  .stileffekt-block.block-text-media .text-media .content {
    padding-left: calc(48px + 48 * ((100vw - 960px) / 960));
  }
}
@media screen and (min-width: 960px) and (min-width: 1920px) {
  .stileffekt-block.block-text-media .text-media .content {
    padding-left: 96px;
  }
}
@media (min-width: 960px) {
  .stileffekt-block.block-text-media .text-media .content {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media screen and (min-width: 960px) and (min-width: 960px) {
  .stileffekt-block.block-text-media .text-media .content {
    padding-top: calc(48px + 48 * ((100vw - 960px) / 960));
    padding-bottom: calc(48px + 48 * ((100vw - 960px) / 960));
  }
}
@media screen and (min-width: 960px) and (min-width: 1920px) {
  .stileffekt-block.block-text-media .text-media .content {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}
.stileffekt-block.block-text-media .text-media .content .headline h1, .stileffekt-block.block-text-media .text-media .content .headline h2, .stileffekt-block.block-text-media .text-media .content .headline h3, .stileffekt-block.block-text-media .text-media .content .headline h4, .stileffekt-block.block-text-media .text-media .content .headline h5, .stileffekt-block.block-text-media .text-media .content .headline h6 {
  margin: 0;
}
.stileffekt-block.block-text-media .text-media .content .image {
  display: block;
}
.stileffekt-block.block-text-media .text-media .content .image {
  margin-top: 40px;
}
@media screen and (min-width: 360px) {
  .stileffekt-block.block-text-media .text-media .content .image {
    margin-top: calc(40px + 56 * ((100vw - 360px) / 1560));
  }
}
@media screen and (min-width: 1920px) {
  .stileffekt-block.block-text-media .text-media .content .image {
    margin-top: 96px;
  }
}
@media (min-width: 960px) {
  .stileffekt-block.block-text-media .text-media .content .image {
    display: none;
  }
}
.stileffekt-block.block-text-media .text-media .content .text {
  margin-top: 40px;
}
@media screen and (min-width: 360px) {
  .stileffekt-block.block-text-media .text-media .content .text {
    margin-top: calc(40px + 56 * ((100vw - 360px) / 1560));
  }
}
@media screen and (min-width: 1920px) {
  .stileffekt-block.block-text-media .text-media .content .text {
    margin-top: 96px;
  }
}
.stileffekt-block.block-text-media .text-media .content .link {
  margin-top: 32px;
}
@media screen and (min-width: 360px) {
  .stileffekt-block.block-text-media .text-media .content .link {
    margin-top: calc(32px + 32 * ((100vw - 360px) / 1560));
  }
}
@media screen and (min-width: 1920px) {
  .stileffekt-block.block-text-media .text-media .content .link {
    margin-top: 64px;
  }
}
.stileffekt-block.block-text-media.style-right .image {
  order: 2;
}
.stileffekt-block.block-text-media.style-right .content {
  order: 1;
}
@media (min-width: 960px) {
  .stileffekt-block.block-text-media.style-right .content {
    padding-left: 0;
  }
  .stileffekt-block.block-text-media.style-right .content {
    padding-right: 48px;
  }
}
@media screen and (min-width: 960px) and (min-width: 960px) {
  .stileffekt-block.block-text-media.style-right .content {
    padding-right: calc(48px + 48 * ((100vw - 960px) / 960));
  }
}
@media screen and (min-width: 960px) and (min-width: 1920px) {
  .stileffekt-block.block-text-media.style-right .content {
    padding-right: 96px;
  }
}
.stileffekt-block.block-text-highlight {
  margin-bottom: 96px;
}
@media screen and (min-width: 360px) {
  .stileffekt-block.block-text-highlight {
    margin-bottom: calc(96px + 192 * ((100vw - 360px) / 1560));
  }
}
@media screen and (min-width: 1920px) {
  .stileffekt-block.block-text-highlight {
    margin-bottom: 288px;
  }
}
.stileffekt-block.block-text-highlight .text-highlight {
  display: flex;
  align-items: stretch;
  flex-flow: row nowrap;
}
.stileffekt-block.block-text-highlight .text-highlight .highlight {
  display: flex;
  flex-flow: row wrap;
  position: relative;
  align-items: center;
  width: 100%;
  background-color: #012f44;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.24;
}
.stileffekt-block.block-text-highlight .text-highlight .highlight {
  padding-right: 64px;
  padding-left: 64px;
}
@media screen and (min-width: 960px) {
  .stileffekt-block.block-text-highlight .text-highlight .highlight {
    padding-right: calc(64px + 64 * ((100vw - 960px) / 960));
    padding-left: calc(64px + 64 * ((100vw - 960px) / 960));
  }
}
@media screen and (min-width: 1920px) {
  .stileffekt-block.block-text-highlight .text-highlight .highlight {
    padding-right: 128px;
    padding-left: 128px;
  }
}
.stileffekt-block.block-text-highlight .text-highlight .highlight {
  font-size: 24px;
}
@media screen and (min-width: 960px) {
  .stileffekt-block.block-text-highlight .text-highlight .highlight {
    font-size: calc(24px + 24 * ((100vw - 960px) / 960));
  }
}
@media screen and (min-width: 1920px) {
  .stileffekt-block.block-text-highlight .text-highlight .highlight {
    font-size: 48px;
  }
}
@media (min-width: 960px) {
  .stileffekt-block.block-text-highlight .text-highlight .highlight {
    width: 50%;
  }
}
.stileffekt-block.block-text-highlight .text-highlight .content {
  width: 100%;
  background-color: #E2E2E2;
}
@media (min-width: 960px) {
  .stileffekt-block.block-text-highlight .text-highlight .content {
    width: 50%;
  }
  .stileffekt-block.block-text-highlight .text-highlight .content {
    padding-right: 48px;
    padding-left: 48px;
  }
}
@media screen and (min-width: 960px) and (min-width: 960px) {
  .stileffekt-block.block-text-highlight .text-highlight .content {
    padding-right: calc(48px + 48 * ((100vw - 960px) / 960));
    padding-left: calc(48px + 48 * ((100vw - 960px) / 960));
  }
}
@media screen and (min-width: 960px) and (min-width: 1920px) {
  .stileffekt-block.block-text-highlight .text-highlight .content {
    padding-right: 96px;
    padding-left: 96px;
  }
}
@media (min-width: 960px) {
  .stileffekt-block.block-text-highlight .text-highlight .content {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media screen and (min-width: 960px) and (min-width: 960px) {
  .stileffekt-block.block-text-highlight .text-highlight .content {
    padding-top: calc(48px + 48 * ((100vw - 960px) / 960));
    padding-bottom: calc(48px + 48 * ((100vw - 960px) / 960));
  }
}
@media screen and (min-width: 960px) and (min-width: 1920px) {
  .stileffekt-block.block-text-highlight .text-highlight .content {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}
.stileffekt-block.block-text-highlight .text-highlight .content .headline h1, .stileffekt-block.block-text-highlight .text-highlight .content .headline h2, .stileffekt-block.block-text-highlight .text-highlight .content .headline h3, .stileffekt-block.block-text-highlight .text-highlight .content .headline h4, .stileffekt-block.block-text-highlight .text-highlight .content .headline h5, .stileffekt-block.block-text-highlight .text-highlight .content .headline h6 {
  margin: 0;
}
.stileffekt-block.block-text-highlight .text-highlight .content .text {
  margin-top: 40px;
}
@media screen and (min-width: 360px) {
  .stileffekt-block.block-text-highlight .text-highlight .content .text {
    margin-top: calc(40px + 56 * ((100vw - 360px) / 1560));
  }
}
@media screen and (min-width: 1920px) {
  .stileffekt-block.block-text-highlight .text-highlight .content .text {
    margin-top: 96px;
  }
}
.stileffekt-block.block-text-highlight .text-highlight .content .link {
  margin-top: 40px;
}
@media screen and (min-width: 360px) {
  .stileffekt-block.block-text-highlight .text-highlight .content .link {
    margin-top: calc(40px + 56 * ((100vw - 360px) / 1560));
  }
}
@media screen and (min-width: 1920px) {
  .stileffekt-block.block-text-highlight .text-highlight .content .link {
    margin-top: 96px;
  }
}
.stileffekt-block.block-text-highlight.style-right .highlight {
  order: 2;
}
.stileffekt-block.block-text-highlight.style-right .content {
  order: 1;
}
.stileffekt-block.block-offices {
  margin-bottom: 96px;
}
@media screen and (min-width: 360px) {
  .stileffekt-block.block-offices {
    margin-bottom: calc(96px + 192 * ((100vw - 360px) / 1560));
  }
}
@media screen and (min-width: 1920px) {
  .stileffekt-block.block-offices {
    margin-bottom: 288px;
  }
}
.stileffekt-block.block-offices .items .item {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.stileffekt-block.block-offices .items .item {
  margin-bottom: 72px;
}
@media screen and (min-width: 360px) {
  .stileffekt-block.block-offices .items .item {
    margin-bottom: calc(72px + 72 * ((100vw - 360px) / 1560));
  }
}
@media screen and (min-width: 1920px) {
  .stileffekt-block.block-offices .items .item {
    margin-bottom: 144px;
  }
}
.stileffekt-block.block-offices .items .item:last-child {
  margin-bottom: 0;
}
.stileffekt-block.block-offices .items .item .item-media {
  flex-basis: 100%;
}
.stileffekt-block.block-offices .items .item .item-media {
  margin-bottom: 20px;
}
@media screen and (min-width: 360px) {
  .stileffekt-block.block-offices .items .item .item-media {
    margin-bottom: calc(20px + 20 * ((100vw - 360px) / 1560));
  }
}
@media screen and (min-width: 1920px) {
  .stileffekt-block.block-offices .items .item .item-media {
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) {
  .stileffekt-block.block-offices .items .item .item-media {
    flex-basis: 48%;
    margin: 0;
  }
}
.stileffekt-block.block-offices .items .item .item-media img {
  width: 100%;
  height: auto;
}
.stileffekt-block.block-offices .items .item .item-media .item-image {
  display: block;
}
.stileffekt-block.block-offices .items .item .item-media .item-image.style-short {
  display: none;
  padding-bottom: 100%;
  background-size: cover;
  background-position: 50% 50%;
}
.stileffekt-block.block-offices .items .item .item-content {
  flex-basis: 100%;
  line-height: 1.5;
  color: #000;
}
@media (min-width: 960px) {
  .stileffekt-block.block-offices .items .item .item-content {
    flex-basis: 48%;
  }
}
.stileffekt-block.block-offices .items .item .item-content a {
  font-weight: 400;
  color: #000;
}
.stileffekt-block.block-offices .items .item .item-content .item-title h1, .stileffekt-block.block-offices .items .item .item-content .item-title h2, .stileffekt-block.block-offices .items .item .item-content .item-title h3, .stileffekt-block.block-offices .items .item .item-content .item-title h4, .stileffekt-block.block-offices .items .item .item-content .item-title h5, .stileffekt-block.block-offices .items .item .item-content .item-title h6 {
  margin: 0;
  border: 0;
  color: #000;
  line-height: 1.3;
  text-transform: none;
}
.stileffekt-block.block-offices .items .item .item-content .item-title h1, .stileffekt-block.block-offices .items .item .item-content .item-title h2, .stileffekt-block.block-offices .items .item .item-content .item-title h3, .stileffekt-block.block-offices .items .item .item-content .item-title h4, .stileffekt-block.block-offices .items .item .item-content .item-title h5, .stileffekt-block.block-offices .items .item .item-content .item-title h6 {
  font-size: 16px;
}
@media screen and (min-width: 360px) {
  .stileffekt-block.block-offices .items .item .item-content .item-title h1, .stileffekt-block.block-offices .items .item .item-content .item-title h2, .stileffekt-block.block-offices .items .item .item-content .item-title h3, .stileffekt-block.block-offices .items .item .item-content .item-title h4, .stileffekt-block.block-offices .items .item .item-content .item-title h5, .stileffekt-block.block-offices .items .item .item-content .item-title h6 {
    font-size: calc(16px + 16 * ((100vw - 360px) / 1560));
  }
}
@media screen and (min-width: 1920px) {
  .stileffekt-block.block-offices .items .item .item-content .item-title h1, .stileffekt-block.block-offices .items .item .item-content .item-title h2, .stileffekt-block.block-offices .items .item .item-content .item-title h3, .stileffekt-block.block-offices .items .item .item-content .item-title h4, .stileffekt-block.block-offices .items .item .item-content .item-title h5, .stileffekt-block.block-offices .items .item .item-content .item-title h6 {
    font-size: 32px;
  }
}
.stileffekt-block.block-offices .items .item .item-content .item-title h1, .stileffekt-block.block-offices .items .item .item-content .item-title h2, .stileffekt-block.block-offices .items .item .item-content .item-title h3, .stileffekt-block.block-offices .items .item .item-content .item-title h4, .stileffekt-block.block-offices .items .item .item-content .item-title h5, .stileffekt-block.block-offices .items .item .item-content .item-title h6 {
  margin-bottom: 20px;
}
@media screen and (min-width: 360px) {
  .stileffekt-block.block-offices .items .item .item-content .item-title h1, .stileffekt-block.block-offices .items .item .item-content .item-title h2, .stileffekt-block.block-offices .items .item .item-content .item-title h3, .stileffekt-block.block-offices .items .item .item-content .item-title h4, .stileffekt-block.block-offices .items .item .item-content .item-title h5, .stileffekt-block.block-offices .items .item .item-content .item-title h6 {
    margin-bottom: calc(20px + 20 * ((100vw - 360px) / 1560));
  }
}
@media screen and (min-width: 1920px) {
  .stileffekt-block.block-offices .items .item .item-content .item-title h1, .stileffekt-block.block-offices .items .item .item-content .item-title h2, .stileffekt-block.block-offices .items .item .item-content .item-title h3, .stileffekt-block.block-offices .items .item .item-content .item-title h4, .stileffekt-block.block-offices .items .item .item-content .item-title h5, .stileffekt-block.block-offices .items .item .item-content .item-title h6 {
    margin-bottom: 40px;
  }
}
.stileffekt-block.block-offices .items .item .item-content .item-address-short {
  display: none;
}
.stileffekt-block.block-offices.style-short .offices-headline {
  flex-basis: 100%;
  margin: 0 1%;
}
.stileffekt-block.block-offices.style-short .offices-headline {
  margin-bottom: 40px;
}
@media screen and (min-width: 360px) {
  .stileffekt-block.block-offices.style-short .offices-headline {
    margin-bottom: calc(40px + 56 * ((100vw - 360px) / 1560));
  }
}
@media screen and (min-width: 1920px) {
  .stileffekt-block.block-offices.style-short .offices-headline {
    margin-bottom: 96px;
  }
}
.stileffekt-block.block-offices.style-short .offices-headline h1, .stileffekt-block.block-offices.style-short .offices-headline h2, .stileffekt-block.block-offices.style-short .offices-headline h3, .stileffekt-block.block-offices.style-short .offices-headline h4, .stileffekt-block.block-offices.style-short .offices-headline h5, .stileffekt-block.block-offices.style-short .offices-headline h6 {
  margin: 0;
}
.stileffekt-block.block-offices.style-short .items {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -1%;
}
.stileffekt-block.block-offices.style-short .items .item {
  display: flex;
  flex-flow: column nowrap;
  flex-basis: 100%;
}
@media (min-width: 768px) {
  .stileffekt-block.block-offices.style-short .items .item {
    flex-basis: 48%;
    margin: 0 1%;
  }
}
@media (min-width: 1024px) {
  .stileffekt-block.block-offices.style-short .items .item {
    flex-basis: 23%;
    margin: 0 1%;
  }
}
.stileffekt-block.block-offices.style-short .items .item .item-media {
  width: 100%;
}
.stileffekt-block.block-offices.style-short .items .item .item-media .item-image {
  display: none;
}
.stileffekt-block.block-offices.style-short .items .item .item-media .item-image.style-short {
  display: block;
}
.stileffekt-block.block-offices.style-short .items .item .item-content {
  width: 100%;
}
.stileffekt-block.block-offices.style-short .items .item .item-content .item-title h1, .stileffekt-block.block-offices.style-short .items .item .item-content .item-title h2, .stileffekt-block.block-offices.style-short .items .item .item-content .item-title h3, .stileffekt-block.block-offices.style-short .items .item .item-content .item-title h4, .stileffekt-block.block-offices.style-short .items .item .item-content .item-title h5, .stileffekt-block.block-offices.style-short .items .item .item-content .item-title h6 {
  color: #E52321;
  text-transform: uppercase;
  margin: 0;
  margin-top: 20px;
}
.stileffekt-block.block-offices.style-short .items .item .item-content .item-title h1, .stileffekt-block.block-offices.style-short .items .item .item-content .item-title h2, .stileffekt-block.block-offices.style-short .items .item .item-content .item-title h3, .stileffekt-block.block-offices.style-short .items .item .item-content .item-title h4, .stileffekt-block.block-offices.style-short .items .item .item-content .item-title h5, .stileffekt-block.block-offices.style-short .items .item .item-content .item-title h6 {
  font-size: 16px;
}
@media screen and (min-width: 360px) {
  .stileffekt-block.block-offices.style-short .items .item .item-content .item-title h1, .stileffekt-block.block-offices.style-short .items .item .item-content .item-title h2, .stileffekt-block.block-offices.style-short .items .item .item-content .item-title h3, .stileffekt-block.block-offices.style-short .items .item .item-content .item-title h4, .stileffekt-block.block-offices.style-short .items .item .item-content .item-title h5, .stileffekt-block.block-offices.style-short .items .item .item-content .item-title h6 {
    font-size: calc(16px + 6 * ((100vw - 360px) / 1560));
  }
}
@media screen and (min-width: 1920px) {
  .stileffekt-block.block-offices.style-short .items .item .item-content .item-title h1, .stileffekt-block.block-offices.style-short .items .item .item-content .item-title h2, .stileffekt-block.block-offices.style-short .items .item .item-content .item-title h3, .stileffekt-block.block-offices.style-short .items .item .item-content .item-title h4, .stileffekt-block.block-offices.style-short .items .item .item-content .item-title h5, .stileffekt-block.block-offices.style-short .items .item .item-content .item-title h6 {
    font-size: 22px;
  }
}
.stileffekt-block.block-offices.style-short .items .item .item-content .item-address {
  display: none;
}
.stileffekt-block.block-offices.style-short .items .item .item-content .item-address-short {
  display: block;
  color: #a2abb3;
}
.stileffekt-block.block-offices.style-short .items .item .item-content .item-address-short {
  font-size: 15px;
}
@media screen and (min-width: 360px) {
  .stileffekt-block.block-offices.style-short .items .item .item-content .item-address-short {
    font-size: calc(15px + 5 * ((100vw - 360px) / 1560));
  }
}
@media screen and (min-width: 1920px) {
  .stileffekt-block.block-offices.style-short .items .item .item-content .item-address-short {
    font-size: 20px;
  }
}
.stileffekt-block.block-offices.style-short .items .item .item-content .item-contact {
  display: none;
}
.stileffekt-block.block-products {
  margin-bottom: 96px;
}
@media screen and (min-width: 360px) {
  .stileffekt-block.block-products {
    margin-bottom: calc(96px + 192 * ((100vw - 360px) / 1560));
  }
}
@media screen and (min-width: 1920px) {
  .stileffekt-block.block-products {
    margin-bottom: 288px;
  }
}
.stileffekt-block.block-products .products .count {
  margin-top: 24px;
  margin-bottom: 24px;
}
@media screen and (min-width: 360px) {
  .stileffekt-block.block-products .products .count {
    margin-top: calc(24px + 24 * ((100vw - 360px) / 1560));
    margin-bottom: calc(24px + 24 * ((100vw - 360px) / 1560));
  }
}
@media screen and (min-width: 1920px) {
  .stileffekt-block.block-products .products .count {
    margin-top: 48px;
    margin-bottom: 48px;
  }
}
.stileffekt-block.block-products .products .count span {
  font-weight: 700;
}
.stileffekt-block.block-products .products .items {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .stileffekt-block.block-products .products .items {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.stileffekt-block.block-products .products .items .item {
  width: 100%;
  position: relative;
  display: block;
  border: 1px solid #E2E2E2;
  margin-top: 24px;
}
.stileffekt-block.block-products .products .items .item .inner {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  align-content: space-between;
  display: flex;
  flex-flow: row wrap;
}
.stileffekt-block.block-products .products .items .item .inner .item-image {
  height: 80%;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.stileffekt-block.block-products .products .items .item .inner .item-image {
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 360px) {
  .stileffekt-block.block-products .products .items .item .inner .item-image {
    padding-right: calc(20px + 60 * ((100vw - 360px) / 1560));
    padding-left: calc(20px + 60 * ((100vw - 360px) / 1560));
  }
}
@media screen and (min-width: 1920px) {
  .stileffekt-block.block-products .products .items .item .inner .item-image {
    padding-right: 80px;
    padding-left: 80px;
  }
}
.stileffekt-block.block-products .products .items .item .inner .item-image {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 360px) {
  .stileffekt-block.block-products .products .items .item .inner .item-image {
    padding-top: calc(20px + 60 * ((100vw - 360px) / 1560));
    padding-bottom: calc(20px + 60 * ((100vw - 360px) / 1560));
  }
}
@media screen and (min-width: 1920px) {
  .stileffekt-block.block-products .products .items .item .inner .item-image {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.stileffekt-block.block-products .products .items .item .inner .item-content {
  align-self: flex-end;
  padding: 20px;
}
.stileffekt-block.block-products .products .items .item .inner .item-content .item-name {
  color: #000;
  font-weight: 400;
}
.stileffekt-block.block-products .products .items .item .ratio {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  padding-top: 100%;
  content: "";
  display: block;
}
.stileffekt-block.block-products .products .items .item:nth-child(1) {
  margin-top: 0;
}
@media (min-width: 768px) {
  .stileffekt-block.block-products .products .items .item {
    width: calc(50% - 24px);
    margin-left: 12px;
    margin-right: 12px;
  }
  .stileffekt-block.block-products .products .items .item:nth-child(2) {
    margin-top: 0;
  }
}
@media (min-width: 1280px) {
  .stileffekt-block.block-products .products .items .item {
    width: calc(25% - 24px);
  }
  .stileffekt-block.block-products .products .items .item:nth-child(3), .stileffekt-block.block-products .products .items .item:nth-child(4) {
    margin-top: 0;
  }
}
.stileffekt-block.block-product-categories {
  margin-bottom: 96px;
}
@media screen and (min-width: 360px) {
  .stileffekt-block.block-product-categories {
    margin-bottom: calc(96px + 192 * ((100vw - 360px) / 1560));
  }
}
@media screen and (min-width: 1920px) {
  .stileffekt-block.block-product-categories {
    margin-bottom: 288px;
  }
}
.stileffekt-block.block-product-categories .product-categories .product-categories-headline h1, .stileffekt-block.block-product-categories .product-categories .product-categories-headline h2, .stileffekt-block.block-product-categories .product-categories .product-categories-headline h3, .stileffekt-block.block-product-categories .product-categories .product-categories-headline h4, .stileffekt-block.block-product-categories .product-categories .product-categories-headline h5, .stileffekt-block.block-product-categories .product-categories .product-categories-headline h6 {
  margin-top: 0;
}
.stileffekt-block.block-product-categories .product-categories .product-categories-headline h1, .stileffekt-block.block-product-categories .product-categories .product-categories-headline h2, .stileffekt-block.block-product-categories .product-categories .product-categories-headline h3, .stileffekt-block.block-product-categories .product-categories .product-categories-headline h4, .stileffekt-block.block-product-categories .product-categories .product-categories-headline h5, .stileffekt-block.block-product-categories .product-categories .product-categories-headline h6 {
  margin-bottom: 40px;
}
@media screen and (min-width: 360px) {
  .stileffekt-block.block-product-categories .product-categories .product-categories-headline h1, .stileffekt-block.block-product-categories .product-categories .product-categories-headline h2, .stileffekt-block.block-product-categories .product-categories .product-categories-headline h3, .stileffekt-block.block-product-categories .product-categories .product-categories-headline h4, .stileffekt-block.block-product-categories .product-categories .product-categories-headline h5, .stileffekt-block.block-product-categories .product-categories .product-categories-headline h6 {
    margin-bottom: calc(40px + 56 * ((100vw - 360px) / 1560));
  }
}
@media screen and (min-width: 1920px) {
  .stileffekt-block.block-product-categories .product-categories .product-categories-headline h1, .stileffekt-block.block-product-categories .product-categories .product-categories-headline h2, .stileffekt-block.block-product-categories .product-categories .product-categories-headline h3, .stileffekt-block.block-product-categories .product-categories .product-categories-headline h4, .stileffekt-block.block-product-categories .product-categories .product-categories-headline h5, .stileffekt-block.block-product-categories .product-categories .product-categories-headline h6 {
    margin-bottom: 96px;
  }
}
.stileffekt-block.block-product-categories .product-categories .items {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  margin-left: -1%;
  margin-right: -1%;
}
.stileffekt-block.block-product-categories .product-categories .items .item {
  flex-basis: 46%;
  margin-left: 2%;
  margin-right: 2%;
}
.stileffekt-block.block-product-categories .product-categories .items .item {
  margin-top: 32px;
}
@media screen and (min-width: 360px) {
  .stileffekt-block.block-product-categories .product-categories .items .item {
    margin-top: calc(32px + 64 * ((100vw - 360px) / 1560));
  }
}
@media screen and (min-width: 1920px) {
  .stileffekt-block.block-product-categories .product-categories .items .item {
    margin-top: 96px;
  }
}
.stileffekt-block.block-product-categories .product-categories .items .item:nth-child(2) {
  margin-top: 0;
}
.stileffekt-block.block-product-categories .product-categories .items .item:nth-child(1) {
  margin-top: 0;
}
@media (min-width: 1280px) {
  .stileffekt-block.block-product-categories .product-categories .items .item {
    flex-basis: 23%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .stileffekt-block.block-product-categories .product-categories .items .item:nth-child(3), .stileffekt-block.block-product-categories .product-categories .items .item:nth-child(4) {
    margin-top: 0;
  }
}
.stileffekt-block.block-product-categories .product-categories .items .item .item-image {
  position: relative;
}
.stileffekt-block.block-product-categories .product-categories .items .item .item-image img {
  width: 100%;
  height: auto;
}
.stileffekt-block.block-product-categories .product-categories .items .item .item-image .image-overlay {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  background-color: rgba(1, 47, 68, 0.8);
  opacity: 0;
  transition: all 0.32s ease-in-out;
}
.stileffekt-block.block-product-categories .product-categories .items .item .item-image .image-overlay svg {
  max-width: 32px;
  max-height: 32px;
}
@media (min-width: 768px) {
  .stileffekt-block.block-product-categories .product-categories .items .item .item-image .image-overlay svg {
    max-width: 48px;
    max-height: 48px;
  }
}
.stileffekt-block.block-product-categories .product-categories .items .item .item-title h1, .stileffekt-block.block-product-categories .product-categories .items .item .item-title h2, .stileffekt-block.block-product-categories .product-categories .items .item .item-title h3, .stileffekt-block.block-product-categories .product-categories .items .item .item-title h4, .stileffekt-block.block-product-categories .product-categories .items .item .item-title h5, .stileffekt-block.block-product-categories .product-categories .items .item .item-title h6 {
  font-weight: 400;
  color: #012f44;
  display: inline-block;
  position: relative;
  line-height: 1.2;
  padding-bottom: 12px;
  margin-bottom: 0;
}
.stileffekt-block.block-product-categories .product-categories .items .item .item-title h1, .stileffekt-block.block-product-categories .product-categories .items .item .item-title h2, .stileffekt-block.block-product-categories .product-categories .items .item .item-title h3, .stileffekt-block.block-product-categories .product-categories .items .item .item-title h4, .stileffekt-block.block-product-categories .product-categories .items .item .item-title h5, .stileffekt-block.block-product-categories .product-categories .items .item .item-title h6 {
  font-size: 16px;
}
@media screen and (min-width: 360px) {
  .stileffekt-block.block-product-categories .product-categories .items .item .item-title h1, .stileffekt-block.block-product-categories .product-categories .items .item .item-title h2, .stileffekt-block.block-product-categories .product-categories .items .item .item-title h3, .stileffekt-block.block-product-categories .product-categories .items .item .item-title h4, .stileffekt-block.block-product-categories .product-categories .items .item .item-title h5, .stileffekt-block.block-product-categories .product-categories .items .item .item-title h6 {
    font-size: calc(16px + 6 * ((100vw - 360px) / 1560));
  }
}
@media screen and (min-width: 1920px) {
  .stileffekt-block.block-product-categories .product-categories .items .item .item-title h1, .stileffekt-block.block-product-categories .product-categories .items .item .item-title h2, .stileffekt-block.block-product-categories .product-categories .items .item .item-title h3, .stileffekt-block.block-product-categories .product-categories .items .item .item-title h4, .stileffekt-block.block-product-categories .product-categories .items .item .item-title h5, .stileffekt-block.block-product-categories .product-categories .items .item .item-title h6 {
    font-size: 22px;
  }
}
.stileffekt-block.block-product-categories .product-categories .items .item .item-title h1:after, .stileffekt-block.block-product-categories .product-categories .items .item .item-title h2:after, .stileffekt-block.block-product-categories .product-categories .items .item .item-title h3:after, .stileffekt-block.block-product-categories .product-categories .items .item .item-title h4:after, .stileffekt-block.block-product-categories .product-categories .items .item .item-title h5:after, .stileffekt-block.block-product-categories .product-categories .items .item .item-title h6:after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #a2abb3;
  content: "";
  transition: all 0.32s ease-out;
  opacity: 0;
}
.stileffekt-block.block-product-categories .product-categories .items .item:hover .item-image .image-overlay {
  opacity: 1;
}
.stileffekt-block.block-product-categories .product-categories .items .item:hover .item-title h1:after, .stileffekt-block.block-product-categories .product-categories .items .item:hover .item-title h2:after, .stileffekt-block.block-product-categories .product-categories .items .item:hover .item-title h3:after, .stileffekt-block.block-product-categories .product-categories .items .item:hover .item-title h4:after, .stileffekt-block.block-product-categories .product-categories .items .item:hover .item-title h5:after, .stileffekt-block.block-product-categories .product-categories .items .item:hover .item-title h6:after {
  width: 100%;
  opacity: 1;
}
.stileffekt-block.block-quote {
  margin-bottom: 96px;
}
@media screen and (min-width: 360px) {
  .stileffekt-block.block-quote {
    margin-bottom: calc(96px + 192 * ((100vw - 360px) / 1560));
  }
}
@media screen and (min-width: 1920px) {
  .stileffekt-block.block-quote {
    margin-bottom: 288px;
  }
}
.stileffekt-block.block-quote .quote {
  display: flex;
  align-items: stretch;
  flex-flow: row wrap;
}
@media (min-width: 960px) {
  .stileffekt-block.block-quote .quote {
    flex-flow: row nowrap;
  }
}
.stileffekt-block.block-quote .quote .quote-image {
  width: 100%;
  z-index: 1;
}
.stileffekt-block.block-quote .quote .quote-image {
  margin-right: 48px;
  margin-left: 48px;
}
@media screen and (min-width: 960px) {
  .stileffekt-block.block-quote .quote .quote-image {
    margin-right: calc(48px + 48 * ((100vw - 960px) / 960));
    margin-left: calc(48px + 48 * ((100vw - 960px) / 960));
  }
}
@media screen and (min-width: 1920px) {
  .stileffekt-block.block-quote .quote .quote-image {
    margin-right: 96px;
    margin-left: 96px;
  }
}
@media (min-width: 960px) {
  .stileffekt-block.block-quote .quote .quote-image {
    width: 35%;
    margin-left: 0;
  }
  .stileffekt-block.block-quote .quote .quote-image {
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 960px) and (min-width: 960px) {
  .stileffekt-block.block-quote .quote .quote-image {
    margin-bottom: calc(48px + 48 * ((100vw - 960px) / 960));
  }
}
@media screen and (min-width: 960px) and (min-width: 1920px) {
  .stileffekt-block.block-quote .quote .quote-image {
    margin-bottom: 96px;
  }
}
@media (min-width: 960px) {
  .stileffekt-block.block-quote .quote .quote-image {
    margin-right: -120px;
  }
}
@media screen and (min-width: 960px) and (min-width: 960px) {
  .stileffekt-block.block-quote .quote .quote-image {
    margin-right: calc(-120px + -120 * ((100vw - 960px) / 960));
  }
}
@media screen and (min-width: 960px) and (min-width: 1920px) {
  .stileffekt-block.block-quote .quote .quote-image {
    margin-right: -240px;
  }
}
.stileffekt-block.block-quote .quote .quote-image .image {
  background-size: cover;
  background-position: 50% 50%;
  padding-bottom: 66.66%;
  height: 100%;
  width: 100%;
}
@media (min-width: 960px) {
  .stileffekt-block.block-quote .quote .quote-image {
    padding-bottom: inherit;
    padding-bottom: unset;
  }
}
.stileffekt-block.block-quote .quote .quote-content {
  background-color: #E2E2E2;
  width: 100%;
  z-index: 0;
}
.stileffekt-block.block-quote .quote .quote-content {
  margin-top: -120px;
}
@media screen and (min-width: 960px) {
  .stileffekt-block.block-quote .quote .quote-content {
    margin-top: calc(-120px + -120 * ((100vw - 960px) / 960));
  }
}
@media screen and (min-width: 1920px) {
  .stileffekt-block.block-quote .quote .quote-content {
    margin-top: -240px;
  }
}
.stileffekt-block.block-quote .quote .quote-content {
  padding-right: 48px;
  padding-left: 48px;
}
@media screen and (min-width: 960px) {
  .stileffekt-block.block-quote .quote .quote-content {
    padding-right: calc(48px + 48 * ((100vw - 960px) / 960));
    padding-left: calc(48px + 48 * ((100vw - 960px) / 960));
  }
}
@media screen and (min-width: 1920px) {
  .stileffekt-block.block-quote .quote .quote-content {
    padding-right: 96px;
    padding-left: 96px;
  }
}
.stileffekt-block.block-quote .quote .quote-content {
  padding-bottom: 48px;
}
@media screen and (min-width: 960px) {
  .stileffekt-block.block-quote .quote .quote-content {
    padding-bottom: calc(48px + 48 * ((100vw - 960px) / 960));
  }
}
@media screen and (min-width: 1920px) {
  .stileffekt-block.block-quote .quote .quote-content {
    padding-bottom: 96px;
  }
}
.stileffekt-block.block-quote .quote .quote-content {
  padding-top: 168px;
}
@media screen and (min-width: 960px) {
  .stileffekt-block.block-quote .quote .quote-content {
    padding-top: calc(168px + 168 * ((100vw - 960px) / 960));
  }
}
@media screen and (min-width: 1920px) {
  .stileffekt-block.block-quote .quote .quote-content {
    padding-top: 336px;
  }
}
@media (min-width: 960px) {
  .stileffekt-block.block-quote .quote .quote-content {
    width: calc(60% + 168px);
  }
}
@media screen and (min-width: 960px) and (min-width: 960px) {
  .stileffekt-block.block-quote .quote .quote-content {
    width: calc(60% + (168px + 168 * ((100vw - 960px) / 960)));
  }
}
@media screen and (min-width: 960px) and (min-width: 1920px) {
  .stileffekt-block.block-quote .quote .quote-content {
    width: calc(60% + 336px);
  }
}
@media (min-width: 960px) {
  .stileffekt-block.block-quote .quote .quote-content {
    margin-top: 48px;
  }
}
@media screen and (min-width: 960px) and (min-width: 960px) {
  .stileffekt-block.block-quote .quote .quote-content {
    margin-top: calc(48px + 48 * ((100vw - 960px) / 960));
  }
}
@media screen and (min-width: 960px) and (min-width: 1920px) {
  .stileffekt-block.block-quote .quote .quote-content {
    margin-top: 96px;
  }
}
@media (min-width: 960px) {
  .stileffekt-block.block-quote .quote .quote-content {
    padding-left: 168px;
  }
}
@media screen and (min-width: 960px) and (min-width: 960px) {
  .stileffekt-block.block-quote .quote .quote-content {
    padding-left: calc(168px + 168 * ((100vw - 960px) / 960));
  }
}
@media screen and (min-width: 960px) and (min-width: 1920px) {
  .stileffekt-block.block-quote .quote .quote-content {
    padding-left: 336px;
  }
}
@media (min-width: 960px) {
  .stileffekt-block.block-quote .quote .quote-content {
    padding-right: 48px;
  }
}
@media screen and (min-width: 960px) and (min-width: 960px) {
  .stileffekt-block.block-quote .quote .quote-content {
    padding-right: calc(48px + 48 * ((100vw - 960px) / 960));
  }
}
@media screen and (min-width: 960px) and (min-width: 1920px) {
  .stileffekt-block.block-quote .quote .quote-content {
    padding-right: 96px;
  }
}
@media (min-width: 960px) {
  .stileffekt-block.block-quote .quote .quote-content {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media screen and (min-width: 960px) and (min-width: 960px) {
  .stileffekt-block.block-quote .quote .quote-content {
    padding-top: calc(48px + 48 * ((100vw - 960px) / 960));
    padding-bottom: calc(48px + 48 * ((100vw - 960px) / 960));
  }
}
@media screen and (min-width: 960px) and (min-width: 1920px) {
  .stileffekt-block.block-quote .quote .quote-content {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}
.stileffekt-block.block-quote .quote .quote-content-signature-image {
  max-width: 200px;
}
@media (min-width: 960px) {
  .stileffekt-block.block-quote .quote .quote-content-signature-image {
    max-width: 300px;
  }
}
.stileffekt-block.block-quote .quote .quote-content-name {
  text-transform: uppercase;
  color: #012f44;
  font-weight: 700;
}
.stileffekt-block.block-quote .quote .quote-content-position {
  color: #E52321;
}
.stileffekt-block.block-employees {
  margin-bottom: 96px;
}
@media screen and (min-width: 360px) {
  .stileffekt-block.block-employees {
    margin-bottom: calc(96px + 192 * ((100vw - 360px) / 1560));
  }
}
@media screen and (min-width: 1920px) {
  .stileffekt-block.block-employees {
    margin-bottom: 288px;
  }
}
.stileffekt-block.block-employees .employees .employees-headline h1, .stileffekt-block.block-employees .employees .employees-headline h2, .stileffekt-block.block-employees .employees .employees-headline h3, .stileffekt-block.block-employees .employees .employees-headline h4, .stileffekt-block.block-employees .employees .employees-headline h5, .stileffekt-block.block-employees .employees .employees-headline h6 {
  margin-top: 0;
}
.stileffekt-block.block-employees .employees .employees-headline h1, .stileffekt-block.block-employees .employees .employees-headline h2, .stileffekt-block.block-employees .employees .employees-headline h3, .stileffekt-block.block-employees .employees .employees-headline h4, .stileffekt-block.block-employees .employees .employees-headline h5, .stileffekt-block.block-employees .employees .employees-headline h6 {
  margin-bottom: 40px;
}
@media screen and (min-width: 360px) {
  .stileffekt-block.block-employees .employees .employees-headline h1, .stileffekt-block.block-employees .employees .employees-headline h2, .stileffekt-block.block-employees .employees .employees-headline h3, .stileffekt-block.block-employees .employees .employees-headline h4, .stileffekt-block.block-employees .employees .employees-headline h5, .stileffekt-block.block-employees .employees .employees-headline h6 {
    margin-bottom: calc(40px + 56 * ((100vw - 360px) / 1560));
  }
}
@media screen and (min-width: 1920px) {
  .stileffekt-block.block-employees .employees .employees-headline h1, .stileffekt-block.block-employees .employees .employees-headline h2, .stileffekt-block.block-employees .employees .employees-headline h3, .stileffekt-block.block-employees .employees .employees-headline h4, .stileffekt-block.block-employees .employees .employees-headline h5, .stileffekt-block.block-employees .employees .employees-headline h6 {
    margin-bottom: 96px;
  }
}
.stileffekt-block.block-employees .employees .employees-content .items {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .stileffekt-block.block-employees .employees .employees-content .items {
    margin-left: -1%;
    margin-right: -1%;
  }
}
.stileffekt-block.block-employees .employees .employees-content .items .item {
  flex-basis: 100%;
  overflow: hidden;
  position: relative;
}
.stileffekt-block.block-employees .employees .employees-content .items .item {
  margin-top: 48px;
}
@media screen and (min-width: 360px) {
  .stileffekt-block.block-employees .employees .employees-content .items .item {
    margin-top: calc(48px + 48 * ((100vw - 360px) / 1560));
  }
}
@media screen and (min-width: 1920px) {
  .stileffekt-block.block-employees .employees .employees-content .items .item {
    margin-top: 96px;
  }
}
.stileffekt-block.block-employees .employees .employees-content .items .item:nth-child(1) {
  margin-top: 0;
}
@media (min-width: 768px) {
  .stileffekt-block.block-employees .employees .employees-content .items .item {
    flex-basis: 48%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .stileffekt-block.block-employees .employees .employees-content .items .item:nth-child(2) {
    margin-top: 0;
  }
}
@media (min-width: 1280px) {
  .stileffekt-block.block-employees .employees .employees-content .items .item {
    flex-basis: 23%;
  }
  .stileffekt-block.block-employees .employees .employees-content .items .item:nth-child(3), .stileffekt-block.block-employees .employees .employees-content .items .item:nth-child(4) {
    margin-top: 0;
  }
}
.stileffekt-block.block-employees .employees .employees-content .items .item .item-image {
  position: relative;
  padding-bottom: 100%;
  background-position: 50% 50%;
  background-size: cover;
}
.stileffekt-block.block-employees .employees .employees-content .items .item .item-content {
  position: absolute;
  top: calc(100% - 100px);
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(1, 47, 68, 0.8);
  padding: 20px;
  color: #fff;
  transition: all 0.32s ease-in-out;
}
.stileffekt-block.block-employees .employees .employees-content .items .item .item-content {
  font-size: 16px;
}
@media screen and (min-width: 360px) {
  .stileffekt-block.block-employees .employees .employees-content .items .item .item-content {
    font-size: calc(16px + 4 * ((100vw - 360px) / 1560));
  }
}
@media screen and (min-width: 1920px) {
  .stileffekt-block.block-employees .employees .employees-content .items .item .item-content {
    font-size: 20px;
  }
}
.stileffekt-block.block-employees .employees .employees-content .items .item .item-content a {
  color: #fff;
  font-weight: 400;
}
.stileffekt-block.block-employees .employees .employees-content .items .item .item-content .item-name {
  color: #E52321;
  font-weight: 700;
}
.stileffekt-block.block-employees .employees .employees-content .items .item .item-content .item-name {
  font-size: 18px;
}
@media screen and (min-width: 360px) {
  .stileffekt-block.block-employees .employees .employees-content .items .item .item-content .item-name {
    font-size: calc(18px + 4 * ((100vw - 360px) / 1560));
  }
}
@media screen and (min-width: 1920px) {
  .stileffekt-block.block-employees .employees .employees-content .items .item .item-content .item-name {
    font-size: 22px;
  }
}
.stileffekt-block.block-employees .employees .employees-content .items .item .item-content .item-contact {
  margin-top: 40px;
}
.stileffekt-block.block-employees .employees .employees-content .items .item:hover .item-content {
  top: 0;
  padding-top: 40px;
}
.stileffekt-block.block-history {
  margin-bottom: 96px;
}
@media screen and (min-width: 360px) {
  .stileffekt-block.block-history {
    margin-bottom: calc(96px + 192 * ((100vw - 360px) / 1560));
  }
}
@media screen and (min-width: 1920px) {
  .stileffekt-block.block-history {
    margin-bottom: 288px;
  }
}
@media (min-width: 1024px) {
  .stileffekt-block.block-history .history {
    max-width: 64%;
    margin: 0 auto;
  }
}
@media (min-width: 1440px) {
  .stileffekt-block.block-history .history {
    max-width: 50%;
    margin: 0 auto;
  }
}
.stileffekt-block.block-history .history .history-headline h1, .stileffekt-block.block-history .history .history-headline h2, .stileffekt-block.block-history .history .history-headline h3, .stileffekt-block.block-history .history .history-headline h4, .stileffekt-block.block-history .history .history-headline h5, .stileffekt-block.block-history .history .history-headline h6 {
  margin-top: 0;
}
.stileffekt-block.block-history .history .history-headline h1, .stileffekt-block.block-history .history .history-headline h2, .stileffekt-block.block-history .history .history-headline h3, .stileffekt-block.block-history .history .history-headline h4, .stileffekt-block.block-history .history .history-headline h5, .stileffekt-block.block-history .history .history-headline h6 {
  margin-bottom: 40px;
}
@media screen and (min-width: 360px) {
  .stileffekt-block.block-history .history .history-headline h1, .stileffekt-block.block-history .history .history-headline h2, .stileffekt-block.block-history .history .history-headline h3, .stileffekt-block.block-history .history .history-headline h4, .stileffekt-block.block-history .history .history-headline h5, .stileffekt-block.block-history .history .history-headline h6 {
    margin-bottom: calc(40px + 56 * ((100vw - 360px) / 1560));
  }
}
@media screen and (min-width: 1920px) {
  .stileffekt-block.block-history .history .history-headline h1, .stileffekt-block.block-history .history .history-headline h2, .stileffekt-block.block-history .history .history-headline h3, .stileffekt-block.block-history .history .history-headline h4, .stileffekt-block.block-history .history .history-headline h5, .stileffekt-block.block-history .history .history-headline h6 {
    margin-bottom: 96px;
  }
}
.stileffekt-block.block-history .history .history-content .years .year {
  position: relative;
  margin-left: 8px;
  display: flex;
  flex-flow: row wrap;
  border-left: 1px solid #E52321;
}
.stileffekt-block.block-history .history .history-content .years .year:last-child {
  border-left: 0;
}
.stileffekt-block.block-history .history .history-content .years .year:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #E52321;
  background: #fff;
  transform: translateX(-50%);
}
.stileffekt-block.block-history .history .history-content .years .year .year-title {
  transform: translateY(-4px);
  flex-basis: 100%;
  color: #012f44;
  font-weight: 700;
  padding: 0 40px;
}
.stileffekt-block.block-history .history .history-content .years .year .year-title {
  margin-bottom: 10px;
}
@media screen and (min-width: 360px) {
  .stileffekt-block.block-history .history .history-content .years .year .year-title {
    margin-bottom: calc(10px + 10 * ((100vw - 360px) / 1560));
  }
}
@media screen and (min-width: 1920px) {
  .stileffekt-block.block-history .history .history-content .years .year .year-title {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .stileffekt-block.block-history .history .history-content .years .year .year-title {
    flex-basis: 30%;
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .stileffekt-block.block-history .history .history-content .years .year .year-title {
    flex-basis: 100%;
    text-align: left;
    transform: translateY(-8px);
  }
}
@media (min-width: 1440px) {
  .stileffekt-block.block-history .history .history-content .years .year .year-title {
    flex-basis: 30%;
    text-align: center;
  }
}
.stileffekt-block.block-history .history .history-content .years .year .year-text {
  transform: translateY(-4px);
  flex-basis: 100%;
  padding-left: 40px;
}
.stileffekt-block.block-history .history .history-content .years .year .year-text {
  margin-bottom: 40px;
}
@media screen and (min-width: 360px) {
  .stileffekt-block.block-history .history .history-content .years .year .year-text {
    margin-bottom: calc(40px + 40 * ((100vw - 360px) / 1560));
  }
}
@media screen and (min-width: 1920px) {
  .stileffekt-block.block-history .history .history-content .years .year .year-text {
    margin-bottom: 80px;
  }
}
@media (min-width: 768px) {
  .stileffekt-block.block-history .history .history-content .years .year .year-text {
    flex-basis: 70%;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .stileffekt-block.block-history .history .history-content .years .year .year-text {
    flex-basis: 100%;
    padding-left: 40px;
    transform: translateY(-8px);
  }
}
@media (min-width: 1440px) {
  .stileffekt-block.block-history .history .history-content .years .year .year-text {
    flex-basis: 70%;
    padding: 0;
  }
}
.stileffekt-block.block-application-areas {
  margin-bottom: 96px;
}
@media screen and (min-width: 360px) {
  .stileffekt-block.block-application-areas {
    margin-bottom: calc(96px + 192 * ((100vw - 360px) / 1560));
  }
}
@media screen and (min-width: 1920px) {
  .stileffekt-block.block-application-areas {
    margin-bottom: 288px;
  }
}
.stileffekt-block.block-application-areas .application-areas .application-areas-headline h1, .stileffekt-block.block-application-areas .application-areas .application-areas-headline h2, .stileffekt-block.block-application-areas .application-areas .application-areas-headline h3, .stileffekt-block.block-application-areas .application-areas .application-areas-headline h4, .stileffekt-block.block-application-areas .application-areas .application-areas-headline h5, .stileffekt-block.block-application-areas .application-areas .application-areas-headline h6 {
  margin-top: 0;
}
.stileffekt-block.block-application-areas .application-areas .application-areas-headline h1, .stileffekt-block.block-application-areas .application-areas .application-areas-headline h2, .stileffekt-block.block-application-areas .application-areas .application-areas-headline h3, .stileffekt-block.block-application-areas .application-areas .application-areas-headline h4, .stileffekt-block.block-application-areas .application-areas .application-areas-headline h5, .stileffekt-block.block-application-areas .application-areas .application-areas-headline h6 {
  margin-bottom: 48px;
}
@media screen and (min-width: 360px) {
  .stileffekt-block.block-application-areas .application-areas .application-areas-headline h1, .stileffekt-block.block-application-areas .application-areas .application-areas-headline h2, .stileffekt-block.block-application-areas .application-areas .application-areas-headline h3, .stileffekt-block.block-application-areas .application-areas .application-areas-headline h4, .stileffekt-block.block-application-areas .application-areas .application-areas-headline h5, .stileffekt-block.block-application-areas .application-areas .application-areas-headline h6 {
    margin-bottom: calc(48px + 48 * ((100vw - 360px) / 1560));
  }
}
@media screen and (min-width: 1920px) {
  .stileffekt-block.block-application-areas .application-areas .application-areas-headline h1, .stileffekt-block.block-application-areas .application-areas .application-areas-headline h2, .stileffekt-block.block-application-areas .application-areas .application-areas-headline h3, .stileffekt-block.block-application-areas .application-areas .application-areas-headline h4, .stileffekt-block.block-application-areas .application-areas .application-areas-headline h5, .stileffekt-block.block-application-areas .application-areas .application-areas-headline h6 {
    margin-bottom: 96px;
  }
}
.stileffekt-block.block-application-areas .application-areas .items {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  margin-left: -1%;
  margin-right: -1%;
}
.stileffekt-block.block-application-areas .application-areas .items .item {
  display: block;
  flex-basis: 46%;
  margin-left: 2%;
  margin-right: 2%;
}
.stileffekt-block.block-application-areas .application-areas .items .item {
  margin-top: 40px;
}
@media screen and (min-width: 360px) {
  .stileffekt-block.block-application-areas .application-areas .items .item {
    margin-top: calc(40px + 56 * ((100vw - 360px) / 1560));
  }
}
@media screen and (min-width: 1920px) {
  .stileffekt-block.block-application-areas .application-areas .items .item {
    margin-top: 96px;
  }
}
.stileffekt-block.block-application-areas .application-areas .items .item:nth-child(1), .stileffekt-block.block-application-areas .application-areas .items .item:nth-child(2) {
  margin-top: 0;
}
@media (min-width: 1280px) {
  .stileffekt-block.block-application-areas .application-areas .items .item {
    flex-basis: 23%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .stileffekt-block.block-application-areas .application-areas .items .item:nth-child(3), .stileffekt-block.block-application-areas .application-areas .items .item:nth-child(4) {
    margin-top: 0;
  }
}
.stileffekt-block.block-application-areas .application-areas .items .item .item-image {
  position: relative;
}
.stileffekt-block.block-application-areas .application-areas .items .item .item-image img {
  width: 100%;
  height: auto;
}
.stileffekt-block.block-application-areas .application-areas .items .item .item-image .image-overlay {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  background-color: rgba(1, 47, 68, 0.8);
  opacity: 0;
  transition: all 0.32s ease-in-out;
}
.stileffekt-block.block-application-areas .application-areas .items .item .item-image .image-overlay svg {
  max-width: 32px;
  max-height: 32px;
}
@media (min-width: 768px) {
  .stileffekt-block.block-application-areas .application-areas .items .item .item-image .image-overlay svg {
    max-width: 48px;
    max-height: 48px;
  }
}
.stileffekt-block.block-application-areas .application-areas .items .item .item-title h1, .stileffekt-block.block-application-areas .application-areas .items .item .item-title h2, .stileffekt-block.block-application-areas .application-areas .items .item .item-title h3, .stileffekt-block.block-application-areas .application-areas .items .item .item-title h4, .stileffekt-block.block-application-areas .application-areas .items .item .item-title h5, .stileffekt-block.block-application-areas .application-areas .items .item .item-title h6 {
  font-weight: 400;
  color: #012f44;
  display: inline-block;
  position: relative;
  line-height: 1.2;
  padding-bottom: 8px;
  margin-bottom: 0;
}
.stileffekt-block.block-application-areas .application-areas .items .item .item-title h1, .stileffekt-block.block-application-areas .application-areas .items .item .item-title h2, .stileffekt-block.block-application-areas .application-areas .items .item .item-title h3, .stileffekt-block.block-application-areas .application-areas .items .item .item-title h4, .stileffekt-block.block-application-areas .application-areas .items .item .item-title h5, .stileffekt-block.block-application-areas .application-areas .items .item .item-title h6 {
  font-size: 16px;
}
@media screen and (min-width: 360px) {
  .stileffekt-block.block-application-areas .application-areas .items .item .item-title h1, .stileffekt-block.block-application-areas .application-areas .items .item .item-title h2, .stileffekt-block.block-application-areas .application-areas .items .item .item-title h3, .stileffekt-block.block-application-areas .application-areas .items .item .item-title h4, .stileffekt-block.block-application-areas .application-areas .items .item .item-title h5, .stileffekt-block.block-application-areas .application-areas .items .item .item-title h6 {
    font-size: calc(16px + 6 * ((100vw - 360px) / 1560));
  }
}
@media screen and (min-width: 1920px) {
  .stileffekt-block.block-application-areas .application-areas .items .item .item-title h1, .stileffekt-block.block-application-areas .application-areas .items .item .item-title h2, .stileffekt-block.block-application-areas .application-areas .items .item .item-title h3, .stileffekt-block.block-application-areas .application-areas .items .item .item-title h4, .stileffekt-block.block-application-areas .application-areas .items .item .item-title h5, .stileffekt-block.block-application-areas .application-areas .items .item .item-title h6 {
    font-size: 22px;
  }
}
.stileffekt-block.block-application-areas .application-areas .items .item .item-title h1:after, .stileffekt-block.block-application-areas .application-areas .items .item .item-title h2:after, .stileffekt-block.block-application-areas .application-areas .items .item .item-title h3:after, .stileffekt-block.block-application-areas .application-areas .items .item .item-title h4:after, .stileffekt-block.block-application-areas .application-areas .items .item .item-title h5:after, .stileffekt-block.block-application-areas .application-areas .items .item .item-title h6:after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #a2abb3;
  content: "";
  transition: all 0.32s ease-out;
  opacity: 0;
}
.stileffekt-block.block-application-areas .application-areas .items .item:hover .item-image .image-overlay {
  opacity: 1;
}
.stileffekt-block.block-application-areas .application-areas .items .item:hover .item-title h1:after, .stileffekt-block.block-application-areas .application-areas .items .item:hover .item-title h2:after, .stileffekt-block.block-application-areas .application-areas .items .item:hover .item-title h3:after, .stileffekt-block.block-application-areas .application-areas .items .item:hover .item-title h4:after, .stileffekt-block.block-application-areas .application-areas .items .item:hover .item-title h5:after, .stileffekt-block.block-application-areas .application-areas .items .item:hover .item-title h6:after {
  width: 100%;
  opacity: 1;
}
.stileffekt-block.block-product-information {
  position: relative;
}
.stileffekt-block.block-product-information {
  margin-bottom: 96px;
}
@media screen and (min-width: 360px) {
  .stileffekt-block.block-product-information {
    margin-bottom: calc(96px + 192 * ((100vw - 360px) / 1560));
  }
}
@media screen and (min-width: 1920px) {
  .stileffekt-block.block-product-information {
    margin-bottom: 288px;
  }
}
.stileffekt-block.block-product-information .product-information {
  position: relative;
  display: flex;
  flex-flow: row wrap;
}
.stileffekt-block.block-product-information .product-information .navigation {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 10;
  cursor: pointer;
}
.stileffekt-block.block-product-information .product-information .navigation {
  margin-bottom: 48px;
}
@media screen and (min-width: 360px) {
  .stileffekt-block.block-product-information .product-information .navigation {
    margin-bottom: calc(48px + 48 * ((100vw - 360px) / 1560));
  }
}
@media screen and (min-width: 1920px) {
  .stileffekt-block.block-product-information .product-information .navigation {
    margin-bottom: 96px;
  }
}
.stileffekt-block.block-product-information .product-information .navigation .navigation-header {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  padding: 20px;
  font-weight: 700;
  color: #a2abb3;
  background: #E2E2E2;
}
.stileffekt-block.block-product-information .product-information .navigation .navigation-header svg {
  width: 20px;
  height: auto;
  transform: rotate(90deg);
  transition: transform 0.4s ease-in-out;
}
.stileffekt-block.block-product-information .product-information .navigation .navigation-content {
  max-height: 0;
  position: relative;
  transition: max-height 0.8s ease-in-out;
  overflow: hidden;
  color: #a2abb3;
  list-style-type: none;
  margin: 0;
}
.stileffekt-block.block-product-information .product-information .navigation .navigation-content .navigation-content-background {
  background: #E2E2E2;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -1000px;
  z-index: 1;
}
.stileffekt-block.block-product-information .product-information .navigation .navigation-content .request-button {
  position: relative;
  z-index: 1;
  display: none;
  margin-top: 40px;
}
.stileffekt-block.block-product-information .product-information .navigation .navigation-content .request-button .button {
  background: #E52321;
  color: #fff;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  padding: 12px 0;
  text-align: center;
}
.stileffekt-block.block-product-information .product-information .navigation .navigation-content .request-button .button svg {
  width: 12px;
  height: auto;
  margin-top: -2px;
  margin-left: 24px;
}
.stileffekt-block.block-product-information .product-information .navigation .navigation-content ul {
  position: relative;
  z-index: 1;
}
.stileffekt-block.block-product-information .product-information .navigation .navigation-content li {
  padding: 0 20px 20px 20px;
}
.stileffekt-block.block-product-information .product-information .navigation .navigation-content li {
  padding-bottom: 20px;
}
@media screen and (min-width: 360px) {
  .stileffekt-block.block-product-information .product-information .navigation .navigation-content li {
    padding-bottom: calc(20px + 20 * ((100vw - 360px) / 1560));
  }
}
@media screen and (min-width: 1920px) {
  .stileffekt-block.block-product-information .product-information .navigation .navigation-content li {
    padding-bottom: 40px;
  }
}
.stileffekt-block.block-product-information .product-information .navigation.active .navigation-header svg {
  transform: rotate(-90deg);
}
.stileffekt-block.block-product-information .product-information .navigation.active .navigation-content {
  max-height: 460px;
}
.stileffekt-block.block-product-information .product-information .content {
  width: 100%;
}
.stileffekt-block.block-product-information .product-information .content .section {
  padding-bottom: 40px;
  border-bottom: 1px solid #a2abb3;
}
.stileffekt-block.block-product-information .product-information .content .section .section {
  padding: 0;
  margin: 0;
  border: 0;
}
.stileffekt-block.block-product-information .product-information .content .section:last-child {
  padding: 0;
  margin: 0;
}
.stileffekt-block.block-product-information .product-information .content .section .section-headline {
  margin-top: 40px;
}
@media screen and (min-width: 360px) {
  .stileffekt-block.block-product-information .product-information .content .section .section-headline {
    margin-top: calc(40px + 40 * ((100vw - 360px) / 1560));
  }
}
@media screen and (min-width: 1920px) {
  .stileffekt-block.block-product-information .product-information .content .section .section-headline {
    margin-top: 80px;
  }
}
.stileffekt-block.block-product-information .product-information .content .section .section-headline h2 {
  border-bottom: none;
  margin-bottom: 20px;
  margin-top: 0;
}
.stileffekt-block.block-product-information .product-information .content > .section:first-child .section-headline {
  margin-top: 0;
}
@media (min-width: 1024px) {
  .stileffekt-block.block-product-information .product-information {
    justify-content: space-between;
  }
  .stileffekt-block.block-product-information .product-information .navigation {
    width: unset;
    max-width: 360px;
  }
  .stileffekt-block.block-product-information .product-information .navigation .navigation-header {
    display: none;
  }
  .stileffekt-block.block-product-information .product-information .navigation .navigation-content {
    max-height: unset;
    position: sticky;
    overflow: visible;
    top: 0;
    padding: 40px 40px 40px 0;
  }
  .stileffekt-block.block-product-information .product-information .navigation .navigation-content li {
    padding-left: 0;
  }
  .stileffekt-block.block-product-information .product-information .navigation .navigation-content li:last-child {
    padding-bottom: 0;
  }
  .stileffekt-block.block-product-information .product-information .navigation .navigation-content a {
    text-transform: uppercase;
  }
  .stileffekt-block.block-product-information .product-information .navigation .navigation-content .request-button {
    display: block;
  }
  .stileffekt-block.block-product-information .product-information .content {
    width: calc(100% - 360px);
  }
}
@media (min-width: 1440px) {
  .stileffekt-block.block-product-information .product-information .content {
    width: calc(92% - 460px);
    margin-right: 8%;
  }
}
.stileffekt-block.block-product-information .section h3 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 400;
}
.stileffekt-block.block-product-information .section ul {
  list-style-type: none;
}
.stileffekt-block.block-product-information .section ul li {
  display: flex;
  flex-flow: row nowrap;
}
.stileffekt-block.block-product-information .section ul li:before {
  content: "-";
  margin-right: 8px;
}
.stileffekt-block.block-product-information .section.pi-datasheet .section-data table tr {
  background-color: #E2E2E2;
}
.stileffekt-block.block-product-information .section.pi-datasheet .section-data table tr td {
  padding: 8px 8px;
}
.stileffekt-block.block-product-information .section.pi-datasheet .section-data table tr:nth-child(2n) {
  background-color: #fff;
}
.stileffekt-block.block-product-information .section.pi-datasheet li:nth-last-child(2n+1) {
  background-color: #E2E2E2;
}
@media (min-width: 768px) {
  .stileffekt-block.block-product-information .section.pi-datasheet .section-data tr td {
    padding: 8px 16px;
  }
  .stileffekt-block.block-product-information .section.pi-datasheet .section-data tr td:first-child {
    min-width: 320px;
  }
  .stileffekt-block.block-product-information .section.pi-datasheet .section-data tr td:last-child {
    padding-right: 32px;
  }
}
.stileffekt-block.block-product-information .section.pi-downloads .section-buttons {
  display: flex;
  flex-flow: row wrap;
}
.stileffekt-block.block-product-information .section.pi-downloads .section-buttons {
  margin-top: 32px;
}
@media screen and (min-width: 360px) {
  .stileffekt-block.block-product-information .section.pi-downloads .section-buttons {
    margin-top: calc(32px + 32 * ((100vw - 360px) / 1560));
  }
}
@media screen and (min-width: 1920px) {
  .stileffekt-block.block-product-information .section.pi-downloads .section-buttons {
    margin-top: 64px;
  }
}
.stileffekt-block.block-product-information .section.pi-downloads .section-buttons {
  margin-bottom: 32px;
}
@media screen and (min-width: 360px) {
  .stileffekt-block.block-product-information .section.pi-downloads .section-buttons {
    margin-bottom: calc(32px + 32 * ((100vw - 360px) / 1560));
  }
}
@media screen and (min-width: 1920px) {
  .stileffekt-block.block-product-information .section.pi-downloads .section-buttons {
    margin-bottom: 64px;
  }
}
.stileffekt-block.block-product-information .section.pi-downloads .section-buttons .button {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  flex-grow: 1;
  justify-content: space-between;
  border: 1px solid #012f44;
  font-weight: normal;
  color: #012f44;
}
.stileffekt-block.block-product-information .section.pi-downloads .section-buttons .button {
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 360px) {
  .stileffekt-block.block-product-information .section.pi-downloads .section-buttons .button {
    padding-right: calc(20px + 20 * ((100vw - 360px) / 1560));
    padding-left: calc(20px + 20 * ((100vw - 360px) / 1560));
  }
}
@media screen and (min-width: 1920px) {
  .stileffekt-block.block-product-information .section.pi-downloads .section-buttons .button {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.stileffekt-block.block-product-information .section.pi-downloads .section-buttons .button {
  padding-top: 8px;
  padding-bottom: 8px;
}
@media screen and (min-width: 360px) {
  .stileffekt-block.block-product-information .section.pi-downloads .section-buttons .button {
    padding-top: calc(8px + 4 * ((100vw - 360px) / 1560));
    padding-bottom: calc(8px + 4 * ((100vw - 360px) / 1560));
  }
}
@media screen and (min-width: 1920px) {
  .stileffekt-block.block-product-information .section.pi-downloads .section-buttons .button {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.stileffekt-block.block-product-information .section.pi-downloads .section-buttons .button {
  margin-bottom: 12px;
}
@media screen and (min-width: 360px) {
  .stileffekt-block.block-product-information .section.pi-downloads .section-buttons .button {
    margin-bottom: calc(12px + 12 * ((100vw - 360px) / 1560));
  }
}
@media screen and (min-width: 1920px) {
  .stileffekt-block.block-product-information .section.pi-downloads .section-buttons .button {
    margin-bottom: 24px;
  }
}
.stileffekt-block.block-product-information .section.pi-downloads .section-buttons .button .icon svg {
  width: 20px;
  height: auto;
}
@media (min-width: 1280px) {
  .stileffekt-block.block-product-information .section.pi-downloads .section-buttons {
    margin-left: -12px;
    margin-right: -12px;
  }
  .stileffekt-block.block-product-information .section.pi-downloads .section-buttons .button {
    width: calc(50% - 24px);
    max-width: calc(50% - 24px);
    margin-left: 12px;
    margin-right: 12px;
  }
}
@media (min-width: 1440px) {
  .stileffekt-block.block-product-information .section.pi-downloads .section-buttons .button {
    width: unset;
  }
}
.stileffekt-block .filters {
  display: flex;
  flex-flow: row wrap;
  margin-left: -12px;
  margin-right: -12px;
}
.stileffekt-block .filter {
  background: #fff;
  position: relative;
  user-select: none;
  width: 20%;
  margin: 0 12px;
}
.stileffekt-block .filter .filter-header {
  font-weight: 700;
  padding: 16px 20px;
  border-right: 1px solid #E2E2E2;
  border-top: 1px solid #E2E2E2;
  border-left: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
  text-transform: uppercase;
  cursor: pointer;
}
.stileffekt-block .filter .filter-header {
  font-size: 14px;
}
@media screen and (min-width: 360px) {
  .stileffekt-block .filter .filter-header {
    font-size: calc(14px + 4 * ((100vw - 360px) / 1560));
  }
}
@media screen and (min-width: 1920px) {
  .stileffekt-block .filter .filter-header {
    font-size: 18px;
  }
}
.stileffekt-block .filter .filter-header.active {
  border-color: #012f44;
  border-bottom: 1px solid transparent;
}
.stileffekt-block .filter .filter-header.active + .filter-body {
  display: block;
}
.stileffekt-block .filter .filter-body {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10;
  top: calc(100% - 1px);
  background: #fff;
  padding: 16px 20px;
  border-right: 1px solid #012f44;
  border-bottom: 1px solid #012f44;
  border-left: 1px solid #012f44;
}
.stileffekt-block .filter .filter-body {
  font-size: 14px;
}
@media screen and (min-width: 360px) {
  .stileffekt-block .filter .filter-body {
    font-size: calc(14px + 4 * ((100vw - 360px) / 1560));
  }
}
@media screen and (min-width: 1920px) {
  .stileffekt-block .filter .filter-body {
    font-size: 18px;
  }
}
.stileffekt-block .filter .filter-body .button button {
  background-color: #012f44;
  color: #fff;
  width: 100%;
  border: none;
  padding: 12px 40px;
  cursor: pointer;
  text-align: left;
  font-weight: 700;
}
.stileffekt-block .filter .filter-body .button button {
  font-size: 14px;
}
@media screen and (min-width: 360px) {
  .stileffekt-block .filter .filter-body .button button {
    font-size: calc(14px + 4 * ((100vw - 360px) / 1560));
  }
}
@media screen and (min-width: 1920px) {
  .stileffekt-block .filter .filter-body .button button {
    font-size: 18px;
  }
}
.stileffekt-block .filter .filter-body .button button svg {
  transform: rotate(-90deg);
  width: 12px;
  height: auto;
  margin-left: 12px;
  margin-top: -2px;
}
.stileffekt-block .filter .filter-body .range-input {
  position: relative;
}
.stileffekt-block .filter .filter-body .range-input input[type=number]::-webkit-outer-spin-button,
.stileffekt-block .filter .filter-body .range-input input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.stileffekt-block .filter .filter-body .range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -4px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.stileffekt-block .filter .filter-body .range-input input[type=range]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #E52321;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}
.stileffekt-block .filter .filter-body .range-input input[type=range]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #E52321;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
.stileffekt-block .filter .filter-body .price-input {
  width: 100%;
  display: flex;
  margin: 30px 0 35px;
}
.stileffekt-block .filter .filter-body .price-input .field {
  display: flex;
  width: 100%;
  height: 45px;
  align-items: center;
  border-bottom: 1px solid #E2E2E2;
}
.stileffekt-block .filter .filter-body .price-input .field input {
  width: 100%;
  height: 100%;
  outline: none;
  font-size: 16px;
  border-radius: 5px;
  text-align: left;
  border: 0;
  -moz-appearance: textfield;
}
.stileffekt-block .filter .filter-body .price-input .field span {
  white-space: nowrap;
}
.stileffekt-block .filter .filter-body .price-input .field span {
  font-size: 12px;
}
@media screen and (min-width: 360px) {
  .stileffekt-block .filter .filter-body .price-input .field span {
    font-size: calc(12px + 2 * ((100vw - 360px) / 1560));
  }
}
@media screen and (min-width: 1920px) {
  .stileffekt-block .filter .filter-body .price-input .field span {
    font-size: 14px;
  }
}
.stileffekt-block .filter .filter-body .price-input .separator {
  width: 130px;
  display: flex;
  font-size: 16px;
  align-items: center;
  justify-content: center;
}
.stileffekt-block .filter .filter-body .slider {
  height: 2px;
  position: relative;
  background: #ddd;
  border-radius: 4px;
}
.stileffekt-block .filter .filter-body .slider .progress {
  height: 100%;
  left: 0;
  right: 0;
  position: absolute;
  border-radius: 5px;
  background: #E52321;
}
.stileffekt-block .filter-tools {
  margin-top: 20px;
}
.stileffekt-block .filter-tools .filter-reset {
  background-color: #012f44;
  color: #fff;
  text-transform: uppercase;
  padding: 12px 20px;
  border: none;
  text-align: center;
  cursor: pointer;
}
.stileffekt-block .filter-tools .filter-reset {
  font-size: 14px;
}
@media screen and (min-width: 360px) {
  .stileffekt-block .filter-tools .filter-reset {
    font-size: calc(14px + 4 * ((100vw - 360px) / 1560));
  }
}
@media screen and (min-width: 1920px) {
  .stileffekt-block .filter-tools .filter-reset {
    font-size: 18px;
  }
}

.footer .footer-contact {
  background-color: #012f44;
}
.footer .footer-contact .contact {
  align-items: flex-end;
}
.footer .footer-contact .contact.flex-columns {
  display: flex;
  flex-flow: row wrap;
}
.footer .footer-contact .contact.flex-columns .flex-column {
  width: 100%;
}
@media (min-width: 768px) {
  .footer .footer-contact .contact.flex-columns .flex-column {
    flex: 1;
  }
}
.footer .footer-contact .contact {
  padding-top: 64px;
  padding-bottom: 64px;
}
@media screen and (min-width: 360px) {
  .footer .footer-contact .contact {
    padding-top: calc(64px + 32 * ((100vw - 360px) / 1560));
    padding-bottom: calc(64px + 32 * ((100vw - 360px) / 1560));
  }
}
@media screen and (min-width: 1920px) {
  .footer .footer-contact .contact {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}
.footer .footer-contact .contact h4, .footer .footer-contact .contact a {
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.65;
}
.footer .footer-contact .contact h4, .footer .footer-contact .contact a {
  font-size: 20px;
}
@media screen and (min-width: 360px) {
  .footer .footer-contact .contact h4, .footer .footer-contact .contact a {
    font-size: calc(20px + 8 * ((100vw - 360px) / 408));
  }
}
@media screen and (min-width: 768px) {
  .footer .footer-contact .contact h4, .footer .footer-contact .contact a {
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  .footer .footer-contact .contact h4, .footer .footer-contact .contact a {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .footer .footer-contact .contact h4, .footer .footer-contact .contact a {
    font-size: calc(16px + 14 * ((100vw - 768px) / 1152));
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  .footer .footer-contact .contact h4, .footer .footer-contact .contact a {
    font-size: 30px;
  }
}
.footer .footer-contact .contact a {
  text-decoration: underline;
}
.footer .footer-contact .contact span {
  color: #fff;
  line-height: 1.5;
  display: block;
  margin-bottom: 16px;
  margin-top: 64px;
}
.footer .footer-contact .contact span {
  font-size: 15px;
}
@media screen and (min-width: 360px) {
  .footer .footer-contact .contact span {
    font-size: calc(15px + 5 * ((100vw - 360px) / 1560));
  }
}
@media screen and (min-width: 1920px) {
  .footer .footer-contact .contact span {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .footer .footer-contact .contact span {
    margin-top: 0;
  }
}
.footer .footer-widgets {
  padding-top: 64px;
}
@media screen and (min-width: 360px) {
  .footer .footer-widgets {
    padding-top: calc(64px + 32 * ((100vw - 360px) / 1560));
  }
}
@media screen and (min-width: 1920px) {
  .footer .footer-widgets {
    padding-top: 96px;
  }
}
.footer .footer-widgets .areas {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.footer .footer-widgets .areas .area {
  flex-basis: 48%;
  color: #a2abb3;
}
.footer .footer-widgets .areas .area {
  margin-bottom: 64px;
}
@media screen and (min-width: 360px) {
  .footer .footer-widgets .areas .area {
    margin-bottom: calc(64px + 64 * ((100vw - 360px) / 1560));
  }
}
@media screen and (min-width: 1920px) {
  .footer .footer-widgets .areas .area {
    margin-bottom: 128px;
  }
}
.footer .footer-widgets .areas .area {
  font-size: 15px;
}
@media screen and (min-width: 360px) {
  .footer .footer-widgets .areas .area {
    font-size: calc(15px + 3 * ((100vw - 360px) / 1560));
  }
}
@media screen and (min-width: 1920px) {
  .footer .footer-widgets .areas .area {
    font-size: 18px;
  }
}
.footer .footer-widgets .areas .area h1, .footer .footer-widgets .areas .area h2, .footer .footer-widgets .areas .area h3, .footer .footer-widgets .areas .area h4, .footer .footer-widgets .areas .area h5, .footer .footer-widgets .areas .area h6 {
  font-weight: 700;
  line-height: 1.28;
  margin: 0;
  margin-bottom: 32px;
}
.footer .footer-widgets .areas .area h1, .footer .footer-widgets .areas .area h2, .footer .footer-widgets .areas .area h3, .footer .footer-widgets .areas .area h4, .footer .footer-widgets .areas .area h5, .footer .footer-widgets .areas .area h6 {
  font-size: 15px;
}
@media screen and (min-width: 360px) {
  .footer .footer-widgets .areas .area h1, .footer .footer-widgets .areas .area h2, .footer .footer-widgets .areas .area h3, .footer .footer-widgets .areas .area h4, .footer .footer-widgets .areas .area h5, .footer .footer-widgets .areas .area h6 {
    font-size: calc(15px + 3 * ((100vw - 360px) / 1560));
  }
}
@media screen and (min-width: 1920px) {
  .footer .footer-widgets .areas .area h1, .footer .footer-widgets .areas .area h2, .footer .footer-widgets .areas .area h3, .footer .footer-widgets .areas .area h4, .footer .footer-widgets .areas .area h5, .footer .footer-widgets .areas .area h6 {
    font-size: 18px;
  }
}
.footer .footer-widgets .areas .area ul li, .footer .footer-widgets .areas .area ul li a {
  line-height: 1.5;
  margin-bottom: 12px;
  color: #a2abb3;
  font-weight: 400;
}
.footer .footer-widgets .areas .area a:hover {
  text-decoration: underline;
}
.footer .footer-widgets .areas .area p {
  line-height: 1.5;
}
.footer .footer-widgets .areas .area p a {
  font-weight: 400;
}
.footer .footer-widgets .areas .area img {
  width: 108px;
  height: auto;
}
.footer .footer-widgets .areas .area:nth-child(1) {
  display: none;
}
.footer .footer-widgets .areas .area:nth-child(5) {
  flex-basis: 100%;
}
@media (min-width: 480px) {
  .footer .footer-widgets .areas .area:nth-child(5) {
    flex-basis: 48%;
  }
}
@media (min-width: 768px) {
  .footer .footer-widgets .areas .area:nth-child(5) {
    flex-basis: 66.666%;
  }
}
@media (min-width: 520px) {
  .footer .footer-widgets .areas .area:nth-child(3), .footer .footer-widgets .areas .area:nth-child(5) {
    flex-basis: 56%;
  }
  .footer .footer-widgets .areas .area:nth-child(2), .footer .footer-widgets .areas .area:nth-child(4) {
    flex-basis: 44%;
  }
}
@media (min-width: 768px) {
  .footer .footer-widgets .areas .area:nth-child(1) {
    display: block;
    flex-basis: 24%;
  }
  .footer .footer-widgets .areas .area:nth-child(2), .footer .footer-widgets .areas .area:nth-child(4) {
    flex-basis: 32%;
  }
  .footer .footer-widgets .areas .area:nth-child(3), .footer .footer-widgets .areas .area:nth-child(5) {
    flex-basis: 44%;
  }
  .footer .footer-widgets .areas .area:nth-child(4) {
    margin-left: 24%;
  }
}
@media (min-width: 1440px) {
  .footer .footer-widgets .areas .area:nth-child(1), .footer .footer-widgets .areas .area:nth-child(2), .footer .footer-widgets .areas .area:nth-child(3), .footer .footer-widgets .areas .area:nth-child(4), .footer .footer-widgets .areas .area:nth-child(5) {
    flex: 1;
    flex-basis: 16.6%;
  }
  .footer .footer-widgets .areas .area:nth-child(4) {
    margin-left: 0;
  }
  .footer .footer-widgets .areas .area:nth-child(5) {
    flex-basis: 33.3%;
  }
}
.footer .footer-socket {
  line-height: 1.8;
}
.footer .footer-socket {
  font-size: 12px;
}
@media screen and (min-width: 360px) {
  .footer .footer-socket {
    font-size: calc(12px + 2 * ((100vw - 360px) / 1560));
  }
}
@media screen and (min-width: 1920px) {
  .footer .footer-socket {
    font-size: 14px;
  }
}
.footer .footer-socket .socket {
  display: flex;
  flex-flow: column;
  padding: 32px 0;
}
@media (min-width: 768px) {
  .footer .footer-socket .socket {
    flex-flow: row;
  }
}
.footer .footer-socket .socket .socket-copyright {
  margin: 0;
}
.footer .footer-socket .socket .socket-navigation ul {
  display: flex;
  flex-flow: row;
}
.footer .footer-socket .socket .socket-navigation ul li a {
  color: #000;
  text-decoration: underline;
  font-weight: 400;
}
.footer .footer-socket .socket .socket-navigation ul li:before {
  display: inline-block;
  content: "|";
  padding: 0 4px;
}
.footer .footer-socket .socket .socket-navigation ul li:first-child::before {
  content: "";
  padding: 0;
}
@media (min-width: 768px) {
  .footer .footer-socket .socket .socket-navigation ul li:first-child::before {
    content: "|";
    padding: 0 4px;
  }
}

/*# sourceMappingURL=styles.css.map */
