body {
  padding: 0;
  margin: 0;
  font: 13px Arial, Helvetica, Garuda, sans-serif;
  font-size: small;
  font: x-small;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
body.no-transition * {
  transition: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}
article,
aside,
figure,
footer,
header,
nav,
section,
details,
summary,
main {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
em,
strong,
pre,
code,
p,
blockquote {
  padding: 0;
  margin: 0;
  line-height: 1em;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
}
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;
}
html {
  font-size: clamp(15px,0.83328vw,16px);
}
body {
  color: #292a34;
  font-family: "Quicksand", sans-serif;
  font-size: 1rem;
}
a {
  color: #be2c34;
}
p {
  margin-bottom: 1em;
}
p:last-child {
  margin: 0;
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}
blockquote {
  font-size: 1.4em;
  margin-bottom: 1em;
}
blockquote * {
  line-height: 1.1em;
}
ul {
  margin: 0 0 1.5em 1em;
  padding: 0;
}
li {
  margin-bottom: 1em;
}
.light {
  font-weight: 300;
}
.regular {
  font-weight: 400;
}
.medium {
  font-weight: 500;
}
.semibold {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
.font-231 {
  font-size: clamp(60px,12.03048vw,231px);
  line-height: 0.84em;
  letter-spacing: -0.05em;
}
.font-100 {
  font-size: clamp(45px,5.208vw,100px);
  line-height: 1.25em;
  letter-spacing: -0.05em;
}
.font-85 {
  font-size: clamp(40px,4.4268vw,85px);
  line-height: 0.91em;
  letter-spacing: -0.05em;
}
.font-78 {
  font-size: clamp(40px,4.06224vw,78px);
  line-height: 0.96em;
  letter-spacing: -0.05em;
}
.font-76 {
  font-size: clamp(40px,3.95808vw,76px);
  line-height: 0.95em;
  letter-spacing: -0.05em;
}
.font-64 {
  font-size: clamp(33px,3.33312vw,64px);
  line-height: 1em;
  letter-spacing: -0.05em;
}
.font-60 {
  font-size: clamp(32px,3.1248vw,60px);
  line-height: 1.05em;
  letter-spacing: -0.05em;
}
.font-50 {
  font-size: clamp(27px,2.604vw,50px);
  line-height: 1em;
  letter-spacing: -0.05em;
}
.font-40 {
  font-size: clamp(24px,2.0832vw,40px);
  line-height: 1.03em;
  letter-spacing: -0.02em;
}
.font-36 {
  font-size: clamp(20px,1.87488vw,36px);
  line-height: 1.33em;
  letter-spacing: -0.05em;
}
.font-27 {
  font-size: clamp(19px,1.40616vw,27px);
  line-height: 0.96em;
  letter-spacing: -0.02em;
}
.font-18 {
  font-size: clamp(17px,0.93744vw,18px);
  line-height: normal;
  letter-spacing: -0.025em;
}
.font-17 {
  font-size: 17px;
  line-height: 1.64;
  letter-spacing: 0em;
}
.font-15 {
  font-size: 15px;
  line-height: 1.86;
  letter-spacing: 0em;
}
.display-title {
  display: block;
  font-size: clamp(40px,4.4268vw,85px);
  line-height: 0.91em;
  letter-spacing: -0.05em;
  font-weight: 300;
  max-width: 900px;
  text-align: center;
  color: #fff;
}
.display-title strong {
  font-weight: 400;
}
.heading {
  display: block;
  margin-bottom: 0.5em;
  font-weight: 300;
  font-size: clamp(40px,3.95808vw,76px);
  line-height: 0.95em;
  letter-spacing: -0.05em;
}
.heading strong {
  font-weight: 400;
}
.heading--align-center {
  text-align: center;
}
.heading--align-right {
  text-align: right;
}
.heading-medium {
  display: block;
  margin-bottom: 0.5em;
  font-weight: 300;
  font-size: clamp(40px,3.95808vw,76px);
  line-height: 0.95em;
  letter-spacing: -0.05em;
  font-size: clamp(33px,3.33312vw,64px);
  line-height: 1em;
}
.heading-medium strong {
  font-weight: 400;
}
.heading-medium--align-center {
  text-align: center;
}
.heading-medium--align-right {
  text-align: right;
}
.paragraph {
  display: flex;
  flex-direction: column;
  gap: clamp(17px,2.3436vw,45px);
}
.paragraph__info {
  list-style: none;
  width: clamp(350px,21.19656vw,407px);
  margin: 0;
}
.paragraph__info li {
  display: grid;
  grid-template-columns: 1fr 2fr;
  margin-bottom: 0;
  align-items: center;
  margin-bottom: 0.3em;
}
.paragraph__info li label {
  align-self: flex-start;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 1.64;
  letter-spacing: 0em;
  font-weight: 700;
}
.paragraph__info li span {
  padding-top: 0.1em;
}
.paragraph--right {
  text-align: right;
  align-items: flex-end;
}
.paragraph--left {
  text-align: left;
  align-items: flex-start;
}
.paragraph p {
  color: #585858;
  font-size: 17px;
  line-height: 1.64;
  letter-spacing: 0em;
  font-weight: 400;
  max-width: 500px;
}
.paragraph strong {
  font-weight: 600;
}
.paragraph .heading {
  margin-bottom: 0;
}
.paragraph .heading strong {
  font-weight: 400;
}
.paragraph--wide p {
  max-width: 100%;
}
.paragraph--centered {
  align-items: center;
  text-align: center;
}
.paragraph--bigger p {
  font-size: clamp(18px,1.87488vw,36px);
  line-height: 0.75em;
  letter-spacing: -0.03em;
}
.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
.lenis.lenis-scrolling iframe {
  pointer-events: none;
}
.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;
  max-width: 100%;
  height: auto;
  display: block;
}
video {
  width: 100%;
  display: block;
}
.success-color {
  color: #52af8d !important;
}
.error-color {
  color: #fff !important;
}
.overlay {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.mobile-margin {
  margin-left: 15px;
  margin-right: 15px;
}
.container {
  display: block;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
.container--default {
  padding-left: min(4.1664vw,80px);
  padding-right: min(4.1664vw,80px);
}
.gray-bg {
  background-color: #3c3936;
  color: #fff;
}
.gray-bg p {
  color: #fff;
}
.gray-bg .cta {
  color: #fff;
  border: 1px solid #fff;
}
.gray-bg .text-image {
  border-bottom: 1px solid #fff !important;
}
.gray-bg .list__element:first-of-type .text-image {
  border-top: 1px solid #fff;
}
.gray-bg .list__element:hover {
  background-color: #585858;
}
.red-bg {
  background-color: #be2c34;
}
.red-bg .section-stripe {
  display: none;
}
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;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid #fff;
  -webkit-text-fill-color: #292a34;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
}
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-bottom: 1px solid #fff;
  font-size: 16px;
  transition: 300ms;
  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: #ffffff;
}
select {
  background-image: url(../img/icons/select-dropdown.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
}
textarea {
  line-height: 1.2em;
  height: 60px;
  margin-top: 30px;
}
label {
  display: block;
  margin-bottom: 3px;
  font-size: 17px;
  line-height: 1.64;
  letter-spacing: 0em;
  font-weight: bold;
}
.input {
  margin-bottom: 25px;
  position: relative;
}
.input.text:not(.text-date),
.input.textarea,
.input.tel,
.input.number,
.input.email {
  position: relative;
  width: 100%;
}
.input.text:not(.text-date) ::placeholder,
.input.textarea ::placeholder,
.input.tel ::placeholder,
.input.number ::placeholder,
.input.email ::placeholder {
  color: transparent !important;
}
.input.text:not(.text-date) label,
.input.textarea label,
.input.tel label,
.input.number label,
.input.email label {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transition: 300ms cubic-bezier(0.25,0.46,0.45,0.94);
  transform: translate3d(0,-180%,0);
  -webkit-transform: translate3d(0,-180%,0);
  opacity: 1;
  font-size: 14px;
}
.input.text:not(.text-date) input:placeholder-shown + label,
.input.text:not(.text-date) textarea:placeholder-shown + label,
.input.textarea input:placeholder-shown + label,
.input.textarea textarea:placeholder-shown + label,
.input.tel input:placeholder-shown + label,
.input.tel textarea:placeholder-shown + label,
.input.number input:placeholder-shown + label,
.input.number textarea:placeholder-shown + label,
.input.email input:placeholder-shown + label,
.input.email textarea:placeholder-shown + label {
  opacity: 50%;
  transform: translate3d(0,-30%,0);
  -webkit-transform: translate3d(0,-30%,0);
  font-size: 17px;
  line-height: 1.64;
  letter-spacing: 0em;
}
.input.text:not(.text-date) input:focus + label,
.input.text:not(.text-date) textarea:focus + label,
.input.textarea input:focus + label,
.input.textarea textarea:focus + label,
.input.tel input:focus + label,
.input.tel textarea:focus + label,
.input.number input:focus + label,
.input.number textarea:focus + label,
.input.email input:focus + label,
.input.email textarea:focus + label {
  opacity: 1;
  transform: translate3d(0,-180%,0);
  -webkit-transform: translate3d(0,-180%,0);
  font-size: 14px;
}
.input.text:not(.text-date) textarea:placeholder-shown+label,
.input.textarea textarea:placeholder-shown+label,
.input.tel textarea:placeholder-shown+label,
.input.number textarea:placeholder-shown+label,
.input.email textarea:placeholder-shown+label {
  transform: translate3d(0,-130%,0);
  -webkit-transform: translate3d(0,-130%,0);
}
.input.text:not(.text-date) textarea:focus+label,
.input.textarea textarea:focus+label,
.input.tel textarea:focus+label,
.input.number textarea:focus+label,
.input.email textarea:focus+label {
  transform: translate3d(0,-270%,0);
  -webkit-transform: translate3d(0,-270%,0);
}
.input.text:not(.text-date) .error-message,
.input.textarea .error-message,
.input.tel .error-message,
.input.number .error-message,
.input.email .error-message {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  line-height: 1em;
  margin-top: 10px;
}
.input.textarea {
  height: 120px;
  line-height: 45px;
  margin-bottom: 48px;
}
.input.textarea label {
  transform: translate3d(0,-270%,0);
  -webkit-transform: translate3d(0,-270%,0);
}
.radio label,
.checkbox label {
  position: relative;
  cursor: pointer;
  font-size: 15px;
  display: block;
  margin-bottom: 10px;
  font-weight: normal;
}
.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: #be2c34;
}
.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;
  border-radius: 4px;
  display: block;
  border: 2px solid rgba(255,255,255,0.66);
  flex-shrink: 0;
}
.radio label {
  margin-bottom: 10px;
}
.radio label:last-child {
  margin: 0;
}
.radio label > span::before {
  border-radius: 50%;
}
.checkbox label {
  font-weight: normal;
}
.checkbox label a {
  color: inherit;
  text-decoration: underline;
}
.input-hint,
.error-message {
  display: block;
  font-size: 12px;
  text-transform: none;
  margin-top: 1px;
}
.error-message {
  color: #fff;
  margin-bottom: 0;
  font-weight: 500;
}
.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 .input:last-child {
  margin: 0;
}
.form-privacy a {
  color: inherit;
  text-decoration: underline;
}
.button {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding: 0 3em;
  background: #be2c34;
  color: #fff;
  font-size: 1rem;
}
.button--full {
  text-align: center;
  width: 100%;
}
#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: 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: #e94937;
}
.fade {
  opacity: 0;
  visibility: hidden;
}
.slideUp {
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0,45px,0);
  -webkit-transform: translate3d(0,45px,0);
}
.slideDown {
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0,-45px,0);
  -webkit-transform: translate3d(0,-45px,0);
}
.slideRight {
  opacity: 0;
  visibility: hidden;
  transform: translate3d(-5%,0,0);
  -webkit-transform: translate3d(-5%,0,0);
}
.slideLeft {
  opacity: 0;
  visibility: hidden;
  transform: translate3d(5%,0,0);
  -webkit-transform: translate3d(5%,0,0);
}
.rotateInRight {
  opacity: 0;
  visibility: hidden;
  transform: rotate(-5deg) translate3d(-35px,20px,0);
  -webkit-transform: rotate(-5deg) translate3d(-35px,20px,0);
  transform-origin: -40% 60%;
}
.rotateInLeft {
  opacity: 0;
  visibility: hidden;
  transform: rotate(5deg) translate3d(35px,20px,0);
  -webkit-transform: rotate(5deg) translate3d(35px,20px,0);
  transform-origin: 40% 60%;
}
.hrAnimation {
  transform-origin: left;
}
@keyframes slideUp {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0,45px,0);
    -webkit-transform: translate3d(0,45px,0);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
  }
}
@keyframes slideDown {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0,-45px,0);
    -webkit-transform: translate3d(0,-45px,0);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
  }
}
@keyframes slideRight {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translate3d(-5%,0,0);
    -webkit-transform: translate3d(-5%,0,0);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
  }
}
@keyframes slideLeft {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translate3d(5%,0,0);
    -webkit-transform: translate3d(5%,0,0);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
  }
}
@keyframes rotateInLeft {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: rotate(5deg) translate3d(35px,20px,0);
    -webkit-transform: rotate(5deg) translate3d(35px,20px,0);
    transform-origin: 40% 60%;
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: rotate(0deg) translate3d(0,0,0);
  }
}
@keyframes rotateInRight {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: rotate(-5deg) translate3d(-35px,20px,0);
    -webkit-transform: rotate(-5deg) translate3d(-35px,20px,0);
    transform-origin: -40% 60%;
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: rotate(0deg) translate3d(0,0,0);
  }
}
@keyframes fade {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes spinCW {
  0% {
    transform: rotate3d(0,0,1,0deg);
    -webkit-transform: rotate3d(0,0,1,0deg);
  }
  100% {
    transform: rotate3d(0,0,1,360deg);
    -webkit-transform: rotate3d(0,0,1,360deg);
  }
}
@keyframes hrAnimation {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.deposit {
  padding-top: clamp(120px,9.99936vw,192px);
  padding-bottom: clamp(60px,7.44744vw,143px);
}
.deposit__title {
  opacity: 0;
  visibility: hidden;
  text-align: center;
  padding-bottom: clamp(19px,2.44776vw,47px);
  width: clamp(350px,91.71288vw,1761px);
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #292a34;
}
.deposit__title.is-in {
  animation: fade 0.7s ease-in-out forwards;
}
.deposit__title h1 {
  font-size: clamp(40px,3.95808vw,76px);
  line-height: 0.95em;
  letter-spacing: -0.05em;
  margin-bottom: 0.42em;
}
.deposit__title p {
  font-size: 17px;
  line-height: 1.64;
  letter-spacing: 0em;
}
.deposit__filter {
  opacity: 0;
  visibility: hidden;
  position: sticky;
  top: 75px;
  z-index: 50;
  padding-top: clamp(10px,1.97904vw,38px);
  margin-bottom: clamp(30px,4.73928vw,91px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  background: #fff;
  padding-bottom: 10px;
  width: clamp(350px,91.71288vw,1761px);
  margin-left: auto;
  margin-right: auto;
}
.deposit__filter.is-in {
  animation: fade 0.7s ease-in-out forwards;
  animation-delay: 0.3s;
}
@media screen and (max-width: 1300px) {
  .deposit__filter {
    display: block;
  }
}
@media screen and (max-width: 700px) {
  .deposit__filter {
    top: 85px;
    display: flex;
    flex-flow: row wrap;
  }
}
.deposit__filter__toggler {
  display: none;
}
@media screen and (max-width: 700px) {
  .deposit__filter__toggler {
    display: flex;
    margin-bottom: 10px;
    width: 28px;
    height: 28px;
    cursor: pointer;
  }
}
.deposit__filter__dropdowns {
  display: grid;
  align-items: center;
  gap: 15px;
  grid-template-columns: repeat(4,1fr);
  width: 60%;
}
@media screen and (max-width: 1300px) {
  .deposit__filter__dropdowns {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .deposit__filter__dropdowns {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    display: none;
  }
  .deposit__filter__dropdowns--show {
    display: grid;
  }
  .deposit__filter__dropdowns .select2 {
    width: 100% !important;
  }
}
@media screen and (max-width: 400px) {
  .deposit__filter__dropdowns {
    grid-template-columns: 1fr;
  }
}
.deposit__search {
  display: flex;
  align-items: center;
  width: clamp(250px,21.3528vw,410px);
  background: white;
  height: 50px;
  border: 1px solid #292a34;
  overflow: hidden;
}
@media screen and (max-width: 1300px) {
  .deposit__search {
    margin-bottom: 25px;
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .deposit__search {
    height: 45px;
    width: calc(100% - 58px);
    margin-bottom: 10px;
  }
}
.deposit__search input[type="search"] {
  flex: 1;
  padding: 0.8em 0.6em;
  font-size: 1rem;
  border: none;
  outline: none;
  font-size: 17px;
  line-height: 1.64;
  letter-spacing: 0em;
  font-weight: 600;
}
.deposit__search svg {
  margin-left: clamp(10px,1.302vw,25px);
}
.deposit__result {
  width: clamp(350px,91.71288vw,1761px);
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  justify-items: center;
  column-gap: clamp(16px,2.0832vw,40px);
  row-gap: clamp(24px,3.85392vw,74px);
}
@media screen and (max-width: 1300px) {
  .deposit__result {
    grid-template-columns: repeat(3,1fr);
  }
}
@media screen and (max-width: 1000px) {
  .deposit__result {
    grid-template-columns: repeat(2,1fr);
  }
}
@media screen and (max-width: 550px) {
  .deposit__result {
    grid-template-columns: repeat(1,1fr);
  }
}
.deposit .select {
  margin-bottom: 0;
}
.select2-results__options {
  overflow: hidden;
}
.carousel {
  position: relative;
  box-sizing: border-box;
}
.carousel *,
.carousel *:before,
.carousel *:after {
  box-sizing: inherit;
}
.carousel.is-draggable {
  cursor: move;
  cursor: grab;
}
.carousel.is-dragging {
  cursor: move;
  cursor: grabbing;
}
.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}
.carousel__track {
  display: flex;
}
.carousel__slide {
  flex: 0 0 auto;
  width: var(--carousel-slide-width,60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.has-dots {
  margin-bottom: calc(22.5rem);
}
.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100.5%);
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  list-style: none;
  user-select: none;
}
.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer;
}
.carousel__dots .carousel__dot:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-color: currentColor;
  opacity: .25;
  transition: opacity .15s ease-in-out;
}
.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1;
}
.carousel__button {
  width: var(--carousel-button-width,48px);
  height: var(--carousel-button-height,48px);
  padding: 0;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color,currentColor);
  background: var(--carousel-button-bg,transparent);
  border-radius: var(--carousel-button-border-radius,50%);
  box-shadow: var(--carousel-button-shadow,none);
  transition: opacity .15s ease;
}
.carousel__button.is-prev,
.carousel__button.is-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.carousel__button.is-prev {
  left: 10px;
}
.carousel__button.is-next {
  right: 10px;
}
.carousel__button[disabled] {
  cursor: default;
  opacity: .3;
}
.carousel__button svg {
  width: var(--carousel-button-svg-width,50%);
  height: var(--carousel-button-svg-height,50%);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width,1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  filter: var(--carousel-button-svg-filter,none);
  pointer-events: none;
}
html.with-fancybox {
  scroll-behavior: auto;
}
body.compensate-for-scrollbar {
  overflow: hidden !important;
  touch-action: none;
}
.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  margin: 0;
  padding: env(safe-area-inset-top,0px) env(safe-area-inset-right,0px) env(safe-area-inset-bottom,0px) env(safe-area-inset-left,0px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  color: var(--fancybox-color,#fff);
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  overflow: hidden;
  z-index: 1050;
  outline: none;
  transform-origin: top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.4));
}
.fancybox__container *,
.fancybox__container *::before,
.fancybox__container *::after {
  box-sizing: inherit;
}
.fancybox__container :focus {
  outline: none;
}
body:not(.is-using-mouse) .fancybox__container :focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color,rgba(1,210,232,0.94));
}
@media all and (min-width: 1024px) {
  .fancybox__container {
    --carousel-button-width: 48px;
    --carousel-button-height: 48px;
    --carousel-button-svg-width: 27px;
    --carousel-button-svg-height: 27px;
  }
}
.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg,rgba(24,24,27,0.92));
}
.fancybox__carousel {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  z-index: 10;
}
.fancybox__carousel.has-dots {
  margin-bottom: calc(22.5rem);
}
.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default;
}
.fancybox__track {
  display: flex;
  height: 100%;
}
.fancybox__slide {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 48px 8px 8px 8px;
  position: relative;
  overscroll-behavior: contain;
  display: flex;
  flex-direction: column;
  outline: 0;
  overflow: auto;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px;
}
.fancybox__slide::before,
.fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto;
}
@media all and (min-width: 1024px) {
  .fancybox__slide {
    padding: 64px 100px;
  }
}
.fancybox__content {
  margin: 0 env(safe-area-inset-right,0px) 0 env(safe-area-inset-left,0px);
  padding: 36px;
  color: var(--fancybox-content-color,#374151);
  background: var(--fancybox-content-bg,#fff);
  position: relative;
  align-self: center;
  display: flex;
  flex-direction: column;
  z-index: 20;
}
.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: thin dotted;
  box-shadow: none;
}
.fancybox__caption {
  align-self: center;
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 0 0;
  line-height: 1.375;
  color: var(--fancybox-color,currentColor);
  visibility: visible;
  cursor: auto;
  flex-shrink: 0;
  overflow-wrap: anywhere;
}
.is-loading .fancybox__caption {
  visibility: hidden;
}
.fancybox__container>.carousel__dots {
  top: 100%;
  color: var(--fancybox-color,#fff);
}
.fancybox__nav .carousel__button {
  z-index: 40;
}
.fancybox__nav .carousel__button.is-next {
  right: 8px;
}
@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-next {
    right: 40px;
  }
}
.fancybox__nav .carousel__button.is-prev {
  left: 8px;
}
@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-prev {
    left: 40px;
  }
}
.carousel__button.is-close {
  position: absolute;
  top: 8px;
  right: 8px;
  top: calc(env(safe-area-inset-top,0px) + 8px);
  right: calc(env(safe-area-inset-right,0px) + 8px);
  z-index: 40;
}
@media all and (min-width: 1024px) {
  .carousel__button.is-close {
    right: 40px;
  }
}
.fancybox__content>.carousel__button.is-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: var(--fancybox-color,#fff);
}
.fancybox__no-click,
.fancybox__no-click button {
  pointer-events: none;
}
.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 50px;
  height: 50px;
  color: var(--fancybox-color,currentColor);
}
.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053;
}
.fancybox__spinner svg {
  animation: fancybox-rotate 2s linear infinite;
  transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor;
}
@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
.fancybox__backdrop,
.fancybox__caption,
.fancybox__nav,
.carousel__dots,
.carousel__button.is-close {
  opacity: var(--fancybox-opacity,1);
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,
.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,
.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
  animation: .15s ease backwards fancybox-fadeIn;
}
.fancybox__container.is-animated.is-closing .fancybox__backdrop,
.fancybox__container.is-animated.is-closing .fancybox__caption,
.fancybox__container.is-animated.is-closing .fancybox__nav,
.fancybox__container.is-animated.is-closing .carousel__dots,
.fancybox__container.is-animated.is-closing .carousel__button.is-close {
  animation: .15s ease both fancybox-fadeOut;
}
.fancybox-fadeIn {
  animation: .15s ease both fancybox-fadeIn;
}
.fancybox-fadeOut {
  animation: .1s ease both fancybox-fadeOut;
}
.fancybox-zoomInUp {
  animation: .2s ease both fancybox-zoomInUp;
}
.fancybox-zoomOutDown {
  animation: .15s ease both fancybox-zoomOutDown;
}
.fancybox-throwOutUp {
  animation: .15s ease both fancybox-throwOutUp;
}
.fancybox-throwOutDown {
  animation: .15s ease both fancybox-throwOutDown;
}
@keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fancybox-zoomInUp {
  from {
    transform: scale(0.97) translate3d(0,16px,0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0,0,0);
    opacity: 1;
  }
}
@keyframes fancybox-zoomOutDown {
  to {
    transform: scale(0.97) translate3d(0,16px,0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutUp {
  to {
    transform: translate3d(0,-30%,0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutDown {
  to {
    transform: translate3d(0,30%,0);
    opacity: 0;
  }
}
.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255,255,255,0.1);
}
.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255,255,255,0.1);
}
.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
}
.fancybox__carousel.is-draggable .fancybox__slide,
.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grab;
}
.fancybox__carousel.is-dragging .fancybox__slide,
.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grabbing;
}
.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto;
}
.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}
.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}
.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab;
}
.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing;
}
.fancybox__image {
  transform-origin: 0 0;
  user-select: none;
  transition: none;
}
.has-image .fancybox__content {
  padding: 0;
  background: rgba(0,0,0,0);
  min-height: 1px;
}
.is-closing .has-image .fancybox__content {
  overflow: visible;
}
.has-image[data-image-fit=contain] {
  overflow: visible;
  touch-action: none;
}
.has-image[data-image-fit=contain] .fancybox__content {
  flex-direction: row;
  flex-wrap: wrap;
}
.has-image[data-image-fit=contain] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.has-image[data-image-fit=contain-w] {
  overflow-x: hidden;
  overflow-y: auto;
}
.has-image[data-image-fit=contain-w] .fancybox__content {
  min-height: auto;
}
.has-image[data-image-fit=contain-w] .fancybox__image {
  max-width: 100%;
  height: auto;
}
.has-image[data-image-fit=cover] {
  overflow: visible;
  touch-action: none;
}
.has-image[data-image-fit=cover] .fancybox__content {
  width: 100%;
  height: 100%;
}
.has-image[data-image-fit=cover] .fancybox__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}
.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%;
}
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24,24,27,0.9);
  color: #fff;
}
.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df;
}
.fancybox__html5video,
.fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,0);
}
.fancybox-placeholder {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border-width: 0;
}
.fancybox__thumbs {
  flex: 0 0 auto;
  position: relative;
  padding: 0px 3px;
  opacity: var(--fancybox-opacity,1);
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
  animation: .15s ease-in backwards fancybox-fadeIn;
}
.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0;
}
.fancybox__thumbs .carousel__slide {
  flex: 0 0 auto;
  width: var(--fancybox-thumbs-width,96px);
  margin: 0;
  padding: 8px 3px;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  cursor: pointer;
}
.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-width: 5px;
  border-style: solid;
  border-color: var(--fancybox-accent-color,rgba(34,213,233,0.96));
  opacity: 0;
  transition: opacity .15s ease;
  border-radius: var(--fancybox-thumbs-border-radius,4px);
}
.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: .92;
}
.fancybox__thumbs .carousel__slide>* {
  pointer-events: none;
  user-select: none;
}
.fancybox__thumb {
  position: relative;
  width: 100%;
  padding-top: calc(100%/var(--fancybox-thumbs-ratio,1.5));
  background-size: cover;
  background-position: center center;
  background-color: rgba(255,255,255,0.1);
  background-repeat: no-repeat;
  border-radius: var(--fancybox-thumbs-border-radius,4px);
}
.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: linear-gradient(to top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.006) 8.1%,rgba(0,0,0,0.021) 15.5%,rgba(0,0,0,0.046) 22.5%,rgba(0,0,0,0.077) 29%,rgba(0,0,0,0.114) 35.3%,rgba(0,0,0,0.155) 41.2%,rgba(0,0,0,0.198) 47.1%,rgba(0,0,0,0.242) 52.9%,rgba(0,0,0,0.285) 58.8%,rgba(0,0,0,0.326) 64.7%,rgba(0,0,0,0.363) 71%,rgba(0,0,0,0.394) 77.5%,rgba(0,0,0,0.419) 84.5%,rgba(0,0,0,0.434) 91.9%,rgba(0,0,0,0.44) 100%);
  padding: 0;
  touch-action: none;
  display: flex;
  justify-content: space-between;
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  opacity: var(--fancybox-opacity,1);
  text-shadow: var(--fancybox-toolbar-text-shadow,1px 1px 1px rgba(0,0,0,0.4));
}
@media all and (min-width: 1024px) {
  .fancybox__toolbar {
    padding: 8px;
  }
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
  animation: .15s ease-in backwards fancybox-fadeIn;
}
.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0;
}
.fancybox__toolbar__items {
  display: flex;
}
.fancybox__toolbar__items--left {
  margin-right: auto;
}
.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.fancybox__toolbar__items--right {
  margin-left: auto;
}
@media (max-width: 640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none;
  }
}
.fancybox__counter {
  min-width: 72px;
  padding: 0 10px;
  line-height: var(--carousel-button-height,48px);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
}
.fancybox__progress {
  background: var(--fancybox-accent-color,rgba(34,213,233,0.96));
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 30;
  user-select: none;
}
.fancybox__container:fullscreen::backdrop {
  opacity: 0;
}
.fancybox__button--fullscreen g:nth-child(2) {
  display: none;
}
.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}
.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}
.fancybox__button--slideshow g:nth-child(2) {
  display: none;
}
.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none;
}
.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block;
}
@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: #007aff;
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px,0,0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.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-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.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-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  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-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:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .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-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-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset,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-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset,10px);
  right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset,10px);
  left: auto;
}
.swiper-button-lock {
  display: none;
}
.swiper-button-prev:after,
.swiper-button-next: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:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset,10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms 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-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom,8px);
  top: var(--swiper-pagination-top,auto);
  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: var(--swiper-pagination-bullet-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-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right,8px);
  left: var(--swiper-pagination-left,auto);
  top: 50%;
  transform: translate3d(0px,-50%,0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap,6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms 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: 200ms transform, 200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color,inherit);
}
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color,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-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size,4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size,4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius,10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color,rgba(0,0,0,0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset,1%);
  bottom: var(--swiper-scrollbar-bottom,4px);
  top: var(--swiper-scrollbar-top,auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size,4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%));
}
.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left,auto);
  right: var(--swiper-scrollbar-right,4px);
  top: var(--swiper-scrollbar-sides-offset,1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size,4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%));
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,0.5));
  border-radius: var(--swiper-scrollbar-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 > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}
.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 {
  pointer-events: auto;
}
.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-prev {
  pointer-events: auto;
  visibility: visible;
}
.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-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.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-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  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 {
  width: 100%;
  height: 90px;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  z-index: 99;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0,-45px,0);
  -webkit-transform: translate3d(0,-45px,0);
}
.header.is-in {
  animation: slideDown 0.7s ease-in-out forwards;
}
.header__logo {
  flex-shrink: 0;
}
.header__logo svg {
  width: clamp(180px,16.1448vw,310px);
}
.header__logo svg .cls-1 {
  fill: #fff;
}
@media screen and (max-width: 700px) {
  .header .social {
    display: none;
  }
}
.header .social svg path {
  fill: #fff;
}
.header .search__toggler {
  color: #fff;
  font-weight: 600;
  display: flex;
  gap: clamp(10px,0.7812vw,15px);
}
.header .search__toggler svg path {
  stroke: #fff;
  stroke-width: 2;
  stroke-opacity: 100%;
}
.body--scroll .header {
  background-color: rgba(0,0,0,0.9);
  padding: clamp(20px,2.604vw,50px) 0;
}
.header__inner {
  display: block;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding-left: min(4.1664vw,80px);
  padding-right: min(4.1664vw,80px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.header__right,
.header__menu,
.header__search,
.header__right-inner {
  display: flex;
  align-items: center;
  color: #fff;
}
.header__menu::after,
.header__search::after {
  content: "";
  display: inline-block;
  height: 35px;
  width: 2px;
  background-color: #fff;
  margin: 0 20px;
}
.header__search::after {
  display: none;
}
@media screen and (max-width: 1200px) {
  .header__search::after {
    display: block;
  }
}
@media screen and (max-width: 700px) {
  .header__right-inner {
    display: none;
  }
}
.header .languages {
  margin-right: clamp(15px,2.29152vw,44px);
}
@media screen and (max-width: 700px) {
  .header .languages {
    display: none;
  }
}
.header .menu {
  display: flex;
  align-items: center;
  gap: min(2.604vw,50px);
}
.header .menu__item {
  font-size: 17px;
  line-height: 1.64;
  letter-spacing: 0em;
}
.header .menu__item:first-child {
  display: none;
}
.header .menu__link {
  color: #fff;
  display: inline-block;
  font-weight: 600;
  position: relative;
  transition: transform 0.2s ease-in-out;
}
.header .menu__link::after {
  content: '';
  position: absolute;
  bottom: 0.2em;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.header .menu__link:hover::after {
  opacity: 1;
}
.header .menu__link:hover {
  transform: scale(1.02);
}
.header--black .header__menu::after,
.header--black .header__right-inner::after {
  background-color: #292a34;
}
.header--black .languages {
  margin-right: clamp(15px,2.29152vw,44px);
}
.header--black .languages__link {
  color: #292a34;
}
.header--black .languages__link--active {
  color: #a4a6b8;
}
.header--black .social svg path {
  fill: #292a34;
}
.header--black .menu__link {
  color: #292a34;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.header--black .menu__link::after {
  content: '';
  position: absolute;
  bottom: 0.2em;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #be2c34;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.header--black .menu__link:hover::after {
  opacity: 1;
}
.header--black .menu__link:hover {
  color: #be2c34;
  transform: scale(1.02);
}
.header--black svg .cls-1 {
  fill: #292a34;
}
.body--scroll .header--black {
  background-color: rgba(255,255,255,0.9);
  padding: clamp(20px,2.604vw,50px) 0;
}
.header--black .hamburger span {
  background-color: #292a34;
}
.header--black .header__menu,
.header--black .header__search,
.header--black .header__right-inner {
  color: #292a34;
}
.header--black .header__menu::after,
.header--black .header__search::after,
.header--black .header__right-inner::after {
  background-color: #292a34;
}
.header--black .search__toggler {
  color: #292a34;
}
.header--black .search__toggler svg path {
  stroke: #292a34;
}
@media screen and (max-width: 1200px) {
  .header__menu {
    display: none;
  }
}
.header__hamburger {
  display: none;
}
@media screen and (max-width: 1200px) {
  .header__hamburger {
    display: flex;
  }
}
@media screen and (max-width: 700px) {
  .header__hamburger::after {
    display: none;
  }
}
.hamburger {
  display: block;
  width: 35px;
  height: 20px;
  position: relative;
  cursor: pointer;
  margin-left: 20px;
}
@media screen and (max-width: 550px) {
  .hamburger {
    width: 28px;
  }
}
.hamburger span {
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: #fff;
  transition: 500ms cubic-bezier(0.25,0.46,0.45,0.94);
}
.body--light-header:not(.body--scroll) .hamburger span {
  background: #fff;
}
.hamburger span:first-child {
  top: 25%;
}
.hamburger span:last-child {
  top: 75%;
}
.mobile-menu {
  position: fixed;
  background: #000000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
  height: 100%;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  transition: 600ms cubic-bezier(0.25,0.46,0.45,0.94);
  transform: translate3d(0,-100%,0);
  -webkit-transform: translate3d(0,-100%,0);
  visibility: hidden;
  pointer-events: none;
  will-change: transform;
}
.mobile-menu__bottom {
  margin-top: auto;
  margin-bottom: 20px;
  flex-grow: 0;
  width: clamp(350px,91.71288vw,1761px);
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 2fr minmax(auto,200px);
  gap: clamp(12px,1.97904vw,38px);
  align-items: end;
}
.mobile-menu__bottom .cta {
  justify-self: flex-end;
  font-size: clamp(12px,1.24992vw,24px);
}
@media screen and (max-width: 550px) {
  .mobile-menu__bottom .cta {
    justify-self: flex-start;
  }
}
.mobile-menu__bottom__info p a {
  font-size: clamp(17px,0.93744vw,18px);
  line-height: normal;
  letter-spacing: -0.025em;
  line-height: 1.4em;
  color: #fff;
}
.mobile-menu__bottom__social .social__link a {
  width: auto;
}
.mobile-menu__bottom__social .social__link a svg path {
  fill: #fff;
}
.mobile-menu__bottom__languages .languages {
  margin-left: auto;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .mobile-menu__bottom__languages .languages {
    justify-content: flex-end;
  }
}
.mobile-menu__bottom__languages .languages__link {
  font-size: clamp(20px,2.8644vw,55px);
  font-weight: 300;
}
@media screen and (max-width: 550px) {
  .mobile-menu__bottom {
    grid-template-columns: 1fr;
  }
  .mobile-menu__bottom__languages .languages {
    justify-content: flex-start;
    gap: 30px;
  }
}
.mobile-menu.open {
  transform: translate3d(0,0%,0);
  -webkit-transform: translate3d(0,0%,0);
  visibility: visible;
  pointer-events: all;
}
.mobile-menu__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 57px;
  height: 57px;
  cursor: pointer;
  z-index: 10;
}
.mobile-menu__close::after,
.mobile-menu__close::before {
  content: '';
  height: 2px;
  position: absolute;
  top: 50%;
  left: 10px;
  right: 10px;
  background: #fff;
}
.mobile-menu__close::before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.mobile-menu__close::after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.mobile-menu .menu {
  margin-top: 100px;
  margin-bottom: clamp(15px,2.0832vw,40px);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  transition: 500ms cubic-bezier(0.25,0.46,0.45,0.94);
  will-change: transform;
  width: clamp(350px,91.71288vw,1761px);
  margin-left: auto;
  margin-right: auto;
}
.mobile-menu .menu__submenu {
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  visibility: hidden;
  pointer-events: none;
}
.mobile-menu .menu__item {
  text-align: right;
  margin-bottom: clamp(14px,1.302vw,25px);
}
.mobile-menu .menu__item.open > .menu__submenu {
  visibility: visible;
  pointer-events: all;
}
.mobile-menu .menu__link {
  display: inline-block;
  color: #fff;
  line-height: 1.2em;
  font-size: clamp(35px,3.6456vw,70px);
  font-weight: 300;
}
.mobile-menu .menu__link--parent {
  display: inline-flex;
  align-items: center;
  gap: clamp(10px,1.0416vw,20px);
}
.mobile-menu .menu__link--parent::after {
  content: '';
  width: 11px;
  height: 19px;
  background: url(../img/icons/menu-arrow.svg) no-repeat center;
}
.mobile-menu .menu__back {
  margin-bottom: 20px;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  cursor: pointer;
  height: 30px;
  line-height: 30px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.mobile-menu .menu__back::before {
  content: '';
  width: 11px;
  height: 19px;
  background: url(../img/icons/menu-arrow.svg) no-repeat center;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.mobile-menu[data-level="1"] .menu {
  transform: translate3d(-100%,0,0);
  -webkit-transform: translate3d(-100%,0,0);
}
.mobile-menu[data-level="2"] .menu {
  transform: translate3d(-200%,0,0);
  -webkit-transform: translate3d(-200%,0,0);
}
.mobile-menu[data-level="3"] .menu {
  transform: translate3d(-300%,0,0);
  -webkit-transform: translate3d(-300%,0,0);
}
.footer {
  display: flex;
  align-items: center;
  padding: clamp(40px,4.1664vw,80px) 0 clamp(30px,3.3852vw,65px);
  background: #000000;
  color: #fff;
  font-weight: 400;
  font-size: clamp(17px,0.93744vw,18px);
  line-height: normal;
  letter-spacing: -0.025em;
  line-height: 1.5em;
}
.footer strong {
  font-weight: 600;
}
.footer p {
  line-height: inherit;
}
.footer a {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.footer__inner {
  display: block;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding-left: min(4.1664vw,80px);
  padding-right: min(4.1664vw,80px);
  opacity: 0;
  visibility: hidden;
}
.footer__inner.is-in {
  animation: fade 0.7s ease-in-out forwards;
}
.footer__top {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 780px) {
  .footer__top {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 60px;
  }
}
.footer__left {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.footer__left svg .cls-1 {
  fill: #fff;
}
.footer__right {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: clamp(20px,5.208vw,100px);
}
@media screen and (max-width: 1200px) {
  .footer__right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    align-items: center;
    text-align: center;
  }
}
@media screen and (max-width: 550px) {
  .footer__right {
    grid-template-columns: 1fr;
  }
}
.footer__column strong {
  display: block;
  text-transform: uppercase;
  margin-bottom: 1em;
}
.footer__legal a,
.footer__legal span {
  font-weight: 600;
}
.footer__legal .menu {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
.footer__bottom {
  margin-top: 60px;
  display: flex;
  justify-self: flex-end;
  width: clamp(330px,22.3944vw,430px);
}
@media screen and (max-width: 1200px) {
  .footer__bottom {
    justify-self: center;
  }
}
.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 {
  border-top: 1px solid #000000;
  margin-top: 40px;
  padding-top: 10px;
}
.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: #292a34;
  border: 1px solid #292a34;
  border-radius: 3px;
}
.paginator__pages .active a {
  background: #292a34;
  color: #fff;
}
.languages {
  position: relative;
  text-transform: uppercase;
  display: flex;
  gap: 12px;
  font-weight: 600;
}
.body--light-header:not(.body--scroll) .languages path {
  fill: #fff;
}
.languages__link {
  height: 35px;
  line-height: 35px;
  text-align: center;
  display: block;
  color: #fff;
}
.languages__link--active {
  color: #a4a6b8;
}
.languages.open .languages__dropdown {
  visibility: visible;
  pointer-events: all;
  transform: scale3d(1,1,1);
  -webkit-transform: scale3d(1,1,1);
  opacity: 1;
}
.languages.open .languages__icon {
  transform: rotate3d(0,0,1,180deg);
  -webkit-transform: rotate3d(0,0,1,180deg);
}
.cta {
  display: inline-flex;
  font-size: clamp(17px,0.93744vw,18px);
  line-height: normal;
  letter-spacing: -0.025em;
  width: auto;
  line-height: auto;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  color: #000000;
  border: 1px solid #000000;
  font-weight: 600;
  padding: 0.9em 0.85em;
  transition: 0.2s ease-in-out;
}
.cta:hover {
  background-color: #000000;
  color: #fff;
}
.cta--light {
  color: #fff;
  border-color: #fff;
}
.cta--hover-light:hover {
  background-color: #fff;
  color: #292a34;
}
.cta--larger {
  width: clamp(120px,8.0724vw,155px);
}
.cta--dropdown {
  color: #fff;
  background-color: black;
}
.slider {
  position: relative;
}
.slider__arrow {
  position: absolute;
  top: 50%;
  width: 48px;
  height: 48px;
  background: url(../img/icons/arrow-right.svg) no-repeat center;
  border-radius: 50%;
  margin-top: -24px;
  z-index: 10;
  cursor: pointer;
}
.slider__arrow.swiper-button-disabled {
  opacity: 0;
}
@media screen and (max-width: 1200px) {
  .slider__arrow {
    width: 40px;
    height: 40px;
  }
}
.slider__arrow--prev {
  left: 0;
  transform: translateX(-50%) rotate(180deg);
  -webkit-transform: translateX(-50%) rotate(180deg);
}
@media screen and (max-width: 1200px) {
  .slider__arrow--prev {
    left: 5px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
}
.slider__arrow--next {
  right: 0;
  transform: translateX(50%);
  -webkit-transform: translateX(50%);
}
@media screen and (max-width: 1200px) {
  .slider__arrow--next {
    right: 5px;
    transform: none;
    -webkit-transform: none;
  }
}
.slider__pagination {
  text-align: center;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  font-weight: 500;
  padding-top: 8px;
}
@media screen and (max-width: 1000px) {
  .slider__pagination {
    top: auto;
    bottom: 0;
    z-index: 10;
    color: #fff;
    text-align: right;
    padding: 5px;
  }
}
.slider--fullscreen .slider__pagination {
  display: none;
}
.slider--fullscreen .slider__arrow {
  transform: none;
  -webkit-transform: none;
}
.slider--fullscreen .slider__arrow--next {
  right: clamp(5px,2.0832vw,40px);
}
.slider--fullscreen .slider__arrow--prev {
  left: clamp(5px,2.0832vw,40px);
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.swiper--project {
  margin-top: clamp(80px,10.1556vw,195px);
  padding-left: clamp(20px,4.1664vw,80px);
  margin-bottom: clamp(100px,16.09272vw,309px);
}
.swiper--project img {
  object-fit: cover;
  width: 100%;
  height: clamp(200px,31.248vw,600px);
}
@media screen and (max-width: 1000px) {
  .contact-form {
    width: 70%;
  }
}
@media screen and (max-width: 700px) {
  .contact-form {
    width: 100%;
  }
}
@media screen and (min-width: 701px) {
  .contact-form--1 .input--1,
  .contact-form--1 .input--2,
  .contact-form--1 .input--3 {
    grid-column-start: 1;
  }
  .contact-form--1 .input--4 {
    grid-column-start: 2;
    grid-row-start: 1;
    grid-row-end: span 3;
  }
  .contact-form--1 .input--5 {
    grid-column-end: span 2;
  }
}
.contact-form--1 .textarea {
  display: flex;
  flex-direction: column;
}
.contact-form--1 .textarea textarea {
  flex-grow: 1;
}
.contact-form__footer {
  margin-top: 3em;
}
.contact-form .form-footer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.contact-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(20px,1.5624vw,30px);
}
@media screen and (max-width: 1000px) {
  .contact-info {
    align-items: center;
  }
}
.contact-info__item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.contact-info__item a {
  color: #000;
}
.contact-info__icon {
  width: 15px;
}
.contact-info__icon svg {
  width: 100%;
  height: 100%;
}
.contact-info__icon path {
  fill: #292a34;
}
.popup {
  position: fixed;
  z-index: 1000;
  background: #fff;
  top: 50%;
  left: 50%;
  width: 1200px;
  max-width: 90vw;
  max-height: 90vh;
  transform: translate3d(-50%,-50%,0);
  -webkit-transform: translate3d(-50%,-50%,0);
  box-shadow: 0 0 0 100vw rgba(0,0,0,0.8);
  transition: 600ms cubic-bezier(0.25,0.46,0.45,0.94);
}
.popup.hidden {
  transform: translate3d(-50%,-50%,0) translate3d(0%,-200vh,0);
  -webkit-transform: translate3d(-50%,-50%,0) translate3d(0%,-200vh,0);
  box-shadow: 0 0 0 0vw rgba(0,0,0,0.8);
  pointer-events: none;
}
.popup__grid {
  display: grid;
  grid-template-columns: 40% 1fr;
}
@media screen and (max-width: 700px) {
  .popup__grid {
    grid-template-columns: 1fr;
  }
}
.popup__image img {
  object-fit: cover;
  width: 100%;
  max-height: 90vh;
  height: 100%;
}
@media screen and (max-width: 700px) {
  .popup__image img {
    height: auto;
    max-height: 25vh;
  }
}
.popup__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  z-index: 10;
}
@media screen and (max-width: 1200px) {
  .popup__close {
    width: 35px;
    height: 35px;
  }
}
.popup__close::before,
.popup__close::after {
  content: "";
  position: absolute;
  height: 1px;
  background: #292a34;
  left: 5px;
  right: 5px;
  top: 50%;
}
.popup__close::before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.popup__close::after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.popup__content {
  padding: 40px clamp(10px,6.2496vw,120px);
  overflow-y: auto;
  display: grid;
  align-items: center;
  max-height: 90vh;
}
@media screen and (max-width: 700px) {
  .popup__content {
    max-height: calc(90vh - 25vh);
    padding: 20px clamp(10px,6.2496vw,120px);
  }
}
.popup__cta,
.popup__subscribe {
  margin-top: clamp(20px,2.0832vw,40px);
}
.popup__bg {
  position: relative;
}
.popup__bg::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.2);
}
.popup__bg img {
  max-height: 90vh;
  object-fit: cover;
}
@media screen and (max-width: 700px) {
  .popup__bg img {
    aspect-ratio: 1;
  }
}
.popup__fg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
}
.popup__fg-wrapper {
  max-width: 500px;
}
.hero {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 100%;
  position: relative;
  height: 100dvh;
  width: 100%;
}
.hero--big-title h1 {
  font-weight: 300;
  font-size: clamp(45px,5.208vw,100px);
  line-height: 1.25em;
  letter-spacing: -0.05em;
  max-width: fit-content;
}
.hero__content,
.hero img,
.hero video {
  grid-column: 1;
  grid-row: 1;
}
.hero__content {
  display: block;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding-left: min(4.1664vw,80px);
  padding-right: min(4.1664vw,80px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0,45px,0);
  -webkit-transform: translate3d(0,45px,0);
}
.hero__content.is-in {
  animation: slideUp 0.7s ease-in-out forwards;
}
.hero__content h1 {
  color: #fff;
}
.hero img,
.hero video {
  width: 100%;
  height: 100%;
  filter: brightness(0.65);
  object-fit: cover;
}
.text-image {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  transition: all 0.3s ease-in-out;
  gap: 40px;
  overflow-x: hidden !important;
}
@media screen and (max-width: 1000px) {
  .text-image {
    grid-template-columns: 1fr;
    margin-bottom: 50px;
  }
}
.text-image__content {
  align-self: center;
  overflow: hidden;
  will-change: transform;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(5%,0,0);
  -webkit-transform: translate3d(5%,0,0);
}
.text-image__content.is-in {
  animation: slideLeft 0.7s ease-in-out forwards;
}
.text-image .paragraph .cta {
  justify-self: start;
}
.text-image--spaces {
  width: clamp(350px,91.71288vw,1761px);
  margin-left: auto;
  margin-right: auto;
}
.text-image__media {
  overflow: hidden;
  margin-left: auto;
  width: clamp(350px,47.75736vw,917px);
  transition: 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(-5%,0,0);
  -webkit-transform: translate3d(-5%,0,0);
}
.text-image__media.is-in {
  animation: slideRight 0.7s ease-in-out forwards;
}
.text-image__media img {
  object-fit: cover;
}
@media screen and (max-width: 1000px) {
  .text-image__media {
    order: -1;
    width: 100%;
  }
}
.text-image .swiper--gallery {
  height: 100%;
}
.text-image .swiper--gallery .swiper-slide {
  height: 100%;
}
.text-image .swiper--gallery .swiper-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.text-image .swiper--gallery .swiper-button-prev::after,
.text-image .swiper--gallery .swiper-button-next::after {
  color: #fff;
}
.text-image--img-hover img {
  transition: 0.3s ease-in-out;
  transform-origin: 0% 0%;
}
.text-image--img-hover img:hover {
  transform: scale3d(1.05,1.05,1);
}
.text-image--img-smaller .text-image__media {
  height: clamp(250px,29.21688vw,561px);
}
.text-image--img-smaller .text-image__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1200px) {
  .text-image--img-smaller .text-image__media {
    height: clamp(250px,41.664vw,800px);
  }
}
.text-image--home {
  margin-bottom: clamp(50px,10.416vw,200px);
}
.text-image--about {
  margin-top: clamp(80px,12.4992vw,240px);
  margin-bottom: clamp(80px,12.4992vw,240px);
}
.swap-image {
  padding: 150px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .swap-image {
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 100px 0;
  }
}
.swap-image__texts {
  opacity: 0;
  visibility: hidden;
  transform: translate3d(-5%,0,0);
  -webkit-transform: translate3d(-5%,0,0);
}
.swap-image__texts.is-in {
  animation: slideRight 0.7s ease-in-out forwards;
}
.swap-image__texts h2 {
  font-size: clamp(40px,3.95808vw,76px);
  line-height: 0.95em;
  letter-spacing: -0.05em;
  font-weight: 300;
  margin-bottom: 0.85em;
}
.swap-image__texts h2 strong {
  font-weight: 400;
}
.swap-image__texts p {
  font-size: 17px;
  line-height: 1.64;
  letter-spacing: 0em;
  width: clamp(200px,23.48808vw,451px);
  margin-bottom: 3.8em;
}
@media screen and (max-width: 1000px) {
  .swap-image__texts {
    width: 90%;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0,-45px,0);
    -webkit-transform: translate3d(0,-45px,0);
  }
  .swap-image__texts.is-in {
    animation: slideDown 0.7s ease-in-out forwards;
  }
  .swap-image__texts p {
    margin-left: auto;
    margin-right: auto;
    width: 70%;
  }
}
.swap-image__buttons {
  display: flex;
  gap: clamp(15px,3.07272vw,59px);
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .swap-image__buttons {
    justify-content: center;
  }
}
.swap-image__images {
  position: relative;
  height: clamp(400px,41.4036vw,795px);
  width: clamp(350px,31.97712vw,614px);
  opacity: 0;
  visibility: hidden;
  transform: translate3d(-5%,0,0);
  -webkit-transform: translate3d(-5%,0,0);
}
.swap-image__images.is-in {
  animation: slideRight 0.7s ease-in-out forwards;
}
@media screen and (max-width: 1000px) {
  .swap-image__images {
    display: none;
  }
}
.swap-image__images__first {
  width: clamp(200px,23.64432vw,454px);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 2;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.swap-image__images__second {
  width: clamp(150px,17.08224vw,328px);
  height: 70%;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translate(-100%,-50%);
  object-fit: cover;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.swap-image__images:hover .swap-image__images__first {
  width: clamp(150px,17.08224vw,328px);
  height: 70%;
  left: 100%;
  top: 50%;
  transform: translate(-100%,-50%);
  z-index: 1;
}
.swap-image__images:hover .swap-image__images__second {
  width: clamp(200px,23.64432vw,454px);
  left: 0;
  top: 0;
  height: 100%;
  z-index: 2;
  transform: translate(0,0);
}
.section {
  position: relative;
  display: block;
  font-size: clamp(27px,2.604vw,50px);
  line-height: 1em;
  letter-spacing: -0.05em;
  height: 100vh;
}
.section-bgimg {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 100%;
}
.section-bgimg img,
.section-bgimg__content {
  grid-column: 1;
  grid-row: 1;
}
.section-bgimg img {
  width: 100%;
  height: 100%;
  filter: brightness(0.55);
  object-fit: cover;
}
.section-bgimg__content {
  display: block;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding-left: min(4.1664vw,80px);
  padding-right: min(4.1664vw,80px);
  display: flex;
  align-items: center;
  color: #fff;
  z-index: 2;
}
.section-bgimg--right-down .section-bgimg__content {
  overflow: hidden;
  justify-content: flex-end;
  text-align: right;
  padding-bottom: clamp(50px,6.92664vw,133px);
  align-items: flex-end;
  position: relative;
}
.section-bgimg--right-down .section-bgimg__content .paragraph {
  align-items: flex-end;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(5%,0,0);
  -webkit-transform: translate3d(5%,0,0);
}
.section-bgimg--right-down .section-bgimg__content .paragraph.is-in {
  animation: slideLeft 0.7s ease-in-out forwards;
}
.section-bgimg--align-right .section-bgimg__content {
  justify-content: flex-end;
  text-align: right;
}
.section-full {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  margin-top: clamp(50px,6.7704vw,130px);
  margin-bottom: clamp(90px,13.02vw,250px);
}
.section-full .paragraph {
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0,-45px,0);
  -webkit-transform: translate3d(0,-45px,0);
}
.section-full .paragraph.is-in {
  animation: slideDown 0.7s ease-in-out forwards;
}
@media screen and (max-width: 550px) {
  .section-full .paragraph {
    padding: 0 10px;
  }
}
.section-full .masked-slider {
  opacity: 0;
  visibility: hidden;
}
.section-full .masked-slider.is-in {
  animation: fade 0.7s ease-in-out forwards;
}
@media screen and (max-width: 1200px) {
  .section-full {
    flex-direction: column;
    gap: 50px;
  }
  .section-full .masked-slider {
    order: -1;
  }
  .section-full .masked-slider svg {
    width: clamp(150px,26.04vw,500px);
  }
}
@media screen and (max-width: 1200px) and (max-width: 550px) {
  .section-full .masked-slider svg {
    width: 80vw;
  }
}
.section-stripe {
  background-color: #be2c34;
  color: #fff;
  font-size: clamp(27px,2.604vw,50px);
  line-height: 1em;
  letter-spacing: -0.05em;
  height: auto;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
  justify-content: center;
}
.section-stripe .heading {
  font-size: clamp(27px,2.604vw,50px);
  line-height: 1em;
  letter-spacing: -0.05em;
  margin-bottom: clamp(20px,1.8228vw,35px);
}
@media screen and (max-width: 550px) {
  .section-stripe .heading {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.section-stripe__content {
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0,45px,0);
  -webkit-transform: translate3d(0,45px,0);
  width: clamp(350px,36.456vw,700px);
  text-align: center;
}
.section-stripe__content.is-in {
  animation: slideUp 0.7s ease-in-out forwards;
}
.section-stripe h2 {
  font-weight: 300;
  text-align: center;
}
.section--right-shadow::after,
.section--left-shadow::after,
.section--down-shadow::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}
.section--right-shadow p,
.section--left-shadow p,
.section--down-shadow p {
  color: #fff;
}
.section--right-shadow img,
.section--left-shadow img,
.section--down-shadow img {
  filter: brightness(1);
}
.section--right-shadow::after {
  background: linear-gradient(to left,black,transparent);
}
.section--left-shadow::after {
  background: linear-gradient(to right,black,transparent);
}
.section--down-shadow img {
  filter: brightness(1);
}
.section--down-shadow::after {
  background: linear-gradient(to top,rgba(0,0,0,0.55) 60%,transparent);
}
.social {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 5px;
  margin: 0;
  padding: 0;
}
.social__link {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.social__link a {
  width: 35px;
  height: 35px;
  padding: 3px;
}
.masked-slider {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-35%,-50%);
  overflow: hidden;
  z-index: -1;
}
.masked-slider img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .masked-slider {
    position: relative;
    top: 0;
    transform: translate(0,0);
  }
}
.masked-slider svg {
  position: relative;
  width: min(41.664vw,800px);
  z-index: 2;
}
.masked-slider .swiper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid #fff;
}
.search {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  color: inherit;
}
.search__toggler {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .search__wrapper {
    position: fixed;
    z-index: 900;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    padding: 60px clamp(10px,1.0416vw,20px) 0;
    pointer-events: none;
    transition: 600ms cubic-bezier(0.25,0.46,0.45,0.94);
    transform: translate3d(0,-100%,0);
    -webkit-transform: translate3d(0,-100%,0);
  }
}
@media screen and (max-width: 1200px) {
  .search__close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 10;
  }
  .search__close::after,
  .search__close::before {
    content: "";
    height: 1px;
    position: absolute;
    top: 50%;
    left: 10px;
    right: 10px;
    background: #292a34;
  }
  .search__close::before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .search__close::after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
}
@media screen and (max-width: 1200px) {
  .search.open .search__wrapper {
    pointer-events: all;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
  }
}
.search__form {
  position: relative;
}
@media screen and (max-width: 1200px) {
  .search__form {
    max-width: 600px;
    margin: 0 auto;
  }
}
.search__input[type="text"] {
  height: 40px;
  line-height: 40px;
  background: none;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #292a34;
  font-size: inherit;
  padding: 0 40px;
  color: inherit;
}
@media screen and (max-width: 1200px) {
  .search__input[type="text"] {
    border: 1px solid #292a34;
    height: 50px;
    line-height: 50px;
  }
}
.body--light-header:not(.body--scroll) .search__input[type="text"] {
  border-color: #fff;
}
.search__icon,
.search__spinner {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search__icon svg,
.search__spinner svg {
  width: 25px;
}
.search__icon {
  left: 0;
}
.search__spinner {
  right: 0;
  animation: spinCW 1000ms linear infinite;
  -webkit-animation: spinCW 1000ms linear infinite;
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
  visibility: hidden;
  will-change: transform;
}
.search__spinner.loading {
  animation-play-state: running;
  -webkit-animation-play-state: running;
  visibility: visible;
}
.search__results {
  position: absolute;
  top: 100%;
  left: 0;
  width: 350px;
  max-height: 50vh;
  overflow-y: auto;
  padding: 10px;
  border: 1px solid #292a34;
  visibility: hidden;
  pointer-events: none;
  font-size: 14px;
  background: #fff;
}
@media screen and (max-width: 1200px) {
  .search__results {
    width: 100%;
    position: static;
    max-height: calc(100vh - 120px);
    padding: 20px 0;
    border: none;
    max-width: 600px;
    margin: 0 auto;
  }
}
.search__results.visible {
  visibility: visible;
  pointer-events: all;
}
.search__empty {
  text-align: center;
}
@media screen and (max-width: 550px) {
  .search__label {
    display: none;
  }
}
.search-result {
  display: grid;
  padding: 10px 0;
  border-bottom: 1px solid #000000;
  color: #292a34;
  grid-template-columns: 80px 1fr;
  gap: 15px;
  font-weight: 500;
  align-items: center;
}
.search-result:first-child {
  padding-top: 0;
}
.search-result:last-child {
  border: none;
  padding-bottom: 0;
}
.search-result__image img {
  aspect-ratio: 1.7777777777778;
  object-fit: contain;
}
.service-preview {
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: 2.5vw;
  align-items: center;
  margin-bottom: 80px;
}
.service-preview:last-child {
  margin: 0;
}
.service .paragraph .heading {
  font-size: clamp(45px,5.208vw,100px);
  line-height: 1.25em;
  letter-spacing: -0.05em;
  font-weight: 400;
}
.service .paragraph__location {
  font-size: clamp(24px,2.0832vw,40px);
  line-height: 1.03em;
  letter-spacing: -0.02em;
}
.service .text-image {
  height: auto;
  gap: 50px;
}
.contacts {
  padding: clamp(120px,17.86344vw,343px) 0 clamp(80px,11.56176vw,222px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5vw;
  width: clamp(350px,91.71288vw,1761px);
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .contacts {
    grid-template-columns: 1fr;
  }
}
.contacts__infos {
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0,-45px,0);
  -webkit-transform: translate3d(0,-45px,0);
  width: clamp(250px,24.42552vw,469px);
}
.contacts__infos.is-in {
  animation: slideDown 0.7s ease-in-out forwards;
}
.contacts__infos a {
  color: #fff;
}
.contacts__infos h1 {
  font-size: clamp(40px,3.95808vw,76px);
  line-height: 0.95em;
  letter-spacing: -0.05em;
  font-weight: 300;
  margin-bottom: 0.45em;
}
.contacts__infos h1 strong {
  font-weight: 500;
}
.contacts__infos p {
  font-size: 17px;
  line-height: 1.64;
  letter-spacing: 0em;
  margin-bottom: 2em;
}
.contacts__infos__address {
  font-weight: 600;
}
.contacts__form {
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0,-45px,0);
  -webkit-transform: translate3d(0,-45px,0);
}
.contacts__form.is-in {
  animation: slideDown 0.7s ease-in-out forwards;
}
.contacts__form h1 {
  font-size: clamp(32px,3.1248vw,60px);
  line-height: 1.05em;
  letter-spacing: -0.05em;
  margin-bottom: 1.5em;
}
.article {
  display: block;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  padding: 0 10px;
  margin-bottom: clamp(40px,4.1664vw,80px);
}
.article.psc .article__img-text {
  text-align: center;
}
.article.psc .article__img-text img {
  width: 650px;
  margin-left: auto;
  margin-right: auto;
}
.article.psc .article__img-text__text {
  font-size: clamp(20px,1.87488vw,36px);
  line-height: 1.33em;
  letter-spacing: -0.05em;
  font-weight: 600;
}
.article.policies,
.article.psc {
  margin-top: 130px;
}
.article h4 {
  font-size: clamp(19px,1.40616vw,27px);
  line-height: 0.96em;
  letter-spacing: -0.02em;
  margin-bottom: 0.6em;
  font-weight: 700;
  margin-top: 2em;
}
.article h5 {
  font-size: 1.3rem;
  margin-bottom: 0.6em;
  font-weight: 700;
}
.article .article__title {
  margin-bottom: 1em;
  font-weight: bold;
  font-size: clamp(20px,1.87488vw,36px);
  line-height: 1.33em;
  letter-spacing: -0.05em;
}
.page-hero__wrapper > *,
.page-hero-split > *,
.page-hero-split__wrapper > *,
.page-text > * {
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0,45px,0);
  -webkit-transform: translate3d(0,45px,0);
  will-change: transform, opacity;
}
.page-text-media > .page-text-media__image {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.98);
}
.page-fullscreen__bg > *,
.page-slider {
  opacity: 0;
  visibility: hidden;
}
.page-text-media--right > .page-text-media__content,
.page-text-fancyimages--right > .page-text-fancyimages__content {
  opacity: 0;
  visibility: hidden;
  transform: translate3d(-5%,0,0);
  -webkit-transform: translate3d(-5%,0,0);
  will-change: transform, opacity;
}
.page-text-media--left > .page-text-media__content,
.page-text-fancyimages--left > .page-text-fancyimages__content {
  opacity: 0;
  visibility: hidden;
  transform: translate3d(5%,0,0);
  -webkit-transform: translate3d(5%,0,0);
  will-change: transform, opacity;
}
.page-text-fancyimages__grid img:nth-child(1) {
  opacity: 0;
  visibility: hidden;
  transform: rotate(5deg) translate3d(35px,20px,0);
  -webkit-transform: rotate(5deg) translate3d(35px,20px,0);
  transform-origin: 40% 60%;
  will-change: transform, opacity;
}
.page-text-fancyimages__grid img:nth-child(2) {
  opacity: 0;
  visibility: hidden;
  transform: rotate(-5deg) translate3d(-35px,20px,0);
  -webkit-transform: rotate(-5deg) translate3d(-35px,20px,0);
  transform-origin: -40% 60%;
  will-change: transform, opacity;
}
.is-in.page-hero .page-hero__wrapper > *,
.is-in.page-hero-split .page-hero-split__wrapper > * {
  animation: slideUp 1.3s cubic-bezier(0.39,0.575,0.565,1) forwards;
}
.is-in.page-hero .page-hero__wrapper > *:nth-child(1),
.is-in.page-hero-split .page-hero-split__wrapper > *:nth-child(1) {
  animation-delay: 300ms;
}
.is-in.page-hero .page-hero__wrapper > *:nth-child(2),
.is-in.page-hero-split .page-hero-split__wrapper > *:nth-child(2) {
  animation-delay: 230ms;
}
.is-in.page-text > * {
  animation: slideUp 1.3s cubic-bezier(0.39,0.575,0.565,1) forwards;
}
.is-in.page-text-media > .page-text-media__image,
.is-in.page-fullscreen > .page-fullscreen__bg > *,
.is-in.page-slider {
  animation: fadeIn 1.1s cubic-bezier(0.165,0.84,0.44,1) forwards;
}
.is-in.page-text-fancyimages__grid > img:nth-child(1) {
  animation: rotateInLeft 890ms 150ms cubic-bezier(0.39,0.575,0.565,1) forwards;
}
.is-in.page-text-fancyimages__grid > img:nth-child(2) {
  animation: rotateInRight 890ms cubic-bezier(0.39,0.575,0.565,1) forwards;
}
.page-hero-split > * {
  animation: slideUp 1.3s cubic-bezier(0.39,0.575,0.565,1) forwards;
}
.page-text-media--right > .page-text-media__content.is-in,
.page-text-fancyimages--right > .page-text-fancyimages__content.is-in {
  animation: slideRight 1.1s cubic-bezier(0.39,0.575,0.565,1) forwards;
}
.page-text-media--left > .page-text-media__content.is-in,
.page-text-fancyimages--left > .page-text-fancyimages__content.is-in {
  animation: slideLeft 1.1s cubic-bezier(0.39,0.575,0.565,1) forwards;
}
.m-auto {
  margin-left: auto;
  margin-right: auto;
}
.pt-p {
  padding-top: clamp(100px,10.6764vw,205px);
}
.container-l {
  width: clamp(350px,91.71288vw,1761px);
}
.list {
  margin-left: 0;
}
.list__title {
  opacity: 0;
  visibility: hidden;
  transform: translate3d(-5%,0,0);
  -webkit-transform: translate3d(-5%,0,0);
  font-size: clamp(40px,4.06224vw,78px);
  line-height: 0.96em;
  letter-spacing: -0.05em;
  margin-bottom: 1.5em;
  width: clamp(350px,91.71288vw,1761px);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  gap: clamp(15px,2.76024vw,53px);
  align-items: flex-end;
}
.list__title.is-in {
  animation: slideRight 0.7s ease-in-out forwards;
}
@media screen and (max-width: 1000px) {
  .list__title {
    flex-direction: column;
    align-items: flex-start;
  }
}
.list__title h1 {
  font-weight: 300;
}
.list__title p {
  font-size: 17px;
  line-height: 1.64;
  letter-spacing: 0em;
  width: clamp(250px,26.76912vw,514px);
}
.list ul {
  margin-bottom: 0;
  list-style: none;
  padding-bottom: clamp(60px,11.24928vw,216px);
}
.list ul li {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
@media (hover: hover) and (pointer: fine) {
  .list ul li:hover {
    background-color: #be2c34;
    color: #fff;
  }
  .list ul li:hover p {
    color: #fff;
  }
  .list ul li:hover .cta {
    color: #fff;
    border: 1px solid #fff;
  }
}
.list ul li .text-image {
  width: clamp(350px,91.71288vw,1761px);
  margin-left: auto;
  margin-right: auto;
  height: auto;
  padding: clamp(20px,3.33312vw,64px) 0;
  border-bottom: 1px solid #000000;
}
.list ul li .text-image .paragraph .heading {
  font-weight: 400;
}
.list ul li .text-image .paragraph__location {
  font-size: clamp(19px,1.40616vw,27px);
  line-height: 0.96em;
  letter-spacing: -0.02em;
}
.list ul li .text-image .paragraph__text {
  width: clamp(250px,28.43568vw,546px);
  font-size: 17px;
  line-height: 1.64;
  letter-spacing: 0em;
}
.list ul__element:first-of-type .text-image {
  border-top: 1px solid #000000;
}
.list ul__element:last-of-type .text-image {
  border-bottom: 0px;
}
@media (hover: hover) and (pointer: fine) {
  .list--projects li:hover .text-image__media {
    width: 95%;
  }
}
@media (hover: hover) and (pointer: fine) and screen and (max-width: 1200px) {
  .list--projects li:hover .text-image__media {
    width: 100%;
  }
}
.list--projects .text-image__content {
  width: clamp(350px,33.3312vw,640px);
}
.list--mini .list__title {
  display: block;
  padding: clamp(50px,7.86408vw,151px) 0 clamp(20px,4.9476vw,95px);
  margin-bottom: 0;
}
.list--mini .list__title p {
  width: clamp(350px,72.28704vw,1388px);
  font-size: clamp(20px,1.87488vw,36px);
  line-height: 1.33em;
  letter-spacing: -0.05em;
}
.list--mini .list__element {
  margin-bottom: 0;
}
.list--mini ul li .text-image {
  grid-template-columns: 1fr clamp(350px,42.02856vw,807px);
  align-items: center;
  width: clamp(350px,91.71288vw,1761px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1000px) {
  .list--mini ul li .text-image {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.list--mini ul li .text-image__media {
  height: clamp(170px,18.64464vw,358px);
  overflow: hidden;
  width: 100%;
}
.list--mini ul li .text-image h2 {
  font-size: clamp(33px,3.33312vw,64px);
  line-height: 1em;
  letter-spacing: -0.05em;
}
.list--mini .list__element:first-of-type .text-image {
  border-top: 1px solid #000000;
}
.list--mini .cta {
  display: none;
}
.list--cols .list__title {
  display: block;
  padding: clamp(50px,7.86408vw,151px) 0 clamp(20px,4.9476vw,95px);
  margin-bottom: 0;
  border-bottom: 1px solid #000000;
}
.list--cols .list__title p {
  width: clamp(350px,72.28704vw,1388px);
  font-size: clamp(20px,1.87488vw,36px);
  line-height: 1.33em;
  letter-spacing: -0.05em;
}
.list--cols .list__element {
  margin-bottom: 0;
}
.list--cols ul {
  margin-top: clamp(40px,8.80152vw,169px);
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr;
  width: clamp(350px,91.71288vw,1761px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1000px) {
  .list--cols ul {
    grid-template-columns: 1fr;
  }
}
.list--cols ul li {
  padding: clamp(17px,3.85392vw,74px) clamp(20px,4.21848vw,81px) clamp(11px,1.92696vw,37px);
}
.list--cols ul li .text-image {
  padding: 0;
  grid-template-columns: 1fr;
  width: 100%;
  border-bottom: 0;
}
.list--cols ul li .text-image__content {
  margin-bottom: 0;
}
.list--cols ul li .text-image__content p {
  width: clamp(350px,28.80024vw,553px);
}
.list--cols ul li .text-image__media {
  order: -1;
  margin-bottom: clamp(15px,2.96856vw,57px);
  height: auto;
  width: 100%;
}
.list--cols .cta {
  display: none;
}
.product {
  padding-top: clamp(80px,7.96824vw,153px);
  width: clamp(350px,91.71288vw,1761px);
  margin-left: auto;
  margin-right: auto;
  padding-bottom: clamp(84px,8.43696vw,162px);
}
.product strong {
  font-weight: 600;
}
.product .gallery {
  width: 50%;
  margin-left: auto;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(5%,0,0);
  -webkit-transform: translate3d(5%,0,0);
}
@media screen and (max-width: 1550px) {
  .product .gallery {
    width: 60%;
  }
}
@media screen and (max-width: 1200px) {
  .product .gallery {
    width: 50%;
  }
}
@media screen and (max-width: 880px) {
  .product .gallery {
    width: 100%;
  }
}
.product .gallery.is-in {
  animation: slideLeft 0.7s ease-in-out forwards;
}
.product__back {
  font-size: 17px;
  line-height: 1.64;
  letter-spacing: 0em;
  font-weight: 600;
  color: #292a34;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0,45px,0);
  -webkit-transform: translate3d(0,45px,0);
}
.product__back.is-in {
  animation: slideUp 0.7s ease-in-out forwards;
}
.product .hr {
  transform-origin: left;
  height: 1px;
  background-color: #292a34;
  margin-top: 12px;
  margin-bottom: clamp(15px,2.44776vw,47px);
}
.product .hr.is-in {
  animation: hrAnimation 1.1s ease-in-out forwards;
}
.product__preview {
  margin-bottom: 10px;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0,45px,0);
  -webkit-transform: translate3d(0,45px,0);
}
.product__preview.is-in {
  animation: slideUp 0.7s ease-in-out forwards;
}
.product__info {
  display: grid;
  grid-template-columns: 1fr 50%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  overflow: hidden;
}
@media screen and (max-width: 1550px) {
  .product__info {
    grid-template-columns: 1fr 60%;
  }
}
@media screen and (max-width: 1200px) {
  .product__info {
    grid-template-columns: 1fr 50%;
  }
}
.product__info strong {
  align-self: flex-start;
}
.product__info span {
  text-align: right;
}
@media screen and (max-width: 880px) {
  .product__info {
    display: block;
  }
}
.product__info ul {
  margin: 0;
  list-style: none;
}
.product__info ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: clamp(350px,26.76912vw,514px);
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 880px) {
  .product__info ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 50px;
  }
  .product__info ul li {
    width: 100%;
    min-width: 125px;
  }
}
@media screen and (max-width: 550px) {
  .product__info ul {
    grid-template-columns: 1fr;
  }
}
.product__info__left {
  width: clamp(300px,28.85232vw,554px);
  padding-bottom: clamp(10px,1.24992vw,24px);
  opacity: 0;
  visibility: hidden;
  transform: translate3d(-5%,0,0);
  -webkit-transform: translate3d(-5%,0,0);
}
.product__info__left.is-in {
  animation: slideRight 0.7s ease-in-out forwards;
}
.product__info__left h1 {
  font-size: clamp(40px,3.95808vw,76px);
  line-height: 0.95em;
  letter-spacing: -0.05em;
  width: clamp(150px,17.55096vw,337px);
  margin-bottom: 0.7em;
}
@media screen and (max-width: 880px) {
  .product__info__left {
    margin-bottom: 20px;
    padding: 0;
    width: auto;
  }
}
.product__info__important {
  display: flex;
  align-items: center;
  gap: clamp(14px,3.07272vw,59px);
}
.product__info__right {
  opacity: 0;
  visibility: hidden;
  transform: translate3d(5%,0,0);
  -webkit-transform: translate3d(5%,0,0);
}
.product__info__right.is-in {
  animation: slideLeft 0.7s ease-in-out forwards;
}
.product-preview {
  width: 100%;
  color: #292a34;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}
.product-preview.is-in {
  animation: fade 0.7s ease-in-out forwards;
}
.product-preview__image {
  position: relative;
  margin-bottom: clamp(8px,0.72912vw,14px);
  width: 100%;
}
.product-preview__image--base {
  object-fit: cover;
  width: 100%;
  transition: 0.2s ease-in-out;
}
.product-preview__image--hover {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%,-50%);
  transition: 0.2s ease-in-out;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.product-preview__image svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25%;
  height: 25%;
  transform: translate(-50%,-50%);
  opacity: 0;
  transition: 0.2s ease-in-out;
}
.product-preview__image:hover .product-preview__image--hover {
  opacity: 1;
}
.product-preview__image:hover .product-preview__image--base {
  opacity: 0;
}
.product-preview__image:hover svg {
  opacity: 1;
}
.product-preview h3 {
  font-weight: 700;
  font-size: 17px;
  line-height: 1.64;
  letter-spacing: 0em;
}
.product-preview h6 {
  font-weight: 300;
  font-size: 12px;
}
.product-preview p {
  font-size: 15px;
  line-height: 1.86;
  letter-spacing: 0em;
}
.product-preview__infos {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
}
@media screen and (max-width: 1400px) {
  .product-preview__infos {
    flex-direction: column;
    align-items: flex-start;
  }
  .product-preview__infos h3 {
    order: 2;
  }
}
.product-preview__data {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 15px 10px 0;
  font-size: 14px;
  margin-top: 5px;
  border-top: 1px solid;
  text-align: right;
}
@media screen and (max-width: 700px) {
  .product-preview__data {
    flex-direction: column;
    gap: 5px;
  }
}
@media screen and (max-width: 550px) {
  .product-preview__data {
    flex-direction: row;
    gap: 0;
  }
}
.product-preview__data .thickness {
  display: flex;
  margin-top: 5px;
  align-items: center;
  gap: 5px;
}
.product-preview__availability strong {
  font-weight: 600;
}
.product-preview__measures {
  text-align: left;
  font-weight: 300;
}
.product-preview__measures strong {
  font-weight: 500;
}
.product-preview__thicknesses {
  display: flex;
  gap: 2px;
}
.product-preview__thicknesses span:after {
  content: ',';
  padding-left: 1px;
}
.product-preview__thicknesses span:last-of-type:after {
  content: '';
  padding: 0;
}
.suggests h2 {
  font-weight: 300;
  font-size: clamp(27px,2.604vw,50px);
  line-height: 1em;
  letter-spacing: -0.05em;
  margin-bottom: 0.9em;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0,-45px,0);
  -webkit-transform: translate3d(0,-45px,0);
}
.suggests h2.is-in {
  animation: slideDown 0.7s ease-in-out forwards;
}
.suggests h2 strong {
  font-weight: 400;
}
.suggests-container {
  width: clamp(350px,91.71288vw,1761px);
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  justify-items: center;
  column-gap: clamp(16px,2.0832vw,40px);
  row-gap: clamp(24px,3.85392vw,74px);
  overflow-x: scroll;
}
.suggests-container .product-preview {
  min-width: 200px;
}
.dropdown {
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 1000px) {
  .dropdown {
    flex-grow: 1;
  }
  .dropdown__label {
    width: 100%;
  }
  .dropdown__item {
    width: 100%;
  }
}
.dropdown__label {
  cursor: pointer;
  user-select: none;
}
.dropdown__menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-5px);
  transition: all 0.2s ease;
  z-index: 100;
}
.dropdown__item {
  margin-bottom: 0;
  background-color: #fff;
  cursor: pointer;
  border-top: 0;
}
.dropdown.is-open .dropdown__menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.select2-container--custom {
  width: 100% !important;
}
.select2-container--custom .select2-selection {
  color: #000000;
  border: 1px solid #000000;
  border-radius: 0;
  font-weight: 700;
  height: 100%;
  position: relative;
}
.select2-container--custom .select2-selection::after {
  content: '';
  background-image: url('/img/icons/dropdown.svg');
  background-repeat: no-repeat;
  height: 6px;
  width: 11px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
}
.select2-container--custom.select2-container--open .select2-selection::after {
  transform: rotate(-180deg) translateY(50%);
  transform-origin: center center;
}
.select2-container--custom .select2-selection__rendered {
  line-height: 50px;
}
@media screen and (max-width: 700px) {
  .select2-container--custom .select2-selection__rendered {
    line-height: 50px;
  }
}
.select2-container--custom .select2-selection__arrow {
  height: 50px;
  right: 10px;
}
@media screen and (max-width: 700px) {
  .select2-container--custom .select2-selection__arrow {
    height: 40px;
  }
}
.select2-container--custom .select2-dropdown {
  background-color: #fff;
  border: 1px solid #000000;
  border-radius: 0;
  max-height: 355px;
  overflow-y: auto;
  min-width: 200px;
}
.select2-container--custom .select2-results__option {
  color: #000;
  padding: 8px 12px;
  transition: all 125ms;
  margin: 0;
  font-size: 13px;
  white-space: pre;
}
.select2-container--custom .select2-results__option--highlighted {
  background-color: #000;
  color: #fff;
}