body {
  font-family: Poppins, sans-serif;
  color: #222;
  font-size: 18px;
  line-height: 1.4;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #222;
  font-size: 10.5vw;
  line-height: 90%;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 3.6vw;
  line-height: 140%;
  font-weight: 600;
}

p {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 140%;
  font-weight: 300;
}

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

.hero {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.hero.for-about {
  height: auto;
  min-height: auto;
}

.hero.for-services {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 500vw;
  min-height: auto;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.hero.for-projects {
  overflow: visible;
  height: auto;
  min-height: auto;
}

.hero.for-project {
  height: auto;
  min-height: auto;
}

.hero.for-template-page {
  overflow: visible;
  height: auto;
  min-height: auto;
}

.hero.for-instructions {
  height: auto;
  min-height: auto;
}

.wide-container {
  width: 100%;
  max-width: 100%;
  padding-right: 8.33vw;
  padding-left: 8.33vw;
}

.wide-container.stretch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.wide-container.about-hero {
  padding-right: 0vw;
  padding-left: 0vw;
}

.wide-container.for-services {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: block;
  overflow: hidden;
  height: 100vh;
  padding-right: 0vw;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  mix-blend-mode: normal;
  -o-object-fit: fill;
  object-fit: fill;
}

.hero-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-container.extra-top-padding {
  padding-top: 100px;
  padding-bottom: 0px;
}

.hero-container.extra-top-padding.for-project {
  overflow: hidden;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-container.for-project {
  padding-bottom: 0px;
}

.hero-container.for-contact {
  padding-right: 0vw;
  padding-left: 80px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.hero-container.for-contact.for-template-page {
  padding-bottom: 120px;
}

.hero-text-content {
  margin-bottom: 32px;
}

.wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.wrapper.horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.wrapper.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper.padding-left {
  padding-left: 27vw;
}

.wrapper.smaller-padding-left {
  padding-left: 18.5vw;
}

.wrapper.for-awards-year {
  position: absolute;
  top: 0px;
  right: -4px;
  -webkit-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
}

.wrapper.rotated-header {
  position: absolute;
  margin-left: 22vw;
  -webkit-transform: translate(-50%, -50%) rotate(90deg) translate(50%, -50%);
  -ms-transform: translate(-50%, -50%) rotate(90deg) translate(50%, -50%);
  transform: translate(-50%, -50%) rotate(90deg) translate(50%, -50%);
}

.wrapper.project-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wrapper.contact-header {
  position: relative;
  left: -19vw;
  overflow: visible;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.wrapper.contact-header.absolute {
  position: absolute;
  left: -8vw;
}

.wrapper.overflow-visible {
  overflow: visible;
}

.heading-1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: center;
  text-transform: uppercase;
}

.heading-1.outlined {
  margin-left: 13px;
}

.heading-1.outlined.bigger {
  display: block;
  overflow: hidden;
  font-size: 12vw;
}

.heading-1.higher-z-index {
  position: relative;
  z-index: 3;
}

.heading-1.hidden {
  opacity: 0;
  color: transparent;
}

.heading-1.heading-1-2 {
  position: static;
  margin-left: 91px;
}

.hero-paragraph-container {
  max-width: 440px;
  margin-top: 18px;
  margin-bottom: 28px;
}

.paragraph.for-license-guide {
  margin-top: 4px;
}

.primary-button {
  position: relative;
  display: inline-block;
  padding: 10px 28px;
  background-color: #222;
  text-decoration: none;
}

.primary-button.light {
  padding: 8px 24px;
  background-color: #fff;
}

.primary-button.light.for-projects {
  background-color: #222;
}

.primary-button.smaller {
  padding: 8px 24px;
}

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

.primary-button-text.dark {
  position: relative;
  z-index: 1;
  color: #222;
}

.primary-button-text.absolute {
  position: absolute;
}

.primary-button-shadow {
  position: absolute;
  left: 6px;
  bottom: -4px;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 34, 34, 0.8);
}

.primary-button-shadow.light {
  z-index: 0;
  background-color: hsla(0, 0%, 100%, 0.6);
}

.home-hero-image-container {
  position: absolute;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 51vw;
  height: 55vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f5f5;
}

.home-hero-image {
  position: absolute;
  bottom: 0px;
  z-index: 5;
  height: 100vh;
  max-width: none;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.home-hero-keywords-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.keyword-text {
  color: rgba(34, 34, 34, 0.6);
  font-size: 14px;
  font-weight: 600;
}

.keyword-circle {
  width: 4px;
  height: 4px;
  margin-right: 20px;
  margin-left: 20px;
  border-radius: 100%;
  background-color: rgba(34, 34, 34, 0.6);
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 120px;
  padding-bottom: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.home-about {
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.desktop-no-padding-top {
  padding-top: 0px;
}

.section.experience-section {
  padding-top: 86px;
}

.section.about-horizontal-sticky-part {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.dark {
  background-color: #222;
}

.section.dark.for-services {
  height: 100vh;
}

.section.dark.for-project-work {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.projects-section {
  overflow: hidden;
  padding-top: 0px;
}

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

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

.section.for-instructions {
  overflow: hidden;
  padding-top: 0px;
}

.home-about-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100vw;
  height: 300vw;
  padding-left: 8.33vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.full-height-text-container {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 60%;
  height: 100vh;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-title-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.section-title-wrapper.for-projects.spcial-projets {
  display: none;
}

.section-title-wrapper.vertical {
  margin-top: 120px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg) translate(-50%, 50%);
  -ms-transform: translate(-50%, -50%) rotate(-90deg) translate(-50%, 50%);
  transform: translate(-50%, -50%) rotate(-90deg) translate(-50%, 50%);
}

.section-title-wrapper.vertical.for-awards {
  position: absolute;
  top: 127px;
  bottom: auto;
  margin-top: auto;
}

.section-title-wrapper.for-services {
  display: none;
  justify-items: stretch;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.section-title-wrapper.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-title-wrapper.for-project {
  display: none;
}

.section-title-wrapper.for-contact {
  display: none;
}

.section-outlined-heading {
  opacity: 0.05;
  color: rgba(34, 34, 34, 0.05);
  font-size: 14vw;
  line-height: 100%;
  font-weight: 700;
}

.section-outlined-heading.outlined {
  display: block;
  padding-left: 103px;
  opacity: 0.05;
  color: #222;
  line-height: 100%;
  white-space: nowrap;
}

.section-outlined-heading.outlined.for-testimonial {
  margin-left: auto;
  padding-left: 0px;
  white-space: nowrap;
}

.section-outlined-heading.outlined-white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3px;
  margin-bottom: 52px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  white-space: nowrap;
}

.heading-2.absolute {
  position: absolute;
  left: 65px;
  display: block;
  -webkit-transform: translate(0px, 50%);
  -ms-transform: translate(0px, 50%);
  transform: translate(0px, 50%);
  font-size: 3.4vw;
}

.heading-2.absolute.white {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
  mix-blend-mode: normal;
  -o-object-fit: fill;
  object-fit: fill;
}

.heading-2.absolute.white.for-awards {
  left: auto;
  right: 10%;
  display: block;
}

.heading-2.absolute.bigger {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  font-size: 6.8vw;
}

.section-paragraph-wrapper {
  max-width: 518px;
  margin-bottom: 28px;
}

.section-paragraph-wrapper.center-on-tablet {
  display: none;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.section-paragraph-wrapper.for-overview {
  max-width: 530px;
}

.home-about-experience-container {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -ms-grid;
  display: grid;
  width: 55%;
  height: 100vh;
  padding-right: 10vw;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
}

.experience-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 64px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.experience-item.second {
  margin-bottom: 23vh;
}

.experience-item.third {
  margin-bottom: 30vh;
}

.vertical-line {
  width: 2px;
  height: 100%;
  background-color: #222;
}

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

.line-circle {
  width: 12px;
  height: 12px;
  min-height: 12px;
  min-width: 12px;
  border-radius: 100%;
  background-color: #222;
}

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

.line-circle.translate-left {
  -webkit-transform: translate(1px, 0px) translate(-50%, 0px);
  -ms-transform: translate(1px, 0px) translate(-50%, 0px);
  transform: translate(1px, 0px) translate(-50%, 0px);
}

.experience-number-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.experience-number {
  display: block;
  margin-top: 20px;
  color: transparent;
  font-size: 6.8vw;
  line-height: 90%;
  font-weight: 600;
}

.experience-number.absolute {
  position: absolute;
  top: 0px;
  opacity: 0;
  color: #222;
}

.experience-number.absolute.first {
  display: block;
  opacity: 1;
}

.experience-number.experience-content {
  margin-top: 0px;
  color: #222;
  line-height: 140%;
  font-weight: 700;
}

.experience-text {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

.experience-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-about-inner-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 200vw;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.track {
  height: 600vw;
}

.track.about {
  height: 650vw;
}

.track.for-projects {
  display: block;
  overflow: visible;
  height: 660vw;
}

.camera {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: block;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}

.frame {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.home-projects-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #222;
}

.project-item {
  width: 100vw;
  height: 100%;
  padding-left: 10vw;
}

.project-list-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 100%;
}

.project {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.project-collection-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.project-image-wrapper {
  position: relative;
  width: 29vw;
  height: 70vh;
  -webkit-transform: rotate(5.2deg);
  -ms-transform: rotate(5.2deg);
  transform: rotate(5.2deg);
}

.project-image-wrapper.no-rotate {
  height: 78vh;
  padding-top: 4vh;
  padding-bottom: 4vh;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.project-context {
  position: relative;
  left: -5vw;
}

.project-context.all-projects {
  left: auto;
}

.project-context.for-services {
  left: 0vw;
  margin-top: 12px;
  margin-bottom: 24px;
}

.project-type {
  color: #fff;
  font-size: 2.3vw;
  line-height: 140%;
  font-weight: 700;
}

.project-type.dark {
  color: #222;
  font-size: 2vw;
}

.big-text {
  max-width: 40vw;
  margin-top: 24px;
  margin-bottom: 64px;
  color: #fff;
  font-size: 9vw;
  line-height: 90%;
  font-weight: 700;
}

.big-text.wider {
  position: relative;
  z-index: 1;
  max-width: 60vw;
}

.big-text.for-footer {
  max-width: none;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: left;
}

.big-text.for-footer.relative {
  position: relative;
  left: 10vw;
}

.big-text.for-footer.relative.dark.light-on-mobile {
  z-index: 1;
}

.big-text.for-footer.dark {
  color: #222;
}

.big-text.for-footer.dark.light-on-mobile {
  position: relative;
  z-index: auto;
}

.big-text.for-menu {
  max-width: none;
  margin-top: 0px;
  margin-bottom: 0px;
  color: hsla(0, 0%, 100%, 0.5);
  text-align: center;
}

.big-text.dark-smaller {
  margin-top: 16px;
  margin-bottom: 28px;
  color: #222;
  font-size: 6.8vw;
}

.secondary-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
}

.secondary-button-wrapper {
  display: inline-block;
  margin-left: 8vw;
}

.secondary-button-wrapper.no-margin {
  position: relative;
  z-index: 1;
  margin-left: 0vw;
}

.secondary-button-text {
  color: #fff;
  font-size: 20px;
  line-height: 140%;
  font-weight: 700;
  text-decoration: none;
}

.secondary-button-text.for-footer.absolute {
  position: absolute;
}

.secondary-button-text.dark {
  color: #222;
}

.secondary-button-text.absolute {
  position: absolute;
}

.secondary-btn-text-wrapper {
  position: relative;
  overflow: hidden;
  margin-right: 14px;
}

.secondary-btn-arrow-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 46px;
  height: 46px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #fff;
  border-radius: 100%;
}

.secondary-btn-arrow-wrapper.for-footer {
  overflow: hidden;
}

.secondary-btn-arrow-wrapper.dark {
  border-color: #222;
}

.arrow-right {
  position: absolute;
  width: 14px;
}

.arrow-right.translate-left {
  -webkit-transform: translate(-240%, 0px);
  -ms-transform: translate(-240%, 0px);
  transform: translate(-240%, 0px);
}

.project-outer-image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.project-outer-image-wrapper.for-services {
  position: absolute;
  z-index: -1;
  -webkit-transform: translate(-80%, 0px);
  -ms-transform: translate(-80%, 0px);
  transform: translate(-80%, 0px);
}

.project-image {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
  -o-object-fit: cover;
  object-fit: cover;
}

.all-projects-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  padding-right: 8.33vw;
  padding-left: 8.33vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.infinite-slider {
  position: absolute;
  top: 0px;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.inner-slider {
  position: relative;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.slider-1.extension {
  position: absolute;
  top: 100%;
}

.slider-1.extension.second {
  top: 0%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.slider-1.second {
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
}

.outer-slider {
  width: 32vw;
  margin-right: 4vh;
  margin-left: 4vh;
  -webkit-transform: translate(-19vh, 0px) rotate(5.2deg);
  -ms-transform: translate(-19vh, 0px) rotate(5.2deg);
  transform: translate(-19vh, 0px) rotate(5.2deg);
}

.line-animations-container-mobile {
  display: none;
}

.line-animations-container-mobile.for-awards {
  display: none;
}

.slider {
  width: 22vw;
  height: 23vw;
  background-color: transparent;
}

.section-outlined-heading-trigger {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -5;
  height: 100vh;
  padding-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.projects-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.projects-title-wrapper.for-projects {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
}

.projects-title-wrapper.for-projects.hidden-on-desktop {
  display: block;
}

.home-services-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300vh;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.home-services-animation-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  padding-bottom: 30vh;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.line-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  padding-bottom: 2px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.line-wrapper.long {
  height: 100vh;
}

.line-wrapper.short {
  height: 40vh;
}

.line-wrapper.awards-short-line {
  height: 28vh;
}

.line-wrapper.awards-start-1 {
  height: 75vh;
}

.line-wrapper.awards-start-2 {
  height: 60vh;
}

.line-wrapper.awards-medium-line {
  height: 58vh;
}

.line-wrapper.awards-start-2 {
  height: 60vh;
}

.line-wrapper.awards-start-3 {
  height: 45vh;
}

.line-wrapper.awards-long-line {
  height: 88vh;
}

.line-wrapper.align-left {
  padding-left: 10%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.line-wrapper.align-left.shorter {
  height: 35vh;
}

.line-wrapper.align-left.medium {
  height: 70vh;
}

.line-wrapper.align-left.very-long {
  height: 110vh;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.animation-item-text {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}

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

.animation-item-text.for-testimonial {
  display: block;
}

.animation-line-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.outer-line-wrapper {
  overflow: hidden;
}

.footer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 100vh;
  padding-top: 120px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #222;
  text-align: center;
}

.footer.light {
  display: block;
  margin-top: auto;
  padding-top: 290px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
}

.footer.smaller {
  min-height: auto;
}

.footer-link {
  display: block;
  color: #fff;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: none;
}

.footer-link.secondary {
  display: none;
  color: hsla(0, 0%, 100%, 0.5);
}

.footer-link.secondary.smaller {
  font-size: 14px;
}

.footer-link.secondary.semi-dark {
  color: rgba(34, 34, 34, 0.5);
}

.footer-link.title {
  display: none;
}

.footer-link.absolute {
  position: absolute;
  display: block;
}

.footer-link.dark {
  color: #222;
}

.footer-image-wrapper {
  position: absolute;
  left: -10vh;
  bottom: 0px;
  z-index: 2;
  height: 125vh;
}

.footer-image-wrapper.no-pointer-events {
  position: absolute;
  left: -12.7vw;
  bottom: -129px;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  min-height: 100vh;
  margin-left: 165px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-image-wrapper.no-pointer-events.for-mobile {
  z-index: -1;
  display: none;
}

.footer-image-wrapper.no-pointer-events.for-mobile.translate-up {
  display: none;
  overflow: hidden;
}

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

.image.rotate {
  display: inline-block;
  overflow: hidden;
  width: 60%;
  outline-color: #222;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  mix-blend-mode: normal;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.image.for-menu {
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
}

.image.testimonial-image {
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
}

.image.zero-saturation-image {
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
}

.image.main-project-image {
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
}

.image.icones-social-media {
  max-height: 24px;
  max-width: 24px;
}

.image.logo {
  display: block;
}

.footer-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 8.33vw;
  padding-left: 13vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.footer-container.for-smaller-footer {
  padding-left: 8.33vw;
}

.upper-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.lets-talk-container {
  position: relative;
  z-index: 10;
  display: block;
  min-width: 60%;
  padding-left: 0px;
}

.footer-secondary-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  margin-left: 12vw;
}

.footer-links-container {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 2vw;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.footer-links-container.for-smaller-footer {
  width: 55%;
  margin-top: 0vw;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-links-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-links-column.secondary-column.mobile-only {
  display: none;
}

.footer-link-wrapper {
  position: relative;
  overflow: hidden;
  margin-top: 9px;
  margin-bottom: 9px;
  text-decoration: none;
}

.main-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.main-links.for-smaller-footer {
  margin-bottom: 70px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.socials-and-newsletter-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.socials-and-newsletter-container.for-smaller-footer {
  margin-top: 0px;
  margin-left: 48px;
}

.socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social {
  min-height: 24px;
  min-width: 24px;
  margin-right: 28px;
}

.newsletter-container {
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.newsletter-container.for-smaller-footer {
  margin-top: 9px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 48px;
}

.newsletter-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.text-field {
  height: 100%;
  margin-right: 12px;
  margin-bottom: 0px;
  padding-top: 9px;
  padding-bottom: 9px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.5);
  border-radius: 0px;
  background-color: transparent;
  color: #fff;
  font-weight: 500;
  cursor: text;
}

.text-field:focus {
  border-color: #fff;
  color: #fff;
}

.text-field::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.text-field:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.text-field::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.text-field::placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.text-field.dark {
  min-width: 350px;
  border-color: rgba(34, 34, 34, 0.5);
  color: #222;
}

.text-field.dark:focus {
  border-color: #222;
}

.text-field.dark::-webkit-input-placeholder {
  color: #222;
}

.text-field.dark:-ms-input-placeholder {
  color: #222;
}

.text-field.dark::-ms-input-placeholder {
  color: #222;
}

.text-field.dark::placeholder {
  color: #222;
}

.text-field.dark.for-projects {
  min-width: auto;
}

.text-field.dark.for-projects::-webkit-input-placeholder {
  color: rgba(34, 34, 34, 0.5);
}

.text-field.dark.for-projects:-ms-input-placeholder {
  color: rgba(34, 34, 34, 0.5);
}

.text-field.dark.for-projects::-ms-input-placeholder {
  color: rgba(34, 34, 34, 0.5);
}

.text-field.dark.for-projects::placeholder {
  color: rgba(34, 34, 34, 0.5);
}

.hidden-submit {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.newsletter-button-container {
  position: relative;
}

.form-block {
  margin-top: 7px;
  margin-bottom: 0px;
}

.sent-message-container {
  padding: 0px;
  background-color: transparent;
  text-align: left;
}

.error-text {
  color: red;
}

.success-text {
  margin-top: 18px;
  margin-bottom: 18px;
  color: #fff;
  font-size: 22px;
}

.success-text.dark {
  color: #222;
}

.lower-footer {
  position: relative;
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 60%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.white-link.dark {
  color: #222;
}

.footer-line {
  position: absolute;
  left: 12vw;
  top: 0px;
  width: 100%;
  height: 1px;
  background-color: hsla(0, 0%, 100%, 0.5);
}

.footer-line.dark {
  background-color: rgba(34, 34, 34, 0.5);
}

.footer-line.for-smaller-footer {
  left: 0vw;
}

.navbar {
  position: fixed;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 40px 4.15vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  mix-blend-mode: difference;
}

.navbar.for-menu {
  mix-blend-mode: normal;
}

.navbar-logo-container {
  position: relative;
  display: none;
  overflow: hidden;
  text-decoration: none;
}

.navbar-logo-text {
  display: block;
  color: #fff;
  font-size: 20px;
  line-height: 140%;
  font-weight: 700;
}

.navbar-logo-text.absolute {
  position: absolute;
}

.menu-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.top-menu-line {
  width: 36px;
  height: 2px;
  background-color: #fff;
}

.navbar-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bottom-menu-line {
  width: 56%;
  height: 2px;
  margin-top: 9px;
  background-color: #fff;
}

.menu {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 200;
  display: none;
  overflow: auto;
  background-color: #222;
}

.menu-links-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15vw;
  padding-bottom: 10vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-number-wrapper {
  margin-bottom: 21px;
}

.menu-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.menu-number-text {
  color: hsla(0, 0%, 100%, 0.5);
  line-height: 90%;
  font-weight: 700;
}

.menu-background-image {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  opacity: 0;
}

.menu-socials {
  position: fixed;
  top: 50%;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 4.15vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.menu-social {
  position: relative;
  overflow: hidden;
  margin-top: 4px;
  margin-bottom: 4px;
  text-decoration: none;
}

.menu-social-text {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.menu-social-text.absolute {
  position: absolute;
  left: auto;
}

.about-hero-title {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-right: 8.33vw;
  padding-left: 8.33vw;
}

.about-hero-content {
  position: relative;
  top: -34px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding-right: 8.33vw;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.about-hero-image-wrapper {
  width: 60vw;
  max-height: 100vh;
  min-height: 89vh;
  min-width: 60vw;
}

.about-description-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.description-item {
  margin-top: 30px;
  margin-bottom: 30px;
}

.description-item-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.description-header-text {
  font-size: 28px;
  line-height: 90%;
  font-weight: 700;
}

.description-header-text.outlined.smaller-outline {
  font-weight: 600;
}

.description-header-circle {
  min-height: 6px;
  min-width: 6px;
  margin-right: 16px;
  margin-left: 16px;
  border-radius: 100%;
  background-color: #222;
}

.description-item-paragraph {
  margin-top: 16px;
}

.experience-container {
  margin-top: 48px;
}

.experience {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4px;
  margin-bottom: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.experience.padding-1 {
  padding-left: 10vw;
}

.experience.padding-2 {
  padding-left: 5vw;
}

.experience.padding-3 {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.experience-content-text {
  font-size: 5vw;
  font-weight: 700;
}

.experience-content-text.smaller-outline.outlined {
  font-size: 5.3vw;
}

.infinite-image-wrapper {
  width: 10vw;
}

.full-width-image {
  width: 100%;
}

.awards-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 250vw;
  padding-left: 8.33vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #222;
}

.awards-inner-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-left: auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.award-text-container {
  position: relative;
}

.award-year {
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 12px;
}

.testimonials-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
}

.testimonials-intro {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.container-for-sticky-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 300vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.sticky-item {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-left: 8.33vw;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sticky-item.hidden {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
}

.sticky-item.hidden.last {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.testimonial-text-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 42%;
  padding-top: 14vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.testimonial-vertical-line {
  width: 2px;
  height: 18vh;
  min-height: 18vh;
  margin-top: 38px;
  margin-bottom: 38px;
  background-color: #222;
}

.testimonial-vertical-line.for-service {
  height: 8vh;
  min-height: 8vh;
  margin-top: 12px;
  margin-bottom: 22px;
}

.testimonial-paragraph-wrapper {
  max-width: 350px;
  margin-bottom: 8px;
}

.testimonial-person-job {
  font-weight: 700;
}

.testimonial-person-job.for-mobile {
  display: none;
}

.testimonial-image-content {
  width: 58%;
  height: 100%;
}

.testimonial-image-wrapper {
  width: 100%;
  height: 75vh;
}

.testimonial-one-word-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 25vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sticky-inner-container {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  width: 100vw;
  height: 100vh;
}

.progress-bar {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 8px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.inner-bar {
  width: 0%;
  height: 100%;
  background-color: #222;
}

.service {
  position: absolute;
  left: 8.33vw;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.service.hidden {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  opacity: 0;
}

.service-text-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.service-paragraph-wrapper {
  max-width: 350px;
}

.service-image-content {
  width: 61%;
  height: 100%;
}

.service-image-wrapper {
  width: 100%;
  height: 75vh;
}

.infinite-words-slider {
  width: 100%;
  margin-top: 48px;
}

.outer-words-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.outer-words-slider.to-left {
  margin-top: 8px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.words-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-word {
  color: #fff;
  font-size: 72px;
  font-weight: 700;
}

.slider-word.smaller-white-outline {
  font-weight: 700;
}

.word-slide-circle {
  min-height: 12px;
  min-width: 12px;
  margin-right: 22px;
  margin-left: 22px;
  border-radius: 100%;
  background-color: #fff;
}

.inner-words-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.projects-outer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.projects-title {
  width: 30%;
  padding-top: 120px;
  padding-bottom: 120px;
}

.projects-inner-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.project-image-wrapper-services {
  display: none;
}

.projects-hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60vw;
  padding-top: 100px;
  padding-left: 8.33vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.projects-center-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.projects-slider {
  height: 100%;
}

.projects-slider-list {
  width: 100%;
  height: 100%;
}

.projects-slider-item {
  width: 100%;
  height: 100%;
}

.slide-nav {
  display: none;
}

.right-arrow {
  display: none;
}

.left-arrow {
  display: none;
}

.icon {
  display: none;
}

.icon-2 {
  display: none;
}

.discover-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.huge-arrow {
  width: 88px;
  margin-left: 46px;
}

.main-projects-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1060vw;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #222;
}

.project-type-container {
  margin-bottom: 18px;
}

.project-main-image-container {
  width: 90%;
  height: 90vh;
  margin-top: 24px;
}

.overview-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.work-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200vh;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sticky-container {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  width: 0px;
  height: 100vh;
}

.contact-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.contact-image-wrapper {
  width: 47%;
  min-width: 47%;
}

.contact-image-wrapper.for-template-page {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  height: 100vh;
}

.contact-paragraph {
  max-width: 410px;
  margin-top: 28px;
}

.contact-line {
  width: 2px;
  height: 100%;
  margin-top: 22px;
  margin-bottom: 22px;
  background-color: #222;
}

.contact-line.for-template-page {
  height: 22.5vh;
}

.contact-line.transparent-background {
  background-color: transparent;
}

.contact-bold-text {
  font-size: 24px;
  font-weight: 700;
}

.mail-wrapper {
  margin-top: 4px;
  margin-bottom: 28px;
}

.mail-link {
  display: inline;
  color: #222;
}

.social-link {
  position: relative;
  overflow: hidden;
  margin-right: 40px;
  text-decoration: none;
}

.social-link-text {
  color: #222;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.social-link-text.absolute {
  position: absolute;
}

.contact-image-wrapper-mobile {
  display: none;
}

.template-info-container {
  max-width: 410px;
}

.template-info-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.template-info-paragraph {
  margin-top: 4px;
}

.license-link {
  color: #222;
  font-weight: 500;
}

.style-guide-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.dark-wrapper {
  background-color: #222;
}

.instruction-item {
  margin-top: 120px;
}

.instruction-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.instruction-paragraph {
  margin-top: 24px;
}

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

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lock-image {
  width: 20vw;
  margin-bottom: 24px;
}

.hidden-label {
  display: none;
}

.password-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 28px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-not-found-wrapper {
  margin-top: 12px;
}

._404-button-wrapper {
  margin-top: 32px;
}

.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #222;
}

.perspective-wrapper {
  position: relative;
  z-index: 3;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-perspective: 700px;
  perspective: 700px;
  -webkit-perspective-origin: 50% 100%;
  perspective-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.perspective-wrapper.horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.perspective-wrapper.horizontal.center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.inner-contact-line {
  width: 100%;
  height: 100%;
  background-color: #222;
}

.cursor {
  position: fixed;
  z-index: 9500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75px;
  height: 75px;
  margin-top: -37.5px;
  margin-left: -37.5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  opacity: 1;
  mix-blend-mode: difference;
}

.cursor-inner {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  opacity: 1;
  outline-color: #fff;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 1px;
  mix-blend-mode: difference;
}

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

.text-span {
  margin-top: auto;
  margin-bottom: -170px;
  padding-top: 0px;
  padding-left: 0px;
  font-size: 8vw;
}

.div-block {
  overflow: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-2 {
  display: block;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #000;
}

.empty-state {
  display: none;
}

@media screen and (min-width: 1280px) {
  .hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .section.home-about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .section.desktop-no-padding-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .line-wrapper.align-left.very-long {
    height: 100vh;
  }

  .footer-image-wrapper.no-pointer-events {
    left: -10vh;
  }

  .about-hero-image-wrapper {
    max-height: 110vh;
  }

  .about-description-container {
    margin-left: 48px;
  }

  .description-header-text {
    font-size: 36px;
  }

  .description-header-circle {
    min-height: 8px;
    min-width: 8px;
  }

  .service-text-content {
    margin-top: 19vw;
  }

  .loader {
    display: block;
    overflow: hidden;
  }
}

@media screen and (min-width: 1440px) {
  .wide-container {
    max-width: none;
    padding-right: 8.33vw;
    padding-left: 8.33vw;
  }

  .wide-container.stretch {
    max-width: 100%;
    padding-right: 8.33vw;
    padding-left: 8.33vw;
  }

  .hero-container {
    padding-top: 100px;
    padding-bottom: 70px;
  }

  .hero-container.extra-top-padding {
    padding-top: 120px;
  }

  .hero-container.for-contact {
    padding-right: 0vw;
    padding-bottom: 40px;
    padding-left: 100px;
  }

  .home-hero-image-container {
    width: 51vw;
    height: 58vh;
  }

  .home-hero-image {
    height: 119vh;
    -webkit-transform: translate(-3%, 0px);
    -ms-transform: translate(-3%, 0px);
    transform: translate(-3%, 0px);
  }

  .big-text.dark-smaller {
    margin-bottom: 36px;
  }

  .footer-image-wrapper.no-pointer-events {
    height: 125vh;
    min-height: 125vh;
  }

  .main-links.for-smaller-footer {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .socials-and-newsletter-container.for-smaller-footer {
    max-width: 37%;
  }

  .about-hero-image-wrapper {
    height: auto;
  }

  .testimonial-text-content {
    height: 75vh;
    padding-top: 9vh;
  }

  .testimonial-vertical-line.for-service {
    height: 12vh;
    min-height: 12vh;
  }

  .service-text-content {
    margin-top: 20vw;
  }

  .projects-hero {
    padding-top: 120px;
  }
}

@media screen and (min-width: 1920px) {
  .hero.for-services {
    height: 500vw;
  }

  .wide-container {
    padding-right: 12vw;
    padding-left: 12vw;
  }

  .wide-container.stretch {
    padding-right: 12vw;
    padding-left: 12vw;
  }

  .hero-container {
    padding-top: 5.56vw;
    padding-bottom: 3.89vw;
  }

  .hero-container.extra-top-padding {
    padding-top: 7vw;
  }

  .hero-container.for-contact {
    padding-bottom: 2.22vw;
    padding-left: 5.55vw;
  }

  .hero-container.for-contact.for-template-page {
    padding-bottom: 14vh;
  }

  .wrapper.for-awards-year {
    right: -0.22vw;
  }

  .wrapper.rotated-header {
    margin-left: 21vw;
  }

  .wrapper.contact-header {
    left: -16vw;
  }

  .heading-1 {
    font-size: 10vw;
  }

  .heading-1.outlined.bigger {
    font-size: 11.5vw;
  }

  .hero-paragraph-container {
    max-width: 24.44vw;
    margin-top: 1vw;
    margin-bottom: 1.56vw;
  }

  .paragraph {
    font-size: 1vw;
  }

  .primary-button {
    padding: 0.56vw 1.56vw;
  }

  .primary-button.light {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 2.3vw;
    padding: 0.44vw 1.33vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .primary-button.smaller {
    height: 2.3vw;
    padding: 0.44vw 1.33vw;
  }

  .primary-button-text {
    font-size: 1vw;
  }

  .primary-button-shadow {
    left: 0.333vw;
    bottom: -0.222vw;
  }

  .home-hero-image-container {
    width: 47vw;
  }

  .home-hero-image {
    -webkit-transform: translate(-5%, 0px);
    -ms-transform: translate(-5%, 0px);
    transform: translate(-5%, 0px);
  }

  .keyword-text {
    font-size: 0.78vw;
  }

  .keyword-circle {
    width: 0.222vw;
    height: 0.222vw;
    margin-right: 1.11vw;
    margin-left: 1.11vw;
  }

  .section {
    padding-top: 14vh;
    padding-bottom: 14vh;
  }

  .section.experience-section {
    padding-top: 12vh;
  }

  .home-about-container {
    padding-left: 12vw;
  }

  .section-title-wrapper.vertical.for-awards {
    bottom: 1550.89px;
    margin-top: 14vh;
  }

  .heading-2.absolute.white.for-awards {
    left: 195px;
    display: block;
  }

  .section-paragraph-wrapper {
    max-width: 28.5vw;
    margin-bottom: 1.56vw;
  }

  .section-paragraph-wrapper.for-overview {
    max-width: 30vw;
  }

  .experience-item {
    margin-bottom: 3.56vw;
  }

  .line-circle {
    width: 0.67vw;
    height: 0.67vw;
    min-height: 0.67vw;
    min-width: 0.67vw;
  }

  .experience-number {
    margin-top: 1.11vw;
  }

  .experience-number.experience-content {
    white-space: nowrap;
  }

  .experience-text {
    font-size: 0.78vw;
  }

  .track.for-projects {
    height: 600vw;
  }

  .project-image-wrapper {
    width: 29vw;
  }

  .project-context.for-services {
    margin-top: 0.67vw;
    margin-bottom: 1.33vw;
  }

  .big-text {
    margin-top: 1.33vw;
    margin-bottom: 3.56vw;
  }

  .big-text.dark-smaller {
    margin-top: 0.88vw;
    margin-bottom: 2.5vw;
  }

  .secondary-button-text {
    font-size: 1.11vw;
  }

  .secondary-btn-text-wrapper {
    margin-right: 0.78vw;
  }

  .secondary-btn-arrow-wrapper {
    width: 2.56vw;
    height: 2.56vw;
  }

  .arrow-right {
    width: 0.78vw;
  }

  .all-projects-container {
    position: relative;
    padding-right: 12vw;
    padding-left: 12vw;
  }

  .outer-slider {
    margin-right: 1vh;
    margin-left: 1vh;
    -webkit-transform: translate(-17vh, 0px) rotate(5.2deg);
    -ms-transform: translate(-17vh, 0px) rotate(5.2deg);
    transform: translate(-17vh, 0px) rotate(5.2deg);
  }

  .line-animations-container-mobile.for-awards {
    display: none;
  }

  .slider {
    width: 21vw;
    height: 21.5vw;
  }

  .animation-item {
    position: static;
  }

  .animation-item-text {
    margin-top: 0.44vw;
    margin-bottom: 0.44vw;
    font-size: 1.78vw;
  }

  .animation-item-text.for-testimonial {
    display: block;
    overflow: visible;
    margin-top: 0vw;
    margin-bottom: 0vw;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .footer {
    padding-top: 14vh;
  }

  .footer-link {
    font-size: 1vw;
  }

  .footer-link.secondary.smaller {
    font-size: 0.78vw;
  }

  .footer-image-wrapper.no-pointer-events {
    height: 128vh;
    min-height: 128vh;
  }

  .footer-secondary-button-wrapper {
    margin-top: 1.78vw;
  }

  .footer-links-container {
    grid-column-gap: 1.78vw;
    grid-row-gap: 1.78vw;
  }

  .footer-links-container.for-smaller-footer {
    width: 40%;
  }

  .footer-link-wrapper {
    margin-top: 0.5vw;
    margin-bottom: 0.5vw;
  }

  .main-links.for-smaller-footer {
    margin-bottom: 3.85vw;
  }

  .socials-and-newsletter-container {
    margin-top: 2.22vw;
  }

  .social {
    min-height: 1.33vw;
    min-width: 1.33vw;
    margin-right: 1.56vw;
  }

  .newsletter-container {
    padding-top: 4.44vw;
    padding-bottom: 4.44vw;
  }

  .newsletter-container.for-smaller-footer {
    margin-top: 0.5vw;
  }

  .newsletter-form {
    font-size: 1vw;
  }

  .text-field {
    height: 2.3vw;
    margin-right: 0.67vw;
    padding: 0.52vw 0.67vw;
    font-size: 0.75vw;
  }

  .text-field.dark {
    min-width: 20vw;
  }

  .form-block {
    margin-top: 0.39vw;
  }

  .sent-message-container {
    margin-top: 0.56vw;
  }

  .error-text {
    font-size: 1vw;
  }

  .success-text {
    margin-top: 1vw;
    margin-bottom: 1vw;
    font-size: 1.22vw;
  }

  .lower-footer {
    padding-top: 1.67vw;
    padding-bottom: 1.67vw;
  }

  .navbar {
    padding: 2.22vw 6vw;
  }

  .navbar-logo-text {
    font-size: 1.11vw;
  }

  .top-menu-line {
    width: 2vw;
  }

  .bottom-menu-line {
    width: 1.11vw;
    margin-top: 0.5vw;
  }

  .menu-number-wrapper {
    margin-bottom: 1.11vw;
  }

  .menu-link {
    margin-top: 3.33vw;
    margin-bottom: 3.33vw;
  }

  .menu-number-text {
    font-size: 1vw;
  }

  .menu-socials {
    padding-right: 6vw;
  }

  .menu-social {
    margin-top: 0.22vw;
    margin-bottom: 0.22vw;
  }

  .menu-social-text {
    font-size: 0.78vw;
  }

  .about-hero-title {
    padding-right: 12vw;
    padding-left: 12vw;
  }

  .about-hero-content {
    top: -1.89vw;
    padding-right: 12vw;
  }

  .about-hero-image-wrapper {
    height: 95vh;
    max-height: none;
    min-height: auto;
  }

  .about-description-container {
    margin-left: 2.67vw;
  }

  .description-item {
    margin-top: 1.67vw;
    margin-bottom: 1.67vw;
  }

  .description-header-text {
    font-size: 2vw;
  }

  .description-header-circle {
    min-height: 0.44vw;
    min-width: 0.44vw;
    margin-right: 0.88vw;
    margin-left: 0.88vw;
  }

  .description-item-paragraph {
    margin-top: 0.88vw;
  }

  .experience-container {
    margin-top: 2.65vw;
  }

  .experience {
    margin-top: 0.22vw;
    margin-bottom: 0.22vw;
  }

  .experience-content-text.smaller-outline.outlined {
    white-space: nowrap;
  }

  .awards-container {
    padding-left: 12vw;
  }

  .award-year {
    font-size: 0.67vw;
  }

  .sticky-item {
    padding-left: 12vw;
  }

  .testimonial-vertical-line {
    margin-top: 2.1vw;
    margin-bottom: 2.1vw;
  }

  .testimonial-vertical-line.for-service {
    margin-top: 0.67vw;
    margin-bottom: 1.22vw;
  }

  .testimonial-paragraph-wrapper {
    max-width: 19.5vw;
    margin-bottom: 0.44vw;
  }

  .testimonial-person-job {
    font-size: 1vw;
  }

  .progress-bar {
    height: 0.4vw;
  }

  .service {
    left: 12vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .service.hidden {
    display: none;
    overflow: hidden;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .service-text-content {
    margin-top: 18vw;
  }

  .service-paragraph-wrapper {
    max-width: 22vw;
  }

  .infinite-words-slider {
    margin-top: 2.65vw;
  }

  .outer-words-slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .outer-words-slider.to-left {
    margin-top: 0.44vw;
  }

  .words-slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    clear: none;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .slider-word {
    display: block;
    font-size: 4vw;
  }

  .word-slide-circle {
    display: block;
    min-height: 0.67vw;
    min-width: 0.67vw;
    margin-right: 1.22vw;
    margin-left: 1.22vw;
  }

  .inner-words-slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .projects-title {
    padding-top: 14vh;
  }

  .projects-hero {
    padding-top: 7vw;
    padding-left: 12vw;
  }

  .huge-arrow {
    width: 4.85vw;
    margin-left: 2.54vw;
  }

  .project-type-container {
    margin-bottom: 1vw;
  }

  .project-main-image-container {
    margin-top: 1.33vw;
  }

  .contact-paragraph {
    max-width: 20vw;
    margin-top: 1.55vw;
  }

  .contact-line {
    margin-top: 1.22vw;
    margin-bottom: 1.22vw;
  }

  .contact-bold-text {
    font-size: 1.33vw;
  }

  .mail-wrapper {
    margin-top: 0.22vw;
    margin-bottom: 1.55vw;
  }

  .mail-link {
    font-size: 1vw;
  }

  .social-link {
    margin-right: 2.22vw;
  }

  .social-link-text {
    font-size: 0.77vw;
  }

  .template-info-container {
    max-width: 20vw;
  }

  .template-info-container.bigger {
    max-width: 30vw;
  }

  .template-info-paragraph {
    margin-top: 0.22vw;
  }

  .instruction-item {
    margin-top: 14vh;
  }

  .instruction-paragraph {
    margin-top: 1.33vw;
  }

  .lock-image {
    width: 15vw;
    margin-bottom: 1.33vw;
  }

  .password-container {
    margin-top: 1.56vw;
  }

  .page-not-found-wrapper {
    margin-top: 0.65vw;
  }

  ._404-button-wrapper {
    margin-top: 1.78vw;
  }

  .cursor {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

@media screen and (max-width: 991px) {
  .hero {
    height: auto;
    min-height: auto;
  }

  .hero.for-services {
    height: auto;
    padding-bottom: 100px;
  }

  .hero.for-projects {
    overflow: hidden;
  }

  .hero.for-contact {
    height: 100vh;
    min-height: 100vh;
  }

  .wide-container {
    padding-right: 30px;
    padding-left: 30px;
  }

  .wide-container.home-services {
    overflow: hidden;
    padding-right: 0px;
    padding-left: 0px;
  }

  .wide-container.for-services {
    position: static;
    height: auto;
    padding-right: 30px;
  }

  .wide-container.my-work-container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .hero-container {
    padding-top: 110px;
    padding-bottom: 60px;
  }

  .hero-container.extra-top-padding {
    padding-top: 120px;
  }

  .hero-container.for-contact {
    padding-left: 48px;
  }

  .hero-container.for-contact.for-template-page {
    padding-right: 30px;
    padding-bottom: 100px;
  }

  .hero-text-content {
    margin-bottom: 60px;
  }

  .wrapper.horizontal.align-center {
    overflow: visible;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .wrapper.padding-left {
    padding-left: 23vw;
  }

  .wrapper.smaller-padding-left {
    padding-left: 8.5vw;
  }

  .wrapper.rotated-header {
    margin-left: 70vw;
  }

  .wrapper.project-title-wrapper {
    padding-right: 30px;
    padding-left: 30px;
    text-align: center;
  }

  .wrapper.contact-header {
    left: -24.7vw;
  }

  .wrapper.contact-header.absolute {
    left: -15.2vw;
  }

  .heading-1 {
    font-size: 14vw;
  }

  .heading-1.outlined.bigger {
    font-size: 15.5vw;
  }

  .heading-1.projects-heading {
    text-align: right;
  }

  .heading-1.smaller-on-mobile {
    font-size: 13vw;
  }

  .hero-paragraph-container {
    max-width: 57vw;
  }

  .primary-button-text {
    display: block;
  }

  .primary-button-text.absolute {
    display: block;
  }

  .primary-button-shadow {
    display: block;
  }

  .home-hero-image-container {
    width: 41vw;
    height: 58%;
  }

  .home-hero-image {
    left: 10%;
    height: 222%;
  }

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

  .section.home-about {
    padding-top: 100px;
    padding-bottom: 0px;
  }

  .section.desktop-no-padding-top {
    padding-bottom: 0px;
  }

  .section.experience-section {
    overflow: hidden;
    padding-top: 54px;
  }

  .section.about-horizontal-sticky-part {
    overflow: hidden;
  }

  .section.dark.for-services {
    height: auto;
    min-height: 80vh;
  }

  .section.dark.for-project-work {
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 76px;
  }

  .section.projects-section {
    padding-top: 100px;
  }

  .section.for-gallery {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .home-about-container {
    width: auto;
    height: auto;
    padding-left: 0vw;
  }

  .full-height-text-container {
    width: 100%;
    height: auto;
    padding-bottom: 100px;
  }

  .section-text-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-title-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section-title-wrapper.vertical.for-awards {
    position: relative;
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .section-title-wrapper.for-services {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    white-space: nowrap;
  }

  .section-title-wrapper.for-project {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .section-title-wrapper.for-loader {
    padding-left: 10vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .section-outlined-heading {
    font-size: 18.5vw;
  }

  .heading-2 {
    font-size: 5vw;
  }

  .heading-2.absolute {
    left: auto;
    -webkit-transform: translate(0px, -25%);
    -ms-transform: translate(0px, -25%);
    transform: translate(0px, -25%);
    font-size: 7vw;
  }

  .heading-2.absolute.white.for-awards {
    right: auto;
  }

  .section-paragraph-wrapper {
    max-width: 620px;
  }

  .section-paragraph-wrapper.center-on-tablet {
    text-align: center;
  }

  .home-about-experience-container {
    position: static;
    display: none;
    width: 100%;
    height: auto;
    margin-right: 0vw;
  }

  .experience-number {
    margin-top: 0px;
    color: #222;
    font-size: 72px;
  }

  .experience-number.experience-content {
    font-size: 8vw;
  }

  .experience-text {
    position: absolute;
    bottom: 0px;
    -webkit-transform: translate(33px, 100%);
    -ms-transform: translate(33px, 100%);
    transform: translate(33px, 100%);
    white-space: nowrap;
  }

  .experience-text.mobile-experience-text {
    position: static;
    left: -21px;
    top: 24px;
    display: block;
    overflow: auto;
    margin-top: 8px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -o-object-fit: none;
    object-fit: none;
  }

  .home-about-inner-container {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .track {
    width: 100%;
    height: auto;
  }

  .track.about {
    height: auto;
  }

  .track.for-projects {
    height: auto;
  }

  .camera {
    position: static;
    width: 100%;
    height: auto;
  }

  .frame {
    display: block;
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .home-projects-container {
    overflow: hidden;
    height: auto;
    padding: 100px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .project-item {
    width: auto;
    padding-left: 0vw;
  }

  .project {
    left: -15vw;
    margin-bottom: 180px;
  }

  .project.for-services {
    left: 0vw;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .project.for-services.all-projects {
    margin-bottom: 0px;
  }

  .project.for-projects {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .project-collection-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .project-image-wrapper {
    width: 50vw;
    height: 50vh;
  }

  .project-image-wrapper.no-rotate {
    width: 50vw;
    height: 50vh;
    padding: 0vh 3vw;
  }

  .project-type {
    font-size: 20px;
  }

  .project-type.dark {
    font-size: 20px;
  }

  .big-text {
    margin-top: 18px;
    margin-bottom: 42px;
    font-size: 12vw;
  }

  .big-text.wider.no-pointer-events {
    max-width: 80vw;
  }

  .big-text.for-footer {
    color: #222;
  }

  .big-text.for-footer.dark.light-on-mobile {
    color: #fff;
  }

  .big-text.dark-smaller {
    margin-top: 18px;
    margin-bottom: 42px;
    font-size: 12vw;
  }

  .secondary-button-wrapper {
    margin-left: 14vw;
  }

  .secondary-button-text.for-footer {
    color: #222;
  }

  .secondary-button-text.for-footer.white-on-mobile {
    color: #fff;
  }

  .secondary-button-text.dark.light-on-mobile {
    color: #fff;
  }

  .secondary-button-text.absolute {
    position: absolute;
  }

  .secondary-btn-arrow-wrapper.for-footer {
    border-color: #222;
  }

  .secondary-btn-arrow-wrapper.for-footer.white-on-mobile {
    border-color: #fff;
  }

  .secondary-btn-arrow-wrapper.dark.light-on-mobile {
    border-color: #fff;
  }

  .arrow-right.white {
    opacity: 0;
  }

  .arrow-right.white.for-projects {
    opacity: 1;
  }

  .arrow-right.white.show-on-mobile {
    opacity: 1;
  }

  .arrow-right.translate-left {
    -webkit-transform: translate(0%, 0px);
    -ms-transform: translate(0%, 0px);
    transform: translate(0%, 0px);
  }

  .arrow-right.translate-left.for-projects {
    opacity: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .arrow-right.translate-left.hide-on-mobile {
    opacity: 0;
  }

  .all-projects-container {
    position: relative;
    top: -43px;
    overflow: visible;
    width: 100%;
    height: auto;
    min-height: 55vh;
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .infinite-slider {
    display: block;
  }

  .inner-slider {
    position: absolute;
  }

  .slider-1.extension {
    left: 0px;
    top: 0%;
    -webkit-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
  }

  .outer-slider {
    width: 100%;
    margin-right: 0vh;
    margin-left: 0vh;
    -webkit-transform: translate(0vh, 4vh) rotate(5.2deg);
    -ms-transform: translate(0vh, 4vh) rotate(5.2deg);
    transform: translate(0vh, 4vh) rotate(5.2deg);
  }

  .outer-slider.hidden {
    display: none;
  }

  .line-animations-container-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .line-animations-container-mobile.home-services {
    position: relative;
    margin-bottom: 18px;
  }

  .line-animations-container-mobile.for-awards {
    display: block;
    margin-top: 18px;
    margin-bottom: 0px;
  }

  .benefit-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 32px;
    margin-bottom: 32px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .benefit-mobile.smaller-margin {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .benefit-line-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .benefit-line-mobile.line-2 {
    width: 68vw;
  }

  .benefit-line-mobile.line-3 {
    width: 32vw;
  }

  .benefit-line-mobile.line-4 {
    width: 50vw;
  }

  .benefit-line-mobile.line-5 {
    width: 60vw;
  }

  .benefit-line-mobile.line-6 {
    width: 20vw;
  }

  .benefit-horizontal-line {
    width: 100%;
    height: 2px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #222;
  }

  .benefit-horizontal-line.white {
    background-color: #fff;
  }

  .benefit-circle {
    width: 10px;
    height: 10px;
    min-height: 10px;
    min-width: 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-radius: 100%;
    background-color: #222;
  }

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

  .experience-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .slider-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .slider {
    width: 70vw;
    height: 65vh;
    margin-left: 0vw;
  }

  .projects-title-wrapper {
    width: auto;
    height: auto;
  }

  .projects-title-wrapper.for-projects {
    margin-bottom: 100px;
  }

  .projects-title-wrapper.for-projects.hidden-on-desktop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-bottom: 10px;
  }

  .home-services-container {
    height: auto;
    padding-top: 100px;
  }

  .home-services-animation-container {
    display: none;
  }

  .animation-item {
    width: 100%;
  }

  .animation-item-text {
    margin-top: 2px;
    margin-bottom: 2px;
    font-weight: 600;
  }

  .animation-item-text.white {
    text-align: left;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .animation-item-text.for-testimonial {
    display: none;
  }

  .animation-line-column {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .outer-line-wrapper.for-services-project {
    display: none;
  }

  .footer {
    min-height: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #fff;
  }

  .footer.light {
    background-color: #222;
  }

  .footer-link {
    color: hsla(0, 0%, 100%, 0.5);
  }

  .footer-link.title {
    display: block;
    margin-top: 9px;
    margin-bottom: 6px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    white-space: nowrap;
  }

  .footer-link.title.dark {
    display: none;
    color: #222;
  }

  .footer-link.title-on-mobile {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
  }

  .footer-link.title-on-mobile.dark.dark-on-mobile {
    color: #222;
  }

  .footer-link.dark {
    display: block;
  }

  .footer-image-wrapper.no-pointer-events {
    position: static;
    display: none;
    width: 100%;
    height: 70vh;
  }

  .footer-image-wrapper.no-pointer-events.for-mobile {
    position: absolute;
    left: -10vh;
    z-index: 0;
    display: block;
    width: auto;
    height: 75vh;
    min-height: auto;
  }

  .footer-image-wrapper.no-pointer-events.for-mobile.translate-up {
    bottom: 2px;
  }

  .image.testimonial-image {
    -webkit-filter: saturate(61%);
    filter: saturate(61%);
  }

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

  .footer-container.for-smaller-footer {
    padding-left: 0vw;
    background-color: #222;
  }

  .upper-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .lets-talk-container {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 53vh;
    min-width: auto;
    padding-bottom: 15vh;
    padding-left: 29vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-links-container {
    margin-top: 0vw;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 200px 27vw 200px auto;
    grid-template-columns: 200px 27vw 200px auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .footer-links-container.for-smaller-footer {
    width: 100%;
    -ms-grid-columns: 200px 27vw 200px auto;
    grid-template-columns: 200px 27vw 200px auto;
  }

  .footer-links-column {
    width: 130px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .footer-links-column.sideline-on-mobile {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 24px;
    border-left: 1px solid hsla(0, 0%, 100%, 0.5);
  }

  .footer-links-column.sideline-on-mobile.dark-on-mobile {
    border-left-color: rgba(34, 34, 34, 0.5);
  }

  .footer-links-column.secondary-column {
    margin-top: 42px;
  }

  .footer-links-column.secondary-column.mobile-only {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .footer-link-wrapper.hide-on-mobile {
    display: none;
  }

  .main-links {
    padding-top: 80px;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #222;
  }

  .main-links.light-on-mobile {
    background-color: #fff;
  }

  .main-links.for-smaller-footer {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .socials-and-newsletter-container {
    width: 75%;
    margin-top: 80px;
    margin-bottom: 80px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    border-left: 1px solid hsla(0, 0%, 100%, 0.5);
  }

  .socials-and-newsletter-container.dark-on-mobile {
    border-left-color: rgba(34, 34, 34, 0.5);
  }

  .socials-and-newsletter-container.for-smaller-footer {
    margin-top: 80px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .newsletter-container {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .newsletter-container.for-smaller-footer {
    padding-bottom: 0px;
  }

  .hidden-submit {
    display: block;
  }

  .form-block {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .lower-footer {
    padding: 0px 30px 40px;
    grid-column-gap: 0px;
    -ms-grid-columns: 30vw auto;
    grid-template-columns: 30vw auto;
    background-color: #222;
  }

  .lower-footer.light-on-mobile {
    background-color: #fff;
  }

  .footer-line {
    left: 0vw;
    display: none;
  }

  .lower-footer-item {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 24px;
    border-left: 1px solid hsla(0, 0%, 100%, 0.5);
  }

  .lower-footer-item.dark-on-mobile {
    border-left-color: #222;
  }

  .navbar {
    padding-right: 30px;
    padding-left: 30px;
  }

  .menu-links-container {
    padding-top: 20vw;
    padding-bottom: 12vw;
  }

  .menu-socials {
    padding-right: 30px;
  }

  .about-hero-title {
    padding-right: 30px;
    padding-left: 30px;
  }

  .about-hero-content {
    top: -26px;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-hero-image-wrapper {
    width: 90vw;
    height: 50vh;
    max-height: none;
    min-height: auto;
    min-width: 90vw;
  }

  .about-description-container {
    margin-top: 24px;
    margin-left: 0px;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .description-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 620px;
    margin-top: 24px;
    margin-bottom: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .description-header-text.outlined.smaller-outline.hidden-on-mobile {
    display: none;
  }

  .description-header-circle.hidden-on-mobile {
    display: none;
  }

  .description-item-paragraph {
    margin-top: 12px;
  }

  .experience-container {
    margin-top: 32px;
  }

  .experience-content-text.smaller-outline.outlined {
    font-size: 6.5vw;
  }

  .awards-container {
    overflow: hidden;
    height: auto;
    padding-top: 100px;
    padding-bottom: 76px;
    padding-left: 0vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .awards-inner-container {
    display: none;
  }

  .award-year {
    position: absolute;
    top: 0px;
    right: -4px;
    -webkit-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
  }

  .testimonials-container {
    padding: 100px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .testimonials-intro {
    overflow: visible;
    width: 100%;
    height: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-for-sticky-content {
    width: 100%;
    height: auto;
  }

  .container-for-sticky-content.for-project {
    overflow: hidden;
    padding-right: 30px;
    padding-left: 30px;
  }

  .sticky-item {
    position: static;
    overflow: visible;
    height: auto;
    margin-bottom: 80px;
    padding-left: 0vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .sticky-item.hidden {
    opacity: 1;
  }

  .sticky-item.hidden.last {
    margin-bottom: 0px;
  }

  .testimonial-text-content {
    width: 100%;
    padding-top: 0vh;
  }

  .testimonial-vertical-line {
    display: none;
  }

  .testimonial-paragraph-wrapper {
    max-width: 420px;
    margin-top: 24px;
    margin-bottom: 0px;
  }

  .testimonial-person-job {
    display: none;
  }

  .testimonial-person-job.for-mobile {
    display: block;
    margin-bottom: 24px;
    font-size: 24px;
  }

  .testimonial-image-content {
    width: 100%;
    border-left: 2px solid #222;
  }

  .testimonial-image-wrapper {
    position: relative;
    left: 30px;
    height: 50vh;
  }

  .testimonial-one-word-container {
    display: none;
  }

  .sticky-inner-container {
    width: 100%;
    height: auto;
    margin-top: 34px;
  }

  .progress-bar {
    display: none;
  }

  .service {
    position: static;
    left: 0vw;
    overflow: visible;
    margin-top: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .service.hidden {
    display: block;
    opacity: 1;
  }

  .service-text-content {
    margin-top: 24px;
  }

  .service-paragraph-wrapper {
    max-width: 620px;
  }

  .service-image-content {
    width: 100%;
    border-left: 2px solid #222;
  }

  .service-image-wrapper {
    position: relative;
    left: 30px;
    height: 50vh;
  }

  .slider-word {
    font-size: 64px;
  }

  .projects-outer-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .projects-title {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .projects-inner-container {
    width: 100%;
    margin-top: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .project-image-wrapper-services {
    display: block;
    width: 50vw;
    height: 50vh;
    -webkit-filter: saturate(0%);
    filter: saturate(0%);
    -webkit-transform: translate(25%, 0px) rotate(5.2deg);
    -ms-transform: translate(25%, 0px) rotate(5.2deg);
    transform: translate(25%, 0px) rotate(5.2deg);
  }

  .projects-hero {
    padding-top: 120px;
    padding-bottom: 100px;
    padding-left: 0vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .discover-container {
    margin-bottom: 42px;
    margin-left: 10px;
    -webkit-transform: translate(-50%, -50%) rotate(90deg) translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%) rotate(90deg) translate(-50%, -50%);
    transform: translate(-50%, -50%) rotate(90deg) translate(-50%, -50%);
  }

  .huge-arrow {
    width: 34px;
    margin-left: 18px;
  }

  .main-projects-container {
    height: auto;
    padding: 100px 30px 10px;
  }

  .project-main-image-container {
    width: 100%;
    height: 50vh;
  }

  .work-container {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sticky-container {
    position: static;
    width: auto;
    height: auto;
  }

  .dark-wrapper.white-on-mobile {
    background-color: #fff;
  }

  .instruction-item {
    margin-top: 100px;
  }

  .lock-image {
    width: 30vw;
  }

  .cursor {
    display: none;
    opacity: 0;
  }

  .text-span {
    margin-bottom: -137px;
    padding-left: 51px;
  }

  .div-block-2 {
    margin-bottom: 185px;
    margin-left: 35px;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    height: auto;
  }

  .hero.for-services {
    padding-bottom: 80px;
  }

  .hero.for-contact {
    height: auto;
    min-height: auto;
  }

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

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

  .wide-container.for-services {
    padding-right: 24px;
  }

  .hero-container.for-contact {
    padding-right: 24px;
    padding-bottom: 80px;
    padding-left: 24px;
  }

  .hero-container.for-contact.for-template-page {
    overflow: hidden;
    padding-right: 24px;
    padding-bottom: 80px;
  }

  .wrapper.project-title-wrapper {
    padding-right: 24px;
    padding-left: 24px;
  }

  .wrapper.contact-header {
    left: 0vw;
    z-index: 3;
  }

  .wrapper.contact-header.absolute {
    position: relative;
    left: 0vw;
  }

  .wrapper.contact-header.hidden-on-mobile {
    display: none;
  }

  .hero-paragraph-container {
    max-width: 100%;
  }

  .paragraph {
    display: block;
  }

  .home-hero-image {
    left: -10%;
    height: 210%;
    opacity: 0.5;
  }

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

  .section.home-about {
    padding-top: 70px;
    padding-bottom: 0px;
  }

  .section.experience-section {
    padding-top: 48px;
  }

  .section.dark.for-project-work {
    padding-top: 80px;
    padding-bottom: 62px;
  }

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

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

  .full-height-text-container {
    padding-bottom: 80px;
  }

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

  .section-title-wrapper.for-contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .heading-2 {
    font-size: 6vw;
  }

  .heading-2.absolute {
    font-size: 9vw;
  }

  .home-projects-container {
    padding: 80px 24px;
  }

  .project {
    left: -25.7vw;
    margin-bottom: 160px;
  }

  .project.for-projects {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .project-image-wrapper {
    width: 65vw;
    height: 65vw;
  }

  .project-image-wrapper.no-rotate {
    height: 65vw;
  }

  .project-type {
    font-size: 18px;
  }

  .project-type.dark {
    font-size: 18px;
  }

  .big-text {
    margin-top: 14px;
    margin-bottom: 34px;
  }

  .big-text.dark-smaller {
    margin-top: 14px;
    margin-bottom: 34px;
  }

  .all-projects-container {
    min-height: 72vw;
  }

  .line-animations-container-mobile {
    position: relative;
    left: -24px;
  }

  .line-animations-container-mobile.home-services {
    margin-bottom: 12px;
  }

  .line-animations-container-mobile.for-awards {
    left: -47px;
  }

  .benefit-mobile.smaller-margin {
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .slider {
    height: 80vw;
  }

  .projects-title-wrapper.for-projects {
    margin-bottom: 80px;
  }

  .projects-title-wrapper.for-projects.hidden-on-desktop {
    margin-bottom: 0px;
  }

  .home-services-container {
    padding-top: 80px;
  }

  .animation-item-text {
    font-size: 28px;
  }

  .animation-item-text.for-testimonial {
    display: none;
  }

  .footer {
    padding: 0px;
  }

  .footer-link.title {
    display: none;
  }

  .footer-image-wrapper.no-pointer-events.for-mobile {
    left: -10vw;
    bottom: -1px;
    height: 110vw;
  }

  .lets-talk-container {
    height: 78vw;
    padding-bottom: 15vw;
    padding-left: 49vw;
  }

  .footer-secondary-button-wrapper {
    margin-top: 24px;
  }

  .footer-links-container {
    grid-row-gap: 70px;
    -ms-grid-columns: 40vw auto;
    grid-template-columns: 40vw auto;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .footer-links-container.for-smaller-footer {
    -ms-grid-columns: 40vw auto;
    grid-template-columns: 40vw auto;
    -ms-grid-rows: auto minmax(auto, 1fr);
    grid-template-rows: auto minmax(auto, 1fr);
  }

  .main-links {
    padding-top: 70px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .socials-and-newsletter-container {
    width: 100%;
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .socials-and-newsletter-container.for-smaller-footer {
    margin-top: 70px;
  }

  .text-field.dark {
    min-width: auto;
  }

  .lower-footer {
    padding-right: 24px;
    padding-bottom: 30px;
    padding-left: 24px;
    grid-column-gap: 0px;
    -ms-grid-columns: 40vw auto;
    grid-template-columns: 40vw auto;
  }

  .navbar {
    padding: 24px;
  }

  .menu-links-container {
    padding-top: 15vw;
    padding-bottom: 10vw;
  }

  .menu-link {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .menu-socials {
    padding-right: 24px;
  }

  .about-hero-title {
    padding-right: 24px;
    padding-left: 24px;
  }

  .about-hero-content {
    top: -22px;
  }

  .about-hero-image-wrapper {
    height: 65vw;
  }

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

  .awards-container {
    padding: 80px 24px 62px;
  }

  .testimonials-container {
    padding: 80px 24px;
  }

  .container-for-sticky-content.for-project {
    padding-right: 24px;
    padding-left: 24px;
  }

  .testimonial-vertical-line.for-service {
    display: none;
  }

  .testimonial-image-wrapper {
    left: 24px;
    height: 65vw;
  }

  .service.hidden {
    display: block;
  }

  .service-paragraph-wrapper {
    display: block;
    overflow: visible;
  }

  .service-image-wrapper {
    left: 24px;
    height: 65vw;
  }

  .infinite-words-slider {
    margin-top: 42px;
  }

  .slider-word {
    font-size: 58px;
  }

  .word-slide-circle {
    min-height: 10px;
    min-width: 10px;
    margin-right: 18px;
    margin-left: 18px;
  }

  .projects-inner-container {
    margin-top: 80px;
  }

  .project-image-wrapper-services {
    width: 65vw;
    height: 65vw;
    -webkit-transform: translate(20%, 0px) rotate(5.2deg);
    -ms-transform: translate(20%, 0px) rotate(5.2deg);
    transform: translate(20%, 0px) rotate(5.2deg);
  }

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

  .discover-container {
    margin-bottom: 24px;
    margin-left: 6px;
  }

  .huge-arrow {
    width: 30px;
    margin-left: 12px;
  }

  .main-projects-container {
    padding: 80px 24px 0px;
  }

  .project-type-container {
    margin-bottom: 9px;
  }

  .project-main-image-container {
    height: 50vw;
    margin-top: 16px;
  }

  .contact-image-wrapper {
    display: none;
  }

  .contact-paragraph {
    max-width: 520px;
    margin-top: 8px;
  }

  .contact-line {
    display: none;
  }

  .contact-bold-text {
    display: none;
  }

  .mail-wrapper {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .contact-image-wrapper-mobile {
    position: relative;
    top: -4vw;
    right: -18vw;
    display: block;
    width: 82vw;
    height: 55vw;
    margin-bottom: 65px;
  }

  .contact-image-wrapper-mobile.for-template-page {
    margin-bottom: 0px;
  }

  .template-info-container {
    max-width: 600px;
  }

  .template-info-item {
    margin-top: 34px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 24px;
    border-left: 2px solid #222;
  }

  .style-guide-item {
    margin-top: 34px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 24px;
    border-left: 2px solid #222;
  }

  .instruction-item {
    margin-top: 80px;
  }

  .instruction-image-wrapper {
    height: auto;
  }

  .utility-page-content.for-404 {
    padding-right: 24px;
    padding-left: 24px;
  }

  .utility-page-form {
    width: 80vw;
  }

  .password-container {
    width: 100%;
  }

  .page-not-found-wrapper {
    margin-bottom: 4px;
  }

  ._404-button-wrapper {
    margin-top: 24px;
  }

  .perspective-wrapper {
    -webkit-perspective: 300px;
    perspective: 300px;
  }

  .cursor {
    position: fixed;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    z-index: 1000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    background-color: #333;
  }
}

@media screen and (max-width: 479px) {
  .hero.for-services {
    padding-bottom: 70px;
  }

  .wide-container {
    padding-right: 16px;
    padding-left: 16px;
  }

  .wide-container.stretch {
    padding-right: 16px;
    padding-left: 16px;
  }

  .wide-container.for-services {
    padding-right: 16px;
  }

  .hero-container {
    padding-bottom: 50px;
  }

  .hero-container.for-contact {
    padding-right: 16px;
    padding-bottom: 70px;
    padding-left: 16px;
  }

  .hero-container.for-contact.for-template-page {
    padding-bottom: 70px;
  }

  .hero-text-content {
    margin-bottom: 50px;
  }

  .wrapper.padding-left {
    padding-left: 15vw;
  }

  .wrapper.project-title-wrapper {
    padding-right: 16px;
    padding-left: 16px;
  }

  .heading-1 {
    font-size: 15vw;
    font-weight: 800;
  }

  .heading-1.outlined.bigger {
    font-size: 17.5vw;
  }

  .paragraph {
    display: block;
  }

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

  .home-hero-image-container {
    z-index: -1;
    width: 52vw;
    height: 52%;
  }

  .home-hero-image {
    left: -106%;
    height: 220%;
    -webkit-transform: translate(10%, 0px);
    -ms-transform: translate(10%, 0px);
    transform: translate(10%, 0px);
  }

  .keyword-text.hidden-on-mobile {
    display: none;
  }

  .keyword-circle {
    margin-right: 16px;
    margin-left: 16px;
  }

  .keyword-circle.hidden-on-mobile {
    display: none;
  }

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

  .section.home-about {
    padding-top: 60px;
    padding-bottom: 0px;
  }

  .section.experience-section {
    padding-top: 44px;
  }

  .section.dark.for-project-work {
    padding: 70px 16px 58px;
  }

  .section.projects-section {
    padding-top: 70px;
  }

  .section.for-gallery {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .full-height-text-container {
    padding-bottom: 70px;
  }

  .section-text-container {
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-title-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -86px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section-title-wrapper.for-projects {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .section-title-wrapper.for-projects.spcial-projets {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .section-title-wrapper.vertical.for-awards {
    display: none;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .section-title-wrapper.for-services {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 18px;
    margin-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .section-title-wrapper.for-contact {
    margin-left: auto;
  }

  .section-title-wrapper.for-loader {
    display: block;
    margin-left: auto;
    padding-left: 6vw;
  }

  .section-outlined-heading {
    font-size: 24vw;
  }

  .section-outlined-heading.outlined {
    display: block;
    overflow: hidden;
    margin-top: 28px;
    margin-left: 14px;
    padding-left: 0px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 20vw;
  }

  .section-outlined-heading.outlined-white {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    margin-top: 34px;
    margin-bottom: -73px;
    margin-left: 56px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .heading-2 {
    font-size: 7vw;
  }

  .heading-2.absolute {
    display: block;
    margin-top: 24px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 10vw;
  }

  .section-paragraph-wrapper.center-on-tablet {
    text-align: left;
  }

  .experience-number {
    font-size: 54px;
  }

  .home-projects-container {
    padding: 70px 16px;
  }

  .project-list-wrapper {
    overflow: visible;
  }

  .project {
    left: -34.4vw;
    margin-bottom: 150px;
  }

  .project.for-projects {
    margin-top: 75px;
    margin-bottom: 75px;
  }

  .project-image-wrapper {
    height: 50vh;
  }

  .project-image-wrapper.no-rotate {
    width: 75vw;
    height: 50vh;
  }

  .project-context {
    position: relative;
    left: -18.7vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .project-type {
    font-size: 16px;
  }

  .project-type.dark {
    font-size: 16px;
  }

  .big-text {
    overflow: visible;
    margin-top: 12px;
    margin-bottom: 28px;
    font-size: 14vw;
  }

  .big-text.wider.no-pointer-events {
    max-width: 90vw;
  }

  .big-text.for-menu {
    font-size: 32px;
  }

  .big-text.dark-smaller {
    margin-top: 12px;
    margin-bottom: 28px;
    font-size: 14vw;
  }

  .all-projects-container {
    top: -28px;
    min-height: 55vh;
  }

  .line-animations-container-mobile {
    left: -16px;
    margin-bottom: 24px;
  }

  .line-animations-container-mobile.home-services {
    left: -75px;
    margin-bottom: 8px;
  }

  .line-animations-container-mobile.for-awards {
    left: -62px;
  }

  .benefit-mobile {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .benefit-mobile.smaller-margin {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .benefit-line-mobile.line-6 {
    width: 30vw;
  }

  .benefit-horizontal-line {
    height: 1px;
  }

  .benefit-circle {
    width: 8px;
    height: 8px;
    min-height: 8px;
    min-width: 8px;
  }

  .slider {
    height: 55vh;
  }

  .section-outlined-heading-trigger {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .section-outlined-heading-trigger.sp-cial-projets {
    display: none;
  }

  .projects-title-wrapper.for-projects {
    margin-bottom: 60px;
  }

  .projects-title-wrapper.for-projects.hidden-on-desktop {
    display: block;
    overflow: visible;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .home-services-container {
    padding-top: 70px;
  }

  .animation-item-text {
    font-size: 24px;
  }

  .footer {
    padding-right: 0px;
    padding-left: 0px;
    text-align: left;
  }

  .footer-image-wrapper.no-pointer-events.for-mobile {
    left: -38.1vw;
    height: 140vw;
  }

  .footer-image-wrapper.no-pointer-events.for-mobile.translate-up {
    display: block;
  }

  .lets-talk-container {
    height: 100vw;
    padding-bottom: 19vw;
    padding-left: 36vw;
  }

  .footer-secondary-button-wrapper {
    margin-top: 18px;
  }

  .footer-links-container {
    grid-row-gap: 60px;
  }

  .footer-links-column.sideline-on-mobile {
    padding-left: 16px;
  }

  .main-links {
    padding-top: 60px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .socials-and-newsletter-container {
    margin-top: 60px;
    margin-bottom: 60px;
    padding-left: 16px;
  }

  .socials-and-newsletter-container.for-smaller-footer {
    margin-top: 60px;
  }

  .text-field {
    margin-right: 6px;
  }

  .lower-footer {
    padding-right: 16px;
    padding-bottom: 24px;
    padding-left: 16px;
  }

  .lower-footer-item {
    padding-left: 16px;
  }

  .navbar {
    padding-right: 16px;
    padding-left: 16px;
  }

  .menu {
    overflow: visible;
    height: 100vh;
  }

  .menu-links-container {
    height: 85vh;
    padding-top: 8vh;
    padding-bottom: 0vw;
  }

  .menu-number-wrapper {
    margin-bottom: 8px;
  }

  .menu-link {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .menu-number-text {
    font-size: 12px;
  }

  .menu-socials {
    position: static;
    padding-right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .menu-social {
    margin: 0px 16px;
  }

  .menu-underlay {
    position: absolute;
    top: 0px;
    z-index: -1;
    width: 100%;
    height: 200vh;
    background-color: #222;
  }

  .about-hero-title {
    padding-right: 16px;
    padding-left: 16px;
  }

  .about-hero-content {
    top: -16px;
  }

  .about-hero-image-wrapper {
    height: 50vh;
  }

  .about-description-container {
    padding-right: 16px;
    padding-left: 16px;
  }

  .description-item {
    margin-top: 18px;
    margin-bottom: 18px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .description-header-text {
    font-size: 26px;
  }

  .description-item-paragraph {
    margin-top: 8px;
  }

  .experience-container {
    margin-top: 24px;
  }

  .awards-container {
    padding: 70px 16px 58px;
  }

  .awards-inner-container {
    display: none;
  }

  .award-year {
    font-size: 10px;
  }

  .testimonials-container {
    padding: 70px 16px;
  }

  .testimonials-intro {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .container-for-sticky-content.for-project {
    padding-right: 16px;
    padding-left: 16px;
  }

  .sticky-item {
    margin-bottom: 70px;
  }

  .testimonial-paragraph-wrapper {
    margin-top: 18px;
  }

  .testimonial-person-job.for-mobile {
    margin-bottom: 18px;
    font-size: 22px;
  }

  .testimonial-image-wrapper {
    left: 16px;
    height: 50vh;
  }

  .service {
    margin-top: 70px;
  }

  .service.hidden {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .service-text-content {
    margin-top: 18px;
  }

  .service-image-wrapper {
    left: 16px;
    height: 50vh;
  }

  .infinite-words-slider {
    margin-top: 28px;
  }

  .slider-word {
    font-size: 42px;
  }

  .word-slide-circle {
    min-height: 8px;
    min-width: 8px;
    margin-right: 16px;
    margin-left: 16px;
  }

  .projects-inner-container {
    margin-top: 60px;
  }

  .project-image-wrapper-services {
    height: 50vh;
  }

  .project-img-outer-wrapper {
    margin-left: auto;
  }

  .projects-hero {
    padding-bottom: 70px;
  }

  .discover-container {
    margin-bottom: 24px;
    margin-left: 4px;
  }

  .huge-arrow {
    width: 28px;
    margin-left: 12px;
  }

  .main-projects-container {
    padding: 70px 16px 0px;
  }

  .project-main-image-container {
    height: 50vh;
  }

  .work-container {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .contact-paragraph {
    margin-top: 4px;
  }

  .contact-image-wrapper-mobile {
    height: 55vh;
    margin-bottom: 50px;
  }

  .template-info-item {
    padding-left: 16px;
  }

  .style-guide-item {
    padding-left: 16px;
  }

  .instruction-item {
    margin-top: 70px;
  }

  .instruction-image-wrapper {
    height: auto;
  }

  .utility-page-content {
    width: 100%;
  }

  .utility-page-content.for-404 {
    padding-right: 16px;
    padding-left: 16px;
  }

  .utility-page-form {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }

  .password-container {
    width: 90%;
    margin-top: 12px;
  }

  ._404-button-wrapper {
    margin-top: 16px;
  }

  .loader {
    display: none;
  }

  .text-span {
    margin-top: 25px;
    margin-bottom: -101px;
  }

  .div-block-2 {
    margin-top: -51px;
    margin-bottom: 97px;
    margin-left: 85px;
  }
}

#w-node-_06be7ace-7d9b-3d58-ffee-e91ca4a04f32-0471c0bb {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-e339b12f-da8f-ceec-f705-d7aec9f4b1c3-0471c0bb {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_9a00fc5d-1d03-ef98-e895-4b7080f90fa6-0471c0bb {
  -ms-grid-row: span 3;
  grid-row-start: span 3;
  -ms-grid-row-span: 3;
  grid-row-end: span 3;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

