:root {
  --black: #0d0d11;
  --link: white;
  --dark-grey-2: #1f1f1f;
  --grey-51: #303030;
  --tan: #bbaf9a;
  --green-grey: #adb2a9;
  --slate-grey: #8f9bbd;
  --grey-20: #e1e3e5;
  --grey-10: #f9f9fa;
  --grey-30: #c3c7cb;
  --grey-40: #878f98;
  --grey-50: #646e7a;
  --white: #fff;
  --dark-grey: #121217;
  --outlines: #333333f2;
  --red: #ff4b27;
  --blue: #1d2a3b;
}

body {
  background-color: var(--black);
  color: #fff;
  letter-spacing: .3px;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
}

h2 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 700;
}

h3 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.3;
}

h4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3;
}

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

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

p {
  margin-bottom: 1rem;
}

a {
  color: var(--link);
  text-decoration: none;
  transition: border-color .6s;
}

ol {
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  padding-top: 4px;
  padding-bottom: 4px;
}

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

em {
  font-family: Baskervville;
  font-style: italic;
  font-weight: 400;
}

blockquote {
  border-left: 2px solid #fff;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-family: Baskervville;
  font-size: 1.5vw;
  font-style: italic;
  line-height: 1.5;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.main {
  z-index: 0;
  background-color: #1f1f1f;
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.main.main-about {
  overflow: visible;
}

.hero-section {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  min-height: 100vh;
  padding: 12rem 6rem 6rem;
  display: flex;
  position: relative;
}

.hero-section._90vh {
  height: auto;
  min-height: 90vh;
}

.hero-section._50vh {
  height: auto;
  min-height: 50vh;
}

.hero-section._50vh.sticky {
  z-index: 0;
}

.hero-section._100vh {
  height: auto;
  min-height: 100vh;
}

.hero-section.display-block.z-index_3 {
  height: 100%;
}

.hero-section.z0 {
  z-index: 0;
}

.hero-section._75vh {
  height: auto;
  min-height: 75vh;
}

.hero-section._75vh.sticky {
  background-color: var(--dark-grey-2);
  background-color: var(--dark-grey-2);
}

.content {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.content.margin-bottom {
  background-color: #1f1f1f;
  margin-bottom: 4rem;
}

.content.margin-bottom.mobile-height-auto {
  margin-bottom: 3rem;
}

.content.xs {
  max-width: 512px;
}

.content.xs.centered-always {
  align-self: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.content.xs.bottom {
  justify-content: flex-end;
}

.content.horiz-bottom {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}

.content.horiz-bottom.width-100.align-right {
  justify-content: flex-end;
}

.content.margin-paragraph-mobile {
  z-index: 2;
}

.content.margin-paragraph-mobile.align-right {
  align-items: flex-end;
}

.content.middle {
  align-items: center;
}

.content.width-100 {
  overflow: hidden;
}

.content.top-bottom {
  justify-content: space-between;
}

.content.bottom {
  align-self: flex-end;
}

.content.flex-wrap, .content.horizontal {
  flex-direction: row;
}

.content.middle-always {
  margin-bottom: 3rem;
}

.content.social-media-links-team-members {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

.content.mobile-height-auto.margin-bottom {
  background-color: #0000;
}

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

.content.names {
  flex-direction: row;
}

.content.footer-address, .content.address {
  align-items: flex-end;
}

.content.style-1 {
  justify-content: center;
  align-items: flex-start;
  height: 100%;
}

.content.team-portrait {
  z-index: 1;
  align-items: flex-end;
  width: 28.44vw;
  min-width: 0;
  height: 35.55vw;
  min-height: 0;
}

.content.job-title {
  z-index: 3;
}

.content.display-block.static, .content.display-block.position-static {
  position: static;
}

.content.centered {
  flex-direction: column;
  font-family: Montserrat, sans-serif;
}

.content.horizontal {
  flex-direction: row;
}

.content.address {
  align-items: flex-end;
}

.display-1 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: .3vw;
  font-family: Montserrat, sans-serif;
  font-size: 4.5vw;
  font-weight: 600;
  line-height: 1.15;
}

.display-1.uppercase {
  letter-spacing: -.06em;
}

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

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

.no-right {
  padding-right: 0;
}

.section {
  z-index: 2;
  background-color: #1f1f1f;
  width: 100%;
  padding: 6rem;
  position: relative;
}

.section.no-top {
  background-color: var(--dark-grey-2);
  padding-top: 0;
}

.section._100vh {
  flex-direction: row;
  min-height: 100vh;
  display: flex;
}

.section.sticky-grow {
  z-index: 2;
  flex-direction: row;
  min-height: 100vh;
  padding-bottom: 12rem;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.section.sticky-parallax {
  z-index: 1;
}

.section._75vh {
  height: auto;
  min-height: 75vh;
}

.section._90vh {
  min-height: 90vh;
  padding: 0;
  display: flex;
}

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

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

.section.section-contact {
  background-color: var(--grey-51);
}

.section.no-padding-bottom-mobile {
  background-color: var(--dark-grey-2);
  padding-top: 9rem;
}

.section.section-no-padding-top-bottom {
  background-color: #1f1f1f;
}

.section.news-highlights {
  padding-top: 0;
}

.section.section-more-projects {
  padding-top: 0;
}

.section.section-timeline {
  z-index: -3;
  padding-top: 0;
  padding-bottom: 0;
}

.section.faq-de {
  padding-top: 0;
  padding-bottom: 6rem;
}

.section.mg-3rem {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.section.padding-bottom-6rem {
  padding-top: 3rem;
  padding-bottom: 6rem;
}

.section.hide {
  display: none;
}

.section.no-bottom {
  background-color: #1f1f1f;
}

.section.padding-no-top-bottom {
  background-color: #1f1f1f;
  padding: 0 6rem;
}

.section.padding-no-top-bottom.video {
  height: 56.25%;
}

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

.section.footer {
  background-color: var(--grey-51);
}

.img-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.img-wrapper.medium {
  height: 64vh;
}

.img-wrapper.medium.stretch {
  height: 100%;
  min-height: 64vh;
}

.img-wrapper.mini {
  height: 256px;
}

.img-wrapper.mini.stretch {
  height: 100%;
  min-height: 256px;
}

.img-wrapper.contact {
  height: 100%;
  min-height: 256px;
  margin-bottom: 1rem;
}

.img-wrapper.bottom {
  justify-content: flex-start;
  align-items: flex-end;
}

.img-wrapper.stretch {
  height: 100%;
  min-height: 80vh;
}

.img-wrapper.img-contact {
  width: 19rem;
  height: 23.75rem;
}

.img-wrapper.small {
  height: 512px;
}

.img-wrapper.small.stretch {
  height: 100%;
  min-height: 512px;
}

.img-wrapper.big {
  height: 80vh;
}

.img-wrapper.big.stretch {
  height: 100%;
  min-height: 100vh;
}

.sticky {
  width: 100%;
  position: sticky;
  top: 0;
}

.sticky._100vh {
  height: 100vh;
}

.bg-color {
  z-index: 0;
  background-color: #0000;
  position: absolute;
  inset: 0%;
}

.bg-color.tan {
  background-color: var(--tan);
}

.bg-color.light-blue {
  background-color: #c5cfce;
}

.bg-color.green-grey {
  background-color: var(--green-grey);
}

.bg-color.state-grey {
  background-color: var(--slate-grey);
}

.bg-color.grey_20 {
  background-color: var(--grey-20);
}

.bg-color.grey_10 {
  background-color: var(--grey-10);
}

.bg-color.grey_30 {
  background-color: var(--grey-30);
}

.bg-color.grey_40 {
  background-color: var(--grey-40);
}

.bg-color.grey_50 {
  background-color: var(--grey-50);
}

.bg-color.black, .bg-color.dark-grey, .bg-color.black {
  background-color: #1f1f1f;
}

.bg-color.white {
  background-color: #303030;
}

.bg-color.grey {
  background-color: #303030;
}

.bg-color.black, .bg-color.dark-grey, .bg-color.black {
  background-color: #1f1f1f;
}

.bg-color.dark-grey {
  background-color: #303030;
}

.bg-color.black {
  background-color: #1f1f1f;
}

.grid-7 {
  z-index: 1;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  position: relative;
}

.grid-7.no-gap {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

.grid-7.grid-7-services {
  grid-template-rows: auto auto auto auto;
}

.grid-7.grid-7-about {
  grid-template-rows: auto auto;
}

.grid-7.mobile-grid-2, .grid-7.mobile-grid-2-copy {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

.display-1 {
  letter-spacing: -.02em;
  flex: 0 auto;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: .125rem;
  font-family: Montserrat, sans-serif;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.1;
}

.display-1.margin-paragraph.mobile-display-5 {
  margin-bottom: 2rem;
}

.display-1.mobile-hidden {
  font-weight: 500;
}

.display-1.mobile-hidden.introduction {
  text-align: center;
}

.display-1.margin-paragraph {
  color: #fff;
}

.display-1.introduction {
  text-align: center;
  font-weight: 500;
}

.container {
  z-index: 1;
  flex: 1;
  align-self: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container.margin-bottom {
  margin-bottom: 6rem;
}

.container.container-contact {
  background-color: var(--grey-51);
}

.container.flex-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: block;
}

.container.margin-top-botto--9rem {
  margin-top: 9rem;
  margin-bottom: 9rem;
}

.container.container-timeline {
  max-width: none;
}

.container.container-faq {
  margin-bottom: 4rem;
}

.container.no-right {
  margin-right: 0;
}

.margin-bottom {
  margin-bottom: 6rem;
  font-family: Montserrat, sans-serif;
}

.bg-image {
  z-index: 1;
  background-image: url("https://cdn.prod.website-files.com/6135ce065aa010723c72a9d9/6135ce075aa010b3fb72aa32_image-placeholder-transparent.gif");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.bg-image.agency_a-home-2 {
  background-image: url("https://cdn.prod.website-files.com/6135ce065aa010723c72a9d9/623f5de1c55a474735926b24_NKL04529.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-image.agency_a-contact_1 {
  background-image: linear-gradient(#00000080, #00000080), url("https://cdn.prod.website-files.com/6135ce065aa010723c72a9d9/6135ce075aa010b38a72aa5b_agency-portfolio-template-20.jpg");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bg-image.agency_b-work {
  background-image: url("https://cdn.prod.website-files.com/6135ce065aa010723c72a9d9/6135ce075aa010334972aa63_agency-portfolio-template-06.jpg");
  background-position: 50%;
}

.bg-image.agency_b-about {
  background-image: url("https://cdn.prod.website-files.com/6135ce065aa010723c72a9d9/6135ce075aa010302772aa2a_photo-1496345875659-11f7dd282d1d.jpeg");
}

.bg-image.studio_b-about_1 {
  background-image: url("https://cdn.prod.website-files.com/6135ce065aa010723c72a9d9/624abfe034ef626f0cc2218c_6024638cc60a01279bd7df99_NKL09337-3.jpeg");
}

.bg-image.freelance-work_1 {
  background-image: url("https://cdn.prod.website-files.com/6135ce065aa010723c72a9d9/6135ce075aa010190272aa5a_agency-portfolio-template-13.jpg");
}

.bg-image.greyscale {
  filter: grayscale();
}

.bg-image.studio_a-about_1 {
  background-image: url("https://cdn.prod.website-files.com/6135ce065aa010723c72a9d9/6135ce075aa010b38a72aa5b_agency-portfolio-template-20.jpg");
}

.bg-image.studio_a-about_2, .bg-image.unsplash {
  background-image: url("https://cdn.prod.website-files.com/6135ce065aa010723c72a9d9/6135ce075aa010453972aa61_agency-portfolio-template-18.jpg");
}

.bg-image.studio_b-about_2 {
  background-image: url("https://cdn.prod.website-files.com/6135ce065aa010723c72a9d9/6135ce075aa01031b272aa5c_agency-portfolio-template-23.jpg");
}

.bg-image.studio_b-work_1 {
  background-image: url("https://cdn.prod.website-files.com/6135ce065aa010723c72a9d9/6135ce075aa0102b8c72aa65_agency-portfolio-template-01.jpg");
}

.bg-image.studio_b-work_2 {
  background-image: url("https://cdn.prod.website-files.com/6135ce065aa010723c72a9d9/6135ce075aa010eb5072aa64_agency-portfolio-template-02.jpg");
}

.bg-image.studio_b-work_3 {
  background-image: url("https://cdn.prod.website-files.com/6135ce065aa010723c72a9d9/6135ce075aa010690f72aa76_moss-mRR1OP7E4WQ-unsplash.jpg");
}

.bg-image.studio_b-work_4 {
  background-image: url("https://cdn.prod.website-files.com/6135ce065aa010723c72a9d9/6135ce075aa0102b8c72aa65_agency-portfolio-template-01.jpg");
}

.bg-image.offscreen {
  background-image: url("https://cdn.prod.website-files.com/6135ce065aa010723c72a9d9/6135ce075aa01094a272aa5f_agency-portfolio-template-15.jpg");
}

.bg-image.agency_a-contact_2 {
  background-image: linear-gradient(#00000080, #00000080), url("https://cdn.prod.website-files.com/6135ce065aa010723c72a9d9/6135ce075aa01031b272aa5c_agency-portfolio-template-23.jpg");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bg-image.agency_a-contact_3 {
  background-image: linear-gradient(#00000080, #00000080), url("https://cdn.prod.website-files.com/6135ce065aa010723c72a9d9/6135ce075aa010808472aa5d_agency-portfolio-template-22.jpg");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bg-image.agency_a-contact_4 {
  background-image: linear-gradient(#00000080, #00000080), url("https://cdn.prod.website-files.com/6135ce065aa010723c72a9d9/6135ce075aa010711572aa5e_agency-portfolio-template-21.jpg");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bg-image.logos {
  background-image: url("https://cdn.prod.website-files.com/6135ce065aa010723c72a9d9/6135ce075aa010367072aa4f_fake-logo-06.svg"), linear-gradient(to bottom, var(--dark-grey), var(--dark-grey));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 50%, auto;
}

.bg-image.icons {
  background-image: url("https://cdn.prod.website-files.com/6135ce065aa010723c72a9d9/6135ce075aa010202e72aa26_Orion_broken-url.svg"), linear-gradient(to bottom, var(--dark-grey), var(--dark-grey));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 25%, auto;
}

.bg-image.team-member-portrait {
  align-self: auto;
  width: 100%;
}

.bg-image.fade-in.studio_a-about_2 {
  background-image: url("https://cdn.prod.website-files.com/6135ce065aa010723c72a9d9/6135ce075aa01094a272aa5f_agency-portfolio-template-15.jpg");
  background-position: 50%;
}

.bg-image.fade-in.studio_a-about_3 {
  background-image: url("https://cdn.prod.website-files.com/6135ce065aa010723c72a9d9/6135ce075aa010e7d072aa4e_agency-portfolio-template-14.jpg");
  background-position: 100%;
}

.bg-image.fade-in.studio_a-about_4 {
  background-image: url("https://cdn.prod.website-files.com/6135ce065aa010723c72a9d9/6135ce075aa010808472aa5d_agency-portfolio-template-22.jpg");
  background-position: 0%;
}

.bg-image.fade-in.studio_b-home_insta_1 {
  background-image: url("https://cdn.prod.website-files.com/6135ce065aa010723c72a9d9/6135ce075aa0100d9672aa62_agency-portfolio-template-07.jpg");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-image.fade-in.studio_b-home_insta_2 {
  background-image: url("https://cdn.prod.website-files.com/6135ce065aa010723c72a9d9/6135ce075aa010334972aa63_agency-portfolio-template-06.jpg");
  background-position: 100%;
}

.bg-image.fade-in.studio_b-home_insta_3 {
  background-image: url("https://cdn.prod.website-files.com/6135ce065aa010723c72a9d9/6135ce075aa010453972aa61_agency-portfolio-template-18.jpg");
}

.bg-image.fade-in.studio_b-home_insta_4 {
  background-image: url("https://cdn.prod.website-files.com/6135ce065aa010723c72a9d9/6135ce075aa010190272aa5a_agency-portfolio-template-13.jpg");
}

.bg-image.fade-in.relativ {
  position: relative;
}

.bg-image.fade-in {
  transform: scale(1.05);
}

.margin-paragraph {
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
  position: relative;
}

.preloader {
  z-index: 999;
  background-color: var(--dark-grey-2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.navbar {
  z-index: 10;
  color: #fff;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 992px;
  height: 5rem;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  display: block;
  position: fixed;
  inset: 1rem 6rem auto;
}

.navbar.transparent {
  background-color: #c3c7cb00;
  justify-content: flex-end;
  width: 100%;
  max-width: none;
  inset: 0% auto auto 0%;
}

.navbar._50-left {
  justify-content: space-between;
  width: 50vw;
  max-width: none;
  display: block;
  inset: 0% auto auto 0%;
}

.nav-menu {
  z-index: 0;
  width: 100%;
  height: 100%;
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
}

.nav-menu.middle {
  justify-content: flex-end;
  align-items: center;
  width: auto;
  padding-left: 6rem;
  padding-right: 6rem;
  display: flex;
}

.nav-menu.middle.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.nav-menu.space-between {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.nav-link-invert {
  color: #fff;
  letter-spacing: .04em;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 16px;
  margin-right: 16px;
  padding: 12px 0;
  font-weight: 500;
  line-height: 1;
  transition: color .6s, border-color .6s;
  position: relative;
}

.nav-link-invert:hover {
  color: var(--link);
}

.nav-link-invert.first, .nav-link-invert.caption, .nav-link-invert.caption.w--current {
  margin-left: 0;
}

.nav-link-invert.caption.w--current:hover {
  font-weight: 500;
}

.nav-link-invert.caption.below {
  border-top: 1px solid var(--link);
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 0;
}

.brand {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 128px;
  height: 100%;
  padding-bottom: 0;
  display: flex;
}

.brand.black, .brand.white {
  background-image: url("https://cdn.prod.website-files.com/6135ce065aa010723c72a9d9/63add56e8ce5f05991ac7811_Element%201.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.brand.white {
  background-image: url("https://cdn.prod.website-files.com/6135ce065aa010723c72a9d9/63add56e8ce5f05991ac7811_Element%201.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.brand.white.left-absolute {
  margin-left: 6rem;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.brand.white.pre {
  width: 100%;
}

.brand.white.middle-absolute {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.grid-6 {
  z-index: 1;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  width: 100%;
  position: relative;
}

.grid-6.margin-bottom {
  flex: 0 auto;
}

.grid-6.margin-bottom.grid-6-services {
  grid-row-gap: 6rem;
  grid-template-rows: auto auto;
}

.grid-6.margin-bottom.grid-6-services.grid-6-services-last {
  margin-bottom: 0;
}

.grid-6.no-gap {
  grid-column-gap: 0px;
  grid-row-gap: 0rem;
  justify-items: center;
}

.grid-6.no-gap.margin-bottom, .grid-6.no-gap.grid-career {
  grid-template-rows: auto auto auto;
}

.grid-6._6rem-gap {
  z-index: 0;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  align-content: center;
}

.grid-6.no-gap {
  grid-column-gap: 0px;
  grid-row-gap: 0rem;
}

.caption {
  z-index: 1;
  margin-top: 0;
  margin-bottom: 2px;
  font-family: Montserrat, sans-serif;
  font-size: .85rem;
  font-weight: 500;
  line-height: 1.3;
  position: relative;
}

.caption.margin-paragraph {
  margin-bottom: 1rem;
}

.caption.uppercase {
  font-family: Montserrat, sans-serif;
}

.caption.uppercase.margin-paragraph {
  margin-bottom: 1rem;
}

.caption.uppercase.margin-paragraph.hidden {
  display: none;
}

.caption.uppercase.margin-left-right-small {
  margin-left: 4px;
  margin-right: 4px;
}

.display-4 {
  z-index: 1;
  color: var(--link);
  letter-spacing: .3px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
  position: static;
}

.display-4.serif {
  font-family: Montserrat, sans-serif;
  font-style: italic;
}

.menu-button {
  color: var(--black);
}

.line-top {
  border-top: 1px solid var(--black);
  position: absolute;
  inset: 0% 6rem auto;
}

.line-top.white {
  z-index: 4;
  border-top-color: #fff;
}

.line-top.white.relative {
  margin-bottom: 6rem;
  display: none;
  position: relative;
  left: auto;
  right: auto;
}

.horizontal {
  display: flex;
}

.horizontal.middle {
  align-items: center;
}

.empty-state {
  background-color: #0000;
}

.empty-state.vertical {
  flex-direction: column;
}

.uppercase {
  letter-spacing: 0;
  text-transform: uppercase;
}

.uppercase.no-bottom {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
}

.uppercase.no-bottom-top {
  margin-top: 0;
  margin-bottom: 0;
}

.logo-preloader {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 128px;
  height: 128px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.serif {
  letter-spacing: 0;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.main-grid {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row dense;
  width: 100%;
  position: relative;
}

.main-grid.font-white {
  grid-template-rows: auto auto auto auto 2rem auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.tooltip {
  z-index: 9;
  color: #fff;
  background-color: #181818f2;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 8px 10px;
  font-size: .75rem;
  line-height: 1;
  display: flex;
  position: fixed;
  inset: 12px auto auto 12px;
}

.tooltip.video {
  z-index: 9;
  font-family: Montserrat, sans-serif;
}

.tooltip.thumb {
  z-index: 0;
  background-color: #0000;
  background-image: url("https://cdn.prod.website-files.com/6135ce065aa010723c72a9d9/6135ce075aa01082ce72aa6c_agency-portfolio-template-29.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  width: 256px;
  height: 256px;
  display: none;
  top: -128px;
}

.tooltip.about {
  z-index: 2;
  background-color: #0000;
  background-image: url("https://cdn.prod.website-files.com/6135ce065aa010723c72a9d9/6135ce075aa010302772aa2a_photo-1496345875659-11f7dd282d1d.jpeg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  width: 20vw;
  min-width: 256px;
  height: 30vw;
  min-height: 384px;
  padding: 0;
  display: none;
  top: -15vw;
  left: 128px;
}

.tooltip.editorial {
  z-index: 2;
  background-color: #0000;
  background-image: url("https://cdn.prod.website-files.com/6135ce065aa010723c72a9d9/6135ce075aa010270b72aa6b_agency-portfolio-template-26.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  width: 20vw;
  min-width: 256px;
  height: 30vw;
  min-height: 384px;
  padding: 0;
  display: none;
  top: -15vw;
  left: 128px;
}

.tooltip.commercial {
  z-index: 2;
  background-color: #0000;
  background-image: url("https://cdn.prod.website-files.com/6135ce065aa010723c72a9d9/6135ce075aa0104aff72aa60_agency-portfolio-template-03.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  width: 20vw;
  min-width: 256px;
  height: 30vw;
  min-height: 384px;
  padding: 0;
  display: none;
  top: -15vw;
  left: 128px;
}

.tooltip.more {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.tooltip_hover-trigger {
  z-index: 2;
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: relative;
}

.tooltip_hover-trigger.about, .tooltip_hover-trigger.editorial, .tooltip_hover-trigger.commercial {
  color: var(--grey-30);
}

.tooltip_hover-trigger.thumb-in-card {
  flex: 1;
  height: auto;
  display: flex;
  overflow: hidden;
}

.tooltip_hover-trigger.thumb-big-fix {
  overflow: hidden;
}

.collection-item {
  width: 100%;
}

.collection-item.stretch {
  display: flex;
}

.category-circle {
  border-radius: 100px;
  width: 8px;
  height: 8px;
  margin-right: 4px;
  position: relative;
}

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

.category-circle.black {
  background-color: var(--black);
}

.category-holder {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  margin-top: .5rem;
  margin-bottom: .5rem;
  font-family: Montserrat, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1;
  display: flex;
  position: relative;
}

.category-holder.no-bottom {
  margin-bottom: 0;
}

.category-holder.margin-paragraph {
  margin-bottom: 1rem;
}

.category-holder.centered.margin-left {
  margin-right: 0;
}

.category-holder.centered {
  flex-direction: row;
  justify-content: center;
}

.link-block {
  z-index: 1;
  display: block;
  position: relative;
  overflow: hidden;
}

.link-block.profile {
  margin-top: 1rem;
}

.hover-line {
  background-color: #fff;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.hover-line.white-8 {
  height: 4px;
}

.hover-line.black {
  background-color: #fff;
}

.grid-gap-columns {
  grid-column-gap: 3rem;
  grid-row-gap: 7rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  width: 100%;
  display: grid;
}

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

.grid-project-images {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  display: grid;
}

.list-horisontal {
  z-index: 2;
  width: auto;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.nav-column {
  flex-direction: column;
  align-items: flex-start;
  padding-right: 2rem;
  display: flex;
}

.nav-column.no-right {
  padding-right: 0;
}

.show_opacity-on_load {
  z-index: 1;
  position: relative;
}

.show_opacity-on_load.display-0.uppercase {
  text-transform: uppercase;
}

.show_opacity-on_load.align-right {
  align-items: flex-end;
  width: 100%;
}

.show_opacity-on_load.display-1 {
  font-size: 4.5vw;
}

.show_opacity-on_load.display-1.margin-left-right {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.show_opacity-on_load.display-1.margin-paragraph-mobile {
  font-weight: 600;
  line-height: 1.15;
}

.show_opacity-on_load.serif {
  font-family: Montserrat, sans-serif;
  font-style: italic;
}

._75vh {
  height: 75vh;
}

.nav-menu-horiz.left {
  justify-content: flex-start;
  width: 50%;
  margin-right: 0;
  display: flex;
}

.nav-menu-horiz.right {
  justify-content: flex-end;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  padding-right: 16px;
  display: flex;
}

.video {
  z-index: 1;
}

.grid-6x1 {
  z-index: 1;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  width: 100%;
  position: relative;
}

.image {
  width: auto;
  height: 100px;
}

.icn-social-big-outline-2 {
  background-color: #0000;
  border: 1px solid #333333f2;
  border-radius: 100px;
  width: 48px;
  height: 48px;
  margin-left: 4px;
  margin-right: 4px;
  transition: background-color .2s;
}

.icn-social-big-outline-2:hover {
  color: #fff;
}

.icn-social-big-outline-2.dribbble {
  background-image: url("https://cdn.prod.website-files.com/6135ce065aa010723c72a9d9/6135ce075aa01053ea72aa1e_icn-dribbble.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40%;
}

.icn-social-big-outline-2.dribbble:hover {
  background-color: #ea4c89;
}

.icn-social-big-outline-2.behance {
  background-image: url("https://cdn.prod.website-files.com/6135ce065aa010723c72a9d9/6135ce075aa010647a72aa83_behance-white.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40%;
}

.icn-social-big-outline-2.behance:hover {
  background-color: #0057ff;
}

.icn-social-big-outline-2.twitter {
  background-image: url("https://cdn.prod.website-files.com/6135ce065aa010723c72a9d9/6135ce075aa0109dde72aa1b_twitter-white.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40%;
}

.icn-social-big-outline-2.twitter:hover {
  background-color: #1da1f2;
}

.icn-social-big-outline-2.pinterest {
  background-image: url("https://cdn.prod.website-files.com/6135ce065aa010723c72a9d9/6135ce075aa010be8c72aa30_pinterest-white.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40%;
}

.icn-social-big-outline-2.pinterest:hover {
  background-color: #e60023;
}

.icn-social-big-outline-2.googleplus {
  background-image: url("https://cdn.prod.website-files.com/6135ce065aa010723c72a9d9/61c9b739f30788b347e51a23_google_icon.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 42%;
}

.icn-social-big-outline-2.googleplus:hover {
  background-color: #dd4b38;
}

.icn-social-big-outline-2.linkedin {
  background-image: url("https://cdn.prod.website-files.com/6135ce065aa010723c72a9d9/6135ce075aa010a33772aa27_linkedin-white.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40%;
}

.icn-social-big-outline-2.linkedin:hover {
  background-color: #0077b5;
}

.icn-social-big-outline-2.instagram {
  background-image: url("https://cdn.prod.website-files.com/6135ce065aa010723c72a9d9/6135ce075aa010035872aa23_instagram-white.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40%;
}

.icn-social-big-outline-2.instagram:hover {
  background-image: url("https://cdn.prod.website-files.com/6135ce065aa010723c72a9d9/6135ce075aa010035872aa23_instagram-white.svg"), linear-gradient(#6851c3, #c63288 50%, #f78030);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 40%, auto;
}

.icn-social-big-outline-2.facebook {
  background-image: url("https://cdn.prod.website-files.com/6135ce065aa010723c72a9d9/6135ce075aa01055b772aa37_facebook-white.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40%;
}

.icn-social-big-outline-2.facebook:hover {
  background-color: #365899;
}

.ck-css-styles {
  display: none;
}

.ck-button__txt {
  opacity: 1;
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.ck-button__txt:hover {
  opacity: .6;
}

.ck-modal__exit-btn {
  background-color: var(--dark-grey-2);
  cursor: pointer;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 1.25rem 1.25rem -2.5rem auto;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: sticky;
  top: 1rem;
}

.ck-modal__exit-btn:hover {
  background-color: #272731;
}

.ck-modal {
  background-color: var(--grey-51);
  color: #515750;
  border-radius: .5rem;
  flex-direction: column;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
  font-size: .9375rem;
  line-height: 1.4;
  display: block;
  position: relative;
  box-shadow: 0 4px 1rem #2629260d;
}

.ck-modal.hide {
  display: none;
}

.ck__exitbtn__line {
  background-color: #515750;
  width: 1rem;
  height: 2px;
  position: absolute;
}

.ck__exitbtn__line.is--left {
  background-color: #fff;
  transform: rotate(45deg);
}

.ck__exitbtn__line.is--right {
  background-color: #fff;
  transform: rotate(-45deg);
}

.ck-modal__content-w {
  padding: 1.75rem 2rem;
}

.ck-modal__content-w.is--small {
  padding: 1.5rem 1.5rem .75rem;
}

.ck-txt-link {
  color: #fff;
  font-weight: 600;
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.ck-txt-link:hover {
  color: #fff;
}

.ck-desc {
  opacity: .8;
  color: #fff;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
}

.ck-modal__btns-w {
  background-color: #f3f7f2;
  border-radius: 0 0 .5rem .5rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.ck-modal__btns-w.is--small {
  background-color: #303030;
  background-color: var(--grey-51);
  justify-content: flex-start;
  padding: 1.5rem;
}

.ck-modal__btns-w.in-pref-manger {
  background-color: var(--grey-51);
  margin: 2rem -2rem -2.25rem;
  display: flex;
}

.ck-modal__btns-w.is--small {
  background-color: #303030;
  justify-content: flex-start;
  padding: 1.5rem;
}

.ck-sr__only {
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  overflow: hidden;
}

.ck-cookie-w {
  z-index: 888;
  max-width: 25rem;
  display: flex;
  position: fixed;
  inset: auto 1rem 1rem auto;
}

.ck-button-w {
  background-color: var(--dark-grey-2);
  color: #fff;
  text-align: center;
  border-radius: .25rem;
  padding: .875em 1.5em 1rem;
  font-size: .9375rem;
  text-decoration: none;
  transition: color .2s cubic-bezier(.25, .46, .45, .94), background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.ck-button-w:hover {
  background-color: #272731;
}

.ck-button-w.is--secondary {
  color: #515750;
  background-color: #0000;
  margin-right: -1.25em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  font-size: .875rem;
  font-weight: 700;
}

.ck-button-w.is--secondary:hover {
  color: #262926;
  text-decoration: underline;
}

.ck-button-w.is--secondary.is--fullwidth {
  margin-top: .75rem;
  margin-bottom: -1rem;
  margin-right: 0;
}

.ck-button-w.is--fullwidth {
  flex: none;
  width: 100%;
}

.ck-title {
  color: #fff;
  margin-bottom: .1875em;
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
}

.ck-title.is--small {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 1.1875rem;
}

.ck-prefmanager-w {
  z-index: 0;
  color: #262926;
  justify-content: flex-start;
  align-items: center;
  width: 3rem;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  display: block;
  position: fixed;
  bottom: 0;
  left: auto;
}

.ck-prefmanager-w:hover {
  text-decoration: underline;
}

.ck-preference__btn {
  color: #262926;
  background-color: #0000;
  border-radius: .5rem .5rem 0 0;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: 1em;
  font-size: .9375rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: margin-bottom .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.ck-preference__btn:hover {
  margin-bottom: 0;
  text-decoration: underline;
}

.ck-preference__icon {
  flex: none;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0;
}

.ck-preference__icon:hover {
  opacity: .6;
}

.ck-form-w {
  margin-bottom: 0;
}

.ck-preference-w {
  z-index: 9525;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.ck-form {
  padding-top: 1.25rem;
  padding-bottom: .5rem;
}

.ck-preference__bg {
  opacity: 1;
  cursor: pointer;
  background-color: #d7e7d552;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.ck-preference__scroll-w {
  width: 100%;
  max-height: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: relative;
  overflow: auto;
}

.ck-radio__label {
  color: #fff;
  cursor: pointer;
  margin-bottom: .25rem;
  font-size: .9375rem;
  font-weight: 600;
}

.ck-radio__label.is--not-allowed {
  color: #fff;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  display: block;
}

.ck-radio-w {
  color: #999c98;
  cursor: pointer;
  margin-top: 1rem;
  margin-bottom: 0;
  padding-left: 1.75rem;
  font-family: Montserrat, sans-serif;
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.ck-radio-w:hover {
  color: #515750;
}

.ck-radio-w.is--not-allowed {
  cursor: not-allowed;
  cursor: not-allowed;
  font-family: Montserrat, sans-serif;
}

.ck-radio__desc {
  opacity: .7;
  color: #fff;
  text-transform: none;
  cursor: pointer;
  font-size: .875rem;
  font-weight: 400;
}

.ck-radio__desc.is--not-allowed {
  font-family: Montserrat, sans-serif;
}

.ck-radio__btn {
  float: left;
  border: 1.75px solid #999c98;
  border-radius: .375rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
  margin-left: -1.75rem;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.ck-radio__btn.w--redirected-checked {
  background-color: #515750;
  background-image: url("https://cdn.prod.website-files.com/6135ce065aa010723c72a9d9/6146df18e70f49fae69ba22d_radio__checkmark.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border: 1px solid #515750;
  border-radius: .375rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
}

.ck-radio__btn.is--checked {
  background-color: #515750;
  background-image: url("https://cdn.prod.website-files.com/6135ce065aa010723c72a9d9/6146df18e70f49fae69ba22d_radio__checkmark.svg");
  background-position: 45%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border-color: #515750;
}

.rich-text-block, .rich-text-block-2, .rich-text-block-3, .text-block-18, .text-block-19, .rich-text-block-4, .text-block-20 {
  font-family: Montserrat, sans-serif;
}

.body-10 {
  background-color: var(--dark-grey-2);
  font-family: Montserrat, sans-serif;
}

.display-6 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.3;
}

.display-6.margin-top-24px {
  margin-top: 24px;
}

.display-6.serif {
  font-weight: 400;
}

.nav-link-invert-2 {
  color: #fff;
  letter-spacing: .04em;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 32px;
  padding: 12px 0;
  font-weight: 500;
  line-height: 1;
  transition: color .6s, border-color .6s;
  position: relative;
}

.nav-link-invert-2:hover {
  color: #fff;
}

.nav-link-invert-2.first, .nav-link-invert-2.caption.w--current {
  margin-left: 0;
}

.nav-link-invert-2.caption, .nav-link-invert-2.caption.w--current {
  margin-left: 0;
}

.nav-link-invert-2.caption, .nav-link-invert-2.caption.w--current {
  margin-left: 0;
}

.nav-link-invert-2.caption.w--current {
  margin-left: 0;
}

.nav-link-invert-2.caption, .nav-link-invert-2.caption.w--current {
  margin-left: 0;
}

.nav-link-invert-2.caption, .nav-link-invert-2.caption.w--current {
  margin-left: 0;
}

.nav-link-invert-2.caption.w--current:hover {
  font-weight: 500;
}

.nav-link-invert-2.caption.below {
  border-top: 1px solid #fff;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 0;
}

.language-settings-wrapper {
  z-index: auto;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 1em;
  display: flex;
  position: fixed;
  bottom: 0;
  left: auto;
  right: 0;
}

.language-settings-wrapper.mobile-language-settings {
  display: none;
}

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

.padding-vertical-2.padding-xhuge {
  padding-top: 0;
  padding-bottom: 4.25rem;
}

.arrow-3 {
  filter: grayscale();
  width: 2rem;
}

.arrow-3.left {
  transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.page-padding {
  padding-left: 0;
  padding-right: 40px;
}

.video-6 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
}

.card_mask {
  width: 33.33%;
  height: 45vw;
  overflow: visible;
}

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

.reels {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.blog68_slide-nav {
  grid-column-gap: .75em;
  filter: brightness(75%);
  height: 1.7rem;
  font-size: .75rem;
  line-height: 1.3;
  display: flex;
  inset: auto auto 0% 0%;
}

.card {
  height: 100%;
  padding-right: 40px;
}

.slide68_arrow {
  background-color: #fff3;
  border: 1px #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 0% 0% auto;
}

.slide68_arrow.left {
  right: 4rem;
}

.slider_component {
  background-color: #0000;
  height: auto;
  padding-bottom: 5.5rem;
}

@media screen and (min-width: 1440px) {
  body {
    letter-spacing: 0;
    font-size: 1.125rem;
  }

  h1 {
    font-size: 2.75rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  h5 {
    font-size: 1.5rem;
  }

  h6 {
    font-size: 1.25rem;
  }

  .content.xs {
    max-width: 800px;
  }

  .section {
    padding-top: 6vw;
    padding-bottom: 6vw;
  }

  .section.padding-no-top-bottom {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .section.section-no-padding-top-bottom {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .img-wrapper.small {
    height: 640px;
  }

  .img-wrapper.mini {
    height: 320px;
  }

  .img-wrapper.mini.stretch {
    min-height: 320px;
  }

  .img-wrapper.img-contact {
    width: 23.25rem;
    height: 29.0625rem;
  }

  .bg-color.black {
    background-color: var(--dark-grey-2);
    background-color: #1f1f1f;
    background-color: var(--dark-grey-2);
    background-color: #1f1f1f;
  }

  .display-1 {
    font-size: 2.5rem;
  }

  .container {
    max-width: 1200px;
  }

  .bg-image.agency_a-home-2 {
    background-image: url("https://cdn.prod.website-files.com/6135ce065aa010723c72a9d9/6149e6120bf7d80f262f30d5_NKL04529.jpg");
  }

  .navbar {
    max-width: 1280px;
  }

  .show_skew-on_load.display-1 {
    font-size: 5vw;
  }

  .display-4, .display-4.serif, .display-4.serif {
    font-size: 1.75rem;
  }

  .serif {
    font-weight: 400;
  }

  .tooltip.thumb {
    width: 512px;
    height: 512px;
    top: -256px;
  }

  .link-moving-typo {
    font-weight: 600;
  }

  .sup {
    font-size: .75rem;
  }

  .project-info {
    max-width: 640px;
  }

  .moving-typo-serif {
    bottom: .75vw;
  }

  .flex-wrap {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .introduction {
    font-size: 2.25rem;
    font-weight: 300;
  }

  .index-count {
    margin-right: 1rem;
  }

  .display-0 {
    font-size: 10vw;
    font-weight: 600;
  }

  .client-gif {
    background-size: 100%;
  }

  .foreword {
    font-size: .875rem;
  }

  .show_opacity-on_load.display-1.margin-paragraph-mobile {
    font-size: 5vw;
  }

  .icn-social-small {
    width: 36px;
    height: 36px;
  }

  .icn-social-small.facebook, .icn-social-small.twitter, .icn-social-small.linkedin, .icn-social-small.instagram {
    background-size: 12px;
  }

  .icn-social-small.facebook, .icn-social-small.twitter, .icn-social-small.linkedin, .icn-social-small.instagram {
    background-size: 12px;
  }

  .icn-social-small.instagram:hover {
    background-size: 12px, auto;
  }

  .services-holder {
    font-size: 1rem;
  }

  .section-hero-styleguide {
    border: 1px solid var(--dark-grey-2);
  }

  .body, .body-2 {
    background-color: var(--dark-grey-2);
  }

  .display-5 {
    font-size: 1.75rem;
  }

  .body-8 {
    background-color: var(--dark-grey-2);
  }

  .paragraph-small {
    font-size: 1.75rem;
  }

  .display-slider {
    font-weight: 600;
  }

  .display-6 {
    font-size: 1.5rem;
  }

  .display-3, .display-3.uppercase, .display-3.uppercase {
    font-size: 1.75rem;
  }

  .display-7 {
    font-size: 1.25rem;
  }

  .grid-logo {
    max-width: 565px;
  }

  .navbar-2 {
    max-width: 1280px;
  }

  .section-2 {
    padding-top: 6vw;
    padding-bottom: 6vw;
  }

  .section-2.no-top-bottom {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .display-4-2 {
    font-size: 1.75rem;
  }

  .language-settings {
    height: auto;
  }

  .language-settings-link {
    margin-bottom: 0%;
  }

  .language-settings-link.link-below {
    margin-top: 0%;
    margin-bottom: 0%;
    line-height: 1.5em;
  }

  .language-settings-2 {
    height: auto;
  }

  .section-3 {
    padding-top: 6vw;
    padding-bottom: 6vw;
  }

  .content-3.xs {
    max-width: 800px;
  }

  .icn-social-small-2 {
    width: 36px;
    height: 36px;
  }

  .icn-social-small-2.facebook, .icn-social-small-2.instagram {
    background-size: 12px;
  }

  .icn-social-small-2.twitter, .icn-social-small-2.linkedin, .icn-social-small-2.facebook, .icn-social-small-2.instagram {
    background-size: 12px;
  }

  .icn-social-small-2.instagram:hover {
    background-size: 12px, auto;
  }

  .icn-social-small-2.twitter, .icn-social-small-2.linkedin {
    background-size: 12px;
  }

  .display-2-2 {
    font-size: 2.5rem;
  }

  .serif-2 {
    font-weight: 400;
  }

  .display-2 {
    font-size: 2.5rem;
  }

  .link-moving-typo-2 {
    font-weight: 600;
  }

  .container-2 {
    max-width: 1200px;
  }

  .moving-typo-section {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .grid-news-2 {
    grid-template-rows: 1.5fr;
  }

  .display-4-3 {
    font-size: 1.75rem;
  }

  .logo-flex-wrap {
    padding-left: 0%;
  }

  .section-4 {
    padding-top: 6vw;
    padding-bottom: 6vw;
  }

  .link-moving-typo-3 {
    font-weight: 600;
  }

  .display-2-3 {
    font-size: 2.5rem;
  }

  .card-2.accordion-item-trigger.no-padding-top {
    padding-top: 0;
  }

  .sup2 {
    font-size: .75rem;
  }
}

@media screen and (min-width: 1920px) {
  body {
    font-size: 1.25rem;
  }

  h1 {
    font-size: 3.25rem;
  }

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.5rem;
  }

  h4 {
    font-size: 2.25rem;
  }

  h5 {
    font-size: 2rem;
  }

  h6 {
    font-size: 1.75rem;
  }

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

  .content.centered {
    justify-content: center;
    align-items: center;
  }

  .content.margin-bottom.mobile-height-auto {
    -webkit-text-fill-color: inherit;
    -webkit-text-fill-color: inherit;
    background-color: #1f1f1f00;
    background-clip: border-box;
  }

  .content.align-right {
    justify-content: center;
    align-items: flex-end;
  }

  .content.centered-always {
    justify-content: center;
    align-items: center;
  }

  .content.team-portrait {
    flex-direction: row;
    justify-content: flex-end;
  }

  .section {
    background-color: #1f1f1f;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .section.padding-no-top-bottom {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 0 auto;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: auto;
    display: block;
  }

  .section.no-bottom {
    background-color: #1f1f1f;
  }

  .img-wrapper.img-contact {
    width: 27.75vw;
    height: 27.75vw;
  }

  .display-1 {
    font-size: 2.75rem;
  }

  .display-1.margin-paragraph.mobile-display-5 {
    margin-bottom: 2rem;
  }

  .display-1.mobile-display-5 {
    line-height: 1;
  }

  .display-1.mobile-hidden.introduction {
    align-self: auto;
  }

  .container, .container.container-timeline, .container.container-timeline {
    max-width: 1680px;
  }

  .bg-image.agency_a-home-2 {
    background-image: url("https://cdn.prod.website-files.com/6135ce065aa010723c72a9d9/6149e6120bf7d80f262f30d5_NKL04529.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }

  .bg-image.studio_b-about_1 {
    background-size: cover;
  }

  .margin-paragraph {
    align-self: auto;
  }

  .btn {
    font-size: 1rem;
  }

  .btn.btn-label.dark {
    font-size: .9rem;
    font-weight: 500;
  }

  .btn-hover {
    background-color: var(--dark-grey-2);
  }

  .preloader {
    display: none;
  }

  .navbar {
    background-color: #0000;
    max-width: 1480px;
    height: 6rem;
  }

  .brand {
    width: 160px;
  }

  .show_skew-on_load.display-1 {
    padding-right: .125rem;
    font-size: 5.5vw;
  }

  .show_skew-on_load.caption.uppercase {
    align-self: auto;
  }

  .grid-6.margin-bottom.grid-6-services {
    grid-auto-flow: row;
    justify-content: stretch;
    place-items: stretch stretch;
    width: 100%;
  }

  .form-block.width-100 {
    border-radius: 20px;
  }

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

  .caption {
    font-size: 1rem;
    font-weight: 400;
  }

  .caption.margin-paragraph {
    font-weight: 400;
  }

  .display-4 {
    font-size: 2.25rem;
  }

  .grid-no-gap-columns {
    grid-row-gap: 6rem;
  }

  .logo-preloader {
    width: 156px;
  }

  .serif {
    font-weight: 400;
  }

  .category-circle {
    margin-right: 8px;
  }

  .category-holder {
    font-size: 1rem;
  }

  .link-moving-typo {
    font-size: 5vw;
  }

  .link-moving-typo.small {
    font-size: 3vw;
  }

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

  .success-message {
    background-color: var(--grey-51);
  }

  .error-message {
    background-color: var(--red);
    border-radius: 20px;
  }

  .client-logos-holder {
    max-width: 84px;
  }

  .accordion-item-content {
    padding-right: 6rem;
  }

  .show_opacity-on_load.display-1.margin-paragraph-mobile {
    font-size: 5.5vw;
  }

  .icn-social-small {
    width: 44px;
    height: 44px;
  }

  .moving-typo-link {
    font-weight: 600;
  }

  .btn-buy-now {
    font-size: 1rem;
  }

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

  .display-5 {
    font-size: 2.25rem;
  }

  .paragraph-71 {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
  }

  .rich-text-block, .rich-text-block-2, .rich-text-block-3, .text-block-18, .text-block-19, .rich-text-block-4 {
    font-family: Montserrat, sans-serif;
  }

  .paragraph-small {
    font-size: 2.25rem;
  }

  .display-slider {
    font-size: 5vw;
  }

  .display-slider.no-margin {
    font-family: Montserrat, sans-serif;
  }

  .display-6 {
    font-size: 2rem;
  }

  .display-3, .display-3.uppercase, .display-3.uppercase {
    font-size: 2.25rem;
  }

  .display-7 {
    font-size: 1.75rem;
  }

  .display-7.uppercase {
    font-size: 1.25rem;
    font-weight: 500;
  }

  .display-7.uppercase.no-bottom {
    font-size: 1.75rem;
    font-weight: 600;
  }

  .grid-logo {
    max-width: 795px;
  }

  .navbar-2 {
    max-width: 1480px;
    height: 6rem;
  }

  .display-4-2 {
    font-size: 2.25rem;
  }

  .btn-2, .caption-2 {
    font-size: 1rem;
  }

  .icn-social-small-2 {
    width: 44px;
    height: 44px;
  }

  .display-2-2 {
    font-size: 2.75rem;
  }

  .serif-2 {
    font-weight: 400;
  }

  .display-2 {
    font-size: 2.75rem;
  }

  .btn-3 {
    font-size: 1rem;
  }

  .link-moving-typo-2 {
    font-size: 5vw;
  }

  .container-2 {
    max-width: 1680px;
  }

  .grid-1x5 {
    grid-row-gap: 6rem;
  }

  .text-field-2 {
    font-size: 1rem;
  }

  .display-4-3 {
    font-size: 2.25rem;
  }

  .link-3 {
    color: var(--link);
    font-weight: 600;
  }

  .text-block-28 {
    color: var(--white);
  }

  .link-moving-typo-3 {
    font-size: 5vw;
  }

  .display-2-3 {
    font-size: 2.75rem;
  }

  .grid-13 {
    grid-auto-columns: 1fr;
  }

  .timeline-item {
    grid-template-columns: 1fr 12rem 1fr;
  }

  .container-3 {
    max-width: 1641px;
  }

  .container-4 {
    max-width: 1680px;
  }

  .mg--12px {
    align-self: auto;
  }

  .select-field {
    background-color: #0000;
    font-family: Montserrat, sans-serif;
    font-size: 1rem;
  }
}

@media screen and (max-width: 991px) {
  blockquote {
    font-size: 1.5rem;
  }

  .hero-section {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    padding: 8rem 3rem 3rem;
  }

  .hero-section._75vh, .hero-section._90vh {
    min-height: auto;
  }

  .hero-section._50vh, .hero-section._100vh {
    min-height: auto;
  }

  .hero-section._75vh, .hero-section._90vh {
    min-height: auto;
  }

  .hero-section._90vh.no-padding {
    padding: 0;
  }

  .hero-section._50vh, .hero-section._100vh {
    min-height: auto;
  }

  .hero-section.display-block.z-index_3 {
    min-height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-section.z0 {
    display: none;
  }

  .content.margin-bottom {
    margin-bottom: 3rem;
  }

  .content.xs.centered-always.mobile-padding-bottom {
    display: none;
  }

  .content.centered-always.width-100 {
    justify-content: center;
  }

  .content.margin-paragraph-mobile.mobile-landscape-no-margin-bottom {
    margin-right: 1rem;
  }

  .content.horizontal {
    align-items: flex-start;
  }

  .content.horizontal.align-center {
    align-items: center;
  }

  .content.team-portrait {
    justify-content: center;
    width: 100%;
    height: 100%;
  }

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

  .no-top {
    padding-top: 0;
  }

  .no-right {
    padding-right: 0;
  }

  .section {
    padding: 3rem;
  }

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

  .section.padding-no-top-bottom {
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

  .section._100vh.overflow-hidden {
    min-height: 90vh;
  }

  .section.centered {
    justify-content: center;
  }

  .section.centered.no-padding-top {
    margin-top: 0;
    padding-top: 0;
  }

  .section.no-padding-tablet {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section.section-blog-list {
    padding-top: 0;
    display: flex;
  }

  .section.no-padding-bottom-mobile {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section.news-highlights {
    display: none;
  }

  .section.faq-de {
    padding-top: 0;
    padding-bottom: 4rem;
  }

  .section.padding-bottom-6rem {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .img-wrapper, .img-wrapper.medium, .img-wrapper.medium.stretch, .img-wrapper.small, .img-wrapper.small.stretch, .img-wrapper.mini, .img-wrapper.mini.stretch {
    height: auto;
    min-height: 512px;
  }

  .img-wrapper.stretch, .img-wrapper.big, .img-wrapper.big.stretch {
    height: auto;
    min-height: 512px;
  }

  .img-wrapper.medium, .img-wrapper.medium.stretch, .img-wrapper.medium.stretch, .img-wrapper.small, .img-wrapper.small.stretch, .img-wrapper.small.stretch, .img-wrapper.mini, .img-wrapper.mini.stretch {
    height: auto;
    min-height: 512px;
  }

  .img-wrapper.mini.stretch {
    height: auto;
    min-height: 512px;
  }

  .img-wrapper.mini.margin-paragraph {
    overflow: hidden;
  }

  .img-wrapper.stretch, .img-wrapper.big, .img-wrapper.big.stretch, .img-wrapper.big.stretch {
    height: auto;
    min-height: 512px;
  }

  .img-wrapper.img-contact {
    min-height: 0;
  }

  .sticky {
    top: 0;
  }

  .grid-7 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .grid-7.grid-7-about {
    grid-template-rows: auto auto auto;
  }

  .display-1 {
    font-size: 2.25rem;
  }

  .container.margin-bottom, .container.container-faq, .container.margin-bottom, .container.container-faq, .margin-bottom {
    margin-bottom: 3rem;
  }

  .bg-image.agency_a-home-2 {
    background-size: auto 100%;
  }

  .margin-paragraph {
    margin-bottom: 1rem;
  }

  .btn {
    padding: 16px 30px;
  }

  .btn.btn-label {
    padding: 12px 20px;
  }

  .navbar {
    background-color: var(--dark-grey-2);
    justify-content: flex-end;
    width: 100%;
    max-width: none;
    height: 5rem;
    display: flex;
    top: 0;
    left: 0;
    right: 0;
  }

  .navbar._50-left {
    justify-content: flex-end;
    width: 100%;
  }

  .nav-menu {
    background-color: var(--black);
    height: auto;
    padding-top: 32px;
    padding-bottom: 32px;
    position: absolute;
    top: 5rem;
  }

  .nav-menu.space-between {
    background-color: var(--dark-grey-2);
    opacity: .95;
    font-family: Montserrat, sans-serif;
    display: block;
  }

  .nav-menu.middle {
    padding-left: 32px;
    padding-right: 32px;
  }

  .nav-link-invert {
    margin-left: 0;
    margin-right: 0;
  }

  .brand {
    width: 100px;
    margin-left: 3rem;
    position: absolute;
    inset: 0% auto 0% 0%;
  }

  .brand.black, .brand.white {
    background-size: 100%;
  }

  .brand.white.middle-absolute, .brand.white.left-absolute {
    margin-left: 3rem;
  }

  .brand.black, .brand.white {
    background-size: 100%;
  }

  .brand.white.middle-absolute, .brand.white.left-absolute {
    margin-left: 3rem;
  }

  .brand.white.middle-absolute, .brand.white.left-absolute {
    margin-left: 3rem;
  }

  .brand.white.pre {
    margin-left: 0;
  }

  .show_skew-on_load.display-1 {
    font-size: 3rem;
    line-height: 1.2;
  }

  .grid-6 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .grid-6.margin-bottom.grid-6-services, .grid-6._6rem-gap, .grid-6.margin-bottom.grid-6-services, .grid-6.margin-bottom.grid-6-services, .grid-6._6rem-gap {
    grid-row-gap: 3rem;
  }

  .line-left {
    border-top: 1px solid var(--black);
    border-left-style: none;
    inset: 0% 3rem auto;
  }

  .line-left.line-disappear {
    display: none;
  }

  .menu-button {
    padding: 0;
    position: absolute;
  }

  .menu-button.w--open {
    background-color: var(--outlines);
  }

  .menu-button.black, .menu-button.transparent, .menu-button.black, .menu-button.transparent {
    color: #fff;
    background-color: #0000;
  }

  .line-top {
    left: 3rem;
    right: 3rem;
  }

  .horizontal.flex-wrap {
    justify-content: flex-start;
  }

  .margin-paragraph-mobile {
    margin-bottom: 1rem;
  }

  .grid-no-gap-columns {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .grid-no-gap-columns._4x {
    grid-row-gap: 4rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .grid-no-gap-columns._3x {
    grid-template-columns: 1fr 1fr;
  }

  .grid-no-gap-columns.featured {
    grid-template-columns: 1fr;
  }

  .scroll-down-line-wrapper {
    margin-top: 44px;
  }

  .serif {
    font-weight: 400;
  }

  .side-fix-left {
    height: 3rem;
  }

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

  .side-fix-right {
    height: 3rem;
  }

  .tooltip_hover-trigger.thumb-in-card {
    flex: 0 auto;
    width: 50%;
  }

  .collection-item {
    flex-direction: row;
    display: flex;
    position: relative;
  }

  .category-circle.white.bg-black-mobile {
    background-color: var(--black);
    background-color: var(--black);
    background-color: var(--black);
  }

  .category-holder {
    margin-bottom: .5rem;
  }

  .category-holder.centered.margin-left {
    margin-left: 1rem;
  }

  .link-block.profile {
    margin-top: .5rem;
  }

  .hover-line {
    display: none;
  }

  .hover-line.white-8 {
    height: 1px;
  }

  .moving-typo-left {
    flex-flow: column wrap;
    width: 100%;
    margin-top: 0;
    display: flex;
    position: relative;
    left: 0;
  }

  .link-moving-typo {
    margin-top: .5rem;
    margin-bottom: .5rem;
    padding: 1rem 0;
    font-size: 1.75rem;
    line-height: 1.3;
  }

  .link-moving-typo:hover {
    background-color: #0000;
  }

  .link-moving-typo.small {
    font-size: 1.75rem;
  }

  .line-separator {
    width: 2rem;
    margin-left: 1rem;
    margin-right: 1rem;
    display: none;
  }

  .moving-typo-right {
    flex-wrap: wrap;
    width: 100%;
    margin-top: 0;
    position: relative;
    left: 0;
  }

  .grid-gap-columns {
    grid-column-gap: 1rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .navbar-top-transparent-burger {
    justify-content: space-between;
    height: 4rem;
    padding-left: 3rem;
  }

  .menu-btn-top-transparent-burger {
    float: right;
    width: 4rem;
    height: 4rem;
    margin-right: -20px;
    display: flex;
    position: absolute;
    right: 3em;
  }

  .menu-top-transparent-burger {
    width: 100vw;
  }

  .grid-project-images {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .project-info.no-maxwidth {
    max-width: none;
  }

  .project-info.full-width {
    width: 100%;
  }

  .grid-12 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .sticky-content {
    top: 4rem;
  }

  .subnavi-holder {
    margin-bottom: .5rem;
  }

  .client-logos-holder {
    width: 5vw;
    min-width: 64px;
    margin-bottom: 2rem;
  }

  .flex-wrap {
    align-items: flex-start;
  }

  .client-logo {
    min-width: 0;
  }

  .introduction.margin-bottom {
    margin-bottom: 3rem;
  }

  .index-count {
    margin-right: .5rem;
  }

  .horiz-holder-vert_mobile {
    margin-bottom: .5rem;
  }

  .accordion-wrapper.faq-grid.fpv {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .accordion-item-content {
    padding-left: 0;
    padding-right: 0;
  }

  .gallery-image {
    height: auto;
    margin-bottom: 1px;
    margin-right: 0;
    padding: 3rem;
  }

  .gallery {
    height: auto;
  }

  .gallery-container {
    height: auto;
    position: relative;
    top: 0;
  }

  .gallery-scroll-track {
    position: relative;
  }

  .gallery-track {
    width: 100%;
    height: auto;
    display: block;
  }

  .gallery-track._4x {
    width: 100%;
  }

  .and {
    width: 3rem;
    height: 3rem;
    padding-top: 1rem;
    font-size: 1.5rem;
  }

  .display-0 {
    line-height: .9;
  }

  .display-0.small {
    font-size: 3rem;
  }

  .h6-black-mobile {
    color: var(--black);
    margin-top: 0;
    margin-left: 0;
    font-size: 1rem;
  }

  .font-black-mobile {
    color: var(--black);
  }

  .bg-black-mobile {
    background-color: var(--black);
  }

  .client-gif {
    background-size: 48px;
    width: 3rem;
    height: 3rem;
  }

  .footer-section {
    padding-bottom: 0;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .notice-box {
    justify-content: flex-start;
  }

  .notice-box.middle {
    align-items: flex-start;
  }

  .nav-column {
    margin-bottom: 1rem;
  }

  .display-none-tablet {
    display: none;
  }

  .show_opacity-on_load.display-1.margin-paragraph-mobile {
    font-size: 3rem;
    line-height: 1.2;
  }

  .show_opacity-on_load.horizontal {
    width: 100%;
  }

  .show_opacity-on_load.align-right {
    align-items: flex-start;
  }

  .h6-white-mobile {
    color: #fff;
    margin-top: 0;
    margin-left: 0;
    font-size: 1rem;
    font-weight: 700;
  }

  .h4-white-mobile {
    color: #fff;
    margin-top: 0;
    margin-left: 0;
    font-size: 1.5rem;
    line-height: 1.3;
  }

  .moving-typo-list {
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    left: 0;
  }

  .moving-typo-item-holder {
    width: 100%;
  }

  .moving-typo-item-list-wrapper {
    width: 100%;
    display: block;
    position: relative;
  }

  .navbar-10vh {
    height: 5rem;
  }

  .nav-container-horiz {
    justify-content: flex-end;
    align-items: center;
    padding-left: 3rem;
    padding-right: 0;
    display: flex;
  }

  .grid-no-gap-column-rows._3x {
    grid-template-columns: 1fr 1fr;
  }

  .slide-horiz-parallax {
    height: 80vh;
  }

  .slide-nav {
    height: 3rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .nav-menu-horiz {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .nav-menu-horiz.left {
    width: 100%;
  }

  .nav-menu-horiz.right {
    width: 100%;
    padding-right: 0;
  }

  .h4-black-mobile {
    color: var(--black);
    margin-top: 0;
    margin-left: 0;
    font-size: 1.5rem;
    line-height: 1.3;
  }

  .menu-icon {
    justify-content: center;
    align-items: center;
    width: 5rem;
    height: 5rem;
    display: flex;
  }

  .line-bottom-mobile {
    background-color: #fff;
    width: 100%;
    height: 1px;
    margin-top: 1rem;
    margin-bottom: 3rem;
  }

  .home-bg {
    padding: 0 0 0;
  }

  .margin-left {
    margin-left: 0;
    margin-right: 1rem;
  }

  .right-arrow {
    display: none;
  }

  .slide-content-1 {
    width: auto;
  }

  .splitscreen {
    margin-bottom: 0;
    display: block;
  }

  .splitscreen.reverse {
    flex-direction: column-reverse;
    display: flex;
  }

  .background-image-hero.home-2-2, .background-image-hero.home-2-1, .background-image-hero.home-2-2, .background-image-hero.home-2-1 {
    position: relative;
  }

  .slide-vertical {
    height: 80vh;
  }

  .right-section {
    width: 100%;
  }

  .left-section {
    width: 100%;
    padding-bottom: 3rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .left-arrow {
    display: none;
  }

  .fix-home {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    position: relative;
  }

  .cart {
    width: 5rem;
  }

  .cart-wrapper {
    justify-content: center;
    align-items: center;
    right: 5rem;
  }

  .row {
    flex-direction: column;
  }

  .cart-absolute {
    right: 5rem;
  }

  .grid-license {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .moving-typo-elements {
    flex-wrap: wrap;
    width: 100%;
    position: relative;
  }

  .content-z-index {
    display: none;
  }

  .moving-typo-holder {
    align-items: flex-start;
    width: 100%;
  }

  .grid-moving-bg-image {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-color: #0000;
    grid-template-columns: 1fr 1fr;
  }

  .section-moving-bg-image {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    height: auto;
    padding: 8rem 3rem 3rem;
  }

  .moving-typo-elements-wrapper {
    width: 100%;
    display: block;
    position: relative;
  }

  .social-buttons-wrapper {
    align-items: flex-start;
  }

  .about-top-section {
    text-align: left;
    align-items: flex-start;
  }

  .wrapper-moving-image {
    width: 100%;
    height: 512px;
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
  }

  .bg-moving-image {
    opacity: 1;
  }

  .moving-typo-link {
    margin-bottom: .5rem;
    padding: .5rem 0 1rem;
    font-size: 1.75rem;
    line-height: 1.3;
  }

  .services-holder {
    margin-bottom: .5rem;
  }

  .grid-6x1 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

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

  .social-icons-styleguide {
    margin-left: -4px;
  }

  .list-nav-intro {
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
  }

  .section-hero-styleguide {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    padding: 8rem 3rem 3rem;
  }

  .list-nav-styleguide {
    flex-wrap: wrap;
  }

  .nav-column-intro {
    margin-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .bg-video-intro {
    display: none;
  }

  .section-moving-typo-image {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    height: auto;
    padding: 8rem 3rem 3rem;
  }

  .moving-wrapper {
    width: 100%;
    display: block;
    position: relative;
  }

  .moving-image {
    width: 100%;
    height: 256px;
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
  }

  .moving-list {
    flex-wrap: wrap;
    width: 100%;
    position: relative;
  }

  .moving-link {
    text-align: left;
    justify-content: flex-start;
    margin-top: .5rem;
    margin-bottom: .5rem;
    padding: 0 0 1rem;
    font-size: 1.75rem;
    line-height: 1.3;
  }

  .moving-holder {
    width: 100%;
  }

  .btn-buy-now {
    padding: 16px 30px;
  }

  .icn-social-big-outline-2.googleplus {
    background-position: 50%;
    background-size: 40%;
  }

  .text-block-11 {
    font-family: Montserrat, sans-serif;
  }

  .grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .styleguide-section-wrap {
    padding: 40px;
  }

  .label.black-label.styleguide-section-label {
    text-align: center;
    text-align: center;
    inset: 0% 0% auto;
    text-align: center;
    inset: 0% 0% auto;
    margin-bottom: 40px;
    position: static;
    inset: 0% 0% auto;
  }

  .styleguide-section-wrap-2, .styleguide-section-wrap-3 {
    padding: 40px;
  }

  .ck-modal {
    display: flex;
  }

  .ck-prefmanager-w {
    z-index: 100;
  }

  .ck-preference-w {
    display: none;
  }

  .ck-radio__label.is--not-allowed {
    text-transform: uppercase;
    text-transform: uppercase;
  }

  .ck-radio__desc {
    text-transform: none;
  }

  .display-slider {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.75rem;
  }

  .grid-logo {
    align-content: stretch;
    align-items: stretch;
    width: 100%;
    margin-top: 3rem;
  }

  .navbar-2 {
    background-color: #1f1f1f;
    justify-content: flex-end;
    width: 100%;
    max-width: none;
    height: 5rem;
    display: flex;
    top: 0;
    left: 0;
    right: 0;
  }

  .nav-menu-2 {
    background-color: #0d0d11;
    height: auto;
    padding-top: 32px;
    padding-bottom: 32px;
    position: absolute;
    top: 5rem;
  }

  .nav-menu-2.space-between {
    opacity: .95;
    opacity: .95;
    background-color: #1f1f1f;
    font-family: Montserrat, sans-serif;
    display: block;
  }

  .nav-menu-2.space-between {
    opacity: .95;
    opacity: .95;
    background-color: #1f1f1f;
    font-family: Montserrat, sans-serif;
    display: block;
  }

  .nav-menu-2.middle {
    padding-left: 32px;
    padding-right: 32px;
  }

  .menu-button-2 {
    padding: 0;
    position: absolute;
  }

  .menu-button-2.w--open {
    background-color: #333333f2;
  }

  .menu-button-2.black, .menu-button-2.transparent, .menu-button-2.black, .menu-button-2.transparent {
    color: #fff;
    background-color: #0000;
  }

  .section-2 {
    padding: 3rem;
  }

  .section-2.centered {
    justify-content: center;
  }

  .section-2.centered.no-padding-top {
    margin-top: 0;
    padding-top: 0;
  }

  .section-2._100vh.overflow-hidden {
    min-height: 90vh;
  }

  .line-top-2 {
    left: 3rem;
    right: 3rem;
  }

  .nav-link-invert-2 {
    margin-left: 0;
  }

  .ck-modal-2 {
    display: flex;
  }

  .line-left-2 {
    border-top: 1px solid #0d0d11;
    border-left-style: none;
    inset: 0% 3rem auto;
  }

  .line-left-2.line-disappear {
    display: none;
  }

  .content-2.centered-always.width-100 {
    justify-content: center;
  }

  .btn-2 {
    padding: 16px 30px;
  }

  .language-settings {
    display: flex;
  }

  .language-settings-wrapper {
    z-index: 100;
    height: auto;
  }

  .language-settings-link {
    text-align: center;
    letter-spacing: 5px;
    border-bottom-width: 3px;
    padding-left: 5px;
    font-size: 25px;
    font-weight: 700;
    line-height: 2em;
  }

  .language-settings-link.link-below {
    text-align: center;
    text-align: center;
    display: flex;
  }

  .language-settings-2 {
    display: flex;
  }

  .hover-line-2 {
    display: none;
  }

  .section-3 {
    padding: 3rem;
  }

  .grid-6x1-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .navbar-10vh-2 {
    height: 5rem;
  }

  .display-2-2 {
    font-size: 2.25rem;
  }

  .serif-2 {
    font-weight: 400;
  }

  .img-wrapper-2 {
    height: auto;
    min-height: 512px;
  }

  .img-wrapper-2.bottom {
    -webkit-text-fill-color: inherit;
    background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
    background-position: 0 0;
    background-size: cover;
    background-clip: border-box;
  }

  .img-wrapper-2.medium {
    height: auto;
    min-height: 512px;
  }

  .bg-image-2.freelance-work_1 {
    background-position: 10%;
    background-size: cover;
  }

  .grid-7-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .display-2 {
    font-size: 2.25rem;
  }

  .nav-link-invert-2-copy {
    margin-left: 0;
  }

  .btn-3 {
    padding: 16px 30px;
  }

  .btn-3.btn-label {
    padding: 12px 20px;
  }

  .link-moving-typo-2 {
    margin-top: .5rem;
    margin-bottom: .5rem;
    padding: 1rem 0;
    font-size: 1.75rem;
    line-height: 1.3;
  }

  .link-moving-typo-2:hover {
    background-color: #0000;
  }

  .grid-gap-columns-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .grid-1x5 {
    grid-row-gap: 0rem;
    height: 100%;
  }

  .moving-type-div {
    height: auto;
  }

  .moving-typo-section {
    height: 50vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .checkbox-field-3.checkbox-cookie-consent {
    justify-content: flex-start;
  }

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

  .wrapper-h2 {
    padding-top: 0;
  }

  .and-2 {
    width: 3rem;
    height: 3rem;
    padding-top: 1rem;
    font-size: 1.5rem;
  }

  .gallery-image-2 {
    height: auto;
    margin-bottom: 1px;
    margin-right: 0;
    padding: 3rem;
  }

  .gallery-2 {
    height: auto;
  }

  .grid-no-gap-columns-2 {
    grid-row-gap: 5rem;
  }

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

  .gallery-container-2 {
    height: auto;
    position: relative;
    top: 0;
  }

  .grid-news-2 {
    grid-template-rows: auto;
  }

  .heading-grid {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
    margin-bottom: 3rem;
  }

  .heading-grid.margin-small {
    margin-bottom: 0;
  }

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

  .logo-flex-wrap {
    padding-left: 0%;
  }

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

  .padding-vertical-2.padding-xhuge {
    padding-bottom: 0;
  }

  .card_mask {
    width: 50%;
    height: 75vw;
  }

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

  .grid-7-3 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .section-4 {
    padding: 3rem;
  }

  .link-moving-typo-3 {
    margin-top: .5rem;
    margin-bottom: .5rem;
    padding: 1rem 0;
    font-size: 1.75rem;
    line-height: 1.3;
  }

  .link-moving-typo-3:hover {
    background-color: #0000;
  }

  .display-2-3 {
    font-size: 2.25rem;
  }

  .card-2.vorteil-beschreibung-card {
    padding-bottom: 0;
  }

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

  .overflow-visible {
    padding-top: 3rem;
    padding-left: 12px;
    padding-right: 12px;
  }

  .div-block-6, .div-block-6.tablet-hidden, .div-block-6.tablet-hidden {
    display: none;
  }

  .grid-13 {
    padding: 3rem;
  }

  .timeline-item {
    grid-template-rows: auto;
    grid-template-columns: 1fr 6rem 1fr;
  }

  .timeline-item.last {
    padding-bottom: 80px;
  }

  .timeline-right {
    margin-right: 3rem;
  }

  .tab-pane-tab-1 {
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    padding: 6rem 2rem 2rem;
  }

  .hero-section._50vh.sticky {
    z-index: 0;
    z-index: 0;
  }

  .hero-section.section-team-members {
    min-height: 200vh;
  }

  .content {
    line-height: 1.5;
  }

  .content.centered.horizontal, .content.centered.mobile {
    padding-top: 0;
  }

  .content.margin-paragraph-mobile, .content.margin-paragraph-mobile.mobile-landscape-no-margin-bottom {
    margin-bottom: 0;
  }

  .content.centered {
    padding-top: 2rem;
  }

  .content.centered.margin-bottom.mobile-no-padding-top {
    padding-top: 0;
  }

  .content.centered.horizontal, .content.centered.mobile, .content.centered.margin-bottom.mobile-no-padding-top, .content.centered.margin-bottom.mobile-no-padding-top {
    padding-top: 0;
  }

  .content.centered.display-none-tablet {
    display: none;
  }

  .content.centered.horizontal, .content.centered.mobile {
    padding-top: 0;
  }

  .content.margin-bottom {
    margin-bottom: 2rem;
  }

  .content.xs.centered {
    display: none;
  }

  .content.xs.centered-always.mobile-padding-bottom {
    padding-bottom: 3rem;
  }

  .content.font-black.centered-always {
    justify-content: space-between;
    height: 100%;
  }

  .content.align-right {
    text-align: left;
    align-items: flex-start;
  }

  .content.horiz-bottom {
    display: block;
  }

  .content.horiz-bottom.width-100.align-right {
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
  }

  .content.margin-paragraph-mobile, .content.margin-paragraph-mobile.mobile-landscape-no-margin-bottom, .content.margin-paragraph-mobile.mobile-landscape-no-margin-bottom {
    margin-bottom: 0;
  }

  .content.horizontal.align-center {
    flex-direction: row;
  }

  .content.horizontal.align-center.mobile-padding {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .display-1 {
    letter-spacing: -.025em;
    font-size: 2.25rem;
    line-height: 1.2;
  }

  .centered {
    display: block;
  }

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

  .no-top {
    padding-top: 0;
  }

  .no-right {
    padding-right: 0;
  }

  .section {
    padding: 2rem;
  }

  .section.no-top.mobile-hidden {
    padding-bottom: 0;
    display: none;
  }

  .section.padding-no-top-bottom {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .section._100vh.overflow-hidden {
    min-height: 0;
  }

  .section.centered {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .section.centered.no-padding-top {
    padding-top: 0;
  }

  .section.centered.mobile-no-padding-bottom {
    padding-bottom: 1rem;
  }

  .section.no-padding-bottom {
    padding-top: 3rem;
  }

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

  .section.no-padding-bottom.client-quote {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }

  .section.no-padding-bottom-mobile {
    padding-top: 4rem;
    padding-bottom: 0;
  }

  .section.section-no-padding-top-bottom {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .section.mobile-padding-1 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.section-footer {
    padding-top: 0;
  }

  .section.faq-de {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }

  .section.no-bottom {
    padding-top: 3rem;
  }

  .img-wrapper {
    min-height: 300px;
  }

  .img-wrapper.medium, .img-wrapper.medium.stretch {
    min-height: 256px;
  }

  .img-wrapper.small.stretch, .img-wrapper.small.margin-paragraph {
    min-height: 300px;
  }

  .img-wrapper.mini, .img-wrapper.mini.stretch, .img-wrapper.stretch, .img-wrapper.big, .img-wrapper.big.stretch {
    min-height: 256px;
  }

  .img-wrapper.medium, .img-wrapper.medium.stretch {
    min-height: 256px;
  }

  .img-wrapper.medium.stretch {
    min-height: 256px;
  }

  .img-wrapper.medium.margin-paragraph {
    min-height: 300px;
  }

  .img-wrapper.small {
    min-height: 256px;
  }

  .img-wrapper.small.stretch, .img-wrapper.small.margin-paragraph, .img-wrapper.small.stretch, .img-wrapper.small.margin-paragraph {
    min-height: 300px;
  }

  .img-wrapper.mini, .img-wrapper.mini.stretch, .img-wrapper.mini.stretch, .img-wrapper.stretch, .img-wrapper.big, .img-wrapper.big.stretch, .img-wrapper.big.stretch {
    min-height: 256px;
  }

  .img-wrapper.img-contact {
    width: 50vw;
    height: 62.5vw;
  }

  .sticky {
    top: 0;
  }

  .bg-color.dark-grey {
    background-color: #303030;
  }

  .bg-color.dark-grey.bg-footer {
    background-color: #0000;
  }

  .grid-7 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .grid-7.mobile-grid-2, .grid-7.mobile-grid-2-copy {
    grid-template-rows: auto;
  }

  .grid-7.grid-7-about {
    grid-template-rows: auto auto;
  }

  .grid-7.mobile-grid-2, .grid-7.mobile-grid-2-copy {
    grid-template-rows: auto;
  }

  .display-1 {
    font-size: 2rem;
    line-height: 1.2;
  }

  .display-1.margin-paragraph.mobile-display-5 {
    text-align: center;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.3;
  }

  .display-1.h4-white-mobile {
    font-size: 1.5rem;
  }

  .display-1.mobile-display-5 {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.3;
  }

  .display-1.margin-paragraph {
    text-align: left;
  }

  .display-1.margin-paragraph.mobile-display-5 {
    text-align: center;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.3;
  }

  .container.margin-bottom {
    margin-bottom: 4rem;
  }

  .container.no-right {
    margin-left: auto;
    margin-right: auto;
  }

  .container.no-maxwidth {
    max-width: none;
  }

  .container.flex-wrap {
    justify-content: center;
  }

  .margin-bottom {
    margin-bottom: 2rem;
  }

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

  .bg-image.agency_a-home-2 {
    object-fit: fill;
    height: 100%;
    overflow: visible;
  }

  .bg-image.agency_a-contact_1 {
    background-image: url("https://cdn.prod.website-files.com/6135ce065aa010723c72a9d9/6135ce075aa010b38a72aa5b_agency-portfolio-template-20.jpg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .bg-image.studio_b-about_1 {
    background-position: 50% 25%;
  }

  .bg-image.agency_a-contact_2 {
    background-image: url("https://cdn.prod.website-files.com/6135ce065aa010723c72a9d9/6135ce075aa01031b272aa5c_agency-portfolio-template-23.jpg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .bg-image.agency_a-contact_3 {
    background-image: url("https://cdn.prod.website-files.com/6135ce065aa010723c72a9d9/6135ce075aa010808472aa5d_agency-portfolio-template-22.jpg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .bg-image.agency_a-contact_4 {
    background-image: url("https://cdn.prod.website-files.com/6135ce065aa010723c72a9d9/6135ce075aa010711572aa5e_agency-portfolio-template-21.jpg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .bg-image.fade-in {
    background-position: 50% 30%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
  }

  .margin-paragraph {
    margin-bottom: 1rem;
  }

  .margin-paragraph.social-media-icons, .margin-paragraph.mobile-no-margin-bottom, .margin-paragraph.social-media-icons, .margin-paragraph.mobile-no-margin-bottom {
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .navbar {
    height: 4rem;
    display: block;
  }

  .nav-menu {
    top: 4rem;
  }

  .nav-link-invert.first.mobile-hidden, .nav-link-invert.first.mobile-hidden.w--current {
    display: none;
  }

  .nav-link-invert.first.w--current {
    display: block;
  }

  .nav-link-invert.first.mobile-hidden, .nav-link-invert.first.mobile-hidden.w--current, .nav-link-invert.first.mobile-hidden, .nav-link-invert.first.mobile-hidden.w--current {
    display: none;
  }

  .nav-link-invert.caption {
    margin-bottom: 0;
    padding: 0 12px;
  }

  .nav-link-invert.caption.w--current {
    margin-bottom: 0;
  }

  .nav-link-invert.caption.below {
    border-left: 1px solid var(--link);
    border-top-style: none;
  }

  .nav-link-invert.caption.below.w--current {
    border-style: none none none solid;
    border-width: 1px;
    border-color: black black black var(--link);
    padding-right: 0;
  }

  .nav-link-invert.caption.language {
    margin-bottom: 0;
    padding-left: 0;
  }

  .nav-link-invert.mobile-landscape-hidden {
    display: none;
  }

  .brand, .brand.white.middle-absolute, .brand.white.left-absolute, .brand.white.middle-absolute, .brand.white.left-absolute, .brand.white.middle-absolute, .brand.white.left-absolute {
    margin-left: 2rem;
  }

  .show_skew-on_load.display-1 {
    font-size: 2.25rem;
    line-height: 1.2;
  }

  .grid-6.grid-footer {
    background-color: var(--grey-51);
    background-color: #303030;
    grid-template-rows: auto auto auto auto;
    height: 100%;
    padding: 2rem;
  }

  .grid-6.margin-bottom.grid-6-services {
    margin-bottom: 3rem;
  }

  .grid-6.no-gap {
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto;
  }

  .grid-6.no-gap.margin-bottom {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .grid-6.no-gap.mobile-grid-2 {
    grid-template-rows: auto auto;
  }

  .grid-6._6rem-gap {
    grid-row-gap: 2rem;
  }

  .grid-6.grid-footer {
    background-color: var(--grey-51);
    background-color: #303030;
    grid-template-rows: auto auto auto auto;
    height: 100%;
    padding: 2rem;
  }

  .grid-6.no-gap {
    grid-row-gap: 0px;
  }

  .line-left {
    left: 2rem;
    right: 2rem;
  }

  .text-field {
    margin-bottom: 2rem;
  }

  .caption {
    margin-bottom: 0;
    line-height: 1.3;
  }

  .padding-left-40 {
    padding-left: 0;
  }

  .icn-social-big {
    width: 32px;
    height: 32px;
  }

  .menu-button {
    right: 0;
  }

  .menu-button.transparent {
    inset: 0% 0% auto auto;
    inset: 0% 0% auto auto;
  }

  .line-top {
    left: 2rem;
    right: 2rem;
  }

  .horizontal {
    overflow: auto;
  }

  .horizontal.flex-wrap {
    justify-content: flex-start;
  }

  .margin-paragraph-mobile {
    margin-bottom: 1rem;
  }

  .grid-no-gap-columns {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .grid-no-gap-columns._4x {
    grid-row-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .scroll-down-line-wrapper {
    margin-top: 0;
  }

  .width-100 {
    overflow: visible;
  }

  .serif {
    font-weight: 400;
  }

  .side-fix-left {
    height: 2rem;
    display: none;
  }

  .main-grid.font-white {
    grid-row-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto auto auto auto;
  }

  .side-fix-right {
    height: 2rem;
    display: none;
  }

  .button-circle {
    width: 48px;
    height: 48px;
    padding: 4px;
  }

  .collection-item {
    flex-direction: column;
  }

  .category-holder.centered.margin-left {
    margin-top: 0;
    margin-bottom: 0;
  }

  .category-holder.centered {
    display: flex;
  }

  .hover-line {
    display: none;
  }

  .hover-line.black {
    display: block;
  }

  .link-moving-typo {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.5rem;
  }

  .link-moving-typo.small {
    font-size: 1.5rem;
  }

  .grid-gap-columns {
    grid-column-gap: 0rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .navbar-top-transparent-burger {
    padding-left: 2rem;
    display: none;
  }

  .menu-btn-top-transparent-burger {
    right: 2em;
  }

  .menu-top-transparent-burger {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .numbers {
    letter-spacing: -.04em;
    font-size: 2rem;
  }

  .grid-project-images {
    grid-column-gap: 0rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .project-info.full-width {
    padding-top: 1rem;
  }

  .padding {
    padding: 2rem;
  }

  .padding.padding-no-bottom-mobile {
    height: 100%;
    padding-bottom: 2rem;
  }

  .moving-typo-serif {
    line-height: 1.5;
    display: inline;
  }

  .sticky-content {
    top: 4rem;
  }

  .client-logos-holder {
    margin-bottom: 2rem;
  }

  .introduction {
    font-size: 1.5rem;
  }

  .introduction.margin-bottom {
    margin-bottom: 2rem;
  }

  .accordion-wrapper.faq-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .accordion-wrapper.faq-grid.fpv {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .accordion-item-trigger {
    padding-left: 0;
    padding-right: 0;
  }

  .accordion-item-trigger.first-accordion-item-trigger._2rows {
    padding-top: 2rem;
  }

  .accordion-item-content {
    padding-left: 0;
    padding-right: 0;
  }

  .accordion-title {
    line-height: 1.5;
  }

  .gallery-image {
    min-width: 22.5%;
    padding: 2rem;
  }

  .card-container {
    display: block;
  }

  .grid-12x8 {
    grid-column-gap: .5rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .display-0 {
    letter-spacing: -.05em;
    font-size: 3rem;
    line-height: 1.1;
  }

  .footer-section {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .list-horisontal {
    overflow: scroll;
  }

  .list-horisontal.list-footer {
    flex-direction: column;
  }

  .nav-column.footer {
    margin-top: .5rem;
    margin-bottom: .5rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .show_opacity-on_load.display-1, .show_opacity-on_load.display-1.margin-paragraph-mobile {
    font-size: 2.25rem;
  }

  .show_opacity-on_load.display-1, .show_opacity-on_load.display-1.margin-paragraph-mobile, .show_opacity-on_load.display-1.margin-paragraph-mobile {
    font-size: 2.25rem;
  }

  .show_opacity-on_load.serif {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.375rem;
  }

  .h6-white-mobile {
    font-size: 1rem;
  }

  .icn-social-big-outline {
    width: 32px;
    height: 32px;
  }

  .moving-typo-list {
    overflow: auto;
  }

  .navbar-10vh {
    height: 4rem;
  }

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

  .grid-no-gap-column-rows {
    grid-template-columns: 1fr;
  }

  .slide-nav {
    height: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .navlink-top-transparent-burger {
    font-size: 4rem;
  }

  .menu-icon {
    justify-content: center;
    align-items: center;
    width: 4rem;
    height: 4rem;
  }

  .icn-social-small, .icn-social-small-outline {
    width: 32px;
    height: 32px;
  }

  .line-bottom-mobile {
    margin-bottom: 2rem;
  }

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

  .cart, .cart-button {
    height: 4rem;
  }

  .cart-wrapper {
    right: 4rem;
  }

  .content-centered-always {
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    display: none;
  }

  .moving-typo-elements {
    overflow: auto;
  }

  .social-button-outline {
    width: 32px;
    height: 32px;
  }

  .section-moving-bg-image {
    padding: 6rem 2rem 2rem;
  }

  .wrapper-moving-image {
    height: 320px;
  }

  .moving-typo-link {
    font-size: 1.5rem;
  }

  .grid-6x1 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
  }

  .grid-6x1.margin-bottom {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
  }

  .list-nav-intro {
    flex-wrap: wrap;
  }

  .section-hero-styleguide {
    padding: 6rem 2rem 2rem;
  }

  .list-nav-styleguide {
    flex-wrap: wrap;
  }

  .section-moving-typo-image {
    padding: 6rem 2rem 2rem;
  }

  .moving-list {
    overflow: auto;
  }

  .moving-link {
    font-size: 1.5rem;
  }

  .icn-social-big-outline-2 {
    width: 32px;
    height: 32px;
  }

  .text-block-2, .text-block-3, .text-block-4, .text-block-5, .text-block-6, .text-block-7, .text-block-11 {
    font-size: 1.25rem;
  }

  .paragraph-2 {
    width: 100%;
    font-size: .75rem;
    font-weight: 500;
    line-height: 1.5;
  }

  .grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .styleguide-section-wrap {
    padding: 30px;
  }

  .label.black-label.styleguide-section-label {
    margin-bottom: 30px;
    position: static;
  }

  .styleguide-note-wrap {
    padding-bottom: 30px;
  }

  .styleguide-grid-text-wrap {
    object-fit: scale-down;
    place-items: stretch stretch;
    width: 100%;
    display: block;
    position: static;
    overflow: visible;
  }

  .styleguide-grid-text-wrap.grid-styleguide-one-column {
    grid-row-gap: 0px;
    grid-row-gap: 0px;
  }

  .styleguide-section-wrap-2, .styleguide-section-wrap-3 {
    padding: 30px;
  }

  .ck-modal__exit-btn {
    margin-right: 1.25rem;
    top: -1rem;
  }

  .ck-modal {
    max-width: 32rem;
  }

  .ck-modal__content-w {
    background-color: var(--grey-51);
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .ck-modal__btns-w {
    padding: 1.5rem;
  }

  .ck-modal__btns-w.in-pref-manger {
    margin: 1.5rem -1.5rem -2rem;
    padding-top: 1.25rem;
    position: sticky;
    bottom: 0;
  }

  .ck-cookie-w {
    max-width: 100%;
    left: 1rem;
    right: 1rem;
  }

  .ck-prefmanager-w {
    z-index: 4;
    justify-content: flex-start;
    align-items: center;
    margin-left: 1rem;
    position: fixed;
    left: auto;
    right: auto;
  }

  .ck-preference__btn {
    width: 3rem;
    position: fixed;
    bottom: 0;
  }

  .ck-preference__icon {
    margin-right: 0;
  }

  .ck-form-w {
    background-color: var(--grey-51);
  }

  .ck-preference-w {
    display: none;
  }

  .ck-form {
    padding-top: .75rem;
  }

  .ck-preference__bg {
    background-color: var(--grey-51);
  }

  .ck-preference__scroll-w {
    align-self: auto;
    padding-top: 2rem;
    padding-bottom: 0;
  }

  .rich-text-block-4 {
    flex: 0 auto;
    line-height: 1.5;
  }

  .display-slider {
    font-size: 1.5rem;
  }

  .display-6.serif {
    line-height: 1.5;
  }

  .grid-logo {
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
    width: 100%;
  }

  .navbar-2 {
    height: 4rem;
    display: block;
  }

  .nav-menu-2 {
    top: 4rem;
  }

  .menu-button-2 {
    right: 0;
  }

  .menu-button-2.transparent {
    inset: 0% 0% auto auto;
    inset: 0% 0% auto auto;
  }

  .section-2 {
    padding: 2rem;
  }

  .section-2.no-padding-bottom, .section-2.no-padding-bottom.client-quote {
    padding-top: 2rem;
    padding-bottom: 0;
  }

  .section-2.no-padding-bottom, .section-2.no-padding-bottom.client-quote, .section-2.no-padding-bottom.client-quote {
    padding-top: 2rem;
    padding-bottom: 0;
  }

  .section-2.no-top-bottom {
    padding-bottom: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .section-2.centered {
    display: flex;
  }

  .section-2.mobile-no-padding-bottom {
    padding-bottom: 0;
  }

  .section-2.mobile-hidden {
    display: none;
  }

  .section-2.client-quote {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }

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

  .section-2.centered {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .section-2.centered.mobile-no-padding-bottom {
    padding-bottom: 1rem;
  }

  .section-2.centered.no-padding-top {
    padding-top: 0;
  }

  .section-2.no-padding-bottom-mobile {
    padding-bottom: 0;
  }

  .section-2.no-top-bottom {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .section-2._100vh.overflow-hidden {
    min-height: 0;
  }

  .line-top-2 {
    left: 2rem;
    right: 2rem;
  }

  .nav-link-invert-2.caption.below.w--current {
    border: 1px #000;
    border-left: 1px solid #fff;
  }

  .nav-link-invert-2.caption {
    margin-bottom: 0;
    padding: 0 12px;
  }

  .nav-link-invert-2.caption.w--current {
    margin-bottom: 0;
  }

  .nav-link-invert-2.caption.below {
    border-top-style: none;
    border-left: 1px solid #fff;
  }

  .nav-link-invert-2.caption.below.w--current {
    border: 1px #000;
    border-left: 1px solid #fff;
    padding-right: 0;
  }

  .display-4-2 {
    text-transform: uppercase;
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 1.25;
  }

  .ck-modal__exit-btn-2 {
    margin-right: 1.25rem;
    top: -1rem;
  }

  .line-left-2 {
    left: 2rem;
    right: 2rem;
  }

  .btn-2.btn-label {
    margin-top: 0;
  }

  .language-settings {
    justify-content: center;
  }

  .language-settings-wrapper {
    z-index: 4;
    flex-direction: row;
    padding-right: 1rem;
    display: flex;
    right: 0;
  }

  .language-settings-wrapper.mobile-language-settings {
    padding-top: 12px;
    padding-bottom: 12px;
    display: flex;
    position: absolute;
    top: 0;
    bottom: 4rem;
    right: auto;
  }

  .language-settings-link {
    letter-spacing: 2px;
    border-bottom-style: none;
    border-bottom-width: 2px;
    border-right: 2px solid #fff;
    padding-right: 5px;
    line-height: 1em;
  }

  .language-settings-link.link-below {
    border-right-style: none;
  }

  .language-settings-2 {
    justify-content: center;
  }

  .section-3 {
    padding: 2rem;
  }

  .section-3.centered {
    display: flex;
  }

  .content-3.align-right {
    text-align: left;
    align-items: flex-start;
  }

  .content-3.hide-mobile {
    display: none;
  }

  .icn-social-small-2 {
    width: 32px;
    height: 32px;
  }

  .navbar-10vh-2 {
    height: 4rem;
  }

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

  .serif-2 {
    font-weight: 400;
  }

  .img-wrapper-2 {
    min-height: 320px;
  }

  .img-wrapper-2.medium {
    min-height: 256px;
  }

  .bg-image-2.freelance-work_1 {
    background-position: 0%;
  }

  .bg-image-2.agency_a-contact_1 {
    background-image: url("https://cdn.prod.website-files.com/6135ce065aa010723c72a9d9/67d6fa1e6561d1219be95a1f_image%20-%202025-03-16T171851.902.png");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .bg-image-2.agency_a-contact_3 {
    background-image: url("https://cdn.prod.website-files.com/6135ce065aa010723c72a9d9/6135ce075aa010808472aa5d_agency-portfolio-template-22.jpg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .bg-image-2.agency_a-contact_2 {
    background-image: url("https://cdn.prod.website-files.com/6135ce065aa010723c72a9d9/67d6fa1eb1eecae215949c5d_image%20-%202025-03-16T171828.686.png");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .bg-image-2.agency_a-contact_4 {
    background-image: url("https://cdn.prod.website-files.com/6135ce065aa010723c72a9d9/6135ce075aa010711572aa5e_agency-portfolio-template-21.jpg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

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

  .display-2.mobile-display-5 {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.3;
  }

  .nav-link-invert-2-copy.caption.below.w--current {
    border: 1px #000;
    border-left: 1px solid #fff;
  }

  .nav-link-invert-2-copy.caption {
    margin-bottom: 0;
    padding: 0 12px;
  }

  .nav-link-invert-2-copy.caption.w--current {
    margin-bottom: 0;
  }

  .nav-link-invert-2-copy.caption.below {
    border-top-style: none;
    border-left: 1px solid #fff;
  }

  .nav-link-invert-2-copy.caption.below.w--current {
    border: 1px #000;
    border-left: 1px solid #fff;
    padding-right: 0;
  }

  .btn-3.btn-label {
    margin-top: 0;
  }

  .link-moving-typo-2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.5rem;
  }

  .grid-gap-columns-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .grid-1x5 {
    grid-template-rows: auto auto;
  }

  .moving-typo-section {
    height: auto;
    padding-top: 2rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .wrapper-h2 {
    padding-top: .5rem;
  }

  .gallery-image-2 {
    min-width: 22.5%;
    padding: 2rem;
  }

  .grid-12x8-2 {
    display: block;
  }

  .grid-no-gap-columns-2 {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .bg-color-2.black {
    z-index: 1;
    z-index: 1;
  }

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

  .padding-vertical-2.padding-xhuge {
    padding-bottom: 0;
  }

  .card {
    padding-right: 1.5rem;
  }

  .slide68_arrow.left {
    right: 3.5rem;
  }

  .slider_component {
    padding-bottom: 5.5rem;
  }

  .section-4 {
    padding: 2rem;
  }

  .link-moving-typo-3 {
    font-size: 1.5rem;
  }

  .display-2-3 {
    font-size: 2rem;
    line-height: 1.2;
  }

  .grid-13 {
    padding: 1rem 2rem 2rem;
  }

  .timeline-item {
    grid-template-columns: 1fr 4rem 1fr;
  }

  .timeline-item.last {
    grid-template-rows: auto;
    padding-bottom: 80px;
  }

  .timeline-right {
    margin-right: 0;
  }

  .margin-bottom-xlarge {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2rem;
    line-height: 1;
  }

  h2 {
    font-size: 1.75rem;
    line-height: 1.1;
  }

  h3 {
    font-size: 1.5rem;
    line-height: 1.2;
  }

  h4 {
    font-size: 1.375rem;
    line-height: 1.2;
  }

  h5 {
    font-size: 1.125rem;
  }

  ol {
    margin-bottom: 0;
  }

  .hero-section._50vh.sticky {
    position: sticky;
  }

  .hero-section.section-team-members {
    min-height: 100vh;
  }

  .content {
    height: 100%;
  }

  .content.mobile-height-auto, .content.justify-left {
    height: auto;
  }

  .content.centered {
    padding-top: 2rem;
  }

  .content.centered.horizontal {
    padding-top: 0;
  }

  .content.centered.mobile {
    padding-top: 0;
    padding-bottom: 0;
  }

  .content.margin-bottom.mobile {
    margin-bottom: 1rem;
  }

  .content.margin-bottom.mobile-height-auto {
    height: auto;
    margin-bottom: 1rem;
  }

  .content.xs.centered-always.mobile {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .content.xs.centered-always.mobile-padding-bottom {
    padding-bottom: 3rem;
  }

  .content.align-right.margin-paragraph-mobile.office-place {
    left: 25px;
  }

  .content.margin-paragraph-mobile {
    height: 100%;
    margin-bottom: 0;
  }

  .content.margin-paragraph-mobile.mobile-margin-top {
    margin-top: 1rem;
  }

  .content.horizontal {
    flex-wrap: nowrap;
  }

  .content.horizontal.align-center.mobile-padding {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .content.mobile-hidden {
    display: none;
  }

  .content.mobile-height-auto, .content.justify-left {
    height: auto;
  }

  .content.center.margin-mobile {
    margin-top: 1rem;
  }

  .content.names {
    flex-direction: column;
  }

  .display-1 {
    font-size: 2rem;
  }

  .display-1.mobile-align-center {
    text-align: center;
    text-align: center;
  }

  .centered {
    text-align: left;
  }

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

  .no-top {
    padding-top: 0;
  }

  .no-right {
    padding-right: 0;
  }

  .section.no-top.mobile-hidden {
    padding-top: 0;
    display: none;
  }

  .section.padding-no-top-bottom {
    flex: 0 auto;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .section._100vh.overflow-hidden {
    min-height: 0;
  }

  .section._100vh.overflow-hidden.no-padding-top-mobile {
    padding-top: 0;
  }

  .section.no-padding {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .section.no-padding-bottom.client-quote {
    padding-bottom: 2rem;
  }

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

  .section.mobile-100vh {
    background-color: #1f1f1f;
  }

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

  .section.mobile-padding-1 {
    padding-bottom: 2rem;
  }

  .section.faq-de {
    padding-top: 3rem;
    padding-bottom: 0;
  }

  .section.padding-bottom-6rem {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }

  .img-wrapper {
    flex-direction: row;
    min-height: 200px;
  }

  .img-wrapper.medium.margin-paragraph, .img-wrapper.small.stretch {
    min-height: 200px;
  }

  .img-wrapper.small.stretch.show_skew-on_load, .img-wrapper.small.margin-paragraph, .img-wrapper.mini.margin-paragraph {
    min-height: 256px;
  }

  .img-wrapper.medium.margin-paragraph, .img-wrapper.small.stretch {
    min-height: 200px;
  }

  .img-wrapper.small.stretch.show_skew-on_load, .img-wrapper.small.margin-paragraph {
    min-height: 256px;
  }

  .img-wrapper.small.stretch {
    min-height: 200px;
  }

  .img-wrapper.small.stretch.show_skew-on_load, .img-wrapper.small.margin-paragraph, .img-wrapper.mini.margin-paragraph, .img-wrapper.mini.margin-paragraph {
    min-height: 256px;
  }

  .img-wrapper.img-contact {
    width: 80vw;
    height: 100vw;
  }

  .img-wrapper.video {
    min-height: 0;
  }

  .sticky {
    top: 0;
  }

  .bg-color {
    background-color: #1f1f1f;
  }

  .bg-color.black {
    overflow: visible;
  }

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

  .grid-7.grid-7-services {
    grid-row-gap: 2rem;
  }

  .grid-7.grid-7-about {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto auto;
  }

  .grid-7.mobile-grid-2 {
    grid-template-rows: auto;
  }

  .grid-7.mobile-grid-2-copy {
    grid-row-gap: 1rem;
    grid-template-rows: auto;
  }

  .display-1 {
    width: 100%;
    font-size: 1.75rem;
  }

  .display-1.mobile-display-5 {
    font-size: 1.375rem;
    line-height: 1.5;
  }

  .display-1.mobile-hidden {
    display: none;
  }

  .display-1.margin-paragraph.mobile-display-5 {
    font-size: 1.375rem;
    font-weight: 600;
    line-height: 1.5;
  }

  .container.flex-wrap {
    align-content: stretch;
    align-items: flex-start;
  }

  .margin-bottom {
    margin-bottom: 2rem;
  }

  .bg-image.fade-in {
    background-position: 50% 30%;
  }

  .bg-image.studio_b-about_1, .bg-image.fade-in, .bg-image.fade-in {
    background-position: 50% 30%;
  }

  .bg-image.agency_a-home-2 {
    background-size: auto 100%;
    height: 100%;
  }

  .bg-image.studio_b-about_1, .bg-image.fade-in {
    background-position: 50% 30%;
  }

  .margin-paragraph {
    margin-bottom: 1rem;
  }

  .btn {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-link-invert.first.mobile-hidden, .nav-link-invert.mobile-landscape-hidden {
    display: block;
  }

  .nav-link-invert.first.w--current {
    line-height: 1.5;
    transition: color .6s, border-color .6s;
  }

  .nav-link-invert.first.mobile-hidden, .nav-link-invert.mobile-landscape-hidden {
    display: block;
  }

  .show_skew-on_load.display-1 {
    font-size: 2rem;
  }

  .show_skew-on_load.display-2.uppercase.margin-paragraph {
    text-align: center;
    text-align: center;
    text-align: center;
  }

  .show_skew-on_load.about-text {
    font-size: 1.125rem;
  }

  .show_skew-on_load.display-6 {
    height: 100%;
  }

  .grid-6.margin-bottom.grid-6-services {
    grid-row-gap: 1rem;
    grid-row-gap: 1rem;
    margin-bottom: 2rem;
    overflow: hidden;
  }

  .grid-6.no-gap.margin-bottom {
    grid-row-gap: 1rem;
    grid-row-gap: 1rem;
    overflow: visible;
  }

  .grid-6.grid-footer {
    height: 100%;
  }

  .caption {
    line-height: 1.5;
  }

  .display-4 {
    font-size: 1.375rem;
    line-height: 1.3;
  }

  .display-4.serif {
    font-size: 1rem;
    line-height: 1.5;
  }

  .margin-paragraph-mobile {
    margin-bottom: 1rem;
  }

  .grid-no-gap-columns {
    grid-row-gap: 2rem;
    justify-content: center;
    width: 100%;
  }

  .grid-no-gap-columns._4x {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .grid-no-gap-columns._3x {
    grid-template-columns: 1fr;
  }

  .bg-video {
    overflow: hidden;
  }

  .width-100 {
    overflow: visible;
  }

  .serif {
    font-weight: 400;
  }

  .side-fix-left {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .main-grid.font-white {
    grid-row-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .side-fix-right {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .tooltip_hover-trigger.thumb-in-card {
    width: 100%;
  }

  .category-holder.centered {
    justify-content: flex-start;
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .link-moving-typo {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.25rem;
  }

  .link-moving-typo.small {
    font-size: 1.25rem;
  }

  .line-separator {
    display: none;
  }

  .numbers {
    text-align: left;
    letter-spacing: -.02em;
    align-self: auto;
    font-size: 1.5rem;
  }

  .grid-project-images {
    grid-auto-flow: column dense;
  }

  .project-info {
    width: 100%;
  }

  .padding.padding-no-bottom-mobile {
    padding-bottom: 2rem;
  }

  .sticky-content {
    top: 3rem;
  }

  .award-x {
    margin-left: 4px;
    margin-right: 20px;
  }

  .client-logos-holder {
    width: 50%;
    margin-right: 0;
  }

  .introduction {
    font-size: 1.25rem;
  }

  .index-count {
    margin-right: .5rem;
  }

  .avatar-holder {
    display: none;
  }

  .horiz-holder-vert_mobile {
    display: block;
  }

  .accordion-wrapper.faq-grid {
    grid-row-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .accordion-item-content.padding-2rem {
    padding-left: 0;
    padding-right: 0;
  }

  .gallery-image {
    padding: 2rem 1rem;
  }

  .grid-12x8 {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .gallery-container {
    overflow: visible;
  }

  .and {
    text-align: center;
  }

  .display-0 {
    font-size: 2.25rem;
  }

  .display-0.small {
    font-size: 2rem;
  }

  .client-gif {
    background-size: 32px;
    width: 2rem;
    height: 2rem;
  }

  .nav-column.footer {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .show_opacity-on_load.display-1.margin-paragraph-mobile {
    font-size: 2rem;
  }

  .h6-white-mobile {
    font-size: 1rem;
  }

  .grid-no-gap-column-rows._3x {
    grid-template-columns: 1fr;
  }

  .navlink-top-transparent-burger {
    font-size: 3rem;
  }

  .cart-absolute {
    right: 4rem;
  }

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

  .content-centered-always {
    padding-top: 2rem;
    padding-bottom: 1rem;
    display: none;
  }

  .wrapper-moving-image {
    height: 256px;
  }

  .moving-typo-link {
    font-size: 1.25rem;
  }

  .grid-6x1 {
    grid-template-rows: auto;
  }

  .grid-6x1.margin-bottom {
    grid-template-rows: auto auto;
  }

  .moving-link {
    font-size: 1.25rem;
  }

  .text-block-2, .text-block-3, .text-block-4, .text-block-5, .text-block-6, .text-block-7, .text-block-11 {
    font-size: 1.125rem;
  }

  .paragraph-2 {
    width: 95%;
  }

  .display-5 {
    font-size: 1.375rem;
    line-height: 1.5;
  }

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

  .styleguide-section-wrap {
    position: relative;
  }

  .styleguide-grid-text-wrap {
    display: block;
  }

  .styleguide-grid-text-wrap.grid-styleguide-one-column {
    object-fit: fill;
    object-fit: fill;
    display: block;
  }

  .styleguide-section-wrap-2, .styleguide-section-wrap-3 {
    position: relative;
  }

  .ck-button__txt {
    display: block;
  }

  .ck-modal__exit-btn {
    margin-top: 1rem;
    margin-bottom: -2.5rem;
    margin-right: 1rem;
    top: 0;
  }

  .ck-modal {
    max-width: 100%;
  }

  .ck-modal__content-w {
    height: auto;
    padding-top: 1.75rem;
    padding-bottom: 1.5rem;
  }

  .ck-modal__content-w.is--small {
    padding: 2rem 1.25rem 1.25rem;
  }

  .ck-desc {
    text-align: left;
    padding-top: 1rem;
    font-size: 1rem;
  }

  .ck-modal__btns-w.is--small {
    justify-content: center;
    padding: 1.25rem;
  }

  .ck-cookie-w {
    max-width: 100%;
    top: auto;
  }

  .ck-button-w {
    width: 100%;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .ck-button-w.is--secondary {
    margin-top: .5rem;
    margin-right: 0;
  }

  .ck-title.is--small {
    font-size: 1rem;
  }

  .ck-prefmanager-w {
    z-index: 3;
    display: block;
    left: 0;
    right: auto;
  }

  .ck-preference-w {
    align-items: center;
  }

  .ck-preference__bg {
    background-color: var(--grey-51);
  }

  .ck-preference__scroll-w {
    align-self: flex-start;
    align-items: stretch;
    max-width: 100%;
    height: auto;
    padding: 2rem 0 0;
    top: auto;
  }

  .paragraph-small, .display-slider {
    font-size: 1.375rem;
  }

  .display-3.margin-bottom-12px {
    margin-top: 0;
  }

  .display-6 {
    font-size: 1rem;
    line-height: 1.5;
  }

  .display-6.serif {
    line-height: 1.5;
  }

  .display-3 {
    font-size: 1.375rem;
    line-height: 1.2;
  }

  .display-3.uppercase {
    text-transform: uppercase;
    text-transform: uppercase;
    font-size: 1.25rem;
    line-height: 1.375;
  }

  .display-7 {
    margin-top: .5rem;
    margin-bottom: 0;
  }

  .display-7.uppercase {
    margin-bottom: .5rem;
  }

  .display-7.uppercase.no-bottom {
    font-size: 1.375rem;
    font-weight: 600;
    line-height: 1.25;
  }

  .display-7.normal.no-margin.serif {
    line-height: 1.5;
  }

  .grid-logo {
    grid-template-columns: 1fr 1fr;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .section-2.no-top-bottom {
    flex: 0 auto;
  }

  .section-2.centered {
    padding-left: 0;
    padding-right: 0;
  }

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

  .section-2.no-padding-bottom-mobile {
    padding-bottom: 0;
  }

  .section-2.no-top-bottom {
    flex: 0 auto;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .section-2._100vh.overflow-hidden {
    min-height: 0;
  }

  .display-4-2 {
    font-size: 1.375rem;
    line-height: 1.3;
  }

  .ck-modal__exit-btn-2 {
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .ck-modal-2 {
    max-width: 100%;
  }

  .ck-button-w-2 {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .btn-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .language-settings-wrapper {
    z-index: 3;
    justify-content: flex-end;
    width: auto;
    display: flex;
    position: fixed;
    bottom: 0;
  }

  .language-settings-wrapper.mobile-language-settings {
    justify-content: center;
    width: 100%;
    margin-top: 4rem;
    margin-bottom: 4rem;
    padding: 0 0 0 0;
    display: flex;
    position: relative;
    bottom: 0;
    right: auto;
  }

  .language-settings-link {
    line-height: 1em;
  }

  .text-block-24 {
    font-size: .75rem;
    font-weight: 400;
  }

  .text-block-upper {
    width: 80%;
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: none;
  }

  .section-3 {
    z-index: 1;
  }

  .content-3.horizontal {
    flex-wrap: wrap;
  }

  .content-3.hide-mobile {
    display: none;
  }

  .caption-2.uppercase {
    text-align: center;
    text-align: center;
  }

  .display-2-2 {
    font-size: 1.75rem;
  }

  .serif-2 {
    font-weight: 400;
  }

  .bg-image-2.freelance-work_1 {
    background-position: 20%;
    background-size: cover;
  }

  .bg-image-2.agency_a-contact_1 {
    background-image: url("https://cdn.prod.website-files.com/6135ce065aa010723c72a9d9/67d6fa1e6561d1219be95a1f_image%20-%202025-03-16T171851.902.png");
  }

  .bg-image-2.agency_a-contact_2 {
    background-image: url("https://cdn.prod.website-files.com/6135ce065aa010723c72a9d9/67d6fa1eb1eecae215949c5d_image%20-%202025-03-16T171828.686.png");
  }

  .main-2 {
    overflow: hidden;
  }

  .display-2 {
    width: 100%;
    font-size: 1.75rem;
  }

  .display-2.mobile-display-5 {
    font-size: 1.375rem;
    line-height: 1.5;
  }

  .display-2.timeline-date-text {
    font-size: 1rem;
  }

  .btn-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .link-moving-typo-2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.25rem;
  }

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

  .grid-gap-columns-2 {
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
  }

  .moving-type-div {
    text-align: center;
  }

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

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

  .gallery-image-2 {
    padding: 1rem;
  }

  .grid-12x8-2 {
    display: block;
  }

  .bg-color-2 {
    background-color: var(--dark-grey-2);
    height: 100%;
  }

  .grid-news-2 {
    grid-template-columns: .5fr;
  }

  .display-4-3 {
    font-size: 1.375rem;
    line-height: 1.3;
  }

  .collection-item-5 {
    width: 100%;
  }

  .heading-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 2rem;
    display: grid;
  }

  .div-block-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .grid-logo-section {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto auto;
  }

  .job-list {
    margin-bottom: 2rem;
  }

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

  .page-padding {
    padding-left: 10px;
    padding-right: 10px;
  }

  .card_mask {
    width: 100%;
    height: 142.5vw;
  }

  .slider_component {
    padding-bottom: 4.25rem;
  }

  .link-moving-typo-3 {
    font-size: 1.25rem;
  }

  .display-2-3 {
    font-size: 1.75rem;
  }

  .card-2.accordion-item-trigger {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .overflow-visible {
    padding-top: 2rem;
  }

  .flex.align-top.margin-bottom-48px.mg-slides--12px {
    margin-bottom: 2rem;
  }

  .grid-13 {
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .timeline-item {
    grid-template-columns: 40% 20% 40%;
  }

  .timeline-right {
    margin-right: 0;
  }

  .div-block-8 {
    background-color: #1f1f1f;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 2rem;
  }
}

#w-node-_0970df28-800c-99b5-21b5-45b7b272cd20-32f4f9a4 {
  grid-area: 1 / 1 / 7 / 7;
  place-self: end;
}

#w-node-bc31e811-412a-e3e7-ac80-7bd0fa7ad6f7-32f4f9a4 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-f420bdae-ea54-7a00-c48a-830b6628bf70-32f4f9a4 {
  grid-area: 4 / 1 / 8 / 4;
  align-self: end;
}

#w-node-_4af37c99-a340-2740-dc72-8db798c33bee-32f4f9a4 {
  grid-area: 1 / 4 / 8 / 8;
}

#w-node-eb5e6320-e161-816a-5921-d2f42f9ff4da-32f4f9a4 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-eb5e6320-e161-816a-5921-d2f42f9ff4df-32f4f9a4 {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-e924b8c5-b0ba-00db-020c-2b8d21c8ef0d-32f4f9a4 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-e924b8c5-b0ba-00db-020c-2b8d21c8ef10-32f4f9a4 {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-_54ee2ba6-dfef-4b1b-7141-e171863d2477-32f4f9a4 {
  place-self: center;
}

#w-node-afa5d479-a023-6e49-a513-6969f0fdec95-5f186159, #w-node-a198f6fa-e0df-c7e5-9626-40ba2e454efb-5f186159 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: end;
}

#w-node-a8a48add-f6a8-79d3-a41e-44b5e3e00adb-5f186159 {
  grid-area: 6 / 1 / 7 / 4;
}

#w-node-_9215654c-8675-05b8-09a7-e42147c48baa-5f186159 {
  grid-area: 6 / 4 / 7 / 7;
  justify-self: end;
}

@media screen and (min-width: 1920px) {
  #w-node-_0970df28-800c-99b5-21b5-45b7b272cd20-32f4f9a4 {
    justify-self: start;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_0970df28-800c-99b5-21b5-45b7b272cd20-32f4f9a4 {
    grid-area: 1 / 1 / 7 / 3;
    place-self: center;
  }

  #w-node-bc31e811-412a-e3e7-ac80-7bd0fa7ad6f7-32f4f9a4 {
    grid-column: 1 / 2;
    justify-self: end;
  }

  #w-node-f420bdae-ea54-7a00-c48a-830b6628bf70-32f4f9a4 {
    grid-column-end: 2;
  }

  #w-node-_4af37c99-a340-2740-dc72-8db798c33bee-32f4f9a4 {
    grid-column: 2 / 3;
  }

  #w-node-eb5e6320-e161-816a-5921-d2f42f9ff4da-32f4f9a4 {
    grid-column: 1 / 2;
    justify-self: end;
  }

  #w-node-eb5e6320-e161-816a-5921-d2f42f9ff4df-32f4f9a4 {
    grid-column: 2 / 3;
  }

  #w-node-e924b8c5-b0ba-00db-020c-2b8d21c8ef0d-32f4f9a4 {
    grid-column: 1 / 2;
    justify-self: end;
  }

  #w-node-e924b8c5-b0ba-00db-020c-2b8d21c8ef10-32f4f9a4 {
    grid-column: 2 / 3;
  }

  #w-node-afa5d479-a023-6e49-a513-6969f0fdec95-5f186159 {
    grid-column: span 2 / span 2;
  }

  #w-node-a198f6fa-e0df-c7e5-9626-40ba2e454efb-5f186159 {
    grid-column: span 2 / span 2;
    justify-self: start;
  }

  #w-node-a8a48add-f6a8-79d3-a41e-44b5e3e00adb-5f186159 {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-_9215654c-8675-05b8-09a7-e42147c48baa-5f186159 {
    grid-area: 6 / 1 / 7 / 3;
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a8a48add-f6a8-79d3-a41e-44b5e3e00adb-5f186159 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9215654c-8675-05b8-09a7-e42147c48baa-5f186159 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-bc31e811-412a-e3e7-ac80-7bd0fa7ad6f7-32f4f9a4 {
    grid-column-end: 3;
    justify-self: start;
  }

  #w-node-f420bdae-ea54-7a00-c48a-830b6628bf70-32f4f9a4 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-_4af37c99-a340-2740-dc72-8db798c33bee-32f4f9a4 {
    grid-row-start: 3;
    grid-column-start: 1;
  }

  #w-node-_2d0988fd-497c-f5d4-4f42-736129eb9fa5-32f4f9a4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-eb5e6320-e161-816a-5921-d2f42f9ff4da-32f4f9a4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-eb5e6320-e161-816a-5921-d2f42f9ff4df-32f4f9a4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e924b8c5-b0ba-00db-020c-2b8d21c8ef0d-32f4f9a4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-e924b8c5-b0ba-00db-020c-2b8d21c8ef10-32f4f9a4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9215654c-8675-05b8-09a7-e42147c48baa-5f186159 {
    justify-self: center;
  }
}
