body {
  position: relative;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: none;
  background: #131313;
}

::selection {
  background-color: #909090;
  color: inherit;
}

::-moz-selection {
  background-color: #909090;
  color: inherit;
}

strong {
  font-weight: bold;
}

.has-bgr {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}

.content_wrapp {
  max-width: 1820px;
  width: 100%;
  padding: 0 125px;
  box-sizing: border-box;
  background: #131313;
  margin: 0 auto;
}
@media (max-width: 1370px) {
  .content_wrapp {
    padding: 0 50px;
  }
}
@media (max-width: 1080px) {
  .content_wrapp {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .content_wrapp {
    padding: 0 24px;
  }
}

.info {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 12px;
}
.info__areas {
  line-height: 1em;
}
.info h2 {
  font-size: 14px;
  color: #e7e7e0;
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 300;
  margin-right: 20px;
  line-height: 1;
}
@media (max-width: 1512px) {
  .info h2 {
    width: 100%;
    margin-bottom: 5px;
  }
}
.info__area {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  margin-right: 10px;
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 300;
}
.info__area.filter-area {
  cursor: pointer;
  transition: color 0.3s ease;
}
.info__area.filter-area:hover {
  color: #e7e7e0;
}

#main {
  background-color: #131313;
  color: #dddddd;
}

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/***
    The new CSS reset - version 1.5.1 (last updated 1.3.2022)
    GitHub page: https://github.com/elad2412/the-new-css-reset
***/
/*
    Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property
    - The "symbol *" part is to solve Firefox SVG sprite bug
 */
*:where(:not(iframe, canvas, img, svg, video):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

/* Preferred box-sizing value */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Reapply the pointer cursor for anchor tags */
a, button {
  cursor: revert;
}

/* Remove list styles (bullets/numbers) */
ol, ul, menu {
  list-style: none;
}

/* For images to not be able to exceed their container */
img {
  max-width: 100%;
  height: auto;
}

/* removes spacing between cells in tables */
table {
  border-collapse: collapse;
}

/* revert the 'white-space' property for textarea elements on Safari */
textarea {
  white-space: revert;
}

/* minimum style to allow to style meter element */
meter {
  -webkit-appearance: revert;
  appearance: revert;
}

/* reset default text opacity of input placeholder */
::placeholder {
  color: unset;
}

/* fix the feature of 'hidden' attribute.
   display:revert; revert to element instead of attribute */
:where([hidden]) {
  display: none;
}

/* revert for bug in Chromium browsers
   - fix for the content editable attribute will work properly. */
:where([contenteditable]) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
}

/* apply back the draggable feature - exist only in Chromium and Safari */
:where([draggable=true]) {
  -webkit-user-drag: element;
}

footer {
  padding-bottom: 25px;
  padding-top: 75px;
  background: #000000;
}
footer .content_wrapp {
  background-color: transparent;
}
footer a {
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  position: relative;
  margin-bottom: 16px;
  display: inline-block;
  transition: all 0.5s;
  font-style: normal;
}
footer a:hover {
  color: #e7e7e0;
}
footer .first {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .first .title {
  width: 60%;
  font-size: 36px;
  color: #e7e7e0;
  font-family: "ivypresto-display", serif;
  font-weight: 100;
  line-height: 1.4em;
}
@media (max-width: 1080px) {
  footer .first .title br {
    display: none;
  }
}
@media (max-width: 768px) {
  footer .first .title {
    font-size: 24px;
  }
}
@media (max-width: 500px) {
  footer .first .title {
    width: 100%;
    margin-bottom: 30px;
  }
}
footer .first .menu {
  width: 31%;
}
@media (max-width: 500px) {
  footer .first .menu {
    width: 48%;
  }
}
footer .first .menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .first .col {
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 14px;
  color: #e7e7e0;
  position: relative;
  width: 31%;
  border-top: 1px solid #404040;
  padding-top: 30px;
  display: none;
}
@media (max-width: 500px) {
  footer .first .col {
    width: 48%;
    display: block;
  }
}
footer .first .col h3 {
  margin: 0;
  margin-bottom: 16px;
  font-style: normal;
}
footer .second {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 80px;
}
@media (max-width: 500px) {
  footer .second {
    margin-top: 40px;
  }
}
footer .second .col {
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 14px;
  color: #e7e7e0;
  position: relative;
  width: 31%;
  border-top: 1px solid #404040;
  padding-top: 30px;
}
@media (max-width: 500px) {
  footer .second .col {
    width: 48%;
  }
  footer .second .col:nth-of-type(1) {
    display: none;
  }
}
footer .second .col h3 {
  margin: 0;
  margin-bottom: 16px;
  font-style: normal;
}
footer .third {
  margin-top: 140px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 500px) {
  footer .third {
    margin-top: 40px;
  }
}
footer .third .col {
  width: 31%;
}
footer .third .col p {
  font-size: 14px;
  color: #e7e7e0;
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 300;
}
footer .third .col a {
  margin: 0;
  top: 2px;
  margin-right: 15px;
}
@media (max-width: 500px) {
  footer .third .col:nth-of-type(1) {
    width: 100%;
    margin-bottom: 20px;
  }
  footer .third .col:nth-of-type(2) {
    width: 48%;
  }
  footer .third .col:nth-of-type(3) {
    width: 48%;
  }
}

body.menu-open {
  overflow: hidden;
}

.fadein-wrap {
  position: relative;
  opacity: 0;
  transition: all, 1s;
}
.fadein-wrap.in-view {
  opacity: 1;
}

header {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  background: #131313;
  transition: transform 0.45s ease, background 0.45s ease, backdrop-filter 0.45s ease;
}
header.header-scrolled {
  background: rgba(19, 19, 19, 0.7);
  backdrop-filter: saturate(180%) blur(10px);
  -webkit-backdrop-filter: saturate(180%) blur(10px);
}
header.header-hidden {
  transform: translateY(-100%);
}
header .content_wrapp {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 30px;
  background: transparent;
}
header .content_wrapp ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
header .content_wrapp ul li {
  margin-right: 40px;
}
header .content_wrapp ul li a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  transition: all 0.5s;
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 300;
}
@media (max-width: 500px) {
  header .content_wrapp ul li a {
    font-size: 24px;
  }
}
header .content_wrapp ul li a:hover {
  color: #e7e7e0;
}
header .content_wrapp span {
  border-bottom: 1px solid #404040;
  display: block;
  width: 100%;
  padding-bottom: 20px;
  z-index: 9;
}
@media (max-width: 500px) {
  header .content_wrapp .left {
    display: none;
  }
}
header .content_wrapp .right {
  color: #e7e7e0;
  font-size: 14px;
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 300;
  z-index: 9;
  transition: all 0.5s;
}
header .content_wrapp .right:hover {
  color: rgba(255, 255, 255, 0.6);
}
header .burger {
  display: none;
  z-index: 9;
}
header .burger span {
  width: 24px;
  height: 1px;
  background: #e7e7e0;
  margin: 2.5px auto;
  padding: 0;
  transition: all 0.5s;
}
@media (max-width: 500px) {
  header .burger {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
header .burger.open span:nth-child(1) {
  transform: rotate(45deg) translate(1px, 4px);
}
header .burger.open span:nth-child(2) {
  transform: rotate(-45deg) translate(0px, -4px);
}
header .mobile_menu {
  display: none;
  background: #131313;
  padding: 110px 25px;
  box-sizing: border-box;
  z-index: 7;
}
@media (max-width: 500px) {
  header .mobile_menu {
    display: block;
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: -100vh;
    transition: all 1s;
  }
}
header .mobile_menu ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
header .mobile_menu ul li {
  margin-bottom: 40px;
}
header .mobile_menu.open {
  top: 0;
}
header .mobile_menu__footer {
  position: absolute;
  bottom: 40px;
  left: 25px;
  right: 25px;
}
header .mobile_menu__title {
  font-family: "ivypresto-display", serif;
  font-weight: 100;
  font-size: 22px;
  color: #e7e7e0;
  line-height: 1.2em;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #2e2e2e;
  padding-top: 30px;
}
header .mobile_menu__cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 10px;
}
header .mobile_menu__col:last-child {
  grid-column: 1/-1;
}
header .mobile_menu__col h3 {
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 300;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
}
header .mobile_menu__col p,
header .mobile_menu__col a,
header .mobile_menu__col li {
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 300;
  font-size: 15px;
  color: #e7e7e0;
  line-height: 1.6em;
  display: block;
  margin-bottom: 6px;
}
header .mobile_menu__col a:hover {
  color: rgba(255, 255, 255, 0.6);
}

.work-page {
  min-height: 100vh;
}
.work-page .filtered-layout {
  display: grid;
  grid-template-columns: 30% 30% 30%;
  gap: 5%;
  padding-top: 200px;
  padding-bottom: 100px;
  width: 100%;
}
.work-page .filtered-layout__info {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.work-page .filtered-layout__info div {
  position: sticky;
  top: 100px;
}
.work-page .filtered-layout__title {
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 300;
  font-size: 36px;
  margin-bottom: 12px;
  color: #e7e7e0;
}
.work-page .filtered-layout__count {
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}
.work-page .filtered-layout__column {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.work-page .filtered-layout__column .work-item,
.work-page .filtered-layout__column .project-item {
  width: 100%;
}
.work-page .filtered-layout .large {
  width: 100%;
}
.work-page .filtered-layout .large .project_media {
  width: 100%;
  padding-top: 66%;
  overflow: hidden;
  position: relative;
  background: #000;
}
.work-page .filtered-layout .large .project_media__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  cursor: pointer;
  background: #000;
  opacity: 0;
  transition: all 0.5s;
  z-index: 4;
}
.work-page .filtered-layout .large .project_media__link:hover {
  opacity: 0.2;
}
.work-page .filtered-layout .large .project_media img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.work-page .filtered-layout .full-width-project {
  width: 100%;
}
.work-page .filtered-layout .full-width-project .project_media {
  width: 100%;
  padding-top: 67%;
  overflow: hidden;
  position: relative;
  background: #000;
  display: block;
}
.work-page .filtered-layout .full-width-project .project_media__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  cursor: pointer;
  background: #000;
  opacity: 0;
  transition: all 0.5s;
  z-index: 4;
}
.work-page .filtered-layout .full-width-project .project_media__link:hover {
  opacity: 0.2;
}
.work-page .filtered-layout .full-width-project .project_media img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.work-page .filtered-layout .full-width-project .project_media iframe {
  transition: all 0.5s;
}
.work-page .filtered-layout .full-width-project--larger .project_media {
  padding-top: 51.5%;
}
.work-page .filtered-layout .small {
  width: 100%;
}
.work-page .filtered-layout .small .project_media {
  width: 100%;
  padding-top: 66%;
  overflow: hidden;
  position: relative;
  background: #000;
}
.work-page .filtered-layout .small .project_media__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  cursor: pointer;
  background: #000;
  opacity: 0;
  transition: all 0.5s;
  z-index: 4;
}
.work-page .filtered-layout .small .project_media__link:hover {
  opacity: 0.2;
}
.work-page .filtered-layout .small .project_media img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.work-page .filtered-layout .small--square .project_media {
  padding-top: 100%;
}
.work-page .filtered-layout .small--tall .project_media {
  padding-top: 154%;
}
@media (max-width: 768px) {
  .work-page .filtered-layout {
    grid-template-columns: 1fr;
  }
  .work-page .filtered-layout__info {
    margin-bottom: 2rem;
  }
}

.single-project .content_wrapp {
  max-width: 1820px;
  width: 100%;
  padding-top: 220px;
  box-sizing: border-box;
  background: #131313;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .single-project .content_wrapp {
    padding: 80px 24px 0;
  }
}

.textual-page {
  padding-top: 120px;
  padding-bottom: 100px;
  background: #131313;
}
.textual-page h1 {
  font-size: 36px;
  color: #e7e7e0;
  font-family: "ivypresto-display", serif;
  font-weight: 100;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .textual-page h1 {
    font-size: 24px;
  }
}
.textual-page h2,
.textual-page h3,
.textual-page h4,
.textual-page h5,
.textual-page h6 {
  font-size: 26px;
  color: #e7e7e0;
  font-family: "ivypresto-display", serif;
  font-weight: 100;
  margin-bottom: 20px;
  margin-top: 20px;
}
.textual-page p {
  font-size: 14px;
  color: #e7e7e0;
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 300;
}
.textual-page ul {
  list-style-type: disc;
}
.textual-page ul li {
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #e7e7e0;
  line-height: 1.5em;
}

.faq-page {
  padding-top: 160px;
  padding-bottom: 100px;
  background: #131313;
  min-height: 100vh;
}
@media (max-width: 768px) {
  .faq-page {
    padding-top: 100px;
  }
}
.faq-page__title {
  font-family: "ivypresto-display", serif;
  font-weight: 100;
  font-size: 48px;
  color: #e7e7e0;
  line-height: 1.15em;
  margin: 0 0 80px;
}
@media (max-width: 768px) {
  .faq-page__title {
    font-size: 32px;
    margin-bottom: 50px;
  }
}
.faq-page__list {
  border-top: 1px solid #404040;
}
.faq-page__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #404040;
  padding: 50px 0;
  gap: 20px;
}
@media (max-width: 768px) {
  .faq-page__item {
    flex-wrap: wrap;
    gap: 12px;
  }
}
.faq-page__question {
  width: 55.5%;
  font-family: "ivypresto-display", serif;
  font-weight: 100;
  font-size: 24px;
  color: #e7e7e0;
  line-height: 1.3em;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .faq-page__question {
    width: 100%;
    font-size: 20px;
  }
}
.faq-page__answer {
  width: 30.5%;
}
@media (max-width: 768px) {
  .faq-page__answer {
    width: 100%;
  }
}
.faq-page__answer p,
.faq-page__answer li {
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #e7e7e0;
  line-height: 1.7em;
}
.faq-page__answer a {
  color: #e7e7e0;
  text-decoration: underline;
}
.faq-page__answer ul,
.faq-page__answer ol {
  padding-left: 20px;
}

.full-width-project {
  width: 100%;
}
.full-width-project .project_media {
  width: 100%;
  padding-top: 67%;
  overflow: hidden;
  position: relative;
  background: #000;
  display: block;
}
.full-width-project .project_media__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  cursor: pointer;
  background: #000;
  opacity: 0;
  transition: all 0.5s;
  z-index: 4;
}
@media (hover: hover) {
  .full-width-project .project_media__link:hover {
    opacity: 0.2;
  }
}
.full-width-project .project_media img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.full-width-project .project_media iframe {
  transition: all 0.5s;
}
.full-width-project--larger .project_media {
  padding-top: 51.5%;
}

.two-projects {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.two-projects .project_media {
  width: 100%;
  padding-top: 66%;
  overflow: hidden;
  position: relative;
  background: #000;
}
.two-projects .project_media__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  cursor: pointer;
  background: #000;
  opacity: 0;
  transition: all 0.5s;
  z-index: 4;
}
@media (hover: hover) {
  .two-projects .project_media__link:hover {
    opacity: 0.2;
  }
}
.two-projects .project_media img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.two-projects .large {
  width: 59.5%;
}
@media (max-width: 768px) {
  .two-projects .large {
    width: 100%;
    margin-bottom: 50px;
  }
}
.two-projects .small {
  width: 25.5%;
}
@media (max-width: 768px) {
  .two-projects .small {
    width: 100%;
  }
}
.two-projects .small--square .project_media {
  padding-top: 100%;
}
.two-projects .small--tall .project_media {
  padding-top: 154%;
}
@media (max-width: 768px) {
  .two-projects--reversed .small {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .two-projects--reversed .large {
    margin-bottom: 0;
  }
}

.single-project-large {
  width: 83%;
}
@media (max-width: 768px) {
  .single-project-large {
    width: 100%;
  }
}
.single-project-large .project_media {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: #000;
  padding-top: 56.3%;
}
.single-project-large .project_media__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  cursor: pointer;
  background: #000;
  opacity: 0;
  transition: all 0.5s;
  z-index: 4;
}
@media (hover: hover) {
  .single-project-large .project_media__link:hover {
    opacity: 0.2;
  }
}
.single-project-large .project_media img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-project-large .project_media iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-project-large--right {
  margin-left: auto;
}
.single-project-large--larger .project_media {
  padding-top: 56.25%;
}

.full-width-media {
  width: 100%;
}
.full-width-media .project_media {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.full-width-media .project_media img {
  position: relative;
  width: 100%;
  height: auto;
}
.full-width-media .project_media iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  opacity: 0;
  transition: opacity 0.8s;
}
.full-width-media .project_media iframe.loaded {
  opacity: 1;
}
.full-width-media--larger .project_media {
  padding-top: 67%;
}

.project-info .project-info-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 768px) {
  .project-info .project-info-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 500px) {
  .project-info .project-info-wrap .project-info:nth-child(3),
  .project-info .project-info-wrap .project-info:nth-child(4) {
    grid-column: span 2;
  }
}
.project-info .project-info-wrap .project-info {
  padding-top: 20px;
  border-top: 1px solid #404040;
}
.project-info .project-info-wrap .project-info h2 {
  font-size: 14px;
  color: #e7e7e0;
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 300;
}
.project-info .project-info-wrap .project-info ul li {
  font-size: 14px;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.6);
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 300;
}
.project-info .project-info-wrap .project-info .description {
  font-size: 14px;
  color: #e7e7e0;
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 300;
  line-height: 1.6em;
}
.project-info .project-info-wrap .project-info .description em {
  font-style: italic;
}

.media-text {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.media-text .media {
  width: 60%;
  overflow: hidden;
  position: relative;
  background: #000;
}
@media (max-width: 768px) {
  .media-text .media {
    width: 100%;
    margin-bottom: 40px;
  }
}
.media-text .media img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.media-text .media iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.media-text .media.one-one {
  padding-top: 60%;
}
@media (max-width: 768px) {
  .media-text .media.one-one {
    padding-top: 100%;
  }
}
.media-text .media.four-three {
  padding-top: 48%;
}
@media (max-width: 768px) {
  .media-text .media.four-three {
    padding-top: 77%;
  }
}
.media-text .media.sixteen-nine {
  padding-top: 36.84%;
}
@media (max-width: 768px) {
  .media-text .media.sixteen-nine {
    padding-top: 56.25%;
  }
}
.media-text .text {
  width: 22%;
  font-size: 14px;
  color: #e7e7e0;
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 300;
  line-height: 1.6em;
}
@media (max-width: 768px) {
  .media-text .text {
    width: 50%;
    margin-left: auto;
  }
}
@media (max-width: 500px) {
  .media-text .text {
    width: 100%;
  }
}
.media-text .small_image {
  width: 22%;
  padding-top: 22%;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .media-text .small_image {
    width: 50%;
    padding-top: 50%;
  }
}
@media (max-width: 500px) {
  .media-text .small_image {
    width: 100%;
    padding-top: 100%;
  }
}
.media-text .small_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.media-text--reversed .media {
  order: 2;
}
@media (max-width: 768px) {
  .media-text--reversed .media {
    order: 1;
  }
}
.media-text--reversed .text,
.media-text--reversed .small_image {
  order: 1;
}
@media (max-width: 768px) {
  .media-text--reversed .text,
  .media-text--reversed .small_image {
    order: 2;
  }
}

.media-media {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.media-media .media {
  width: 60%;
  overflow: hidden;
  position: relative;
  background: #000;
}
@media (max-width: 768px) {
  .media-media .media {
    width: 100%;
    margin-bottom: 20px;
  }
}
.media-media .media img,
.media-media .media iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.media-media .media.one-one {
  padding-top: 60%;
}
.media-media .media.four-three {
  padding-top: 48%;
}
@media (max-width: 768px) {
  .media-media .media.four-three {
    padding-top: 77%;
  }
}
.media-media .media.sixteen-nine {
  padding-top: 34.2%;
}
@media (max-width: 768px) {
  .media-media .media.sixteen-nine {
    padding-top: 56.25%;
  }
}
.media-media .small_media {
  width: 22%;
  overflow: hidden;
  position: relative;
  background: #000;
}
@media (max-width: 768px) {
  .media-media .small_media {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .media-media .small_media {
    width: 100%;
  }
}
.media-media .small_media img,
.media-media .small_media iframe {
  position: relative;
  width: 100%;
  height: 100%;
}
.media-media--reversed .media {
  order: 2;
}
@media (max-width: 768px) {
  .media-media--reversed .media {
    order: 1;
  }
}
.media-media--reversed .small_media {
  order: 1;
}
@media (max-width: 768px) {
  .media-media--reversed .small_media {
    order: 2;
  }
}

.double-media {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.double-media .project_media {
  width: 48.5%;
  padding-top: 49%;
  overflow: hidden;
  position: relative;
  background: #000;
}
@media (max-width: 500px) {
  .double-media .project_media {
    width: 100%;
    padding-top: 100%;
    margin-bottom: 20px;
  }
}
.double-media .project_media img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 500px) {
  .double-media .project_media:nth-of-type(2) {
    margin-bottom: 0;
  }
}

.double-media-unequal {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.double-media-unequal .project_media {
  width: 48%;
  padding-top: 48%;
  overflow: hidden;
  position: relative;
  background: #000;
}
.double-media-unequal .project_media img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.double-media-unequal .project_media iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.double-media-unequal .project_media:nth-child(1) {
  width: 23%;
  padding-top: 46%;
}
@media (max-width: 768px) {
  .double-media-unequal .project_media:nth-child(1) {
    width: 100%;
    padding-top: 197%;
    margin-bottom: 20px;
  }
}
.double-media-unequal .project_media:nth-child(2) {
  width: 57%;
  padding-top: 32.06%;
}
@media (max-width: 768px) {
  .double-media-unequal .project_media:nth-child(2) {
    width: 100%;
    padding-top: 56.25%;
  }
}
.double-media-unequal.reversed {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .double-media-unequal.reversed {
    flex-direction: column;
  }
}

.profile-introduction {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1/0.58;
}
@media (max-width: 768px) {
  .profile-introduction {
    padding-left: 0;
    aspect-ratio: initial;
  }
}
.profile-introduction .background,
.profile-introduction img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media (max-width: 768px) {
  .profile-introduction .background,
  .profile-introduction img {
    display: none;
  }
}
.profile-introduction .text {
  width: 50%;
  z-index: 2;
}
@media (max-width: 768px) {
  .profile-introduction .text {
    width: 100%;
    margin-bottom: 70px;
  }
}
.profile-introduction .text p {
  font-family: "ivypresto-display", serif;
  font-weight: 100;
  font-size: 36px;
  color: #e7e7e0;
  line-height: 1.4em;
  letter-spacing: 1px;
}
@media (max-width: 1280px) {
  .profile-introduction .text p {
    font-size: 24px;
  }
}
.profile-introduction .image {
  overflow: hidden;
  width: 50%;
  padding-top: 56%;
  position: relative;
  display: none;
}
@media (max-width: 768px) {
  .profile-introduction .image {
    width: 100%;
    padding-top: 100%;
    display: block;
  }
}
.profile-introduction .image img {
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  position: absolute;
}
@media (max-width: 768px) {
  .profile-introduction .image img {
    display: block;
  }
}

.about {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 47px;
  border-top: 1px solid #404040;
  position: relative;
  z-index: 2;
}
.about .col {
  width: 30.5%;
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #e7e7e0;
  line-height: 1.5em;
}
@media (max-width: 600px) {
  .about .col {
    width: 100%;
  }
  .about .col:nth-of-type(1) {
    margin-bottom: 90px;
  }
  .about .col:nth-of-type(2) {
    margin-bottom: 20px;
  }
}
.capabilities {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 47px;
  border-top: 1px solid #404040;
}
.capabilities .col {
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #e7e7e0;
  line-height: 1.5em;
}
.capabilities .col:nth-child(1) {
  width: 30.5%;
}
.capabilities .col:nth-child(2) {
  width: 65.5%;
}
@media (max-width: 600px) {
  .capabilities .col {
    width: 100%;
  }
  .capabilities .col:nth-of-type(1) {
    margin-bottom: 90px;
    width: 100%;
  }
  .capabilities .col:nth-of-type(2) {
    margin-bottom: 20px;
    width: 100%;
  }
  .capabilities .col:nth-of-type(2) {
    width: 100%;
  }
}
.capabilities .capabilities-list {
  list-style: none;
  padding: 0;
  margin: 0;
  column-count: 4;
  column-gap: 10px;
}
@media (max-width: 1024px) {
  .capabilities .capabilities-list {
    column-count: 2;
  }
}
@media (max-width: 640px) {
  .capabilities .capabilities-list {
    column-count: 2;
  }
}
.capabilities .capabilities-list li {
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #e7e7e0;
  line-height: 1.5em;
  break-inside: avoid;
}
.capabilities .capabilities-list li:not(:first-child) {
  margin-top: 10px;
}

.image-overlay {
  position: relative;
  padding-top: 56.1%;
  width: 100%;
}
@media (max-width: 768px) {
  .image-overlay {
    padding-top: 56%;
  }
}
.image-overlay img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-overlay .background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.image-overlay .tint {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #000000;
}
.image-overlay .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
.image-overlay .content .text {
  font-size: 36px;
  color: #e7e7e0;
  font-family: "ivypresto-display", serif;
  font-weight: 100;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .image-overlay .content .text {
    font-size: 24px;
  }
}
.image-overlay .content .link {
  font-size: 14px;
  color: #e7e7e0;
  text-align: center;
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 300;
  position: relative;
}
.image-overlay .content .link::after {
  position: absolute;
  content: "";
  width: 0;
  left: 0;
  bottom: -2px;
  height: 1px;
  background: #e7e7e0;
  transition: all 0.5s;
}
.image-overlay .content .link:hover::after {
  width: 100%;
}

.title-block {
  width: 100%;
}
.title-block h2 {
  font-family: "ivypresto-display", serif;
  font-weight: 100;
  font-size: 36px;
  color: #e7e7e0;
  line-height: 1.5em;
  margin: 0;
}
@media (max-width: 768px) {
  .title-block h2 {
    font-size: 24px;
  }
  .title-block h2 br {
    display: none;
  }
}

.clients-block {
  width: 100%;
}
.clients-block .clients-borders {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  margin-bottom: 21px;
}
.clients-block .clients-borders span {
  border-top: 1px solid #404040;
}
@media (max-width: 1080px) {
  .clients-block .clients-borders {
    grid-template-columns: repeat(4, 1fr);
  }
  .clients-block .clients-borders span:nth-child(n+5) {
    display: none;
  }
}
@media (max-width: 768px) {
  .clients-block .clients-borders {
    grid-template-columns: repeat(3, 1fr);
  }
  .clients-block .clients-borders span:nth-child(n+4) {
    display: none;
  }
}
@media (max-width: 500px) {
  .clients-block .clients-borders {
    grid-template-columns: repeat(2, 1fr);
  }
  .clients-block .clients-borders span:nth-child(n+3) {
    display: none;
  }
}
.clients-block .clients-list {
  column-count: 6;
  column-gap: 16px;
}
@media (max-width: 1080px) {
  .clients-block .clients-list {
    column-count: 4;
  }
}
@media (max-width: 768px) {
  .clients-block .clients-list {
    column-count: 3;
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .clients-block .clients-list {
    column-count: 2;
  }
}
.clients-block .client-item {
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #e7e7e0;
  break-inside: avoid;
  opacity: 0.6;
}
.clients-block .client-item:not(:first-child) {
  margin-top: 16px;
}
.clients-block .client-item--link {
  display: inline-block;
  position: relative;
  transition: all 0.5s;
}
.clients-block .client-item--link:hover {
  opacity: 1;
}

.form-block {
  width: 100%;
  position: relative;
}
.form-block br {
  display: none;
}
.form-block {
  /* Container for button groups */
}
.form-block .cf7-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  width: 100%;
}
.form-block .cf7-buttons p {
  width: auto !important;
}
.form-block {
  /* Default button style */
}
.form-block .cf7-btn {
  cursor: pointer;
  padding: 16px 24px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: transparent;
  color: #e7e7e0;
  font-size: 14px;
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 300;
  font-style: normal !important;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.form-block .cf7-btn:hover {
  background: #e7e7e0;
  color: #131313;
}
.form-block {
  /* Hide input */
}
.form-block .cf7-btn input {
  display: none;
}
.form-block {
  /* Span inside label */
}
.form-block .cf7-btn span {
  pointer-events: none;
}
.form-block {
  /* ACTIVE (checked) state */
}
.form-block .cf7-btn:has(input:checked) {
  background: #ffffff;
  color: #000000;
  border-color: #ffffff;
}
.form-block .cf7-btn input:checked + span {
  color: #000000;
}
.form-block {
  /* Hover effect (subtle, like screenshot) */
}
.form-block .cf7-btn:hover {
  border-color: #ffffff;
}
.form-block textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.6);
  padding: 17px 20px;
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.form-block .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 80px;
  border-top: 1px solid #404040;
}
.form-block .wrap .left {
  font-size: 14px;
  color: #e7e7e0;
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 300;
  width: 30%;
}
@media (max-width: 768px) {
  .form-block .wrap .left {
    width: 100%;
    margin-bottom: 16px;
  }
}
.form-block .wrap .right {
  font-size: 14px;
  color: #e7e7e0;
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 300;
  font-style: italic;
  width: 65.5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .form-block .wrap .right {
    width: 100%;
  }
}
.form-block .wrap .right p:first-of-type {
  margin-bottom: 16px;
  width: 100%;
}
.form-block .wrap .right .cf7-col {
  width: 48%;
  margin-bottom: 10px;
}
@media (max-width: 500px) {
  .form-block .wrap .right .cf7-col {
    width: 100%;
  }
}
.form-block .wrap .right .cf7-col input {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.6);
  padding: 19px 20px;
  font-style: normal !important;
}
.form-block .wrap .right .cf7-col input[type=submit] {
  background: #e7e7e0;
  color: #131313;
  text-align: center;
  transition: all 0.5s;
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 400;
  cursor: pointer;
}
.form-block .wrap .right .cf7-col input[type=submit]:hover {
  background: transparent;
  color: #e7e7e0;
}
.form-block .wrap .right.textarea p {
  width: 100%;
}
.form-block .wpcf7-not-valid-tip {
  position: relative;
  top: 5px;
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 400;
}
.form-block .wpcf7-response-output {
  width: 65.5%;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 !important;
  bottom: 60px;
  border: none !important;
  color: #dc3232;
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 400;
  padding: 0 !important;
}
@media (max-width: 500px) {
  .form-block .wpcf7-response-output {
    width: 100%;
  }
}

.button-block {
  display: flex;
  align-items: center;
  justify-content: center;
}
.button-block .link {
  display: inline-block;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s ease;
  border: 1px solid #404040;
  background: transparent;
  color: #e7e7e0;
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 300;
  padding: 15px 25px;
  margin: 0 auto;
  box-sizing: border-box;
}
.button-block .link:hover {
  background: #fff;
  color: #000;
}

.selected {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 1px solid #404040;
  padding-top: 50px;
}
@media (max-width: 768px) {
  .selected {
    flex-direction: column;
  }
}
.selected .small-title {
  width: 100%;
  margin-bottom: 16px;
  font-size: 14px;
  color: #e7e7e0;
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 300;
}
.selected .left {
  width: 55.5%;
}
@media (max-width: 768px) {
  .selected .left {
    width: 100%;
    margin-bottom: 90px;
  }
}
.selected .large-title {
  font-size: 36px;
  color: #e7e7e0;
  line-height: 1.2;
  font-family: "ivypresto-display", serif;
  font-weight: 100;
}
@media (max-width: 768px) {
  .selected .large-title {
    font-size: 24px;
  }
}
.selected .right {
  width: 30.5%;
}
@media (max-width: 768px) {
  .selected .right {
    width: 100%;
  }
}
.selected .text {
  font-size: 14px;
  color: #e7e7e0;
  line-height: 1.6em;
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 300;
}
.selected .text em {
  font-style: italic;
}
.selected .text a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: all 0.5s;
}
.selected .text a:hover {
  color: #e7e7e0;
}

.logos-slider {
  width: 100%;
  overflow: hidden;
}
.logos-slider__track {
  width: 100%;
}
.logos-slider__slide {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.logos-slider__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100px;
  padding: 0 35px;
}
@media (max-width: 768px) {
  .logos-slider__item {
    height: 40px;
    padding: 0 15px;
  }
}
.logos-slider__item img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.digital-hero {
  color: #f5f5f5;
}
.digital-hero__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
.digital-hero__text {
  width: 65.5%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1080px) {
  .digital-hero__text {
    width: 100%;
  }
}
.digital-hero__title {
  font-family: "ivypresto-display", serif;
  font-weight: 100;
  font-size: 122px;
  line-height: 111px;
  color: #e7e7e0;
  text-transform: uppercase;
  margin-bottom: 35px;
  margin-top: 0;
}
@media (max-width: 768px) {
  .digital-hero__title {
    font-size: 62px;
    line-height: 56px;
    margin-bottom: 25px;
  }
  .digital-hero__title br {
    display: none;
  }
}
.digital-hero__subtitle {
  font-size: 36px;
  line-height: 44px;
  letter-spacing: 1px;
  font-family: "ivypresto-display", serif;
  font-weight: 100;
  color: #e7e7e0;
  margin-bottom: 22px;
  max-width: 723px;
}
@media (max-width: 768px) {
  .digital-hero__subtitle {
    font-size: 24px;
    line-height: 30px;
  }
}
.digital-hero__button {
  font-size: 14px;
  line-height: 1;
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 300;
  color: #e7e7e0;
  padding: 15px 25px;
  border: 1px solid #404040;
  transition: background 0.2s ease, color 0.2s ease, transform 0.15s ease;
  display: inline-block;
  transition: all 0.5s;
}
@media (max-width: 768px) {
  .digital-hero__button {
    display: none;
  }
}
.digital-hero__button:hover {
  color: #000;
  background: #e7e7e0;
}
.digital-hero__media {
  display: flex;
  width: 25.5%;
  align-self: stretch;
}
@media (max-width: 1080px) {
  .digital-hero__media {
    width: 51.55%;
    margin-left: auto;
  }
}
.digital-hero__image-wrapper, .digital-hero__video-wrapper {
  width: 100%;
  aspect-ratio: 1/1;
  position: relative;
}
.digital-hero__image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.digital-hero__video-ratio {
  position: absolute;
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}
.digital-hero__video-ratio iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  top: 0;
  left: 0;
  object-fit: cover;
}
.digital-hero .mobile-media {
  display: none;
}
@media (max-width: 1080px) {
  .digital-hero .mobile-media {
    display: flex;
    justify-content: flex-end;
    margin-top: 45px;
    margin-bottom: 40px;
  }
}
.digital-hero .desktop-media {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-items: flex-start;
}
@media (max-width: 1080px) {
  .digital-hero .desktop-media {
    display: none;
  }
}
.digital-hero__bottom-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 46px;
  padding-bottom: 50px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .digital-hero__bottom-inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.digital-hero__bottom-left, .digital-hero__bottom-right {
  opacity: 0.8;
  white-space: nowrap;
  border-top: 1px solid #404040;
  padding-top: 10px;
}
@media (max-width: 700px) {
  .digital-hero__bottom-left, .digital-hero__bottom-right {
    white-space: normal;
  }
}
.digital-hero__bottom-left p, .digital-hero__bottom-right p {
  color: #e7e7e0;
  font-size: 14px;
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 300;
}
.digital-hero__bottom-left a, .digital-hero__bottom-right a {
  font-size: 14px;
  line-height: 21px;
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 300;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.5s;
}
.digital-hero__bottom-left a:hover, .digital-hero__bottom-right a:hover {
  color: #e7e7e0;
}
.digital-hero__bottom-separator {
  margin: 0 0.4rem;
  opacity: 0.6;
}

.video-cover__wrapper {
  position: relative;
  width: 100%;
  padding-top: 55.74%;
  overflow: hidden;
  background: #000;
}
@media (max-width: 768px) {
  .video-cover__wrapper {
    padding-top: 100%;
  }
}
.video-cover__wrapper.playing .video-cover__poster {
  opacity: 0;
  pointer-events: none;
}
.video-cover__wrapper.playing .video-cover__iframe {
  opacity: 1;
}
.video-cover__poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease;
}
.video-cover__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
}
.video-cover__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border: none;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.55);
  display: flex;
  z-index: 3;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
  z-index: 2;
}
.video-cover__play:hover {
  background: rgba(0, 0, 0, 0.8);
}
.video-cover__play-icon {
  width: 0;
  height: 0;
  border-left: 29px solid #e7e7e0;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  margin-left: 3px;
}
.video-cover__iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}
.video-cover__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  z-index: 3;
  transition: opacity 0.3s ease;
}
.video-cover__wrapper.playing .video-cover__overlay {
  opacity: 1;
  pointer-events: auto;
}

iframe[src*="player.vimeo.com"] {
  width: 100%;
  display: block;
}

.video-cover__wrapper,
.digital-hero__video-wrapper {
  width: 100%;
  max-width: 100%;
  position: relative;
}

.digital-hero__video-ratio {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.digital-hero__video-ratio iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.quote {
  display: flex;
  justify-content: flex-start;
}
.quote--right {
  justify-content: flex-end;
}
.quote__inner {
  width: 49%;
}
@media (max-width: 768px) {
  .quote__inner {
    width: 100%;
  }
}
.quote__text {
  font-size: 36px;
  line-height: 44px;
  letter-spacing: 1px;
  font-family: "ivypresto-display", serif;
  font-weight: 100;
  color: #e7e7e0;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
}
.quote__author {
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 300;
  color: #939597;
  font-size: 12px;
  margin: 0;
  text-transform: uppercase;
}

.gallery-block {
  width: 100%;
}
.gallery-block__wrap {
  position: relative;
}
.gallery-block__swiper {
  width: 100%;
}
@media (max-width: 500px) {
  .gallery-block__swiper {
    padding-bottom: 36px !important;
  }
}
.gallery-block__slide {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.gallery-block__slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.gallery-block__pagination {
  display: none;
  justify-content: center;
  gap: 6px;
  margin-top: 9px;
  position: absolute !important;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 500px) {
  .gallery-block__pagination {
    display: flex;
  }
}
.gallery-block__pagination .gallery-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(147, 149, 151, 0.4);
  display: inline-block;
  transition: background 0.3s;
}
.gallery-block__pagination .gallery-dot--active {
  background: #939597;
}
.gallery-block__prev, .gallery-block__next {
  position: absolute;
  top: calc(50% - 22px);
  z-index: 10;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(24, 24, 26, 0.5);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: saturate(180%) blur(10px);
  -webkit-backdrop-filter: saturate(180%) blur(10px);
  transition: backdrop-filter 0.3s, background 0.3s;
}
.gallery-block__prev img, .gallery-block__next img {
  width: 14px;
  height: 14px;
  filter: brightness(0) invert(1);
}
.gallery-block__prev:hover, .gallery-block__next:hover {
  background: rgba(180, 180, 180, 0.35);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
}
@media (max-width: 500px) {
  .gallery-block__prev, .gallery-block__next {
    top: calc(50% - 35px);
    display: none;
  }
}
.gallery-block__prev {
  left: 20px;
}
@media (max-width: 500px) {
  .gallery-block__prev {
    left: 10px;
  }
}
.gallery-block__prev img {
  transform: rotate(180deg);
}
.gallery-block__next {
  right: 20px;
}
@media (max-width: 500px) {
  .gallery-block__next {
    right: 20px;
  }
}

/*# sourceMappingURL=main.css.map */
