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: normal;
  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;
  list-style-type: 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: "Satoshi-Regular";
  src: url("../fonts/Satoshi-Regular.woff2") format("woff2"), url("../fonts/Satoshi-Regular.woff") format("woff"), url("../fonts/Satoshi-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-Medium";
  src: url("../fonts/Satoshi-Medium.woff2") format("woff2"), url("../fonts/Satoshi-Medium.woff") format("woff"), url("../fonts/Satoshi-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-between {
  display: flex;
  justify-content: space-between;
}
html {
  font-size: 15px;
}
body {
  color: #000000;
  font-family: "Satoshi", sans-serif;
  font-size: 1rem;
}
a {
  color: #000;
}
p {
  line-height: 1.4em;
}
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;
}
.label {
  font-size: 1.07rem;
  letter-spacing: 0.02em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1660px) {
  .label {
    font-size: 1.01rem;
  }
}
@media screen and (max-width: 1366px) {
  .label {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1280px) {
  .label {
    font-size: 0.9rem;
  }
}
.title-label {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
.services-list-font {
  font-size: clamp(18px,1.24992vw,24px);
  letter-spacing: 0.05em;
}
.font-14 {
  font-size: 0.93rem;
  letter-spacing: 0.06em;
}
.font-16 {
  font-size: 1.07rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1660px) {
  .font-16 {
    font-size: 1.01rem;
  }
}
@media screen and (max-width: 1366px) {
  .font-16 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1280px) {
  .font-16 {
    font-size: 0.9rem;
  }
}
.font-24 {
  font-size: 1.6rem;
  line-height: 1.25em;
}
@media screen and (max-width: 1660px) {
  .font-24 {
    font-size: 1.33rem;
  }
}
.font-26 {
  letter-spacing: 0.06em;
  font-size: clamp(20px,1.35408vw,26px);
}
.font-30 {
  font-size: clamp(23px,1.5624vw,30px);
  line-height: 1.53em;
}
.font-40 {
  font-size: clamp(25px,2.0832vw,40px);
}
.font-50 {
  font-size: clamp(30px,2.604vw,50px);
  line-height: 1.2em;
}
.font-65 {
  font-size: clamp(35px,3.3852vw,65px);
  line-height: 1.23em;
}
.font-80 {
  font-size: clamp(40px,4.1664vw,105px);
  line-height: 1.13em;
}
.font-90 {
  font-size: clamp(40px,4.6872vw,90px);
  line-height: 1.13em;
}
.medium {
  font-weight: 500;
}
.regular {
  font-weight: 400;
}
.uppercase {
  text-transform: uppercase;
}
.body {
  background: #fff;
  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;
}
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 {
  height: 6rem;
  font-size: 1rem;
  transition: 300ms;
  background: #fff;
  color: #000000;
  letter-spacing: 0.06em;
  font-size: clamp(20px,1.35408vw,26px);
  font-weight: 400;
}
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: #000;
}
select {
  background-image: url(../img/icons/select-dropdown.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
}
textarea {
  display: block;
  overflow: hidden;
  resize: none;
  max-height: 150px;
  margin-top: 2em;
}
label {
  display: none;
}
.input {
  margin-bottom: max(15px,1.5624vw);
}
.radio label,
.checkbox label {
  position: relative;
  cursor: pointer;
  font-size: 13px;
  display: block;
  margin-bottom: 10px;
  letter-spacing: 0.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 #000;
  flex-shrink: 0;
}
.radio label {
  font-weight: bold;
}
.radio label > span::before {
  border-radius: 50%;
}
.input-hint,
.error-message {
  display: block;
  font-size: 0.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: 0.8rem;
}
.form-privacy a {
  color: inherit;
  text-decoration: underline;
}
div.input {
  position: relative;
}
div.input::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #c3c3c3;
}
.form-submit .button {
  font-size: 1.6rem;
  line-height: 1.25em;
  font-weight: 500;
  color: #089429;
}
@media screen and (max-width: 1660px) {
  .form-submit .button {
    font-size: 1.33rem;
  }
}
.form-submit .button svg {
  width: 1.302vw;
  min-width: 20px;
}
@media screen and (min-width: 1366px) {
  .form-submit .button svg {
    transition: transform 0.5s cubic-bezier(0.455,0.03,0.515,0.955);
  }
}
@media screen and (min-width: 1366px) {
  .form-submit .button:hover svg {
    transform: translate3d(10px,0,0) rotate(45deg);
  }
}
.button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
  width: max-content;
  color: #000;
  font-size: 1rem;
  padding-top: clamp(20px,2.8644vw,55px);
}
.button__text {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.button__text::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  transform: scaleX(0);
  transition: transform 0.5s cubic-bezier(0.455,0.03,0.515,0.955);
  transform-origin: bottom left;
}
.button__text--typo {
  font-size: 1.6rem;
  line-height: 1.25em;
  font-weight: 400;
}
@media screen and (max-width: 1660px) {
  .button__text--typo {
    font-size: 1.33rem;
  }
}
.button__icon {
  width: 1.40616vw;
  min-width: 20px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1366px) {
  .button__icon {
    transition: transform 0.5s cubic-bezier(0.455,0.03,0.515,0.955);
  }
}
.button svg {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1366px) {
  .button:hover .button__icon {
    transform: translate3d(10px,0,0) rotate(45deg);
  }
  .button:hover .button__text::after {
    transform: scaleX(1);
  }
}
#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;
}
.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.84,0.44,1);
  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.84,0.44,1);
}
.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;
}
@keyframes move {
  0% {
    transform: translate3d(0,-100%,0);
  }
  100% {
    transform: translate3d(0,100%,0);
  }
}
@keyframes moveUp {
  0% {
    transform: translate3d(0,100%,0);
  }
  100% {
    transform: translate3d(0,-100%,0);
  }
}
@keyframes top-down {
  0% {
    transform: translate3d(-50%,-30px,0);
  }
  50% {
    transform: translate3d(-50%,-5px,0);
  }
  100% {
    transform: translate3d(-50%,-30px,0);
  }
}
@keyframes top-down-y-offset {
  0% {
    transform: translate3d(0,-30px,0);
  }
  50% {
    transform: translate3d(0,-5px,0);
  }
  100% {
    transform: translate3d(0,-30px,0);
  }
}
@keyframes translate-to-right {
  0% {
    transform: translate(-10vw,0);
    opacity: 0;
    visibility: hidden;
  }
  100% {
    transform: translate(0,0);
    opacity: 1;
    visibility: visible;
  }
}
@keyframes translate-to-left {
  0% {
    transform: translate(10vw,0);
    opacity: 0;
    visibility: hidden;
  }
  100% {
    transform: translate(0,0);
    opacity: 1;
    visibility: visible;
  }
}
@keyframes translateUp {
  0% {
    transform: translate(0,100px);
    opacity: 0;
    visibility: hidden;
  }
  100% {
    transform: translate(0,0);
    opacity: 1;
    visibility: visible;
  }
}
@keyframes translateDown {
  0% {
    transform: translate(0,-100px);
  }
  100% {
    transform: translate(0,0);
  }
}
@keyframes upperLeftToZero {
  0% {
    transform: translate3d(-20px,-20px,0);
  }
  100% {
    transform: translate3d(0,0,0);
  }
}
@keyframes bottomLeftToZero {
  0% {
    transform: translate3d(-20px,20px,0);
  }
  100% {
    transform: translate3d(0,0,0);
  }
}
@keyframes scale {
  0% {
    transform: scale(0.7);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes rotate90 {
  0% {
    transform: rotate(90deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes rotate45 {
  0% {
    transform: rotate(45deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-moz-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-o-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
.reset-animation {
  opacity: 1;
  visibility: visible;
  transition: all 0.7s cubic-bezier(0.55,0.085,0.68,0.53);
}
.reset-transform {
  transform: unset;
}
.rotate {
  transform: rotate(5deg);
}
.translate-to-right {
  transform: translate3d(-10vw,0,0);
}
.translate-to-left {
  transform: translate3d(10vw,0,0);
}
.translateUp {
  opacity: 0;
  transform: translate3d(0,100px,0);
}
.translateDown {
  opacity: 0;
  transform: translate3d(0,-100px,0);
}
.scale {
  transform: scale(0.7);
}
.fade-in {
  opacity: 0;
  visibility: hidden;
}
@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: 0.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(0.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(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.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,0.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: 0.2s transform, 0.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: 0.2s transform, 0.2s left;
}
.swiper-horizontal.swiper-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 0.2s transform, 0.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: 0.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;
}
.header {
  height: 120px;
  background: #fff;
  padding-left: 2vw;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #c3c3c3;
  z-index: 3;
}
@media screen and (max-width: 1660px) {
  .header {
    height: 110px;
  }
}
@media screen and (max-width: 1440px) {
  .header {
    height: 100px;
  }
}
@media screen and (max-width: 1366px) {
  .header {
    height: 90px;
  }
}
.header__logo {
  flex: 0 0 14.0616vw;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
.header__logo__full {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
.header__logo__full::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #c3c3c3;
}
@media screen and (max-width: 450px) {
  .header__logo__full::after {
    all: unset;
  }
}
@media screen and (max-width: 1080px) {
  .header__logo {
    flex: 1 0 19.0616vw;
  }
  .header__logo img {
    width: 20vw;
    min-width: 200px;
  }
}
.header__menu {
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1080px) {
  .header__menu {
    background-color: #f5f5f5;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transform: translate3d(100%,0,0);
    transition: all 800ms cubic-bezier(0.165,0.84,0.44,1);
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
  }
  .header__menu .menu {
    width: fit-content;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start !important;
    gap: 3.6456vw !important;
    overflow-y: scroll;
  }
  .header__menu .menu li {
    padding-left: 10px;
  }
  .header__menu .menu__projects {
    height: auto !important;
    flex-direction: column;
    width: 100%;
  }
  .header__menu .menu__projects.clicked .menu__submenu {
    opacity: 1;
    visibility: visible;
    position: static;
  }
  .header__menu .menu__projects.clicked svg {
    transform: rotate(-180deg);
  }
  .header__menu .menu__projects .menu__submenu a {
    font-size: 2.2rem !important;
  }
  .header__menu .menu__projects svg {
    transition: transform 0.5s cubic-bezier(0.165,0.84,0.44,1);
  }
  .header__menu .menu__projects a {
    width: 100%;
  }
  .header__menu .menu__submenu {
    transition: unset !important;
    transform: translateX(10px);
    gap: 2.0832vw !important;
  }
  .header__menu .menu__submenu a {
    position: relative;
  }
  .header__menu .menu__submenu a::after {
    position: absolute;
    content: url(/webroot/img/dots.svg);
    left: -30px;
    top: 50%;
    transform: translate3d(0,-50%,0);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
  }
  .header__menu .menu a {
    font-size: 2.5rem !important;
    height: auto !important;
  }
}
@media screen and (max-width: 1080px) and (orientation: portrait) {
  .header__menu .menu {
    gap: 6.2496vw !important;
  }
  .header__menu .menu__projects .menu__submenu a {
    font-size: 2.5rem !important;
  }
  .header__menu .menu a {
    font-size: 3rem !important;
  }
}
@media screen and (min-width: 810px) and (min-height: 1280px) and (orientation: portrait) {
  .header__menu .menu {
    gap: 7.812vw !important;
  }
  .header__menu .menu__projects .menu__submenu {
    margin-top: 3vh;
    gap: 4.1664vw !important;
  }
  .header__menu .menu__projects .menu__submenu a {
    font-size: 3.5rem !important;
  }
  .header__menu .menu a {
    font-size: 4rem !important;
  }
}
@media screen and (max-width: 550px) {
  .header__menu .menu {
    gap: 5.208vw !important;
  }
  .header__menu .menu__projects .menu__submenu {
    margin-top: 0;
    gap: 3.1248vw !important;
  }
  .header__menu .menu__projects .menu__submenu a {
    font-size: 2rem !important;
  }
  .header__menu .menu a {
    font-size: 2.2rem !important;
  }
}
.header__menu.open {
  transform: translate3d(0,0,0);
}
.header .menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.8644vw;
  height: 100%;
  font-size: 1.07rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1660px) {
  .header .menu {
    font-size: 1.01rem;
  }
}
@media screen and (max-width: 1366px) {
  .header .menu {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1280px) {
  .header .menu {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 1440px) {
  .header .menu {
    gap: 1.5624vw;
  }
}
@media screen and (max-width: 1366px) {
  .header .menu {
    font-size: 0.93rem;
  }
}
@media screen and (max-width: 1280px) {
  .header .menu {
    margin: 0 20px;
    font-size: 0.8rem;
  }
}
.header .menu__projects {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1080px) {
  .header .menu__projects:hover .menu__submenu {
    opacity: 1;
    visibility: visible;
  }
  .header .menu__projects:hover svg {
    transform: rotate(-180deg);
  }
  .header .menu__projects svg {
    transition: transform 0.5s cubic-bezier(0.165,0.84,0.44,1);
  }
}
.header .menu a {
  display: block;
  height: 40px;
  line-height: 40px;
  color: #000000;
  display: flex;
  align-items: center;
  font-size: inherit;
  font-weight: 500;
  text-transform: uppercase;
}
.header .menu__submenu {
  position: absolute;
  left: 0;
  top: 100%;
  width: max-content;
  padding: 3vw;
  background-color: #f5f5f5;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  display: flex;
  flex-direction: column;
  gap: 1vw;
}
.header .menu > li > a {
  transition: color 0.2s cubic-bezier(0.25,0.46,0.45,0.94);
}
.header .menu > li:hover > a {
  color: #909090;
}
.header__cell {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 10.416vw;
  cursor: pointer;
}
.header__cell a {
  font-size: 1.07rem;
  letter-spacing: 0.02em;
  font-weight: 500;
  position: relative;
  width: max-content;
  transition: color 0.2s cubic-bezier(0.25,0.46,0.45,0.94);
}
@media screen and (max-width: 1660px) {
  .header__cell a {
    font-size: 1.01rem;
  }
}
@media screen and (max-width: 1366px) {
  .header__cell a {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1280px) {
  .header__cell a {
    font-size: 0.9rem;
  }
}
.header__cell a:hover {
  color: #909090;
}
@media screen and (max-width: 1080px) {
  .header__cell a {
    padding: 0 10px;
  }
  .header__cell a::after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 1px;
    height: 120%;
    background-color: #909090;
  }
  .header__cell a::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 1px;
    height: 120%;
    background-color: #909090;
  }
}
@media screen and (max-width: 1080px) {
  .header__cell {
    all: unset;
    display: flex;
    justify-content: center;
    position: fixed;
    right: 0;
    bottom: 5%;
    width: 100%;
    overflow: hidden;
    transform: translate3d(100%,0,0);
    transition: all 800ms cubic-bezier(0.165,0.84,0.44,1);
  }
  .header__cell::after,
  .header__cell::before {
    all: unset;
  }
  .header__cell > div {
    position: relative;
    padding: 0 2vw;
  }
  .header__cell > div::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #c3c3c3;
  }
  .header__cell > div::after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #c3c3c3;
  }
}
.header__cell.open {
  transform: translate3d(0,0,0);
}
.header__cell.hide {
  opacity: 0;
}
.header__lang {
  flex-basis: 6.2496vw;
  display: flex;
  justify-content: center;
}
.hamburger {
  cursor: pointer;
  display: none;
}
.hamburger svg {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1080px) {
  .hamburger {
    display: block;
    width: 90px;
    height: 90px;
  }
}
@media screen and (max-width: 550px) {
  .hamburger {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 390px) {
  .hamburger {
    width: 60px;
    height: 60px;
  }
}
svg {
  transition: transform 500ms cubic-bezier(0.4,0,0.2,1);
}
svg g {
  stroke-width: 4.5;
}
.active svg {
  transform: rotate(90deg);
}
path {
  transition: transform 500ms cubic-bezier(0.4,0,0.2,1), stroke-dasharray 500ms cubic-bezier(0.4,0,0.2,1), stroke-dashoffset 500ms cubic-bezier(0.4,0,0.2,1);
}
path:nth-child(1) {
  transform-origin: 36% 40%;
}
path:nth-child(2) {
  stroke-dasharray: 29 299;
}
path:nth-child(3) {
  transform-origin: 35% 63%;
}
path:nth-child(4) {
  stroke-dasharray: 29 299;
}
path:nth-child(5) {
  transform-origin: 61% 52%;
}
path:nth-child(6) {
  transform-origin: 62% 52%;
}
.active path:nth-child(1) {
  transform: translateX(9px) translateY(1px) rotate(45deg);
}
.active path:nth-child(2) {
  stroke-dasharray: 225 299;
  stroke-dashoffset: -72px;
}
.active path:nth-child(3) {
  transform: translateX(9px) translateY(1px) rotate(-45deg);
}
.active path:nth-child(4) {
  stroke-dasharray: 225 299;
  stroke-dashoffset: -72px;
}
.active path:nth-child(5) {
  transform: translateX(9px) translateY(1px) rotate(-45deg);
}
.active path:nth-child(6) {
  transform: translateX(9px) translateY(1px) rotate(45deg);
}
.search-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
}
.search-toggler svg {
  width: 30px;
  height: 30px;
}
.search-area {
  display: none;
  flex-direction: column;
  align-items: center;
  padding-top: 25vh;
  position: fixed;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 999;
}
@media screen and (max-width: 991px) {
  .search-area {
    padding-top: 5vh;
    justify-content: center;
  }
}
.search-area.visible {
  display: flex;
}
.search-area__inner {
  min-width: 45vw;
  max-width: 80vw;
  max-height: 60vh;
  padding-bottom: 5vh;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .search-area__inner {
    width: 65vw;
  }
}
@media screen and (max-width: 551px) {
  .search-area__inner {
    width: 100%;
    max-width: 100%;
    padding-left: 3.5vw;
    padding-right: 3.5vw;
  }
}
.search-area__input-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  background: white;
  position: relative;
  padding: 10px 24px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.search-area__input-wrapper input {
  border: 0;
  color: #000000;
  font-size: 16px;
}
.search-area__input-wrapper input::placeholder {
  color: lightgray;
}
.search-area__results {
  width: 100%;
  background-color: white;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  margin-top: 20px;
  padding: 10px 24px;
  overflow-y: auto;
  transition: 300ms ease;
  visibility: hidden;
  opacity: 0;
}
.search-area__results.visible {
  visibility: visible;
  opacity: 1;
}
.search-area__toggle div::after,
.search-area__toggle div::before,
.search-area__clear::after,
.search-area__clear::before {
  content: '';
  display: block;
  width: 100%;
  height: 1.5px;
  position: absolute;
  left: 0;
  top: 50%;
}
.search-area__toggle div::after,
.search-area__clear::after {
  transform: rotate(-45deg);
}
.search-area__toggle div::before,
.search-area__clear::before {
  transform: rotate(45deg);
}
.search-area__toggle {
  width: 40px;
  height: 40px;
  position: absolute;
  left: calc(100% + 20px);
  bottom: calc(100% + 20px);
  cursor: pointer;
  padding: 8px;
  border-radius: 50%;
  background-color: #000;
}
.search-area__toggle div {
  position: relative;
  width: 100%;
  height: 100%;
}
.search-area__toggle div::after,
.search-area__toggle div::before {
  background-color: white;
}
@media screen and (max-width: 551px) {
  .search-area__toggle {
    right: -5px;
    left: 50%;
    top: auto;
    bottom: 30px;
    transform: translateX(-50%);
  }
}
.search-area__clear {
  position: relative;
  width: 20px;
  height: 20px;
}
.search-area__clear::after,
.search-area__clear::before {
  background-color: lightgray;
}
.search-area__icon {
  width: 35px;
  height: 35px;
  flex-shrink: 0;
}
.search-area__icon svg {
  width: 100%;
  height: 100%;
  fill: #c5c5c5;
}
.search-area__clean {
  position: relative;
}
.search-area__spinner {
  flex-shrink: 0;
  padding: 0 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: inline-block;
  border-top: 3px solid #d2d2d2;
  border-right: 3px solid transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  animation-play-state: paused;
  visibility: hidden;
}
.search-area__spinner.loading {
  animation-play-state: running;
  visibility: visible;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.footer {
  display: flex;
  position: relative;
}
.footer::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background-color: #c3c3c3;
  transform: scaleX(0%);
  transform-origin: top left;
  transition: transform 2s cubic-bezier(0.455,0.03,0.515,0.955);
}
.footer.is-in::after {
  transform: scaleX(100%);
}
.footer__left {
  display: flex;
  flex-direction: column;
  width: 83.25%;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .footer__left {
    width: 100%;
  }
}
.footer__left__upper {
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: relative;
  padding: 2.604vw 20px;
}
@media screen and (max-width: 810px) {
  .footer__left__upper {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.5624vw;
  }
  .footer__left__upper > :not(div[class*="logo"]) {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .footer__left__upper > :not(div[class*="logo"]) p[class*="label"] {
    display: none;
  }
}
@media screen and (max-width: 550px) {
  .footer__left__upper {
    padding: 3.3852vw 0;
  }
}
.footer__left__upper::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #c3c3c3;
  transform: scaleX(0%);
  transform-origin: bottom right;
  transition: transform 2s cubic-bezier(0.455,0.03,0.515,0.955);
}
@media screen and (max-width: 1080px) {
  .footer__left__upper::before {
    display: none;
  }
}
.footer__left__upper.is-in::before {
  transform: scaleX(100%);
}
.footer__left__upper__logo--small {
  display: flex;
  flex-direction: row-reverse;
  width: 9.58272vw;
}
@media screen and (max-width: 1080px) {
  .footer__left__upper__logo--small {
    display: none;
  }
}
.footer__left__upper__logo--small img {
  object-fit: contain;
  height: 5.208vw;
}
.footer__left__upper div {
  cursor: pointer;
}
.footer__left__upper div p,
.footer__left__upper div a {
  transition: color 0.2s cubic-bezier(0.25,0.46,0.45,0.94);
}
.footer__left__upper div:hover p,
.footer__left__upper div:hover a {
  color: #909090;
}
.footer__left__upper div a {
  letter-spacing: 0.06em;
  font-size: clamp(20px,1.35408vw,26px);
  font-weight: 500;
}
@media screen and (max-width: 1660px) {
  .footer__left__upper div a {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1536px) {
  .footer__left__upper div a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 810px) {
  .footer__left__upper div a {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 390px) {
  .footer__left__upper div a {
    font-size: 1.2rem;
  }
}
.footer__left__upper p[class*="label"] {
  font-size: 0.93rem;
  letter-spacing: 0.06em;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 1660px) {
  .footer__left__upper p[class*="label"] {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 1536px) {
  .footer__left__upper p[class*="label"] {
    font-size: 0.7rem;
  }
}
.footer__left__bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  padding: 2.604vw 4.1664vw;
  flex-wrap: wrap;
}
@media screen and (max-width: 1080px) {
  .footer__left__bottom {
    flex-direction: column;
    padding: 0;
    padding-bottom: 2.604vw;
    gap: 0.2604vw;
  }
  .footer__left__bottom > div::after {
    display: none;
  }
  .footer__left__bottom__address {
    flex-wrap: wrap;
    text-align: center;
  }
}
.footer__left__bottom > div {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 5px;
}
.footer__left__bottom > div::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #000;
}
.footer__left__bottom__privacy::after {
  display: none;
}
.footer__left__bottom p,
.footer__left__bottom a {
  font-size: 1.13rem;
  font-weight: 500;
}
@media screen and (max-width: 1660px) {
  .footer__left__bottom p,
  .footer__left__bottom a {
    font-size: 0.93rem;
  }
}
@media screen and (max-width: 1536px) {
  .footer__left__bottom p,
  .footer__left__bottom a {
    font-size: 0.87rem;
  }
}
@media screen and (max-width: 1280px) {
  .footer__left__bottom p,
  .footer__left__bottom a {
    font-size: 1.07rem;
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 1280px) and screen and (max-width: 1660px) {
  .footer__left__bottom p,
  .footer__left__bottom a {
    font-size: 1.01rem;
  }
}
@media screen and (max-width: 1280px) and screen and (max-width: 1366px) {
  .footer__left__bottom p,
  .footer__left__bottom a {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1280px) and screen and (max-width: 1280px) {
  .footer__left__bottom p,
  .footer__left__bottom a {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 810px) {
  .footer__left__bottom__credits {
    display: block !important;
    margin-top: 1vh;
  }
}
.footer__left__bottom__model-231 {
  display: none !important;
}
@media screen and (max-width: 1080px) {
  .footer__left__bottom__model-231 {
    display: block !important;
  }
}
.footer__left::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #c3c3c3;
  transform: scaleY(0%);
  transform-origin: right top;
  transition: transform 2s cubic-bezier(0.455,0.03,0.515,0.955);
}
@media screen and (max-width: 1080px) {
  .footer__left::after {
    display: none;
  }
}
.footer__left.is-in::after {
  transform: scaleY(100%);
}
.footer__header {
  margin: auto;
  text-align: right;
  display: flex;
  flex-direction: column;
  gap: 0.7812vw;
  padding: 15px 10px;
}
@media screen and (max-width: 1080px) {
  .footer__header {
    display: none;
  }
}
.footer__header li {
  line-height: 1.3em;
}
.footer__header a {
  font-size: 0.93rem;
  letter-spacing: 0.06em;
  font-weight: 500;
  text-transform: uppercase;
  transition: color 0.2s cubic-bezier(0.25,0.46,0.45,0.94);
}
@media screen and (max-width: 1280px) {
  .footer__header a {
    font-size: 0.8rem;
  }
}
.footer__header a:hover {
  color: #909090;
}
.footer__header li[class*='projects'] {
  display: none;
}
.footer__header .menu {
  display: flex;
  flex-direction: column;
  gap: 0.7812vw;
}
.footer__header .menu__projects .menu__submenu {
  display: none;
}
.footer__header .menu__projects svg {
  display: none;
}
.gallery {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
}
.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;
}
.paginator__pages {
  display: flex;
  align-items: center;
  gap: 5px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  justify-content: center;
}
.paginator__pages a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  color: #000000;
  border: 1px solid #000000;
}
.paginator__pages .active a {
  background: #000;
  color: #fff;
}
.languages {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 10px;
}
.languages a {
  font-size: 1.07rem;
  letter-spacing: 0.02em;
  font-weight: 500;
  text-transform: uppercase;
  height: 2.1em;
  width: 2.1em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
}
@media screen and (max-width: 1660px) {
  .languages a {
    font-size: 1.01rem;
  }
}
@media screen and (max-width: 1366px) {
  .languages a {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1280px) {
  .languages a {
    font-size: 0.9rem;
  }
}
.languages a.active {
  color: #000000;
}
.catalog {
  display: flex;
}
.catalog__sidebar {
  flex: 0 0 300px;
  padding: 0 2.5vw;
}
.catalog__main {
  flex-grow: 1;
  padding: 0 2.5vw;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 2.5vw;
}
.product > div {
  margin-top: 50px;
}
.product > div:first-child {
  margin: 0;
}
.product-preview {
  display: block;
  color: #000000;
}
.product-preview__content {
  margin-top: 20px;
}
.category-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.category-menu a {
  color: #000000;
}
.category-menu li {
  margin-bottom: .6em;
}
.category-menu li.active > a {
  font-weight: bold;
}
.category-menu ul {
  list-style-type: none;
  margin: 0;
  padding: .6em 0 0 1em;
}
.news-preview {
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: 2.5vw;
  align-items: center;
  margin-bottom: 80px;
}
.news-preview:last-child {
  margin: 0;
}
.news-preview__content__date {
  margin-bottom: 10px;
  display: block;
}
.news-preview__content__cta {
  margin-top: 40px;
  display: inline-block;
}
.news > div {
  margin-top: 50px;
}
.news > div:first-child {
  margin: 0;
}
.post-preview {
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: 2.5vw;
  align-items: center;
  margin-bottom: 80px;
}
.post-preview:last-child {
  margin: 0;
}
.post-preview__content__date {
  margin-bottom: 10px;
  display: block;
}
.post-preview__content__cta {
  margin-top: 40px;
  display: inline-block;
}
.post__section {
  margin-top: 50px;
}
.post__gallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.service-preview {
  display: flex;
  gap: clamp(50px,7.812vw,150px);
  padding: clamp(50px,6.2496vw,120px) 0 clamp(50px,6.2496vw,120px) clamp(50px,16.6656vw,320px);
  position: relative;
}
@media screen and (max-width: 1080px) {
  .service-preview {
    padding-left: 8.8536vw;
  }
}
@media screen and (max-width: 550px) {
  .service-preview {
    flex-direction: column;
    padding-left: 20px;
  }
}
.service-preview__content {
  flex-grow: 1;
  display: flex;
  gap: clamp(50px,7.812vw,150px);
}
@media screen and (max-width: 810px) {
  .service-preview__content {
    flex-direction: column;
  }
}
@media screen and (max-width: 550px) {
  .service-preview__content {
    width: 95%;
  }
}
.service-preview__content__sx {
  display: flex;
  flex-direction: column;
  flex-basis: 50%;
  justify-content: space-around;
}
@media screen and (max-width: 810px) {
  .service-preview__content__sx {
    gap: max(20px,3.6456vw);
  }
}
.service-preview__content__sx__title--typo {
  font-size: clamp(35px,3.3852vw,65px);
  line-height: 1.23em;
  font-weight: 400;
}
.service-preview__content__sx__list ul {
  list-style-type: none;
}
.service-preview__content__sx__list ul li {
  font-size: clamp(18px,1.24992vw,24px);
  letter-spacing: 0.05em;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0.8em 0;
  position: relative;
  max-width: 20em;
}
.service-preview__content__sx__list ul li::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #089429;
}
.service-preview__content__dx {
  display: flex;
  flex-direction: column;
  flex-basis: 50%;
  justify-content: space-around;
}
.service-preview__content__dx__excerpt--typo {
  color: #868686;
  font-size: 1.6rem;
  line-height: 1.25em;
  font-weight: 400;
  line-height: 1.5em;
}
@media screen and (max-width: 1660px) {
  .service-preview__content__dx__excerpt--typo {
    font-size: 1.33rem;
  }
}
@media screen and (max-width: 1400px) {
  .service-preview__content__dx__excerpt--typo {
    font-size: 1.2rem;
  }
}
.service-preview__content__dx__cta {
  margin-left: auto;
}
@media screen and (max-width: 810px) {
  .service-preview__content__dx__cta {
    margin-left: unset;
  }
}
.service-preview__img {
  flex-shrink: 0;
  width: 16.6656vw;
  height: 29.1648vw;
  min-width: 210px;
  min-height: 370px;
}
@media screen and (max-width: 550px) {
  .service-preview__img {
    width: 100%;
  }
}
.service-preview__img img {
  height: 100%;
  object-fit: cover;
}
.service-preview::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #c3c3c3;
}
.service__title {
  display: flex;
  justify-content: center;
  padding: clamp(50px,10.416vw,200px) clamp(50px,16.6656vw,320px);
}
@media screen and (max-width: 550px) {
  .service__title {
    text-align: left;
    padding: 35px 0;
    padding-left: 20px;
    margin: 0 auto;
  }
}
.service__title__text.--typo {
  font-size: clamp(40px,4.1664vw,105px);
  line-height: 1.13em;
  font-weight: 400;
}
.service__img {
  width: 95%;
  height: 33.3312vw;
  min-height: 220px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.service__img img {
  height: 100%;
  object-fit: cover;
}
.service > :nth-child(3)::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background-color: #c3c3c3;
}
.service > :last-child::after {
  all: unset;
}
.contacts__title {
  display: flex;
  padding: 0 clamp(50px,16.6656vw,320px);
  padding-top: clamp(50px,10.416vw,200px);
  padding-bottom: clamp(50px,5.208vw,100px);
  position: relative;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 550px) {
  .contacts__title {
    text-align: left;
    padding: 35px 0;
    padding-left: 20px;
    margin: 0 auto;
  }
}
.contacts__title__text.--typo {
  font-size: clamp(40px,4.1664vw,105px);
  line-height: 1.13em;
  font-weight: 400;
  text-transform: uppercase;
}
@media screen and (max-width: 550px) {
  .contacts__title__text.--typo {
    text-align: center;
  }
}
.contacts__title::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #c3c3c3;
  transform: scaleX(0%);
  transform-origin: bottom left;
  transition: transform 2s cubic-bezier(0.455,0.03,0.515,0.955);
}
.contacts__title.is-in {
  opacity: 1;
  visibility: visible;
  transition: all 0.7s cubic-bezier(0.55,0.085,0.68,0.53);
}
.contacts__title.is-in::after {
  transform: scaleX(100%);
}
.contacts__infos {
  display: flex;
  padding-top: clamp(50px,5.208vw,100px);
  padding-bottom: max(80px,13.02vw);
}
@media screen and (max-width: 765px) {
  .contacts__infos {
    flex-direction: column;
    padding: 50px 0;
  }
}
.contacts__infos__container {
  flex-grow: 1;
  margin: auto;
  padding-left: clamp(50px,16.6656vw,320px);
  padding-right: clamp(50px,6.2496vw,120px);
  display: flex;
  flex-direction: column;
  gap: max(20px,1.5624vw);
}
@media screen and (max-width: 1080px) {
  .contacts__infos__container {
    padding-left: clamp(50px,10.416vw,200px);
  }
}
@media screen and (max-width: 765px) {
  .contacts__infos__container {
    padding: 0;
    margin: 0 auto;
  }
}
.contacts__infos__container__item {
  display: flex;
  align-items: center;
  gap: max(20px,3.1248vw);
}
.contacts__infos__container__item__text a {
  transition: color 0.2s cubic-bezier(0.25,0.46,0.45,0.94);
  position: relative;
}
.contacts__infos__container__item__text a::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #909090;
  transform: scaleX(0%);
  transform-origin: bottom left;
  transition: transform 0.5s cubic-bezier(0.455,0.03,0.515,0.955);
}
.contacts__infos__container__item__text a:hover {
  color: #909090;
}
.contacts__infos__container__item__text a:hover::after {
  transform: scaleX(100%);
}
.contacts__infos__container__item__text.--typo {
  font-size: clamp(23px,1.5624vw,30px);
  line-height: 1.53em;
  font-weight: 400;
}
@media screen and (max-width: 550px) {
  .contacts__infos__container__item__text.--typo {
    font-size: 1.33rem;
  }
}
@media screen and (max-width: 450px) {
  .contacts__infos__container__item__text.--typo {
    font-size: 1.13rem;
  }
}
@media screen and (max-width: 390px) {
  .contacts__infos__container__item__text.--typo {
    font-size: 1rem;
  }
}
@media screen and (max-width: 355px) {
  .contacts__infos__container__item__text.--typo {
    font-size: 0.93rem;
  }
}
.contacts__infos__container__item__label {
  width: 8em;
}
@media screen and (max-width: 1080px) {
  .contacts__infos__container__item__label {
    width: 6em;
  }
}
.contacts__infos__container__item__label.--typo {
  font-size: 1.07rem;
  letter-spacing: 0.02em;
  font-weight: 500;
  text-transform: uppercase;
  color: #909090;
}
@media screen and (max-width: 1660px) {
  .contacts__infos__container__item__label.--typo {
    font-size: 1.01rem;
  }
}
@media screen and (max-width: 1366px) {
  .contacts__infos__container__item__label.--typo {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1280px) {
  .contacts__infos__container__item__label.--typo {
    font-size: 0.9rem;
  }
}
.contacts__infos__img {
  width: 49.9968vw;
  height: 31.248vw;
}
@media screen and (max-width: 765px) {
  .contacts__infos__img {
    width: 95%;
    height: auto;
    margin: 0 auto;
    padding: 50px 0;
  }
}
.contacts__infos__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contacts__form {
  display: flex;
  padding-bottom: clamp(50px,5.208vw,100px);
}
@media screen and (max-width: 765px) {
  .contacts__form {
    justify-content: center;
  }
}
.contacts__form__container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4.1664vw;
  width: 83.2%;
}
@media screen and (max-width: 765px) {
  .contacts__form__container {
    width: 100%;
    margin: 0;
  }
}
.contacts__form__container__form-wrapper {
  width: 39.5808vw;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .contacts__form__container__form-wrapper {
    width: 75%;
  }
}
.contacts__form__container__form-wrapper__label {
  position: absolute;
  top: 15px;
  left: -20%;
  transform: translateX(-20%);
  z-index: 2;
}
@media screen and (max-width: 1080px) {
  .contacts__form__container__form-wrapper__label {
    position: static;
    transform: unset;
    margin-bottom: 10px;
  }
}
.contacts__form__container__form-wrapper__label--typo {
  font-size: 1.07rem;
  letter-spacing: 0.02em;
  font-weight: 500;
  text-transform: uppercase;
  color: #909090;
}
@media screen and (max-width: 1660px) {
  .contacts__form__container__form-wrapper__label--typo {
    font-size: 1.01rem;
  }
}
@media screen and (max-width: 1366px) {
  .contacts__form__container__form-wrapper__label--typo {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1280px) {
  .contacts__form__container__form-wrapper__label--typo {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 765px) {
  .contacts__form__img {
    display: none;
  }
}
.contacts__form__img img {
  height: 100%;
  object-fit: cover;
}
.contacts__form ::placeholder {
  color: #000;
  opacity: 1;
}
.policies {
  display: block;
  margin: 0 auto;
  max-width: 60vw;
  padding-top: 5vh;
}
.policies .article__title {
  margin-bottom: 55px;
}
.policies .article__text p,
.policies .article__text li {
  font-size: 1rem;
  color: black;
  margin-bottom: 40px;
}
.policies .article__text strong {
  font-size: 19px;
  color: black;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.home__hero {
  position: relative;
  height: calc(100vh - 120px);
}
@media screen and (max-width: 1660px) {
  .home__hero {
    height: calc(100vh - 110px);
  }
}
@media screen and (max-width: 1440px) {
  .home__hero {
    height: calc(100vh - 100px);
  }
}
@media screen and (max-width: 1366px) {
  .home__hero {
    height: calc(100vh - 90px);
  }
}
@media screen and (max-width: 550px) {
  .home__hero {
    height: calc(100vh - 90px);
    height: calc(100dvh - 90px);
  }
}
.home__hero__title {
  position: absolute;
  left: 50%;
  top: 80%;
  transform: translate3d(-50%,-80%,0);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 1080px) and (orientation: portrait) {
  .home__hero__title {
    width: 80%;
  }
}
@media screen and (max-width: 550px) and (orientation: portrait) {
  .home__hero__title {
    width: 95%;
  }
}
.home__hero__title--typo {
  font-size: clamp(40px,4.1664vw,105px);
  line-height: 1.13em;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 810px) and (min-height: 1280px) and (orientation: portrait) {
  .home__hero__title--typo {
    font-size: 4rem;
  }
}
.home__hero__title.is-in {
  opacity: 1;
  visibility: visible;
  transition: all 0.7s cubic-bezier(0.55,0.085,0.68,0.53);
}
.home__hero__swiper {
  width: 100%;
}
.home__hero__swiper .swiper-slide {
  height: calc(100vh - 120px);
}
@media screen and (max-width: 1660px) {
  .home__hero__swiper .swiper-slide {
    height: calc(100vh - 110px);
  }
}
@media screen and (max-width: 1440px) {
  .home__hero__swiper .swiper-slide {
    height: calc(100vh - 100px);
  }
}
@media screen and (max-width: 1366px) {
  .home__hero__swiper .swiper-slide {
    height: calc(100vh - 90px);
  }
}
.home__hero__swiper img {
  height: 100%;
  object-fit: cover;
}
.home__hero__cta {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 0;
  transform: translate3d(-50%,-50px,0);
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}
.home__hero__cta--typo {
  text-transform: uppercase;
  font-size: 0.93rem;
  letter-spacing: 0.06em;
  font-weight: 500;
}
@media screen and (max-width: 1366px) {
  .home__hero__cta--typo {
    font-size: 0.8rem;
  }
}
.home__hero::before {
  content: url(../img/arrow-down.svg);
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 2;
  transform: translate3d(-50%,-30px,0);
  width: 32px;
  height: 17px;
  text-align: center;
  animation: top-down 3s infinite ease-in-out;
}
.home__about-us {
  width: 83.2%;
  margin-left: auto;
  padding-top: clamp(50px,10.416vw,200px);
}
@media screen and (max-width: 550px) {
  .home__about-us {
    width: 95%;
  }
}
.home__about-us__paragraph {
  padding-right: clamp(50px,20.832vw,400px);
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 550px) {
  .home__about-us__paragraph {
    padding-right: clamp(50px,10.416vw,200px);
  }
}
.home__about-us__paragraph--typo {
  font-size: clamp(30px,2.604vw,50px);
  line-height: 1.2em;
  font-weight: 400;
}
.home__about-us__paragraph.is-in {
  opacity: 1;
  visibility: visible;
  transition: all 0.7s cubic-bezier(0.55,0.085,0.68,0.53);
}
.home__about-us__cta {
  opacity: 0;
  visibility: hidden;
}
.home__about-us__cta.is-in {
  opacity: 1;
  visibility: visible;
  transition: all 0.7s cubic-bezier(0.55,0.085,0.68,0.53);
}
.home__about-us__img {
  padding-top: clamp(50px,10.416vw,200px);
  position: absolute;
  transform: translate3d(10vw,0,0);
}
.home__about-us__img img {
  height: 100%;
  object-fit: cover;
}
.home__about-us__img.is-in {
  position: static;
  opacity: 1;
  visibility: visible;
  transition: all 0.7s cubic-bezier(0.55,0.085,0.68,0.53);
  transform: unset;
}
.home__services {
  display: flex;
}
.home__services__img {
  width: 16.8%;
  flex-shrink: 0;
  opacity: 0;
  transform: translate3d(0,100px,0);
}
@media screen and (max-width: 765px) {
  .home__services__img {
    display: none;
  }
}
.home__services__img img {
  height: 100%;
  object-fit: cover;
}
.home__services__img.is-in {
  opacity: 1;
  visibility: visible;
  transition: all 0.7s cubic-bezier(0.55,0.085,0.68,0.53);
  transform: unset;
}
.home__services__paragraph {
  padding: clamp(50px,7.812vw,150px) clamp(50px,20.832vw,400px) 0 clamp(50px,5.208vw,100px);
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 1080px) {
  .home__services__paragraph {
    padding: clamp(50px,5.208vw,100px) clamp(50px,20.832vw,400px) 0 clamp(50px,5.208vw,100px);
  }
}
@media screen and (max-width: 765px) {
  .home__services__paragraph {
    padding-right: clamp(50px,10.416vw,200px);
    padding-left: clamp(50px,16.6656vw,320px);
  }
}
@media screen and (max-width: 550px) {
  .home__services__paragraph {
    padding-right: clamp(50px,10.416vw,200px);
    padding-left: 20px;
  }
}
.home__services__paragraph--typo {
  font-size: clamp(30px,2.604vw,50px);
  line-height: 1.2em;
  font-weight: 400;
}
.home__services__paragraph.is-in {
  opacity: 1;
  visibility: visible;
  transition: all 0.7s cubic-bezier(0.55,0.085,0.68,0.53);
}
.home__wide-img {
  padding: clamp(50px,6.2496vw,120px) 0;
  width: 66%;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 765px) {
  .home__wide-img {
    padding: clamp(50px,6.2496vw,120px) 0;
  }
}
@media screen and (max-width: 550px) {
  .home__wide-img {
    width: 91%;
  }
}
.home__wide-img.is-in {
  opacity: 1;
  visibility: visible;
  transition: all 0.7s cubic-bezier(0.55,0.085,0.68,0.53);
}
.home__divider {
  display: flex;
  padding: 2.0832vw 0;
  position: relative;
}
.home__divider__img {
  width: 16.8%;
  flex-shrink: 0;
  opacity: 0;
  transform: translate3d(0,100px,0);
}
@media screen and (max-width: 765px) {
  .home__divider__img {
    display: none;
  }
}
.home__divider__img img {
  height: 100%;
  object-fit: cover;
}
.home__divider__img.is-in {
  opacity: 1;
  visibility: visible;
  transition: all 0.7s cubic-bezier(0.55,0.085,0.68,0.53);
  transform: unset;
}
.home__divider__paragraph {
  padding: clamp(50px,10.416vw,200px) clamp(50px,20.832vw,400px) clamp(50px,10.416vw,200px) clamp(50px,16.6656vw,320px);
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 1080px) {
  .home__divider__paragraph {
    padding: clamp(50px,5.208vw,100px) clamp(50px,20.832vw,400px) 0 clamp(50px,5.208vw,100px);
  }
}
@media screen and (max-width: 765px) {
  .home__divider__paragraph {
    padding-right: clamp(50px,10.416vw,200px);
    padding-left: clamp(50px,16.6656vw,320px);
    padding-bottom: clamp(50px,5.208vw,100px);
  }
}
@media screen and (max-width: 550px) {
  .home__divider__paragraph {
    padding: 20px;
  }
}
.home__divider__paragraph--typo {
  font-size: clamp(30px,2.604vw,50px);
  line-height: 1.2em;
  font-weight: 400;
}
.home__divider__paragraph.is-in {
  opacity: 1;
  visibility: visible;
  transition: all 0.7s cubic-bezier(0.55,0.085,0.68,0.53);
}
.home__divider::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background-color: #c3c3c3;
  transform: scaleX(0);
  transform-origin: top left;
  transition: transform 2s cubic-bezier(0.455,0.03,0.515,0.955);
}
.home__divider::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #c3c3c3;
  transform: scaleX(0);
  transform-origin: top left;
  transition: transform 2s cubic-bezier(0.455,0.03,0.515,0.955);
}
.home__divider.is-in::after {
  transform: scaleX(100%);
}
.home__divider.is-in::before {
  transform: scaleX(100%);
}
.home__project {
  display: grid;
  grid-template-columns: auto 16.6656vw;
}
.home__project__wrapper {
  display: flex;
  padding: 2.0832vw 0;
  gap: 0.5208vw;
}
@media screen and (max-width: 810px) {
  .home__project__wrapper {
    gap: 2.604vw;
  }
}
@media screen and (max-width: 550px) {
  .home__project__wrapper {
    flex-direction: column;
    align-items: center;
    padding: 2.0832vw;
    padding-left: 0;
  }
}
.home__project__wrapper__img {
  width: 49.9968vw;
  height: 35.4144vw;
}
@media screen and (min-width: 765px) {
  .home__project__wrapper__img {
    flex-shrink: 0;
  }
}
@media screen and (max-width: 550px) {
  .home__project__wrapper__img {
    height: 100%;
    width: 100%;
  }
}
.home__project__wrapper__img img {
  height: 100%;
  object-fit: cover;
}
.home__project__wrapper__infos {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 550px) {
  .home__project__wrapper__infos {
    text-align: center;
  }
}
.home__project__wrapper__infos__container {
  width: fit-content;
}
.home__project__wrapper__infos__container__status--typo {
  font-size: 1.07rem;
  letter-spacing: 0.02em;
  font-weight: 500;
  text-transform: uppercase;
  color: grey;
}
@media screen and (max-width: 1660px) {
  .home__project__wrapper__infos__container__status--typo {
    font-size: 1.01rem;
  }
}
@media screen and (max-width: 1366px) {
  .home__project__wrapper__infos__container__status--typo {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1280px) {
  .home__project__wrapper__infos__container__status--typo {
    font-size: 0.9rem;
  }
}
.home__project__wrapper__infos__container__title--typo {
  font-size: clamp(25px,2.0832vw,40px);
  font-weight: 500;
}
.home__project__arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.home__project__arrow__wrapper {
  width: 2.0832vw;
  min-width: 30px;
  height: 2.0832vw;
  min-height: 30px;
  display: block;
  transition: transform 0.5s cubic-bezier(0.25,0.46,0.45,0.94);
}
.home__project__arrow__wrapper svg {
  width: 100%;
  height: 100%;
}
.home__project__arrow::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #c3c3c3;
  transform: scaleY(0%);
  transform-origin: top left;
  transition: transform 2s cubic-bezier(0.55,0.085,0.68,0.53);
}
.home__project__arrow.is-in::before {
  transform: scaleY(100%);
}
.home__project:hover .home__project__arrow__wrapper {
  transform: rotate(45deg);
}
.home__certifications {
  display: flex;
  padding: 4.1664vw 0;
  position: relative;
}
.home__certifications__img {
  width: 16.8%;
  flex-shrink: 0;
  opacity: 0;
  transform: translate3d(0,100px,0);
}
@media screen and (max-width: 765px) {
  .home__certifications__img {
    display: none;
  }
}
.home__certifications__img img {
  height: 100%;
  object-fit: cover;
}
.home__certifications__img.is-in {
  opacity: 1;
  visibility: visible;
  transition: all 0.7s cubic-bezier(0.55,0.085,0.68,0.53);
  transform: unset;
}
.home__certifications__paragraph {
  padding: clamp(50px,10.416vw,200px) clamp(50px,20.832vw,400px) clamp(50px,10.416vw,200px) clamp(50px,16.6656vw,320px);
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 1080px) {
  .home__certifications__paragraph {
    padding: clamp(50px,5.208vw,100px) clamp(50px,20.832vw,400px) 0 clamp(50px,5.208vw,100px);
  }
}
@media screen and (max-width: 765px) {
  .home__certifications__paragraph {
    padding-right: clamp(50px,10.416vw,200px);
    padding-left: clamp(50px,16.6656vw,320px);
    padding-bottom: clamp(50px,5.208vw,100px);
  }
}
@media screen and (max-width: 550px) {
  .home__certifications__paragraph {
    padding: 20px;
  }
}
.home__certifications__paragraph--typo {
  font-size: clamp(30px,2.604vw,50px);
  line-height: 1.2em;
  font-weight: 400;
}
.home__certifications__paragraph.is-in {
  opacity: 1;
  visibility: visible;
  transition: all 0.7s cubic-bezier(0.55,0.085,0.68,0.53);
}
.home__certifications::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background-color: #c3c3c3;
  transform: scalex(0%);
  transform-origin: top left;
  transition: transform 2s cubic-bezier(0.55,0.085,0.68,0.53);
}
.home__certifications.is-in::before {
  transform: scalex(100%);
}
.about-us__hero {
  position: relative;
  height: calc(100vh - 120px);
  margin-bottom: max(40px,4.1664vw);
}
@media screen and (max-width: 1660px) {
  .about-us__hero {
    height: calc(100vh - 110px);
  }
}
@media screen and (max-width: 1440px) {
  .about-us__hero {
    height: calc(100vh - 100px);
  }
}
@media screen and (max-width: 1366px) {
  .about-us__hero {
    height: calc(100vh - 90px);
  }
}
@media screen and (max-width: 550px) {
  .about-us__hero {
    height: calc(100vh - 90px);
    height: calc(100dvh - 90px);
  }
}
.about-us__hero__title {
  position: absolute;
  left: 50%;
  top: 80%;
  transform: translate3d(-50%,-80%,0);
  z-index: 2;
}
@media screen and (max-width: 1080px) and (orientation: portrait) {
  .about-us__hero__title {
    width: 80%;
  }
}
@media screen and (max-width: 550px) and (orientation: portrait) {
  .about-us__hero__title {
    width: 95%;
  }
}
.about-us__hero__title--typo {
  font-size: clamp(40px,4.1664vw,105px);
  line-height: 1.13em;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 810px) and (min-height: 1280px) and (orientation: portrait) {
  .about-us__hero__title--typo {
    font-size: 4rem;
  }
}
.about-us__hero__img {
  display: none;
  height: 100%;
  position: relative;
}
@media screen and (min-width: 550px) {
  .about-us__hero__img {
    display: block;
  }
}
.about-us__hero__img--mobile {
  display: none;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 550px) {
  .about-us__hero__img--mobile {
    display: block;
  }
}
.about-us__hero__img--mobile img {
  height: 100%;
  object-fit: cover;
}
.about-us__hero__img--mobile::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom,rgba(0,0,0,0.25),rgba(0,0,0,0.25));
}
.about-us__hero__img img {
  height: 100%;
  object-fit: cover;
}
.about-us__hero__img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom,rgba(0,0,0,0.25),rgba(0,0,0,0.25));
}
.about-us__stories {
  display: flex;
  padding: 40px clamp(50px,10.416vw,200px) 2.0832vw 40px;
  gap: 5.208vw;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .about-us__stories {
    padding: clamp(50px,6.2496vw,120px) 0;
    width: 100%;
    margin: 0 auto;
    display: block;
  }
}
@media screen and (max-width: 765px) {
  .about-us__stories {
    padding: clamp(50px,6.2496vw,120px) 0;
    width: 100%;
  }
}
.about-us__stories__img {
  width: 41.9244vw;
  flex-shrink: 0;
  height: 100vh;
  max-height: 100vh;
}
@media screen and (max-width: 1080px) {
  .about-us__stories__img {
    margin: 0 auto;
    width: 95%;
    height: 40vh;
  }
}
@media screen and (max-width: 765px) {
  .about-us__stories__img {
    width: 95%;
    margin: 0 auto;
  }
}
.about-us__stories__img img {
  height: 100%;
  object-fit: cover;
  display: none;
}
.about-us__stories__img img.visible {
  display: block;
  -webkit-animation: fadeInFromNone 0.7s cubic-bezier(0.455,0.03,0.515,0.955);
  -moz-animation: fadeInFromNone 0.7s cubic-bezier(0.455,0.03,0.515,0.955);
  -o-animation: fadeInFromNone 0.7s cubic-bezier(0.455,0.03,0.515,0.955);
  animation: fadeInFromNone 0.7s cubic-bezier(0.455,0.03,0.515,0.955);
}
.about-us__stories__swiper {
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .about-us__stories__swiper {
    height: max(450px,42vh);
    padding: 0 clamp(50px,10.416vw,200px);
    margin-top: clamp(50px,5.208vw,100px);
  }
}
@media screen and (max-width: 810px) {
  .about-us__stories__swiper {
    padding-left: clamp(50px,10.416vw,200px);
    padding-right: clamp(50px,10.416vw,200px);
  }
}
@media screen and (max-width: 550px) {
  .about-us__stories__swiper {
    height: max(450px,42vh);
    padding: 0 20px;
    margin-top: clamp(50px,5.208vw,100px);
  }
}
.about-us__stories__swiper .swiper {
  overflow: visible;
  height: 35%;
}
@media screen and (max-width: 1660px) {
  .about-us__stories__swiper .swiper {
    height: 40%;
  }
}
@media screen and (max-width: 1080px) {
  .about-us__stories__swiper .swiper {
    height: 45%;
  }
}
.about-us__stories__swiper__slide {
  display: flex;
  align-items: center;
}
.about-us__stories__swiper .swiper-slide .about-us__stories__swiper__slide__paragraph__title {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 800ms ease-in-out;
}
.about-us__stories__swiper .swiper-slide .about-us__stories__swiper__slide__paragraph__year {
  font-size: 1.07rem;
  letter-spacing: 0.02em;
  font-weight: 500;
}
@media screen and (max-width: 1660px) {
  .about-us__stories__swiper .swiper-slide .about-us__stories__swiper__slide__paragraph__year {
    font-size: 1.01rem;
  }
}
@media screen and (max-width: 1366px) {
  .about-us__stories__swiper .swiper-slide .about-us__stories__swiper__slide__paragraph__year {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1280px) {
  .about-us__stories__swiper .swiper-slide .about-us__stories__swiper__slide__paragraph__year {
    font-size: 0.9rem;
  }
}
.about-us__stories__swiper .swiper-slide .about-us__stories__swiper__slide__paragraph__excerpt {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 800ms ease-in-out;
}
.about-us__stories__swiper .swiper-slide-prev .about-us__stories__swiper__slide__paragraph__year {
  cursor: pointer;
  font-size: clamp(20px,1.5624vw,30px);
  transition: color 0.5s cubic-bezier(0.25,0.46,0.45,0.94);
}
@media screen and (max-width: 550px) {
  .about-us__stories__swiper .swiper-slide-prev .about-us__stories__swiper__slide__paragraph__year {
    display: none;
  }
}
.about-us__stories__swiper .swiper-slide-prev .about-us__stories__swiper__slide__paragraph__year:hover {
  color: #c3c3c3;
}
.about-us__stories__swiper .swiper-slide-active {
  padding-left: max(50px,5.208vw);
  position: relative;
}
@media screen and (max-width: 550px) {
  .about-us__stories__swiper .swiper-slide-active {
    padding-right: max(50px,5.208vw);
    padding-left: 0;
  }
}
.about-us__stories__swiper .swiper-slide-active .about-us__stories__swiper__slide__paragraph__title {
  height: auto;
  overflow: visible;
  padding-bottom: 1.8em;
  opacity: 1;
  font-size: clamp(30px,2.604vw,50px);
  line-height: 1.2em;
  font-weight: 400;
}
@media screen and (max-width: 1080px) {
  .about-us__stories__swiper .swiper-slide-active .about-us__stories__swiper__slide__paragraph__title {
    padding-bottom: 1em;
  }
}
.about-us__stories__swiper .swiper-slide-active .about-us__stories__swiper__slide__paragraph__year {
  font-size: clamp(40px,4.6872vw,90px);
  line-height: 1.13em;
  font-weight: 500;
  padding-bottom: 0.7em;
  pointer-events: none;
}
.about-us__stories__swiper .swiper-slide-active .about-us__stories__swiper__slide__paragraph__excerpt {
  height: auto;
  max-height: 10em;
  padding-right: 5px;
  opacity: 1;
  font-size: 1.6rem;
  line-height: 1.25em;
  font-weight: 400;
}
@media screen and (max-width: 1660px) {
  .about-us__stories__swiper .swiper-slide-active .about-us__stories__swiper__slide__paragraph__excerpt {
    font-size: 1.33rem;
  }
}
@media screen and (max-width: 550px) {
  .about-us__stories__swiper .swiper-slide-next .about-us__stories__swiper__slide__paragraph {
    display: none;
  }
}
.about-us__stories__swiper .swiper-slide-next .about-us__stories__swiper__slide__paragraph__year {
  cursor: pointer;
  font-size: clamp(20px,1.5624vw,30px);
  transition: color 0.5s cubic-bezier(0.25,0.46,0.45,0.94);
}
.about-us__stories__swiper .swiper-slide-next .about-us__stories__swiper__slide__paragraph__year:hover {
  color: #c3c3c3;
}
.about-us__stories .swiper-button-prev,
.about-us__stories .swiper-button-next {
  color: #000;
}
.about-us__stories .swiper-button-next {
  right: 5%;
  top: 55%;
  transform: rotate(90deg) translate3d(-55%,-5%,0);
}
@media screen and (max-width: 1080px) {
  .about-us__stories .swiper-button-next {
    top: 75%;
    transform: rotate(90deg) translate3d(-75%,-5%,0);
  }
}
@media screen and (max-width: 550px) {
  .about-us__stories .swiper-button-next {
    top: 85%;
    transform: rotate(90deg) translate3d(-85%,-5%,0);
  }
}
.about-us__stories .swiper-button-next::after {
  font-size: clamp(25px,2.29152vw,44px);
}
.about-us__stories .swiper-button-prev {
  left: unset;
  right: 5%;
  top: 45%;
  transform: rotate(90deg) translate3d(-45%,-5%,0);
}
@media screen and (max-width: 1080px) {
  .about-us__stories .swiper-button-prev {
    top: 65%;
    transform: rotate(90deg) translate3d(-65%,-5%,0);
  }
}
@media screen and (max-width: 550px) {
  .about-us__stories .swiper-button-prev {
    top: 75%;
    transform: rotate(90deg) translate3d(-75%,-5%,0);
  }
}
.about-us__stories .swiper-button-prev::after {
  font-size: clamp(25px,2.29152vw,44px);
}
.about-us__stories::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #c3c3c3;
  transform: scaleX(0%);
  transform-origin: bottom left;
  transition: transform 2s cubic-bezier(0.455,0.03,0.515,0.955);
}
.about-us__stories::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background-color: #c3c3c3;
  transform: scaleX(0%);
  transform-origin: top left;
  transition: transform 2s cubic-bezier(0.455,0.03,0.515,0.955);
}
.about-us__stories.is-in::before {
  transform: scaleX(100%);
}
.about-us__stories.is-in::after {
  transform: scaleX(100%);
}
.about-us__paragraph {
  padding-top: clamp(50px,10.416vw,200px);
}
.about-us__paragraph__title {
  padding: 0 clamp(50px,16.6656vw,320px);
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 810px) {
  .about-us__paragraph__title {
    padding-left: clamp(50px,10.416vw,200px);
    padding-right: clamp(50px,10.416vw,200px);
  }
}
@media screen and (max-width: 550px) {
  .about-us__paragraph__title {
    padding: 0 20px;
  }
}
.about-us__paragraph__title--typo {
  font-size: clamp(40px,4.6872vw,90px);
  line-height: 1.13em;
  font-weight: 400;
}
.about-us__paragraph__title.is-in {
  opacity: 1;
  visibility: visible;
  transition: all 0.7s cubic-bezier(0.55,0.085,0.68,0.53);
}
.about-us__paragraph__text {
  padding: clamp(50px,5.208vw,100px) clamp(50px,16.6656vw,320px) 14.5824vw clamp(50px,16.6656vw,320px);
  display: flex;
  gap: 4.1664vw;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 810px) {
  .about-us__paragraph__text {
    padding-left: clamp(50px,10.416vw,200px);
    padding-right: clamp(50px,10.416vw,200px);
    flex-direction: column;
  }
}
@media screen and (max-width: 550px) {
  .about-us__paragraph__text {
    padding-left: 20px;
    padding-right: 20px;
    flex-direction: column;
  }
}
.about-us__paragraph__text__sx {
  flex-basis: 50%;
}
.about-us__paragraph__text__sx--typo {
  font-size: 1.6rem;
  line-height: 1.25em;
  font-weight: 400;
}
@media screen and (max-width: 1660px) {
  .about-us__paragraph__text__sx--typo {
    font-size: 1.33rem;
  }
}
.about-us__paragraph__text__dx {
  flex-basis: 50%;
}
.about-us__paragraph__text__dx--typo {
  font-size: 1.6rem;
  line-height: 1.25em;
  font-weight: 400;
}
@media screen and (max-width: 1660px) {
  .about-us__paragraph__text__dx--typo {
    font-size: 1.33rem;
  }
}
.about-us__paragraph__text.is-in {
  opacity: 1;
  visibility: visible;
  transition: all 0.7s cubic-bezier(0.55,0.085,0.68,0.53);
}
.about-us__paragraph__img {
  width: 83.2%;
  height: 41.664vw;
  transform: translate3d(-10vw,0,0);
}
@media screen and (max-width: 1080px) {
  .about-us__paragraph__img {
    width: 95%;
    margin: 0 auto;
  }
}
.about-us__paragraph__img img {
  height: 100%;
  object-fit: cover;
}
.about-us__paragraph__img.is-in {
  opacity: 1;
  visibility: visible;
  transition: all 0.7s cubic-bezier(0.55,0.085,0.68,0.53);
  transform: unset;
}
.about-us__contact-us {
  display: flex;
}
.about-us__contact-us__paragraph {
  padding: clamp(50px,5.208vw,100px) clamp(50px,13.02vw,250px) clamp(50px,10.416vw,200px) clamp(50px,16.6656vw,320px);
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 810px) {
  .about-us__contact-us__paragraph {
    padding-left: clamp(50px,10.416vw,200px);
    padding-right: clamp(50px,10.416vw,200px);
  }
}
@media screen and (max-width: 550px) {
  .about-us__contact-us__paragraph {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.about-us__contact-us__paragraph__title {
  margin-bottom: 0.5em;
}
.about-us__contact-us__paragraph__title.--typo {
  font-size: clamp(40px,4.6872vw,90px);
  line-height: 1.13em;
  font-weight: 400;
}
.about-us__contact-us__paragraph__text.--typo {
  font-size: 1.6rem;
  line-height: 1.25em;
  font-weight: 400;
}
@media screen and (max-width: 1660px) {
  .about-us__contact-us__paragraph__text.--typo {
    font-size: 1.33rem;
  }
}
.about-us__contact-us__paragraph.is-in {
  opacity: 1;
  visibility: visible;
  transition: all 0.7s cubic-bezier(0.55,0.085,0.68,0.53);
  transform: unset;
}
.about-us__contact-us__img {
  width: 16.8%;
  flex-shrink: 0;
  opacity: 0;
  transform: translate3d(0,100px,0);
}
@media screen and (max-width: 1080px) {
  .about-us__contact-us__img {
    display: none;
  }
}
.about-us__contact-us__img img {
  height: 100%;
  object-fit: cover;
}
.about-us__contact-us__img.is-in {
  opacity: 1;
  visibility: visible;
  transition: all 0.7s cubic-bezier(0.55,0.085,0.68,0.53);
  transform: unset;
}
.proposal__title {
  display: flex;
  padding: clamp(50px,10.416vw,200px) clamp(50px,16.6656vw,320px);
  position: relative;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 550px) {
  .proposal__title {
    text-align: left;
    padding: 35px 0;
    padding-left: 20px;
    margin: 0 auto;
  }
}
.proposal__title__text.--typo {
  font-size: clamp(40px,4.1664vw,105px);
  line-height: 1.13em;
  font-weight: 400;
}
.proposal__title.is-in {
  opacity: 1;
  visibility: visible;
  transition: all 0.7s cubic-bezier(0.55,0.085,0.68,0.53);
}
.proposal > :nth-child(2)::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background-color: #c3c3c3;
  transform: scaleX(0%);
  transform-origin: top left;
  transition: transform 2s cubic-bezier(0.455,0.03,0.515,0.955);
}
.proposal > :nth-child(2).is-in::before {
  transform: scaleX(100%);
}
.proposal > :last-child::after {
  all: unset;
}
.certifications__title {
  display: flex;
  justify-content: center;
  padding: clamp(50px,10.416vw,200px) clamp(50px,16.6656vw,320px);
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 550px) {
  .certifications__title {
    text-align: left;
    padding: 35px 0;
    padding-left: 20px;
    margin: 0 auto;
  }
}
.certifications__title__text.--typo {
  font-size: clamp(40px,4.1664vw,105px);
  line-height: 1.13em;
  font-weight: 400;
}
.certifications__title.is-in {
  opacity: 1;
  visibility: visible;
  transition: all 0.7s cubic-bezier(0.55,0.085,0.68,0.53);
}
.certifications__img {
  width: 95%;
  height: 33.3312vw;
  min-height: 220px;
  margin: 0 auto;
  margin-bottom: 40px;
  opacity: 0;
  visibility: hidden;
}
.certifications__img.is-in {
  opacity: 1;
  visibility: visible;
  transition: all 0.7s cubic-bezier(0.55,0.085,0.68,0.53);
}
.certifications__img img {
  height: 100%;
  object-fit: cover;
}
.certifications__fileset {
  padding: 0 clamp(50px,16.6656vw,320px);
}
@media screen and (max-width: 810px) {
  .certifications__fileset {
    padding: 0 clamp(50px,10.416vw,200px);
  }
}
@media screen and (max-width: 550px) {
  .certifications__fileset {
    padding: 0 20px;
  }
}
.certifications__fileset__label {
  padding-top: clamp(50px,160vw,8.3328vw);
  padding-bottom: clamp(30px,100vw,5.208vw);
}
.certifications__fileset__label--typo {
  font-size: 1.07rem;
  letter-spacing: 0.02em;
  font-weight: 500;
  text-transform: uppercase;
  color: #909090;
}
@media screen and (max-width: 1660px) {
  .certifications__fileset__label--typo {
    font-size: 1.01rem;
  }
}
@media screen and (max-width: 1366px) {
  .certifications__fileset__label--typo {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1280px) {
  .certifications__fileset__label--typo {
    font-size: 0.9rem;
  }
}
.certifications__fileset__grid {
  display: grid;
  grid-template-rows: 1fr;
}
.certifications__fileset__grid__item {
  display: flex;
  align-items: center;
  padding: clamp(25px,50vw,2.604vw) 0;
  position: relative;
  gap: 10.416vw;
  cursor: pointer;
}
.certifications__fileset__grid__item__title {
  flex-grow: 1;
}
.certifications__fileset__grid__item__title--typo {
  transition: color 0.2s cubic-bezier(0.455,0.03,0.515,0.955);
  font-size: clamp(20px,1.5624vw,30px);
  font-weight: 400;
}
.certifications__fileset__grid__item__icon {
  width: 2.0832vw;
  height: 2.0832vw;
  min-width: 30px;
  min-height: 30px;
}
.certifications__fileset__grid__item__icon svg {
  width: 100%;
  height: 100%;
}
.certifications__fileset__grid__item::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #c3c3c3;
  transform: scaleX(0%);
  transform-origin: left bottom;
  transition: transform 2s cubic-bezier(0.455,0.03,0.515,0.955);
}
.certifications__fileset__grid__item:last-child {
  padding-bottom: clamp(50px,10.416vw,200px);
}
.certifications__fileset__grid__item:last-child::after {
  all: unset;
}
.certifications__fileset__grid__item.is-in:after {
  transform: scaleX(100%);
}
.certifications__fileset__grid__item:hover .certifications__fileset__grid__item__title--typo {
  color: #909090;
}
.certifications__button {
  padding: 0 clamp(50px,16.6656vw,320px);
  padding-bottom: clamp(50px,10.416vw,200px);
}
@media screen and (max-width: 810px) {
  .certifications__button {
    padding-left: clamp(50px,10.416vw,200px);
    padding-right: clamp(50px,10.416vw,200px);
  }
}
@media screen and (max-width: 550px) {
  .certifications__button {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.model__title {
  display: flex;
  justify-content: center;
  padding: clamp(50px,10.416vw,200px) clamp(50px,16.6656vw,320px);
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 550px) {
  .model__title {
    text-align: left;
    padding: 35px 0;
    padding-left: 20px;
    margin: 0 auto;
  }
}
.model__title__text.--typo {
  font-size: clamp(40px,4.1664vw,105px);
  line-height: 1.13em;
  font-weight: 400;
}
.model__title.is-in {
  opacity: 1;
  visibility: visible;
  transition: all 0.7s cubic-bezier(0.55,0.085,0.68,0.53);
}
.model__paragraph {
  padding: 0 clamp(50px,16.6656vw,320px);
  padding-top: clamp(50px,5.208vw,100px);
}
@media screen and (max-width: 810px) {
  .model__paragraph {
    padding: 0 clamp(50px,10.416vw,200px);
    padding-top: clamp(50px,5.208vw,100px);
  }
}
@media screen and (max-width: 550px) {
  .model__paragraph {
    padding: 0 20px;
    padding-top: clamp(50px,5.208vw,100px);
  }
}
.model__paragraph a {
  transition: color 0.2s cubic-bezier(0.25,0.46,0.45,0.94);
}
.model__paragraph a:hover {
  color: #909090;
}
.model__img {
  width: 95%;
  height: 33.3312vw;
  min-height: 220px;
  margin: 0 auto;
  margin-bottom: 40px;
  opacity: 0;
  visibility: hidden;
}
.model__img.is-in {
  opacity: 1;
  visibility: visible;
  transition: all 0.7s cubic-bezier(0.55,0.085,0.68,0.53);
}
.model__img img {
  height: 100%;
  object-fit: cover;
}
.model__fileset {
  padding: 0 clamp(50px,16.6656vw,320px);
}
@media screen and (max-width: 810px) {
  .model__fileset {
    padding: 0 clamp(50px,10.416vw,200px);
  }
}
@media screen and (max-width: 550px) {
  .model__fileset {
    padding: 0 20px;
  }
}
.model__fileset__label {
  padding-top: clamp(50px,160vw,8.3328vw);
  padding-bottom: clamp(30px,100vw,5.208vw);
}
.model__fileset__label--typo {
  font-size: 1.07rem;
  letter-spacing: 0.02em;
  font-weight: 500;
  text-transform: uppercase;
  color: #909090;
}
@media screen and (max-width: 1660px) {
  .model__fileset__label--typo {
    font-size: 1.01rem;
  }
}
@media screen and (max-width: 1366px) {
  .model__fileset__label--typo {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1280px) {
  .model__fileset__label--typo {
    font-size: 0.9rem;
  }
}
.model__fileset__grid {
  display: grid;
  grid-template-rows: 1fr;
}
.model__fileset__grid__item {
  display: flex;
  align-items: center;
  padding: clamp(25px,50vw,2.604vw) 0;
  position: relative;
  gap: 10.416vw;
  cursor: pointer;
}
.model__fileset__grid__item__title {
  flex-grow: 1;
}
.model__fileset__grid__item__title--typo {
  transition: color 0.2s cubic-bezier(0.455,0.03,0.515,0.955);
  font-size: clamp(20px,1.5624vw,30px);
  font-weight: 400;
}
.model__fileset__grid__item__icon {
  width: 2.0832vw;
  height: 2.0832vw;
  min-width: 30px;
  min-height: 30px;
}
.model__fileset__grid__item__icon svg {
  width: 100%;
  height: 100%;
}
.model__fileset__grid__item::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #c3c3c3;
  transform: scaleX(0%);
  transform-origin: left bottom;
  transition: transform 2s cubic-bezier(0.455,0.03,0.515,0.955);
}
.model__fileset__grid__item:last-child {
  padding-bottom: clamp(50px,10.416vw,200px);
}
.model__fileset__grid__item:last-child::after {
  all: unset;
}
.model__fileset__grid__item.is-in:after {
  transform: scaleX(100%);
}
.model__fileset__grid__item:hover .model__fileset__grid__item__title--typo {
  color: #909090;
}
.offer-preview {
  display: grid;
  grid-template-columns: auto 16.6656vw;
  position: relative;
}
.offer-preview__wrapper {
  display: flex;
  padding: 2.0832vw 0;
  gap: 0.5208vw;
}
@media screen and (max-width: 810px) {
  .offer-preview__wrapper {
    gap: 2.604vw;
  }
}
@media screen and (max-width: 550px) {
  .offer-preview__wrapper {
    flex-direction: column;
    align-items: center;
    padding: 2.0832vw;
    padding-left: 0;
  }
}
.offer-preview__wrapper__img {
  width: 49.9968vw;
  height: 35.4144vw;
  flex-shrink: 0;
}
@media screen and (max-width: 550px) {
  .offer-preview__wrapper__img {
    flex-shrink: 1;
    height: 100%;
    width: 100%;
  }
}
.offer-preview__wrapper__img img {
  height: 100%;
  object-fit: cover;
}
.offer-preview__wrapper__infos {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 550px) {
  .offer-preview__wrapper__infos {
    text-align: center;
  }
}
.offer-preview__wrapper__infos__container {
  width: fit-content;
}
.offer-preview__wrapper__infos__container__status--typo {
  font-size: 1.07rem;
  letter-spacing: 0.02em;
  font-weight: 500;
  text-transform: uppercase;
  color: grey;
}
@media screen and (max-width: 1660px) {
  .offer-preview__wrapper__infos__container__status--typo {
    font-size: 1.01rem;
  }
}
@media screen and (max-width: 1366px) {
  .offer-preview__wrapper__infos__container__status--typo {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1280px) {
  .offer-preview__wrapper__infos__container__status--typo {
    font-size: 0.9rem;
  }
}
.offer-preview__wrapper__infos__container__title--typo {
  font-size: clamp(25px,2.0832vw,40px);
  font-weight: 500;
}
.offer-preview__arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.offer-preview__arrow__wrapper {
  width: 2.0832vw;
  min-width: 30px;
  height: 2.0832vw;
  min-height: 30px;
  display: block;
  transition: transform 0.5s cubic-bezier(0.25,0.46,0.45,0.94);
}
.offer-preview__arrow__wrapper svg {
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}
.offer-preview__arrow__wrapper.is-in svg {
  opacity: 1;
  visibility: visible;
  transition: all 0.7s cubic-bezier(0.55,0.085,0.68,0.53);
}
.offer-preview__arrow::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #c3c3c3;
  transform: scaleY(0%);
  transform-origin: left top;
  transition: transform 2s cubic-bezier(0.455,0.03,0.515,0.955);
}
.offer-preview__arrow.is-in::before {
  transform: scaleY(100%);
}
@media screen and (min-width: 1366px) {
  .offer-preview__arrow:hover .offer-preview__arrow__wrapper {
    transform: rotate(45deg);
  }
}
.offer-preview::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #c3c3c3;
  transform: scaleX(0%);
  transform-origin: bottom left;
  transition: transform 2s cubic-bezier(0.455,0.03,0.515,0.955);
}
.offer-preview.is-in::after {
  transform: scaleX(100%);
}
.offer__hero {
  padding-left: clamp(50px,16.6656vw,320px);
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 810px) {
  .offer__hero {
    padding-left: 0;
  }
}
.offer__hero__label {
  padding-top: clamp(50px,6.2496vw,120px);
  margin-bottom: max(20px,2.0832vw);
}
@media screen and (max-width: 810px) {
  .offer__hero__label {
    text-align: center;
  }
}
.offer__hero__label--typo {
  font-size: 1.6rem;
  line-height: 1.25em;
  font-weight: 500;
  text-transform: uppercase;
  color: #c3c3c3;
}
@media screen and (max-width: 1660px) {
  .offer__hero__label--typo {
    font-size: 1.33rem;
  }
}
.offer__hero__title {
  margin-bottom: clamp(50px,6.2496vw,120px);
}
@media screen and (max-width: 810px) {
  .offer__hero__title {
    text-align: center;
    margin-bottom: 50px;
    padding: 0 25px;
  }
}
.offer__hero__title--typo {
  font-size: clamp(40px,4.1664vw,105px);
  line-height: 1.13em;
  font-weight: 400;
}
.offer__hero__infos {
  display: flex;
  gap: max(50px,11.718vw);
  padding-bottom: clamp(50px,6.2496vw,120px);
  padding-right: clamp(50px,16.6656vw,320px);
}
@media screen and (max-width: 810px) {
  .offer__hero__infos {
    flex-direction: column;
    gap: max(20px,2.0832vw);
    padding-right: 0;
  }
}
.offer__hero__infos__item {
  display: flex;
  flex-direction: column;
  gap: max(10px,1.0416vw);
}
@media screen and (max-width: 810px) {
  .offer__hero__infos__item {
    text-align: center;
  }
}
.offer__hero__infos__item__label {
  color: #c3c3c3;
}
.offer__hero__infos__item__label.--typo {
  font-size: 1.07rem;
  letter-spacing: 0.02em;
  font-weight: 500;
  text-transform: uppercase;
}
@media screen and (max-width: 1660px) {
  .offer__hero__infos__item__label.--typo {
    font-size: 1.01rem;
  }
}
@media screen and (max-width: 1366px) {
  .offer__hero__infos__item__label.--typo {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1280px) {
  .offer__hero__infos__item__label.--typo {
    font-size: 0.9rem;
  }
}
.offer__hero__infos__item__text.--typo {
  font-size: 1.6rem;
  line-height: 1.25em;
  font-weight: 500;
}
@media screen and (max-width: 1660px) {
  .offer__hero__infos__item__text.--typo {
    font-size: 1.33rem;
  }
}
.offer__hero.is-in {
  opacity: 1;
  visibility: visible;
  transition: all 0.7s cubic-bezier(0.55,0.085,0.68,0.53);
}
.offer__preview__img {
  padding: max(20px,2.0832vw);
  position: relative;
}
.offer__preview__img::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #c3c3c3;
  transform: scaleX(0%);
  transform-origin: bottom left;
  transition: transform 2s cubic-bezier(0.455,0.03,0.515,0.955);
}
.offer__preview__img::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #c3c3c3;
  transform: scaleX(0%);
  transform-origin: top left;
  transition: transform 2s cubic-bezier(0.455,0.03,0.515,0.955);
}
.offer__preview__img img {
  height: 100%;
  object-fit: cover;
}
.offer__preview__img.is-in::before {
  transform: scaleX(100%);
}
.offer__preview__img.is-in::after {
  transform: scaleX(100%);
}
.offer__preview__paragraph {
  padding: clamp(50px,5.208vw,100px) clamp(50px,16.6656vw,320px) clamp(50px,6.2496vw,120px) clamp(50px,16.6656vw,320px);
  display: flex;
  gap: 8.8536vw;
  position: relative;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 1080px) {
  .offer__preview__paragraph {
    padding-left: clamp(50px,10.416vw,200px);
    padding-right: clamp(50px,10.416vw,200px);
    flex-direction: column;
  }
}
@media screen and (max-width: 550px) {
  .offer__preview__paragraph {
    padding-left: 20px;
    padding-right: 20px;
    flex-direction: column;
  }
}
.offer__preview__paragraph__sx {
  flex: 1 0 50%;
}
.offer__preview__paragraph__sx--typo {
  font-size: clamp(23px,1.5624vw,30px);
  line-height: 1.53em;
  font-weight: 500;
}
.offer__preview__paragraph__dx {
  flex-basis: 50%;
}
.offer__preview__paragraph__dx--typo {
  font-size: 1.6rem;
  line-height: 1.25em;
  font-weight: 400;
  line-height: 1.58em;
}
@media screen and (max-width: 1660px) {
  .offer__preview__paragraph__dx--typo {
    font-size: 1.33rem;
  }
}
.offer__preview__paragraph.is-in {
  opacity: 1;
  visibility: visible;
  transition: all 0.7s cubic-bezier(0.55,0.085,0.68,0.53);
}
.offer__plans__label {
  width: 100%;
  display: block;
  text-align: center;
  margin: clamp(30px,5.208vw,100px) 0;
}
.offer__plans__label.--typo {
  font-size: 1.6rem;
  line-height: 1.25em;
  font-weight: 500;
  text-transform: uppercase;
  color: #909090;
}
@media screen and (max-width: 1660px) {
  .offer__plans__label.--typo {
    font-size: 1.33rem;
  }
}
.offer__plans__swiper .swiper {
  padding-bottom: 30px;
}
.offer__plans__swiper__slide__img-container {
  background-color: #f8f8f8;
}
.offer__plans__swiper__slide__img-container a img {
  object-fit: contain;
  height: 80vh;
  width: auto;
  margin: 0 auto;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 550px) {
  .offer__plans__swiper__slide__img-container a img {
    height: 30vh;
  }
}
.offer__plans__swiper__pagination {
  bottom: 0;
  font-size: clamp(15px,1.0416vw,20px);
}
.offer__plans__swiper__button-next,
.offer__plans__swiper__button-prev {
  display: block;
  min-width: 25px;
  min-height: 25px;
}
@media screen and (max-width: 1080px) {
  .offer__plans__swiper__button-next,
  .offer__plans__swiper__button-prev {
    display: none;
  }
}
.offer__plans__swiper__button-next::after,
.offer__plans__swiper__button-prev::after {
  color: #000;
}
.offer__plans__swiper__button-prev {
  left: max(25px,1vw);
}
.offer__plans__swiper__button-next {
  right: max(25px,1vw);
}
.offer__plans__infos {
  display: flex;
  padding: 0 16.6656vw;
  padding-top: clamp(30px,3.1248vw,60px);
  padding-bottom: clamp(50px,5.208vw,100px);
  position: relative;
}
@media screen and (max-width: 1080px) {
  .offer__plans__infos {
    gap: 1.302vw;
    padding-left: clamp(50px,10.416vw,200px);
    padding-right: clamp(50px,10.416vw,200px);
  }
}
@media screen and (max-width: 810px) {
  .offer__plans__infos {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    gap: 20px;
  }
}
.offer__plans__infos__container-1 {
  flex-grow: 1;
}
.offer__plans__infos__container-1--typo {
  font-size: clamp(35px,3.3852vw,65px);
  line-height: 1.23em;
  font-weight: 400;
}
.offer__plans__infos__container-2 {
  display: flex;
  align-items: center;
  gap: clamp(25px,3.1248vw,60px);
  justify-content: center;
  flex-wrap: wrap;
}
.offer__plans__infos__container-2--typo {
  font-size: 1.6rem;
  line-height: 1.25em;
  font-weight: 500;
  color: #909090;
}
@media screen and (max-width: 1660px) {
  .offer__plans__infos__container-2--typo {
    font-size: 1.33rem;
  }
}
.offer__plans__infos::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #c3c3c3;
  transform: scaleX(0%);
  transform-origin: bottom left;
  transition: transform 2s cubic-bezier(0.455,0.03,0.515,0.955);
}
.offer__plans__infos.is-in::after {
  transform: scaleX(100%);
}
.offer__services__swiper {
  padding-top: clamp(50px,6.2496vw,120px);
}
.offer__services__swiper .swiper {
  padding-bottom: 30px;
}
.offer__services__swiper__pagination {
  bottom: 0;
}
.offer__services__swiper__button-next,
.offer__services__swiper__button-prev {
  display: block;
  min-width: 25px;
  min-height: 25px;
}
@media screen and (max-width: 1080px) {
  .offer__services__swiper__button-next,
  .offer__services__swiper__button-prev {
    display: none;
  }
}
.offer__services__swiper__button-prev {
  left: max(25px,1vw);
}
.offer__services__swiper__button-next {
  right: max(25px,1vw);
}
@media screen and (max-width: 765px) {
  .offer__services__swiper__slide__img-container {
    width: 95%;
    margin: 0 auto;
  }
  .offer__services__swiper__slide__img-container > a {
    height: 78.12vw;
    display: block;
  }
  .offer__services__swiper__slide__img-container > a img {
    height: 100%;
    object-fit: cover;
  }
}
.offer__services__list {
  padding: 0 clamp(50px,16.6656vw,320px);
  padding-top: clamp(50px,7.812vw,150px);
  padding-bottom: clamp(50px,7.812vw,150px);
}
@media screen and (max-width: 1080px) {
  .offer__services__list {
    padding-left: clamp(50px,10.416vw,200px);
    padding-right: clamp(50px,10.416vw,200px);
  }
}
.offer__services__list__label {
  display: block;
  padding-bottom: clamp(30px,3.6456vw,70px);
}
@media screen and (max-width: 810px) {
  .offer__services__list__label {
    padding-bottom: 10px;
  }
}
.offer__services__list__label.--typo {
  font-size: 1.07rem;
  letter-spacing: 0.02em;
  font-weight: 500;
  text-transform: uppercase;
  color: #909090;
}
@media screen and (max-width: 1660px) {
  .offer__services__list__label.--typo {
    font-size: 1.01rem;
  }
}
@media screen and (max-width: 1366px) {
  .offer__services__list__label.--typo {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1280px) {
  .offer__services__list__label.--typo {
    font-size: 0.9rem;
  }
}
.offer__services__list ul {
  list-style-type: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 550px) {
  .offer__services__list ul {
    grid-template-columns: 1fr;
  }
}
.offer__services__list ul li {
  font-size: clamp(23px,1.5624vw,30px);
  line-height: 1.53em;
  font-weight: 400;
  position: relative;
  padding: 1.1em 0;
}
.offer__services__list ul li::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #c3c3c3;
  transform: scaleX(0%);
  transform-origin: bottom left;
  transition: transform 2s cubic-bezier(0.455,0.03,0.515,0.955);
}
.offer__services__list__container.is-in li:after {
  transform: scaleX(100%);
}
.offer__services__img {
  width: 83.2%;
  height: 41.664vw;
  transform: translate3d(-10vw,0,0);
}
@media screen and (max-width: 1080px) {
  .offer__services__img {
    width: 95%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 765px) {
  .offer__services__img {
    height: 52.08vw;
  }
}
.offer__services__img.is-in {
  opacity: 1;
  visibility: visible;
  transition: all 0.7s cubic-bezier(0.55,0.085,0.68,0.53);
  transform: unset;
}
.offer__services__img img {
  height: 100%;
  object-fit: cover;
}
.offer__contact-us {
  display: flex;
  justify-content: space-between;
}
.offer__contact-us__paragraph {
  padding: clamp(50px,5.208vw,100px) clamp(50px,13.02vw,250px) clamp(50px,10.416vw,200px) clamp(50px,16.6656vw,320px);
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 810px) {
  .offer__contact-us__paragraph {
    padding-left: clamp(50px,10.416vw,200px);
    padding-right: clamp(50px,10.416vw,200px);
  }
}
@media screen and (max-width: 550px) {
  .offer__contact-us__paragraph {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.offer__contact-us__paragraph__title {
  margin-bottom: 0.5em;
}
.offer__contact-us__paragraph__title.--typo {
  font-size: clamp(40px,4.6872vw,90px);
  line-height: 1.13em;
  font-weight: 400;
}
.offer__contact-us__paragraph__text.--typo {
  font-size: 1.6rem;
  line-height: 1.25em;
  font-weight: 400;
}
@media screen and (max-width: 1660px) {
  .offer__contact-us__paragraph__text.--typo {
    font-size: 1.33rem;
  }
}
.offer__contact-us__paragraph.is-in {
  opacity: 1;
  visibility: visible;
  transition: all 0.7s cubic-bezier(0.55,0.085,0.68,0.53);
}
.offer__contact-us__img {
  width: 16.8%;
  flex-shrink: 0;
  opacity: 0;
  transform: translate3d(0,100px,0);
}
@media screen and (max-width: 1080px) {
  .offer__contact-us__img {
    display: none;
  }
}
.offer__contact-us__img.is-in {
  opacity: 1;
  visibility: visible;
  transition: all 0.7s cubic-bezier(0.55,0.085,0.68,0.53);
  transform: unset;
}
.offer__contact-us__img img {
  height: 100%;
  object-fit: cover;
}
.project-category__hero {
  width: 63%;
  text-align: center;
  margin: 0 auto;
  padding-top: clamp(50px,7.812vw,150px);
  padding-bottom: clamp(50px,5.208vw,100px);
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 1080px) {
  .project-category__hero {
    width: 75%;
  }
}
@media screen and (max-width: 810px) {
  .project-category__hero {
    width: 80%;
  }
}
@media screen and (max-width: 765px) {
  .project-category__hero {
    width: 90%;
  }
}
.project-category__hero__label {
  display: block;
  padding-bottom: clamp(50px,5.208vw,100px);
}
.project-category__hero__label.--typo {
  font-size: 1.6rem;
  line-height: 1.25em;
  font-weight: 500;
  text-transform: uppercase;
  color: #909090;
}
@media screen and (max-width: 1660px) {
  .project-category__hero__label.--typo {
    font-size: 1.33rem;
  }
}
.project-category__hero__excerpt {
  font-size: clamp(30px,2.604vw,50px);
  line-height: 1.2em;
  font-weight: 400;
}
.project-category__hero.is-in {
  opacity: 1;
  visibility: visible;
  transition: all 0.7s cubic-bezier(0.55,0.085,0.68,0.53);
}
.project-category__filters {
  display: flex;
  justify-content: center;
  gap: max(25px,1.8228vw);
  padding-bottom: clamp(50px,7.812vw,150px);
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 765px) {
  .project-category__filters:not(.--view) {
    flex-direction: column;
    align-items: flex-end;
    padding-right: 10%;
  }
}
.project-category__filters .button {
  padding: clamp(10px,15vw,0.7812vw) clamp(30px,40vw,2.0832vw);
  min-width: 165px;
  border: 1px solid #c3c3c3;
  flex-direction: row-reverse;
  gap: 1.5624vw;
}
.project-category__filters .button__filter {
  height: clamp(15px,20vw,1.0416vw);
  width: clamp(15px,20vw,1.0416vw);
  border: 1px solid #089429;
}
.project-category__filters .button:focus .button__filter {
  background-color: #089429;
}
.project-category__filters .button.--active .button__filter {
  background-color: #089429;
}
.project-category__filters__prev-button {
  font-size: 1.07rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-weight: 500;
  color: #909090;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1660px) {
  .project-category__filters__prev-button {
    font-size: 1.01rem;
  }
}
@media screen and (max-width: 1366px) {
  .project-category__filters__prev-button {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1280px) {
  .project-category__filters__prev-button {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 765px) {
  .project-category__filters__prev-button {
    position: absolute;
    left: 15%;
    transform: translateX(-15%);
  }
}
.project-category__filters.is-in {
  opacity: 1;
  visibility: visible;
  transition: all 0.7s cubic-bezier(0.55,0.085,0.68,0.53);
  transform: unset;
}
.project-category__project-previews {
  display: grid;
  grid-template-columns: 1fr 1.05fr 1fr;
  position: relative;
  padding-bottom: clamp(50px,7.812vw,150px);
  margin-left: clamp(50px,6.2496vw,120px);
  margin-right: clamp(50px,6.2496vw,120px);
}
@media screen and (max-width: 1080px) {
  .project-category__project-previews {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 765px) {
  .project-category__project-previews {
    grid-template-columns: 1fr;
    margin-left: 20px;
    margin-right: 20px;
  }
}
.project-preview {
  padding-top: 3.1248vw;
  position: relative;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 765px) {
  .project-preview {
    margin-bottom: 50px;
  }
}
.project-preview__image {
  padding-bottom: clamp(50px,5.208vw,100px);
  height: 29.1648vw;
  transition: transform 0.2s cubic-bezier(0.25,0.46,0.45,0.94);
}
@media screen and (max-width: 1080px) {
  .project-preview__image {
    height: 41.664vw;
  }
}
@media screen and (max-width: 765px) {
  .project-preview__image {
    height: 93.744vw;
  }
}
.project-preview__image img {
  height: 100%;
  object-fit: cover;
}
.project-preview__content {
  position: relative;
}
.project-preview__content__label.--typo {
  font-size: 1.07rem;
  letter-spacing: 0.02em;
  font-weight: 500;
  text-transform: uppercase;
  color: #909090;
}
@media screen and (max-width: 1660px) {
  .project-preview__content__label.--typo {
    font-size: 1.01rem;
  }
}
@media screen and (max-width: 1366px) {
  .project-preview__content__label.--typo {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1280px) {
  .project-preview__content__label.--typo {
    font-size: 0.9rem;
  }
}
.project-preview__content__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 3.1248vw;
}
.project-preview__content__title--typo {
  font-size: clamp(23px,1.5624vw,30px);
  line-height: 1.53em;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 505px;
}
.project-preview__content__title__icon {
  width: 1.302vw;
  min-width: 20px;
  height: 100%;
}
.project-preview__content__title__icon svg {
  width: 100%;
  height: 100%;
}
.project-preview__content::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #c3c3c3;
  transform: scaleX(0%);
  transform-origin: left bottom;
  transition: transform 2s cubic-bezier(0.455,0.03,0.515,0.955);
}
@media screen and (max-width: 765px) {
  .project-preview__content::before {
    all: unset;
  }
}
.project-preview:hover svg {
  transform: rotate(45deg);
}
.project-preview::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #c3c3c3;
  transform: scaleY(0%);
  transform-origin: right top;
  transition: transform 2s cubic-bezier(0.455,0.03,0.515,0.955);
}
.project-preview::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  top: 0;
  background-color: #c3c3c3;
  transform: scaleX(0%);
  transform-origin: left top;
  transition: transform 2s cubic-bezier(0.455,0.03,0.515,0.955);
}
.project-preview.is-in::before {
  transform: scaleY(100%);
}
.project-preview.is-in::after {
  transform: scaleX(100%);
}
.project-preview.is-in .project-preview__content::before {
  transform: scaleX(100%);
}
@media screen and (min-width: 1081px) {
  .project-preview:nth-child(3n + 1) .project-preview__image {
    width: 95%;
  }
  .project-preview:nth-child(3n + 1) .project-preview__content {
    padding-right: 5%;
  }
  .project-preview:nth-child(3n + 2) .project-preview__image {
    width: 90.5%;
    margin: 0 auto;
  }
  .project-preview:nth-child(3n + 2) .project-preview__content {
    width: 100%;
    margin: 0 auto;
    padding: 0 4.75%;
  }
  .project-preview:nth-child(3n)::after {
    all: unset;
  }
  .project-preview:nth-child(3n) .project-preview__image {
    width: 95%;
    margin-left: auto;
  }
  .project-preview:nth-child(3n) .project-preview__content {
    padding-left: 5%;
    margin-left: auto;
  }
  .project-preview:nth-child(n + 4)::before {
    all: unset;
  }
}
@media screen and (max-width: 1080px) {
  .project-preview:nth-child(2n + 1) .project-preview__image {
    width: 95%;
  }
  .project-preview:nth-child(2n + 1) .project-preview__content {
    padding-right: 5%;
  }
  .project-preview:nth-child(2n + 2)::after {
    all: unset;
  }
  .project-preview:nth-child(2n + 2) .project-preview__image {
    width: 95%;
    margin-left: auto;
  }
  .project-preview:nth-child(2n + 2) .project-preview__content {
    padding-left: 5%;
  }
  .project-preview:nth-child(n + 3)::before {
    all: unset;
  }
}
@media screen and (max-width: 765px) {
  .project-preview:nth-child(2n + 1) .project-preview__image {
    width: 95%;
    margin: 0 auto;
  }
  .project-preview:nth-child(2n + 1) .project-preview__content {
    width: 100%;
    padding: 0 2.5%;
    margin: 0 auto;
    position: relative;
  }
  .project-preview:nth-child(2n + 1) .project-preview__content::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background-color: #c3c3c3;
    transform: scaleX(0%);
    transform-origin: left bottom;
    transition: transform 2s cubic-bezier(0.455,0.03,0.515,0.955);
  }
  .project-preview:nth-child(2n + 1) .project-preview__content.is-in::after {
    transform: scaleX(100%);
  }
  .project-preview:nth-child(2n + 2)::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    right: 0;
    top: 0;
    background-color: #c3c3c3;
    transform: scaleY(0%);
    transform-origin: right top;
    transition: transform 2s cubic-bezier(0.455,0.03,0.515,0.955);
  }
  .project-preview:nth-child(2n + 2).is-in::after {
    transform: scaleY(100%);
  }
  .project-preview:nth-child(2n + 2) .project-preview__image {
    width: 95%;
    margin: 0 auto;
  }
  .project-preview:nth-child(2n + 2) .project-preview__content {
    width: 100%;
    padding: 0 2.5%;
    margin: 0 auto;
    position: relative;
  }
  .project-preview:nth-child(2n + 2) .project-preview__content::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background-color: #c3c3c3;
    transform: scaleX(0%);
    transform-origin: left bottom;
    transition: transform 2s cubic-bezier(0.455,0.03,0.515,0.955);
  }
  .project-preview:nth-child(2n + 2) .project-preview__content.is-in::after {
    transform: scaleX(100%);
  }
  .project-preview:nth-child(n + 3)::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #c3c3c3;
    transform: scaleY(0%);
    transform-origin: left top;
    transition: transform 2s cubic-bezier(0.455,0.03,0.515,0.955);
  }
  .project-preview:nth-child(n + 3).is-in::before {
    transform: scaleY(100%);
  }
  .project-preview::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    right: 0;
    top: 0;
    background-color: #c3c3c3;
  }
  .project-preview::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #c3c3c3;
    transform: scaleY(0%);
    transform-origin: left top;
    transition: transform 2s cubic-bezier(0.455,0.03,0.515,0.955);
  }
}
.project-preview.is-in {
  opacity: 1;
  visibility: visible;
  transition: all 0.7s cubic-bezier(0.55,0.085,0.68,0.53);
}
.project-preview:hover .project-preview__image {
  transform: translate3d(0,-10px,0);
}
.project__hero {
  padding-left: clamp(50px,16.6656vw,320px);
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 810px) {
  .project__hero {
    padding-left: 0;
  }
}
.project__hero__label {
  padding-top: clamp(50px,6.2496vw,120px);
  margin-bottom: max(20px,2.0832vw);
}
@media screen and (max-width: 810px) {
  .project__hero__label {
    text-align: center;
  }
}
.project__hero__label--typo {
  font-size: 1.6rem;
  line-height: 1.25em;
  font-weight: 500;
  text-transform: uppercase;
  color: #c3c3c3;
}
@media screen and (max-width: 1660px) {
  .project__hero__label--typo {
    font-size: 1.33rem;
  }
}
.project__hero__title {
  margin-bottom: clamp(50px,6.2496vw,120px);
}
@media screen and (max-width: 810px) {
  .project__hero__title {
    text-align: center;
    margin-bottom: 50px;
    padding: 0 25px;
  }
}
.project__hero__title--typo {
  font-size: clamp(40px,4.1664vw,105px);
  line-height: 1.13em;
  font-weight: 400;
}
.project__hero__infos {
  display: flex;
  gap: max(50px,11.718vw);
  padding-bottom: clamp(50px,6.2496vw,120px);
  padding-right: clamp(50px,16.6656vw,320px);
}
@media screen and (max-width: 810px) {
  .project__hero__infos {
    flex-direction: column;
    gap: max(20px,2.0832vw);
    padding-right: 0;
  }
}
.project__hero__infos__item {
  display: flex;
  flex-direction: column;
  gap: max(10px,1.0416vw);
}
@media screen and (max-width: 810px) {
  .project__hero__infos__item {
    text-align: center;
  }
}
.project__hero__infos__item__label {
  color: #c3c3c3;
}
.project__hero__infos__item__label.--typo {
  font-size: 1.07rem;
  letter-spacing: 0.02em;
  font-weight: 500;
  text-transform: uppercase;
}
@media screen and (max-width: 1660px) {
  .project__hero__infos__item__label.--typo {
    font-size: 1.01rem;
  }
}
@media screen and (max-width: 1366px) {
  .project__hero__infos__item__label.--typo {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1280px) {
  .project__hero__infos__item__label.--typo {
    font-size: 0.9rem;
  }
}
.project__hero__infos__item__text.--typo {
  font-size: 1.6rem;
  line-height: 1.25em;
  font-weight: 500;
}
@media screen and (max-width: 1660px) {
  .project__hero__infos__item__text.--typo {
    font-size: 1.33rem;
  }
}
.project__hero.is-in {
  opacity: 1;
  visibility: visible;
  transition: all 0.7s cubic-bezier(0.55,0.085,0.68,0.53);
}
.project__preview__img {
  padding: max(20px,2.0832vw);
  position: relative;
}
.project__preview__img::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #c3c3c3;
  transform: scaleX(0%);
  transform-origin: bottom left;
  transition: transform 2s cubic-bezier(0.455,0.03,0.515,0.955);
}
.project__preview__img::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #c3c3c3;
  transform: scaleX(0%);
  transform-origin: top left;
  transition: transform 2s cubic-bezier(0.455,0.03,0.515,0.955);
}
.project__preview__img img {
  height: 100%;
  object-fit: cover;
}
.project__preview__img.is-in::before {
  transform: scaleX(100%);
}
.project__preview__img.is-in::after {
  transform: scaleX(100%);
}
.project__preview__paragraph {
  padding: clamp(50px,5.208vw,100px) clamp(50px,16.6656vw,320px) clamp(50px,6.2496vw,120px) clamp(50px,16.6656vw,320px);
  display: flex;
  gap: 8.8536vw;
  position: relative;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 1080px) {
  .project__preview__paragraph {
    padding-left: clamp(50px,10.416vw,200px);
    padding-right: clamp(50px,10.416vw,200px);
    flex-direction: column;
  }
}
@media screen and (max-width: 550px) {
  .project__preview__paragraph {
    padding-left: 20px;
    padding-right: 20px;
    flex-direction: column;
  }
}
.project__preview__paragraph__sx {
  flex: 1 0 50%;
}
.project__preview__paragraph__sx--typo {
  font-size: clamp(23px,1.5624vw,30px);
  line-height: 1.53em;
  font-weight: 500;
}
.project__preview__paragraph__dx {
  flex-basis: 50%;
}
.project__preview__paragraph__dx--typo {
  font-size: 1.6rem;
  line-height: 1.25em;
  font-weight: 400;
  line-height: 1.58em;
}
@media screen and (max-width: 1660px) {
  .project__preview__paragraph__dx--typo {
    font-size: 1.33rem;
  }
}
.project__preview__paragraph.is-in {
  opacity: 1;
  visibility: visible;
  transition: all 0.7s cubic-bezier(0.55,0.085,0.68,0.53);
}
.project__infos {
  display: flex;
  padding: clamp(50px,6.2496vw,120px) 0;
  margin: 0 clamp(50px,16.6656vw,320px);
  position: relative;
}
@media screen and (max-width: 1080px) {
  .project__infos {
    gap: 1.302vw;
    margin: 0 clamp(50px,10.416vw,200px);
  }
}
@media screen and (max-width: 810px) {
  .project__infos {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }
}
@media screen and (max-width: 550px) {
  .project__infos {
    margin: 0 20px;
  }
}
.project__infos__container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  align-items: flex-start;
  gap: max(30px,2.604vw);
  text-align: left;
}
@media screen and (max-width: 810px) {
  .project__infos__container {
    justify-content: center;
  }
}
@media screen and (max-width: 765px) {
  .project__infos__container {
    display: grid;
    justify-items: center;
    grid-template-columns: 1fr;
    row-gap: 5.208vw;
  }
}
.project__infos__container__text {
  font-size: clamp(23px,1.5624vw,30px);
  line-height: 1.53em;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 10em;
}
@media screen and (max-width: 765px) {
  .project__infos__container__text {
    display: flex;
    gap: 2.604vw;
    width: 80%;
    max-width: 310px;
  }
  .project__infos__container__text span {
    display: block !important;
  }
}
.project__infos__container__text--typo {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.project__infos::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #c3c3c3;
  transform: scaleX(0%);
  transform-origin: bottom left;
  transition: transform 2s cubic-bezier(0.455,0.03,0.515,0.955);
}
.project__infos::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #c3c3c3;
  transform: scaleX(0%);
  transform-origin: top left;
  transition: transform 2s cubic-bezier(0.455,0.03,0.515,0.955);
}
.project__infos.is-in::before {
  transform: scaleX(100%);
}
.project__infos.is-in::after {
  transform: scaleX(100%);
}
.project__services {
  padding-bottom: clamp(30px,2.604vw,50px);
}
.project__services__swiper {
  padding-top: clamp(50px,6.2496vw,120px);
}
.project__services__swiper .swiper {
  padding-bottom: 30px;
}
.project__services__swiper__pagination {
  bottom: 0;
}
.project__services__swiper__button-next,
.project__services__swiper__button-prev {
  display: block;
}
@media screen and (max-width: 1080px) {
  .project__services__swiper__button-next,
  .project__services__swiper__button-prev {
    display: none;
  }
}
.project__services__swiper__button-prev {
  left: max(25px,1vw);
}
.project__services__swiper__button-next {
  right: max(25px,1vw);
}
@media screen and (max-width: 765px) {
  .project__services__swiper__slide__img-container {
    width: 95%;
    margin: 0 auto;
  }
  .project__services__swiper__slide__img-container > a {
    height: 78.12vw;
    display: block;
  }
  .project__services__swiper__slide__img-container > a img {
    height: 100%;
    object-fit: cover;
  }
}
.project__services__list {
  padding: 0 clamp(50px,16.6656vw,320px);
  padding-top: clamp(50px,7.812vw,150px);
  padding-bottom: clamp(50px,7.812vw,150px);
}
@media screen and (max-width: 1080px) {
  .project__services__list {
    padding-left: clamp(50px,10.416vw,200px);
    padding-right: clamp(50px,10.416vw,200px);
  }
}
.project__services__list__label {
  display: block;
  padding-bottom: clamp(30px,3.6456vw,70px);
}
@media screen and (max-width: 810px) {
  .project__services__list__label {
    padding-bottom: 10px;
  }
}
.project__services__list__label.--typo {
  font-size: 1.07rem;
  letter-spacing: 0.02em;
  font-weight: 500;
  text-transform: uppercase;
  color: #909090;
}
@media screen and (max-width: 1660px) {
  .project__services__list__label.--typo {
    font-size: 1.01rem;
  }
}
@media screen and (max-width: 1366px) {
  .project__services__list__label.--typo {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1280px) {
  .project__services__list__label.--typo {
    font-size: 0.9rem;
  }
}
.project__services__list ul {
  list-style-type: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 550px) {
  .project__services__list ul {
    grid-template-columns: 1fr;
  }
}
.project__services__list ul li {
  font-size: clamp(23px,1.5624vw,30px);
  line-height: 1.53em;
  font-weight: 400;
  position: relative;
  padding: 1.1em 0;
}
.project__services__list ul li::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #c3c3c3;
  transform: scaleX(0%);
  transform-origin: bottom left;
  transition: transform 2s cubic-bezier(0.455,0.03,0.515,0.955);
}
.project__services__list__container.is-in li:after {
  transform: scaleX(100%);
}
.project__services__img {
  width: 83.2%;
  height: 41.664vw;
  transform: translate3d(-10vw,0,0);
}
@media screen and (max-width: 1080px) {
  .project__services__img {
    width: 95%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 765px) {
  .project__services__img {
    height: 52.08vw;
  }
}
.project__services__img img {
  height: 100%;
  object-fit: cover;
}
.project__services__img.is-in {
  opacity: 1;
  visibility: visible;
  transition: all 0.7s cubic-bezier(0.55,0.085,0.68,0.53);
  transform: unset;
}
.project__contact-us {
  display: flex;
  justify-content: space-between;
}
.project__contact-us__paragraph {
  padding: clamp(50px,5.208vw,100px) clamp(50px,13.02vw,250px) clamp(50px,10.416vw,200px) clamp(50px,16.6656vw,320px);
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 810px) {
  .project__contact-us__paragraph {
    padding-left: clamp(50px,10.416vw,200px);
    padding-right: clamp(50px,10.416vw,200px);
  }
}
@media screen and (max-width: 550px) {
  .project__contact-us__paragraph {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.project__contact-us__paragraph__title {
  margin-bottom: 0.5em;
}
.project__contact-us__paragraph__title.--typo {
  font-size: clamp(30px,2.604vw,50px);
  line-height: 1.2em;
  font-weight: 400;
}
.project__contact-us__paragraph__text.--typo {
  font-size: 1.6rem;
  line-height: 1.25em;
  font-weight: 400;
}
@media screen and (max-width: 1660px) {
  .project__contact-us__paragraph__text.--typo {
    font-size: 1.33rem;
  }
}
.project__contact-us__paragraph.is-in {
  opacity: 1;
  visibility: visible;
  transition: all 0.7s cubic-bezier(0.55,0.085,0.68,0.53);
}
.project__contact-us__img {
  width: 16.8%;
  flex-shrink: 0;
  opacity: 0;
  transform: translate3d(0,100px,0);
}
@media screen and (max-width: 1080px) {
  .project__contact-us__img {
    display: none;
  }
}
.project__contact-us__img img {
  height: 100%;
  object-fit: cover;
}
.project__contact-us__img.is-in {
  opacity: 1;
  visibility: visible;
  transition: all 0.7s cubic-bezier(0.55,0.085,0.68,0.53);
  transform: unset;
}