:root {
  --sHeight: 70vh;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}


/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: none; /* for iOS Safari */
  -moz-text-size-adjust: none;
       text-size-adjust: none; /* for other mobile browsers */
  scroll-behavior: smooth;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit;
}

/**
 * Basic styles for links
 */
a {
  color: #3c3d36;
  text-decoration: none;
  /* Places underlines below the descenders */
  text-underline-position: under;
  /* Sets the thickness as a percentage of the font size */
  text-decoration-thickness: 8;
}
a:hover, a:active, a:focus, a:focus-within {
  color: #3c3d36;
  text-decoration: none;
}
.content-text a, .content-hyperlink a {
  display: inline;
  margin-left: -0.5em;
  isolation: isolate;
  scroll-behavior: smooth;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  background-image: linear-gradient(180deg, transparent 40%, #fdee00 40%);
  padding: 0 0.5em 0.2em;
  font-style: normal;
  line-height: 1;
  display: inline-block;
}
.content-contact a {
  background-image: linear-gradient(180deg, transparent 40%, #bababa 40%);
  color: #fff;
}
.content-contact a:hover {
  color: #3c3d36;
}

figure {
  margin: 0;
}

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

menu,
ol,
ul {
  padding-left: 0;
}

article ol,
article ul {
  list-style-position: inside;
}

label,
button,
select,
summary,
[type=radio],
[type=submit],
[type=checkbox] {
  cursor: pointer;
}

:focus:not(:focus-visible) {
  outline: none;
}

/* barlow-semi-condensed-regular - latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("/files/fonts/barlow/barlow-semi-condensed-v14-latin-regular.woff2") format("woff2"), url("/files/fonts/barlow/barlow-semi-condensed-v14-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap;
}
/* barlow-semi-condensed-600 - latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  src: local(""), url("/files/fonts/barlow/barlow-semi-condensed-v14-latin-600.woff2") format("woff2"), url("/files/fonts/barlow/barlow-semi-condensed-v14-latin-600.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap;
}
/**
 * Basic typography style for copy text
 */
body {
  color: #3c3d36;
  font: normal 125%/1.6 "Barlow", "Open Sans", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
}

h1,
h2 {
  max-width: 40ch;
  margin: 0;
  font-size: 3.75rem;
  font-size: clamp(2rem, 0.95rem + 3.5vw, 3rem);
  font-weight: 400;
  text-transform: uppercase;
  text-wrap: balance;
  line-height: 1.3;
}

.page-main {
  font-size: clamp(1.5rem, 0.9rem + 2vw, 2rem);
}

.content-text > * {
  max-width: 60ch;
}
.content-text > h2 {
  max-width: 30ch;
}

em {
  display: inline;
  margin-left: -0.5em;
  isolation: isolate;
  scroll-behavior: smooth;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  background-image: linear-gradient(180deg, transparent 40%, #fdee00 40%);
  padding: 0 0.5em 0.2em;
  font-style: normal;
  line-height: 1;
}

.content-contact {
  color: #fff;
}

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
.container {
  padding: 7rem 2rem;
  background-color: #fff;
}
.container > * {
  width: 100%; /* 1 */
  max-width: 980px;
  margin: 0 auto;
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0; /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden,
.invisible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

@keyframes fadeIn {
  0% {
    transform: scaleY(0);
    opacity: 0;
    filter: blur(100px);
  }
  100% {
    transform: scaleY(1);
    opacity: 1;
    filter: blur(0);
  }
}
.hero {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-template-areas: "hero";
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.hero .content-text {
  position: relative;
  grid-area: hero;
  color: #ccc;
  font-size: 4.25rem;
  text-align: center;
  text-transform: uppercase;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-backdrop-filter: blur(30px) contrast(0.5);
          backdrop-filter: blur(30px) contrast(0.5);
}
.hero .content-text p {
  animation: fadeIn 1.75s ease-out;
}
.hero .content-image {
  grid-area: hero;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  position: fixed;
  z-index: -1;
}
.hero .content-image figure {
  height: 100%;
}
.hero .content-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero .ce_text {
  grid-area: hero;
}

.content-intro {
  margin-top: 65vh;
}

.hero-text--smaller {
  font-size: 2rem;
}

.content-slider {
  position: relative;
  height: var(--sHeight);
  overflow: hidden;
  cursor: none;
  background-color: #fff;
}
@media (pointer: coarse) {
  .content-slider {
    cursor: default;
  }
}

.content-contact {
  background-color: #a2a29f;
}

.page-footer {
  padding-inline: 2rem;
  background-color: #fff;
}
.page-footer .inside {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  max-width: 980px;
  margin: 0 auto;
  padding: 2rem 0;
}
@media (min-width: 480px) {
  .page-footer .inside {
    flex-direction: row;
  }
}
.page-footer .copyright {
  margin-right: auto;
}

nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  padding: 0;
  margin: 0;
  list-style: none;
}
.nav-legal ul {
  justify-content: flex-start;
}

.nav-lang {
  text-transform: lowercase;
}
.nav-lang ul {
  justify-content: flex-start;
}
.nav-lang ul::before {
  display: inline-block;
  content: "|";
}

.customers ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(80px, 120px));
  gap: 3rem;
  align-content: center;
  justify-content: center;
}
.customers li {
  display: flex;
  justify-content: center;
  align-items: center;
}
.customers img {
  height: auto;
}

.slider-wrapper {
  position: relative;
  height: var(--sHeight);
  overflow: hidden;
  cursor: none;
}
@media (pointer: coarse) {
  .slider-wrapper {
    cursor: default;
  }
}

.slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: var(--sHeight);
  transition: 0.5s ease-in-out;
}
.down .slider {
  transform: scale(0.9);
}
.down .slider .item .tit {
  opacity: 0;
}
.slider * {
  outline: none;
}
.slider .item {
  position: relative;
  z-index: 1;
  width: 100vw;
  height: var(--sHeight);
}
.slider .item svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: var(--sHeight);
  z-index: 1;
}
.slider .item .tit {
  text-align: center;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  letter-spacing: 0.02em;
  color: #fff;
  font-size: 4vw;
  font-size: clamp(2rem, 0.95rem + 3.5vw, 5rem);
  opacity: 1;
  transition: all 1s ease-in-out;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.25rem;
  font-size: clamp(1rem, 0.85rem + 1.25vw, 1.25rem);
  top: unset;
  bottom: 1rem;
  left: unset;
  right: 1rem;
  transform: none;
}
.slider .item .tit span {
  margin: auto;
  display: inline-block;
  vertical-align: baseline;
  text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.75);
  text-transform: uppercase;
}

#slider-1 {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
#slider-1 .tit {
  opacity: 0;
}

#slider-2 {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  transform: scale(1) !important;
  pointer-events: none;
}

.cursor {
  pointer-events: none;
  position: absolute;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.05);
  transition: transform ease-in-out 0.2s, background ease-in-out 0.2s;
  transform: translateZ(0);
  z-index: 100;
  left: -9999px;
}
.cursor:before, .cursor:after {
  content: "";
  position: absolute;
  border-left: 6px solid rgba(255, 255, 255, 0.5);
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  top: 10px;
  left: 52px;
  opacity: 0;
  transition: left ease-in-out 0.1s, opacity ease-in-out 0.2s;
}
.cursor:after {
  border-left: none;
  border-right: 6px solid rgba(255, 255, 255, 0.5);
  left: -27px;
}
.down .cursor {
  transform: scale(0.7) translateZ(0);
  background: rgba(255, 255, 255, 0.4);
}
.down .cursor:before, .down .cursor:after {
  opacity: 1;
  left: 49px;
}
.down .cursor:after {
  left: -24px;
}
@media (pointer: coarse) {
  .cursor {
    display: none;
  }
}
