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

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

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

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

:root {
  --primary-background: #ede7e3;
  --dark-color: #3a3a3a;
  --brand-orange-light: #f9b233;
  --brown-color: #c7a48b;
  --brand-orange-dark: #f39200;
}

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

body {
  background-color: var(--primary-background);
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--dark-color);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Butler, sans-serif;
  font-size: 9.25vw;
  font-weight: 200;
  line-height: 1.1;
}

h2 {
  color: var(--dark-color);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Butler, sans-serif;
  font-size: 4.625vw;
  font-weight: 200;
  line-height: 90%;
}

h3 {
  color: var(--dark-color);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Butler, sans-serif;
  font-size: 2.3vw;
  font-weight: 400;
  line-height: 90%;
}

h4 {
  color: var(--dark-color);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Butler, sans-serif;
  font-size: 1.8vw;
  font-weight: 300;
  line-height: 1;
}

p {
  color: #3a3a3abf;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 130%;
}

.home-hero {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph {
  color: var(--dark-color);
}

.paragraph.above-title {
  color: #3a3a3abf;
  margin-bottom: 10px;
  display: none;
}

.paragraph.above-title.light {
  color: #ffffffbf;
  text-align: center;
  line-height: 120%;
  display: none;
}

.paragraph.above-title.light.align-left {
  text-align: left;
}

.paragraph.above-title.company {
  color: #fff;
}

.paragraph.above-title.center {
  align-self: center;
}

.paragraph.button {
  margin-right: 20px;
  font-size: 21px;
  font-weight: 400;
  text-decoration: none;
}

.paragraph.button.circle {
  color: #fff;
  margin-bottom: 10px;
  margin-right: 0;
}

.paragraph.button.white {
  color: #fff;
}

.paragraph.light {
  color: #fff;
  width: 100%;
  max-width: 560px;
}

.paragraph.narrow {
  max-width: 530px;
}

.paragraph.narrow.for-step {
  width: 530px;
  max-width: 30vw;
}

.paragraph.rights {
  font-size: 16px;
}

.paragraph.for-feature {
  color: #3a3a3acc;
}

.paragraph.services {
  max-width: 360px;
  position: absolute;
  top: auto;
  bottom: 2.2vw;
  right: 0;
  transform: translate(100%);
}

.paragraph.wide {
  max-width: 700px;
}

.paragraph.wide.margin-top {
  margin-top: 20px;
}

.paragraph.different-font {
  font-family: Butler, sans-serif;
}

.paragraph.different-font.testimonial-name {
  display: none;
}

.paragraph.big-circle-button {
  font-size: 36px;
}

.paragraph.green {
  color: green;
}

.hero-title {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 11vw;
  display: flex;
  position: static;
  top: 15vw;
}

.hero-title.about, .hero-title.services {
  align-items: flex-start;
}

.hero-title.project {
  margin-top: 14vw;
}

.hero-title.contact {
  align-items: flex-start;
}

.hero-title.contact.right-side {
  margin-top: 15vw;
  position: relative;
  top: 0;
}

.wrapper {
  perspective: 2000px;
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  line-height: 100%;
  overflow: hidden;
}

.wrapper.horizontal {
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrapper.horizontal.middle-title-row {
  position: relative;
  top: -3.75vw;
}

.wrapper.horizontal.last-title-row {
  position: relative;
  top: -7.5vw;
}

.wrapper.horizontal.align-top {
  align-items: flex-start;
  overflow: visible;
}

.wrapper.above-title {
  background-color: #f8f8f800;
  border: 1px #f8f8f8;
  border-radius: 0;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  margin-bottom: 20px;
  padding: 10px 15px 15px;
  display: flex;
  position: relative;
  bottom: -20px;
}

.wrapper.above-title.project {
  bottom: -60px;
}

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

.wrapper.overflow-visible.full-width {
  align-items: center;
  width: 100%;
  display: flex;
}

.wrapper.contact-second-row {
  margin-top: -1vw;
}

.wrapper.above-title {
  position: relative;
  bottom: -20px;
}

.heading-1 {
  white-space: pre;
}

.heading-1.left-padding {
  padding-left: 16.5vw;
}

.heading-1.project {
  font-size: 18vw;
}

.heading-1.for-projects {
  color: #3a3a3acc;
  margin-top: 0;
  margin-bottom: 0;
  line-height: .75;
}

.heading-1.first-animated {
  color: #3a3a3a;
  padding-right: 10px;
  font-style: italic;
}

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

.heading-1.second-animated {
  color: #3a3a3a;
  padding-right: 20px;
  font-style: italic;
}

.heading-1.third-animated {
  color: #3a3a3a;
  padding-left: 0;
  padding-right: 10px;
  font-style: italic;
}

.heading-1.fourth-animated {
  color: #3a3a3a;
  padding-right: 10px;
  font-style: italic;
}

.home-image-wrapper {
  z-index: -1;
  width: 55vw;
  height: 60vh;
  margin-top: -11vw;
  position: relative;
}

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

.image.low-opac {
  opacity: 1;
}

.image.service-dark {
  position: absolute;
}

.image.service-light {
  opacity: 0;
  position: absolute;
}

.image.default-image {
  flex: 0 auto;
}

.image.above-title {
  width: 150px;
  margin-bottom: 0;
}

.image.above-title.logo-fade {
  opacity: 0;
  width: 200px;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
}

.section.white.no-padding-bottom {
  padding-bottom: 0;
}

.section.white.full-background {
  object-fit: cover;
  background-image: url('../images/1-1.jpg');
  background-position: 0 0;
  background-size: cover;
  height: 100vh;
}

.section.white.full-background.second {
  background-image: url('../images/Image-1.jpg');
}

.section.dark {
  background-color: var(--dark-color);
  overflow: hidden;
}

.section.horizontal-to-vertical {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  height: 300vh;
  padding-top: 0;
  padding-bottom: 0;
}

.section.no-padding-desktop {
  flex-direction: row;
  justify-content: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section.smaller-padding {
  padding-top: 25px;
  font-weight: 400;
}

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

.section.utility {
  text-align: center;
  height: 100vh;
}

.section.white {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
  overflow: hidden;
}

.hero {
  padding-bottom: 100px;
}

.hero.home-hero {
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.hero.about-hero {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 120vh;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.hero.services-hero {
  flex-direction: column;
  align-items: center;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: skew(0deg);
}

.hero.services-hero.border {
  border-bottom: 1px #0003;
}

.hero.project {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

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

.hero.contact {
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.white-background {
  z-index: -2;
  background-color: #fff;
  width: 100%;
  height: 25vh;
  position: absolute;
  bottom: 0;
  left: 0;
}

.white-background.about {
  width: 100vw;
  height: 10vh;
  left: -53vw;
}

.scroll-container {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  top: 20%;
  right: 0%;
  transform: translate(70%)rotate(90deg);
}

.scroll-container.about {
  margin-top: 100px;
  position: static;
  transform: translate(-45%)rotate(90deg);
}

.scroll-container.services {
  top: 30vh;
  left: 0;
  right: auto;
  transform: translate(-75%)rotate(90deg);
}

.small-text {
  color: var(--dark-color);
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 1;
}

.arrow-scroll-down {
  margin-left: 15px;
}

.about-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-2 {
  font-family: Butler, sans-serif;
}

.heading-2.light {
  color: #fff;
}

.heading-2.light.projects {
  line-height: 100%;
}

.heading-2.light.bigger-height {
  line-height: 1.2;
}

.heading-2.for-projects {
  display: inline-block;
}

.heading-2.line-height {
  text-align: center;
  margin-bottom: 40px;
  font-size: 4vw;
  line-height: 110%;
}

.heading-2.line-height.coloured {
  color: var(--brand-orange-light);
}

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

.heading-2-wrapper {
  margin-top: 20px;
  margin-bottom: 50px;
}

.heading-2-wrapper.projects {
  margin-bottom: 35px;
}

.heading-2-wrapper.for-footer {
  margin-bottom: 0;
}

.heading-2-wrapper.company {
  margin-bottom: 25px;
}

.heading-2-wrapper.steps {
  margin-top: 20px;
  margin-bottom: 0;
}

.heading-2-wrapper.project {
  max-width: 40vw;
  margin-bottom: 0;
}

.heading-2-wrapper.utility {
  margin-bottom: 20px;
}

.brown-color {
  color: var(--brown-color);
}

.button-type-1 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button-type-1.for-footer {
  opacity: 0;
}

.wide-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 74%;
  display: flex;
}

.wide-container.center {
  justify-content: center;
  align-items: center;
}

.services-grid {
  grid-column-gap: 100px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-self: center;
  margin-top: 20px;
  display: grid;
}

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

.heading-3.light {
  color: #fff;
}

.heading-3.light.bigger-height {
  line-height: 120%;
}

.heading-3.light.shadow {
  outline-offset: 0px;
  text-shadow: 1px 0 0 var(--dark-color);
  outline: 3px #fff;
}

.heading-3.for-feature {
  color: #3a3a3acc;
}

.heading-3.italic {
  font-style: italic;
  font-weight: 400;
}

.heading-3.light-font {
  padding-left: 5px;
  font-weight: 200;
}

.home-service-number {
  opacity: .1;
  color: #fff;
  margin-right: 20px;
  font-family: Poppins, sans-serif;
  font-size: 4.625vw;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: 0%;
  left: 30%;
  transform: translate(0, -30%);
}

.service-content {
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.button-type-2 {
  border: 1.5px solid #fff;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 215px;
  height: 215px;
  text-decoration: none;
  display: flex;
}

.button-type-2.submit {
  align-self: center;
  width: 160px;
  height: 160px;
  position: relative;
}

.arrow-circle-small {
  margin-top: 10px;
}

.arrow-circle-small.submit {
  width: 100px;
  margin-top: 20px;
  position: absolute;
}

.arrow-circle-small.submit.dark-submit {
  opacity: 0;
}

.arrow-circle-small.home {
  opacity: 1;
  margin-top: 25px;
  position: absolute;
}

.arrow-circle-small.dark {
  opacity: 0;
  margin-top: 25px;
  position: absolute;
}

.button-type-2-wrapper {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.arrow {
  width: 100%;
  position: absolute;
  left: 0;
}

.arrow.dark {
  height: 100%;
}

.arrow.light {
  opacity: 0;
  height: 100%;
}

.arrow.light.visible {
  opacity: 1;
}

.arrow-container {
  width: 78px;
  height: 16px;
  position: relative;
}

.main-title {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 19px;
  display: flex;
}

.main-title.about {
  align-items: flex-start;
  position: relative;
}

.left-half {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding-left: 13vw;
  display: flex;
}

.left-half.brown {
  text-align: left;
  background-color: var(--brand-orange-light);
  text-align: left;
  justify-content: space-between;
  height: 95vh;
  padding-top: 80px;
  padding-bottom: 80px;
}

.right-half {
  background-color: #fff;
  width: 50%;
  position: relative;
}

.right-half.for-footer {
  background-color: #ede7e2;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 95vh;
  padding-top: 80px;
  padding-bottom: 40px;
  display: flex;
}

.project-image-container {
  z-index: -1;
  background-color: var(--dark-color);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.project-collection-list {
  width: 100%;
  height: 300vh;
}

.collection-item {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.projects {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.projects-container {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100vh;
  padding-top: 160px;
  padding-bottom: 80px;
  display: flex;
  position: sticky;
  top: 0;
}

.project-content {
  text-align: center;
  max-width: 20vw;
  margin-top: 15px;
  margin-bottom: 30px;
}

.footer {
  text-align: center;
  align-items: flex-start;
}

.footer.section {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.footer-link {
  color: var(--dark-color);
  margin-top: 0;
  margin-bottom: 14px;
  margin-right: 16px;
  font-family: Butler, sans-serif;
  font-size: 21px;
  line-height: 1;
  text-decoration: none;
  display: block;
}

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

.footer-link.no-margin-right {
  margin-right: 0;
}

.contact-footer {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 20vw;
  margin-bottom: 7.5vh;
  display: flex;
  position: relative;
}

.footer-contact-link {
  z-index: 1;
  color: #fff;
  font-family: Butler, sans-serif;
  font-size: 2.3vw;
  font-weight: 300;
  line-height: 90%;
  text-decoration: none;
  position: relative;
}

.footer-contact-link:visited {
  color: #fff;
}

.contact-footer-image {
  z-index: 0;
  opacity: .61;
  filter: grayscale();
  object-fit: contain;
  width: 90%;
  height: 100%;
  position: absolute;
  top: 10%;
  left: 5%;
  transform: rotate(8deg);
}

.rights-container {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  display: flex;
}

.rights-link {
  color: var(--dark-color);
  font-weight: 700;
  text-decoration: none;
}

.footer-links {
  grid-column-gap: 21px;
  margin-bottom: 15vh;
  display: flex;
}

.footer-links.for-menu {
  margin-bottom: 20px;
  display: none;
  position: absolute;
  bottom: 0;
}

.about-us-hero-image-container {
  z-index: -1;
  width: 47vw;
  height: 100vh;
  position: absolute;
  top: 20vh;
  right: 0;
}

.about-hero-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: -8vw;
  display: flex;
}

.stroke {
  background-color: var(--dark-color);
  width: 15vw;
  height: 1px;
  margin-right: 20px;
}

.rounded-arrow {
  margin-top: -12px;
  margin-left: 20px;
  position: relative;
}

.featured-on-container {
  align-self: center;
  width: 50vw;
  margin-top: 50px;
}

.feature {
  border-bottom: 1px solid #3a3a3acc;
  align-items: flex-end;
  padding-top: 15px;
  padding-bottom: 15px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.heading-4 {
  white-space: nowrap;
  margin-bottom: 15px;
  font-size: 28px;
  line-height: 1;
}

.feature-number {
  width: 10vw;
}

.feature-name {
  flex: 1;
}

.track {
  height: 210vw;
  margin-top: 120px;
  margin-bottom: 120px;
  padding-left: 13vw;
  padding-right: 13vw;
  overflow: visible;
}

.camera {
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: 0;
}

.frame {
  height: 100%;
  display: flex;
}

.step {
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 160px 0;
  display: flex;
}

.step-image-wrapper {
  z-index: -1;
  width: 30vw;
  height: 40vh;
  margin-top: -20px;
  position: relative;
}

.heading-3-wrapper {
  margin-top: 30px;
  margin-bottom: 20px;
}

.heading-3-wrapper.licenses {
  margin-bottom: 15px;
}

.heading-3-wrapper.right {
  text-align: right;
}

.step-arrow-wrapper {
  width: 24vw;
  margin-bottom: 20vh;
  margin-left: 3vw;
  margin-right: 3vw;
}

.services-hero-image-container {
  z-index: -1;
  background-image: url('../images/2.png');
  background-position: 50% 100%;
  background-size: cover;
  align-self: flex-end;
  width: 83%;
  height: 85vh;
  margin-top: -7vw;
  position: relative;
}

.services-hero-image-container.perspective {
  background-image: none;
  background-size: auto;
  justify-content: center;
  width: 100%;
  margin-top: 2vw;
  margin-bottom: 2vw;
  transition: all .2s;
  display: flex;
}

.services-hero-image-container.perspective:hover {
  background-color: #0000;
  transform: scale(1.1);
}

.services-hero-image-container.perspective.mirrored {
  background-color: #cfccc970;
  margin-top: 2vw;
}

.services-hero-image-container.perspective.mirrored.margin {
  margin-bottom: 50px;
}

.services-hero-image-container.perspective.mirrored.last {
  height: 60vh;
  margin-top: 2vw;
  margin-bottom: 2vw;
}

.services-hero-image-container.perspective.mirrored.last:hover {
  transform: scale(1.1);
}

.service-hero-overlay {
  z-index: -2;
  background-color: #fff;
  width: 100%;
  height: 35vh;
  position: absolute;
  bottom: 0;
}

.mobile-paragraph {
  display: none;
}

.service-container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20vh;
  display: flex;
}

.service-heading {
  color: #3a3a3a33;
  white-space: nowrap;
  font-size: 16vw;
  font-weight: 400;
  line-height: 1;
  position: relative;
  left: -7%;
}

.service-description {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 30px;
  display: flex;
}

.service-subtitles-container {
  flex-direction: column;
  align-items: flex-start;
  margin-right: 100px;
  display: flex;
}

.service-text-1 {
  margin-bottom: 20px;
}

.service-text {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.subtitle {
  align-items: flex-start;
  display: flex;
}

.service-arrow-container {
  width: 9.5px;
  height: 15.5px;
  margin-top: 6px;
  margin-right: 10px;
  position: relative;
}

.utility-page-wrap {
  background-color: var(--dark-color);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

.slider {
  width: 80vw;
  height: 80vh;
}

.left-arrow, .right-arrow, .slide-nav {
  display: none;
}

.project-left-half {
  width: 50%;
  height: 100%;
  min-height: 80vh;
  position: absolute;
}

.project-left-half.for-projects {
  width: 60%;
  overflow: hidden;
}

.project-left-half.static {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  display: flex;
  position: static;
}

.project-right-half {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 40%;
  height: 100%;
  min-height: 80vh;
  margin-left: 50%;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 50px;
  display: flex;
}

.project-right-half.projects {
  width: 43%;
  margin-left: 60%;
  padding-bottom: 40px;
}

.project-right-half.projects.mirrored {
  align-items: flex-end;
  margin-left: 0%;
  margin-right: 60%;
  padding-left: 0;
  padding-right: 50px;
}

.project-right-half.hidden {
  display: none;
}

.top-content {
  padding-bottom: 160px;
}

.top-content.projects {
  padding-bottom: 240px;
}

.top-content.projects.right {
  align-items: flex-end;
}

.end-result-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.end-result-left-half {
  width: 100%;
}

.end-result-right-half {
  width: auto;
}

.end-result {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.results-grid {
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  margin-top: 20px;
}

.result-number {
  color: var(--brown-color);
  font-family: Poppins, sans-serif;
  font-size: 26px;
}

.project-images-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto auto auto;
  width: 100%;
}

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

.fourth-image, .fifth-image {
  object-fit: cover;
  width: 100%;
  height: 80vh;
}

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

.testimonial {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 20vh;
  margin-top: 7vh;
  margin-bottom: 7vh;
  display: flex;
  overflow: hidden;
}

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

.project-button-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.testimonial-stroke {
  background-color: var(--dark-color);
  transform-origin: 0%;
  width: 33%;
  height: 1px;
  margin-right: 10px;
}

.testimonial-title {
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.circle-button-large {
  border: 1px solid var(--dark-color);
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  text-decoration: none;
  display: flex;
}

.big-cirlce-arrow {
  width: 200px;
  margin-top: 10px;
}

.collection-list-wrapper {
  width: 100%;
}

.collection-item-2 {
  background-color: var(--brown-color);
}

.brown-overlay {
  background-color: #c7a48b33;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.light-overlay {
  display: none;
}

.projects-collection {
  width: 100%;
}

.project-item {
  border-bottom: 1px solid #3a3a3acc;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.project-link {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: visible;
}

.project-hover-image-container {
  z-index: -1;
  opacity: 0;
  width: 20vw;
  height: 55vh;
  display: none;
  position: absolute;
  right: 5%;
  transform: translate(0, 20%);
}

.project-image-overlay {
  background-color: #ede7e366;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.button-wrapper {
  align-self: center;
  margin-top: 80px;
}

.contact-left-half {
  width: 50%;
  padding-bottom: 80px;
  padding-left: 10%;
  padding-right: 5%;
}

.contact-right-half {
  background-color: var(--dark-color);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-bottom: 80px;
  display: flex;
}

.contact-paragraph {
  margin-top: 20px;
}

.contact-infos {
  margin-top: 160px;
}

.contact-info-text {
  color: var(--dark-color);
  min-width: 160px;
  font-family: Butler, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
}

.contact-link {
  color: var(--dark-color);
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 1;
}

.contact-link.working-hours {
  line-height: 1.4;
}

.contact-info-row {
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.contact-info-row.working-hours {
  margin-bottom: 10px;
}

.contact-form-content {
  flex-direction: column;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.text-field {
  background-color: var(--dark-color);
  color: #fff;
  border: 0 solid #000;
  border-bottom: 1.5px solid #fff;
  width: 100%;
  margin-bottom: 30px;
  padding-left: 0;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 1;
}

.text-field:focus {
  border: 0 #000;
  border-bottom: 1.5px solid #fff;
}

.text-field::placeholder {
  color: #ffffffb3;
}

.text-field.utility {
  width: 400px;
  margin-top: 60px;
}

.form-column-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.form-column {
  width: 46%;
}

.form-block {
  width: 100%;
  margin-top: 2.5vw;
  margin-bottom: 0;
}

.text-label {
  color: #ffffffb3;
  padding-bottom: 8px;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 1;
}

.textarea {
  background-color: var(--dark-color);
  color: #fff;
  border: 1.5px solid #fff;
  min-height: 25vh;
  max-height: 25px;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 1;
}

.textarea:focus {
  border-width: 1.5px;
  border-color: #fff;
}

.submit-btn {
  color: #fff;
  background-color: #0000;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  padding: 0 0 14px;
  font-family: Poppins, sans-serif;
  font-size: 21px;
}

.form {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.contact-arrow {
  width: 10vw;
  position: absolute;
  transform: translate(-80%, -60%);
}

.error-message {
  text-align: center;
  margin-top: 30px;
}

.dark-overlay {
  z-index: -1;
  background-color: var(--dark-color);
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.menu {
  z-index: 600;
  height: 0;
  position: sticky;
  top: 0;
  left: 0;
}

.navbar {
  z-index: 777;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 160px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.navbar-container {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  display: flex;
}

.logo-container {
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: relative;
}

.logo-container.w--current {
  background-color: #0000;
  border-radius: 100%;
  flex-direction: column;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: relative;
}

.logo {
  opacity: 0;
  width: 60px;
  height: auto;
  display: block;
  position: absolute;
  left: auto;
}

.logo.light {
  opacity: 0;
}

.logo.visible {
  opacity: 1;
}

.menu-button {
  cursor: pointer;
  background-color: #0000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.menu-button-image {
  width: 50px;
  position: absolute;
  top: auto;
  right: auto;
}

.menu-button-image.close {
  opacity: 0;
  width: 20px;
  display: block;
}

.menu-button-image.light {
  opacity: 0;
}

.menu-button-image.light.contact {
  opacity: 1;
  display: block;
}

.menu-button-image.contact {
  display: none;
}

.menu-content {
  z-index: 555;
  background-color: var(--primary-background);
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0;
}

.menu-left-half {
  object-fit: contain;
  width: 50%;
  height: 100vh;
  display: flex;
  position: relative;
}

.menu-brown-overlay {
  z-index: 5;
  background-color: #c7a48b66;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.menu-right-half {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100vh;
  padding-left: 50px;
  display: flex;
}

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

.menu-link {
  color: var(--dark-color);
  margin-bottom: 15px;
  font-family: Butler, sans-serif;
  font-size: 4.625vw;
  font-weight: 300;
  line-height: 1;
  text-decoration: none;
}

.cover-image-container {
  opacity: 0;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.menu-link-underline {
  background-color: var(--dark-color);
  width: 0%;
  height: 3px;
  position: static;
}

.footer-links-wrapper {
  justify-content: center;
  align-items: center;
  line-height: 1;
  display: flex;
}

._404-image {
  width: 10vw;
}

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

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

.utility-btn {
  color: var(--dark-color);
  background-color: #fff;
  padding: 12px 22px;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 300;
}

.license {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.license-link {
  color: var(--dark-color);
  font-weight: 700;
}

.bold {
  font-weight: 700;
}

.typography-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.wrapper-with-margin {
  max-width: 600px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.color-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.color-item {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.color {
  border: 1px solid #000;
  width: 200px;
  height: 200px;
  margin-top: 5px;
}

.color.brown {
  background-color: var(--brown-color);
}

.color.light {
  background-color: var(--primary-background);
}

.color.dark {
  background-color: var(--dark-color);
}

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

.loader {
  z-index: 999;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0;
}

.logo-on-loader {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.main-logo-text-loader {
  color: var(--dark-color);
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 80%;
}

.agency-letter {
  color: var(--dark-color);
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.agency-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  overflow: hidden;
}

.link {
  color: var(--dark-color);
  font-weight: 500;
}

.version {
  margin-top: 30px;
}

.version-paragraph {
  margin-top: 10px;
}

.version-paragraph.instructions {
  margin-top: 30px;
  margin-bottom: 30px;
}

.horizontal-scroll-video {
  width: 100%;
  height: 100%;
}

.brand-orange-dark {
  color: var(--brand-orange-dark);
}

.menu-overlay {
  z-index: 5;
  object-fit: fill;
  background-color: #fff0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: visible;
}

.contact-form {
  flex-direction: column;
  margin-top: 70px;
  display: flex;
}

.menu-link-underline-2 {
  background-color: #3a3a3a;
  width: 0%;
  height: 3px;
  position: static;
}

.footer-link-2 {
  color: #3a3a3a;
  margin-top: 0;
  margin-bottom: 14px;
  margin-right: 16px;
  font-family: Butler, sans-serif;
  font-size: 21px;
  line-height: 1;
  text-decoration: none;
  display: block;
}

.footer-link-2:hover {
  text-decoration: underline;
}

.footer-link-2.no-margin-right {
  margin-right: 0;
}

.menu-content-2 {
  z-index: 555;
  background-color: #ede7e3;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0;
}

.menu-link-2 {
  color: #3a3a3a;
  margin-bottom: 15px;
  font-family: Butler, sans-serif;
  font-size: 4.625vw;
  font-weight: 300;
  line-height: 1;
  text-decoration: none;
}

.logo-2 {
  width: 80px;
  height: 100%;
  position: absolute;
  left: auto;
}

.main-title-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.main-title-2.about {
  align-items: flex-start;
  display: flex;
  position: relative;
}

.small-text-2 {
  color: #3a3a3a;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 1;
}

.paragraph-2 {
  color: #3a3a3a;
}

.paragraph-2.above-title {
  color: #3a3a3abf;
}

.paragraph-2.above-title.center {
  align-self: center;
}

.paragraph-2.above-title.company {
  color: #fff;
}

.paragraph-2.above-title.right {
  text-align: right;
}

.paragraph-2.narrow {
  max-width: 530px;
}

.paragraph-2.narrow.for-step {
  width: 530px;
  max-width: 30vw;
}

.paragraph-2.narrow.right {
  text-align: right;
}

.paragraph-2.narrow.absolute {
  min-width: 400px;
  position: absolute;
  top: 116%;
  left: 97%;
}

.paragraph-2.narrow.center {
  text-align: center;
  width: 100%;
  max-width: 1200px;
}

.paragraph-2.narrow.center.quote, .paragraph-2.narrow.quote {
  font-style: italic;
}

.paragraph-2.for-feature {
  color: #3a3a3acc;
}

.paragraph-2.big-circle-button {
  font-size: 36px;
}

.paragraph-2.button {
  margin-right: 20px;
  font-size: 21px;
  font-weight: 400;
  text-decoration: none;
}

.paragraph-2.rights {
  font-size: 16px;
}

.paragraph-2.services {
  max-width: 360px;
  position: absolute;
  top: auto;
  bottom: 2.2vw;
  right: 0;
  transform: translate(100%);
}

.paragraph-2.services.accolade-1 {
  z-index: 999;
  background-color: #fff;
  padding: 15px;
  display: block;
  inset: 0% auto auto -3%;
  box-shadow: 3px 3px 0 1px #00000012;
}

.stroke-2 {
  background-color: #3a3a3a;
  width: 15vw;
  height: 1px;
  margin-right: 20px;
}

.body {
  overflow: visible;
}

.collection-item-3 {
  background-color: var(--brand-orange-light);
  display: flex;
}

.collection-item-3.mirrored {
  flex-direction: row-reverse;
}

.light-overlay-2 {
  display: none;
}

.circle-button-large-2 {
  border: 1px solid #3a3a3a;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  text-decoration: none;
  display: flex;
}

.contact-footer-image-2 {
  z-index: 0;
  object-fit: contain;
  width: 90%;
  height: 100%;
  position: absolute;
  top: 10%;
  left: 5%;
  transform: rotate(8deg);
}

.footer-contact-link-2 {
  z-index: 1;
  color: #3a3a3a;
  font-family: Butler, sans-serif;
  font-size: 2.3vw;
  font-weight: 300;
  line-height: 90%;
  position: relative;
}

.rights-link-2 {
  color: #3a3a3a;
  font-weight: 700;
  text-decoration: none;
}

.full-video {
  z-index: 300;
  height: 100%;
  display: flex;
}

.project-right-half-picture {
  width: 50%;
  height: 100%;
  min-height: 80vh;
  position: absolute;
}

.project-right-half-picture.for-projects {
  overflow: hidden;
}

.project-right-half-picture.static {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  position: static;
}

.submit-button {
  background-color: var(--brand-orange-dark);
  border-radius: 10px;
}

.field-label, .field-label-2, .field-label-3, .field-label-4 {
  color: #fff;
}

.form-block-2 {
  min-width: 400px;
}

.text-field-2, .text-field-3, .text-field-4, .textarea-2 {
  border: 1px #000;
  border-radius: 10px;
}

.sketchbook-link, .contact-mainmenu {
  display: none;
}

.accolade {
  width: 50%;
  margin-top: 113px;
  margin-left: 60px;
  position: relative;
  transform: skew(6deg, 6deg);
}

.accolade.mirrored {
  margin-left: 120px;
  transform: rotate(6deg)skew(6deg, 6deg);
}

.hidden {
  display: none;
}

.cover-video {
  z-index: -1;
  width: 70vw;
  height: 60vh;
  margin-bottom: 20vh;
  position: relative;
  transform: skew(-4deg, -11deg);
}

.video-container-large {
  margin-top: 0;
  margin-bottom: 30px;
  position: relative;
}

.video-container-large.first {
  margin-top: 20px;
}

.video-type-label {
  color: #fff;
  background-color: #000;
  width: auto;
  padding: 3px 10px 0;
  font-family: Butler, sans-serif;
  font-size: 23px;
  line-height: 41px;
  display: flex;
  position: absolute;
  top: -49px;
  left: 0%;
  right: auto;
  transform: none;
}

.project-videos-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto auto auto auto;
  width: 100%;
}

.testimonials {
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  padding: 60px 40px;
  display: flex;
}

.slide {
  max-width: 100%;
}

.slide-container {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.slide-container-left {
  background-image: url('../images/1.Jane-and-Family.jpg');
  background-position: 50%;
  background-size: cover;
  width: 40%;
  height: 100%;
  min-height: 300px;
  margin-left: 30px;
  margin-right: 60px;
}

.slide-container-left.sandra-and-family {
  background-image: url('../images/2.Sandra-and-Family.jpg');
}

.slide-container-left.magain-and-claire {
  background-image: url('../images/3.Magain-and-Claire.jpg');
}

.slide-container-left.tracy-and-family {
  background-image: url('../images/4.Tracy-and-Family.jpg');
}

.slide-container-left.rey-and-family {
  background-image: url('../images/5.Rey-and-Family.jpg');
}

.slide-container-left.kevin-and-jewel {
  background-image: url('../images/6.Kevin-and-Jewel.jpg');
}

.slide-container-left.alex-and-abbie {
  background-image: url('../images/7.Alex-and-Abbie.jpg');
}

.slide-container-left.joel-and-shu-shia {
  background-image: url('../images/8.Joel-and-Shu-Shia.jpg');
}

.slide-container-left.kim-soon-and-tiffany {
  background-image: url('../images/9.Kim-Soon-and-Tiffany.jpg');
}

.slide-container-left.hui-xin-yap {
  background-image: url('../images/10.Hui-Xin-Yap.jpg');
}

.slide-container-left.amanda-felise {
  background-image: url('../images/11.Amanda-Felise.jpg');
}

.slide-container-left.adriano-wong {
  background-image: url('../images/12.Adriano-and-Cheryl.jpg');
  margin-right: 60px;
}

.slide-container-right {
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  margin-right: 30px;
  display: flex;
  overflow: scroll;
}

.icon, .icon-2 {
  color: #3a3a3a;
}

@media screen and (min-width: 1920px) {
  .paragraph {
    font-size: 20px;
  }

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

  .paragraph.light {
    width: 100%;
    max-width: 650px;
  }

  .paragraph.narrow {
    max-width: 590px;
  }

  .paragraph.narrow.for-step {
    width: 100%;
  }

  .paragraph.rights {
    font-size: 18px;
  }

  .paragraph.services {
    max-width: 400px;
  }

  .paragraph.wide {
    max-width: 780px;
  }

  .paragraph.different-font.testimonial-name {
    display: none;
  }

  .paragraph.big-circle-button {
    font-size: 48px;
  }

  .hero-title.contact.right-side {
    margin-top: 14vw;
  }

  .wrapper.above-title {
    background-color: #f8f8f800;
    border-style: none;
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section, .section.white {
    padding-top: 240px;
    padding-bottom: 240px;
  }

  .section.white.no-padding-bottom {
    padding-top: 240px;
  }

  .section.dark {
    padding-top: 240px;
    padding-bottom: 240px;
  }

  .section.smaller-padding {
    margin-top: 20px;
  }

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

  .section.white {
    padding-top: 240px;
    padding-bottom: 240px;
  }

  .hero.home-hero {
    border-style: none;
  }

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

  .small-text {
    font-size: 18px;
  }

  .heading-2-wrapper {
    margin-bottom: 60px;
  }

  .services-grid {
    grid-column-gap: 5vw;
    grid-row-gap: 18vh;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: stretch;
    align-self: center;
    max-width: 70vw;
    margin-top: 120px;
    margin-left: 0%;
  }

  .home-service-number {
    margin-right: 30px;
    font-size: 9vw;
    left: -10%;
    transform: translate(0%, -60%);
  }

  .service-content {
    margin-top: 20px;
  }

  .button-type-2-wrapper {
    margin-top: 120px;
  }

  .left-half.brown {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .right-half.for-footer {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .projects-container {
    padding-top: 240px;
    padding-bottom: 120px;
  }

  .project-content {
    margin-bottom: 45px;
  }

  .footer-link {
    margin-top: 0;
    margin-bottom: 18px;
    margin-right: 30px;
    font-size: 24px;
  }

  .footer-contact-link {
    color: #fff;
  }

  .contact-footer-image {
    filter: grayscale();
  }

  .footer-links.for-menu {
    margin-bottom: 30px;
  }

  .feature {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-4 {
    font-size: 32px;
  }

  .service-description {
    margin-top: 45px;
  }

  .service-subtitles-container {
    margin-right: 150px;
  }

  .service-text-1 {
    max-width: 700px;
    margin-bottom: 0;
    margin-right: 90px;
  }

  .service-text-2 {
    max-width: 700px;
  }

  .service-text {
    flex-direction: row;
    width: 75%;
  }

  .project-right-half {
    width: 42%;
    padding-top: 120px;
    padding-bottom: 120px;
    padding-left: 100px;
  }

  .project-right-half.projects {
    padding-bottom: 60px;
  }

  .top-content {
    padding-bottom: 240px;
  }

  .top-content.projects {
    padding-bottom: 360px;
  }

  .end-result-left-half {
    width: 55%;
  }

  .end-result-right-half {
    width: auto;
    padding-left: 50px;
  }

  .end-result {
    flex-direction: row;
    align-items: center;
  }

  .results-grid {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
  }

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

  .testimonial {
    margin-top: 10vh;
    margin-bottom: 10vh;
  }

  .project-button-wrapper {
    margin-top: -13vh;
  }

  .testimonial-title {
    margin-bottom: 30px;
  }

  .circle-button-large {
    width: 370px;
    height: 370px;
  }

  .big-cirlce-arrow {
    width: 260px;
  }

  .project-item {
    padding-top: 0;
    padding-bottom: 0;
  }

  .project-link {
    padding-top: 120px;
    padding-bottom: 20px;
  }

  .button-wrapper {
    margin-top: 120px;
  }

  .contact-left-half, .contact-right-half {
    padding-bottom: 120px;
  }

  .contact-info-text {
    min-width: 200px;
    font-size: 30px;
  }

  .contact-link {
    font-size: 25px;
  }

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

  .submit-btn {
    font-size: 24px;
  }

  .menu-link {
    margin-bottom: 20px;
  }

  .color {
    width: 300px;
    height: 300px;
  }

  .footer-link-2 {
    margin-top: 0;
    margin-bottom: 18px;
    margin-right: 30px;
    font-size: 24px;
  }

  .menu-link-2 {
    margin-bottom: 20px;
  }

  .small-text-2 {
    font-size: 18px;
  }

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

  .paragraph-2.narrow {
    max-width: 590px;
  }

  .paragraph-2.narrow.for-step {
    width: 100%;
  }

  .paragraph-2.big-circle-button {
    font-size: 48px;
  }

  .paragraph-2.button {
    font-size: 24px;
  }

  .paragraph-2.rights {
    font-size: 18px;
  }

  .paragraph-2.services {
    max-width: 400px;
  }

  .circle-button-large-2 {
    width: 370px;
    height: 370px;
  }

  .full-video {
    height: 105%;
    margin-top: -2.5%;
  }

  .video-container-large {
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .video-type-label {
    z-index: 100;
    flex-direction: row;
    margin-top: -6px;
    margin-left: auto;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 25px;
    display: flex;
    top: -35px;
    left: auto;
    right: auto;
    transform: none;
  }

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

@media screen and (max-width: 991px) {
  .paragraph.above-title.company {
    display: none;
  }

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

  .paragraph.narrow.projects {
    margin-bottom: 30px;
  }

  .paragraph.narrow.for-step {
    width: 100%;
    max-width: 100%;
  }

  .paragraph.narrow.full-on-mobile {
    max-width: 100%;
  }

  .paragraph.rights {
    font-size: 15px;
  }

  .paragraph.for-feature {
    font-size: 16px;
  }

  .paragraph.services {
    display: none;
  }

  .paragraph.big-circle-button {
    font-size: 20px;
    font-weight: 400;
  }

  .hero-title {
    flex-direction: column-reverse;
    margin-top: 20vh;
  }

  .hero-title.about {
    flex-direction: column;
  }

  .hero-title.services {
    align-items: center;
  }

  .hero-title.project {
    margin-top: 20vh;
  }

  .hero-title.contact {
    flex-direction: column;
  }

  .hero-title.contact.right-side {
    margin-top: 0;
  }

  .wrapper.horizontal.middle-title-row {
    top: -6.5vw;
  }

  .wrapper.horizontal.last-title-row {
    top: -13vw;
  }

  .wrapper.above-title.project {
    bottom: 20px;
  }

  .wrapper.above-title.for-projects, .wrapper.above-title.contact {
    bottom: 0;
  }

  .wrapper.top-title-row {
    margin-top: 20px;
  }

  .wrapper.top-title-row.contact {
    margin-top: 0;
  }

  .wrapper.above-title {
    bottom: 11vw;
  }

  .wrapper.above-title.about {
    bottom: -30px;
  }

  .wrapper.above-title.for-projects {
    bottom: 0;
  }

  .wrapper.above-title.services {
    bottom: 5vw;
  }

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

  .heading-1.left-padding {
    padding-left: 0;
  }

  .heading-1.contact {
    margin-top: 0;
  }

  .home-image-wrapper {
    width: 70vw;
    height: 40vh;
    margin-top: -5vw;
  }

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

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

  .section.white.full-background {
    background-position: 50%;
  }

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

  .section.horizontal-to-vertical {
    flex-direction: column;
    align-items: center;
    height: auto;
  }

  .section.no-padding-desktop {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-top: 120px;
    padding-bottom: 0;
  }

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

  .section.smaller-padding {
    padding-top: 30px;
  }

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

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

  .hero.about-hero {
    height: auto;
    padding-bottom: 120px;
  }

  .hero.projects {
    padding-bottom: 40px;
  }

  .hero.contact {
    flex-direction: column;
    justify-content: center;
  }

  .white-background {
    height: 20vh;
  }

  .white-background.about {
    display: none;
  }

  .white-background.project {
    height: 20vh;
  }

  .scroll-container.about {
    margin-top: 0;
    margin-bottom: 80px;
  }

  .scroll-container.services {
    top: 20%;
    left: auto;
    right: 0;
    transform: translate(70%)rotate(90deg);
  }

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

  .heading-2.light.projects {
    line-height: 120%;
  }

  .heading-2-wrapper {
    margin-bottom: 40px;
  }

  .heading-2-wrapper.projects {
    margin-bottom: 20px;
  }

  .heading-2-wrapper.for-footer {
    margin-bottom: 60px;
  }

  .heading-2-wrapper.company {
    margin-top: 0;
  }

  .heading-2-wrapper.featured-on {
    margin-bottom: 60px;
  }

  .heading-2-wrapper.project {
    max-width: 65vw;
  }

  .button-type-1.for-footer {
    margin-top: 60px;
  }

  .wide-container {
    width: 80%;
  }

  .wide-container.center-on-mobile {
    align-items: center;
  }

  .wide-container.full-width-on-mobile {
    width: 100%;
  }

  .services-grid {
    grid-column-gap: 60px;
    grid-template-columns: 1fr 1fr;
  }

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

  .home-service-number {
    font-size: 7vw;
    top: 0;
    left: auto;
    right: 0;
    transform: none;
  }

  .arrow-circle-small.home, .arrow-circle-small.dark {
    margin-top: 15px;
  }

  .left-half {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .left-half.brown {
    height: auto;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .right-half {
    width: 100%;
  }

  .right-half.for-footer {
    height: auto;
    padding-top: 120px;
  }

  .projects-container {
    height: auto;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .project-content {
    max-width: 50vw;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer.section {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-link {
    margin-left: 8px;
    margin-right: 8px;
    font-size: 20px;
  }

  .contact-footer {
    height: 30vh;
    margin-bottom: 5vh;
  }

  .footer-contact-link {
    font-size: 5vw;
  }

  .footer-links {
    margin-top: 60px;
    margin-bottom: 160px;
  }

  .footer-links.for-menu {
    margin-top: 0;
    margin-bottom: 16vh;
  }

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

  .about-us-hero-image-container {
    width: 40vw;
    height: 47.5vh;
    top: 15vh;
  }

  .about-hero-content {
    flex-direction: column-reverse;
    margin-top: -5vw;
  }

  .stroke {
    width: 13vw;
    margin-right: 2vw;
  }

  .rounded-arrow {
    margin-top: -4px;
    display: none;
  }

  .featured-on-container {
    width: 100%;
    margin-top: 20px;
  }

  .heading-4 {
    font-size: 24px;
  }

  .feature-number {
    width: 15vw;
    padding-right: 0;
  }

  .track {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .camera {
    width: 80%;
    height: auto;
  }

  .frame {
    flex-direction: column;
  }

  .step {
    justify-content: flex-start;
    height: auto;
    padding-top: 0;
    padding-bottom: 60px;
  }

  .step.last {
    padding-bottom: 0;
  }

  .step-image-wrapper {
    width: 100%;
    margin-top: -10px;
  }

  .heading-3-wrapper {
    margin-top: 15px;
    margin-bottom: 10px;
  }

  .step-arrow-wrapper {
    display: none;
  }

  .services-hero-image-container {
    align-self: center;
    width: 70vw;
    height: 40vh;
    margin-top: 0;
  }

  .services-hero-image-container.perspective {
    margin-bottom: 40px;
  }

  .services-hero-image-container.perspective.mirrored {
    background-color: #0000;
  }

  .services-hero-image-container.perspective.mirrored.last {
    height: 31vh;
  }

  .service-hero-overlay {
    height: 25vh;
  }

  .mobile-paragraph {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin-top: 40px;
    display: flex;
  }

  .service-container {
    margin-bottom: 80px;
  }

  .service-container.last {
    margin-bottom: 0;
  }

  .service-heading {
    left: 0%;
  }

  .service-description {
    flex-direction: column;
    justify-content: center;
    margin-top: 10px;
  }

  .service-subtitles-container {
    margin-right: 0;
  }

  .service-text {
    width: 100%;
    margin-top: 5px;
  }

  .service-arrow-container {
    margin-top: 3px;
  }

  .animation-trigger {
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .slider {
    height: 55vh;
    margin-top: 20px;
  }

  .project-left-half {
    width: 100%;
    height: 55vh;
    margin-top: 30px;
    padding-left: 0%;
    padding-right: 0%;
    position: static;
  }

  .project-left-half.for-projects {
    z-index: 1;
    width: 80vw;
    margin-top: -20px;
    margin-bottom: 120px;
    padding-left: 0%;
    padding-right: 0%;
    position: relative;
  }

  .project-right-half {
    width: 100%;
    height: auto;
    min-height: auto;
    margin-left: 0%;
    padding: 0 10%;
  }

  .project-right-half.projects {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 0%;
    padding-bottom: 120px;
  }

  .project-right-half.projects.mirrored {
    align-items: center;
    margin-right: 0%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .top-content {
    padding-bottom: 60px;
  }

  .top-content.projects {
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
  }

  .top-content.projects.right {
    align-items: center;
  }

  .project-images-grid {
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .third-image, .fourth-image, .fifth-image, .sixth-image {
    height: 55vh;
  }

  .testimonial {
    width: 80%;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .seventh-image {
    height: 55vh;
  }

  .project-button-wrapper {
    margin-top: 30px;
  }

  .circle-button-large {
    width: 215px;
    height: 215px;
  }

  .big-cirlce-arrow {
    width: 120px;
    height: 20px;
    margin-top: 3px;
  }

  .collection-item-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .light-overlay {
    z-index: 0;
    background-color: var(--primary-background);
    width: 100%;
    height: 40vh;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }

  .project-item {
    padding-top: 0;
  }

  .project-link {
    padding-top: 60px;
  }

  .button-wrapper {
    margin-top: 60px;
  }

  .contact-left-half {
    width: 100%;
    padding-bottom: 120px;
    padding-left: 10%;
    padding-right: 10%;
  }

  .contact-right-half {
    width: 100%;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .contact-paragraph {
    margin-top: 0;
  }

  .contact-infos {
    margin-top: 60px;
  }

  .contact-info-text {
    min-width: 140px;
    font-size: 22px;
  }

  .contact-link {
    font-size: 20px;
  }

  .contact-info-row {
    margin-bottom: 15px;
  }

  .contact-info-row.working-hours {
    margin-bottom: 5px;
  }

  .contact-info-row.last {
    margin-bottom: 0;
  }

  .submit-btn {
    font-size: 20px;
  }

  .contact-arrow, .dark-overlay {
    display: none;
  }

  .navbar {
    height: 120px;
  }

  .logo-container, .logo-container.w--current {
    width: 60px;
    height: 60px;
  }

  .logo {
    width: 60px;
  }

  .menu-button {
    width: 60px;
    height: 60px;
  }

  .menu-button-image {
    width: 35px;
  }

  .menu-button-image.light.contact {
    opacity: 0;
    display: none;
  }

  .menu-button-image.contact {
    opacity: 1;
    display: block;
  }

  .menu-left-half {
    display: none;
  }

  .menu-right-half {
    align-items: center;
    width: 100%;
    padding-left: 0;
  }

  .menu-links {
    align-items: center;
    margin-bottom: 10vh;
  }

  .menu-link {
    font-size: 7.5vw;
  }

  .cover-image-container {
    display: none;
  }

  ._404-image {
    width: 100px;
  }

  .lock-image {
    width: 50px;
  }

  .color-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .version-paragraph.instructions {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .footer-link-2 {
    margin-left: 8px;
    margin-right: 8px;
    font-size: 20px;
  }

  .menu-link-2 {
    font-size: 7.5vw;
  }

  .logo-2 {
    width: 60px;
  }

  .paragraph-2.above-title.company {
    display: none;
  }

  .paragraph-2.narrow.for-step {
    width: 100%;
    max-width: 100%;
  }

  .paragraph-2.for-feature {
    font-size: 16px;
  }

  .paragraph-2.big-circle-button {
    font-size: 20px;
    font-weight: 400;
  }

  .paragraph-2.button {
    font-size: 20px;
  }

  .paragraph-2.rights {
    font-size: 15px;
  }

  .paragraph-2.services {
    display: none;
  }

  .paragraph-2.services.accolade-1 {
    top: 10%;
    left: -24%;
  }

  .stroke-2 {
    width: 13vw;
    margin-right: 2vw;
  }

  .collection-item-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .collection-item-3.mirrored {
    flex-direction: column-reverse;
  }

  .light-overlay-2 {
    z-index: 0;
    background-color: #ede7e3;
    width: 100%;
    height: 40vh;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }

  .circle-button-large-2 {
    width: 215px;
    height: 215px;
  }

  .footer-contact-link-2 {
    font-size: 5vw;
  }

  .full-video {
    width: 100%;
    max-width: 100%;
    position: relative;
  }

  .project-right-half-picture {
    width: 100%;
    height: 55vh;
    margin-top: 30px;
    padding-left: 0%;
    padding-right: 0%;
    position: static;
  }

  .project-right-half-picture.for-projects {
    z-index: 1;
    width: 80vw;
    margin-top: 0;
    margin-bottom: 120px;
    padding-left: 0%;
    padding-right: 0%;
    position: relative;
  }

  .project-videos-grid {
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .testimonials {
    min-height: 100vh;
  }

  .slide-container {
    flex-direction: column;
  }

  .slide-container-left {
    border-radius: 300px;
    width: 300px;
    height: 300px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .paragraph.above-title {
    white-space: nowrap;
    font-size: 16px;
  }

  .paragraph.for-feature {
    font-size: 14px;
  }

  .hero-title {
    flex-direction: column-reverse;
  }

  .wrapper.horizontal.middle-title-row {
    top: -8vw;
  }

  .wrapper.horizontal.last-title-row {
    top: -16vw;
  }

  .wrapper.above-title.project {
    bottom: 15px;
  }

  .wrapper.top-title-row {
    margin-top: 0;
  }

  .wrapper.above-title {
    bottom: 14vw;
  }

  .wrapper.above-title.about {
    bottom: -15px;
  }

  .wrapper.above-title.services {
    bottom: 6vw;
  }

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

  .heading-1.project {
    font-size: 20vw;
  }

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

  .home-image-wrapper {
    width: 80vw;
    height: 30vh;
    margin-top: -5vw;
  }

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

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

  .section.white.full-background {
    background-position: 50%;
  }

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

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

  .section.smaller-padding {
    padding-top: 20px;
  }

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

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

  .hero.about-hero {
    padding-bottom: 100px;
  }

  .hero.services-hero.border:hover {
    transform: none;
  }

  .hero.projects {
    padding-bottom: 30px;
  }

  .white-background {
    height: 7.5vh;
  }

  .scroll-container, .scroll-container.services {
    top: 40%;
  }

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

  .heading-2-wrapper {
    margin-bottom: 25px;
  }

  .heading-2-wrapper.company {
    margin-bottom: 15px;
  }

  .heading-2-wrapper.featured-on {
    margin-bottom: 40px;
  }

  .heading-2-wrapper.project {
    max-width: 90vw;
  }

  .wide-container {
    width: 90%;
  }

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

  .heading-3, .heading-3.light {
    font-size: 7vw;
  }

  .home-service-number {
    font-size: 14vw;
    top: 0;
    transform: none;
  }

  .service-content {
    margin-top: 10px;
  }

  .button-type-2 {
    width: 180px;
    height: 180px;
  }

  .left-half {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .left-half.brown {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .right-half.for-footer {
    padding-top: 100px;
  }

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

  .project-content {
    max-width: 65vw;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-link {
    margin-top: 10px;
    margin-bottom: 12px;
  }

  .footer-contact-link {
    font-size: 7vw;
  }

  .rights-container {
    width: 96%;
  }

  .about-us-hero-image-container {
    height: 44vh;
  }

  .featured-on-container {
    margin-top: 15px;
  }

  .track {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .camera {
    width: 90%;
  }

  .step {
    padding-bottom: 40px;
  }

  .services-hero-image-container {
    width: 80vw;
    height: 30vh;
  }

  .services-hero-image-container.perspective {
    z-index: 100;
    flex-direction: column-reverse;
    align-items: center;
    height: auto;
    margin-bottom: 30px;
  }

  .services-hero-image-container.perspective:hover {
    margin-bottom: 30px;
    transform: none;
  }

  .services-hero-image-container.perspective.mirrored.last {
    margin-top: 50px;
    margin-bottom: 80px;
  }

  .services-hero-image-container.perspective.mirrored.last:hover {
    transform: none;
  }

  .service-hero-overlay {
    height: 25vh;
  }

  .mobile-paragraph {
    width: 90%;
    margin-top: 30px;
  }

  .service-container {
    margin-bottom: 60px;
  }

  .utility-page-content {
    align-items: center;
  }

  .slider {
    width: 90vw;
    height: 45vh;
  }

  .project-left-half {
    height: 45vh;
    margin-top: 20px;
  }

  .project-left-half.for-projects {
    margin-bottom: 100px;
  }

  .project-right-half {
    padding-left: 5%;
    padding-right: 5%;
  }

  .project-right-half.projects {
    padding-bottom: 100px;
  }

  .top-content.projects {
    padding-bottom: 25px;
  }

  .results-grid {
    grid-column-gap: 20px;
  }

  .project-images-grid {
    grid-row-gap: 20px;
  }

  .third-image, .fourth-image, .fifth-image, .sixth-image {
    height: 45vh;
  }

  .testimonial {
    width: 90%;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .seventh-image {
    height: 45vh;
  }

  .testimonial-stroke {
    width: 20%;
  }

  .circle-button-large {
    width: 180px;
    height: 180px;
  }

  .light-overlay {
    height: 30vh;
  }

  .project-item {
    padding-top: 0;
  }

  .project-link {
    padding-top: 40px;
  }

  .button-wrapper {
    margin-top: 50px;
  }

  .contact-left-half {
    padding-bottom: 100px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .contact-right-half {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .contact-form-content {
    width: 100%;
  }

  .submit-btn {
    padding-bottom: 7px;
  }

  .navbar {
    height: 100px;
  }

  .logo-container, .logo-container.w--current, .menu-button {
    width: 65px;
    height: 65px;
  }

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

  .utility-page-form {
    width: 90%;
  }

  .license {
    margin-top: 20px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .color-wrapper {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .color-item {
    align-items: flex-start;
  }

  .color {
    width: 100%;
  }

  .license-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .main-logo-text-loader {
    font-size: 40px;
  }

  .agency-letter {
    font-size: 12px;
  }

  .footer-link-2 {
    margin-top: 10px;
    margin-bottom: 12px;
  }

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

  .paragraph-2.above-title {
    white-space: nowrap;
    font-size: 16px;
  }

  .paragraph-2.narrow.absolute {
    min-width: 200px;
  }

  .paragraph-2.for-feature {
    font-size: 14px;
  }

  .paragraph-2.services.accolade-1 {
    text-align: center;
    width: 100%;
    max-width: 100%;
    display: block;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }

  .light-overlay-2 {
    height: 30vh;
  }

  .circle-button-large-2 {
    width: 180px;
    height: 180px;
  }

  .footer-contact-link-2 {
    font-size: 7vw;
  }

  .project-right-half-picture {
    height: 45vh;
    margin-top: 20px;
  }

  .project-right-half-picture.for-projects {
    margin-bottom: 100px;
  }

  .accolade {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    transform: none;
  }

  .accolade.mirrored {
    margin-left: 0;
    transform: none;
  }

  .project-videos-grid {
    grid-row-gap: 20px;
  }
}

@media screen and (max-width: 479px) {
  .paragraph.rights {
    text-align: center;
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .wrapper.horizontal.middle-title-row {
    top: -9.5vw;
  }

  .wrapper.horizontal.last-title-row {
    top: -19vw;
  }

  .wrapper.above-title.project {
    bottom: 10px;
  }

  .wrapper.above-title {
    bottom: 17vw;
  }

  .wrapper.above-title.services {
    bottom: 9vw;
  }

  .heading-1.first-animated.project {
    padding-right: 0;
    font-size: 14vw;
  }

  .home-image-wrapper {
    margin-top: -8vw;
  }

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

  .heading-2.line-height {
    font-size: 7vw;
  }

  .arrow-circle-small.submit {
    margin-top: 15px;
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .rights-container {
    flex-direction: column;
    justify-content: center;
  }

  .footer-links {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 100px;
  }

  .footer-links.for-menu {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .services-hero-image-container {
    margin-top: -2vw;
  }

  .services-hero-image-container.perspective {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 23px;
  }

  .services-hero-image-container.perspective.mirrored {
    margin-top: 30px;
  }

  .services-hero-image-container.perspective.mirrored.last {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .contact-infos {
    margin-top: 40px;
  }

  .contact-info-text {
    margin-bottom: 3px;
  }

  .contact-info-text.working-hours {
    display: none;
  }

  .contact-info-row {
    flex-direction: column;
    justify-content: center;
    margin-bottom: 20px;
  }

  .contact-info-row.working-hours {
    margin-bottom: 0;
  }

  .contact-form-content {
    width: 100%;
  }

  .text-field.utility {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 15px;
    font-size: 18px;
  }

  .form-column-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .form-column {
    width: 100%;
  }

  .lock-image {
    margin-bottom: 10px;
  }

  .utility-btn {
    padding: 9px 15px;
    font-size: 18px;
  }

  .contact-form {
    width: 100%;
    max-width: 100%;
  }

  .footer-link-2.last {
    margin-right: 0;
  }

  .paragraph-2.narrow.absolute {
    left: 39%;
  }

  .paragraph-2.rights {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .paragraph-2.services.accolade-1 {
    width: 100%;
    max-width: 100%;
    top: -2%;
    left: auto;
  }

  .form-block-2 {
    min-width: 100%;
  }

  .accolade {
    width: 100%;
    margin-left: 0;
  }

  .accolade.mirrored {
    margin-left: 0;
  }

  .slide-container-left {
    border-radius: 1500px;
    width: 150px;
    height: 150px;
    min-height: 150px;
  }
}

#w-node-_8aae78e9-f252-d9ef-0afa-07a738821a49-94e57c7c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0669e698-f439-7295-5f2a-e366a81a01d8-94e57c7c {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-bddba08f-66d1-7e26-2023-c41110fdd30c-94e57c7c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9c73b1a7-d357-3a5b-51f2-ca3f7d7dd380-94e57c7c, #w-node-_05a987dc-5b56-1566-dbf4-bd9a08ac0bfb-94e57c7c, #w-node-c5132136-bdf5-325c-f7df-62614905cdfd-94e57c7c, #w-node-_6ed79d50-8b0b-31e9-ef71-48fcd15b8f7f-94e57c7c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7a952ded-4552-43c0-2a75-76c3a531fc22-94e57c7c, #w-node-beeb67d9-ab50-20bb-f58e-fbd58ad8d25b-94e57c7c, #w-node-d7890311-b4bc-e24e-17f3-48626b307823-94e57c7c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d7890311-b4bc-e24e-17f3-48626b307826-94e57c7c {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-d7890311-b4bc-e24e-17f3-48626b30782d-94e57c7c, #w-node-d7890311-b4bc-e24e-17f3-48626b30782e-94e57c7c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d7890311-b4bc-e24e-17f3-48626b307832-94e57c7c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d7890311-b4bc-e24e-17f3-48626b307833-94e57c7c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_67b42032-7778-a4f1-5294-e62802a7997d-94e57c7c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_02e3f887-1ccf-94e9-5966-0c20bf073fe4-94e57c7c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (min-width: 1920px) {
  #w-node-d7890311-b4bc-e24e-17f3-48626b30782f-94e57c7c, #w-node-d7890311-b4bc-e24e-17f3-48626b307831-94e57c7c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d7890311-b4bc-e24e-17f3-48626b307833-94e57c7c {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }
}

@media screen and (max-width: 991px) {
  #w-node-f5dd0e6e-4552-a403-6f92-557376e82949-94e57c7c, #w-node-abf9dbdc-c343-5b12-4354-226512fe3505-94e57c7c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0669e698-f439-7295-5f2a-e366a81a01d8-94e57c7c {
    grid-area: 5 / 1 / 7 / 3;
  }

  #w-node-_7c17fe6b-dedc-f210-9d6d-b1cbfac2de1a-94e57c7c {
    grid-area: 4 / 1 / 5 / 3;
    justify-self: center;
  }

  #w-node-d009278e-37d4-1922-6fbe-8093ca8b2b0d-94e57c7c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9c73b1a7-d357-3a5b-51f2-ca3f7d7dd380-94e57c7c, #w-node-_05a987dc-5b56-1566-dbf4-bd9a08ac0bfb-94e57c7c, #w-node-c5132136-bdf5-325c-f7df-62614905cdfd-94e57c7c, #w-node-_6ed79d50-8b0b-31e9-ef71-48fcd15b8f7f-94e57c7c {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-a0bc8685-bbc0-faab-f7da-376983e3b879-94e57c7c, #w-node-fd6c5703-a525-c5f9-4181-7b741e26d68d-94e57c7c, #w-node-d7890311-b4bc-e24e-17f3-48626b307824-94e57c7c, #w-node-d7890311-b4bc-e24e-17f3-48626b307825-94e57c7c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d7890311-b4bc-e24e-17f3-48626b307826-94e57c7c {
    grid-area: 5 / 1 / 7 / 3;
  }

  #w-node-d7890311-b4bc-e24e-17f3-48626b307827-94e57c7c {
    grid-area: 4 / 1 / 5 / 3;
    justify-self: center;
  }

  #w-node-d7890311-b4bc-e24e-17f3-48626b30782c-94e57c7c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Butler';
  src: url('../fonts/Butler_Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Butler';
  src: url('../fonts/Butler_Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Butler';
  src: url('../fonts/Butler_Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Butler';
  src: url('../fonts/Butler_Ultra_Light.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}