@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@300&display=swap");
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;
}
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;
}
li {
  list-style-type: none;
}
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/montserrat-v25-latin-regular.woff2") format("woff2"), url("../fonts/montserrat-v25-latin-regular.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/montserrat-v25-latin-italic.woff2") format("woff2"), url("../fonts/montserrat-v25-latin-italic.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/montserrat-v25-latin-500.woff2") format("woff2"), url("../fonts/montserrat-v25-latin-500.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/montserrat-v25-latin-500italic.woff2") format("woff2"), url("../fonts/montserrat-v25-latin-500italic.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/montserrat-v25-latin-600.woff2") format("woff2"), url("../fonts/montserrat-v25-latin-600.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/montserrat-v25-latin-600italic.woff2") format("woff2"), url("../fonts/montserrat-v25-latin-600italic.ttf") format("truetype");
}
html {
  font-size: 15px;
}
body {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
}
a {
  color: #fff;
}
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;
}
.shaded-grey {
  color: #87837B;
}
.blue {
  color: #2F3A4A;
}
.light-text-color {
  color: #fff;
}
.decorable span {
  text-decoration: none !important;
  color: #fff;
}
.semi-bold {
  font-weight: 600;
}
.medium {
  font-weight: 500;
}
.regular {
  font-weight: 400;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.paragraph {
  line-height: 1.33em;
}
.paragraph-max {
  line-height: 1.4em;
}
.heading-2 {
  line-height: 0.88em;
}
.font-filters {
  font-size: 1.2rem;
}
.font-testimonial {
  font-size: clamp(25px,2.0832vw,40px);
}
.font-100 {
  font-size: clamp(45px,5.208vw,100px);
}
.font-80 {
  font-size: clamp(35px,4.1664vw,80px);
}
.font-40 {
  font-size: clamp(20px,2.0832vw,40px);
}
.font-18 {
  font-size: clamp(16px,0.93744vw,18px);
}
.font-16 {
  font-size: 1.07rem;
}
.font-14 {
  font-size: 0.93rem;
}
.body {
  background: #000;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow-x: hidden;
  overflow-y: scroll;
}
.body.scroll-locked {
  overflow: hidden;
  overflow-y: hidden;
}
.main {
  flex-grow: 1;
}
.swiper-pagination-bullet {
  width: 18px !important;
  height: 1px !important;
  border-radius: 0 !important;
}
.swiper-pagination {
  bottom: 0px !important;
}
img {
  display: block;
  width: 100%;
}
svg {
  overflow: visible;
}
video {
  width: 100%;
  display: block;
}
body::-webkit-scrollbar {
  display: none !important;
}
html {
  scrollbar-width: none;
}
.success-color {
  color: #52af8d !important;
}
.error-color {
  color: #e73c5b !important;
}
.animated-gif__container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #000;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: visible;
  opacity: 1;
  transition-delay: 0ms;
}
.animated-gif__container img {
  width: 60%;
  position: fixed;
  top: 50%;
  transform: translate3d(-50%,-100%,0);
  left: 50%;
}
.animated-gif__container.hide {
  visibility: hidden;
  opacity: 0;
  transition: opacity 1000ms cubic-bezier(0.455,0.03,0.515,0.955), visibility 0ms cubic-bezier(0.455,0.03,0.515,0.955) 1000ms;
}
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: 55px;
  line-height: 55px;
  border: 1px solid #000;
  padding: 0 15px;
  font-size: 1rem;
  transition: 300ms;
  background: #fff;
  color: #fff;
}
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: #fff;
}
select {
  background-image: url(../img/icons/select-dropdown.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
}
textarea {
  line-height: 1.2em;
  padding: 15px;
  height: auto;
}
label {
  display: block;
  margin-bottom: 3px;
}
.input {
  margin-bottom: 15px;
}
.radio label,
.checkbox label {
  position: relative;
  cursor: pointer;
  font-size: 13px;
  display: block;
  margin-bottom: 10px;
  letter-spacing: .05em;
}
.radio label input,
.checkbox label input {
  width: 0;
  height: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  position: absolute;
  top: 0;
  left: -10px;
}
.radio label input:checked ~ span::before,
.checkbox label input:checked ~ span::before {
  box-shadow: 0 0 0 3px #fff inset;
  background: #fff;
}
.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: .8rem;
  text-transform: none;
  margin-top: 3px;
}
.error-message {
  color: #e73c5b;
  font-weight: bold;
  margin-bottom: 0;
}
.privacy-disclaimer {
  margin-bottom: 30px;
}
.required label::after {
  content: ' *';
}
.required.checkbox label::after {
  display: none;
}
.form-privacy {
  margin-bottom: 15px;
  font-size: .8rem;
}
.form-privacy a {
  color: inherit;
  text-decoration: underline;
}
.button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
  height: 2em;
  width: max-content;
  padding: 0 1.5em;
  color: #fff;
  transition: background-color 0.3s cubic-bezier(0.455,0.03,0.515,0.955);
  border: 1px solid #fff;
  border-radius: 5px;
}
.button__text {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button__icon {
  width: 1.8em;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1336px) {
  .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 (max-width: 1200px) {
  .button {
    font-size: 1.07rem;
  }
}
@media screen and (max-width: 1000px) {
  .button {
    font-size: 0.93rem;
  }
}
@media screen and (min-width: 1336px) {
  .button:hover {
    color: #000;
    background-color: #fff;
  }
  .button:hover .button__icon {
    transform: translate3d(10px,0,0);
  }
}
#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 0.35s;
  pointer-events: all;
  transition: opacity 250ms cubic-bezier(0.455,0.03,0.515,0.955), visibility 1000ms cubic-bezier(0.455,0.03,0.515,0.955) 250ms;
  visibility: visible;
  opacity: 1;
  transition-delay: 100ms;
}
#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.84,0.44,1);
  letter-spacing: 0;
  font-weight: normal;
}
@media (max-width: 600px) {
  #cookiedisclaimer2022 .inner_disclaimer {
    font-size: 13px;
  }
}
#cookiedisclaimer2022.hidden {
  pointer-events: none;
  visibility: hidden;
  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 0.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 0.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: 1200px) {
  .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;
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-between {
  display: flex;
  justify-content: space-between;
}
@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;
}
.line-to-right {
  transform: scaleX(0);
  transition: transform 1s cubic-bezier(0.455,0.03,0.515,0.955);
}
@font-face {
  font-family: swiper-icons;
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #fff;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-vertical>.swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px,0,0);
}
.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0,0,0,0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left,rgba(0,0,0,0.5),rgba(0,0,0,0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right,rgba(0,0,0,0.5),rgba(0,0,0,0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top,rgba(0,0,0,0.5),rgba(0,0,0,0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom,rgba(0,0,0,0.5),rgba(0,0,0,0));
}
.swiper-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode>.swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-centered>.swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical>.swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: center center;
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size)/ 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color,var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .0;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0,0,0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));
  height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color,#000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity,.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity,1);
  background: var(--swiper-pagination-color,var(--swiper-theme-color));
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px,-50%,0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap,6px) 0;
  display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform, .2s top;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap,4px);
}
.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform, .2s left;
}
.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform, .2s right;
}
.swiper-pagination-progressbar {
  background: rgba(0,0,0,0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color,var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0,0,0,0.1);
}
.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0,0,0,0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode>.swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid>.swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column>.swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next+.swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
.header {
  height: 120px;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  background: #000;
  padding: 0 2vw;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  z-index: 99;
}
.header__social {
  color: #87837B;
  position: relative;
  cursor: pointer;
  flex-grow: 1;
}
.header__social__text {
  width: fit-content;
}
.header__social__list {
  position: absolute;
  left: 0;
  top: 100%;
  width: max-content;
  padding-top: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 250ms cubic-bezier(0.455,0.03,0.515,0.955), visibility 0ms cubic-bezier(0.455,0.03,0.515,0.955) 250ms;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.header__social__list a {
  position: relative;
  color: #87837B;
  transition: color 0.3s cubic-bezier(0.455,0.03,0.515,0.955);
}
.header__social__list a:hover {
  color: #fff;
}
.header__social__list.show {
  opacity: 1;
  visibility: visible;
  transition-delay: 0ms;
}
.header__logo {
  position: absolute;
  left: 50%;
  transform: translate3d(-50%,0,0);
}
.header__logo__full {
  margin: 0 auto;
  width: 18.01968vw;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  .header__logo__full {
    width: 70%;
  }
}
.header__logo__full svg {
  width: 100%;
  height: 100%;
}
.header__logo__full a {
  display: block;
}
.header__menu__list {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header__menu__list li {
  cursor: pointer;
  color: #87837B;
  transition: color 0.3s cubic-bezier(0.455,0.03,0.515,0.955);
}
.header__menu__list li:hover {
  color: #fff;
}
.header__menu__list__contact {
  cursor: pointer;
  border: 1px solid #404040;
  border-radius: 5px;
  padding: 5px;
  background: #000;
  transition: background-color 0.3s cubic-bezier(0.455,0.03,0.515,0.955) !important;
  -webkit-transition: background-color 0.3s cubic-bezier(0.455,0.03,0.515,0.955) !important;
  -o-transition: background-color 0.3s cubic-bezier(0.455,0.03,0.515,0.955) !important;
  -moz-transition: background-color 0.3s cubic-bezier(0.455,0.03,0.515,0.955) !important;
}
.header__menu__list__contact a {
  color: #87837B;
}
.header__menu__list__contact:hover {
  background-color: #fff;
}
.header__menu__list__contact:hover a {
  color: #000;
}
@media screen and (max-width: 1000px) {
  .header__menu__list__contact {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    transition: opacity 250ms cubic-bezier(0.455,0.03,0.515,0.955), visibility 0ms cubic-bezier(0.455,0.03,0.515,0.955) 250ms;
  }
  .header__menu__list__contact.visible {
    z-index: 100;
    visibility: visible;
    opacity: 1;
    transition-delay: 0ms;
    bottom: 10px;
    left: 50%;
    transform: translate3d(-50%,0,0);
  }
}
.header .menu {
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2.0832vw;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: opacity 250ms cubic-bezier(0.455,0.03,0.515,0.955), visibility 0ms cubic-bezier(0.455,0.03,0.515,0.955) 250ms;
}
@media screen and (max-width: 1000px) {
  .header .menu {
    gap: max(40px,6vh);
  }
}
.header .menu__btn {
  cursor: pointer;
  position: fixed;
  top: 50px;
  right: 10%;
  visibility: hidden;
  opacity: 0;
  transition: opacity 250ms cubic-bezier(0.455,0.03,0.515,0.955), visibility 0ms cubic-bezier(0.455,0.03,0.515,0.955) 250ms;
}
.header .menu__btn.clicked {
  visibility: visible;
  opacity: 1;
  transition-delay: 0ms;
}
.header .menu a {
  display: block;
  color: #fff;
}
.header .menu li {
  position: relative;
}
.header .menu li .preview {
  display: none;
}
@media screen and (min-width: 1200px) {
  .header .menu li .preview {
    display: block;
    border-radius: 15px;
    width: 10.416vw;
    height: 14.5824vw;
    position: absolute;
    right: -15vw;
    top: 50%;
    visibility: hidden;
    opacity: 0;
    transition: opacity 250ms cubic-bezier(0.455,0.03,0.515,0.955), visibility 0ms cubic-bezier(0.455,0.03,0.515,0.955) 250ms, transform 0.7s cubic-bezier(0.455,0.03,0.515,0.955);
    transform: translate3d(-10px,-50%,0);
    object-fit: cover;
  }
  .header .menu li:hover img {
    visibility: visible;
    opacity: 1;
    transition-delay: 0ms;
    transform: translate3d(0,-50%,0);
  }
}
.header .menu.open {
  visibility: visible;
  opacity: 1;
  transition-delay: 0ms;
}
.header__lang {
  position: relative;
}
.header__lang__sub {
  position: absolute;
  display: flex;
  flex-direction: column;
  left: 0;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 250ms cubic-bezier(0.455,0.03,0.515,0.955), visibility 0ms cubic-bezier(0.455,0.03,0.515,0.955) 250ms;
}
.header__lang__sub a {
  transition: color 0.3s cubic-bezier(0.455,0.03,0.515,0.955);
}
@media screen and (max-width: 1000px) {
  .header__lang__sub a {
    margin-top: 20px;
  }
}
.header__lang__sub a:hover {
  color: #fff;
}
.header__lang a {
  height: 40px;
  width: 40px;
  line-height: 38px;
  text-align: center;
  display: block;
  color: #87837B;
}
@media screen and (max-width: 1000px) {
  .header__lang a {
    height: unset;
    line-height: unset;
  }
}
.header__lang:hover .header__lang__sub {
  opacity: 1;
  visibility: visible;
  transition-delay: 0ms;
}
.hamburger {
  display: none;
  width: 52px;
  height: 20px;
  position: relative;
  cursor: pointer;
  margin-left: 20px;
}
@media screen and (max-width: 1000px) {
  .hamburger {
    display: block;
    width: 45px;
  }
}
@media screen and (max-width: 550px) {
  .hamburger {
    width: 40px;
  }
}
@media screen and (max-width: 400px) {
  .hamburger {
    margin-left: 10px;
  }
}
.hamburger span {
  position: absolute;
  height: 2px;
  background: #fff;
  left: 0;
  right: 0;
  top: 50%;
  transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  transition: 500ms cubic-bezier(0.25,0.46,0.45,0.94);
}
.hamburger span:first-child {
  transform: translate(0,-50%) translate3d(0,-9px,0);
  -webkit-transform: translate(0,-50%) translate3d(0,-9px,0);
}
.hamburger span:last-child {
  transform: translate(0,-50%) translate3d(0,9px,0);
  -webkit-transform: translate(0,-50%) translate3d(0,9px,0);
}
@media screen and (max-width: 1000px) {
  .hamburger span {
    width: 45px;
  }
}
@media screen and (max-width: 550px) {
  .hamburger span {
    width: 40px;
  }
}
.hamburger.open span {
  background: #fff;
}
.hamburger.open span:first-child {
  opacity: 1;
  transform: translate(0,-50%) translate3d(0,0,0) rotate(-45deg);
  -webkit-transform: translate(0,-50%) translate3d(0,0,0) rotate(-45deg);
}
.hamburger.open span:last-child {
  opacity: 1;
  transform: translate(0,-50%) translate3d(0,0,0) rotate(45deg);
  -webkit-transform: translate(0,-50%) translate3d(0,0,0) rotate(45deg);
}
.hamburger.open span:nth-child(2) {
  opacity: 0;
  transform: translate(0,-50%) scale3d(0,1,1);
  -webkit-transform: translate(0,-50%) scale3d(0,1,1);
}
.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: #fff;
  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: #fff;
}
.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 {
  padding: 40px 2vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background-color: #212121;
  gap: 20px;
}
@media screen and (max-width: 1000px) {
  .footer {
    gap: 20px;
    justify-content: center;
  }
}
.footer__info {
  text-align: center;
}
.footer__legal {
  display: flex;
  justify-content: center;
  gap: max(10px,1.0416vw);
}
.footer__menu__list {
  display: flex;
  gap: max(10px,1.0416vw);
}
.footer__credits {
  display: flex;
  align-items: center;
  gap: max(10px,1.0416vw);
}
.footer__credits a {
  margin-right: 4.1664vw;
}
.footer__credits img {
  width: 7.2912vw;
  height: 3.1248vw;
  min-width: 80px;
  min-height: 35px;
}
.footer * {
  color: #868686;
  transition: color 0.3s cubic-bezier(0.455,0.03,0.515,0.955);
}
.footer *:hover {
  color: #fff;
}
.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: #fff;
  border: 1px solid #fff;
}
.paginator__pages .active a {
  background: #fff;
  color: #fff;
}
.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: #fff;
}
.product-preview__content {
  margin-top: 20px;
}
.category-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.category-menu a {
  color: #fff;
}
.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 {
  margin-bottom: clamp(100px,15.624vw,300px);
  display: flex;
  flex-direction: column;
  gap: clamp(50px,6.7704vw,130px);
  position: relative;
}
.service-preview__upper {
  position: relative;
}
.service-preview__upper__img {
  width: 80%;
  height: 60vh;
  min-height: 270px;
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .service-preview__upper__img {
    height: 40vh;
  }
}
@media screen and (max-width: 550px) {
  .service-preview__upper__img {
    height: 30vh;
  }
}
.service-preview__upper__img img {
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.service-preview__upper__img::after {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom,rgba(0,0,0,0.35),rgba(0,0,0,0.35));
  margin: 0;
  border-radius: 10px;
}
.service-preview__upper__content {
  display: flex;
  flex-direction: column;
  gap: max(15px,1.5624vw);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate3d(0,-50%,0);
  transform: translate3d(-10vw,0,0);
}
.service-preview__upper__content__title {
  width: fit-content;
  word-wrap: break-word;
}
.service-preview__upper__content.is-in {
  opacity: 1;
  visibility: visible;
  transition: all 0.7s cubic-bezier(0.55,0.085,0.68,0.53);
  transform: unset;
}
.service-preview__lower {
  display: flex;
  gap: clamp(50px,6.7704vw,130px);
  margin-bottom: clamp(50px,6.7704vw,130px);
  position: relative;
}
@media screen and (max-width: 1000px) {
  .service-preview__lower {
    flex-direction: column;
  }
}
.service-preview__lower__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: max(30px,2.604vw);
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .service-preview__lower__content {
    width: fit-content;
  }
}
.service-preview__lower__swiper {
  border-radius: 10px;
  width: 150%;
}
@media screen and (max-width: 1000px) {
  .service-preview__lower__swiper {
    width: 100%;
  }
}
.service-preview__lower__swiper img {
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.service-preview__lower__swiper .swiper-pagination-bullet {
  width: 18px;
  height: 1px;
}
.service-preview__lower-prev {
  cursor: pointer;
  position: absolute;
  left: 40%;
  top: 50%;
  transform: translate3d(0,-50%,0);
  color: #87837B;
}
@media screen and (max-width: 1000px) {
  .service-preview__lower-prev {
    display: none;
  }
}
.service-preview__lower-prev.white {
  color: #fff;
}
.service-preview__lower-next {
  cursor: pointer;
  position: absolute;
  right: -5%;
  top: 50%;
  transform: translate3d(0,-50%,0);
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .service-preview__lower-next {
    display: none;
  }
}
.service-preview__lower-next.grey {
  color: #87837B;
}
@media screen and (max-width: 1000px) {
  .service-preview::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    width: 50%;
    transform: translate3d(-50%,0,0);
    height: 1px;
    background-color: #87837B;
  }
}
.service > div {
  margin-top: 50px;
}
.service > div:first-child {
  margin: 0;
}
.contacts {
  display: flex;
  width: 85%;
  margin: 0 auto;
  gap: 13.02vw;
  position: relative;
}
@media screen and (max-width: 700px) {
  .contacts {
    width: 90%;
    flex-direction: column;
  }
}
.contacts__form {
  flex-basis: 49.9968vw;
}
@media screen and (max-width: 1000px) {
  .contacts__form {
    flex-basis: unset;
    width: 100%;
  }
  .contacts__form__title,
  .contacts__form__address {
    text-align: center;
  }
}
.contacts__form .input-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 30px;
}
@media screen and (max-width: 700px) {
  .contacts__form .input-grid {
    grid-template-columns: 1fr;
  }
}
.contacts__form .form-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 13.02vw;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .contacts__form .form-footer {
    flex-direction: column;
  }
}
.contacts__form .form-privacy {
  margin-bottom: 0;
}
.contacts__form .form-privacy label {
  display: block;
}
.contacts__form .form-privacy span {
  font-size: 0.8rem;
  font-weight: 500;
  color: #868686;
}
.contacts__form .form-privacy span::before {
  border: 1px solid #868686;
  border-radius: 10px;
}
.contacts__form .form-submit .button {
  border: 0;
  text-transform: uppercase;
  font-size: clamp(16px,0.93744vw,18px);
  font-weight: 500;
}
.contacts__form__address {
  margin-bottom: clamp(50px,6.7704vw,130px);
  font-size: clamp(16px,0.93744vw,18px);
  font-weight: 500;
  color: #87837B;
}
.contacts__form__title {
  margin-bottom: 20px;
}
.contacts__form__buttons {
  display: none;
}
@media screen and (max-width: 1000px) {
  .contacts__form__buttons {
    display: flex;
    justify-content: space-around;
    margin-bottom: 50px;
  }
}
.contacts__form label {
  display: none;
}
.contacts__form input,
.contacts__form textarea {
  background-color: transparent;
  border: 1px solid #868686;
  border-radius: 10px;
}
.contacts__infos {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 25px;
  padding-top: max(80px,5.208vw);
}
@media screen and (max-width: 1000px) {
  .contacts__infos {
    display: none;
  }
}
.contacts__infos .button {
  width: 15em;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media screen and (max-width: 700px) {
  .contacts__infos .button {
    width: 12em;
  }
}
.contacts__social {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  gap: 15px;
}
@media screen and (max-width: 1000px) {
  .contacts__social {
    display: none;
  }
}
.contacts__social__icon {
  width: 20px;
  height: 20px;
}
.contacts__social__icon svg {
  color: #868686;
  width: 100%;
  height: 100%;
  transition: color 0.3s cubic-bezier(0.455,0.03,0.515,0.955);
}
.contacts__social__icon:hover svg {
  color: #fff;
}
.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: #fff;
  margin-bottom: 40px;
}
.policies .article__text strong {
  font-size: 19px;
  color: #fff;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.hero {
  display: flex;
  flex-direction: column;
  gap: 40px;
  text-align: center;
  width: 44.89296vw;
  margin: 0 auto;
  padding-top: 5.208vw;
}
@media screen and (max-width: 1200px) {
  .hero {
    width: 90%;
  }
}
@media screen and (max-width: 700px) {
  .hero {
    width: 100%;
    text-align: left;
  }
}
@media screen and (max-width: 700px) {
  .hero__title {
    text-align: center;
  }
}
.hero * {
  color: #87837B;
}
.hero span {
  text-decoration: none !important;
  color: #fff;
}
.hero:not(.achievements__cp__hero) {
  opacity: 0;
  visibility: hidden;
}
.hero:not(.achievements__cp__hero).is-in {
  opacity: 1;
  visibility: visible;
  transition: all 0.7s cubic-bezier(0.55,0.085,0.68,0.53);
}
.paragraph {
  color: #87837B;
}
.cards {
  position: relative;
}
.cards__swiper {
  gap: max(125px,28.644vw);
  display: flex;
}
@media screen and (max-width: 1200px) {
  .cards__swiper {
    flex-direction: column;
  }
}
.cards__swiper--card {
  width: 24.9984vw;
}
@media screen and (max-width: 1200px) {
  .cards__swiper--card {
    width: 55%;
  }
}
.cards__swiper--card img {
  height: 33.852vw;
  max-height: 650px;
  object-fit: cover;
  border-radius: 10px;
}
@media screen and (max-width: 1200px) {
  .cards__swiper--card img {
    width: 100%;
    height: 35vh;
  }
}
@media screen and (max-width: 700px) {
  .cards__swiper--card img {
    width: 100%;
    height: 30vh;
  }
}
@media screen and (min-height: 1000px) and (max-width: 1200px) {
  .cards__swiper--card img {
    width: 100%;
    height: 40vh;
  }
}
.cards__swiper__front {
  position: absolute;
  top: 15%;
  left: 20%;
  z-index: 3;
  transform: translate3d(-10vw,0,0);
  transition: transform 0.7s cubic-bezier(0.455,0.03,0.515,0.955);
}
@media screen and (max-width: 1200px) {
  .cards__swiper__front {
    right: 0;
    left: unset;
  }
}
.cards__swiper__front.is-in {
  transform: unset;
}
.cards__description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 1200px) {
  .cards__description {
    text-align: left;
    gap: 60px;
  }
}
.cards__description span {
  font-style: italic;
}
@media screen and (max-width: 1200px) {
  .cards__button {
    margin: 0 auto;
  }
}
.contact-us {
  color: #87837B;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: max(50px,5.208vw);
  padding: clamp(80px,10.416vw,200px) 0;
}
.contact-us__cta {
  display: flex;
  justify-content: center;
  gap: max(50px,5.208vw);
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 550px) {
  .contact-us__cta {
    flex-direction: column;
  }
}
.contact-us__cta__mail,
.contact-us__cta__call {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: max(20px,1.5624vw);
}
.contact-us__cta .button {
  border: 1px solid #868686;
}
.contact-us__cta.is-in {
  opacity: 1;
  visibility: visible;
  transition: all 0.7s cubic-bezier(0.55,0.085,0.68,0.53);
}
.home > * {
  width: 85%;
  margin: 0 auto;
}
@media screen and (max-width: 700px) {
  .home > * {
    width: 90%;
    margin: 0 auto;
  }
}
.home__hero {
  padding-bottom: clamp(50px,6.7704vw,130px);
}
.home__video {
  margin: 0 auto;
  height: 74vh;
  max-height: 800px;
  position: relative;
}
@media screen and (max-width: 700px) {
  .home__video {
    width: 90%;
    max-height: 500px;
  }
}
.home__video video {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}
.home__video__button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%,-50%,0);
}
.home__paragraph {
  padding-right: 10%;
  padding-top: clamp(50px,6.7704vw,130px);
}
.home__gallery {
  padding: clamp(80px,10.416vw,200px) 0;
}
.home__gallery__text {
  width: 6em;
}
.home__achievement {
  padding-top: max(50px,13.02vw);
  display: block;
  text-align: center;
}
.home__achievement__label {
  display: block;
  padding-bottom: max(15px,1.302vw);
}
.home__achievement__content {
  display: flex;
  justify-content: space-between;
  padding: max(35px,3.6456vw);
  position: relative;
  flex-wrap: wrap;
  gap: 20px;
  color: #87837B;
}
@media screen and (max-width: 550px) {
  .home__achievement__content {
    justify-content: center;
    padding: 30px 0;
  }
}
.home__achievement__content__title {
  transition: color 0.3s cubic-bezier(0.455,0.03,0.515,0.955);
}
.home__achievement__content__title:hover {
  color: #fff;
}
.home__achievement__content ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1000px) {
  .home__achievement__content ul {
    justify-content: center;
  }
}
.home__achievement__content ul li {
  font-size: clamp(20px,2.0832vw,40px);
  font-weight: 500;
  font-style: italic;
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
  transition: color 0.3s cubic-bezier(0.455,0.03,0.515,0.955);
}
@media screen and (max-width: 550px) {
  .home__achievement__content ul li {
    line-height: 2;
  }
}
.home__achievement__content ul li:hover {
  color: #fff;
}
.home__achievement__content ul li::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #87837B;
  top: 0;
  right: 0;
}
@media screen and (max-width: 550px) {
  .home__achievement__content ul li::after {
    all: unset;
  }
}
.home__achievement__content ul li:last-child::after {
  all: unset;
}
.home__achievement__content ul li:first-child {
  padding-left: 0;
}
.home__achievement__swiper .swiper-pagination {
  display: none;
}
.home__achievement__swiper::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #87837B;
}
.home__achievement__swiper::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #87837B;
}
.home__achievement__swiper::before,
.home__achievement__swiper::after {
  transform: scaleX(0);
  transition: transform 1s cubic-bezier(0.455,0.03,0.515,0.955);
}
.home__achievement__swiper.is-in::before,
.home__achievement__swiper.is-in::after {
  transform: scaleX(1);
}
.home__service {
  position: relative;
  border-radius: 15px;
  margin-top: clamp(80px,10.416vw,200px);
}
@media screen and (max-width: 550px) {
  .home__service {
    height: 35vh;
  }
}
.home__service img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.home__service::after {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom,rgba(0,0,0,0.35),rgba(0,0,0,0.35));
  margin: 0;
  border-radius: 15px;
}
.home__service__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%,-50%,0);
  z-index: 9;
  opacity: 0;
  visibility: hidden;
}
.home__service__content__text {
  text-align: center;
  padding-bottom: max(30px,2.604vw);
}
.home__service__content__button {
  margin: 0 auto;
}
.home__service__content.is-in {
  opacity: 1;
  visibility: visible;
  transition: all 0.7s cubic-bezier(0.55,0.085,0.68,0.53);
}
.achievements__cp {
  width: 85%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 700px) {
  .achievements__cp {
    width: 90%;
    margin: 0 auto;
  }
}
.achievements__cp__hero {
  padding-bottom: clamp(50px,6.7704vw,130px);
}
.achievements__cp__svg {
  cursor: pointer;
  display: block;
  width: clamp(25px,3.1248vw,60px);
  height: clamp(25px,3.1248vw,60px);
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate3d(-100%,0,0);
}
@media screen and (max-width: 1200px) {
  .achievements__cp__svg {
    display: none;
  }
}
.achievements__cp__svg svg {
  width: 100%;
  height: 100%;
}
.achievements__cp__svg svg path {
  transition: fill 0.3s cubic-bezier(0.25,0.46,0.45,0.94);
  fill: #87837B;
}
.achievements__cp__svg:hover path {
  fill: #fff;
}
.services {
  width: 85%;
  margin: 0 auto;
}
@media screen and (max-width: 700px) {
  .services {
    width: 90%;
  }
}
.services__hero {
  margin-bottom: clamp(50px,6.7704vw,130px);
}
.company {
  width: 85%;
  margin: 0 auto;
}
@media screen and (max-width: 700px) {
  .company {
    width: 90%;
  }
}
.company__hero {
  margin-bottom: clamp(50px,6.7704vw,130px);
}
.company__video {
  margin: clamp(50px,6.7704vw,130px) 0;
  border-radius: 10px;
  height: 70vh;
  max-height: 800px;
}
@media screen and (max-width: 700px) {
  .company__video {
    width: 100%;
    max-height: 500px;
    margin: 0 auto;
    padding: clamp(50px,6.7704vw,130px) 0;
  }
}
.company__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.company__paragraph {
  display: flex;
  flex-direction: column;
  gap: max(25px,2.604vw);
  width: 42%;
  margin-left: 15%;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 1200px) {
  .company__paragraph {
    width: 80%;
    margin-left: 0;
  }
}
@media screen and (max-width: 700px) {
  .company__paragraph {
    width: 100%;
    margin-left: 0;
  }
}
.company__paragraph.is-in {
  opacity: 1;
  visibility: visible;
  transition: all 0.7s cubic-bezier(0.55,0.085,0.68,0.53);
}
.company__team {
  position: relative;
  padding-top: clamp(80px,10.416vw,200px);
}
@media screen and (min-width: 1000px) {
  .company__team {
    padding: clamp(80px,10.416vw,200px) 0;
  }
}
.company__team__swiper {
  gap: 28.644vw;
  display: flex;
}
@media screen and (max-width: 1200px) {
  .company__team__swiper {
    flex-direction: column;
  }
}
.company__team__swiper__card {
  width: 22.3944vw;
}
@media screen and (max-width: 1200px) {
  .company__team__swiper__card {
    width: 55%;
  }
}
.company__team__swiper__card img {
  width: 100%;
  height: 50vh;
  object-fit: cover;
  filter: grayscale(1);
  border-radius: 10px;
}
@media screen and (max-width: 1200px) {
  .company__team__swiper__card img {
    height: 35vh;
  }
}
@media screen and (max-width: 700px) {
  .company__team__swiper__card img {
    height: 30vh;
  }
}
@media screen and (min-height: 1000px) and (max-width: 1200px) {
  .company__team__swiper__card img {
    height: 45vh;
  }
}
.company__team__swiper__back img {
  opacity: 0.4;
}
.company__team__swiper__front {
  position: absolute;
  top: 40%;
  left: 20%;
  z-index: 3;
  transform: translate3d(-10vw,0,0);
  transition: transform 0.7s cubic-bezier(0.455,0.03,0.515,0.955);
}
@media screen and (max-width: 1200px) {
  .company__team__swiper__front {
    top: 20%;
    right: 0;
    left: unset;
  }
}
.company__team__swiper__front.is-in {
  transform: unset;
}
.company__team__description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 1200px) {
  .company__team__description {
    padding-top: max(100px,6vh);
    width: 80%;
  }
}
@media screen and (max-width: 700px) {
  .company__team__description {
    width: 100%;
  }
}
@media screen and (min-width: 1000px) {
  .company__team__description {
    opacity: 0;
    visibility: hidden;
  }
  .company__team__description.is-in,
  .company__team__description.is-out--down {
    opacity: 1;
    visibility: visible;
    transition: all 0.7s cubic-bezier(0.55,0.085,0.68,0.53);
  }
}
.company__team__member__description {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 30px;
}
.showroom {
  width: 85%;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .showroom {
    width: 90%;
    margin: 0 auto;
  }
}
.showroom__video {
  margin: 0 auto;
  height: 74vh;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .showroom__video {
    width: 100%;
    max-height: 500px;
  }
}
.showroom__video video {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}
.showroom__content {
  width: 50%;
  margin-left: auto;
  position: relative;
  padding-top: clamp(100px,15.624vw,300px);
}
@media screen and (max-width: 1000px) {
  .showroom__content {
    width: 100%;
  }
}
.showroom__content__label {
  position: absolute;
  left: -90%;
  top: 10%;
}
@media screen and (max-width: 1000px) {
  .showroom__content__label {
    position: static;
    margin-bottom: 50px;
    text-transform: uppercase;
  }
}
.showroom__content__paragraph {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-bottom: max(50px,3.6456vw);
}
.showroom__content__paragraph:not(:nth-child(2)) {
  opacity: 0;
  visibility: hidden;
}
.showroom__content__paragraph:not(:nth-child(2)).is-in,
.showroom__content__paragraph:not(:nth-child(2)).is-out--up {
  opacity: 1;
  visibility: visible;
  transition: all 0.7s cubic-bezier(0.55,0.085,0.68,0.53);
}
.testimonial {
  display: flex;
  gap: 16.1448vw;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .testimonial {
    width: 95%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 700px) {
  .testimonial {
    flex-direction: column;
  }
}
@media screen and (max-width: 550px) {
  .testimonial {
    width: 90%;
  }
}
.testimonial--empty {
  transition: color 0.5s cubic-bezier(0.455,0.03,0.515,0.955);
  margin-top: 15px;
  display: block;
}
.testimonial--empty:hover {
  color: #fff;
}
.testimonial__title {
  padding-left: 7.2912vw;
}
@media screen and (max-width: 1000px) {
  .testimonial__title {
    padding-left: 0;
  }
}
.testimonial__filters {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 550px) {
  .testimonial__filters {
    flex-direction: column;
    margin-bottom: 50px;
  }
}
.testimonial__filters__container {
  display: flex;
  flex-direction: row-reverse;
  gap: 30px;
  position: relative;
  width: fit-content;
  margin-bottom: max(50px,3.6456vw);
}
@media screen and (max-width: 550px) {
  .testimonial__filters__container {
    margin-bottom: 0;
  }
}
.testimonial__filters__container::after {
  position: absolute;
  content: "";
  bottom: -5px;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #707070;
  transform: scaleX(100%);
  transform-origin: bottom left;
  transition: transform 0.7s cubic-bezier(0.455,0.03,0.515,0.955);
}
.testimonial__filters__container.hide-line::after {
  transform: scaleX(0);
  transform-origin: bottom left;
}
.testimonial__filters__container__star {
  display: flex;
  gap: 7px;
}
.testimonial__filters__container__star__menu__label {
  color: #868686;
  cursor: pointer;
}
.testimonial__filters__container__star__menu__container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-right: 12px;
  display: none;
  gap: 15px;
  margin-top: 15px;
}
.testimonial__filters__container__star__menu__container li {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.testimonial__filters__container__star__menu__container.show {
  display: flex;
}
.testimonial__filters__container__class {
  display: flex;
  gap: 7px;
}
.testimonial__filters__container__class__menu__label {
  color: #868686;
  cursor: pointer;
}
.testimonial__filters__container__class__menu__container {
  display: flex;
  flex-direction: column;
  display: none;
  gap: 15px;
  margin-top: 15px;
}
.testimonial__filters__container__class__menu__container li {
  width: 100%;
}
.testimonial__filters__container__class__menu__container.show {
  display: flex;
}
.testimonial__filters__container__back-button span {
  position: relative;
  bottom: 3px;
}
.testimonial-preview {
  display: flex;
  justify-content: space-between;
  gap: 10.416vw;
  position: relative;
  margin-bottom: max(15px,1.5624vw);
  opacity: 0;
  visibility: hidden;
}
.testimonial-preview[href="#"] {
  cursor: default;
}
.testimonial-preview__title {
  display: flex;
  gap: 10px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .testimonial-preview__title {
    max-width: 70%;
    overflow: hidden;
  }
}
.testimonial-preview__title__img {
  border-radius: 15px;
  width: 10.416vw;
  height: 14.5824vw;
  position: absolute;
  left: -15vw;
  top: 0;
  visibility: hidden;
  opacity: 0;
  transition: opacity 250ms cubic-bezier(0.455,0.03,0.515,0.955), visibility 0ms cubic-bezier(0.455,0.03,0.515,0.955) 250ms, transform 0.7s cubic-bezier(0.455,0.03,0.515,0.955);
  transform: translate3d(-10px,10px,0);
  object-fit: cover;
  max-width: none !important;
}
@media screen and (max-width: 1000px) {
  .testimonial-preview__title__img {
    display: none;
  }
}
.testimonial-preview__title__content {
  color: #87837B;
  transition: color 0.5s cubic-bezier(0.455,0.03,0.515,0.955);
}
.testimonial-preview__title__stars {
  font-family: 'Be Vietnam Pro', sans-serif;
  flex-shrink: 0;
}
.testimonial-preview__title__stars sup {
  position: relative;
  bottom: 5px;
}
.testimonial-preview:hover .testimonial-preview__title__content {
  color: #fff;
}
.testimonial-preview:hover .testimonial-preview__title__img {
  visibility: visible;
  opacity: 1;
  transition-delay: 0ms;
  transform: translate3d(0,0,0);
}
.testimonial-preview:hover .testimonial-preview__city {
  color: #fff;
  transform: scale(0.9);
}
.testimonial-preview__city {
  display: flex;
  align-items: center;
  color: #87837B;
  transition: color 0.7s cubic-bezier(0.455,0.03,0.515,0.955), transform 0.3s cubic-bezier(0.455,0.03,0.515,0.955);
}
.testimonial-preview__arrow {
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translate3d(0,-50%,0);
  width: 20px;
  height: 20px;
}
@media screen and (min-width: 1200px) {
  .testimonial-preview__arrow {
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translate3d(20px,-50%,0);
    width: 20px;
    height: 20px;
  }
}
.testimonial-preview__arrow svg {
  fill: #fff;
  width: 100%;
  height: 100%;
}
.testimonial-preview.is-in {
  opacity: 1;
  visibility: visible;
  transition: all 0.7s cubic-bezier(0.55,0.085,0.68,0.53);
}
.achievement-preview {
  width: 73%;
  margin: 0 auto;
  position: relative;
  margin-bottom: max(50px,5.208vw);
  transition: all 0.7s cubic-bezier(0.55,0.085,0.68,0.53);
}
@media screen and (max-width: 1200px) {
  .achievement-preview {
    width: 90%;
  }
}
@media screen and (max-width: 700px) {
  .achievement-preview {
    width: 100%;
  }
}
.achievement-preview__image {
  position: relative;
  border-radius: 15px;
}
.achievement-preview__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.achievement-preview__image::after {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom,rgba(0,0,0,0.35),rgba(0,0,0,0.35));
  margin: 0;
  border-radius: 15px;
}
.achievement-preview__image__button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%,-50%,0);
  z-index: 9;
}
@media screen and (max-width: 1200px) {
  .achievement-preview__image__button {
    width: 100%;
    height: 100%;
    border: 0px;
    display: flex;
    justify-content: center;
  }
  .achievement-preview__image__button .button__text {
    font-size: 1.2rem;
  }
}
.achievement-preview__content {
  display: flex;
  justify-content: space-between;
  margin-top: max(20px,1.5624vw);
  position: relative;
  flex-wrap: wrap;
  column-gap: 30px;
}
@media screen and (max-width: 700px) {
  .achievement-preview__content {
    flex-direction: column;
  }
}
@media screen and (max-width: 550px) {
  .achievement-preview__content {
    justify-content: center;
    padding: 30px 0;
  }
}
.achievement-preview__content__title {
  transition: color 0.3s cubic-bezier(0.455,0.03,0.515,0.955);
}
@media screen and (max-width: 550px) {
  .achievement-preview__content__title {
    text-align: center;
  }
}
.achievement-preview__content__title:hover {
  color: #fff;
}
.achievement-preview__content ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.achievement-preview__content ul li {
  font-size: clamp(20px,2.0832vw,40px);
  font-weight: 500;
  font-style: italic;
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
  transition: color 0.3s cubic-bezier(0.455,0.03,0.515,0.955);
  color: #87837B;
  cursor: default;
}
@media screen and (max-width: 550px) {
  .achievement-preview__content ul li {
    line-height: 2;
  }
}
.achievement-preview__content ul li:hover {
  color: #fff;
}
.achievement-preview__content ul li::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #87837B;
  top: 0;
  right: 0;
}
@media screen and (max-width: 550px) {
  .achievement-preview__content ul li::after {
    all: unset;
  }
}
.achievement-preview__content ul li:last-child::after {
  all: unset;
}
.achievement-preview__content ul li:first-child {
  padding-left: 0;
}
.achievement-preview:not(:nth-child(2)) {
  opacity: 0;
  visibility: hidden;
}
.achievement-preview:not(:nth-child(2)).is-in {
  opacity: 1;
  visibility: visible;
  transition: all 0.7s cubic-bezier(0.55,0.085,0.68,0.53);
}
.achievement-preview.is-out--up {
  opacity: 0;
  visibility: hidden;
}
.achievement {
  width: 73%;
  margin: 0 auto;
}
@media screen and (max-width: 550px) {
  .achievement {
    width: 85%;
  }
}
.achievement__title {
  display: flex;
  align-items: center;
  gap: max(20px,1.5624vw);
}
.achievement__title__stars {
  font-family: 'Be Vietnam Pro', sans-serif;
  padding-top: max(20px,2.604vw);
  opacity: 0;
  visibility: hidden;
}
.achievement__title__stars.is-in {
  opacity: 1;
  visibility: visible;
  transition: all 0.7s cubic-bezier(0.55,0.085,0.68,0.53);
}
.achievement__title__stars sup {
  position: relative;
  bottom: 10px;
  font-size: 18px;
}
@media screen and (max-width: 1200px) {
  .achievement__title__stars sup {
    bottom: 5px;
    font-size: 13px;
  }
}
.achievement__title--fixed {
  position: fixed;
  left: 2%;
  visibility: hidden;
  opacity: 0;
  transition: opacity 250ms cubic-bezier(0.455,0.03,0.515,0.955), visibility 0ms cubic-bezier(0.455,0.03,0.515,0.955) 250ms;
  max-width: 11%;
}
@media screen and (max-width: 700px) {
  .achievement__title--fixed {
    display: none;
  }
}
.achievement__title--fixed.show {
  visibility: visible;
  opacity: 1;
  transition-delay: 0ms;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.achievement__title__text {
  opacity: 0;
  visibility: hidden;
}
.achievement__title__text.is-in {
  opacity: 1;
  visibility: visible;
  transition: all 0.7s cubic-bezier(0.55,0.085,0.68,0.53);
}
.achievement__content {
  display: grid;
  grid-template-columns: 1fr 2fr;
  column-gap: max(30px,2.604vw);
  margin: max(50px,3.6456vw) 0;
}
@media screen and (max-width: 1200px) {
  .achievement__content {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
}
.achievement__content__info {
  display: flex;
  flex-direction: column;
  gap: max(50px,3.6456vw);
}
.achievement__content__info__upper {
  display: flex;
  gap: max(50px,5.208vw);
}
.achievement__content__info__services ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 550px) {
  .achievement__content__info__services ul {
    gap: 10px;
  }
}
.achievement__content__info__services ul li {
  width: max-content;
  position: relative;
}
.achievement__content .label {
  display: block;
  padding-bottom: 15px;
}
.achievement__gallery {
  position: relative;
  margin-bottom: clamp(100px,6.7704vw,130px);
}
.achievement__gallery__swiper {
  border-radius: 10px;
}
.achievement__gallery__swiper__slide {
  border-radius: 10px;
}
.achievement__gallery__swiper img {
  height: 100%;
  object-fit: cover;
}
.achievement__gallery-prev {
  cursor: pointer;
  position: absolute;
  left: -7%;
  top: 50%;
  transform: translate3d(0,-50%,0);
  color: #87837B;
}
@media screen and (max-width: 1000px) {
  .achievement__gallery-prev {
    left: -9%;
  }
}
@media screen and (max-width: 550px) {
  .achievement__gallery-prev {
    display: none;
  }
}
.achievement__gallery-prev.white {
  color: #fff;
}
.achievement__gallery-next {
  cursor: pointer;
  position: absolute;
  right: -7%;
  top: 50%;
  transform: translate3d(0,-50%,0);
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .achievement__gallery-next {
    right: -9%;
  }
}
@media screen and (max-width: 550px) {
  .achievement__gallery-next {
    display: none;
  }
}
.achievement__gallery-next.grey {
  color: #87837B;
}
.achievement__services {
  display: flex;
  gap: clamp(50px,6.7704vw,130px);
  padding-top: max(25px,3.6456vw);
  padding-bottom: 50px;
  position: relative;
  opacity: 0;
  visibility: hidden;
  transition: all 0.7s cubic-bezier(0.455,0.03,0.515,0.955);
}
@media screen and (max-width: 1200px) {
  .achievement__services {
    flex-direction: column;
  }
}
.achievement__services__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: max(30px,2.604vw);
  flex-grow: 1;
  max-width: 25%;
  word-wrap: break-word;
}
@media screen and (max-width: 1200px) {
  .achievement__services__content {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .achievement__services__content__title {
    position: relative;
    width: fit-content;
  }
  .achievement__services__content__title::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    background-color: #87837B;
    bottom: -5px;
    left: 0;
  }
}
.achievement__services__swiper {
  border-radius: 10px;
  width: 48.6948vw;
  height: 28.644vw;
}
@media screen and (max-width: 1200px) {
  .achievement__services__swiper {
    width: 100%;
    height: auto;
  }
}
.achievement__services__swiper img {
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.achievement__services.is-in,
.achievement__services.is-out--up {
  opacity: 1;
  visibility: visible;
  transition: all 0.7s cubic-bezier(0.55,0.085,0.68,0.53);
}
.achievement__next-achievement {
  display: flex;
  justify-content: center;
  position: relative;
  margin: clamp(100px,15.624vw,300px) 0;
}
.achievement__next-achievement img {
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-35%,15%,0);
  width: 34.8936vw;
  height: 18.33216vw;
  z-index: -1;
  transition: transform 250ms cubic-bezier(0.455,0.03,0.515,0.955), opacity 0.3s cubic-bezier(0.455,0.03,0.515,0.955), visibility 0ms cubic-bezier(0.455,0.03,0.515,0.955) 0.3s;
}
.achievement__next-achievement:hover a {
  color: #fff;
}
.achievement__next-achievement:hover img {
  visibility: visible;
  opacity: 1;
  transition-delay: 0ms;
  transform: translate3d(-50%,-50%,0);
}
.achievement .swiper .swiper-pagination-bullet {
  width: 18px;
  height: 1px;
}
@media screen and (min-width: 1335px) {
  .achievement .swiper-slide span[class="shooter"] {
    position: absolute;
    right: 5px;
    bottom: 5px;
    background: #000000c4;
    border-radius: 10px;
    padding: 5px;
    transform: scaleX(0);
    transition: transform 0.2s cubic-bezier(0.455,0.03,0.515,0.955);
    transform-origin: top right;
  }
  .achievement .swiper-slide:hover span[class="shooter"] {
    transform: scaleX(1);
  }
}
@media screen and (min-width: 1335px) and screen and (max-width: 550px) {
  .achievement .swiper-slide:hover span[class="shooter"] {
    font-size: 13px;
  }
}
@media screen and (max-width: 1335px) {
  .achievement .swiper-slide span[class="shooter"] {
    position: absolute;
    right: 5px;
    bottom: 5px;
    background: #000000c4;
    border-radius: 10px;
    padding: 4px 7px;
    opacity: 1;
    transition: 1.2s cubic-bezier(0.25,0.46,0.45,0.94);
    font-size: 12px;
  }
  .achievement .swiper-slide-prev span[class="shooter"] {
    opacity: 0;
    transform: translate3d(-50px,0,0);
  }
  .achievement .swiper-slide-active span[class="shooter"] {
    transform: translate3d(0,0,0);
  }
  .achievement .swiper-slide-next span[class="shooter"] {
    opacity: 0;
    transform: translate3d(50px,0,0);
  }
}