@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Text:ital@0;1&display=swap");
@font-face {
  font-family: "NHaasGroteskDSPro-45Lt";
  src: url("../webfonts/3/NHaasGroteskDSPro-45Lt.eot");
  src: url("../webfonts/3/NHaasGroteskDSPro-45Lt.eot?#iefix") format("embedded-opentype"), url("../webfonts/3/NHaasGroteskDSPro-45Lt.woff2") format("woff2"), url("../webfonts/3/NHaasGroteskDSPro-45Lt.woff") format("woff"), url("../webfonts/3/NHaasGroteskDSPro-45Lt.ttf") format("truetype"), url("../webfonts/3/NHaasGroteskDSPro-45Lt.svg#NHaasGroteskDSPro-45Lt") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NHaasGroteskDSPro-65Md";
  src: url("../webfonts/3/NHaasGroteskDSPro-65Md.eot");
  src: url("../webfonts/3/NHaasGroteskDSPro-65Md.eot?#iefix") format("embedded-opentype"), url("../webfonts/3/NHaasGroteskDSPro-65Md.woff2") format("woff2"), url("../webfonts/3/NHaasGroteskDSPro-65Md.woff") format("woff"), url("../webfonts/3/NHaasGroteskDSPro-65Md.ttf") format("truetype"), url("../webfonts/3/NHaasGroteskDSPro-65Md.svg#NHaasGroteskDSPro-65Md") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
:root {
  --o5-orange: #F16522;
  --o5-grey-bg: #e9e9e9;
  --o5-off-white: #f7f5f1;
  --o5-cream: #faf8f5;
  --o5-dark: #111111;
  --o5-text: #1a1a1a;
  --o5-muted: #888888;
  --o5-light: #cccccc;
  --o5-font-lt: "NHaasGroteskDSPro-45Lt", sans-serif;
  --o5-font-md: "NHaasGroteskDSPro-65Md", sans-serif;
  --o5-font-serif: "DM Serif Display", serif;
  /* Variant accent colours */
  --o5-navy: #1c2b3a;
  --o5-forest: #1a3028;
  --o5-brick: #6e2010;
  /* Blog listing */
  --bl-frame: 60px;
}

::selection {
  background: #F16522; /* Gecko Browsers */
  color: #fff;
}

::-moz-selection {
  background: #F16522; /* Gecko Browsers */
  color: #fff;
}

* {
  -webkit-tap-highlight-color: transparent;
}

html {
  scroll-behavior: smooth;
  scroll-snap-type: y proximity;
}
html.sr .load-hidden {
  visibility: hidden;
}

body {
  font-family: "NHaasGroteskDSPro-65Md", sans-serif;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 1px;
  text-rendering: geometricPrecision;
}

h1, h2 {
  font-size: 25px;
  line-height: 31px;
  font-weight: normal;
  margin: 0;
}

h2 {
  font-size: 20px;
  line-height: 26px;
}
.PortfolioDetail h2 {
  font-family: "NHaasGroteskDSPro-45Lt", sans-serif;
}

h2.big {
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 10px;
}

h3 {
  font-family: "NHaasGroteskDSPro-45Lt", sans-serif;
  font-weight: normal;
  font-size: 40px;
  line-height: 48px;
}

a {
  color: #F16522;
  text-decoration: none;
}
a:hover {
  color: #000;
}

ul {
  padding-inline-start: 20px;
  margin: 0;
}

input, textarea {
  font-family: "NHaasGroteskDSPro-45Lt", sans-serif;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 1px;
}

.scrollSnap {
  /*    scroll-snap-align: start;*/
}

.bgGrey {
  background: var(--o5-off-white);
}

.bgOrange {
  background: #F16522;
}
.bgOrange a:hover {
  color: #000;
  font-weight: 600;
}

.center {
  text-align: center;
}

.invisible {
  opacity: 0;
  transition: 0.3s;
}

.rot45 {
  transform: rotate(45deg);
}

.vh50 {
  min-height: 50vh;
  display: flex;
  align-content: center;
}

.vh100 {
  min-height: 100vh;
  display: flex;
  align-content: center;
}

a.btn, button.btn {
  margin-top: 10px;
  display: inline-block;
  padding: 11px 42px;
  text-decoration: none;
  color: #000;
  border: solid 1px #000;
  border-radius: 25px;
  font-family: "NHaasGroteskDSPro-65Md", sans-serif;
  text-align: center;
  transition: all 0.3s;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 1px;
  overflow: hidden;
  position: relative;
  transition: all 0.5s;
}
a.btn:hover, button.btn:hover {
  border-color: #F16522;
  color: #F16522;
  transition: all 0.5s;
}
#services a.btn, .services a.btn, #services button.btn, .services button.btn {
  margin-top: 40px;
}
a.btn .fill, button.btn .fill {
  display: block;
  position: absolute;
  top: 50%;
  left: 80%;
  width: 200%;
  height: 200%;
  background: #F16522;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  clip-path: circle(0% at var(--cx, 0%) var(--cy, 0%));
  z-index: 0;
}
a.btn span, button.btn span {
  position: relative;
  z-index: 1;
  transition: color 0.3s ease;
}

header.main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
}
header.main-header a#logo {
  display: block;
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 11;
  opacity: 0;
  transition: opacity 0.5s;
  border: none !important;
  outline: none !important;
}
@media screen and (max-width: 500px) {
  header.main-header a#logo {
    top: 25px;
    left: 20px;
  }
}
header.main-header a#logo.visible {
  opacity: 1;
}
header.main-header a#logo img {
  height: 50px;
}
@media screen and (max-width: 500px) {
  header.main-header a#logo img {
    height: 32px;
  }
}
header.main-header nav {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(50px);
  transition: opacity 0.3s;
  visibility: hidden;
}
header.main-header nav.visible {
  opacity: 1;
  visibility: visible;
}
header.main-header nav .menu {
  width: 100%;
  font-family: "DM Serif Display";
  font-size: 110px;
  line-height: 145px;
  text-align: center;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1200px) {
  header.main-header nav .menu {
    font-size: 100px;
    line-height: 128px;
  }
}
@media screen and (max-width: 1000px) {
  header.main-header nav .menu {
    font-size: 90px;
    line-height: 115px;
  }
}
@media screen and (max-width: 700px) {
  header.main-header nav .menu {
    font-size: 80px;
    line-height: 105px;
  }
}
@media screen and (max-width: 500px) {
  header.main-header nav .menu {
    font-size: 70px;
    line-height: 90px;
  }
}
@media screen and (max-width: 500px) {
  header.main-header nav .menu {
    font-size: 60px;
    line-height: 77px;
  }
}
@media screen and (max-height: 600px) {
  header.main-header nav .menu {
    font-size: 60px;
    line-height: 77px;
    margin-bottom: 0;
  }
}
@media screen and (max-height: 500px) {
  header.main-header nav .menu {
    font-size: 50px;
    line-height: 67px;
    margin-top: 5vh;
  }
}
header.main-header nav .menu a {
  color: #000;
  transition: color 0.4s ease-out, transform 5s ease-out;
  display: inline-block;
  padding: 5px;
  position: relative;
  margin: 0 30vw;
}
@media screen and (max-width: 1300px) {
  header.main-header nav .menu a {
    margin: 0 20vw;
  }
}
@media screen and (max-width: 600px) {
  header.main-header nav .menu a {
    margin: 0 15vw;
  }
}
@media screen and (max-width: 400px) {
  header.main-header nav .menu a {
    margin: 0 5vw;
  }
}
header.main-header nav .menu a:hover {
  color: #F16522;
  transform: scale(1.2);
}
header.main-header nav .menu a span {
  opacity: 0;
  color: #F16522;
}
header.main-header nav .menu a.active span {
  opacity: 1;
}

#intro {
  display: flex;
  overflow: hidden;
  flex-wrap: wrap;
  padding-top: calc(40px + 10vh);
  padding-bottom: calc(5px + 10vh);
  min-height: calc(100vh - (100vw - 30px) / 6 * 2 - 52px - 20vh);
  position: relative;
}
.Studio #intro {
  min-height: auto;
  padding-top: calc(50px + 8vh);
  padding-bottom: calc(5px + 8vh);
}
@media screen and (max-width: 1000px) {
  .Studio #intro {
    padding-bottom: calc(40px + 1vh);
  }
}
@media screen and (max-aspect-ratio: 7/5) {
  #intro {
    padding-top: 150px;
    padding-bottom: 50px;
    min-height: auto;
  }
}
#intro .haiku {
  width: calc(50% - 50px);
  display: inline-block;
  align-self: flex-end;
  padding-right: 50px;
  padding-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  #intro .haiku {
    width: calc(99% - 50px);
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
#intro .haiku .text {
  /*padding-left: 47px;*/
  padding-left: 110px;
  padding-right: 10px;
  font-size: 25px;
  line-height: 32px;
}
@media screen and (max-width: 700px) {
  #intro .haiku .text {
    padding-left: 60px;
  }
}
@media screen and (max-width: 600px) {
  #intro .haiku .text {
    font-size: 21px;
    line-height: 28px;
  }
}
@media screen and (max-width: 500px) {
  #intro .haiku .text {
    font-size: 20px;
    line-height: 26px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 400px) {
  #intro .haiku .text {
    font-size: 19px;
    line-height: 24px;
    padding-left: 25px;
  }
}
#intro .haiku .text .inner {
  position: relative;
  padding-left: 42px;
}
#intro .haiku .text .inner::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 5px;
  left: 0px;
  width: 20px;
  height: 15px;
  background: url(../img/3dots-down.svg) top left no-repeat;
}
#intro .typo {
  font-family: "DM Serif Display", serif;
  font-size: 140px;
  line-height: 120px;
  width: 46vw;
  align-self: flex-end;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  #intro .typo {
    font-size: 120px;
    line-height: 100px;
  }
}
@media screen and (max-width: 1200px) {
  #intro .typo {
    font-size: 100px;
    line-height: 80px;
  }
}
@media screen and (max-width: 1000px) {
  #intro .typo {
    display: none;
  }
}
#intro .typo .dot {
  width: 100px;
  height: 100px;
  background: #F16522;
  border-radius: 50%;
  margin-bottom: 0px;
  display: none;
}
#intro .typo .text {
  padding-left: 42px;
  padding-right: 10px;
  padding-bottom: 35px;
}
@media screen and (max-width: 1000px) {
  #intro .typo .text {
    padding-bottom: 0;
    padding-left: 110px;
  }
}
#intro .typo .xslide {
  max-width: 42vw;
  max-height: 200px;
  background: #fff;
}
#intro .typo.xslides {
  /*         margin-bottom: 115px;*/
  background: #fff;
  min-height: 200px;
  width: 50%;
  position: relative;
}
#intro .typo.xslides .xslide {
  top: 42px;
}
@media screen and (max-width: 1000px) {
  #intro .typo.xslides .xslide {
    top: 48px;
  }
}
.Studio #intro .typo {
  font-family: "DM Serif Display", serif;
  font-size: 125px;
  line-height: 135px;
  width: 100%;
  padding: 5vh 8vh;
  display: block;
}
.Studio #intro .typo span {
  color: #F16522;
}
@media screen and (max-width: 1460px) {
  .Studio #intro .typo {
    font-size: 100px;
    line-height: 110px;
  }
}
@media screen and (max-width: 1220px) {
  .Studio #intro .typo {
    font-size: 80px;
    line-height: 90px;
  }
}
@media screen and (max-width: 1000px) {
  .Studio #intro .typo {
    display: block;
  }
}
@media screen and (max-width: 650px) {
  .Studio #intro .typo {
    font-size: 70px;
    line-height: 80px;
    padding: 1vh 5vh;
  }
}
@media screen and (max-width: 550px) {
  .Studio #intro .typo {
    font-size: 60px;
    line-height: 70px;
    padding: 0 5vh;
  }
}
@media screen and (max-width: 480px) {
  .Studio #intro .typo {
    font-size: 45px;
    line-height: 55px;
    padding: 0 3vh;
  }
}
#intro a.toggleFilter {
  position: absolute;
  bottom: 0;
  left: 40px;
  text-transform: uppercase;
  color: #000;
  background: url(../img/filter-grey.svg) center left no-repeat;
  background-size: 35px 35px;
  padding-left: 50px;
  line-height: 35px;
  transition: all 0.3s;
}
#intro a.toggleFilter:hover, #intro a.toggleFilter.active {
  background-image: url(../img/filter-orange.svg);
}
@media screen and (max-width: 500px) {
  #intro a.toggleFilter {
    left: 25px;
  }
}

#grid {
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  background: #e9e9e9;
  position: relative;
}
#grid::before {
  background: #fff;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
}
#grid .set {
  display: flex;
}
#grid .set:hover span.plus {
  opacity: 1;
}
#grid .item {
  /*background: #f80;*/
  width: 50%;
}
@media screen and (max-width: 1400px) {
  #grid .item {
    width: 100%;
  }
}
#grid .item.half {
  width: 25%;
}
@media screen and (max-width: 1400px) {
  #grid .item.half {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  #grid .item.half span.desc .text {
    display: none;
  }
}
#grid .item a {
  margin: 10px;
  display: block;
  position: relative;
  overflow: hidden;
}
#grid .item a span.desc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 1s;
  transition-delay: 0.3s;
  transition-timing-function: ease-in-out;
  backdrop-filter: brightness(1.05) saturate(1.1);
}
#grid .item a span.desc .text {
  color: #fff;
  padding: 20px;
  display: block;
  font-family: "NHaasGroteskDSPro-45Lt", sans-serif;
  max-width: 80%;
}
#grid .item a span.desc .text .name {
  font-size: 22px;
}
#grid .item a span.desc .text .cats {
  font-size: 18px;
}
@media screen and (max-width: 800px) {
  #grid .item a span.desc .text {
    line-height: 22px;
  }
  #grid .item a span.desc .text .name {
    font-size: 20px;
  }
  #grid .item a span.desc .text .cats {
    font-size: 16px;
  }
}
#grid .item a img.lazyloaded {
  transition: all 2s;
  transition-timing-function: ease-out;
}
#grid .item a div.xslides {
  transition: all 2s;
  transition-timing-function: ease-out;
}
#grid .item a:hover span.desc {
  opacity: 1;
}
#grid .item a:hover img.lazyloaded {
  transform: scale(1.3);
  transition: all 15s;
  transition-timing-function: ease-out;
}
#grid .item a:hover div.xslides {
  transform: scale(1.3);
  transition: all 15s;
  transition-timing-function: ease-out;
}
#grid .item a span.plus {
  opacity: 0;
  position: absolute;
  top: 20px;
  right: 20px;
  background: url(../img/plus-white.svg) center center no-repeat;
  color: #fff;
  background-size: 100%;
  width: 30px;
  height: 30px;
  transition: opacity 0.6s;
}
@media screen and (max-width: 800px) {
  #grid .item a span.plus {
    top: 15px;
    right: 15px;
  }
}
#grid .item.black a span.plus {
  background: url(../img/plus.svg) center center no-repeat;
}
#grid .item img {
  width: 100%;
  max-width: 100%;
  display: block;
  aspect-ratio: 3/2;
}

#portfolioDetail {
  display: flex;
}
@media screen and (max-aspect-ratio: 7/5) {
  #portfolioDetail {
    flex-wrap: wrap;
  }
}
#portfolioDetail a.plus {
  width: 42px;
  height: 42px;
  position: fixed;
  top: 130px;
  right: 35px;
  background: url(../img/plus-orange.svg) center center no-repeat;
  background-size: 100%;
  transition: all 0.3s;
}
@media screen and (min-aspect-ratio: 7/5) {
  #portfolioDetail a.plus {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  #portfolioDetail a.plus {
    right: 22px;
    top: 100px;
  }
}
#portfolioDetail .desc {
  margin-top: 150px;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  /*      justify-content: space-evenly;*/
  padding: 0 3vw;
  max-height: calc(100vh - 200px);
  overflow-y: auto;
  position: relative;
}
@media screen and (max-aspect-ratio: 7/5) {
  #portfolioDetail .desc {
    opacity: 0;
    width: calc(100% - 100px);
    padding: 50px;
    background: rgba(245, 245, 245, 0.8);
    backdrop-filter: blur(20px);
    position: fixed;
    top: 114px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 500px) {
  #portfolioDetail .desc {
    top: 80px;
  }
}
#portfolioDetail .desc .longdesc {
  font-family: "NHaasGroteskDSPro-45Lt", sans-serif;
  padding-top: 40px;
}
#portfolioDetail .desc .longdesc .small {
  font-size: 15px;
  line-height: 17px;
  display: block;
}
#portfolioDetail .desc a.plus {
  position: absolute;
  top: 16px;
  right: 35px;
  background: url(../img/plus.svg) center center no-repeat;
  background-size: 100%;
  transition: all 0.3s;
}
#portfolioDetail .desc a.plus:hover {
  background: url(../img/plus-orange.svg) center center no-repeat;
  background-size: 100%;
}
#portfolioDetail #backLink {
  margin-top: 40px;
  margin-right: 10px;
  display: inline-block;
  min-width: 80px;
}
#portfolioDetail #backLink:hover {
  border-color: #F16522;
  color: #F16522;
}

.is-overlay h1, .is-overlay h2 {
  margin-right: 40px;
}

#achievments {
  background: var(--o5-off-white);
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  #achievments {
    flex-direction: column;
    align-items: center;
  }
}
#achievments .achievment {
  padding: 100px 50px;
  display: flex;
  text-align: center;
  width: 500px;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1500px) {
  #achievments .achievment {
    width: 400px;
  }
}
@media screen and (max-width: 1200px) {
  #achievments .achievment {
    padding-top: 50px;
  }
}
@media screen and (max-width: 600px) {
  #achievments .achievment {
    width: auto;
  }
}
@media screen and (max-width: 500px) {
  #achievments .achievment {
    padding: 50px 3%;
  }
}
#achievments .achievment .content {
  display: flex;
  flex-direction: column;
}
#achievments .achievment .count {
  font-family: "DM Serif Display";
  font-size: 125px;
  line-height: 150px;
  display: block;
  white-space: nowrap;
}
@media screen and (max-width: 1500px) {
  #achievments .achievment .count {
    font-size: 110px;
    line-height: 125px;
  }
}
@media screen and (max-width: 600px) {
  #achievments .achievment .count {
    font-size: 100px;
    line-height: 120px;
  }
}
@media screen and (max-width: 400px) {
  #achievments .achievment .count {
    font-size: 80px;
    line-height: 100px;
  }
}
#achievments .achievment .count.fuckResponsive {
  min-width: 350px;
}
@media screen and (max-width: 1100px) {
  #achievments .achievment .count.fuckResponsive {
    min-width: auto;
  }
}
#achievments .achievment .orange {
  color: #F16522;
}
#achievments .achievment .text {
  font-size: 30px;
  line-height: 36px;
  font-family: "NHaasGroteskDSPro-45Lt", sans-serif;
  display: block;
  margin-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  #achievments .achievment .text {
    font-size: 27px;
    line-height: 32px;
  }
}
@media screen and (max-width: 600px) {
  #achievments .achievment .text {
    font-size: 24px;
    line-height: 29px;
  }
}
#achievments .achievment .btn {
  width: 180px;
  background: rgba(255, 255, 255, 0.8);
}

#clients .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 20px;
  padding: 60px 0;
  /*        border-top: solid 1px #000;*/
  border-bottom: solid 1px #000;
}
@media screen and (max-width: 1000px) {
  #clients .content {
    margin: 0;
  }
}
#clients .content img {
  display: block;
  margin: 60px 70px;
  transition: transform 1s;
}
#clients .content img:hover {
  transform: scale(1.2);
}
@media screen and (max-width: 1600px) {
  #clients .content img {
    transform: scale(0.9);
  }
  #clients .content img.lvl3 {
    display: none;
  }
  #clients .content img:hover {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 1200px) {
  #clients .content img {
    margin: 30px 40px;
  }
}
@media screen and (max-width: 1000px) {
  #clients .content img {
    transform: scale(0.8);
    margin: 20px 30px;
  }
  #clients .content img.lvl2 {
    display: none;
  }
  #clients .content img:hover {
    transform: scale(1);
  }
}
@media screen and (max-width: 600px) {
  #clients .content img {
    margin: 12px;
    transform: scale(0.7);
  }
}
#clients .content .clientsBtnWrap {
  flex-basis: 100%;
  justify-content: center;
  display: none;
}
@media screen and (max-width: 1000px) {
  #clients .content .clientsBtnWrap {
    display: flex;
  }
}

.textBox {
  font-family: "NHaasGroteskDSPro-45Lt", sans-serif;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 20px;
  line-height: 28px;
  padding: 0 10px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .textBox {
    font-size: 18px;
    line-height: 25px;
  }
}
.textBox.start {
  align-items: flex-start;
}
.textBox h2 {
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 48px;
}
.textBox h2.big {
  font-family: "DM Serif Display";
  font-size: 110px;
  line-height: 132px;
  margin-bottom: 25px;
}
@media screen and (max-width: 700px) {
  .textBox h2.big {
    font-size: 80px;
    line-height: 95px;
  }
}
.textBox.us h2 {
  margin-bottom: 0px;
}
.textBox .text {
  width: calc(50% - 200px);
  padding: 100px;
  display: flex;
  flex-direction: column;
  /*        @media screen and (min-height: 900px){
              padding-top: 150px;
              padding-bottom: 150px;
          }*/
}
@media screen and (max-width: 1200px) {
  .textBox .text {
    width: calc(100% - 200px);
    padding: 50px 100px;
  }
  .textBox .text.studio {
    padding-top: 100px;
  }
}
@media screen and (max-width: 700px) {
  .textBox .text {
    width: calc(100% - 100px);
    padding: 50px !important;
  }
}
@media screen and (max-width: 600px) {
  .textBox .text {
    width: calc(100% - 50px);
    padding: 25px !important;
  }
}
@media screen and (max-width: 500px) {
  .textBox .text {
    width: calc(100% - 30px);
    padding: 15px !important;
  }
}
.textBox .text.noBottomPadding {
  padding-bottom: 0 !important;
}
.textBox .text .inner {
  /*         vertical-align: middle;*/
}
.textBox .text.right {
  padding-left: 0;
}
.textBox .text.top {
  align-self: flex-start;
}
.textBox .text.columns ul {
  padding: 0;
  columns: 2;
  column-gap: 10vw;
  font-size: 22px;
  line-height: 30px;
}
@media screen and (max-width: 1200px) {
  .textBox .text.contacts {
    padding-bottom: 0 !important;
  }
}
@media screen and (max-width: 400px) {
  .textBox .text.contacts h2.big {
    font-size: 70px;
    line-height: 90px;
  }
}
.textBox .text100 {
  width: calc(100% - 200px);
  padding: 100px;
  text-align: center;
}
@media screen and (max-width: 700px) {
  .textBox .text100 {
    width: calc(100% - 100px);
    padding: 100px 50px;
  }
}
@media screen and (max-width: 600px) {
  .textBox .text100 {
    width: calc(100% - 50px);
    padding: 50px 25px !important;
  }
}
@media screen and (max-width: 500px) {
  .textBox .text100 {
    width: calc(100% - 30px);
    padding: 30px 15px !important;
  }
}
.textBox .text100.left {
  align-items: flex-start;
  text-align: left;
}
.textBox .img {
  width: calc(50% - 20px);
  padding-right: 10px;
  padding-left: 10px;
  /*      &.round img{
           border-radius: 50%;
           display:block;
           max-width: 50%;
        }

        &.left.round img{
           margin: 5% 5% 5% auto;
        }

        &.right.round img{
           margin: 5% auto 5% 5%;
        }

        &.left.rect img{
           margin: 0 0 0 auto;
        }

        &.right.rect img{
           margin: 0 auto 0 0;
        }*/
}
.textBox .img.left {
  padding-right: 0;
  padding-left: 10px;
}
.textBox .img img {
  display: block;
  max-width: 100%;
}
.textBox li {
  list-style-type: none;
}
.textBox .vy {
  padding-bottom: 20px;
}
.textBox .contactForm {
  padding-right: 90px;
  align-items: flex-start;
  width: calc(50% - 100px);
  padding-top: 250px;
}
@media screen and (max-width: 1200px) {
  .textBox .contactForm {
    width: calc(100% - 200px);
    padding: 0 100px 100px 100px !important;
  }
}
@media screen and (max-width: 700px) {
  .textBox .contactForm {
    width: calc(100% - 100px);
    padding: 50px !important;
  }
}
@media screen and (max-width: 600px) {
  .textBox .contactForm {
    width: calc(100% - 50px);
    padding: 25px !important;
    padding-bottom: 50px !important;
  }
}
@media screen and (max-width: 500px) {
  .textBox .contactForm {
    width: calc(100% - 30px);
    padding: 15px !important;
    padding-bottom: 40px !important;
  }
}
.textBox .contactForm .inner {
  width: 100%;
}
.textBox .contactForm .inner h3 {
  padding-left: 100px;
}
@media screen and (max-width: 1200px) {
  .textBox .contactForm .inner h3 {
    padding-left: 0px;
  }
}
.textBox .contactForm form {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  /*
              @media screen and (max-width: 1200px){
                  justify-content: flex-start;
              }*/
}
.textBox .contactForm input, .textBox .contactForm textarea {
  border: none;
  border-bottom: solid 1px #000;
  border-radius: 0;
  padding: 10px;
  width: calc(31% - 17px);
  margin-right: 2%;
  height: 22px;
  background: rgba(255, 255, 255, 0.6);
}
.textBox .contactForm input:focus-visible, .textBox .contactForm textarea:focus-visible {
  outline: none;
  border-color: #F16522;
}
.textBox .contactForm input[name=phone], .textBox .contactForm textarea[name=phone] {
  margin-right: 0%;
}
.textBox .contactForm input[name=email], .textBox .contactForm textarea[name=email] {
  display: none;
}
.textBox .contactForm input[type=submit], .textBox .contactForm textarea[type=submit] {
  position: relative;
  right: -2px;
  margin: 0;
  width: 48%;
  height: 52px;
  border: solid 2px rgba(255, 255, 255, 0);
  align-self: flex-end;
  background: #F16522;
  color: #fff;
  margin-left: 50%;
  font-family: "NHaasGroteskDSPro-65Md", sans-serif;
  transition: all 0.3s;
  cursor: pointer;
  border: solid 1px #fff;
  border-radius: 25px;
}
.textBox .contactForm input[type=submit]:hover, .textBox .contactForm textarea[type=submit]:hover {
  border-color: #F16522;
}
@media screen and (max-width: 550px) {
  .textBox .contactForm input, .textBox .contactForm textarea {
    width: calc(98% - 20px);
    margin-bottom: 10px;
  }
}
.textBox .contactForm button[type=submit] {
  position: relative;
  right: -2px;
  margin: 0;
  width: 48%;
  height: 52px;
  border: solid 1px #000;
  background: transparent;
  align-self: flex-end;
  margin-left: 50%;
  font-family: "NHaasGroteskDSPro-65Md", sans-serif;
  transition: all 0.3s;
  cursor: pointer;
  border-radius: 25px;
}
.textBox .contactForm button[type=submit]:hover {
  border-color: #F16522;
}
.textBox .contactForm textarea {
  width: calc(98% - 20px);
  padding: 10px;
  height: 120px;
  margin: 15px 0 25px 0;
}
.textBox .contactForm textarea:focus-visible {
  outline: none;
  border-color: #F16522;
}
.textBox .contactForm p.msg {
  width: 98%;
  font-family: "NHaasGroteskDSPro-65Md", sans-serif;
}
.textBox .contactForm p.msg.error {
  color: #f00;
}
.textBox.borderBottom {
  border-bottom: solid 1px #000;
  margin: 0 20px;
}
.textBox.borderBottom .text100 {
  padding: 100px 80px;
  width: calc(100% - 160px);
}
.textBox.borderBottom .text {
  padding: 100px 80px;
  width: calc(50% - 160px);
}
.textBox.borderBottom .text.right {
  padding-left: 0;
}
.textBox.founder {
  padding-right: 20px;
  padding-left: 20px;
}
.textBox.founder .text {
  padding-top: 32px;
}
@media screen and (max-width: 1200px) {
  .textBox.founder .text {
    padding-bottom: 80px;
  }
  .textBox.founder .text:last-of-type {
    padding-top: 60px;
    border-top: solid 1px #000;
  }
}
.textBox.founder .inner {
  padding-bottom: 150px;
}
@media screen and (max-width: 1200px) {
  .textBox.founder .inner {
    padding-bottom: 50px;
  }
}
.textBox.founder .citation {
  font-size: 40px;
  line-height: 48px;
  position: absolute;
  bottom: 100px;
  max-width: calc(50% - 200px);
}
@media screen and (max-width: 1200px) {
  .textBox.founder .citation {
    position: initial;
    max-width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .textBox.founder .citation {
    font-size: 30px;
    line-height: 36px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 500px) {
  .textBox.founder .citation {
    font-size: 25px;
    line-height: 32px;
    padding-bottom: 20px;
  }
}
.textBox.founder .img {
  width: calc(50% - 10px);
}
.textBox.founder .img.right {
  padding-left: 0;
  padding-right: 10px;
}
.textBox.founder .img.left {
  padding-left: 10px;
  padding-right: 0;
}
.textBox.founder h3 {
  font-size: 28px;
  line-height: 38px;
  font-family: "NHaasGroteskDSPro-65Md", sans-serif;
}
.textBox.founder h3 span {
  display: block;
  font-family: "NHaasGroteskDSPro-45Lt", sans-serif;
}
.textBox#particles2 {
  padding: 0;
}

.services {
  overflow: hidden;
  font-size: 20px;
  line-height: 28px;
  padding-left: 60px;
  width: calc(50% - 160px);
}
@media screen and (max-width: 600px) {
  .services {
    font-size: 18px;
    line-height: 25px;
  }
}
.Home .services {
  display: none;
  width: calc(50% - 80px);
  padding: 0 40px;
}
@media screen and (max-width: 1000px) {
  .Home .services {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 500px) {
  .Home .services {
    width: calc(100% - 50px);
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 1500px) {
  .services {
    padding-left: 40px;
    width: calc(50% - 140px);
  }
}
@media screen and (max-width: 1200px) {
  .services {
    width: calc(100% - 200px);
    padding-left: 100px;
  }
}
@media screen and (max-width: 700px) {
  .services {
    padding: 50px;
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 500px) {
  .services {
    padding: 5vw;
    width: calc(100% - 10vw);
  }
}
.services .inner {
  columns: auto 3;
}
.services .inner p.tag {
  display: block;
  margin: 0;
}
.services .inner a {
  display: block;
  border-bottom: solid 1px #000;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 0;
  margin-right: 30px;
  color: #000;
  font-family: "NHaasGroteskDSPro-45Lt", sans-serif;
  transition: all 0.3s;
  background-position: center center;
  width: 100%;
}
.services .inner a:hover {
  color: #F16522;
  border-color: #F16522;
}
.services .inner a.active {
  font-family: "NHaasGroteskDSPro-65Md", sans-serif;
  background: url("../img/orange-dot.svg") center right no-repeat;
  cursor: default;
}
.services .inner a.active:hover {
  color: #000;
  border-color: #000;
}
@media screen and (max-width: 1200px) {
  .services .inner a {
    margin-right: 20px;
  }
}
@media screen and (max-width: 800px) {
  .services .inner a {
    margin-right: 10px;
  }
}
@media screen and (max-width: 1600px) {
  .services .inner p {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1400px) {
  .services .inner {
    columns: auto 2;
  }
}
@media screen and (max-width: 1200px) {
  .Studio .services .inner {
    columns: auto 3;
  }
}
@media screen and (max-width: 700px) {
  .services .inner {
    columns: auto 2;
  }
  .Studio .services .inner {
    columns: auto 2;
  }
}

#kontakt {
  padding-top: 10vh;
}

#slider {
  width: 150vh;
  height: 100vh;
  margin: 0;
}
@media screen and (max-aspect-ratio: 1.8/1) {
  #slider {
    width: 75vw;
    height: 49.95vw;
  }
}
@media screen and (max-aspect-ratio: 7/5) {
  #slider {
    width: 100vw;
    height: 66.6vw;
  }
}
#slider .item {
  max-height: 100vh;
  cursor: crosshair;
  /*      width: 75vw !important;
        aspect-ratio: 1.5;*/
}
@media screen and (max-aspect-ratio: 7/5) {
  #slider .item {
    width: 100vw !important;
    height: 66.6666666667vw;
    padding: 0 0 20px 0;
  }
}
#slider .item img {
  display: block;
  height: 100vh;
}
@media screen and (max-aspect-ratio: 1.8/1) {
  #slider .item img {
    width: 75vw;
    height: 50vw;
  }
}
@media screen and (max-aspect-ratio: 7/5) {
  #slider .item img {
    width: 100vw;
    height: 66.6666666667vw;
  }
}
#slider .slick-next, #slider .slick-prev {
  z-index: 1;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20%;
  height: 100%;
  padding: 0;
  /*transform: translate(0, -50%);*/
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  opacity: 0;
  transition: opacity 0.5s;
}
#slider .slick-next::before, #slider .slick-prev::before {
  content: "";
}
#slider .slick-next:hover, #slider .slick-prev:hover {
  opacity: 0.6;
}
#slider .slick-next {
  cursor: url("../img/arrow-right-black.png"), auto;
  /*         background: url(../img/arrow-right.svg) center center no-repeat;
           background-size: 9%;*/
  right: 0;
}
#slider .slick-prev {
  cursor: url("../img/arrow-left-black.png"), auto;
  /*         background: url(../img/arrow-left.svg) center center no-repeat;
           background-size: 9%;*/
  left: 0;
}
#slider .slick-dots {
  bottom: 20px;
}

.Studio {
  /*    .slick-dots li.slick-active button:before{
          color: $orange !important;

      }

      .slick-dots li button::before{
          color: $orange !important;
          font-size: 10px;
      }*/
}
.Studio h1 {
  font-family: "NHaasGroteskDSPro-65Md", sans-serif;
  font-size: 55px;
  line-height: 66px;
  margin-bottom: 30px;
}
@media screen and (max-width: 700px) {
  .Studio h1 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 15px;
    margin-top: 15px;
  }
}
.Studio .studio {
  font-size: 28px;
  line-height: 38px;
}

.xslides {
  width: 100%;
  height: 100vh;
  background-color: #e9e9e9;
}
@media screen and (max-aspect-ratio: 1.8) {
  .xslides {
    height: 50vw;
  }
}
@media screen and (max-aspect-ratio: 7/5) {
  .xslides {
    height: 66.6666666667vw;
  }
}
.Home .xslides {
  height: calc(33.3333333333vw - 25px);
  background: #fff;
}
@media screen and (max-width: 1400px) {
  .Home .xslides {
    height: calc(66.6666666667vw - 15px);
  }
}
.Home .half .xslides {
  height: calc(16.6666666667vw - 20px);
  /*      background: #fff;*/
}
@media screen and (max-width: 1400px) {
  .Home .half .xslides {
    height: calc(33.3333333333vw - 25px);
  }
}
.xslides.typo {
  width: auto;
  height: auto;
}
.xslides.typo .xslide {
  transition: opacity 2.5s ease-in-out;
}
.xslides .xslide {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: 60%;
  background-repeat: no-repeat;
}
@media screen and (max-aspect-ratio: 7/5) {
  .PortfolioDetail .xslides .xslide {
    height: 66.6666666667vw;
  }
}
.Home .xslides .xslide {
  background-size: 60%;
}
.Home .half .xslides .xslide {
  background-size: 90%;
}
.xslides .xslide.active {
  opacity: 1;
}
.Home .half .xslides.ambasadori .xslide {
  background-size: 30%;
}
.Home .half .xslides.zs-lounovice .xslide {
  background-size: 30%;
}
.Home .half .xslides.libosad .xslide {
  background-size: 120%;
}

.xslides.fast .xslide, .xslides.skav .xslide {
  transition: opacity 0s;
  background-size: 33%;
}
.Home .xslides.fast .xslide, .Home .xslides.skav .xslide {
  background-size: 33%;
}

.xslides.euyc-typo {
  background-color: rgb(1, 229, 178);
}
.xslides.euyc-typo .xslide {
  width: 50%;
  background-size: auto 60%;
  background-position: right center;
}
.xslides.euyc-typo .text {
  position: absolute;
  right: 0;
  background-repeat: no-repeat;
  width: 50%;
  height: 100%;
  background-size: auto 60%;
  background-position: left center;
}
@media screen and (max-aspect-ratio: 7/5) {
  .xslides.euyc-typo .text {
    height: 66.6666666667vw;
    background-size: auto 70%;
  }
}

.xslides.euyc-shapes {
  background-color: #2c74fe;
}
.xslides.euyc-shapes .xslide {
  background-size: 50%;
}

.xslides.ambasadori .xslide {
  background-size: 30%;
}

.xslides.dejepis {
  background: #ff7558 url(../img/prtfl/npi-dejepis/paper_orange.jpg) top left no-repeat;
  background-size: cover;
}
.xslides.dejepis .xslide {
  background-size: 50%;
}

.xslides.paliativni-praktici-3l .xslide {
  background-size: 100%;
  aspect-ratio: 1.5;
}

.xslides.zs-lounovice .xslide {
  background-size: 30%;
}

.xslides.libosad .xslide {
  background-color: #FF570D;
  background-size: 100%;
}

.xslides.mapa-vv-icons {
  background-color: rgb(82, 194, 182);
}
.xslides.mapa-vv-icons .xslide {
  background-size: 100%;
}

.xslides.mapa-vv-shape .xslide {
  background-size: 40%;
}

.xslides.studyInLogos {
  background-color: rgba(0, 0, 0, 0.02);
}
.xslides.studyInLogos .xslide {
  background-size: auto 40% !important;
  background-color: rgba(0, 0, 0, 0.02);
}
.xslides.studyInLogos .xslide.last {
  background-size: auto 30%;
}

.xslides.paliativni-praktici .xslide {
  background-color: #FC9D9D;
  background-size: auto 40%;
}
@media screen and (max-width: 800px) {
  .xslides.paliativni-praktici .xslide {
    background-size: auto 60% !important;
  }
}
@media screen and (max-width: 500px) {
  .xslides.paliativni-praktici .xslide {
    background-size: auto 70% !important;
  }
}

.Home .xslides.euyc-shapes {
  background-color: #2c74fe;
}
.Home .xslides.euyc-shapes .xslide {
  background-size: 50%;
}
.Home .xslides.ambasadori .xslide {
  background-size: 50%;
}
.Home .xslides.dejepis {
  background: #ff7558 url(../img/prtfl/npi-dejepis/paper_orange.jpg) top left no-repeat;
  background-size: cover;
}
.Home .xslides.dejepis .xslide {
  background-size: 65%;
}
.Home .xslides.paliativni-praktici .xslide {
  background-size: auto 50%;
}
@media screen and (max-width: 1200px) {
  .Home .xslides.paliativni-praktici .xslide {
    background-size: auto 60% !important;
  }
}
@media screen and (max-width: 1000px) {
  .Home .xslides.paliativni-praktici .xslide {
    background-size: auto 70% !important;
  }
}

@media screen and (max-width: 700px) {
  .Studio .grid .half {
    display: none;
  }
}
.Studio #studioSlider .slick-arrow {
  display: none !important;
}
.Studio h3 {
  font-family: "NHaasGroteskDSPro-45Lt", sans-serif;
  font-weight: normal;
  font-size: 40px;
  line-height: 48px;
}
@media screen and (max-width: 600px) {
  .Studio h3 {
    font-size: 30px;
    line-height: 36px;
    margin: 0.5em 0;
  }
}
.Studio .you {
  max-width: 50%;
  margin: 0 auto;
  padding: 30px 0 150px 0;
  position: relative;
  z-index: 1;
  font-size: 27px;
  line-height: 38px;
}
@media screen and (max-width: 1200px) {
  .Studio .you {
    padding: 50px 0 100px 0;
    max-width: 60%;
    font-size: 25px;
    line-height: 36px;
  }
}
@media screen and (max-width: 700px) {
  .Studio .you {
    padding-top: 50px;
    font-size: 24px;
    line-height: 35px;
  }
}
@media screen and (max-width: 600px) {
  .Studio .you {
    max-width: 80%;
  }
}
.Studio #team {
  width: 100%;
}
.Studio #team img {
  width: 100%;
}
.Studio #services {
  margin: 0 20px;
  font-family: "NHaasGroteskDSPro-45Lt", sans-serif;
  font-size: 22px;
  line-height: 29px;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .Studio #services {
    margin: 0;
  }
}
.Studio #services h2.big {
  font-family: "DM Serif Display";
  font-size: 76px;
  line-height: 92px;
  margin-bottom: 25px;
}
@media screen and (max-width: 1500px) {
  .Studio #services h2.big {
    font-size: 60px;
    line-height: 77px;
  }
}
@media screen and (max-width: 600px) {
  .Studio #services h2.big {
    font-size: 50px;
    line-height: 65px;
  }
}
.Studio #services .box {
  border-bottom: solid 1px #000;
}
.Studio #services .box .content {
  max-width: 1700px;
  margin: 0 auto;
  padding: 100px 0;
  display: flex;
}
@media screen and (max-width: 1100px) {
  .Studio #services .box .content {
    flex-direction: column;
    padding: 60px 0;
  }
}
@media screen and (max-width: 1100px) {
  .Studio #services .box .content {
    flex-direction: column;
  }
}
@media screen and (max-width: 1100px) {
  .Studio #services .box .content.rev {
    flex-direction: column-reverse;
  }
}
.Studio #services .box .content .text, .Studio #services .box .content .image {
  width: calc(50% - 180px);
  padding: 0 90px;
  align-self: center;
}
@media screen and (max-width: 1500px) {
  .Studio #services .box .content .text, .Studio #services .box .content .image {
    width: calc(50% - 100px);
    padding: 0 50px;
  }
}
@media screen and (max-width: 1100px) {
  .Studio #services .box .content .text, .Studio #services .box .content .image {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 500px) {
  .Studio #services .box .content .text, .Studio #services .box .content .image {
    width: calc(100% - 60px);
    padding: 0 30px;
  }
}
.Studio #services .box .content .text img, .Studio #services .box .content .image img {
  width: 100%;
  transition: transform 8s ease-out;
}
.Studio #services .box .content .image img:hover {
  transform: scale(1.1);
  transition: all 8s ease-out;
}
@media screen and (max-width: 1100px) {
  .Studio #services .box .content .text {
    padding-bottom: 50px;
  }
}
.Studio #services .box .content .uppercase {
  text-transform: uppercase;
  font-family: "NHaasGroteskDSPro-65Md", sans-serif;
  font-size: 16px;
  line-height: 28px;
  margin-top: 50px;
}
.Studio #services .box .content .uppercase p {
  margin: 0;
}

#loading {
  display: flex;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(100px);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
}
#loading svg {
  margin: auto;
}

/*.Contact{
   main{

      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -60%);
      height: 260px;
      font-family: $nh45;
      font-size: 23px;
      line-height: 32px;

      p{
         margin: 2em 0;
      }

      span{
         font-family: $nh65;
         font-size: 25px;
      }

      a{
         text-decoration: none;
      }

   }
}*/
body#Contact {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
body#Contact .textBox.start {
  padding-top: 12vh;
}
@media screen and (max-width: 500px) {
  body#Contact .textBox.start {
    padding-top: 16vh;
  }
}

@media all and (-ms-high-contrast: none) {
  a:hover {
    color: #000;
    text-decoration: underline;
  }
}
::selection {
  background: #F16522; /* Gecko Browsers */
  color: #fff;
}

::-moz-selection {
  background: #F16522; /* Gecko Browsers */
  color: #fff;
}

a.buroBtn {
  position: absolute;
  bottom: 25px;
  right: 25px;
  font-size: 32px;
  line-height: 40px;
  display: block;
  border: solid 1px #000;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  display: none;
  text-decoration: none;
}
a.buroBtn:hover {
  border-color: #F16522;
}

.buroInfo, .studioInfo {
  font-size: 14px;
  line-height: 19px;
  font-family: "NHaasGroteskDSPro-45Lt", sans-serif;
  padding-bottom: 10px;
}
.buroInfo span, .studioInfo span {
  font-size: 16px;
  font-family: "NHaasGroteskDSPro-65Md", sans-serif;
}

.contacts .cards {
  padding: 80px 0;
  display: flex;
  flex-wrap: wrap;
  font-size: 21px;
}
.contacts .cards .card:last-of-type {
  padding-right: 0;
}
@media screen and (max-width: 800px) {
  .contacts .cards {
    padding-bottom: 0;
  }
}
.contacts .cards .card {
  padding-right: 140px;
}
@media screen and (max-width: 800px) {
  .contacts .cards .card {
    padding-right: 60px;
    padding-bottom: 50px;
  }
  .contacts .cards .card:last-of-type {
    padding-bottom: 0;
  }
}

footer.textBox .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer.textBox .buroInfo, footer.textBox .studioInfo, footer.textBox .card {
  text-align: left;
  font-size: 16px;
  line-height: 24px;
}
footer.textBox .buroInfo .small, footer.textBox .studioInfo .small, footer.textBox .card .small {
  font-size: 14px;
  line-height: 18px;
  font-family: "NHaasGroteskDSPro-45Lt", sans-serif;
  display: block;
}
footer.textBox .studioInfo {
  text-align: left;
}
footer.textBox a {
  font-weight: normal;
  color: #000;
  text-decoration: underline;
}

/************************************************************/
.wrap {
  padding: 10px;
  position: relative;
}
.Studio .wrap {
  padding: 0 10px;
}
.wrap.marginFake::before, .wrap.marginFake::after {
  background: #fff;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
}
.wrap.marginFake::after {
  bottom: 0;
  top: auto;
}
.wrap.marginTop {
  margin-top: 50px;
}

#testimonials {
  overflow: hidden;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  #testimonials {
    margin-top: 5vw;
  }
}
#testimonials .slick-dots {
  padding-top: 10px;
  position: initial;
}

.slick-dots li {
  margin: 20px 15px !important;
}

.slick-dots li button::before {
  font-size: 20px !important;
}

.grid {
  display: grid;
  grid-template-columns: 50% 25% 25%; /* 3 columns */
  grid-template-rows: 50% 50%; /* 2 rows */
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .grid {
    display: flex;
    flex-wrap: wrap;
  }
}
.grid .item {
  width: 100%;
  height: 100%;
}
.grid .item a {
  margin: 10px;
  display: block;
  position: relative;
  overflow: hidden;
}
.Studio .grid .item a {
  margin: 0 10px;
}
.grid .item a span.desc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.7s;
  transition-delay: 0.15s;
  transition-timing-function: ease-in-out;
}
.grid .item a span.desc .text {
  color: #fff;
  padding: 20px;
  display: block;
  font-family: "NHaasGroteskDSPro-45Lt", sans-serif;
  max-width: 80%;
}
.grid .item a span.desc .text .name {
  font-size: 22px;
}
.grid .item a span.desc .text .cats {
  font-size: 18px;
  display: none;
}
@media screen and (max-width: 800px) {
  .grid .item a span.desc .text {
    line-height: 22px;
  }
  .grid .item a span.desc .text .name {
    font-size: 20px;
  }
  .grid .item a span.desc .text .cats {
    font-size: 16px;
  }
}
.grid .item a span.plus {
  opacity: 0;
  position: absolute;
  top: 20px;
  right: 20px;
  background: url(../img/plus-white.svg) center center no-repeat;
  color: #fff;
  background-size: 100%;
  width: 30px;
  height: 30px;
  transition: opacity 0.6s;
}
@media screen and (max-width: 800px) {
  .grid .item a span.plus {
    top: 15px;
    right: 15px;
  }
}
.grid .item.black a span.plus {
  background: url(../img/plus.svg) center center no-repeat;
}
.grid .item img {
  width: 100%;
  max-width: 100%;
  display: block;
  aspect-ratio: 3/2;
}
.grid .item img.lazyloaded {
  transition: all 4s;
  transition-timing-function: ease-out;
}
.grid .item:hover img.lazyloaded {
  transform: scale(1.3);
  transition: all 15s;
  transition-timing-function: ease-out;
}
.grid .item:hover span.desc {
  opacity: 1;
}
.grid .full {
  grid-column: 1/2; /* Span 1st column */
  grid-row: 1/3; /* Span both rows */
}
@media screen and (max-width: 1200px) {
  .grid .half {
    width: 50% !important;
    margin-top: 20px;
  }
}
.grid .half::nth-child(2) {
  grid-column: 2/3; /* First smallImg in column 2 */
  grid-row: 1/2; /* First row */
}
.grid .half:nth-child(3) {
  grid-column: 3/4; /* Second smallImg in column 3 */
  grid-row: 1/2; /* First row */
}
.grid .testimonial {
  grid-column: 2/4; /* Span columns 2 and 3 */
  grid-row: 2/3; /* Second row */
  padding: 40px 40px 70px 60px;
  font-family: "NHaasGroteskDSPro-45Lt", sans-serif;
  font-size: 21px;
  line-height: 28px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  max-width: 80%;
  font-style: italic;
}
.grid .testimonial.v2 {
  grid-column: 1/3;
}
.grid .testimonial .signature {
  font-family: "NHaasGroteskDSPro-65Md", sans-serif;
  font-style: normal;
}
@media screen and (max-width: 1900px) {
  .grid .testimonial {
    font-size: 19px;
    line-height: 25px;
    padding: 20px 20px 50px 40px;
    max-width: calc(100% - 60px);
  }
}
@media screen and (max-width: 1500px) {
  .grid .testimonial {
    font-size: 18px;
    line-height: 24px;
    padding: 20px 20px 50px 40px;
    max-width: calc(100% - 60px);
  }
}
@media screen and (max-width: 1400px) {
  .grid .testimonial {
    font-size: 17px;
    line-height: 23px;
    padding: 15px 15px 40px 35px;
    max-width: calc(100% - 60px);
  }
}
@media screen and (max-width: 1300px) {
  .grid .testimonial {
    padding: 20px 15px 40px 35px;
    max-width: calc(100% - 60px);
  }
}
@media screen and (max-width: 1200px) {
  .grid .testimonial {
    font-size: 18px;
    line-height: 24px;
    padding: 60px 100px 100px 100px;
  }
}
@media screen and (max-width: 700px) {
  .grid .testimonial {
    padding: 50px 50px 60px 50px;
    font-size: 17px;
    line-height: 23px;
  }
}
@media screen and (max-width: 500px) {
  .grid .testimonial {
    padding: 20px;
  }
}
.grid.v2 {
  grid-template-columns: 25% 25% 50%; /* 3 columns */
}
.grid.v2 .full {
  grid-column: 3/4;
}

/*.thumbsWrap{

   &::before,
   &::after{
      background: #fff;
      display: block;
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 20px;
   }

   &::after{
      bottom: 0;
      top: auto;
   }
}*/
.thumbsGrid {
  display: grid;
  width: 100%;
  grid-template-columns: 25% 25% 25% 25%;
  grid-template-rows: 100%;
  position: relative;
}
.thumbsGrid .item {
  width: 100%;
  height: 100%;
}
.thumbsGrid .item a {
  margin: 0 10px;
  display: block;
  position: relative;
  overflow: hidden;
}
.thumbsGrid .item a span.desc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 1s;
  transition-delay: 0.3s;
  transition-timing-function: ease-in-out;
  backdrop-filter: brightness(1.05) saturate(1.1);
}
.thumbsGrid .item a span.desc .text {
  color: #fff;
  padding: 20px;
  display: block;
  font-family: "NHaasGroteskDSPro-45Lt", sans-serif;
  max-width: 80%;
}
.thumbsGrid .item a span.desc .text .name {
  font-size: 22px;
}
.thumbsGrid .item a span.desc .text .cats {
  font-size: 18px;
  display: none;
}
@media screen and (max-width: 800px) {
  .thumbsGrid .item a span.desc .text {
    line-height: 22px;
  }
  .thumbsGrid .item a span.desc .text .name {
    font-size: 20px;
  }
  .thumbsGrid .item a span.desc .text .cats {
    font-size: 16px;
  }
}
.thumbsGrid .item a:hover span.desc {
  opacity: 1;
}
.thumbsGrid .item img {
  width: 100%;
  max-width: 100%;
  display: block;
  aspect-ratio: 3/2;
}
.thumbsGrid .item img.lazyloaded {
  transition: all 4s;
  transition-timing-function: ease-out;
}
.thumbsGrid .item:hover img.lazyloaded {
  transform: scale(1.3);
  transition: all 15s;
  transition-timing-function: ease-out;
}

/************************************************************/
#gdpr {
  margin-top: 100px;
}
#gdpr .text100 {
  border-bottom: solid 1px #000;
}
#gdpr li {
  list-style-type: disc;
}
#gdpr li::marker {
  color: #F16522;
}
#gdpr h3 {
  font-size: 30px;
  line-height: 32px;
  margin-bottom: 0;
  font-family: "NHaasGroteskDSPro-65Md";
}

#page404 h1 {
  text-align: center;
  display: flex;
  align-items: center;
  height: 90vh;
  width: 95vw;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
}
#page404 h1 span {
  font-family: "DM Serif Display", serif;
  font-size: 42vw;
  display: block;
  opacity: 0.042;
}

#particles-js {
  height: 100vh !important;
  overflow: hidden;
}

.blur-up {
  -webkit-filter: blur(50px);
  filter: blur(50px);
  transition: filter 1s ease-in;
}

.blur-up.lazyloaded {
  -webkit-filter: blur(0);
  filter: blur(0);
}

a.teaser {
  background: #F16522;
  border-radius: 50%;
  font-family: "DM Serif Display";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  opacity: 1;
  transition: opacity 0.6s;
  /*   padding-bottom: calc((1vw + 1vh));
     padding-right: calc((1vw + 1vh));*/
}
a.teaser .text {
  text-align: center;
  font-size: calc((1vw + 1vh) * 4.5);
  line-height: 1.05;
  position: relative;
  top: -5%;
  padding-right: 1vw;
}
a.teaser .text .small {
  display: block;
  font-size: 30%;
  transition: color 0.6s;
  font-family: "DM Serif Text";
}
a.teaser:hover {
  opacity: 1;
}
a.teaser:hover .small {
  color: #000;
}

#particles {
  position: relative;
}

.particles-js-canvas-el {
  position: absolute !important;
  top: 0;
  z-index: -1;
}

#hamburger {
  display: inline-block;
  opacity: 1;
  cursor: pointer;
  width: 55px;
  height: 55px;
  position: absolute;
  top: 37px;
  right: 34px;
  z-index: 0;
  color: #fff;
  font-size: 13px;
  line-height: 55px;
  font-family: "NHaasGroteskDSPro-45Lt";
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 500px) {
  #hamburger {
    top: 15px;
    right: 15px;
  }
}
#hamburger span {
  display: block;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #F16522;
  transition: all 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}
#hamburger span.show {
  transform: scale(0.2);
}
#hamburger span.show.visible:hover {
  animation: pulse 1.1s infinite ease-in;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.85);
  }
  50% {
    transform: scale(1.15);
  }
  75% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
#hamburger span.close {
  border-radius: 0;
  background: url(../img/x-orange.svg) center center no-repeat;
  background-size: 42px 42px;
  z-index: -1;
  opacity: 0;
}
#hamburger span.visible {
  z-index: 11;
  opacity: 1;
  transform: scale(1);
  /*        border: solid 1px #fff;*/
}

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