@font-face {
  font-family: Westimor westernslab;
  src: url('../fonts/Westimor-WesternSlab.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Westimor;
  src: url('../fonts/Westimor-RegularSlab.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BlackItalic.otf') format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Westimor;
  src: url('../fonts/Westimor-RegularSlab.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Westimor westernslab;
  src: url('../fonts/Westimor-WesternSlab.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

:root {
  --background-white: #fafafa;
  --black: #111;
  --white: white;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--background-white);
  color: var(--black);
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  letter-spacing: .04em;
  margin-top: 40px;
  margin-bottom: 32px;
  font-family: Westimor, sans-serif;
  font-size: 100px;
  font-weight: 400;
  line-height: 110%;
}

h2 {
  letter-spacing: .04em;
  margin-top: 32px;
  margin-bottom: 24px;
  font-family: Westimor, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 110%;
}

h3 {
  margin-top: 24px;
  margin-bottom: 16px;
  font-family: Westimor, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  letter-spacing: .2px;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 28px;
}

a {
  color: var(--black);
  text-decoration: underline;
}

li {
  font-size: 18px;
  line-height: 31px;
}

blockquote {
  border-left: 4px solid var(--black);
  margin-top: 16px;
  margin-bottom: 24px;
  padding: 10px 24px;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
}

.section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.hero-home-one {
  color: var(--white);
  padding-top: 0;
  position: relative;
  overflow: hidden;
}

.section.moving-gallery {
  padding-top: 0;
  padding-bottom: 0;
}

.section.footer {
  background-color: var(--black);
  color: var(--white);
  padding-top: 100px;
  padding-bottom: 40px;
}

.section.black {
  background-color: var(--black);
  color: var(--white);
}

.section.black.hide-overflow {
  overflow: hidden;
}

.section.black.projects-two-hero {
  padding-bottom: 80px;
}

.section.black.no-top-padding {
  background-color: #1110;
  padding-top: 100px;
}

.section.opening-animation {
  height: 300vh;
  padding-top: 0;
  padding-bottom: 0;
}

.section.hero-about-one {
  color: var(--white);
  padding-top: 0;
  padding-bottom: 320px;
  position: relative;
  overflow: hidden;
}

.section.about-me-images {
  margin-top: -160px;
  padding-top: 0;
}

.section.project-hero {
  color: var(--white);
  padding-top: 0;
  position: relative;
  overflow: hidden;
}

.section.next-project {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 600px;
  max-height: 900px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.section._404 {
  color: var(--white);
  text-align: center;
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_4513.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 160px;
  display: flex;
}

.section.awards-template {
  padding-top: 160px;
  padding-bottom: 160px;
}

.main-container {
  width: 100%;
  max-width: 1346px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.space-60vh {
  height: 60vh;
}

.limit-580 {
  max-width: 580px;
}

.overlay-40 {
  z-index: 0;
  background-color: #0006;
  position: absolute;
  inset: 0%;
}

.relative-wrap {
  position: relative;
}

.subtitle {
  font-size: 22px;
  line-height: 28px;
}

.hero-one-h1 {
  margin-top: 12px;
  padding-top: 16px;
  padding-bottom: 16px;
  overflow: hidden;
}

.hero-top-text {
  font-size: 22px;
}

.center-vertical {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-top-divider {
  transform-origin: 0%;
  background-color: #ffffffb3;
  width: 56px;
  height: 1px;
  margin-left: 24px;
  margin-right: 8px;
}

.space-120 {
  height: 120px;
}

.hero-one-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: minmax(199px, auto) auto 1fr;
}

.main-list-heading {
  font-weight: 500;
}

.main-list-text {
  opacity: .8;
  color: var(--background-white);
  margin-bottom: 0;
  text-decoration: none;
}

.background-image-hero {
  background-image: url('../images/289014210_563767251980722_3709532984256361640_n.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 110%;
  position: absolute;
  inset: 0%;
}

.background-image-hero.about-one {
  background-image: url('../images/IMG_4512.webp');
  background-position: 50%;
}

.background-image-hero.background-project-detailed {
  background-image: url('../images/6650a5f72b6541a2da391f1a_271392648_458130935877688_4089415384368085612_n.jpg');
  background-position: 50%;
  background-size: cover;
}

.no-margin-column {
  padding: 0;
}

.limit-545 {
  max-width: 545px;
}

.highlight-dot-wrap {
  align-items: center;
  font-size: 14px;
  display: flex;
}

.highlight-dot-image {
  height: 6px;
  margin-right: 7px;
}

.highlight-dot-text {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.space-80 {
  height: 80px;
}

.project-columns-one-two {
  flex-direction: row;
  display: flex;
}

.project-columns-one-two.hide {
  display: none;
}

.column-project-one {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.list-wrap-projects-general {
  width: 100%;
  max-width: 390px;
}

.list-wrap-projects-general.project-one {
  max-width: 314px;
}

.list-wrap-projects-general.project-two {
  max-width: 540px;
}

.list-wrap-projects-general.project-three {
  max-width: 430px;
}

.list-wrap-projects-general.project-four {
  max-width: 390px;
}

.project-link-general {
  color: var(--black);
  flex-direction: column;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.project-link-general.first-project {
  min-height: 385px;
}

.project-link-general.second-project {
  min-height: 612px;
}

.project-link-general.third-project {
  min-height: 600px;
}

.project-link-general.fourth-project {
  min-height: 520px;
}

.project-link-general.version-two-grid {
  min-height: 510px;
}

.project-image-general {
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex: 1;
  transition: all .2s;
  position: relative;
  overflow: hidden;
}

.project-image-general:hover {
  opacity: .69;
}

.project-image-general._1 {
  background-image: url('../images/6650a5f72b6541a2da391f1a_271392648_458130935877688_4089415384368085612_n.jpg');
}

.project-image-general._2 {
  background-image: url('../images/106_945991521.jpg');
}

.project-name-wrap-one {
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.project-name-wrap-one.white-project-name-wrap {
  color: var(--black);
}

.project-name-one {
  margin-bottom: 0;
  font-size: 16px;
}

.project-name-one.smaller {
  width: 58%;
}

.project-industry-wrap {
  opacity: .4;
  text-transform: lowercase;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.industry-divider {
  background-color: var(--black);
  flex: 0 20%;
  height: 1px;
  margin-right: 8px;
}

.industry-divider.white-industry-divider {
  background-color: var(--black);
}

.project-general-overlay {
  background-color: #0006;
  position: absolute;
  inset: 0%;
}

.project-one-details-master {
  color: var(--white);
  justify-content: space-between;
  align-items: center;
  padding: 22px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.paragraph-small {
  font-size: 16px;
  line-height: 22px;
}

.paragraph-small.project-detail-one {
  margin-bottom: 0;
  line-height: 25px;
}

.paragraph-small.project-detail-three {
  margin-bottom: 0;
}

.arrow-project-one {
  width: 56px;
  height: 56px;
  transition: transform .3s;
}

.arrow-project-one:hover {
  transform: rotate(-45deg);
}

.column-project-two {
  padding-bottom: 120px;
}

.space-64 {
  height: 64px;
}

.project-columns-three-four {
  display: flex;
}

.project-columns-three-four.hide {
  display: none;
}

.column-project-three {
  justify-content: flex-end;
  padding: 0 0 131px;
  display: flex;
}

.column-project-four {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 0;
  display: flex;
}

.space-100 {
  height: 100px;
}

.center-horizontal {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.cta-link-block {
  color: var(--black);
  flex-direction: column;
  align-items: flex-start;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
  display: flex;
}

.cta-link-block.white {
  color: var(--white);
}

.cta-link-block.white.footer-social {
  margin-left: 24px;
}

.cta-link-block.pt {
  margin-top: 1em;
}

.cta-link-block.pb {
  margin-bottom: 30px;
}

.cta-line {
  background-color: var(--black);
  transform-origin: 0%;
  width: 16px;
  height: 1px;
  margin-top: 4px;
}

.cta-line.white {
  background-color: var(--white);
}

.grid-thirds {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.small-text {
  color: #00000080;
  font-size: 14px;
}

.small-text.white {
  color: #ffffffb3;
}

.small-text.white.expand-small-text {
  width: 100px;
  margin-top: 4px;
}

.divider-general {
  background-color: #00000080;
  width: 100%;
  height: 1px;
  margin-top: 16px;
}

.divider-general.white {
  background-color: #ffffff80;
}

.divider-general.white.footer {
  margin-top: 40px;
  margin-bottom: 24px;
}

.showreel-lightbox {
  width: 100%;
  height: 560px;
  min-height: 560px;
}

.showreel-background-video {
  width: 100%;
  height: 100%;
  position: relative;
}

.moving-gallery-master {
  height: auto;
  position: sticky;
  top: 10vh;
  overflow: hidden;
}

.moving-gallery-top-grid {
  grid-template-rows: auto;
  grid-template-columns: .7fr 1.2fr .8fr .9fr;
  width: 120vw;
  height: 39vh;
  margin-bottom: 16px;
}

.moving-gallery-image.mg-1 {
  background-image: url('../images/IMG_4473.webp');
  background-position: 50%;
  background-size: cover;
  height: 70%;
}

.moving-gallery-image.mg-2 {
  background-image: url('../images/IMG_4474.webp');
  background-position: 50%;
  background-size: cover;
  height: 80%;
}

.moving-gallery-image.mg-3 {
  background-image: url('../images/IMG_4483.webp');
  background-position: 50%;
  background-size: cover;
  height: 70%;
}

.moving-gallery-image.mg-4 {
  background-image: url('../images/IMG_9771.webp');
  background-position: 50%;
  background-size: cover;
  height: 55%;
}

.moving-gallery-image.mg-5 {
  background-image: url('../images/IMG_4478.webp');
  background-position: 50%;
  background-size: cover;
  height: 80%;
}

.moving-gallery-image.mg-6 {
  background-image: url('../images/IMG_4471.webp');
  background-position: 50%;
  background-size: cover;
  height: 70%;
}

.moving-gallery-video {
  width: 100%;
  height: 100%;
}

.space-200 {
  height: 200px;
}

.moving-gallery-bottom-grid {
  grid-template-rows: auto;
  grid-template-columns: .9fr .8fr 1.2fr .7fr;
  width: 120vw;
  height: 39vh;
  margin-bottom: 0;
}

.limit-775 {
  max-width: 775px;
}

.limit-775.bigger {
  max-width: 900px;
}

.footer-contact-wrap {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.footer-email-big {
  color: var(--white);
  font-size: 5.2vw;
  line-height: 110%;
  text-decoration: none;
  transition: opacity .3s;
}

.footer-email-big:hover {
  opacity: .7;
}

.footer-socials-wrap {
  flex: none;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer-bottom-master-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-logo-link-block {
  width: 224px;
}

.button {
  border: 1px solid var(--black);
  color: var(--black);
  background-color: #0000;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  height: 44px;
  padding: 0 24px 1px;
  transition: background-color .2s;
  display: flex;
}

.button:hover {
  background-color: #00000014;
}

.button.white {
  border-color: var(--white);
  color: var(--white);
  background-color: #fff0;
  transition: background-color .2s;
}

.button.white:hover {
  background-color: #ffffff1a;
}

.button.white.header-button {
  margin-left: 24px;
}

.button.white.header-button.hide {
  display: none;
}

.button.header-button {
  margin-left: 24px;
}

.button.header-button.small {
  height: 40px;
  font-size: 14px;
}

.button.white-fill {
  border-color: var(--white);
  background-color: var(--white);
}

.button.white-fill:hover {
  background-color: #fffc;
}

.footer-legal-master {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.legal-left.full {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.legal-link {
  color: #fffc;
  letter-spacing: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}

.legal-link.last {
  margin-right: 0;
}

.header {
  z-index: 900;
  height: 100px;
  position: absolute;
  inset: 0% 0% auto;
}

.header.white {
  background-color: var(--background-white);
}

.header.white.scrollable-menu {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fafafa80;
  height: 56px;
  display: block;
  position: fixed;
  transform: translate(0, -101%);
}

.header-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1346px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.header-logo-link-block {
  max-width: 100%;
  height: auto;
}

.header-logo-link-block.w--current {
  max-width: 225px;
  display: flex;
}

.header-logo-link-block.small {
  width: 120px;
}

.header-link {
  opacity: .8;
  color: var(--white);
  margin-left: 32px;
  text-decoration: none;
}

.header-link:hover {
  opacity: .7;
}

.header-link.w--current {
  opacity: 1;
  font-weight: 500;
}

.header-link.black {
  color: var(--black);
}

.header-link.dropdown {
  white-space: nowrap;
  margin-left: 0;
  text-decoration: none;
}

.header-right {
  align-items: center;
  display: flex;
}

.header-right.black {
  filter: invert(70%);
}

.collection-list-halves {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.big-image-animation-master {
  background-image: url('../images/GirlOnComputer.jpg');
  background-position: 50%;
  background-size: cover;
  height: 110vh;
  position: relative;
}

.big-image-animation-master.second-image {
  background-image: url('../images/IMG_8546.webp');
}

.big-image-side {
  background-color: var(--background-white);
  transform-origin: 0%;
  width: 25%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.big-image-side.right-side {
  transform-origin: 100%;
  inset: 0% 0% 0% auto;
}

.big-image-side.black {
  background-color: var(--black);
}

.space-16 {
  height: 16px;
}

.space-24 {
  height: 24px;
}

.big-paragraph {
  font-size: 28px;
  line-height: 36px;
}

.big-paragraph.white {
  color: #fff;
}

.center-text {
  text-align: center;
}

.space-15vh {
  height: 15vh;
}

.limit-1122 {
  max-width: 1122px;
}

.opening-background-video {
  background-image: linear-gradient(#111111b3, #111111b3), url('../images/106_945991521.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.opening-left-master {
  background-color: var(--background-white);
  width: 35vw;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.opening-grid-left {
  grid-template-rows: 1fr 1.6fr;
  width: 100%;
  height: 100%;
  padding-top: 10vh;
  padding-bottom: 10vh;
  padding-right: 2vw;
}

.opening-image-left-one {
  background-image: url('../images/IMG_8552.webp');
  background-position: 60%;
  background-size: cover;
  margin-top: 6vh;
  margin-bottom: 6vh;
}

.opening-image-left-two {
  background-image: url('../images/IMG_9764.webp');
  background-position: 35%;
  background-size: cover;
}

.opening-image-left-three {
  background-image: url('../images/IMG_9763.webp');
  background-position: 40%;
  background-size: cover;
}

.opening-grid-right {
  grid-template-rows: 1.6fr 1fr;
  width: 100%;
  height: 100%;
  padding-top: 10vh;
  padding-bottom: 10vh;
  padding-left: 2vw;
}

.opening-right-master {
  background-color: var(--background-white);
  width: 35vw;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.opening-image-right-one {
  background-image: url('../images/IMG_9756.webp');
  background-position: 75%;
  background-size: cover;
  margin-top: 6vh;
  margin-bottom: 6vh;
}

.opening-image-right-two {
  background-image: url('../images/IMG_9766.webp');
  background-position: 50%;
  background-size: cover;
}

.opening-image-right-free {
  background-image: url('../images/IMG_9773.webp');
  background-position: 25%;
  background-size: cover;
}

.list-wrap-projects-home-three.hide {
  display: none;
}

.list-projects-home-three {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-block-project-home-three {
  color: var(--white);
  background-image: url('../images/6650a5f72b6541a2da391f1a_271392648_458130935877688_4089415384368085612_n.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 400px;
  padding: 48px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.overlay-project-home-three {
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.project-three-content-wrap {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.project-three-h3 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 48px;
  line-height: 120%;
}

.project-three-details-wrap {
  align-items: center;
  display: flex;
}

.dot-divider {
  background-color: var(--white);
  border-radius: 50%;
  width: 6px;
  height: 6px;
  margin-left: 8px;
  margin-right: 8px;
}

.arrow-image-project-three {
  width: 64px;
  height: 64px;
}

.limit-1006 {
  max-width: 1006px;
}

.space-40vvh {
  height: 40vh;
}

.about-me-image-one {
  background-image: url('../images/IMG_9756.webp');
  background-position: 100%;
  background-size: cover;
  width: 100%;
  max-width: 560px;
  min-height: 720px;
}

.about-me-image-two {
  background-image: url('../images/IMG_4471.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  max-width: 545px;
  min-height: 437px;
}

.about-me-image-column-left {
  justify-content: flex-end;
  align-items: flex-start;
  padding: 0 0 120px;
  display: flex;
}

.about-me-image-column-right {
  justify-content: flex-end;
  align-items: flex-end;
  padding: 0;
  display: flex;
}

.about-me-images-columns {
  display: flex;
}

.grid-halves {
  grid-template-rows: auto;
}

.gallery-grid-about-one {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  min-height: 700px;
}

.gallery-about-one-image.image-three {
  background-image: url('../images/mg-4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gallery-about-one-image.image-four {
  background-image: url('../images/GirlInVan-min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gallery-about-one-image.bilde-1 {
  background-image: url('../images/106_1263589244.jpg');
  background-position: 50%;
  background-size: cover;
}

.gallery-about-one-image.bilde-to {
  background-image: url('../images/106_1199527573.jpg');
  background-position: 50%;
  background-size: cover;
}

.gallery-about-one-image.bilde-tre {
  background-image: url('../images/106_1068379225.jpg');
  background-position: 100% 0;
  background-size: cover;
}

.gallery-about-one-image.bilde-fire {
  background-image: url('../images/106_1558032963.jpg');
  background-position: 50%;
  background-size: cover;
}

.gallery-about-one-image.bilde-fem {
  background-image: url('../images/106_820291220.jpg');
  background-position: 50%;
  background-size: cover;
}

.gallery-about-one-image.bilde-seks {
  background-image: url('../images/106_633559682.jpg');
  background-position: 50%;
  background-size: cover;
}

.gallery-about-one-image.bilde-syv {
  background-image: url('../images/106_647084831.jpg');
  background-position: 50%;
  background-size: cover;
}

.limit-603 {
  max-width: 603px;
}

.space-40 {
  height: 40px;
}

.space-32 {
  height: 32px;
}

.about-three-specialist-columns {
  display: flex;
}

.specialist-left-column {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-rotate {
  background-image: url('../images/Jessica.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 490px;
  height: 100%;
  min-height: 640px;
}

.image-rotate.image-one {
  z-index: 3;
  background-image: url('../images/IMG_4512.webp');
  position: relative;
}

.image-rotate.image-two {
  background-image: url('../images/IMG_4474.webp');
  background-position: 60%;
  background-size: cover;
  height: 640px;
}

.specialist-right-column {
  flex-direction: column;
  justify-content: center;
  padding: 10px;
  display: flex;
}

.services-right-column {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.services-left-column {
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.expandable-wrap {
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
}

.expandable-content-flex {
  cursor: pointer;
  border-bottom: 1px solid #ffffff80;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.expandable-content-flex.reverse {
  border-bottom-color: #11111180;
}

.service-expandable-left {
  align-items: flex-start;
  display: flex;
}

.expandable-content-wrap {
  width: 100%;
  max-width: 314px;
  height: auto;
}

.expandable-content-wrap.full {
  max-width: none;
}

.expand-h3 {
  letter-spacing: .1em;
  margin-top: 0;
  margin-bottom: 0;
}

.expand-open {
  transform-origin: 50% 0;
}

.expand-icon-wrap {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-top: 8px;
  display: flex;
}

.expand-icon-wrap.reverse {
  filter: invert();
}

.expand-line {
  background-color: var(--white);
  width: 16px;
  height: 2px;
}

.expand-line.vertical {
  width: 2px;
  height: 16px;
  position: absolute;
}

.expanded-text {
  margin-bottom: 0;
}

.item-projects-one {
  height: 100vh;
  max-height: 1000px;
  position: sticky;
  top: 0;
}

.link-block-projects-one {
  color: var(--white);
  cursor: none;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-bottom: 200px;
  padding-left: 80px;
  padding-right: 80px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-block-projects-three {
  width: 100%;
  height: 200vh;
  padding-top: 25vh;
  position: relative;
}

.project-detailed-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: minmax(199px, auto) minmax(199px, auto);
  grid-auto-columns: minmax(199px, auto);
  grid-auto-flow: column;
}

.two-images-columns {
  display: flex;
}

.two-images-column-left {
  align-items: center;
  padding: 0;
  display: flex;
}

.two-images-column-right {
  flex-direction: column;
  align-items: center;
  padding: 0;
  display: flex;
}

.two-images-image-left {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 95%;
  max-width: 430px;
  height: 484px;
  margin-right: 16px;
}

.two-images-image-right {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 95%;
  max-width: 680px;
  height: 740px;
}

.list-gallery {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.item-big-images-gallery {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 90vh;
  min-height: 600px;
  max-height: 900px;
}

.item-big-images-gallery.half {
  min-height: 300px;
  max-height: 400px;
}

.next-project-link-block {
  z-index: 10;
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

.divider-nav {
  background-color: var(--black);
  width: 1px;
  height: 12px;
  margin-left: 24px;
  margin-right: 24px;
}

.divider-nav.white {
  background-color: #fff3;
  margin-right: 24px;
}

.dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.dropdown {
  flex-direction: column;
  align-items: center;
}

.header-left {
  flex: 1;
  align-items: center;
  height: 100%;
  display: flex;
}

.header-left-links-wrap {
  flex: 1;
  align-items: center;
  display: flex;
}

.footer-h3.normal {
  font-family: Satoshi, sans-serif;
}

.footer-h3.normal.notop {
  margin-top: 0;
}

.finished-wrap-project-template {
  width: 100%;
}

.mobile-menu-master, .hamburger-master-wrap, .close-mobile-menu {
  display: none;
}

.align-left {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pages-overview-link-block {
  color: var(--white);
  background-color: #ffffff1a;
  padding: 32px 32px 28px;
  text-decoration: none;
}

.animation-span {
  display: block;
}

.animated-h2 {
  margin-bottom: 16px;
  padding-bottom: 16px;
  overflow: hidden;
}

.animated-h1 {
  margin-bottom: 24px;
  padding-bottom: 16px;
  overflow: hidden;
}

.animated-h1.no-bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}

._404-logo {
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 40px 0% auto;
}

.eleveation-one-tile {
  text-align: left;
  background-color: #ffffff1a;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
  display: flex;
}

.eleveation-one-tile.template-tile.rich-text-only {
  padding-top: 8px;
}

.eleveation-one-tile.template-tile.on-white-tile {
  background-color: #0000000d;
}

.eleveation-one-tile.template-tile.on-white-tile.rich-text-only {
  padding-top: 32px;
}

.awards-details-wrap {
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.awards-h1 {
  margin-bottom: 8px;
  font-size: 64px;
}

.awarded-project-column {
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 56px;
  padding-right: 0;
  display: flex;
  position: relative;
}

.award-content-column {
  background-color: #f0f0f0;
  padding: 24px;
}

.awarded-project-sticky {
  width: 100%;
  position: sticky;
  top: 40px;
}

.awards-columns {
  display: flex;
}

.image {
  width: 100%;
}

.link-block, .link-block:hover {
  text-decoration: none;
}

.link-block.w--current {
  padding-right: 5px;
}

.link-block.last {
  margin-left: 2%;
}

.link-block.first.w--current {
  padding-right: 2%;
}

.link-block.normal {
  padding-left: 2%;
  padding-right: 2%;
}

.div-block-2 {
  width: 100%;
}

.paragraph {
  margin-bottom: 30px;
}

.sponsor-wrapper {
  padding: 3% 15%;
}

.sponsor-wrapper.pb {
  padding-bottom: 5%;
}

.sponsor-wrapper.pb.alt {
  float: right;
  margin-top: 12px;
  padding: 16px 0% 0%;
  position: static;
}

.sponsor-list {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sponsor-list.auto {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

.sponsor-link {
  transition: opacity .3s ease-in-out;
}

.sponsor-link:hover {
  opacity: .6;
}

.sponsor-bilde.arrangement {
  width: 100%;
  max-width: 15em;
}

.header-link-wrapper {
  text-decoration: none;
  transition: opacity .3s;
}

.header-link-wrapper:hover {
  opacity: .6;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.empty-state {
  display: none;
}

.google-translator {
  padding-right: 10px;
}

.div-block-17 {
  border-radius: .5em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  font-size: 17px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.div-block-17:hover {
  background-color: #bebebe26;
}

.div-block-16 {
  width: 0;
  height: 100%;
  font-size: 17px;
}

.mork {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.button-wrapper {
  margin-left: 15px;
}

.button-wrapper.sok {
  align-items: center;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}

.div-block-18 {
  align-items: center;
  height: 100%;
  display: flex;
}

.nav-contact-icon-2 {
  opacity: .8;
  object-fit: contain;
  width: 20px;
  height: 20px;
  font-size: 1.4em;
}

.nav-contact-icon-2.glass {
  opacity: .9;
  width: 40px;
  height: 40px;
}

.limit-545-copy {
  max-width: 100%;
}

.empty-state-2 {
  display: none;
}

.link-block-2 {
  text-decoration: none;
  transition: opacity .3s;
  display: inline;
}

.link-block-2:hover {
  opacity: .5;
}

.image-2 {
  width: 100%;
  height: auto;
}

.typeform-wrapper-iknei7th {
  height: 600px;
}

.image-3 {
  width: 100%;
  height: auto;
}

.google {
  width: 44px;
  height: 44px;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.image-4 {
  width: 100%;
}

.c-heading-1 {
  text-align: center;
}

.c-para-1 {
  text-align: center;
  margin-bottom: 1em;
}

.link-block-4 {
  color: var(--white);
  text-decoration: none;
  transition: opacity .3s;
}

.link-block-4:hover {
  opacity: .7;
}

@media screen and (min-width: 1440px) {
  .footer-email-big {
    font-size: 78px;
  }

  .sponsor-item {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .sponsor-bilde {
    height: 10vh;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 78px;
  }

  h2 {
    font-size: 64px;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .main-list-heading {
    line-height: 20px;
  }

  .main-list-text {
    font-size: 16px;
    line-height: 23px;
  }

  .background-image-hero {
    background-position: 50%;
  }

  .highlight-dot-wrap {
    display: none;
  }

  .column-project-one {
    padding-right: 16px;
  }

  .column-project-two {
    padding-left: 16px;
  }

  .column-project-three {
    padding-right: 16px;
  }

  .column-project-four {
    padding-left: 16px;
  }

  .cta-link-block.white.footer-social {
    margin-left: 0;
    margin-right: 24px;
  }

  .grid-thirds {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .showreel-lightbox {
    height: 520px;
    min-height: 520px;
  }

  .footer-contact-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-email-big {
    font-size: 7vw;
  }

  .footer-socials-wrap {
    margin-top: 32px;
  }

  .button.white.header-button {
    margin-left: 24px;
  }

  .button.header-button {
    display: none;
  }

  .footer-legal-master {
    flex-direction: column;
  }

  .legal-link {
    margin-left: 16px;
    margin-right: 16px;
  }

  .header.white.scrollable-menu {
    transform: translate(0, -101%);
  }

  .header-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .about-me-image-one {
    min-height: 570px;
  }

  .about-me-image-two {
    min-height: 370px;
  }

  .about-me-image-column-left {
    padding-right: 16px;
  }

  .about-me-image-column-right {
    padding-left: 16px;
  }

  .specialist-left-column {
    padding-left: 0;
    padding-right: 24px;
  }

  .image-rotate.image-one {
    height: 510px;
    min-height: 510px;
  }

  .image-rotate.image-two {
    height: 510px;
    min-height: 400px;
  }

  .services-right-column {
    padding-left: 24px;
    padding-right: 0;
  }

  .item-projects-one {
    max-height: 900px;
  }

  .link-block-projects-one {
    cursor: auto;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
  }

  .project-detailed-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .item-big-images-gallery {
    min-height: 400px;
    max-height: 550px;
  }

  .header-left-links-wrap {
    align-items: center;
    display: none;
  }

  .hamburger-wrap {
    background-color: var(--black);
    border-radius: 50%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 34px;
    height: 34px;
    margin-left: 8px;
    display: flex;
  }

  .hamburger-wrap.open, .hamburger-wrap.white-hamburger {
    background-color: var(--white);
  }

  .hamburger-line {
    background-color: var(--white);
    width: 18px;
    height: 1px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 0;
  }

  .hamburger-line.close-left {
    background-color: var(--black);
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    transform: rotate(-45deg);
  }

  .hamburger-line.close-right {
    background-color: var(--black);
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: absolute;
    transform: rotate(45deg);
  }

  .hamburger-line.black-line {
    background-color: var(--black);
  }

  .mobile-menu-master {
    z-index: 900;
    background-color: var(--black);
    transform-origin: 50% 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: none;
    position: fixed;
    inset: 0%;
    overflow: scroll;
  }

  .hamburger-master-wrap {
    cursor: pointer;
    justify-content: flex-end;
    align-items: center;
    margin-left: 24px;
    font-size: 14px;
    display: flex;
  }

  .hamburger-master-wrap.white-hamburger {
    color: var(--white);
  }

  .mobile-link-menu {
    color: var(--white);
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 8vw;
    line-height: 120%;
    text-decoration: none;
  }

  .mobile-link-menu.all-pages-link {
    font-size: 3vw;
  }

  .divider-menu-mobile {
    background-color: #fff3;
    width: 300px;
    height: 1px;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .mobile-links-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .close-mobile-menu {
    color: var(--white);
    cursor: pointer;
    justify-content: flex-end;
    align-items: center;
    margin-left: 24px;
    font-size: 14px;
    display: flex;
    position: absolute;
    inset: 24px 24px auto auto;
  }

  .awarded-project-column {
    margin-top: 40px;
    padding-left: 0;
  }

  .awards-columns {
    flex-direction: column;
  }

  .sponsor-wrapper.pb.hide-on-smaller {
    display: none;
  }

  .sponsor-wrapper.pb.show-on-smaller {
    display: block;
  }

  .sponsor-list {
    grid-template-columns: 1fr 1fr;
  }

  .google-translator {
    padding-right: 5px;
  }

  .button-wrapper {
    margin-top: 20px;
    margin-left: 15px;
    margin-right: 20px;
    display: flex;
  }

  .button-wrapper.sok {
    margin-top: 0;
  }

  .grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 64px;
  }

  .section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .space-60vh.hero-space-60vh {
    max-height: 320px;
  }

  .limit-580.home-three-video-limit {
    width: 80%;
    max-width: none;
  }

  .space-120.hide-from-phone-landscape {
    display: none;
  }

  .hero-one-grid {
    grid-template-columns: auto auto auto;
  }

  .main-list-heading {
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 29px;
  }

  .main-list-text {
    font-size: 14px;
    line-height: 20px;
  }

  .space-80.specialist-space-80 {
    max-height: 32px;
  }

  .project-columns-one-two {
    flex-direction: column;
  }

  .column-project-one {
    margin-bottom: 32px;
    padding-right: 0;
  }

  .list-wrap-projects-general.project-one, .list-wrap-projects-general.project-three, .list-wrap-projects-general.project-four {
    max-width: none;
  }

  .project-link-general, .project-link-general.first-project, .project-link-general.second-project, .project-link-general.third-project, .project-link-general.fourth-project, .project-link-general.version-two-grid {
    min-height: 420px;
  }

  .column-project-two {
    margin-bottom: 32px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .project-columns-three-four {
    flex-direction: column;
  }

  .column-project-three {
    margin-bottom: 32px;
    padding: 0;
  }

  .column-project-four {
    padding-left: 0;
  }

  .grid-thirds.services-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .small-text {
    margin-bottom: 16px;
  }

  .showreel-lightbox {
    height: 340px;
    min-height: 340px;
  }

  .legal-left {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
  }

  .legal-link {
    margin-bottom: 8px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .collection-list-halves {
    grid-template-columns: 1fr;
  }

  .big-paragraph {
    font-size: 24px;
    line-height: 140%;
  }

  .opening-grid-left {
    grid-template-columns: 1fr;
  }

  .opening-image-left-one {
    display: none;
  }

  .opening-grid-right {
    grid-template-columns: 1fr;
  }

  .opening-image-right-one {
    display: none;
  }

  .about-me-image-column-left {
    margin-bottom: 32px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .about-me-image-column-right {
    padding-left: 0;
  }

  .about-me-images-columns, .about-three-specialist-columns {
    flex-direction: column;
  }

  .specialist-left-column {
    padding-right: 0;
  }

  .services-right-column {
    order: -1;
    padding-left: 0;
  }

  .service-expandable-left {
    flex-direction: column;
  }

  .project-detailed-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .item-big-images-gallery {
    min-height: 0;
    max-height: 300px;
  }

  .mobile-menu-master {
    display: none;
  }

  .mobile-link-menu.all-pages-link {
    font-size: 4vw;
  }

  .divider-menu-mobile {
    width: 100%;
    max-width: 200px;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-top: 32px;
    margin-bottom: 16px;
    font-size: 48px;
  }

  h2 {
    font-size: 38px;
  }

  h3 {
    font-size: 22px;
  }

  .section.footer {
    padding-bottom: 24px;
  }

  .section._404 {
    background-image: linear-gradient(to bottom, null, null), url('../images/mg-5.jpg');
    background-position: 0 0, 50%;
  }

  .section.awards-template {
    padding-bottom: 120px;
  }

  .space-60vh.hero-space-60vh {
    max-height: 400px;
  }

  .subtitle {
    font-size: 18px;
    line-height: 130%;
  }

  .hero-top-text {
    font-size: 4.5vw;
  }

  .hero-top-divider {
    width: 12vw;
  }

  .space-120.hero-one-120-space {
    height: 64px;
  }

  .hero-one-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .main-list-heading {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 20px;
  }

  .main-list-text {
    font-size: 16px;
    line-height: 24px;
  }

  .space-80.my-works-space {
    height: 32px;
  }

  .project-name-wrap-one {
    flex-direction: column;
    align-items: flex-start;
  }

  .project-name-one.smaller {
    width: 100%;
  }

  .project-industry-wrap {
    justify-content: flex-start;
    width: 100%;
  }

  .space-100.services-video-space {
    height: 32px;
  }

  .cta-link-block.white.footer-social {
    align-items: center;
    margin-left: 6px;
    margin-right: 6px;
  }

  .small-text {
    margin-bottom: 16px;
  }

  .small-text.white.expand-small-text {
    flex: 0 auto;
    width: 40px;
  }

  .showreel-lightbox {
    height: 50vw;
    min-height: 0;
  }

  .moving-gallery-top-grid {
    grid-template-columns: .7fr 1.2fr .8fr;
    height: 30vh;
    margin-bottom: 16px;
  }

  .moving-gallery-image.mg-3, .moving-gallery-image.mg-4 {
    display: none;
  }

  .space-200.footer-space-200 {
    height: 100px;
  }

  .moving-gallery-bottom-grid {
    grid-template-columns: .8fr 1.2fr .7fr;
    height: 30vh;
  }

  .footer-contact-wrap {
    align-items: center;
  }

  .footer-socials-wrap {
    margin-top: 32px;
  }

  .footer-bottom-master-wrap {
    flex-direction: column;
    margin-bottom: 64px;
  }

  .footer-logo-link-block {
    margin-bottom: 32px;
  }

  .button.white.header-button {
    display: none;
  }

  .legal-left {
    flex-direction: column;
    align-items: center;
  }

  .legal-link {
    text-align: center;
    margin: 16px 8px;
    font-size: 18px;
  }

  .header-logo-link-block {
    max-width: 125px;
  }

  .big-image-side {
    width: 20%;
  }

  .big-paragraph {
    font-size: 20px;
  }

  .link-block-project-home-three {
    padding: 24px;
  }

  .project-three-content-wrap {
    flex-direction: column;
  }

  .project-three-h3 {
    text-align: center;
  }

  .project-three-details-wrap {
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
  }

  .arrow-image-project-three {
    width: 56px;
    height: 56px;
    margin-top: 24px;
  }

  .space-40vvh.about-hero-40vh {
    max-height: 240px;
  }

  .about-me-image-one {
    min-height: 380px;
  }

  .about-me-image-two {
    min-height: 240px;
  }

  .grid-halves, .gallery-grid-about-one {
    grid-template-columns: 1fr;
  }

  .gallery-grid-about-one.single-image {
    grid-template-rows: auto;
    min-height: 220px;
    max-height: 450px;
  }

  .image-rotate.image-one {
    height: 400px;
    min-height: 400px;
  }

  .image-rotate.image-two {
    height: 400px;
  }

  .service-expandable-left {
    flex-direction: column;
    flex: 1;
    margin-right: 16px;
  }

  .expandable-content-wrap {
    flex: 0 auto;
    max-width: none;
  }

  .expand-icon-wrap, .expand-line {
    flex: none;
  }

  .expand-line.vertical {
    transform-origin: 50%;
    flex: none;
  }

  .expanded-text {
    font-size: 16px;
    line-height: 24px;
  }

  .link-block-projects-one {
    justify-content: center;
    align-items: center;
    padding: 24px;
  }

  .project-detailed-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .two-images-columns {
    flex-direction: column;
  }

  .two-images-image-left {
    width: 100%;
    height: 340px;
    margin-right: 0;
  }

  .two-images-image-right {
    width: 90%;
    height: 350px;
    margin-left: auto;
    margin-right: auto;
  }

  .item-big-images-gallery {
    max-height: 220px;
  }

  .footer-h3 {
    text-align: center;
  }

  .footer-h3.normal {
    width: 100%;
    font-size: 16px;
  }

  .footer-h3.normal.notop {
    text-align: left;
  }

  .home-three-h1 {
    font-size: 12vw;
    line-height: 120%;
  }

  .hamburger-line.close-left, .hamburger-line.close-right {
    flex: none;
  }

  .mobile-link-menu {
    font-size: 10vw;
  }

  .mobile-link-menu.all-pages-link {
    font-size: 6vw;
  }

  .pages-overview-link-block {
    padding: 16px;
  }

  .animation-span {
    font-size: 37px;
  }

  .eleveation-one-tile, .eleveation-one-tile.template-tile {
    padding: 24px;
  }

  .awards-h1 {
    font-size: 51px;
  }

  .award-content-column {
    padding: 16px;
  }

  .button-wrapper.sok {
    flex-direction: row;
    justify-content: center;
    align-self: center;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .link-block-4 {
    width: 100%;
  }
}

#w-node-_4bc3933f-cf56-baae-0731-120fb99c0ed7-510096cf, #w-node-_00d64d9f-69f5-9fab-2568-2a17bbf666ca-510096cf, #w-node-_57a9b1ac-4a70-f653-b72d-cb3dfaafe6d4-510096cf, #w-node-_30808f4c-cf5b-178e-36da-2958e0e3fe1c-510096cf, #w-node-_0a171256-98b5-ee9f-c918-bb7c65f79375-510096cf, #w-node-_1ae47559-0230-1929-6192-c98ae6ba53b6-510096cf, #w-node-_7a94fe14-b3dc-3e4e-fc1e-f637e80719c5-510096cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eb22ab19-227a-d621-3dc5-889b3f21254d-510096cf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fb078dc6-3db8-5fc9-98d4-fc311f4ca584-d8660c0b, #w-node-f820efcc-c3da-54ca-f5a3-f752b4ffe0b0-d8660c0b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6776653-260a-3fcd-fc89-69b94d1be8fa-d8660c0b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-b6aefdd9-2e44-b084-1eb6-f96537bbc5b1-d8660c0b, #w-node-_5d6fa90a-98bb-1b7b-6ab6-929b157ed0a6-d8660c0b, #w-node-_450da33c-368b-2729-d6c1-92a5183aaaec-d8660c0b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a6e7ef3b-137e-6fcd-5321-2b148fdb7090-d8660c0b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_256e5095-3cd8-7157-631a-a2b2845dc1a3-d8660c0b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d9f093c9-1452-0843-3845-33705f4d1a4f-d8660c0b, #w-node-dc53dcce-1340-aa87-b7ff-acafbb0e14ba-d8660c0b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_5d8a93e3-8f7a-ce56-6b82-d91960ac9161-d8660c0b, #w-node-_5d8a93e3-8f7a-ce56-6b82-d91960ac9163-d8660c0b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_5d8a93e3-8f7a-ce56-6b82-d91960ac9162-d8660c0b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d8a93e3-8f7a-ce56-6b82-d91960ac9164-d8660c0b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_00eb3ddb-8223-3550-a8d0-284ef896577d-2df65045 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_00eb3ddb-8223-3550-a8d0-284ef896577e-2df65045, #w-node-_00eb3ddb-8223-3550-a8d0-284ef896577f-2df65045 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_00eb3ddb-8223-3550-a8d0-284ef8965782-2df65045 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_00eb3ddb-8223-3550-a8d0-284ef8965783-2df65045, #w-node-_00eb3ddb-8223-3550-a8d0-284ef8965784-2df65045, #w-node-_1264e7d6-82c3-0f59-2d5f-555bc8639c5c-2df65045, #w-node-_1264e7d6-82c3-0f59-2d5f-555bc8639c64-2df65045, #w-node-_1264e7d6-82c3-0f59-2d5f-555bc8639c6c-2df65045, #w-node-_6a1404b5-0136-6190-49c1-1cb3c33e502b-2df65045, #w-node-_6a1404b5-0136-6190-49c1-1cb3c33e5033-2df65045, #w-node-_6a1404b5-0136-6190-49c1-1cb3c33e503b-2df65045 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9060e857-0695-887b-07b3-977bd7865ab7-2df65045 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_9060e857-0695-887b-07b3-977bd7865ab8-2df65045, #w-node-_9060e857-0695-887b-07b3-977bd7865ab9-2df65045 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9060e857-0695-887b-07b3-977bd7865abc-2df65045 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_9060e857-0695-887b-07b3-977bd7865abf-2df65045 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9060e857-0695-887b-07b3-977bd7865ac0-2df65045 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_9060e857-0695-887b-07b3-977bd7865ac1-2df65045, #w-node-f0f2ab23-6f5a-928b-6355-bafe2c842b84-7fa79656, #w-node-f0f2ab23-6f5a-928b-6355-bafe2c842b8b-7fa79656, #w-node-f0f2ab23-6f5a-928b-6355-bafe2c842b92-7fa79656, #w-node-f0f2ab23-6f5a-928b-6355-bafe2c842b99-7fa79656, #w-node-f0f2ab23-6f5a-928b-6355-bafe2c842ba0-7fa79656 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0f2ab23-6f5a-928b-6355-bafe2c842ba7-7fa79656 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-f0f2ab23-6f5a-928b-6355-bafe2c842ba7-7fa79656 {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d6776653-260a-3fcd-fc89-69b94d1be8fa-d8660c0b {
    justify-self: start;
  }
}


@font-face {
  font-family: 'Westimor westernslab';
  src: url('../fonts/Westimor-WesternSlab.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Westimor';
  src: url('../fonts/Westimor-RegularSlab.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Westimor';
  src: url('../fonts/Westimor-RegularSlab.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Westimor westernslab';
  src: url('../fonts/Westimor-WesternSlab.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}