.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.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;
}

body {
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page-component {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 47px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page-form-block {
  max-width: 20rem;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 55px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.utility-page-form-block.absolute {
  z-index: 2;
  max-width: none;
  position: absolute;
}

.utility-page-form {
  width: auto;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  background-color: rgba(0, 0, 0, .91);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 38px 82px;
  display: flex;
}

.utility-page-image {
  margin-left: auto;
  margin-right: auto;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xsmall {
  margin: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-large {
  padding: 3rem;
}

.padding-small {
  padding: 1rem;
}

.padding-custom-first {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-xsmall {
  padding: .5rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-tiny {
  padding: .125rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.overflow-auto {
  overflow: auto;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.background-color-black {
  width: 100%;
  height: 101%;
  color: #f5f5f5;
  background-color: #000;
}

.text-color-black {
  color: #000;
}

.text-color-gray {
  color: gray;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.heading-style-h1 {
  font-family: Oswald, sans-serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.heading-style-h1.text-color-white.position-absolute {
  z-index: 1;
  position: absolute;
}

.heading-style-h1.text-color-white.position-absolute.text-align-center {
  z-index: 8;
  font-family: Oswald, sans-serif;
  font-weight: 600;
}

.text-weight-normal {
  font-weight: 400;
}

.text-weight-normal.text-color-gray.text-size-small.style-guide {
  width: 200px;
  color: #fff;
  justify-content: flex-start;
  display: flex;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.text-color-white {
  color: #fff;
}

.text-style-italic {
  font-style: italic;
}

.text-weight-medium {
  font-weight: 500;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-hidden.change {
  height: 10vh;
  overflow: hidden;
}

.text-size-tiny {
  font-size: .75rem;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.text-weight-light {
  font-weight: 300;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.text-size-regular {
  font-size: 1rem;
}

.text-weight-xbold {
  font-weight: 800;
}

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

.text-weight-bold {
  font-weight: 700;
}

.background-color-white {
  background-color: #fff;
}

.background-color-white.height {
  height: 124px;
}

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  font-size: .875rem;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.text-style-nowrap {
  white-space: nowrap;
}

.form-imput {
  min-height: 3rem;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.text-size-large {
  font-size: 36px;
}

.text-size-large.text-style-allcaps.primary-font {
  font-family: Oswald, sans-serif;
}

.page-wrapper {
  overflow: visible;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.container-large.display-flex {
  align-items: flex-start;
  display: flex;
}

.container-large.display-flex.menu {
  z-index: 1;
  align-items: center;
  padding: 0 40px 23px;
  position: static;
}

.container-large.display-flex.content-menu {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}

.container-large.display-flex.vertical {
  height: 100%;
  max-width: none;
  background-color: rgba(0, 0, 0, .39);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.container-large.display-flex.vertical.no-bg {
  max-width: 80rem;
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-around;
}

.container-large.padding-top {
  padding-top: 227px;
  padding-left: 40px;
  padding-right: 40px;
}

.container-large._2 {
  margin-top: 73vh;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.overflow-scroll {
  overflow: scroll;
}

.form-message-error {
  margin-top: .75rem;
  padding: .75rem;
}

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

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: .75rem .4rem .75rem 1.5rem;
  font-weight: 600;
}

.text-size-medium {
  font-size: 1.25rem;
}

.hide {
  display: none;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.hero-section {
  height: 400vh;
  flex-direction: row;
  display: flex;
  position: relative;
}

.video-background.position-absolute {
  height: auto;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.filter {
  background-color: rgba(0, 0, 0, .63);
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.filter._2 {
  width: 103vw;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to right, #000 3%, rgba(255, 255, 255, 0) 37%, rgba(255, 255, 255, 0) 67%, #000 99%);
  left: -2%;
  right: auto;
}

.mask-hero {
  width: auto;
  height: 50vh;
  object-fit: cover;
  margin-left: 0;
}

.mask-hero.firs {
  height: 50vh;
  max-width: none;
  white-space: normal;
  object-fit: cover;
  flex: 0 auto;
  display: block;
  position: relative;
}

.mask-hero.second {
  max-width: none;
  align-self: auto;
  padding-right: 0;
  display: block;
  position: relative;
}

.container-mask {
  width: 100vw;
  height: 100vh;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.column {
  width: 50%;
}

.column.position-absolute {
  height: 100%;
  mix-blend-mode: exclusion;
  flex-direction: column;
  align-items: flex-end;
  padding-right: 13vw;
  display: none;
  position: absolute;
  top: 0;
}

.column.position-absolute.second {
  mix-blend-mode: exclusion;
  align-items: flex-start;
  margin-right: 0;
  padding-left: 13vw;
  padding-right: 0;
  display: none;
  top: auto;
  bottom: 0;
  right: 0;
}

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

.column.normal {
  width: auto;
  mix-blend-mode: difference;
  flex-direction: column;
  justify-content: center;
  margin-left: -5vw;
  display: flex;
  position: relative;
}

.column.auto {
  width: auto;
}

.column.margin-top {
  width: 38%;
  margin-top: 52px;
}

.image-scrolling {
  width: 12vw;
  margin-bottom: 40vh;
  transition: transform .25s;
}

.image-scrolling:hover {
  opacity: 1;
  outline-offset: 0px;
  mix-blend-mode: normal;
  outline: 3px #000;
  transform: scale(2);
}

.image-scrolling.horizontal {
  width: 18vw;
  margin-right: -97px;
  position: static;
}

.image-scrolling.horizontal._2 {
  margin-left: -68px;
  margin-right: auto;
}

.image-scrolling.horizontal._2:hover {
  transform: scale(1.5);
}

.about-section {
  height: 100vh;
  background-color: #bbb0a8;
}

.about-section.padding-left.padding-custom-first {
  height: auto;
  background-color: #fff;
  flex-direction: column;
  padding: 8vw 5vw 10vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heding-size-custom {
  font-size: 120px;
}

.heding-size-custom.text-weight-light {
  letter-spacing: -.034em;
  font-family: Oswald, sans-serif;
  font-weight: 500;
}

.main-paragraph {
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.main-paragraph.max-width {
  width: 37%;
  margin-top: 3.2vw;
  margin-left: 5vw;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.7;
  position: relative;
}

.main-paragraph.max-width.second {
  width: auto;
  text-align: left;
  margin-left: 7vw;
  font-size: 20px;
  line-height: 1.7;
}

.main-paragraph.max-width.white {
  width: 32%;
  color: #fff;
  margin-top: 0;
  margin-left: 0;
  display: none;
}

.main-image.position-absolute {
  z-index: 1;
  width: 28%;
  margin-top: -109px;
  padding-top: 0;
  position: absolute;
  top: 46%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.main-image.moved {
  width: 26%;
  margin-left: auto;
  margin-right: 24%;
}

.description.padding-left.padding-custom-first {
  padding-bottom: 8vw;
  padding-left: 16vw;
  padding-right: 16vw;
}

.project-section {
  height: 200vh;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
  overflow: visible;
}

.container-video {
  width: 100%;
  height: 100vh;
  column-count: 4;
  column-rule: 1px solid #cacaca;
  border-top: 1px solid #dfdfdf;
  flex-direction: column;
  align-items: stretch;
  column-gap: 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.video-content {
  width: auto;
  height: 100%;
  border: 1.5px #000;
  border-radius: 0;
  padding: 31px;
  font-size: 1rem;
  line-height: 1;
  display: block;
  overflow: hidden;
}

.row {
  z-index: 2;
  column-count: 3;
  column-rule: 1px none #d4cec9;
  border: .5px #000;
  flex: 1;
  column-gap: 0;
  position: relative;
}

.row.border {
  column-count: 3;
  border: .5px #000;
  position: relative;
}

.row.display-lex {
  justify-content: flex-end;
  margin-top: 80px;
  display: flex;
}

.row.project {
  grid-column-gap: 39px;
  grid-row-gap: 39px;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.row._2 {
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.backhround-video {
  height: 100vh;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.services-section.padding-vertical.padding-xhuge {
  z-index: 4;
  background-color: #fff;
  padding-top: 20.8rem;
  position: relative;
  overflow: visible;
}

.section-heading {
  font-size: 170px;
}

.section-heading.text-style-allcaps {
  height: auto;
  margin-left: auto;
  font-family: Oswald, sans-serif;
  font-weight: 500;
  line-height: 1;
  position: -webkit-sticky;
  position: sticky;
  top: 14.9vh;
}

.section-heading.text-style-allcaps.no-stiky {
  position: static;
}

.section-heading.big {
  text-align: center;
  font-size: 25vw;
  font-weight: 400;
}

.section-heading.big.sticky {
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  margin-bottom: 100vh;
  font-size: 52vw;
  display: flex;
}

.services {
  width: 300px;
  height: 300px;
  border: 1px solid #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: color .5s ease-in-out, background-color .5s ease-in-out;
  display: flex;
  position: relative;
  overflow: hidden;
}

.services:hover {
  color: #fff;
  background-color: #000;
}

.background-video {
  height: 300px;
  opacity: 0;
  transition: opacity .5s ease-in-out;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background-video:hover {
  opacity: .63;
}

.change-bg-wrapper {
  z-index: 0;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  display: block;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.change-bg-wrapper.absolute {
  filter: invert();
  position: absolute;
}

.contact-section {
  width: 100%;
  height: auto;
  padding-top: 8vh;
  padding-bottom: 10vh;
  position: relative;
  overflow: hidden;
}

.work-section {
  z-index: 8;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.slider-work {
  height: 400vh;
  display: block;
  overflow: visible;
}

.horizontal-content {
  height: 100vh;
  background-color: #000;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.content-workl {
  width: 400vw;
  height: 100%;
  flex-wrap: nowrap;
  margin-left: 0;
  display: flex;
  overflow: visible;
}

.work-wrapper {
  width: 100vw;
  height: 100%;
  direction: ltr;
  object-fit: fill;
  order: 0;
  display: block;
  overflow: visible;
}

.container-work {
  height: 100%;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.work-grid {
  height: 70vh;
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 29vw auto;
  overflow: visible;
}

.wrap-image-work {
  transform: rotate(9deg);
}

.sub-heading.text-color-white {
  font-size: 2.3vw;
}

.work-card-heading.text-color-white.margin-vertical.margin-custom {
  letter-spacing: -.034em;
  margin-top: 1.33vw;
  margin-bottom: 3.56vw;
  font-size: 9vw;
  font-weight: 500;
  position: relative;
}

.work-card-heading.text-color-white.margin-vertical.margin-custom.project {
  width: 43%;
  margin-top: -2vw;
  line-height: 1.2;
  display: none;
}

.main-button {
  grid-column-gap: 15px;
  color: #fff;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}

.text-button {
  color: #fff;
  font-size: 1.11vw;
  font-weight: 700;
  text-decoration: none;
}

.arrow-button {
  width: 2.56vw;
  height: 2.56vw;
  border: 2px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.html-embed {
  width: 15px;
  height: auto;
  align-items: center;
  display: flex;
}

.background-video-project {
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: .65;
  align-items: stretch;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.background-video-project.image-work {
  display: none;
}

.our-ork {
  display: block;
  overflow: hidden;
}

.our-ork.new {
  display: block;
}

.client-logo {
  width: 250px;
  max-width: none;
  filter: invert();
}

.client-image {
  height: 80vh;
}

.client-image._2 {
  height: 60vh;
}

.main-heading {
  color: #000;
  letter-spacing: 0;
  text-transform: lowercase;
  margin-bottom: 132px;
  font-size: 10vw;
  font-weight: 900;
  line-height: 1;
}

.client-row {
  z-index: 1;
  object-fit: fill;
  display: flex;
  position: relative;
}

.client-row._4 {
  z-index: 1;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
  left: 0%;
}

.client-row._3 {
  z-index: 1;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
  left: 12%;
}

.container-logo-client {
  width: auto;
  height: 150px;
  flex-flow: row;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  overflow: visible;
}

.clients {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding-top: 282px;
  padding-bottom: 283px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.line-separetor {
  width: 200px;
  height: 3px;
  background-color: #7c7c7c;
  margin-left: 60px;
  margin-right: 60px;
}

.container-image-client-absolute {
  z-index: 0;
  margin-top: 28%;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.main-text.text-size-medium.secondari-font {
  text-transform: none;
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.main-text.text-size-medium.secondari-font.max-width {
  width: 500px;
  margin-top: 11vh;
  line-height: 1.3;
}

.main-text.text-size-medium.secondari-font.max-width._2 {
  width: 250px;
  margin-top: 2vh;
  font-size: 1rem;
  line-height: 1.8;
}

.main-text.text-size-medium.text-color-white.text-style-allcaps {
  text-transform: lowercase;
}

.main-text.text-color-white.text-size-xlarge {
  font-size: 10vw;
}

.main-text.text-color-white.text-size-xlarge.text-style-allcaps.text-weight-bold-copy {
  white-space: pre;
  align-items: center;
  display: flex;
}

.main-text.text-color-white.text-size-xlarge.text-style-allcaps.text-weight-bold-copy.footer {
  font-weight: 700;
  line-height: .9;
}

.div-block {
  display: flex;
}

.wrap-text.absolute {
  position: absolute;
  bottom: 0;
}

.wrap-text.absolute.photosets, .wrap-text.absolute.content, .wrap-text.absolute.events, .wrap-text.wedding {
  display: block;
}

.navbar {
  z-index: 999;
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.brand-link {
  z-index: 2;
  position: relative;
}

.brand {
  width: 100px;
}

.brand.absolute {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nutton-menu {
  width: 30px;
  height: 30px;
  flex-direction: column;
  justify-content: space-between;
  margin-left: auto;
  padding: 0;
  display: flex;
}

.nutton-menu.w--open {
  z-index: 2;
  background-color: rgba(0, 0, 0, 0);
}

.content-menu {
  height: 100vh;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.wrap-link-menu {
  z-index: 1;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-block {
  color: #fff;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.text-link {
  color: #000;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 5rem;
  font-weight: 500;
}

.social-links-wrapper {
  padding-bottom: 96px;
  padding-right: 40px;
  position: absolute;
  top: auto;
  bottom: 2%;
  left: auto;
  right: 0%;
}

.social-link {
  width: 22px;
  height: auto;
}

.social-link.hover {
  width: 31px;
  color: #fff;
}

.modal-work {
  z-index: 2147483647;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal-work.first, .modal-work.second, .modal-work.third, .modal-work.fourth {
  display: none;
}

.content-modal-work {
  z-index: 4;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.close-modal {
  width: 36px;
  height: 50px;
  color: #fff;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 2%;
  bottom: auto;
  left: auto;
  right: 40px;
}

.line-close-button {
  width: 40px;
  height: 3px;
  background-color: #fff;
  margin-top: .5px;
  transform: rotate(45deg);
}

.line-close-button.text-style-2lines {
  margin-top: -3px;
  transform: rotate(-45deg);
}

.mask {
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.html-embed-3 {
  width: 100%;
  height: 100%;
}

.html-embed-3.link {
  width: 40px;
  height: 40px;
  color: #000;
  margin-left: 20px;
}

.loop-text-wrapper {
  width: 100%;
  grid-column-gap: 0px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  flex-direction: row;
  justify-content: flex-end;
  display: flex;
  position: relative;
  transform: translate(0, 46px)rotate(-2.07deg);
}

.loop-text-wrapper.black {
  background-color: #000;
  margin-top: -81px;
  margin-left: 0;
  padding-top: 27px;
}

.grid {
  grid-column-gap: 74px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 3.25fr;
}

.main-link {
  color: #fff;
  margin-left: auto;
  text-decoration: none;
}

.text.text-size-small {
  color: #959cb1;
}

.text.text-size-small.margin-top.margin-small {
  margin-top: auto;
}

.text.text-size-small.margin-top.margin-small.hide-tablet {
  color: #969696;
  color: #969696;
  position: absolute;
  top: auto;
  bottom: 7%;
  left: 8%;
  right: auto;
}

.text.text-size-small.margin-top.margin-small.hide-tablet._2 {
  color: #969696;
  font-family: Open Sans, sans-serif;
  line-height: 1.5;
  position: static;
  left: auto;
  right: 8%;
}

.text.text-color-gray {
  color: #d9e3ea;
}

.text.text-color-gray.margin-bottom.margin-small {
  color: #5d5dff;
}

.link-2 {
  color: #fff;
}

.loop-text {
  color: #fff;
  white-space: nowrap;
  flex-direction: row;
  align-items: center;
  font-size: 98px;
  display: flex;
}

.link-7 {
  color: #fff;
  white-space: nowrap;
  margin-right: 40px;
  font-size: 98px;
  font-weight: 300;
  text-decoration: none;
}

.link-7._2 {
  margin-right: 0;
  font-weight: 100;
  overflow: visible;
}

.link-7._2.w--current {
  overflow: visible;
}

.div-block-2 {
  border: 1px #000;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  padding-top: 26px;
  padding-bottom: 46px;
  display: flex;
}

.div-block-2.no-padding {
  flex: none;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.image-3 {
  width: 60px;
  height: 60px;
  filter: invert();
  margin-right: 20px;
}

.center-banner {
  width: auto;
  grid-column-gap: 40px;
  white-space: nowrap;
  background-color: #000;
  border: 1px #000;
  flex-direction: row;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
  transform: rotate(2.075deg)translate(-10px, -10px);
}

.center-banner.no-padding {
  width: 100vw;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: -36px;
  margin-left: -10px;
  padding-top: 0;
  padding-bottom: 0;
}

.image-4 {
  width: 150px;
  height: 150px;
  max-width: none;
  white-space: nowrap;
  object-fit: cover;
  flex: none;
  margin-right: 0;
  display: block;
}

.link-block-2 {
  width: auto;
  grid-column-gap: 20px;
  white-space: nowrap;
  justify-content: flex-start;
  display: flex;
  position: static;
}

.bottom-banner {
  z-index: 2;
  height: 200px;
  background-color: #000;
  border: 1px #000;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
  transform: translate(0, -81px)rotate(-2.07deg);
}

.section {
  height: 300vh;
  flex-direction: column;
  display: flex;
  position: relative;
}

.div-block-3 {
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.containe-video {
  width: 50vw;
  height: 50vw;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.background-video-2 {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.heading-2 {
  color: #000;
  letter-spacing: -.034em;
  mix-blend-mode: overlay;
  font-size: 5vw;
  font-weight: 500;
  position: absolute;
  bottom: 16vw;
}

.paragraph-2 {
  width: 24%;
  padding-left: 40px;
  line-height: 1.7;
}

.paragraph-2._2 {
  width: 25%;
  margin-left: auto;
  padding-left: 0;
  padding-right: 40px;
  transform: translate(0, -38px);
}

.slider-project.show-mobile-landscape {
  display: none;
}

.grid-project {
  grid-template-rows: auto;
  grid-template-columns: 50% 50%;
}

.text-block {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.div-block-4 {
  border-top: 1px solid #fff;
  padding-top: 5px;
  padding-bottom: 5px;
}

.text-block-2 {
  color: #fff;
}

.heading-3 {
  font-family: Oswald, sans-serif;
  font-weight: 400;
}

.heading-large {
  font-size: 9.375rem;
  font-weight: 400;
  line-height: 1.2;
}

.text-style-link-2 {
  text-decoration: underline;
}

.block-quote {
  border-left-width: .1rem;
  border-left-color: #fff;
  margin-top: 40px;
  margin-left: 40px;
  font-size: .87rem;
}

.heading-small {
  font-size: 1.25rem;
  line-height: 1.4;
}

.text-color-white-2 {
  color: #fff;
}

.text-size-large-2 {
  font-size: 1.5rem;
}

.show-mobile-landscape {
  display: none;
}

.style-guide-block {
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #fff;
  border-radius: 3px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 100px;
  padding: 57px 40px;
  display: flex;
}

.background-color-gray-2 {
  background-color: rgba(168, 193, 216, .2);
}

.margi-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.background-color-black-2 {
  color: #f5f5f5;
  background-color: #000;
}

.line-separetor-2 {
  width: 100%;
  height: 2px;
}

.line-separetor-2.margin-bottom.margin-large.background-primary-color {
  height: 1px;
  flex: 0 auto;
  display: none;
}

.text-style-link-3 {
  text-decoration: none;
}

.display-flex-vertical {
  flex-direction: column;
  display: flex;
}

.display-flex-vertical.border {
  border: 1px solid #fff;
}

.container-xlarge {
  width: 100%;
  max-width: 103.75rem;
}

.background-primary-color {
  background-color: #d3b203;
}

.heading-medium {
  font-size: 2rem;
  line-height: 1.2;
}

.text-style-quote-2 {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.button-text {
  color: #386eec;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
}

.all-image {
  width: 100%;
  height: auto;
  object-fit: contain;
  margin-left: 0;
}

.container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.grid-3-columns {
  z-index: 2;
  width: 100%;
  grid-column-gap: 56px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
  position: relative;
}

.padding0 {
  padding: 0;
}

.page-wrapper-2 {
  perspective: 1196px;
  color: #fff;
  background-color: #000;
  transform: perspective(1294px);
}

.page-wrapper-2.padding-vertical.padding-xxhuge {
  min-height: 100vh;
  padding-top: 4.3rem;
  padding-bottom: 3.4rem;
}

.main-image-second {
  width: auto;
  height: auto;
  object-fit: cover;
  align-self: center;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.main-image-second.icon-classes {
  width: auto;
  height: 25.5px;
  background-color: #5a5a5a;
  border-radius: 3px;
  padding: 7px 9px;
}

.style-guide-heading {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-size-small-2 {
  font-size: .875rem;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.row-second {
  grid-column-gap: 24px;
  grid-row-gap: 8px;
  border-top: 1px solid #535353;
  border-bottom: 1px #535353;
  align-self: stretch;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 10px;
  display: flex;
}

.row-second.style-guide {
  grid-column-gap: 5px;
  border: 1px #000;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 0;
}

.row-second.style-guide.vertical {
  flex-direction: column;
  align-items: flex-start;
}

.row-second.border-bottom {
  border-top-style: none;
  border-bottom-style: solid;
  justify-content: center;
  margin-bottom: 26px;
}

.button-secondary {
  color: #386eec;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: .125rem solid #386eec;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
}

.z2 {
  z-index: 2;
  position: relative;
}

.page-padding {
  padding: 190px 3.5rem;
}

.text-style-all-caps {
  text-transform: uppercase;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #386eec;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
}

.text-span-fourth {
  background-color: #0073e6;
  border-radius: 3px;
  margin-right: 20px;
  padding: 2px 6px;
  font-size: .9rem;
  display: block;
}

.text-span-fourth._2 {
  background-color: #be4aa5;
}

.text-align-left-2 {
  text-align: left;
}

.show-tablet {
  display: none;
}

.margin-tiny {
  margin: .125rem;
}

.text-style-underline {
  text-decoration: underline;
}

.margin0 {
  margin: 0;
}

.styleguide-block {
  grid-column-gap: 6px;
  display: flex;
}

.heading {
  margin-bottom: 5.7rem;
}

.margin-top-2 {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.spacing-clean-2 {
  margin: 0;
  padding: 0;
}

.heading-xsmall {
  font-size: .875rem;
  line-height: 1.5;
}

.z1 {
  z-index: 1;
  position: relative;
}

.page-background {
  background-color: #000;
}

.page-background.height {
  height: 124px;
  flex: 0 auto;
}

.max-width-large-2 {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.show {
  display: block;
}

.show-mobile-portrait {
  display: none;
}

.heading-xlarge {
  font-size: 22.125rem;
  font-weight: 400;
  line-height: 1.1;
}

.text-size-small-second {
  font-size: .875rem;
}

.changelog-section {
  height: auto;
  min-height: 100vh;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.changelog-container {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #525252;
  padding: 55px;
}

.changelog-container.border-radius {
  color: #f3f3f3;
  border-color: #fff;
  border-radius: 0;
}

.changelog-text {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 1.2;
}

.licensing-container {
  width: 100%;
  height: auto;
  max-width: none;
  background-color: rgba(0, 0, 0, .04);
  border: 1px solid #fff;
  border-radius: 0;
  margin-top: 40px;
  margin-bottom: 10px;
  padding: 40px;
}

.main-paragraph-second {
  color: #b1b1b1;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
}

.main-paragraph-second.second {
  line-height: 1.8;
}

.navigation {
  position: -webkit-sticky;
  position: sticky;
  top: 99px;
}

.navigation.no-stiky {
  position: static;
}

.container {
  z-index: 1;
  width: 100%;
  max-width: 70.5rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: block;
  position: relative;
}

.container.padding {
  border: 1px #000;
  border-bottom-color: #919191;
  padding-bottom: 104px;
  padding-left: 0;
  padding-right: 0;
}

.licensing-link-wrapper {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.link-navbar {
  color: #000;
  margin-left: 20px;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 500;
  transition: color .2s;
}

.link-navbar:hover {
  color: #5d5dff;
}

.link-navbar.white {
  color: #fff;
  margin-left: 0;
  margin-right: 0;
  transition: color .4s ease-in-out;
}

.bold-text-third {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 2.2;
}

.licensing-head {
  margin-bottom: 0;
}

.licensing-text-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.grid-license {
  grid-column-gap: 42px;
  grid-template-rows: auto;
  grid-template-columns: 25% 1fr;
}

.text-span-licensing {
  font-size: 1rem;
  font-weight: 400;
}

.nav-menu {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  display: block;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-8 {
  color: #fff;
  text-decoration: none;
}

.image-5 {
  z-index: 0;
  width: 100%;
  height: auto;
  max-width: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.work-wrapper-2 {
  width: 100vw;
  height: 100%;
}

.background-video-project-2 {
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: .65;
  align-items: stretch;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.work-grid-2 {
  height: 70vh;
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 29vw auto;
}

.slider-work-2 {
  height: 400vh;
}

.content-workl-2 {
  width: 400vw;
  height: 100%;
  margin-left: 0;
  display: flex;
}

.slide1 {
  background-image: url('../images/2019-周杰倫「嘉年華」OpeningShow02_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 0;
}

.slider {
  height: 500px;
  background-color: #000;
  border-radius: 0;
}

.mask-2 {
  border-radius: 0;
}

.slide {
  background-image: url('../images/2019-周杰倫「嘉年華」還在流浪02.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide2 {
  background-image: url('../images/2019-周杰倫「嘉年華」還在流浪02.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide3 {
  background-image: url('../images/2019-周杰倫「嘉年華」威廉古堡03.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide4 {
  background-image: url('../images/2019-周杰倫「嘉年華」威廉古堡01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide5 {
  background-image: url('../images/2019-周杰倫「嘉年華」OpeningVCR05.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide6 {
  background-image: url('../images/2019-周杰倫「嘉年華」OpeningVCR07.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide7 {
  background-image: url('../images/2019-周杰倫「嘉年華」怪奇樂園.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide8 {
  background-image: url('../images/2019-周杰倫「嘉年華」半獸人15.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide9 {
  background-image: url('../images/2019-周杰倫「嘉年華」本草綱目04.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide10 {
  background-image: url('../images/2019-周杰倫「嘉年華」點歌01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide11 {
  background-image: url('../images/2019-周杰倫「嘉年華」鋼琴03.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide12 {
  background-image: url('../images/2019-周杰倫「嘉年華」插畫02.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide13 {
  background-image: url('../images/2019-周杰倫「嘉年華」插畫03.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide14 {
  background-image: url('../images/2019-周杰倫「嘉年華」半獸人10.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide15 {
  background-image: url('../images/2019-周杰倫「嘉年華」OpeningVCR03.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide16 {
  background-image: url('../images/2018-周杰倫「地表最強」19.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide17 {
  background-image: url('../images/2019-周杰倫「嘉年華」琴傷02.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide18 {
  background-image: url('../images/2018-周杰倫「地表最強」牛仔水手02.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-nav-2 {
  color: #080000;
  font-size: .5rem;
}

@media screen and (min-width: 1440px) {
  .container-large {
    position: relative;
  }

  .container-large.display-flex.menu, .container-large.display-flex.content-menu, .container-large.display-flex.vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .container-large.display-flex.vertical.second {
    max-width: none;
    align-items: flex-start;
  }

  .container-large.display-flex.vertical.no-bg {
    background-color: rgba(0, 0, 0, 0);
  }

  .container-large._2 {
    position: relative;
  }

  .column.position-absolute, .column.position-absolute.second {
    display: none;
  }

  .services-section.padding-vertical.padding-xhuge {
    background-color: #fff;
    padding-bottom: 19rem;
  }

  .our-ork {
    display: none;
  }

  .our-ork.new {
    display: block;
  }

  .client-row {
    z-index: 1;
    position: relative;
  }

  .client-row._4 {
    z-index: 1;
    display: none;
  }

  .client-row._3 {
    z-index: 1;
    display: none;
    left: auto;
  }

  .clients {
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    align-items: center;
  }

  .container-image-client-absolute {
    display: none;
  }

  .main-text.text-color-white.text-size-xlarge.text-style-allcaps.text-weight-bold-copy.footer {
    font-size: 126px;
  }

  .text-link {
    font-size: 6.7rem;
  }

  .social-links-wrapper {
    padding-right: 0;
  }

  .section {
    margin-bottom: 20vh;
  }

  .containe-video {
    width: 120vw;
    height: 120vw;
    border-radius: 100%;
    flex: none;
  }

  .paragraph-2 {
    width: 21%;
  }

  .page-wrapper-2.padding-vertical.padding-xxhuge {
    height: 100vh;
  }

  .changelog-container {
    background-color: rgba(0, 0, 0, 0);
  }

  .licensing-container {
    width: 100%;
    max-width: 1000px;
    background-color: rgba(255, 255, 255, .04);
    border-style: solid;
    border-color: #161718;
  }

  .container.padding {
    padding-bottom: 0;
  }

  .slide1 {
    background-image: url('../images/2019-周杰倫「嘉年華」OpeningShow02.jpg');
    background-position: 50%;
    background-size: contain;
    background-attachment: fixed;
  }

  .slider {
    height: 700px;
  }
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-tablet {
    display: none;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .heading-style-h1.text-color-white.position-absolute.text-align-center {
    font-size: 49px;
  }

  .container-large {
    padding-left: 60px;
    padding-right: 60px;
  }

  .container-large.display-flex {
    flex-direction: column;
    padding-left: 60px;
    padding-right: 60px;
  }

  .container-large.display-flex.menu {
    flex-direction: row;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .column.ceter {
    width: 100%;
    align-items: flex-start;
    margin-top: 40px;
  }

  .image-scrolling {
    width: 200px;
  }

  .image-scrolling.horizontal, .image-scrolling.horizontal._2 {
    width: 300px;
  }

  .about-section.padding-left.padding-custom-first {
    padding-left: 60px;
    padding-right: 60px;
  }

  .heding-size-custom.text-weight-light {
    font-size: 80px;
    line-height: 1;
  }

  .main-paragraph.max-width {
    width: auto;
    margin-left: 60px;
  }

  .main-paragraph.max-width.second {
    margin-left: 60px;
  }

  .main-image.position-absolute {
    width: auto;
    max-width: 67%;
    margin-top: 40px;
    margin-bottom: 20px;
    position: static;
  }

  .main-image.moved {
    width: 50%;
    margin-right: 0%;
  }

  .description.padding-left.padding-custom-first {
    padding-left: 0;
    padding-right: 0;
  }

  .project-section {
    height: auto;
  }

  .container-video {
    height: auto;
    position: static;
  }

  .row {
    height: 308px;
    flex: 0 auto;
  }

  .row.display-lex {
    height: auto;
  }

  .services-section.padding-vertical.padding-xhuge {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-heading.text-style-allcaps {
    margin-left: 0;
    position: static;
  }

  .section-heading.text-style-allcaps.no-stiky {
    font-size: 170px;
  }

  .services {
    margin-left: auto;
  }

  .services._1 {
    margin-left: 0;
  }

  .slider-work, .horizontal-content {
    height: auto;
  }

  .content-workl {
    width: auto;
    flex-direction: column;
  }

  .work-grid {
    width: 100%;
    height: 500px;
    grid-template-columns: 50% auto;
    margin-top: 100px;
    margin-bottom: 100px;
    padding-left: 94px;
  }

  .text-button {
    font-size: 24px;
  }

  .arrow-button {
    width: 41px;
    height: 41px;
  }

  .client-logo {
    width: 128px;
  }

  .client-row._3 {
    left: auto;
  }

  .clients {
    background-color: rgba(0, 0, 0, 0);
  }

  .line-separetor {
    width: 100px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .container-image-client-absolute, .wrap-text.absolute.photosets, .wrap-text.absolute.content, .wrap-text.absolute.events, .wrap-text.wedding {
    display: none;
  }

  .grid {
    grid-row-gap: 42px;
    grid-template-columns: auto auto;
  }

  .main-link {
    margin-left: 0;
  }

  .text.text-size-small.margin-top.margin-small {
    margin-top: 20px;
  }

  .heading-large {
    font-size: 13.86vw;
  }

  .margi-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .grid-3-columns {
    grid-column-gap: 15px;
    grid-row-gap: 25px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
    display: flex;
  }

  .show-tablet {
    display: block;
  }

  .margin-top-2 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .spacing-clean-2 {
    margin: 0;
    padding: 0;
  }

  .heading-xlarge {
    font-size: 21vw;
  }

  .licensing-container {
    width: 100%;
  }

  .navigation {
    position: static;
  }

  .container {
    padding-left: 0;
    padding-right: 0;
  }

  .container.padding {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .link-navbar {
    margin-top: 10px;
    padding-right: 20px;
    font-size: 18px;
  }

  .link-navbar.white {
    font-size: 14px;
  }

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

  .work-grid-2 {
    width: 100%;
    height: 500px;
    grid-template-columns: 50% auto;
    margin-top: 100px;
    margin-bottom: 100px;
    padding-left: 94px;
  }

  .slider-work-2 {
    height: auto;
  }

  .content-workl-2 {
    width: auto;
    flex-direction: column;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .container-large, .container-large.display-flex {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-large.display-flex.content-menu {
    grid-row-gap: 0px;
    flex-direction: column;
    padding-top: 47px;
  }

  .container-large.display-flex.vertical {
    height: auto;
    padding-top: 89px;
    padding-bottom: 69px;
  }

  .container-large.display-flex.vertical.no-bg {
    padding-left: 0;
    padding-right: 0;
  }

  .column.position-absolute, .column.position-absolute.second {
    align-items: center;
  }

  .column.margin-top {
    width: 100%;
  }

  .about-section.padding-left.padding-custom-first {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-paragraph.max-width.white {
    width: 100%;
  }

  .video-content {
    height: 500%;
    border-bottom: 1px solid #fff;
  }

  .row {
    height: auto;
    flex-direction: column;
    display: flex;
  }

  .row.border {
    height: auto;
    border-bottom-style: none;
  }

  .row.project {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .backhround-video {
    height: 466px;
    display: block;
    position: static;
  }

  .section-heading.text-style-allcaps {
    position: relative;
    top: 0;
  }

  .section-heading.text-style-allcaps.no-stiky {
    font-size: 141px;
  }

  .contact-section {
    padding: 100px 0 60px;
  }

  .work-card-heading.text-color-white.margin-vertical.margin-custom.project {
    width: auto;
    font-size: 66px;
    line-height: 1.2;
  }

  .background-video-project {
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .client-logo {
    width: 115px;
  }

  .main-heading {
    font-size: 25vw;
  }

  .client-row._4 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .line-separetor {
    width: 50px;
    height: 1px;
    margin-left: 0;
    margin-right: 0;
  }

  .main-text.text-size-medium.secondari-font.max-width {
    width: 100%;
  }

  .wrap-text.absolute.photosets, .wrap-text.absolute.content, .wrap-text.absolute.events, .wrap-text.wedding {
    display: block;
  }

  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .content-menu {
    display: none;
  }

  .wrap-link-menu {
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .text-link {
    font-size: 5.9rem;
    line-height: 1.3;
  }

  .social-links-wrapper {
    margin-top: 37px;
    position: relative;
  }

  .modal-work.second {
    height: 100vh;
    padding-top: 84px;
    display: none;
    overflow: auto;
  }

  .html-embed-3._2 {
    width: 28px;
    height: auto;
    color: #000;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: auto;
  }

  .html-embed-3._2.rotate {
    transform: rotate(-180deg);
  }

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

  .slider-project {
    height: auto;
    background-color: rgba(0, 0, 0, 0);
  }

  .slider-project.show-mobile-landscape {
    padding-bottom: 99px;
    display: block;
  }

  .slide-nav {
    display: none;
  }

  .right-arrow {
    height: 60px;
    justify-content: center;
    display: flex;
    top: auto;
    bottom: -18%;
    left: auto;
    right: 0%;
  }

  .left-arrow {
    height: 60px;
    justify-content: center;
    display: flex;
    top: auto;
    bottom: -17%;
    left: 0%;
    right: auto;
  }

  .heading-large {
    font-size: 13.86vw;
  }

  .heading-small {
    font-size: 1rem;
  }

  .text-size-large-2 {
    font-size: 1.25rem;
  }

  .show-mobile-landscape {
    display: block;
  }

  .margi-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-medium {
    font-size: 1.5rem;
  }

  .grid-3-columns {
    grid-column-gap: 19px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 100px;
    display: flex;
  }

  .style-guide-heading {
    font-size: 1.5rem;
  }

  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .margin-top-2 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .spacing-clean-2 {
    margin: 0;
    padding: 0;
  }

  .max-width-full-mobile-landscape-2 {
    width: 100%;
    max-width: none;
  }

  .heading-xlarge {
    font-size: 21vw;
  }

  .licensing-container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container {
    padding-left: 0;
    padding-right: 0;
  }

  .container.padding {
    padding-bottom: 60px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .background-video-project-2 {
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }
}

@media screen and (max-width: 479px) {
  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .heading-style-h1.text-color-white.position-absolute.text-align-center {
    font-size: 22px;
    line-height: 1.5;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .container-large.display-flex.menu {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-large.display-flex.vertical {
    height: 100vh;
    padding: 0;
    overflow: visible;
  }

  .container-large.display-flex.vertical.no-bg {
    justify-content: flex-start;
    padding-top: 75px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: auto;
  }

  .container-large.padding-top {
    padding-top: 32px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .filter._2 {
    left: auto;
    right: -16px;
  }

  .column.position-absolute {
    padding-right: 7vw;
  }

  .column.position-absolute.second {
    align-items: center;
    padding-left: 0;
  }

  .column.normal {
    margin-left: -29vw;
  }

  .column.margin-top {
    margin-top: 400px;
  }

  .image-scrolling.horizontal._2 {
    margin-left: 0;
  }

  .about-section.padding-left.padding-custom-first {
    padding-top: 60px;
  }

  .heding-size-custom.text-weight-light {
    margin-bottom: 2rem;
  }

  .main-paragraph.max-width, .main-paragraph.max-width.second {
    margin-left: 0;
  }

  .main-paragraph.max-width.white {
    font-size: 17px;
  }

  .main-image.moved {
    margin-top: 83px;
  }

  .description.padding-left.padding-custom-first {
    padding-bottom: 60px;
  }

  .services-section.padding-vertical.padding-xhuge {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-heading.text-style-allcaps.no-stiky {
    font-size: 75px;
  }

  .services, .services._1 {
    width: 150px;
    height: 150px;
  }

  .work-grid {
    height: 300px;
    grid-template-columns: 50vw auto;
    margin-top: 60px;
    margin-bottom: 60px;
    padding-left: 40px;
  }

  .work-card-heading.text-color-white.margin-vertical.margin-custom.project {
    font-size: 45px;
  }

  .our-ork {
    display: none;
  }

  .our-ork.new {
    display: block;
  }

  .client-logo {
    margin-left: 10px;
    margin-right: 10px;
  }

  .main-heading {
    letter-spacing: 4px;
  }

  .clients {
    padding-bottom: 57px;
  }

  .line-separetor {
    display: none;
  }

  .main-text.text-size-medium.secondari-font.max-width._2 {
    width: auto;
    flex: 1;
  }

  .main-text.text-size-medium.text-color-white.text-style-allcaps {
    font-size: 16px;
  }

  .navbar {
    padding-top: 0;
  }

  .brand-link {
    position: relative;
  }

  .brand.absolute {
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .content-menu {
    height: 100vh;
    align-items: center;
    display: block;
  }

  .text-link {
    font-size: 3.1rem;
  }

  .social-links-wrapper {
    margin-top: 0;
    bottom: -5%;
  }

  .social-link.margin-left.margin-small {
    width: 20px;
    margin-left: .5rem;
  }

  .modal-work.first {
    display: none;
  }

  .modal-work.second {
    display: none;
    overflow: hidden;
  }

  .close-modal {
    top: 2%;
    right: 20px;
  }

  .text {
    flex: 0 auto;
  }

  .link-7 {
    font-size: 62px;
  }

  .image-4 {
    width: 115px;
    height: 123px;
  }

  .section {
    height: 257vh;
  }

  .div-block-3 {
    flex: none;
  }

  .heading-2 {
    bottom: auto;
  }

  .paragraph-2 {
    z-index: 2;
    width: auto;
    margin-bottom: 2rem;
    padding-left: 0;
    position: relative;
  }

  .paragraph-2._2 {
    z-index: 4;
    width: auto;
    padding-right: 0;
    position: relative;
    transform: none;
  }

  .margi-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .grid-3-columns {
    grid-template-columns: 1fr;
    margin-top: 40px;
    margin-bottom: 0;
  }

  .style-guide-heading {
    margin-bottom: 1rem;
  }

  .row-second {
    grid-column-gap: 5px;
    grid-row-gap: 2px;
    flex-flow: wrap;
  }

  .margin-top-2 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .spacing-clean-2 {
    margin: 0;
    padding: 0;
  }

  .show-mobile-portrait {
    display: block;
  }

  .changelog-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .changelog-container {
    padding: 25px;
  }

  .changelog-text {
    font-size: 19px;
  }

  .licensing-container {
    width: 100%;
    padding: 20px;
  }

  .main-paragraph-second {
    font-size: 1.25rem;
  }

  .container {
    padding-left: 0;
    padding-right: 0;
  }

  .container.padding {
    padding-bottom: 0;
  }

  .link-navbar.white {
    margin-top: 0;
    font-size: 14px;
  }

  .licensing-head {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
  }

  .work-grid-2 {
    height: 300px;
    grid-template-columns: 50vw auto;
    margin-top: 60px;
    margin-bottom: 60px;
    padding-left: 40px;
  }

  .slider {
    height: 250px;
    margin-top: 0;
  }
}

#w-node-ab6bede6-2d18-3e6f-e2fe-a64c72e900a2-64af546b, #w-node-e42ea051-463e-c9ca-5ad0-324b105aeb34-64af546b, #w-node-a7e36af7-ecb6-549b-d51d-ee503ac6b632-64af546b, #w-node-a7e36af7-ecb6-549b-d51d-ee503ac6b635-64af546b, #w-node-_585065a4-8a89-df45-d51a-eab39b280a95-64af546b, #w-node-_585065a4-8a89-df45-d51a-eab39b280a98-64af546b, #w-node-_585065a4-8a89-df45-d51a-eab39b280a9d-64af546b, #w-node-_585065a4-8a89-df45-d51a-eab39b280aa0-64af546b, #w-node-_0c721674-d8f5-34ab-70f7-2adec5b308e0-64af546b, #w-node-_0c721674-d8f5-34ab-70f7-2adec5b308e3-64af546b, #w-node-_0c721674-d8f5-34ab-70f7-2adec5b308e8-64af546b, #w-node-_0c721674-d8f5-34ab-70f7-2adec5b308eb-64af546b, #w-node-abd8ee60-33ab-3f26-da3d-c469c6a48923-64af546b, #w-node-abd8ee60-33ab-3f26-da3d-c469c6a48926-64af546b, #w-node-abd8ee60-33ab-3f26-da3d-c469c6a4892b-64af546b, #w-node-abd8ee60-33ab-3f26-da3d-c469c6a4892e-64af546b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_64ab9373-d06c-0599-fed7-abe41f9ca0db-64af546b, #w-node-_9b00211e-e579-0d95-da82-aa7bb4084229-64af546b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_0dd8d91d-288f-733a-9955-dd20d9404f6a-64af546b, #w-node-_6e1cbade-4992-97b5-f9fa-4f36adb93f7d-6592b835, #w-node-_6e1cbade-4992-97b5-f9fa-4f36adb93f7f-6592b835, #w-node-_2323ac8c-4bdf-66af-b4ea-3787179b7f0d-179b7f0a, #w-node-_2323ac8c-4bdf-66af-b4ea-3787179b7f0f-179b7f0a, #w-node-_72c60ede-60ae-d123-bdb9-b2d2f02e281d-f02e281a, #w-node-_72c60ede-60ae-d123-bdb9-b2d2f02e281f-f02e281a, #w-node-_3fd3c640-4df0-7e5d-121d-33e2629aba08-ca17d407, #w-node-_3fd3c640-4df0-7e5d-121d-33e2629aba0a-ca17d407 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_0dd8d91d-288f-733a-9955-dd20d9404f6a-64af546b {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0dd8d91d-288f-733a-9955-dd20d9404f6a-64af546b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Oswald variablefont wght';
  src: url('../fonts/Oswald-VariableFont_wght.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}