body {
  padding: 0;
  margin: 0;
  font: 13px Arial, Helvetica, Garuda, sans-serif;
  *font-size: small;
  *font: x-small;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
body.no-transition * {
  transition: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}
article,
aside,
figure,
footer,
header,
nav,
section,
details,
summary,
main {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
em,
strong,
pre,
code,
p,
blockquote {
  padding: 0;
  margin: 0;
  line-height: 1em;
  font-size: 100%;
  font-weight: inherit;
  font-style: normal;
}
table {
  font-size: inherit;
  font: 100%;
}
.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu li {
  margin: 0;
  padding: 0;
  line-height: 1em;
  background: none;
}
img {
  border: 0;
  max-width: 100%;
}
a {
  text-decoration: none;
}
input,
select,
textarea {
  font: inherit;
}
.pathway {
  margin: 0;
  padding: 0;
}
.pathway li {
  display: inline-block;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@font-face {
  font-family: 'Supreme';
  src: url('/fonts/Supreme-Light.woff2') format('woff2'), url('/fonts/Supreme-Light.woff') format('woff'), url('/fonts/Supreme-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Supreme';
  src: url('/fonts/Supreme-Regular.woff2') format('woff2'), url('/fonts/Supreme-Regular.woff') format('woff'), url('/fonts/Supreme-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Supreme';
  src: url('/fonts/Supreme-Bold.woff2') format('woff2'), url('/fonts/Supreme-Bold.woff') format('woff'), url('/fonts/Supreme-Bold.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-between {
  display: flex;
  justify-content: space-between;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
  z-index: 1;
}
html {
  font-size: 15px;
}
@media screen and (max-width: 991px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 765px) {
  html {
    font-size: 13px;
  }
}
body {
  color: #000000;
  font-family: 'Supreme', sans-serif;
  font-size: 1rem;
  font-weight: 300;
}
a {
  color: deeppink;
}
p {
  line-height: 1.4em;
  margin-bottom: 1em;
}
p:last-child {
  margin: 0;
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}
blockquote {
  font-size: 1.4em;
  margin-bottom: 1em;
}
blockquote * {
  line-height: 1.1em;
}
dl {
  margin: 0;
  margin-bottom: 1em;
  padding: 0;
}
dl:last-child {
  margin: 0;
}
dd,
dt {
  margin: 0;
  padding: 0;
}
dt {
  margin-bottom: 0.1em;
}
dd {
  margin-bottom: 1em;
  font-weight: bold;
  line-height: 1.4em;
}
ul {
  margin: 0 0 1em 1em;
}
li {
  margin-bottom: 0.5em;
}
.light {
  font-weight: 300;
}
.regular {
  font-weight: 400;
}
.bold {
  font-weight: 700;
}
.font-90 {
  font-size: clamp(50px,4.6872vw,90px);
  line-height: 1.33em;
}
@media screen and (max-width: 550px) {
  .font-90 {
    font-size: 2rem;
  }
}
.font-60 {
  font-size: clamp(30px,3.1248vw,60px);
  line-height: 1.27em;
}
@media screen and (max-width: 550px) {
  .font-60 {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 450px) {
  .font-60 {
    font-size: 2rem;
  }
}
.font-30 {
  font-size: 2rem;
  line-height: 1.33em;
}
@media screen and (max-width: 1336px) {
  .font-30 {
    font-size: 1.5rem;
  }
}
.font-16 {
  font-size: 1.07rem;
  line-height: 1.88em;
}
.font-14 {
  font-size: 0.93rem;
  line-height: 1.36em;
}
.font-12 {
  font-size: 0.8rem;
  line-height: 6.83em;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.label {
  font-size: 0.8rem;
  line-height: 6.83em;
  font-weight: 400;
  margin-bottom: 2em;
  text-transform: uppercase;
}
.big-paragraph {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10vh 10.416vw;
}
@media screen and (max-width: 1270px) {
  .big-paragraph {
    padding: 10vh 10vw;
  }
}
@media screen and (max-width: 991px) {
  .big-paragraph {
    padding: 5vh 5vw;
  }
}
.big-paragraph--strict {
  padding-left: 23.436vw;
  padding-right: 23.436vw;
}
.big-paragraph--nopad {
  padding: 0;
}
.big-paragraph span {
  text-decoration-thickness: 1px !important;
  text-underline-offset: 0.35em;
}
.big-paragraph p {
  font-size: clamp(30px,3.1248vw,60px);
  line-height: 1.27em;
  font-weight: 300;
}
@media screen and (max-width: 550px) {
  .big-paragraph p {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 450px) {
  .big-paragraph p {
    font-size: 2rem;
  }
}
.big-paragraph p:last-child {
  margin-bottom: 1em;
}
.big-paragraph--small p {
  font-size: 2rem;
  line-height: 1.33em;
}
@media screen and (max-width: 1336px) {
  .big-paragraph--small p {
    font-size: 1.5rem;
  }
}
.body {
  background: #F4F4F4;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow-x: hidden;
}
.body.scroll-locked {
  overflow: hidden;
  overflow-y: hidden;
}
.main {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.global__cta {
  display: flex;
  align-items: center;
  justify-content: center;
}
.global__picto {
  position: fixed;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 30vw;
  transform: translateY(10%);
}
.global__picto svg {
  width: 100%;
  opacity: 0.1;
  height: auto;
}
img {
  display: block;
  width: 100%;
}
svg {
  overflow: visible;
}
video {
  width: 100%;
  display: block;
}
.success-color {
  color: #52AF8D !important;
}
.error-color {
  color: #E73C5B !important;
}
input,
textarea,
select,
button {
  border: none;
  webkit-appearance: none;
  appearance: none;
  background: none;
  font: inherit;
  box-shadow: none;
  border-radius: 0;
  width: 100%;
  padding: 0;
  outline: none;
}
button {
  width: auto;
  cursor: pointer;
}
input[type="text"],
input[type="tel"],
input[type="date"],
input[type="password"],
input[type="email"],
input[type="number"],
textarea,
select {
  display: block;
  height: 25px;
  line-height: 25px;
  font-size: 1.07rem;
  line-height: 1.88em;
  color: black;
}
@media screen and (max-width: 1336px) {
  input[type="text"],
  input[type="tel"],
  input[type="date"],
  input[type="password"],
  input[type="email"],
  input[type="number"],
  textarea,
  select {
    height: 20px;
    line-height: 20px;
  }
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
textarea:focus,
select:focus {
  border-color: deeppink;
}
select {
  background-image: url(../img/icons/select-dropdown.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
}
textarea {
  height: auto;
  font-size: 1.07rem;
  line-height: 1.88em;
  color: black;
}
label {
  display: block;
  margin-bottom: 3px;
  font-size: 0.8rem;
  line-height: 6.83em;
  line-height: 0.8em;
  font-weight: 400;
  color: #A0A0A0;
}
.input {
  border: 1px solid #707070;
  padding: 10px 12px;
  margin-bottom: 15px;
  font-size: 1rem;
  transition: 300ms;
  background: #fff;
  color: #000000;
}
.input:focus {
  border-color: deeppink;
}
.radio label,
.checkbox label {
  position: relative;
  cursor: pointer;
  font-size: 13px;
  display: block;
  margin-bottom: 10px;
  letter-spacing: .05em;
}
.radio label input,
.checkbox label input {
  width: 0;
  height: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  position: absolute;
  top: 0;
  left: -10px;
}
.radio label input:checked ~ span::before,
.checkbox label input:checked ~ span::before {
  box-shadow: 0 0 0 3px #fff inset;
  background: #000000;
}
.radio label > span,
.checkbox label > span {
  display: flex;
  align-items: flex-start;
  gap: 7px;
}
.radio label > span::before,
.checkbox label > span::before {
  content: '';
  position: static;
  width: 20px;
  height: 20px;
  display: block;
  border: 1px solid #707070;
  flex-shrink: 0;
}
.radio label {
  font-weight: bold;
}
.radio label > span::before {
  border-radius: 50%;
}
.input-hint,
.error-message {
  display: block;
  font-size: .8rem;
  text-transform: none;
  margin-top: 3px;
}
.error-message {
  color: #E73C5B;
  font-weight: bold;
  margin-bottom: 0;
}
.privacy-disclaimer {
  margin-bottom: 30px;
}
.required label::after {
  content: ' *';
}
.required.checkbox label::after {
  display: none;
}
.form-privacy {
  margin-bottom: 15px;
  font-size: .8rem;
}
.form-privacy a {
  color: inherit;
  text-decoration: underline;
}
.button {
  display: inline-block;
  color: black;
}
.button span {
  font-size: 1.07rem;
  line-height: 1.88em;
  font-weight: 400;
  text-transform: uppercase;
}
.button span::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #707070;
  transform-origin: center;
  transition: 300ms cubic-bezier(0.165,0.840,0.440,1.000);
}
.button:hover span::after {
  transform: scale3d(0.35,1,1);
}
.button--smaller span {
  font-size: 13px;
}
#article {
  padding: 150px 5vw;
  font-size: 1.1rem;
}
#cookie_reload {
  cursor: pointer;
}
#cookiedisclaimer2022 {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 999999;
  background: rgba(0,0,0,0.35);
  transition: opacity .35s;
  pointer-events: all;
}
#cookiedisclaimer2022 .inner_disclaimer {
  position: fixed;
  top: 50%;
  right: 0;
  left: 0;
  padding: 75px 25px;
  text-align: center;
  color: #333;
  font-size: 15px;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  z-index: 9999;
  line-height: 1.5em;
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
  transform: translateY(-50%);
  max-height: 100%;
  overflow: auto;
  transition: transform 1000ms cubic-bezier(0.165,0.840,0.440,1.000);
  letter-spacing: 0;
  font-weight: normal;
}
@media (max-width: 600px) {
  #cookiedisclaimer2022 .inner_disclaimer {
    font-size: 13px;
  }
}
#cookiedisclaimer2022.hidden {
  pointer-events: none;
  opacity: 0;
}
#cookiedisclaimer2022.hidden .inner_disclaimer {
  transform: translateY(-75%);
}
#cookiedisclaimer2022 h3 {
  font-size: 1.2em;
  margin-bottom: 2em;
  font-weight: bold;
  color: inherit;
  line-height: 1.2em;
  letter-spacing: 0;
}
#cookiedisclaimer2022 h5 {
  font-size: 1.1em;
  font-weight: bold;
}
#cookiedisclaimer2022 h6 {
  font-size: 1em;
  font-weight: bold;
}
#cookiedisclaimer2022 .cookie_options {
  margin-bottom: 2em;
  display: flex;
  justify-content: center;
}
@media (max-width: 600px) {
  #cookiedisclaimer2022 .cookie_options {
    flex-flow: column;
  }
}
#cookiedisclaimer2022 .cookie_options span {
  background: #333;
  cursor: pointer;
  display: inline-block;
  padding: 1em;
  margin: 10px;
  font-weight: 400;
  color: #fff;
  border: 1px solid #333;
  transition: background .35s;
}
@media (max-width: 600px) {
  #cookiedisclaimer2022 .cookie_options span {
    margin: 5px 0;
  }
}
#cookiedisclaimer2022 .cookie_options span:hover {
  background: #4d4d4d;
}
#cookiedisclaimer2022 .cookie_options span#cookieselect {
  color: #333;
  background: #fff;
}
#cookiedisclaimer2022 .cookie_options span#cookieselect:hover {
  background: #e6e6e6;
}
#cookiedisclaimer2022 a {
  text-decoration: underline;
  color: #808080;
  cursor: pointer;
  display: inline-block;
  padding: 5px;
}
#cookiedisclaimer2022 a:hover {
  color: #333;
}
#cookiedisclaimer2022 #cookie_close {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #333;
  color: #fff;
  cursor: pointer;
  transition: background .35s;
}
#cookiedisclaimer2022 #cookie_close:hover {
  background: #4d4d4d;
}
#cookiedisclaimer2022 #cookie_preferences {
  text-align: left;
  margin-bottom: 2em;
  display: none;
}
#cookiedisclaimer2022 #cookie_preferences.show {
  display: block;
}
#cookiedisclaimer2022 .cookie_type {
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid #999999;
}
#cookiedisclaimer2022 .cookie_type:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}
#cookiedisclaimer2022 .cookie_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
#cookiedisclaimer2022 .cookie_flex h5,
#cookiedisclaimer2022 .cookie_flex h6 {
  margin: 0;
}
#cookiedisclaimer2022 .cookie_desc {
  margin-bottom: 1em;
}
#cookiedisclaimer2022 .cookie_desc:last-of-type {
  margin: 0;
}
#cookiedisclaimer2022 .cookie_type_list {
  padding-left: 20px;
  margin-top: 20px;
}
#cookiedisclaimer2022 .toggle {
  cursor: pointer;
  display: inline-block;
}
#cookiedisclaimer2022 .toggle-switch {
  display: inline-block;
  background: #ccc;
  border-radius: 16px;
  width: 58px;
  height: 32px;
  position: relative;
  vertical-align: middle;
  transition: background 0.35s;
}
#cookiedisclaimer2022 .toggle-switch:before,
#cookiedisclaimer2022 .toggle-switch:after {
  content: "";
}
#cookiedisclaimer2022 .toggle-switch:before {
  display: block;
  background: linear-gradient(to bottom,#fff 0%,#eee 100%);
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.25);
  width: 24px;
  height: 24px;
  position: absolute;
  top: 4px;
  left: 4px;
  transition: left 0.35s;
}
.toggle:hover #cookiedisclaimer2022 .toggle-switch:before {
  background: linear-gradient(to bottom,#fff 0%,#fff 100%);
  box-shadow: 0 0 0 1px rgba(0,0,0,0.5);
}
#cookiedisclaimer2022 .toggle-checkbox:checked + .toggle-switch {
  background: #55bb55;
}
#cookiedisclaimer2022 .toggle-checkbox:checked + .toggle-switch:before {
  left: 30px;
}
#cookiedisclaimer2022 .toggle-checkbox {
  position: absolute;
  visibility: hidden;
}
#cookiedisclaimer2022 button {
  display: block;
  font-size: 18px;
  margin: 0 auto 2em;
  float: none;
  background: #55bb55;
  padding: 1em 2em;
  color: #fff;
  transition: background 0.35s;
  font-weight: 400;
  border: none;
  cursor: pointer;
  height: auto;
  line-height: normal;
}
#cookiedisclaimer2022 button:hover {
  background: #33aa33;
}
@keyframes scroll {
  0% {
    transform: translate3d(0,-100%,0);
    -webkit-transform: translate3d(0,-100%,0);
  }
  100% {
    transform: translate3d(0,100%,0);
    -webkit-transform: translate3d(0,100%,0);
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    visibility: hidden;
    opacity: 0;
  }
}
@keyframes fadeInUp {
  from {
    visibility: hidden;
    opacity: 0;
    transform: translate3d(0,85px,0);
  }
  to {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0,0,0);
  }
}
.alert {
  display: block;
  width: 440px;
  height: auto;
  overflow: hidden;
  overflow-y: auto;
  padding: 20px 40px 20px 25px;
  min-height: 60px;
  border-radius: 5px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 50;
  text-transform: uppercase;
  visibility: hidden;
  transform: translate3d(100%,0,0);
  -webkit-transform: translate3d(100%,0,0);
  opacity: 0.3;
  transition: 0.6s cubic-bezier(0.165,0.840,0.440,1.000);
  font-size: 14px;
  text-transform: none;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 810px) {
  .alert {
    width: 100%;
    left: 0;
    bottom: 0;
    right: 0;
    transform: translate3d(0,100%,0);
    -webkit-transform: translate3d(0,100%,0);
    text-align: center;
    border-radius: 0;
    padding: 30px 40px 30px 25px;
  }
}
.alert.visible {
  visibility: visible;
  transform: translate3d(0,0,0);
  -webkit-transform: translate3d(0,0,0);
  opacity: 1;
  transition: 0.6s cubic-bezier(0.165,0.840,0.440,1.000);
}
.alert.hidden {
  visibility: hidden;
  transform: translate3d(100%,0,0);
  -webkit-transform: translate3d(0,0,0);
  opacity: 0;
}
.alert__close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 15px;
  height: 15px;
  cursor: pointer;
}
.alert__close::before,
.alert__close::after {
  content: '';
  height: 2px;
  position: absolute;
  top: 50%;
  background: #fff;
  left: 0;
  right: 0;
}
.alert__close::before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.alert__close::after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.alert--success {
  background-color: #52AF8D;
}
.alert--warning {
  background-color: #E86F51;
}
.alert--error {
  background-color: #E73C5B;
}
@font-face {
  font-family: swiper-icons;
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #fff;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-vertical>.swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px,0,0);
}
.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0,0,0,0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left,rgba(0,0,0,0.5),rgba(0,0,0,0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right,rgba(0,0,0,0.5),rgba(0,0,0,0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top,rgba(0,0,0,0.5),rgba(0,0,0,0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom,rgba(0,0,0,0.5),rgba(0,0,0,0));
}
.swiper-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode>.swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-centered>.swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical>.swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: center center;
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size)/ 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color,var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .0;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0,0,0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));
  height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color,#000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity,.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity,1);
  background: var(--swiper-pagination-color,var(--swiper-theme-color));
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px,-50%,0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap,6px) 0;
  display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform, .2s top;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap,4px);
}
.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform, .2s left;
}
.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform, .2s right;
}
.swiper-pagination-progressbar {
  background: rgba(0,0,0,0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color,var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0,0,0,0.1);
}
.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0,0,0,0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode>.swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid>.swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column>.swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next+.swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
.swiper-buttons {
  display: flex;
  gap: 5px;
}
.swiper-buttons .swiper-button-next,
.swiper-buttons .swiper-button-prev {
  position: static;
  margin: 0;
}
.swiper-buttons .swiper-button-disabled {
  opacity: 0.25;
}
.swiper-button-next,
.swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #F4F4F4;
  box-shadow: 0 0 8px 2px rgba(0,0,0,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 1rem;
  color: #000000;
}
.header {
  display: flex;
  align-items: center;
  position: sticky;
  height: 80px;
  top: 0;
  left: 0;
  right: 0;
  background: #F4F4F4;
  padding: 0 clamp(10px,4.1664vw,80px) 0 clamp(10px,2.0832vw,40px);
  gap: 2.5vw;
  z-index: 500;
  color: #000000;
  font-size: 14px;
  gap: clamp(10px,4.6872vw,90px);
  transition: 300ms;
}
.header__logo--full {
  display: none;
}
.header__logo--simple {
  display: block;
}
@media screen and (max-width: 1336px) {
  .header__logo--full svg {
    width: 145px;
  }
  .header__logo--simple svg {
    width: 125px;
  }
}
@media screen and (max-width: 390px) {
  .header__logo--full svg {
    width: 120px;
  }
  .header__logo--simple svg {
    width: 100px;
  }
}
.header .hamburger {
  margin-left: auto;
}
.header--light,
.header--home {
  position: fixed;
  top: 0;
  left: 0;
  background: transparent;
}
.header--light .header__logo svg path,
.header--home .header__logo svg path {
  fill: white;
}
.header--light .header__phone,
.header--home .header__phone {
  color: white;
}
.header--light .header__phone span:nth-child(2)::after,
.header--home .header__phone span:nth-child(2)::after {
  background-color: white;
}
.header--light .hamburger span,
.header--home .hamburger span {
  background-color: white;
}
.header--home {
  width: 100%;
  height: 140px;
}
.header--home .header__logo--full {
  display: block;
}
.header--home .header__logo--simple {
  display: none;
}
.header--filled {
  background-color: #fff;
  height: 100px;
}
.header--filled .header__logo svg path {
  fill: #000000;
}
.header--filled .header__phone {
  color: #000000;
}
.header--filled .header__phone span:nth-child(2)::after {
  background-color: #000000;
}
.header--filled .hamburger span {
  background-color: #000000;
}
.hamburger {
  width: 52px;
  height: 20px;
  position: relative;
  cursor: pointer;
  display: block;
  margin-left: auto;
}
@media screen and (max-width: 450px) {
  .hamburger {
    width: 45px;
  }
}
.hamburger span {
  position: absolute;
  height: 2px;
  background: #000000;
  left: 0;
  right: 0;
  top: 50%;
  transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  transition: 500ms cubic-bezier(0.250,0.460,0.450,0.940);
}
.hamburger span:first-child {
  transform: translate(0,-50%) translate3d(0,-9px,0);
  -webkit-transform: translate(0,-50%) translate3d(0,-9px,0);
}
.hamburger span:last-child {
  transform: translate(0,-50%) translate3d(0,9px,0);
  -webkit-transform: translate(0,-50%) translate3d(0,9px,0);
}
.footer {
  min-height: 80px;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  gap: 0.2em 20px;
  justify-content: space-between;
  padding: 0 clamp(10px,3.1248vw,60px);
  font-size: 12px;
  font-weight: 400;
}
.footer a {
  color: inherit;
}
@media screen and (max-width: 991px) {
  .footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .footer__info,
  .footer__contacts {
    margin-bottom: 1em;
  }
}
.footer__legal {
  display: flex;
  align-items: center;
  gap: 1.5624vw;
}
.error-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  height: 100vh;
}
.error-container h1 {
  text-align: center;
  margin-bottom: .5em;
}
.error-container a {
  text-decoration: underline;
}
.main-menu {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  max-width: 800px;
  background: #F4F4F4;
  display: flex;
  flex-direction: column;
  transition: 800ms cubic-bezier(0.165,0.840,0.440,1.000);
  transform: translate3d(100%,0,0);
  -webkit-transform: translate3d(100%,0,0);
}
.main-menu.open {
  transform: translate3d(0,0,0);
  -webkit-transform: translate3d(0,0,0);
}
.main-menu__languages {
  height: 140px;
  display: grid;
  grid-template-columns: 52px 1fr 52px;
  align-items: center;
  padding: 0 clamp(10px,4.1664vw,80px);
}
.main-menu__languages .languages {
  grid-column-start: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  justify-content: 40px;
  font-size: clamp(18px,1.5624vw,30px);
}
.main-menu__languages .languages a {
  text-transform: uppercase;
  color: #000000;
  opacity: 0.5;
  position: relative;
  display: block;
}
.main-menu__languages .languages a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #000000;
  transition: 300ms cubic-bezier(0.165,0.840,0.440,1.000);
  transform: scale3d(0,1,1);
  -webkit-transform: scale3d(0,1,1);
}
.main-menu__languages .languages a.active {
  opacity: 1;
}
.main-menu__languages .languages a.active::after {
  transform: scale3d(1,1,1);
  -webkit-transform: scale3d(1,1,1);
}
.main-menu__languages .languages a:hover::after {
  transform: scale3d(1,1,1);
  -webkit-transform: scale3d(1,1,1);
}
@media screen and (max-width: 991px) {
  .main-menu__languages .languages a {
    font-size: 1.1rem;
  }
}
.main-menu__close {
  width: 100%;
  max-width: 52px;
  height: 40px;
  position: relative;
  cursor: pointer;
  margin-left: auto;
  margin-right: 5vw;
  margin-top: 50px;
}
.main-menu__close::after {
  content: "";
  height: 2px;
  background: #000000;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transition: 300ms cubic-bezier(0.165,0.840,0.440,1.000);
  margin-top: -1px;
}
.main-menu__close:hover::after {
  transform: scale3d(0.8,1,1);
  -webkit-transform: scale3d(0.8,1,1);
}
@media screen and (max-width: 450px) {
  .main-menu__close {
    width: 45px;
  }
}
.main-menu__menu {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10vw 5vw;
  padding-bottom: 5vh;
  overflow-y: auto;
}
@media screen and (max-width: 765px) {
  .main-menu__menu {
    padding-top: 120px;
  }
}
.main-menu__menu .menu {
  font-size: clamp(3rem,3.1248vw,60px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.45em;
}
@media screen and (max-width: 550px) {
  .main-menu__menu .menu {
    font-size: clamp(2.8rem,5.208vw,80px);
    gap: 0.5em;
  }
}
.main-menu__menu a {
  color: #000000;
  text-transform: uppercase;
  position: relative;
  display: block;
  transition: 300ms cubic-bezier(0.250,0.460,0.450,0.940);
}
.main-menu__menu a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #000000;
  transition: 300ms cubic-bezier(0.165,0.840,0.440,1.000);
  transform: scale3d(0,1,1);
  -webkit-transform: scale3d(0,1,1);
}
.main-menu__menu a:hover {
  opacity: 0.5;
}
.main-menu__menu a:hover::after {
  transform: scale3d(1,1,1);
  -webkit-transform: scale3d(1,1,1);
}
.hero {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 100px;
}
.hero picture,
.hero video,
.hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
  padding: 0 3vw;
  z-index: 3;
  color: white;
}
.hero__content h1 {
  font-size: clamp(30px,3.1248vw,60px);
  line-height: 1.27em;
  font-weight: 300;
  text-transform: uppercase;
}
@media screen and (max-width: 550px) {
  .hero__content h1 {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 450px) {
  .hero__content h1 {
    font-size: 2rem;
  }
}
.hero__content h2 {
  font-size: 1.33rem;
  font-weight: 400;
}
.hero__content h1,
.hero__content h2 {
  transform: translate3d(0,85px,0);
  opacity: 0;
  visibility: hidden;
}
.hero__scroll {
  display: block;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
.hero__scroll-label {
  display: block;
  color: #000000;
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 6.83em;
  line-height: 1em;
  margin-bottom: 1em;
}
.hero__scroll-strokes {
  display: block;
  margin: 0 auto;
  position: relative;
  height: 60px;
  width: 1px;
}
@media screen and (max-width: 991px) {
  .hero__scroll-strokes {
    height: 30px;
  }
}
.hero__scroll-strokes div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
}
.hero__scroll-strokes div:nth-child(1) {
  transform-origin: center top;
  transform: scale3d(1,0,1);
  animation: scrolldown 2.2s ease-in-out infinite forwards;
}
.hero__scroll-strokes div:nth-child(2) {
  opacity: 0.35;
}
.hero--full {
  height: 100vh;
}
@media screen and (max-width: 550px) {
  .hero--full {
    height: 70vh;
  }
}
.hero--full .hero__scroll-label {
  color: white;
}
.hero--full .hero__scroll-strokes div {
  background-color: white;
}
.hero--full picture,
.hero--full video,
.hero--full img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.8);
}
.hero--mixed {
  min-height: 100vh;
}
.hero--mixed__image {
  width: 100%;
  height: 40vh;
  margin-bottom: 50px;
}
@media screen and (max-height: 768px) {
  .hero--mixed__image {
    height: 50vh;
  }
}
.hero--mixed__content {
  text-align: center;
}
.hero--mixed__content .label {
  line-height: 1em;
}
.hero--mixed__content .big-paragraph {
  padding-top: 0;
  padding-bottom: 90px;
}
@media screen and (max-width: 991px) {
  .hero--mixed__content .big-paragraph {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 550px) {
  .hero--mixed .hero__scroll {
    display: none;
  }
}
.hero--slice {
  height: 40vh;
}
@media screen and (max-height: 768px) {
  .hero--slice {
    height: 50vh;
  }
}
@keyframes scrolldown {
  0% {
    transform: scale3d(1,0,1);
    transform-origin: 0 0;
  }
  45% {
    transform: scale3d(1,1,1);
    transform-origin: 0 0;
  }
  60% {
    transform: scale3d(1,1,1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale3d(1,0,1);
    transform-origin: 0 100%;
  }
}
.text-img {
  display: flex;
  padding-left: 7.2912vw;
  position: relative;
  gap: 30px 4.1664vw;
  margin-bottom: max(20vh,190px);
}
.text-img .label {
  line-height: 1em;
}
.text-img .big-paragraph {
  padding: 0;
  align-items: flex-start;
}
.text-img__left {
  flex-grow: 1;
  padding-top: 10vh;
}
.text-img__right {
  flex: 1 0 49.9968vw;
}
.text-img__right video,
.text-img__right img {
  object-fit: cover;
}
.text-img--withstripe {
  padding-left: 0;
  flex-direction: column-reverse;
  gap: 80px;
}
.text-img--withstripe .text-img__left {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding-top: 0;
}
.text-img--withstripe .text-img__left .big-paragraph {
  align-items: center;
}
.text-img--withstripe .stripe-loop {
  width: 100%;
  max-width: 100vw;
  display: flex;
  align-items: center;
  position: absolute;
  background-color: #fff;
  top: 50%;
  left: 0;
  min-height: 150px;
  transform: translateY(-50%);
  overflow-x: hidden;
}
.text-img--withstripe .stripe-loop__track {
  display: flex;
  flex-wrap: nowrap;
  font-size: clamp(30px,3.1248vw,60px);
  line-height: 1.27em;
  width: max-content;
  animation: marquee 15s linear infinite;
  -webkit-animation: marquee 15s linear infinite;
  will-change: transform;
}
@media screen and (max-width: 550px) {
  .text-img--withstripe .stripe-loop__track {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 450px) {
  .text-img--withstripe .stripe-loop__track {
    font-size: 2rem;
  }
}
.text-img--withstripe .stripe-loop__track:nth-child(2) {
  animation: marquee 15s linear infinite;
  -webkit-animation: marquee 15s linear infinite;
  animation-delay: -15s;
}
.text-img--withstripe .stripe-loop__track div {
  white-space: nowrap;
}
.text-img--withstripe .stripe-loop__track div::after {
  content: "/";
  display: inline-block;
  margin: 0 0.5em;
}
.text-img--withstripe .text-img__right {
  position: relative;
  flex: auto;
}
.text-img--withstripe .text-img__right video {
  object-fit: cover;
  height: min(70vh,700px);
}
@media screen and (max-width: 991px) {
  .text-img {
    flex-direction: column;
    padding: 0 3vw;
    margin-bottom: 10vh;
  }
  .text-img--withstripe {
    padding: 0;
    flex-direction: column-reverse;
    gap: 50px;
  }
  .text-img--withstripe .text-img__left {
    padding: 0 5vw;
  }
  .text-img--withstripe .text-img__right video {
    height: min(50vh,500px);
  }
}
@keyframes marquee {
  from {
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
  }
  to {
    transform: translate3d(-100%,0,0);
    -webkit-transform: translate3d(-100%,0,0);
  }
}
.services {
  margin-bottom: 10vh;
  padding-right: 5vw;
}
@media screen and (max-width: 450px) {
  .services {
    margin-bottom: 0;
  }
}
.services__item {
  display: flex;
  align-items: center;
  font-weight: 300;
  gap: 1.0416vw;
}
.services__item-wrapper {
  display: flex;
  gap: 30px;
}
.services__item-wrapper::before {
  content: '';
  display: block;
  width: 100px;
  height: 1px;
  background-color: #707070;
  font-size: clamp(50px,4.6872vw,90px);
  line-height: 1.33em;
  transform: translateY(0.65em);
}
@media screen and (max-width: 550px) {
  .services__item-wrapper::before {
    font-size: 2rem;
  }
}
.services__item-wrapper:nth-child(1)::before {
  width: 14.5824vw;
  min-width: 150px;
}
.services__item-wrapper:nth-child(2)::before {
  width: 21.8736vw;
  min-width: 180px;
}
@media screen and (max-width: 991px) {
  .services__item-wrapper {
    gap: 15px;
  }
  .services__item-wrapper::before,
  .services__item-wrapper:nth-child(1)::before,
  .services__item-wrapper:nth-child(2)::before {
    min-width: 0;
    width: 35px;
    flex-shrink: 0;
  }
}
.services__item-inner .services__item--service:last-child {
  margin-bottom: 10vh;
}
.services__item--category {
  font-size: clamp(50px,4.6872vw,90px);
  line-height: 1.33em;
  margin-bottom: 0.2em;
}
@media screen and (max-width: 550px) {
  .services__item--category {
    font-size: 2rem;
  }
}
.services__item--service {
  font-size: clamp(30px,3.1248vw,60px);
  line-height: 1.27em;
}
@media screen and (max-width: 550px) {
  .services__item--service {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 450px) {
  .services__item--service {
    font-size: 2rem;
  }
}
.services__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5vh 0 10vh;
}
.gallery {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  margin: 80px 0;
  overflow: hidden;
}
.gallery__heading {
  text-transform: uppercase;
  font-size: 1.33rem;
  font-weight: 700;
}
.gallery .swiper {
  width: 100%;
  overflow: visible;
}
.gallery .swiper-slide {
  width: auto;
  height: auto;
  max-width: 60%;
}
.gallery .swiper-slide img {
  width: auto;
  height: 100%;
  max-height: 600px;
}
.home__final {
  padding: 0;
  text-align: center;
}
.home__final .button {
  margin: 10vh 0;
}
.home__final-features {
  display: block;
  text-align: left;
}
.home__final-features__item {
  display: flex;
  align-items: center;
  font-size: clamp(30px,3.1248vw,60px);
  line-height: 1.27em;
  font-weight: 300;
  gap: 2.0832vw;
}
@media screen and (max-width: 550px) {
  .home__final-features__item {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 450px) {
  .home__final-features__item {
    font-size: 2rem;
  }
}
.home__final-features__item::before {
  content: "";
  height: 1px;
  background-color: #000000;
  transform-origin: left;
  transition: 300ms cubic-bezier(0.165,0.840,0.440,1.000);
}
.home__final-features__item:nth-child(odd)::before {
  width: 16.6656vw;
  min-width: 160px;
}
.home__final-features__item:nth-child(even)::before {
  width: 20.0508vw;
  min-width: 200px;
}
.home__final-features__item:nth-child(2)::before {
  width: 24.9984vw;
  min-width: 220px;
}
.home__final-features__item:hover::before {
  transform: scale3d(0.7,1,1);
}
@media screen and (max-width: 991px) {
  .home__final-features__item {
    margin-bottom: 0.2em;
  }
  .home__final-features__item:nth-child(odd)::before {
    min-width: 100px;
  }
  .home__final-features__item:nth-child(even)::before {
    min-width: 160px;
  }
  .home__final-features__item:nth-child(2)::before {
    width: 24.9984vw;
    min-width: 140px;
  }
}
@media screen and (max-width: 765px) {
  .home__final-features__item:nth-child(odd)::before {
    min-width: 30px;
  }
  .home__final-features__item:nth-child(even)::before {
    min-width: 50px;
  }
  .home__final-features__item:nth-child(2)::before {
    width: 24.9984vw;
    min-width: 40px;
  }
}
@media screen and (max-width: 550px) {
  .home__final-features__item:nth-child(odd)::before,
  .home__final-features__item:nth-child(even)::before,
  .home__final-features__item:nth-child(2)::before {
    width: 25px;
  }
}
.method {
  padding: 10vh 15vw;
}
@media screen and (max-width: 991px) {
  .method {
    padding: 10vh 10vw;
  }
}
@media screen and (max-width: 550px) {
  .method {
    padding: 10vh 5vw;
  }
}
.method p {
  font-size: 1.47rem;
  font-weight: 300;
}
.method p:last-child {
  margin-bottom: 2em;
}
.history__top {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 80px);
  position: relative;
}
.history__top-images {
  display: flex;
  justify-content: center;
  max-width: 1200px;
  gap: 10px;
  margin: 50px auto 80px;
}
.history__top-images img {
  width: auto;
  min-height: 400px;
  height: min(80vh,800px);
}
@media screen and (max-width: 991px) {
  .history__top-images {
    flex-direction: column;
  }
  .history__top-images img {
    max-height: 500px;
    width: 100%;
    object-fit: cover;
  }
}
.history__top .big-paragraph {
  padding-top: 5vh;
  padding-bottom: 0;
}
.history__top .big-paragraph .label {
  line-height: 1em;
}
.history__top .hero__scroll {
  position: relative;
  margin-top: auto;
}
.history__mid {
  margin-top: 80px;
  padding: 0 10.416vw;
}
@media screen and (max-width: 991px) {
  .history__mid {
    padding: 5vw;
  }
}
.history__mid img {
  max-width: 600px;
  width: 31.248vw;
  min-width: 500px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 765px) {
  .history__mid img {
    width: 100%;
    min-width: 0;
  }
}
.history__mid .big-paragraph {
  padding-left: 0;
  padding-right: 0;
}
.history__cta {
  display: flex;
  justify-content: center;
  padding: 5vh 0 10vh;
}
.certifications {
  margin-bottom: 80px;
}
.certifications__top {
  padding-left: 19.7904vw;
  padding-right: 19.7904vw;
  margin-bottom: 50px;
}
@media screen and (max-width: 550px) {
  .certifications__top {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.certifications__top .label {
  line-height: 1em;
}
.certifications__files {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 80px min(1.5624vw,30px);
  max-width: 1400px;
  margin: 0 auto;
}
.certifications__files--empty {
  display: block;
  text-align: center;
}
.certifications__files-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  color: #000000;
}
.certifications__files-item img {
  width: 120px;
  object-fit: contain;
}
.certifications__files-item h4 {
  font-size: 1.47rem;
  font-weight: 700;
  text-align: center;
}
.partners {
  text-align: center;
  padding: 50px 0 80px;
  background-color: #F4F4F4;
}
.partners__heading {
  margin-bottom: 2.5em;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.33rem;
}
.partners .swiper-wrapper {
  transition-timing-function: linear;
}
.partners .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
}
.partners .swiper-slide img {
  object-fit: contain;
  max-width: 150px;
  max-height: 80px;
}
.history-timeline {
  padding-bottom: 60px;
  position: relative;
}
.history-timeline::before,
.history-timeline::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  z-index: 3;
}
.history-timeline::after {
  width: 95%;
  height: 1px;
  background-color: #707070;
  right: 0;
}
.history-timeline::before {
  width: 12px;
  height: 12px;
  border: 1px solid #707070;
  border-radius: 50%;
  left: 5%;
  transform: translate3d(-100%,-50%,0);
}
.history-timeline__item {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 600px;
  text-align: center;
  font-size: 1.3rem;
}
.history-timeline__date {
  font-size: clamp(30px,3.1248vw,60px);
  line-height: 1.27em;
  font-weight: 700;
}
@media screen and (max-width: 550px) {
  .history-timeline__date {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 450px) {
  .history-timeline__date {
    font-size: 2rem;
  }
}
.history-timeline .swiper-button-disabled {
  opacity: 0.25;
}
.history-timeline .swiper::before,
.history-timeline .swiper::after {
  content: "";
  height: 100%;
  width: min(20%,500px);
  position: absolute;
  top: 0;
  z-index: 2;
}
@media screen and (max-width: 550px) {
  .history-timeline .swiper::before,
  .history-timeline .swiper::after {
    width: 50px;
  }
}
.history-timeline .swiper::before {
  background: linear-gradient(90deg,#F4F4F4 0%,rgba(244,244,244,0) 100%);
  left: 0;
}
.history-timeline .swiper::after {
  background: linear-gradient(-90deg,#F4F4F4 0%,rgba(244,244,244,0) 100%);
  right: 0;
}
.history-timeline .swiper-buttons {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 5;
  padding: 0 10px;
  background-color: #F4F4F4;
}
.history-timeline .swiper-slide {
  display: flex;
  justify-content: center;
}
.text-gallery {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 50px;
  margin-bottom: 50px;
}
.text-gallery__left {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-left: 80px;
  padding-top: 50px;
}
.text-gallery__left .swiper-button-disabled {
  opacity: 0.5;
}
.text-gallery__left .paragraph {
  max-width: 600px;
}
.text-gallery__left .paragraph p {
  font-size: 1.33rem;
}
.text-gallery__left h2 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.33em;
}
@media screen and (max-width: 1336px) {
  .text-gallery__left h2 {
    font-size: 1.5rem;
  }
}
.text-gallery__right img {
  width: auto;
  height: 100%;
  max-height: 600px;
}
.text-gallery__right .swiper {
  padding-right: 30px;
}
.text-gallery__right .swiper-slide {
  width: auto;
  max-width: 90%;
  height: auto;
}
.text-gallery__right__static {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2,1fr);
  gap: 5px;
  padding-right: 30px;
}
@media screen and (max-width: 1336px) {
  .text-gallery {
    grid-template-columns: 1fr;
  }
  .text-gallery__right {
    padding-left: 80px;
    overflow: hidden;
  }
  .text-gallery__right .swiper {
    overflow: visible;
  }
}
@media screen and (max-width: 765px) {
  .text-gallery__left {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    align-items: center;
  }
  .text-gallery__right {
    padding-left: 20px;
    overflow: hidden;
  }
  .text-gallery__right .swiper {
    overflow: visible;
  }
}
.project-categories {
  display: block;
  padding: 0 4.1664vw;
  margin-bottom: 10vh;
}
.project-categories__item {
  display: flex;
  align-items: center;
  gap: 1em 4.6872vw;
  padding: 80px 0;
  border-bottom: 1px solid #838383;
  color: #000000;
}
.project-categories__item:nth-child(2n) {
  padding-left: 20vw;
}
@media screen and (max-width: 991px) {
  .project-categories__item:nth-child(2n) {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 450px) {
  .project-categories__item {
    padding: 30px 0;
  }
}
.project-categories__item__inner {
  display: flex;
  align-items: center;
  gap: 0.93744vw;
}
@media screen and (max-width: 1536px) {
  .project-categories__item__inner {
    gap: 10px 5vw;
  }
}
@media screen and (max-width: 765px) {
  .project-categories__item__inner {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
}
.project-categories__item-title {
  font-size: clamp(50px,4.6872vw,90px);
  line-height: 1.33em;
  line-height: 1.1em;
  font-weight: 300;
  flex-grow: 1;
}
@media screen and (max-width: 550px) {
  .project-categories__item-title {
    font-size: 2rem;
  }
}
.project-categories__item-title span {
  display: inline-block;
}
.project-categories__item-title span::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000000;
  transform: scale3d(0,1,1);
  transition: 300ms cubic-bezier(0.165,0.840,0.440,1.000);
}
.project-categories__item-preview {
  max-width: 440px;
  min-width: 285px;
  flex-basis: 22.9152vw;
  transition: 350ms;
  visibility: hidden;
  opacity: 0;
  transform: translate3d(0,50%,0);
}
@media screen and (max-width: 1270px) {
  .project-categories__item-preview {
    flex-basis: auto;
  }
}
@media screen and (max-width: 765px) {
  .project-categories__item-preview {
    max-width: 100%;
    width: 100%;
  }
}
.project-categories__item-preview img {
  object-fit: cover;
}
.project-categories__item-excerpt {
  font-size: 0.93rem;
  line-height: 1.36em;
  max-width: 315px;
}
@media screen and (max-width: 991px) {
  .project-categories__item-excerpt {
    max-width: 80%;
  }
}
.project-categories__item-excerpt__count {
  display: block;
  font-weight: 700;
  margin-bottom: 1em;
}
.project-categories__item-excerpt p {
  font-weight: 300;
}
.project-categories__item:hover .project-categories__item-preview {
  transform: rotate(6deg);
}
@media screen and (max-width: 765px) {
  .project-categories__item:hover .project-categories__item-preview {
    transform: none;
  }
}
.project-categories__item:hover .project-categories__item-title span::after {
  transform: scale3d(1,1,1);
}
.project-preview__grid {
  padding: 10vh 0;
}
.project-preview__grid-heading {
  display: block;
  text-align: center;
  margin-bottom: 15vh;
}
.project-preview__grid-heading .label {
  line-height: 1em;
  margin-bottom: 0;
}
.project-preview__grid-heading__switch {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.6456vw;
}
.project-preview__grid-heading__switch h1 {
  font-size: clamp(30px,3.1248vw,60px);
  line-height: 1.27em;
  font-weight: 300;
}
@media screen and (max-width: 550px) {
  .project-preview__grid-heading__switch h1 {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 450px) {
  .project-preview__grid-heading__switch h1 {
    font-size: 2rem;
  }
}
.project-preview__grid-heading__switch h1::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000000;
}
.project-preview__grid-heading-button {
  display: block;
  width: 20px;
  height: 20px;
  transition: 300ms cubic-bezier(0.165,0.840,0.440,1.000);
}
.project-preview__grid-heading-button:hover {
  transform: translate3d(10%,0,0);
}
.project-preview__grid-heading-button svg {
  width: 100%;
  height: 100%;
}
.project-preview__grid-heading-button--prev {
  transform: rotate(180deg);
}
.project-preview__grid-heading-button--prev:hover {
  transform: translate3d(-10%,0,0) rotate(180deg);
}
.project-preview__grid-heading-button--disabled {
  opacity: 0.3;
  pointer-events: none;
}
@media screen and (max-width: 765px) {
  .project-preview__grid-heading-button svg {
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
  }
}
.project-preview__grid-inner {
  display: grid;
  grid-template-columns: repeat(auto-fill,minmax(350px,1fr));
  gap: 70px 6.51vw;
  padding: 0 7.2912vw;
}
@media screen and (max-width: 1440px) {
  .project-preview__grid-inner {
    padding: 0 3vw;
    gap: 3vw;
    grid-template-columns: repeat(auto-fill,minmax(280px,1fr));
  }
}
@media screen and (max-width: 765px) {
  .project-preview__grid-inner {
    gap: 50px;
  }
}
.project-preview__item {
  display: grid;
  grid-template-rows: 300px 1fr;
  color: #000000;
}
.project-preview__item img {
  object-fit: cover;
  height: 100%;
}
.project-preview__item-content {
  padding-left: 1em;
}
.project-preview__item-content__top {
  display: flex;
  justify-content: space-between;
  margin-top: 1.5em;
  margin-bottom: 0.2em;
  font-weight: 400;
  font-size: 1.07rem;
  line-height: 1.88em;
  line-height: 1em;
  text-transform: uppercase;
}
.project-preview__item-content p {
  font-size: 0.93rem;
  line-height: 1.36em;
  font-weight: 300;
}
.project__columns {
  display: grid;
  grid-template-columns: 55% 1fr;
  gap: 30px 6.2496vw;
  padding: max(10vh,100px) 14.5824vw 5vh;
}
@media screen and (max-width: 991px) {
  .project__columns {
    grid-template-columns: 1fr;
    padding: 15vh 5vw 5vh;
  }
}
@media screen and (max-width: 765px) {
  .project__columns {
    padding-top: 5vh;
    gap: 50px;
  }
}
.project__columns > .button {
  width: max-content;
  grid-column: span 2;
}
@media screen and (max-width: 765px) {
  .project__columns > .button {
    grid-column: 1;
  }
}
.project-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  width: 100%;
}
.project-left img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media screen and (max-width: 765px) {
  .project-left {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    gap: 20px;
  }
  .project-left img {
    flex-shrink: 0;
    max-width: 80vw;
    width: auto;
    height: 40vh;
    aspect-ratio: 1;
    scroll-snap-align: start;
  }
}
.project-right {
  font-size: 1.07rem;
  line-height: 1.88em;
  font-weight: 400;
  padding-top: 50px;
}
.project-right h1 {
  font-size: 2rem;
  line-height: 1.33em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 1em;
}
@media screen and (max-width: 1336px) {
  .project-right h1 {
    font-size: 1.5rem;
  }
}
.project-right .label {
  color: #919191;
}
.project-right > div {
  position: sticky;
  top: 10vh;
}
@media screen and (max-width: 765px) {
  .project-right {
    gap: 20px;
    padding-top: 0;
  }
}
.project-info {
  margin-bottom: 30px;
  font-size: 1.07rem;
  line-height: 1.88em;
}
@media screen and (max-width: 765px) {
  .project-info {
    margin-bottom: 15px;
  }
}
.project-info .label {
  line-height: 1em;
  margin-bottom: 0;
}
.project-info--sector {
  text-transform: uppercase;
}
.project__video {
  width: 100%;
  margin: 80px 0;
  padding: 0 30px;
}
.project__video iframe {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  height: auto;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 765px) {
  .project__video {
    margin: 50px 0;
    padding: 0 10px;
  }
}
.project__next {
  display: flex;
  gap: 9.3744vw;
  width: 100%;
  padding: 90px 4.6872vw 70px;
  background-color: #fff;
}
.project__next-item {
  display: flex;
  align-items: center;
  gap: 2.0832vw;
}
.project__next-item__label {
  font-size: 2rem;
  line-height: 1.33em;
  font-weight: 300;
}
@media screen and (max-width: 1336px) {
  .project__next-item__label {
    font-size: 1.5rem;
  }
}
.project__next-item__category {
  text-align: right;
  margin-bottom: 1em;
  padding-right: 1vw;
  font-size: 0.8rem;
  line-height: 6.83em;
  font-weight: 400;
  line-height: 1em;
}
.project__next-item .label {
  text-transform: none;
}
@media screen and (max-width: 1440px) {
  .project__next-item {
    flex-direction: column;
    gap: 0.5em;
    align-items: flex-start;
  }
  .project__next-item__category {
    text-align: left;
  }
}
@media screen and (max-width: 765px) {
  .project__next {
    flex-direction: column;
  }
  .project__next-item .project__next-item__inner {
    width: 100%;
  }
}
.contacts {
  display: grid;
  grid-template-columns: 52% 1fr;
  flex-grow: 1;
}
.contacts__infos {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  gap: 50px 3.906vw;
  padding: 10px 7.812vw 60px 18.228vw;
}
@media screen and (max-width: 1900px) {
  .contacts__infos {
    padding: 50px 7.812vw;
  }
}
@media screen and (max-width: 765px) {
  .contacts__infos {
    display: grid;
    grid-template-columns: repeat(2,1fr);
  }
}
@media screen and (max-width: 450px) {
  .contacts__infos {
    grid-template-columns: 1fr;
  }
}
.contacts__infos h3,
.contacts__infos p,
.contacts__infos a {
  font-weight: 300;
}
.contacts__infos h3 {
  font-size: 2rem;
  line-height: 1.33em;
  margin-bottom: 1em;
}
@media screen and (max-width: 1336px) {
  .contacts__infos h3 {
    font-size: 1.5rem;
  }
}
.contacts__infos p,
.contacts__infos a {
  font-size: 1.47rem;
  line-height: 1.36em;
  color: #000000;
}
@media screen and (max-width: 1336px) {
  .contacts__infos p,
  .contacts__infos a {
    font-size: 1.3rem;
  }
}
.contacts__map iframe {
  width: 100%;
  height: 100%;
}
.contacts__form {
  display: flex;
  align-items: center;
  padding: 80px 18.228vw 50px 7.812vw;
  background-color: #ebebeb;
}
@media screen and (max-width: 1900px) {
  .contacts__form {
    padding: 80px 13.02vw 10px 7.812vw;
  }
}
@media screen and (max-width: 1270px) {
  .contacts__form {
    padding: 50px 7.812vw;
  }
}
@media screen and (max-width: 765px) {
  .contacts__form {
    padding: 50px 7.812vw;
  }
}
.contacts__form-inner {
  margin: 0 auto;
}
.contacts__form h4 {
  font-size: 1.33rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 1em;
}
@media screen and (max-width: 991px) {
  .contacts {
    grid-template-columns: 1fr;
  }
  .contacts__form,
  .contacts__infos {
    justify-content: center;
  }
  .contacts__form h3,
  .contacts__infos h3 {
    margin-bottom: 0;
  }
  .contacts__infos {
    gap: 30px;
  }
}
.jobs {
  display: grid;
  grid-template-columns: 52% 1fr;
  flex-grow: 1;
}
.jobs h2 {
  font-size: clamp(30px,3.1248vw,60px);
  line-height: 1.27em;
  font-weight: 700;
  margin-bottom: .1em;
}
@media screen and (max-width: 550px) {
  .jobs h2 {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 450px) {
  .jobs h2 {
    font-size: 2rem;
  }
}
.jobs__infos {
  display: flex;
  align-content: center;
  flex-flow: column wrap;
  padding: 10px 7.812vw 60px 18.228vw;
}
@media screen and (max-width: 1900px) {
  .jobs__infos {
    padding: 50px 7.812vw;
  }
}
@media screen and (max-width: 765px) {
  .jobs__infos {
    display: grid;
    grid-template-columns: 1fr;
  }
}
.jobs__infos p,
.jobs__infos a {
  font-weight: 300;
}
.jobs__infos h3 {
  font-size: 2rem;
  line-height: 1.33em;
  font-weight: 700;
  margin-bottom: .5em;
}
@media screen and (max-width: 1336px) {
  .jobs__infos h3 {
    font-size: 1.5rem;
  }
}
.jobs__infos__section {
  padding: 50px 0 0;
}
.jobs__form {
  display: flex;
  padding: 80px 18.228vw 50px 7.812vw;
  background-color: #ebebeb;
}
@media screen and (max-width: 1900px) {
  .jobs__form {
    padding: 80px 13.02vw 10px 7.812vw;
  }
}
@media screen and (max-width: 1270px) {
  .jobs__form {
    padding: 50px 7.812vw;
  }
}
@media screen and (max-width: 765px) {
  .jobs__form {
    padding: 50px 7.812vw;
  }
}
.jobs__form-inner {
  margin: 0 auto;
}
.jobs__form h4 {
  font-size: 1.33rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 1em;
}
@media screen and (max-width: 991px) {
  .jobs {
    grid-template-columns: 1fr;
  }
  .jobs__form,
  .jobs__infos {
    justify-content: center;
  }
  .jobs__form h3,
  .jobs__infos h3 {
    margin-bottom: 0;
  }
}
.body--scroll .hero__scroll {
  animation: fadeOut 650ms ease-out forwards;
}
.hero.is-in h1,
.hero.is-in h2 {
  animation: fadeInUp 1.1s cubic-bezier(0.250,0.460,0.450,0.940) forwards;
}
.hero.is-in h2 {
  animation-delay: 250ms;
}
.project-categories__item.is-in .project-categories__item-preview {
  animation: fadeInUp 1.1s cubic-bezier(0.250,0.460,0.450,0.940) forwards;
}
.policies {
  display: block;
  margin: 0 auto;
  max-width: 60vw;
  padding-top: 5vh;
}
@media screen and (max-width: 765px) {
  .policies {
    max-width: none;
    padding: 0 20px;
  }
}
.policies .article__title {
  margin-bottom: .8em;
}