/* Imports */
@font-face {
  font-family: AkkuratPro-Bold;
  src: url("../fonts/Akkurat/AkkuratPro-Bold.otf");
}

@font-face {
  font-family: AkkuratPro-Light;
  src: url("../fonts/Akkurat/AkkuratPro-Light.otf");
}

@font-face {
  font-family: Roboto-Light;
  src: url("../fonts/Roboto/Roboto-Light.ttf");
}

@font-face {
  font-family: Roboto-Regular;
  src: url("../fonts/Roboto/Roboto-Regular.ttf");
}

@font-face {
  font-family: Roboto-Medium;
  src: url("../fonts/Roboto/Roboto-Medium.ttf");
}

@font-face {
  font-family: Roboto-Bold;
  src: url("../fonts/Roboto/Roboto-Bold.ttf");
}

/* Font Variables */
.form--12 {
  width: 100%;
}

.form--11 {
  width: 91.66666667%;
}

.form--10 {
  width: 83.33333333%;
}

.form--9 {
  width: 75%;
}

.form--8 {
  width: 66.66666667%;
}

.form--7 {
  width: 58.33333333%;
}

.form--6 {
  width: 50%;
}

.form--5 {
  width: 41.66666667%;
}

.form--4 {
  width: 33.33333333%;
}

.form--3 {
  width: 25%;
}

.form--2 {
  width: 16.66666667%;
}

.form--1 {
  width: 8.33333333%;
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -20px;
  margin-right: -20px;
}

.form-row > [class*=form--] {
  padding-left: 20px;
  padding-right: 20px;
}

.form-group label {
  font-size: 1rem;
  font-family: Roboto-Light;
  color: #79DEA8;
  text-transform: uppercase;
  margin-bottom: .5rem;
  display: inline-block;
}

.form-group {
  margin-bottom: 1.5rem;
}

input[type=text].form-control:focus, input[type=email].form-control:focus, input[type=number].form-control:focus {
  border-color: #79DEA8;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.7rem 0;
  line-height: 1.5;
  color: #F2F2F2;
  background-color: transparent;
  font-size: 2rem;
  font-family: Roboto-Light;
  line-height: 1em;
  border: none;
  border-bottom: 1px #F2F2F2 solid;
  outline: none;
}

.form-control::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(242, 242, 242, 0.5);
  opacity: 1;
  /* Firefox */
}

.form-control:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(242, 242, 242, 0.5);
  opacity: 1;
  /* Firefox */
}

.form-control::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(242, 242, 242, 0.5);
  opacity: 1;
  /* Firefox */
}

.form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(242, 242, 242, 0.5);
  opacity: 1;
  /* Firefox */
}

.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(242, 242, 242, 0.5);
}

.form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(242, 242, 242, 0.5);
}

.form-group button[type=submit] {
  text-transform: uppercase;
  font-family: AkkuratPro-Bold;
  font-size: 1.5rem;
  color: #121212;
  padding: 1.5rem 4rem 1.5rem 4rem;
  border: none;
  background-color: #79DEA8;
  cursor: pointer;
  line-height: 2.2rem;
  float: right;
}

.form-group button[type=submit].left {
  float: left;
}

.form-group button[type=submit] .arrow-icon {
  position: relative;
  top: -1px;
  right: -10px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  vertical-align: middle;
}

.form-group button[type=submit] .arrow-icon--circle {
  -webkit-transition: stroke-dashoffset .3s ease;
  -o-transition: stroke-dashoffset .3s ease;
  transition: stroke-dashoffset .3s ease;
  stroke-dasharray: 95;
  stroke-dashoffset: 95;
}

.form-group button[type=submit] .arrow-icon--arrow, .form-group button[type=submit] .arrow-icon--chev {
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
  -webkit-transition: opacity 150ms ease-in-out, -webkit-transform 200ms ease-in-out;
  transition: opacity 150ms ease-in-out, -webkit-transform 200ms ease-in-out;
  -o-transition: transform 200ms ease-in-out, opacity 150ms ease-in-out;
  transition: transform 200ms ease-in-out, opacity 150ms ease-in-out;
  transition: transform 200ms ease-in-out, opacity 150ms ease-in-out, -webkit-transform 200ms ease-in-out;
}

.form-group button[type=submit]:hover .arrow-icon--arrow, .form-group button[type=submit]:hover .arrow-icon--chev {
  -webkit-transform: translateX(-3px);
  -ms-transform: translateX(-3px);
  transform: translateX(-3px);
}

.form-group button[type=submit]:hover .arrow-icon--arrow {
  opacity: 0;
}

.form-group button[type=submit]:hover .arrow-icon--circle {
  stroke-dashoffset: 0;
}

.form-check label {
  color: #F2F2F2;
  font-size: 1.125rem;
  margin-bottom: .5rem;
  display: block;
  height: auto;
  height: 2rem;
}

.form-check label:before {
  margin-right: 1.5rem !important;
}

.form-check label span {
  position: absolute;
}

textarea.form-control {
  border: 1px #c5c8ca solid;
  background-color: #ffffff;
  color: #c5c8ca;
  min-height: 345px;
  padding: 2rem 1.5rem;
  margin-top: 2rem;
}

textarea.form-control::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #c5c8ca;
  opacity: 1;
  /* Firefox */
}

textarea.form-control:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #c5c8ca;
  opacity: 1;
  /* Firefox */
}

textarea.form-control::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #c5c8ca;
  opacity: 1;
  /* Firefox */
}

textarea.form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #c5c8ca;
  opacity: 1;
  /* Firefox */
}

textarea.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #c5c8ca;
}

textarea.form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #c5c8ca;
}

@media screen and (max-width: 768px) {
  .form-control {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 500px) {
  .form-control {
    font-size: 1rem;
  }
}

/* Reset */
html, legend {
  color: #000000;
}

html {
  background: #ffffff;
}

blockquote, body, code, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, legend, li, ol, p, pre, td, textarea, th, ul {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 400;
}

q:after, q:before {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

html {
  scroll-behavior: smooth;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #F2F2F2;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

p {
  font-family: Roboto-Light, Helvetica, Arial, sans-serif;
}

label, span, ul, li, input {
  font-family: Roboto-Regular, Helvetica, Arial, sans-serif;
}

a {
  text-decoration: none;
  outline: none;
  color: inherit;
}

a:visited {
  color: inherit;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

@media screen and (max-width: 820px) {
  .hide-tab {
    display: none;
  }
  .grid-item-content-wrapper.for-journal .grid-item-content span {
    margin-top: 0;
    min-height: 17px!important;
    overflow: hidden;
    display: -webkit-box!important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}

/* Styles */
.navbar {
  height: 120px;
  padding: 0 8.54%;
  background-color: #262626;
  color: #F2F2F2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.navbar .color-nav {
  position: absolute;
  height: 100%;
  background-color: #404040;
  width: 8.54%;
  top: 0;
  left: 0;
}

.navbar .logo {
  height: 100%;
  margin-right: auto;
}

.navbar .nav-links {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[5];
  grid-template-columns: repeat(5, minmax(0, 1fr));
  text-align: center;
  gap: 1em;
}

.navbar .nav-links a {
  font-family: AkkuratPro-Light, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  display: inline-block;
}

.navbar .nav-links a:hover {
  font-weight: 700;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}

.navbar .nav-links a::before {
  display: block;
  content: attr(title);
  font-weight: 700;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.navbar .nav-links a.active {
  font-weight: 700;
  color: #79DEA8;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}

.navbar .nav-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar .nav-option > div {
  height: 24px;
  margin-left: 16px;
  cursor: pointer;
}

.navbar img {
  height: 100%;
}

.main-header {
  background-color: #121212;
  padding: 120px 8.54%;
  color: #F2F2F2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-header .header-text {
  width: 60%;
}

.main-header .header-text h1 {
  font-family: AkkuratPro-Light, Helvetica, Arial, sans-serif;
  font-size: 4.5rem;
  line-height: 1em;
  margin-bottom: .7em;
}

.main-header .header-text h1 span {
  font-family: AkkuratPro-Light, Helvetica, Arial, sans-serif;
  font-size: 4.5rem;
  color: #79DEA8;
}

.main-header .header-text p {
  font-size: 1.5rem;
  line-height: 1.4em;
}

.main-header .header-about {
  font-family: AkkuratPro-Light, Helvetica, Arial, sans-serif;
  font-size: 2rem;
  color: #79DEA8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 255px;
  margin-top: 3rem;
}

.main-header .header-banner {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.main-header .header-banner img {
  width: 70%;
  display: block;
}

.link {
  color: #79dea8;
  cursor: pointer;
  font-weight: 400;
  text-decoration: none;
  stroke-width: 2.4px;
}

.link--arrowed {
  height: 2rem;
  line-height: 2rem;
}

.link--arrowed .arrow-icon {
  position: relative;
  top: -1px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  vertical-align: middle;
}

.link--arrowed .arrow-icon--circle {
  -webkit-transition: stroke-dashoffset .3s ease;
  -o-transition: stroke-dashoffset .3s ease;
  transition: stroke-dashoffset .3s ease;
  stroke-dasharray: 95;
  stroke-dashoffset: 95;
}

.link--arrowed .arrow-icon--arrow, .link--arrowed .arrow-icon--chev {
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
  -webkit-transition: opacity 150ms ease-in-out, -webkit-transform 200ms ease-in-out;
  transition: opacity 150ms ease-in-out, -webkit-transform 200ms ease-in-out;
  -o-transition: transform 200ms ease-in-out, opacity 150ms ease-in-out;
  transition: transform 200ms ease-in-out, opacity 150ms ease-in-out;
  transition: transform 200ms ease-in-out, opacity 150ms ease-in-out, -webkit-transform 200ms ease-in-out;
}

.link--arrowed:hover .arrow-icon--arrow, .link--arrowed:hover .arrow-icon--chev {
  -webkit-transform: translateX(-3px);
  -ms-transform: translateX(-3px);
  transform: translateX(-3px);
}

.link--arrowed:hover .arrow-icon--arrow {
  opacity: 0;
}

.link--arrowed:hover .arrow-icon--circle {
  stroke-dashoffset: 0;
}

.our-services {
  background-color: #404040;
  color: #F2F2F2;
  padding: 50px 8.54%;
}

.our-services span {
  font-family: AkkuratPro-Bold, Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  color: #79DEA8;
  display: block;
  margin-bottom: 1.5em;
}

.service-section-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.box-e:hover .custom-underline::after {
  width: 90%;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.service-section h5 {
  font-family: Roboto-Medium;
  font-size: 1.5rem;
  display: inline-block;
  margin-bottom: .6em;
}

.service-section ul li {
  margin-bottom: .7em;
  margin-left: 30px;
  font-family: Roboto-Light, Helvetica, Arial, sans-serif;
}

.service-section ul li a {
  position: relative;
}

.service-section ul li .left-underlined::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 0;
  left: 0;
  background-color: #79DEA8;
  -webkit-transition: 300ms ease-in-out all;
  -o-transition: 300ms ease-in-out all;
  transition: 300ms ease-in-out all;
}

.service-section ul li:first-child {
  margin-left: 0;
  font-family: Roboto-Light, Helvetica, Arial, sans-serif;
  font-size: 1.3rem;
  color: #79DEA8;
  background: url("../img/icons/chevron-right-primary0.svg");
  background-position: 100% 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  padding-right: 32px;
  display: inline-block;
}

.service-section ul li:first-child .left-underlined::after {
  width: 100%;
}

.service-section ul li:not(:first-child) {
  font-size: 18px;
}

.service-section ul li:not(:first-child):hover .left-underlined::after {
  width: 100%;
}

.projects {
  padding: 80px 8.54% 100px;
}

.work-project-profile-link .project-disclaimer {
  padding-right: 10%;
}

.project-disclaimer {
  font-family: Roboto-Light, Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  color: #121212;
  margin-bottom: 2em;
  line-height: 1.75rem;
}

.project-grid-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 300px 1em 300px;
  /* grid-template-rows: 300px 300px; */
  grid-template-rows: auto;
  -ms-grid-columns: 50% 1em 1fr 1em 1fr;
  grid-template-columns: 50% 1fr 1fr;
  grid-gap: 1em;
  grid-template-areas: 'big small-1 small-2' 'big small-3 small-4';
  margin-bottom: 1em;
}

.project-grid-container .item-1 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: big;
}

.project-grid-container .item-2 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: small-1;
}

.project-grid-container .item-3 {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: small-2;
}

.project-grid-container .item-4 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: small-3;
}

.project-grid-container .item-5 {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
  grid-area: small-4;
}

.project-grid-container .item-1 .project-item img {
  aspect-ratio: 1.3/1;
}

.project-grid-container .item-2 .project-item img, .project-grid-container .item-3 .project-item img, .project-grid-container .item-4 .project-item img, .project-grid-container .item-5 .project-item img {
  aspect-ratio: 1.36/1;
}

.project-grid-container.reverse .item-5 .project-item img {
  aspect-ratio: 1.25/1;
}

.project-grid-container.reverse .item-1 .project-item img, .project-grid-container.reverse .item-2 .project-item img, .project-grid-container.reverse .item-3 .project-item img, .project-grid-container .item-4 .project-item img {
  aspect-ratio: 1.36/1;
}

.project-grid-container.reverse {
  -ms-grid-columns: 1fr 1em 1fr 1em 2fr;
  grid-template-columns: 1fr 1fr 2fr;
  -ms-grid-rows: auto 1em auto;
  grid-template-areas: 'small-1 small-2 big' 'small-3 small-4 big';
  /* grid-template-rows: unset; */
  grid-template-rows: auto;
}

.project-grid-container.reverse .item-1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: small-1;
}

.project-grid-container.reverse .item-2 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: small-2;
}

.project-grid-container.reverse .item-3 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: small-3;
}

.project-grid-container.reverse .item-4 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: small-4;
}

.project-grid-container.reverse .item-5 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 5;
  grid-area: big;
}

.project-item {
  width: 100%;
  height: auto;
}

.project-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.project-item span {
  font-family: Roboto-Regular, Helvetica, Arial, sans-serif;
  font-size: 1.3rem;
  color: #121212;
  margin-top: 5px;
  display: inline-block;
}

.all-project {
  text-align: center;
  margin-top: 50px;
}

.all-project a {
  padding-right: 30px;
  font-family: AkkuratPro-Light, Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  color: #121212;
  background: url("../img/icons/chevron-right-black0.svg");
  background-position: 100% 50%;
  background-size: 24px 24px;
  background-repeat: no-repeat;
}

#curtainActivator {
  width: 100%;
  height: 1px;
  background-color: #F2F2F2;
  margin-bottom: calc(80vh + 15vh);
}

footer {
  position: fixed;
  z-index: -1;
  bottom: 0;
  height: calc(80vh + 15vh);
}

footer {
  background-color: #79DEA8;
  width: 100%;
  left: 0;
}

footer .footer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 7.5vh 8.54%;
}

footer .footer-left, footer .footer-right {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-left {
  height: 80vh;
}

.footer-left h2 {
  font-family: AkkuratPro-Bold, Helvetica, Arial, sans-serif;
  font-size: 6.25rem;
  color: #121212;
  margin-bottom: 5rem;
}

.footer-left .footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 4em;
}

.footer-left .footer-social img {
  height: 32px;
  margin-right: 30px;
}

.footer-left .footer-language a {
  font-family: Roboto-Light, Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  color: #121212;
  text-transform: uppercase;
  margin-right: 15px;
}

.footer-left .footer-language a.lang-active {
  text-decoration: underline;
}

.footer-left .footer-links {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer-left .footer-links a {
  margin-right: 32px;
  font-family: Roboto-Regular, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  color: #121212;
  text-transform: uppercase;
}

.footer-left .footer-links .footer-logo {
  height: 55px;
}

.footer-left .footer-links .footer-logo img {
  height: 100%;
}

.footer-right {
  padding-left: 12.5em;
}

.footer-right .footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 2px #121212 solid;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-right .footer-menu a {
  font-family: Roboto-Regular, Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  color: #121212;
  text-transform: uppercase;
  margin-bottom: 4.5rem;
}

.footer-right .footer-menu a:last-child {
  margin-bottom: calc(4.5rem / 2);
}

.footer-right .footer-menu a.left-underlined:hover::after {
  width: 100%;
}

.footer-right .footer-menu .left-underlined {
  position: relative;
}

.footer-right .footer-menu .left-underlined::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 0;
  left: 0;
  background-color: #121212;
  -webkit-transition: 300ms ease-in-out all;
  -o-transition: 300ms ease-in-out all;
  transition: 300ms ease-in-out all;
}

.footer-right .footer-menu-2 {
  padding-top: calc(4.5rem / 2);
  padding-right: 1rem;
}

.footer-right .footer-menu-2 .dual-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-right .footer-menu-2 .dual-link a {
  text-transform: uppercase;
  margin-bottom: calc(4.5rem / 2);
}

.footer-right .footer-menu-2 .dual-link a:first-child {
  font-family: Roboto-Regular, Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  color: #121212;
}

.footer-right .footer-menu-2 .dual-link a:last-child {
  font-family: Roboto-Bold, Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  color: #121212;
}

.footer-right .footer-menu-2 .dual-link a.left-underlined:hover::after {
  width: 100%;
}

.footer-right .footer-menu-2 .dual-link .left-underlined {
  position: relative;
}

.footer-right .footer-menu-2 .dual-link .left-underlined::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 0;
  left: 0;
  background-color: #121212;
  -webkit-transition: 300ms ease-in-out all;
  -o-transition: 300ms ease-in-out all;
  transition: 300ms ease-in-out all;
}

.footer-right .footer-info {
  margin-top: auto;
  width: 350px;
}

.footer-right .footer-info span {
  display: block;
  font-family: r-light, Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  color: #121212;
}

.footer-right .footer-info span:last-child {
  margin-top: 5px;
}

.footer-right .footer-info b {
  font-family: r-bold, Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  color: #121212;
}

body.no-scroll {
  overflow-y: hidden;
}

.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #404040;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 999;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 88.89% 11.11%;
  grid-template-rows: 88.89% 11.11%;
  -ms-grid-columns: 15.36% 84.64%;
  grid-template-columns: 15.36% 84.64%;
  grid-template-areas: 'left main' 'left bottom';
}

.menu-overlay.active {
  visibility: visible;
  opacity: 1;
}

.menu-overlay .menu-main {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: main;
  background-color: #121212;
}

.menu-overlay .menu-left {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  grid-area: left;
}

.menu-overlay .menu-bottom {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: bottom;
  background-color: #262626;
}

.close-menu, .close-search {
  width: 24px;
  height: 24px;
  top: 48px;
  right: 8.54%;
  position: absolute;
  cursor: pointer;
  z-index: 1;
}

.menu-logo {
  height: 100%;
}

.menu-logo img {
  height: 100%;
  margin-left: -110px;
}

.menu-main {
  padding: 7.5em 6em;
}

.menu-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 6em;
  grid-template-rows: 6em;
  grid-auto-rows: 6em;
  -ms-grid-columns: 1fr 2.15fr;
  grid-template-columns: 1fr 2.15fr;
  grid-row-gap: 3em;
  height: 100%;
}

.menu-grid-main a {
  font-family: a-light, Helvetica, Arial, sans-serif;
  font-size: 4.5rem;
  color: #F2F2F2;
}

.menu-grid-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sub-links {
  width: 360px;
  height: 100%;
  color: #c5c8ca;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 7px 0;
}

.sub-links a {
  font-family: r-regular, Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  text-transform: uppercase;
}

.dual-sub-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.dual-sub-link a {
  min-width: 30%;
  margin-right: 50px;
  display: block;
}

.search-overlay {
  position: fixed;
  overflow-y: scroll;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F2F2F2;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 999;
}

.search-overlay.active {
  visibility: visible;
  opacity: 1;
}

.search-header {
  position: relative;
  background-color: #262626;
  height: 120px;
}

.search-header .search-logo {
  position: absolute;
  height: 100%;
  left: 8.54%;
  top: 0;
}

.search-header .search-logo img {
  height: 100%;
}

.search-bar {
  padding: 4.5em 8.54%;
  background-color: #121212;
}

.search-items {
  padding-bottom: 30vh;
}

.about-header {
  background-color: #121212;
  padding: 120px 8.54%;
  color: #F2F2F2;
}

.about-header .header-text h1 {
  font-family: AkkuratPro-Light, Helvetica, Arial, sans-serif;
  font-size: 4.5rem;
  line-height: 1em;
  margin-bottom: 3rem;
}

.about-header .header-text h1 span {
  font-family: AkkuratPro-Light, Helvetica, Arial, sans-serif;
  font-size: 4.5rem;
  color: #79DEA8;
}

.about-header .header-text p {
  font-size: 1.5rem;
}

.about-header .header-text h5 {
  font-family: Roboto-Regular, Helvetica, Arial, sans-serif;
  font-size: 2rem;
  margin-bottom: 1rem;
}

.about-header .header-text.second {
  margin-top: 5em;
}

.about-list-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-auto-rows: auto;
  grid-column-gap: 1em;
  grid-row-gap: 2em;
  margin-top: 2em;
}

.about-list-grid h5 {
  font-family: Roboto-Regular, Helvetica, Arial, sans-serif;
  font-size: 2rem;
  margin-bottom: 1rem;
}

.about-list-grid p {
  font-family: Roboto-Light, Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
}

.founding-partner {
  padding: 70px 8.54% 100px;
  background-color: #F2F2F2;
}

.founding-partner h5 {
  font-family: AkkuratPro-Light, Helvetica, Arial, sans-serif;
  font-size: 2rem;
  margin-bottom: .5em;
}

.founding-partner-card-grid {
  display: -ms-grid;
  display: grid;
  /*-ms-grid-rows: 700px;
  grid-template-rows: 700px;
  grid-auto-rows: 700px;*/
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-auto-rows: auto;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 4.5em;
  grid-row-gap: 3em;
  margin-bottom: 9em;
}

.founding-partner-card {
  width: 100%;
}

.founding-partner-card img {
  width: 100%;
  /*height: 638px;*/
  aspect-ratio: 0.75/1;

  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 1em;
}

.founding-partner-card span {
  font-size: 2rem;
}

.bottom-strip {
  width: 100%;
  height: 6px;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 6px;
  grid-template-rows: 6px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 4.5em;
  margin: 3em 0;
}

.bottom-strip > div {
  background-color: #ffffff;
}

.assosiate-partner {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-auto-rows: auto;
  grid-row-gap: 1.4em;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr 1fr 1fr 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 4em;
}

.assosiate-partner.has-image {
  grid-column-gap: 2em;
}

.assosiate-partner.has-image .assosiate-partners {
  text-align: left !important;
}

.assosiate-partner img {
  width: 100%;
  height: auto;
}

.assosiate-partner .assosiate-partners {
  font-size: 2rem;
}

.assosiate-partner .assosiate-partners:nth-child(4n + 2), .assosiate-partner .assosiate-partners:nth-child(4n + 3) {
  text-align: center;
}

.assosiate-partner .assosiate-partners:nth-child(4n) {
  text-align: right;
}

.partner-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 7.5em 8.54% 6.5em;
  background-color: #121212;
}

.partner-profile-detail, .partner-profile-picture {
  width: 50%;
}

.partner-profile-detail {
  color: #F2F2F2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.partner-profile-detail h1 {
  font-family: AkkuratPro-Light, Helvetica, Arial, sans-serif;
  font-size: 72px;
  line-height: 1em;
  margin-bottom: 3rem;
}

.partner-profile-detail h1 span {
  font-family: AkkuratPro-Light, Helvetica, Arial, sans-serif;
  font-size: 56px;
  color: #79DEA8;
  display: block;
}

.partner-profile-detail p {
  font-family: Roboto-Light, Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  color: #F2F2F2;
  line-height: 40px;
}

.partner-profile-detail p.partner-quote {
  font-size: 2rem;
  margin-bottom: 1em;
  line-height: 48px;
}

.partner-profile-detail p.partner-quote span {
  font-family: Roboto-Light;
}

.partner-social {
  margin: 4em 0 2.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.partner-social img {
  -webkit-filter: invert(91%) sepia(7%) saturate(83%) hue-rotate(161deg) brightness(88%) contrast(90%);
  filter: invert(91%) sepia(7%) saturate(83%) hue-rotate(161deg) brightness(88%) contrast(90%);
  height: 48px;
  width: auto;
  margin-right: 1em;
}

.partner-bottom-text {
  width: 50%;
  border-top: 2px #F2F2F2 solid;
  padding-top: 1em;
  font-family: Roboto-Regular, Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  color: #F2F2F2;
}

.partner-profile-picture {
  height: 965px;
  padding: 0 0 0 4.5em;
}

.partner-profile-picture img {
  width: 100%;
  /*height: 100%;*/
  -o-object-fit: cover;
  object-fit: cover;

  aspect-ratio: 0.75/1;
}

.partner-connect {
  margin-top: 3em;
  font-family: AkkuratPro-Bold, Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  color: #79DEA8;
}

.partner-connect span {
  border: 2px #79DEA8 solid;
  padding: 0.2em 0.7em;
}

.partner-journal {
  padding: 6.8em 8.54%;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-auto-rows: auto;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 1.5em;
  grid-row-gap: 4em;
}

.partner-journals img {
  width: 100%;
  height: 343px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 1.5em;
}

.partner-journals h5 {
  font-family: Roboto-Regular, Helvetica, Arial, sans-serif;
  font-size: 2rem;
  margin-bottom: .4em;
}

.partner-journals span {
  font-family: Roboto-Regular, Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
}

.services {
  padding: 7em 8.54%;
  background-color: #121212;
  color: #F2F2F2;
}

.services h1 {
  font-family: AkkuratPro-Light, Helvetica, Arial, sans-serif;
  font-size: 4.5rem;
  line-height: 1em;
  margin-bottom: 1em;
  width: 90%;
}

.services h1 span {
  font-family: AkkuratPro-Light, Helvetica, Arial, sans-serif;
  font-size: 4.5rem;
  color: #79DEA8;
}

.services-detail {
  margin-bottom: 3.2em;
}

.services-detail h5 {
  font-family: AkkuratPro-Light, Helvetica, Arial, sans-serif;
  font-size: 2rem;
  color: #79DEA8;
  margin-bottom: 1.5rem;
}

.services-detail p {
  font-family: Roboto-Light, Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
}

.services-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 5em;
  border-bottom: 1px #F2F2F2 solid;
  margin-bottom: 5em;
  gap: 5em;
}

.services-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.services-item img {
  width: 120px;
  margin-bottom: 3.785rem;
}

.services-item h5 {
  font-family: Roboto-Medium, Helvetica, Arial, sans-serif;
  font-size: 2rem;
  margin-bottom: 13px;
  white-space: nowrap;
}

.services-item span {
  font-family: Roboto-Light, Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  margin-bottom: 2em;
  min-height: 190px;
}

.services-item ul li {
  margin-bottom: 10px;
  margin-left: 30px;
  white-space: nowrap;
}

.services-item ul li a {
  position: relative;
}

.services-item ul li .left-underlined::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 0;
  left: 0;
  background-color: #79DEA8;
  -webkit-transition: 300ms ease-in-out all;
  -o-transition: 300ms ease-in-out all;
  transition: 300ms ease-in-out all;
}

.services-item ul li:first-child {
  margin-left: 0;
  font-family: Roboto-Medium, Helvetica, Arial, sans-serif;
  font-size: 2rem;
  color: #79DEA8;
  background: url("../img/icons/chevron-right-primary0.svg");
  background-position: 100% 50%;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  padding-right: 34px;
  display: inline-block;
}

.services-item ul li:first-child .left-underlined::after {
  width: 100%;
}

.services-item ul li:not(:first-child) {
  font-size: 1rem;
  font-family: Roboto-Light, Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
}

.services-item ul li:not(:first-child):hover .left-underlined::after {
  width: 100%;
}

.services-serve h5 {
  font-family: AkkuratPro-Light, Helvetica, Arial, sans-serif;
  font-size: 2rem;
  color: #79DEA8;
  margin-bottom: 1rem;
}

.services-serve p {
  font-family: Roboto-Regular, Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.4em;
}

.services-serves {
  margin-top: 2em;
}

.services-serves ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-auto-rows: auto;
  grid-row-gap: .7em;
}

.services-serves ul li {
  font-family: Roboto-Light, Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
}

.services-serves ul li:hover .left-underlined::after {
  width: 100%;
}

.services-serves ul .left-underlined {
  position: relative;
}

.services-serves ul .left-underlined::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 0;
  left: 0;
  background-color: #F2F2F2;
  -webkit-transition: 300ms ease-in-out all;
  -o-transition: 300ms ease-in-out all;
  transition: 300ms ease-in-out all;
}

.services-featured {
  padding: 5em 8.54%;
}

.services-featured h3 {
  font-family: AkkuratPro-Light, Helvetica, Arial, sans-serif;
  font-size: 3.5rem;
  margin-bottom: 1rem;
}

.services-featured p {
  font-family: Roboto-Light, Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  margin-bottom: 2em;
  line-height: 1.4em;
}

.services-featured-image {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-auto-rows: 1fr;
  grid-gap: 1rem;
}

.services-featured-image span {
  padding: 1rem 0;
  display: inline-block;
  padding-right: 1.5em;
}

.services-featured-image span.arrow-all {
  background: url("../img/icons/chevron-right-black0.svg");
  background-position: 100% 50%;
  background-size: 16px 16px;
  background-repeat: no-repeat;
}

.services-featured-image img {
  width: 100%;
  /*height: 254px;*/
  aspect-ratio: 3/2;

  -o-object-fit: cover;
  object-fit: cover;
}

.work-header {
  padding: 7em 8.54%;
  background-color: #121212;
  color: #F2F2F2;
}

.work-header h1 {
  font-family: AkkuratPro-Light, Helvetica, Arial, sans-serif;
  font-size: 4.5rem;
  margin-bottom: -45px;
}

.work-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  position: relative;
}

.work-tabs .work-line {
  width: 100%;
  height: 1px;
  background-color: #F2F2F2;
  position: absolute;
  bottom: 0;
  left: 0;
}

.work-tabs button {
  border: 0;
  padding: 0;
  background-color: transparent;
  color: #F2F2F2;
  font-family: AkkuratPro-Light, Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  margin: 0 25px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-bottom: 1px #F2F2F2 solid;
  padding-bottom: 1rem;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.work-tabs button:hover, .work-tabs button.activated {
  color: #79DEA8;
  border-bottom-color: #79DEA8;
}

.work-content {
  background-color: #F2F2F2;
  padding: 4em 8.54% 7em;
}

.work-bread {
  margin-bottom: 3em;
  font-size: 16px;
  color: #c5c8ca;
}

.work-bread a {
  margin: 0 .4em;
  display: inline-block;
  text-transform: uppercase;
  font-family: Roboto-Light;
}

.work-bread a:first-child {
  margin-left: 0;
}

.work-bread a:last-child {
  color: #121212;
}

.work-tabcontent {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 330px;
  grid-template-rows: 330px;
  grid-auto-rows: 330px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 1em;
  grid-row-gap: 3em;
  position: relative;
  padding-bottom: 5em;
  -webkit-animation: fadeWork 1s ease;
  animation: fadeWork 1s ease;
}

.work-tabcontent.active {
  display: -ms-grid;
  display: grid;
}

.work-tabcontent.inactive {
  display: none;
}

.work-tabcontent.type-1 {
  -ms-grid-rows: unset;
  grid-template-rows: unset;
  grid-auto-rows: unset;
  -ms-grid-columns: unset;
  grid-template-columns: unset;
  grid-column-gap: unset;
  grid-row-gap: unset;
}

.work-tabcontent.type-1 .work-items-wrapper {
  display: -ms-grid;
  display: grid;
  /*-ms-grid-rows: 300px;*/
  /*grid-template-rows: 300px;*/
  /*grid-auto-rows: 300px;*/
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-auto-rows: auto;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 1em;
  grid-row-gap: 3em;
  margin-bottom: 2em;
}

.work-tabcontent.type-1 .work-items-wrapper.base {
  /*-ms-grid-rows: 330px;*/
  /*grid-template-rows: 330px;*/
  /*grid-auto-rows: 330px;*/
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-auto-rows: auto;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 1em;
  grid-row-gap: 3em;
}

.work-tabcontent.type-1 .work-items-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1em;
}

.work-tabcontent.type-1 .work-items-link span, .work-tabcontent.type-1 .work-items-link a {
  margin: 0;
}

.work-tabcontent .work-items-category {
  font-family: Roboto-Medium, Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  margin-bottom: 1em;
  display: block;
}

.work-tabcontent .work-items-category .work-items-count {
  color: #c5c8ca;
}

.work-tabcontent img {
  width: 100%;
  /*height: 254px;*/

  /*aspect-ratio: 3/2;*/
  aspect-ratio: 1.36/1;

  -o-object-fit: cover;
  object-fit: cover;
}

.work-tabcontent .work-ref {
  font-family: Roboto-Regular, Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  margin-top: 0.3em;
  display: inline-block;
}

.work-tabcontent .work-items-all {
  font-family: Roboto-Regular, Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  margin-top: 0.3em;
  display: inline-block;
  padding-right: 25px;
  background: url("../img/icons/chevron-right-black0.svg");
  background-position: 100% 50%;
  background-size: 16px 16px;
  background-repeat: no-repeat;
}

.work-items-load {
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
}

.work-items-load a {
  font-family: Roboto-Regular, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  margin-top: 0.3em;
  display: inline-block;
  padding-right: 20px;
  background: url("../img/icons/load.svg");
  background-position: 99% 50%;
  background-size: 16px 16px;
  background-repeat: no-repeat;
}

@-webkit-keyframes fadeWork {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeWork {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.journal-header {
  padding: 6em 8.54%;
  background-color: #121212;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.journal-header h1 {
  font-family: AkkuratPro-Light, Helvetica, Arial, sans-serif;
  font-size: 4.5rem;
  color: #79DEA8;
  line-height: 1em;
  width: 370px;
}

.journal-header p {
  font-family: Roboto-Light, Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  color: #F2F2F2;
  width: calc(100% - 370px);
  line-height: 1.4em;
}

.journal-content-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  padding: 6em 8.54%;
}

.journal-content-filter-button {
  font-family: AkkuratPro-Light, Helvetica, Arial, sans-serif;
  font-size: 2rem;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding-right: 1.5em;
  position: relative;
  margin-right: 2em;
  cursor: pointer;
}

.journal-content-filter-button::before {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  top: 3px;
  right: 0;
  background: url("../img/icons/chevron-right-black0.svg");
  background-position: 100% 50%;
  background-size: 32px 32px;
  background-repeat: no-repeat;
  -webkit-transform: all 300ms ease;
  -ms-transform: all 300ms ease;
  transform: all 300ms ease;
}

.journal-content-filter-button.active::before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.journal-content-filter-button.active ~ .journal-content-filter-item > ul {
  height: 100%;
}

.journal-content-filter-item {
  margin-left: 2em;
  cursor: pointer;
}

.journal-content-filter-item.search-filter-item ul {
  grid-auto-columns: auto;
}

.journal-content-filter-item.search-filter-item ul.six-each {
  -ms-grid-rows: (2rem)[6];
  grid-template-rows: repeat(6, 2rem);
}

.journal-content-filter-item.search-filter-item ul.eight-each {
  -ms-grid-rows: (2rem)[8];
  grid-template-rows: repeat(8, 2rem);
}

.journal-content-filter-item h5 {
  font-family: Roboto-Medium, Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  margin-bottom: 1em;
}

.journal-content-filter-item ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: (2rem)[8];
  grid-template-rows: repeat(8, 2rem);
  grid-auto-columns: 250px;
  grid-auto-flow: column;
  grid-column-gap: 5em;
  overflow: hidden;
  height: 0;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.journal-content-filter-item li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.journal-content-filter-item.journal-filters:nth-child(2),
.journal-content-filter-item.journal-filters:nth-child(3) {
  width: 200px;
}

.styled-checkbox {
  position: absolute;
  opacity: 0;
}

.styled-checkbox.white + label:before {
  border: 1px #F2F2F2 solid;
}

.styled-checkbox.white:checked + label:after {
  background: #F2F2F2;
  -webkit-box-shadow: 2px 0 0 #F2F2F2, 4px 0 0 #F2F2F2, 4px -2px 0 #F2F2F2, 4px -4px 0 #F2F2F2, 4px -6px 0 #F2F2F2, 4px -8px 0 #F2F2F2;
  box-shadow: 2px 0 0 #F2F2F2, 4px 0 0 #F2F2F2, 4px -2px 0 #F2F2F2, 4px -4px 0 #F2F2F2, 4px -6px 0 #F2F2F2, 4px -8px 0 #F2F2F2;
}

.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  white-space: nowrap;
  font-family: Roboto-Light, Helvetica, Arial, sans-serif;
  font-size: 1rem;
}

.styled-checkbox + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  border: 2px #121212 solid;
  background: transparent;
  border-radius: 4px;
  margin-top: -2px;
}

.styled-checkbox:focus + label:before {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}

.styled-checkbox:disabled + label:before {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #ddd;
}

.styled-checkbox:checked + label:after {
  content: '';
  position: absolute;
  left: 6px;
  top: 10px;
  background: #121212;
  width: 2px;
  height: 2px;
  -webkit-box-shadow: 2px 0 0 #121212, 4px 0 0 #121212, 4px -2px 0 #121212, 4px -4px 0 #121212, 4px -6px 0 #121212, 4px -8px 0 #121212;
  box-shadow: 2px 0 0 #121212, 4px 0 0 #121212, 4px -2px 0 #121212, 4px -4px 0 #121212, 4px -6px 0 #121212, 4px -8px 0 #121212;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.grid-item-content-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-auto-rows: auto;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 1.5em;
  grid-row-gap: 3em;
  padding: 0 8.54% 6em;
}

.grid-item-content-wrapper.for-journal {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-item-content-wrapper.for-journal .grid-item-content span {
  margin-top: 0;
}

/* .grid-item-content-wrapper.for-journal .grid-item-content img {
  height: auto;
} */

.grid-item-content img {
  width: 100%;
  /*height: auto;*/
  -o-object-fit: cover;
  object-fit: cover;

  aspect-ratio: 3/2;
}

.grid-item-content h3 {
  font-family: Roboto-Medium, Helvetica, Arial, sans-serif;
  font-size: 2rem;
  margin-top: .75em;
  /*height: 76px;*/
  height: 82px;

  overflow: hidden;
  display: -webkit-box!important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.grid-item-content span {
  font-family: Roboto-Light, Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  margin-top: 1rem;
  display: block;
  padding-top: 10px;

  overflow: hidden;
  display: -webkit-box!important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.grid-item-title {
  font-family: AkkuratPro-Light, Helvetica, Arial, sans-serif;
  font-size: 3.5rem;
  padding: 1em 8.54% 0.7em;
}

.journal-content {
  position: relative;
}

.journal-content .work-items-load {
  padding-bottom: 1em;
}

.journal-content .work-items-load a {
  font-family: AkkuratPro-Light, Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  padding-right: 1em;
}

.landing-content {
  padding: 132px 8.54% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #121212;
  color: #F2F2F2;
  height: calc(100vh - 120px);
}

.landing-text {
  width: 60%;
}

.landing-text h1 {
  font-family: AkkuratPro-Bold, Helvetica, Arial, sans-serif;
  font-size: 4.5rem;
  padding-bottom: 1rem;
  border-bottom: 10px #79DEA8 solid;
  display: inline-block;
  margin-bottom: 1em;
}

.landing-text span {
  display: block;
  font-family: AkkuratPro-Light, Helvetica, Arial, sans-serif;
  font-size: 4.5rem;
  margin-bottom: 1em;
}

.landing-text span span {
  color: #79DEA8;
  display: inline-block;
}

.landing-social img {
  margin-right: 1em;
}

.landing-body {
  overflow: hidden;
  background-color: #404040;
}

.landing-banner {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.landing-banner img {
  width: 82.5%;
}

.landing-footer {
  height: 120px;
  width: 100%;
  margin-left: auto;
  background-color: #262626;
  position: relative;
  position: fixed;
  z-index: 1;
  bottom: 0;
}

.landing-footer img {
  height: 100%;
  position: absolute;
  left: 8.54%;
  top: 0;
}

.part-footer {
  width: 8.54%;
  left: 0;
  height: 100%;
  background-color: #404040;
}

.connect {
  padding: 6.5em 8.54%;
  background-color: #121212;
  color: #F2F2F2;
}

.connect h1 {
  font-family: AkkuratPro-Light, Helvetica, Arial, sans-serif;
  font-size: 4.5rem;
  margin-bottom: .5em;
}

.connect h1 span {
  color: #79DEA8;
}

.connect p {
  font-family: Roboto-Light, Helvetica, Arial, sans-serif;
  font-size: 2rem;
  width: 65%;
  margin-bottom: 2em;
}

.connect-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.connect-enq {
  width: 25%;
}

.connect-form {
  width: 75%;
}

.direct-contact {
  padding: 3rem 8.54%;
}

.direct-contact h2 {
  font-family: AkkuratPro-Light, Helvetica, Arial, sans-serif;
  font-size: 3.5rem;
  color: #121212;
  margin-bottom: 1em;
}

.direct-contact-partners {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 237px;
  grid-template-rows: 237px;
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
  grid-auto-flow: column;
  /*grid-column-gap: 6.25rem;*/
}

.direct-contact-partner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.direct-contact-partner .img-border {
  width: 180px;
  height: 180px;
  overflow: hidden;
  border-radius: 50%;
  background-color: #79DEA8;
}

.direct-contact-partner .img-border img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.direct-contact-partner span {
  font-family: Roboto-Light, Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  margin-top: 1em;
  display: block;
  white-space: nowrap;
}

.connect-dropdown:hover .connect-dropdown-content ul li {
  top: 1rem;
}
.connect-dropdown-content ul li.dropdown-item {
  display: block!important;
}

.connect-dropdown-content ul li.dropdown-item.active {
  top: 1rem;
  color: #79DEA8;
}
.connect-dropdown-content ul li.dropdown-item.active .left-underlined::after{
  width: 100%;
}
.connect-dropdown:hover .arrow-icon--arrow, .connect-dropdown:hover .arrow-icon--chev {
  -webkit-transform: translateX(-3px);
  -ms-transform: translateX(-3px);
  transform: translateX(-3px);
}

.connect-dropdown:hover .arrow-icon--arrow {
  opacity: 0;
}

.connect-dropdown:hover .arrow-icon--circle {
  stroke-dashoffset: 0;
}

.connect-dropdown span {
  font-family: AkkuratPro-Light, Helvetica, Arial, sans-serif;
  font-size: 2rem;
  color: #79DEA8;
  cursor: pointer;
}

.connect-dropdown span svg {
  margin-left: 10px;
}

.connect-dropdown-content ul {
  overflow: hidden;
}

.connect-dropdown-content ul li {
  font-family: AkkuratPro-Light, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  position: relative;
  margin-bottom: 1rem;
  top: -500px;
}

.connect-dropdown-content ul li:hover {
  color: #79DEA8;
}

.connect-dropdown-content li:hover .left-underlined::after {
  width: 100%;
}

.connect-dropdown-content .left-underlined {
  position: relative;
}

.connect-dropdown-content .left-underlined::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 0;
  left: 0;
  background-color: #79DEA8;
  -webkit-transition: 300ms ease-in-out all;
  -o-transition: 300ms ease-in-out all;
  transition: 300ms ease-in-out all;
}

.connect-dropdown-content .left-underlined.base-underline::after {
  background-color: #F2F2F2;
}

.brand-header {
  padding: 6em 8.54% 0;
  background-color: #121212;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #F2F2F2;
  min-height: 60vh;
}

.brand-header.naming .brand-list h1, .brand-header.naming .brand-offer h5 {
  color: #79DEA8;
}

.brand-header.naming .brand-list {
  width: 45%;
}

.brand-header.naming .brand-detail {
  width: 55%;
}

.brand-list {
  width: 50%;
}

.brand-list h1 {
  font-family: AkkuratPro-Light, Helvetica, Arial, sans-serif;
  font-size: 4.5rem;
  color: #79DEA8;
}

.brand-list .brand-bread {
  margin-bottom: 10em;
  margin-top: 1em;
  display: block;
  text-transform: uppercase;
  font-family: Roboto-Light;
}

.brand-list .brand-bread a {
  margin: 0 5px;
}

.brand-list .brand-bread a:first-child {
  margin-left: 0;
}

.articles .grid-item-content h3 {
  height: auto;
}

.articles .for-journal .grid-item-content h3 {
  height: 76px;
}

.articles .grid-item-content-wrapper {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 480px;
  grid-template-rows: 480px;
  grid-auto-rows: unset;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  grid-row-gap: 1em;
}

.brand-header {
  position: relative;
}

.brand-offer {
  width: 30%;
  position: absolute;
  top: 370px;
}
.brand-offer.offer-gap {
  top: 450px;
}
.brand-offer h5 {
  font-family: Roboto-Medium, Helvetica, Arial, sans-serif;
  font-size: 2rem;
  color: #79DEA8;
  margin-bottom: 2rem;
}

.brand-offer ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
  grid-auto-flow: row;
}

.brand-offer ul.dual-grid {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
.brand-offer ul.dual-grid li {
  padding-right: 20px;
}
.brand-offer ul li:hover .left-underlined::after {
  width: 100%;
}

.brand-offer ul .left-underlined {
  position: relative;
}

.brand-offer ul .left-underlined::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 0;
  left: 0;
  background-color: #79DEA8;
  -webkit-transition: 300ms ease-in-out all;
  -o-transition: 300ms ease-in-out all;
  transition: 300ms ease-in-out all;
}

.brand-offer ul .left-underlined.base-underline::after {
  background-color: #F2F2F2;
}
.key-aspect-brand{
  display: none;
}
.key-aspect-brand h5 {
  font-family: Roboto-Medium, Helvetica, Arial, sans-serif;
  font-size: 2rem;
  margin-bottom: 2rem;
}
.key-aspect-brand ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
  grid-auto-flow: row;
}
.brand-detail {
  width: 50%;
}

.brand-detail p {
  font-family: Roboto-Light, Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5em;
  margin-bottom: 1em;
}

.brand-detail p:first-child {
  font-family: Roboto-Regular, Helvetica, Arial, sans-serif;
  font-size: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5em;
}

.brand-analyst {
  list-style: decimal;
  padding-left: 1.5em;
  margin-top: 1em;
  margin-bottom: 1em;
}

.brand-analyst li {
  margin-bottom: 1em;
  font-family: Roboto-Light, Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
}

.brand-analyst span {
  font-family: Roboto-Light, Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5em;
}

.brand-analyst span:first-child {
  display: block;
  font-weight: 700;
}

.empty-section {
  background-color: #121212;
  padding: 5em 0;
}

.projects.brand {
  background-color: #121212;
}

.projects.brand h5 {
  font-family: Roboto-Medium, Helvetica, Arial, sans-serif;
  font-size: 2rem;
  color: #79DEA8;
  margin-bottom: 2rem;
}

.projects.brand span {
  color: #F2F2F2;
}

.brand-naming {
  padding: 3em 8.54% 6em;
  background-color: #121212;
}

.brand-naming h5 {
  font-family: Roboto-Medium, Helvetica, Arial, sans-serif;
  font-size: 2rem;
  color: #F2F2F2;
  margin-bottom: 3rem;
}

.brand-naming-grid {
  padding: 0 96px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 80px;
  grid-row-gap: 90px;
  text-align: center;
}

.brand-naming-item span {
  font-family: AkkuratPro-Bold, Helvetica, Arial, sans-serif;
  font-size: 3rem;
  color: #F2F2F2;
  line-height: 1em;
}

.base-layout {
  padding: 10em 8.54%;
  min-height: 100vh;
}

.base-layout h1 {
  font-family: AkkuratPro-Light, Helvetica, Arial, sans-serif;
  font-size: 3.5rem;
  color: #121212;
  margin-bottom: 1em;
}

.base-layout p {
  font-family: Roboto-Light, Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  color: #121212;
  white-space: pre-wrap;
}

.work-project-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 36px;
  padding: 6em 8.54% 0;
}

.work-project-info.half .work-project-name, .work-project-info.half .work-project-detail {
  width: 50%;
}

.work-project-info.half .work-project-detail {
  padding-left: 1em;
}

.work-project-name {
  width: 50%;
}

.work-project-name h3 {
  font-family: Roboto-Medium, Helvetica, Arial, sans-serif;
  font-size: 2rem;
  color: #121212;
  margin-bottom: 1rem;
  height: auto;
}

.work-project-name span {
  font-family: Roboto-Medium, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  color: #c5c8ca;
  text-transform: uppercase;
  padding-right: 10px;
  padding-bottom: 10px;
  display: inline-block;
}

.work-project-detail {
  width: 50%;
  padding-left: 11px;
}

.work-project-detail p {
  font-family: Roboto-Regular, Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  color: #121212;
  font-size: 24px;
  line-height: 1.4em;
}

.work-project-detail .tow {
  font-family: Roboto-Medium, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  color: #121212;
  display: block;
  text-transform: uppercase;
  margin: 0 0 1em 0;
}

.work-project-image {
  width: 100%;
  padding: 0 8.54%;
  height: 1061px;
}

.work-project-image.duo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 523px;
}

.work-project-image.duo img {
  width: calc(50% - 11px);
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

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

.work-project-images {
  padding: 3em 8.54% 6em;
}

.work-project-images .work-project-image-grid {
  margin-bottom: 2.5em;
}

.work-project-images .work-project-image-grid.duo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 523px;
}

.work-project-images .work-project-image-grid.duo img {
  width: calc(50% - 11px);
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.work-project-images .work-project-image-grid.single {
  height: 1061px;
}

.work-project-images .work-project-image-grid.single img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.work-project-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.work-project-navigation a {
  font-family: AkkuratPro-Light, Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  color: #121212;
  padding-top: 3px;
}

.work-project-navigation a.meta-prev-blog {
  background: url("../img/icons/chevron-left-black0.svg");
  background-position: 0% 50%;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  padding-left: 2rem;
}

.work-project-navigation a.meta-next-blog {
  background: url("../img/icons/chevron-right-black0.svg");
  background-position: 100% 50%;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  padding-right: 2rem;
}

.work-project-navigation a.left-nave {
  background: url("../img/icons/chevron-left-black0.svg");
  background-position: 0% 50%;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  padding-left: 2rem;
}

.work-project-navigation a.right-nave {
  background: url("../img/icons/chevron-right-black0.svg");
  background-position: 100% 50%;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  padding-right: 2rem;
}

.work-project-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 32px 8.54%;
}

.work-project-profile-link {
  /*width: 40%;*/
  /*width: 33%;*/
  width: 50%;
}

.work-project-profile-link .work-project-link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.work-project-profile-link .work-project-link {
  width: 30%;
  width: 50%;
  float: left;
}

.work-project-profile-link .work-project-links span {
  font-family: Roboto-Medium, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  color: #c5c8ca;
  text-transform: uppercase;
  margin-bottom: 1rem;
  display: block;
}

.work-project-profile-link .work-project-links ul {
  margin-bottom: 1.5rem;
}

.work-project-profile-link .work-project-links ul li {
  font-family: Roboto-Regular, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  color: #121212;
  margin-bottom: .5rem;
}

.work-project-profile-detail {
  /*width: 60%;*/
  /*width: 67%;*/
  width: 50%;
}

.work-project-profile-detail p {
  font-family: Roboto-Light, Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  color: #121212;
  line-height: 1.6em;
}

/*.half-1 {
  width: calc(50% - 11px);
}

.half-2 {
  width: calc(50% - 11px);
}*/

.work-project-other {
  text-align: center;
}

.work-project-other.normal {
  /*display: flex;
  padding: 0 8.54%;
  text-align: right;
  justify-content: space-between;*/
  padding-top: 4em;
  text-align: left;
}

.work-project-other.normal a {
  margin-right: -22px;
}

.work-project-other a {
  padding-right: 1.4em;
  /*font-family: AkkuratPro-Light, Helvetica, Arial, sans-serif;*/
  font-family: AkkuratPro, Helvetica, Arial, sans-serif;
  font-size: 2rem;
  color: #121212;
  background: url("../img/icons/chevron-right-black0.svg");
  background-position: 99% 50%;
  background-size: 32px 32px;
  background-repeat: no-repeat;
}

.work-project-split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3em 8.54% 0;
}

.work-project-split-item {
  width: 50%;
}

.work-project-split-item:first-child {
  padding-right: 70px;
}

.work-project-split-item:last-child {
  padding-left: 12px;
}

.work-project-split-item p {
  font-family: Roboto-Light, Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  color: #121212;
  margin-bottom: 1.5rem;
  line-height: 1.5em;
}

.work-project-split-item h5 {
  font-family: Roboto-Medium, Helvetica, Arial, sans-serif!important;
  font-size: 2rem;
  color: #121212;
  margin-bottom: 1rem;
}

.work-project-split-item h5.regular {
  font-family: Roboto-Regular;
  margin-bottom: 3rem;
}

.work-project-split-item img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 2em;
}

.work-project-split-item .work-project-profile-link {
  width: 80%;
}

.work-project-split-item .work-project-other {
  text-align: left;
  margin: 5em 0 4em;
}

.work-project-split-item .work-project-other a {
  padding-left: 1.4em;
  font-family: AkkuratPro-Light, Helvetica, Arial, sans-serif;
  font-size: 2rem;
  color: #121212;
  background: url("../img/icons/chevron-left-black0.svg");
  background-position: 0% 50%;
  background-size: 32px 32px;
  background-repeat: no-repeat;
}

/* Blogs */
.blogs .work-project-navigation {
  padding: 3em 8.54%;
}

.blogs .blog-status {
  margin-bottom: 1.5em;
}

.blogs .work-project-detail .blog-status-bold {
  font-family: Roboto-Medium, Helvetica, Arial, sans-serif;
}

.blogs .blog-images {
  width: 100%;
  height: 700px;
  margin-bottom: 1.5em;
}

.blogs .blog-images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blogs .blog-name {
  margin: 1em 0;
  height: auto;
}

.blogs span {
  font-size: 18px;
}

.blogs .blog-writers {
  display: block;
  font-size: 18px;
  font-family: Roboto-Light;
  color: #000000;
  margin-top: .5em;
}

.blogs .work-project-detail {
  width: 65%;
}

.blogs .work-project-name {
  width: 35%;
}

.wrapped-check + label {
  white-space: unset!important;
}

.partner-profile.typical-partner {
  background-color: #F2F2F2;
}

.partner-profile.typical-partner .partner-profile-detail {
  width: 60%;
}

.partner-profile.typical-partner .partner-profile-picture {
  width: 40%;
  height: 673px;
}

.partner-profile.typical-partner .partner-profile-detail p {
  color: #121212;
}

.partner-profile.typical-partner .partner-bottom-text {
  color: #121212;
  font-size: 1.5rem;
  border-top: 2px #c5c8ca solid;
  padding-top: .7em;
  font-family: AkkuratPro-Light, Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
}

.partner-detail h3 {
  font-family: AkkuratPro-Light, Helvetica, Arial, sans-serif;
  font-size: 56px;
  margin-top: .5em;
}

.partner-detail span {
  font-family: Roboto-Regular, Helvetica, Arial, sans-serif;
  font-size: 32px;
  color: #c5c8ca;
}

/* asdIasdjasdon'tjasdpajsgetdpiasaspaidjdaoenoughsdjajdifordaosdthisasod */
/* Default End */
@media screen and (max-width: 1800px) {
  .form-control {
    font-size: 1.9rem;
  }
}

@media screen and (max-width: 1715px) {
  .landing-text span {
    font-size: 4rem;
  }
}

@media screen and (max-width: 1700px) {
  .form-control {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 1780px) and (min-width: 821px) {
  .services-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .services-item span {
    /*height: auto!important;*/
    min-height: 100px;
  }
}

@media screen and (max-width: 1600px) {
  .project-grid-container .item-1 .project-item img {
    aspect-ratio: 1.29/1;
  }

  .project-grid-container.reverse .item-5 .project-item img {
    aspect-ratio: 1.23/1;
  }

  .work-tabcontent .work-items-category {
    font-size: 1.3rem;
  }

  .typical-partner .partner-detail h3 {
    font-size: 3rem;
  }

  .typical-partner .partner-detail span {
    font-size: 1.6rem;
  }

  .typical-partner .partner-profile-detail p {
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .typical-partner .partner-profile-detail p.partner-quote {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }

  .landing-text h1 {
    font-size: 3rem;
    border-bottom-width: 8px;
    padding-bottom: .7rem;
  }
  .landing-text span {
    font-size: 3rem;
  }
  .landing-social img {
    width: 2.4em;
  }
  .landing-banner img {
    width: 70%;
  }
  .form-control {
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 1500px) {
  .direct-contact-partners {
    grid-column-gap: 1em;
  }

  .direct-contact-partner .img-border {
    width: 150px;
    height: 150px;
  }

  .form-control {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 1450px) and (min-width: 1301px) {
  .founding-partner-card img {
    /*height: 500px;*/
  }

  .founding-partner-card-grid {
    grid-template-rows: auto;
    grid-auto-rows: auto;
  }
}

@media screen and (max-width: 1450px) {
  .work-tabcontent .work-items-category {
    font-size: 1.1rem;
  }

  .service-section h5 {
    font-size: 1.5rem;
  }
  .service-section ul li:first-child {
    font-size: 1.2rem;
    background-size: 18px 18px;
  }
  .service-section ul li:not(:first-child) {
    font-size: 1rem;
  }
  .main-header .header-text h1 {
    font-size: 4rem;
  }
  .main-header .header-text p {
    font-size: 1.5rem;
  }
  .main-header .header-about {
    font-size: 1.5rem;
    width: 210px;
  }
  .project-disclaimer {
    font-size: 1rem;
  }
  .menu-grid-main a {
    font-size: 3.5rem;
  }
  .footer-left h2 {
    font-size: 5.5rem;
  }
  .footer-left .footer-links a {
    margin-right: 20px;
  }
  .footer-left .footer-links a:last-child {
    margin-right: 0;
  }
  .form-control {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 1400px) {
  .journal-content-filter-item.journal-filters ul {
    margin-right: 0;
  }

  .journal-content-filter-item {
    margin-left: 0;
  }

  .journal-content-filter-button {
    margin-right: 0;
  }

  .journal-content-filter {
    gap: 2em;
  }

  .journal-content-filter-item ul {
    grid-column-gap: 2em;
    grid-auto-columns: auto;
  }
}

@media screen and (max-width: 1300px) and (min-width: 1251px) {
  .founding-partner-card-grid {
    grid-column-gap: 3.5em;
    grid-template-rows: auto;
    grid-auto-rows: auto;
  }

  .founding-partner-card img {
    /*height: 440px;*/
  }
}

@media screen and (max-width: 1366px) {
  .project-grid-container .item-2 .project-item img, .project-grid-container .item-3 .project-item img, .project-grid-container .item-4 .project-item img, .project-grid-container .item-5 .project-item img {
    aspect-ratio: 1.35/1;
  }
  .project-grid-container.reverse .item-1 .project-item img, .project-grid-container.reverse .item-2 .project-item img, .project-grid-container.reverse .item-3 .project-item img, .project-grid-container .item-4 .project-item img {
    aspect-ratio: 1.35/1;
  }
  .project-grid-container.reverse .item-5 .project-item img {
    aspect-ratio: 1.22/1;
  }

  .grid-item-content h3 {
    font-size: 1.5rem;
    height: 60px;
    margin-top: .5em;
  }

  .grid-item-content span {
    font-size: 1rem;
    padding-top: 10px;
  }

  .typical-partner .partner-profile-picture {
    padding-left: 2.5em;
  }

  .typical-partner .partner-detail h3 {
    font-size: 2.5rem;
  }

  .typical-partner .partner-detail span {
    font-size: 1.4rem;
  }

  .typical-partner .partner-profile-detail p {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }

  .typical-partner .partner-profile-detail p.partner-quote {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }

  .work-tabcontent .work-ref {
    font-size: 1rem;
  }

  .work-tabcontent .work-ref img {
    margin-bottom: 5px;
  }

  .navbar {
    padding: 0 6%;
  }
  .navbar .color-nav {
    width: 6%;
  }
  .main-header {
    padding: 5em 6%;
  }
  .main-header .header-banner img {
    width: 80%;
  }
  .our-services {
    padding: 50px 6%;
  }
  .service-section ul li:first-child {
    font-size: 1.125rem;
  }
  .projects {
    padding: 5em 6% 100px;
  }
  .project-grid-container {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    /* -ms-grid-rows: 250px 250px;
    grid-template-rows: 250px 250px; */
  }
  .project-item {
    height: auto;
  }
  .project-item span {
    font-size: 1rem;
  }
  .form-control {
    font-size: 1.4rem;
  }
  .form-group button[type=submit] {
    padding: 1rem 2rem;
  }
}

@media screen and (max-width: 1250px) {
  .work-tabcontent .work-items-category {
    font-size: 1.2rem;
  }

  .direct-contact-partner .img-border {
    width: 125px;
    height: 125px;
  }

  .direct-contact-partner span {
    font-size: 1.2rem;
  }

  .form-control {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 1250px) and (min-width: 1051px) {
  .founding-partner-card img {
    /*height: 420px;*/
  }

  .founding-partner-card-grid {
    grid-template-rows: auto;
    grid-auto-rows: auto;
  }
}

@media screen and (max-width: 1250px) and (min-width: 821px) {
  .footer-right .footer-menu-2 .dual-link {
    display: block;
  }

  .footer-right .footer-menu-2 .dual-link a {
    margin-right: 30%;
    line-height: 3.5rem;
  }

  .footer-left .footer-social, .footer-left .footer-language {
    margin-bottom: 5em;
  }

  .footer-right .footer-menu a {
    margin-bottom: 4rem;
  }
}

@media screen and (max-width: 1200px) and (min-width: 821px) {
  .work-tabs {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .work-tabs button {
    font-size: 1.5rem;
    margin: 0;
  }

  .work-header h1 {
    font-size: 3.5rem;
    margin-bottom: .5em;
  }
}

@media screen and (max-width: 1100px) and (min-width: 821px) {
  .footer-right {
    padding-left: 6.5em;
  }
  .journal-content-filter-button {
    position: absolute;
    top: 2em;
  }

  .journal-content-filter {
    padding: 8em 8.54%;
  }
}

@media screen and (max-width: 1080px) {
  .form-control {
    font-size: 1rem;
  }

  .project-grid-container .item-1 .project-item img {
    aspect-ratio: 1.28/1;
  }

  .project-grid-container.reverse .item-5 .project-item img {
    aspect-ratio: 1.185/1;
  }

  .project-item span {
    font-size: .9rem;
  }
}

@media screen and (max-width: 1024px) {
  .landing-text h1 {
    font-size: 3.5rem;
  }
  .landing-social img {
    width: 2.5em;
  }
  .landing-banner img {
    width: 100%;
  }

  .work-tabcontent.type-1 .work-items-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .work-tabcontent.type-1 .work-items-wrapper.base {
    grid-template-columns: 1fr 1fr;
  }

  .grid-item-content-wrapper.for-journal {
    grid-template-columns: 1fr 1fr;
  }

  .assosiate-partner a:nth-child(2n + 0) .assosiate-partners {
    text-align: right;
  }

  .services-item span {
    height: auto;
    min-height: unset;
  }

  .services-list {
    gap: 3em;
  }

  .services-serves ul li {
    font-size: 1rem;
  }

  .direct-contact-partners {
    overflow: hidden;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .direct-contact-partners::-webkit-scrollbar {
    display: none;
  }

  .wrapped-check + label {
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 1050px) and (min-width: 820px) {
  .founding-partner-card img {
    /*height: 360px;*/
  }

  .founding-partner-card-grid {
    grid-template-rows: auto;
    grid-auto-rows: auto;
    grid-column-gap: 3.5em;
  }

  .partner-profile.typical-partner .partner-profile-picture {
    width: 50%;
  }

  .partner-profile.typical-partner .partner-profile-detail {
    width: 50%;
  }
}

@media screen and (max-width: 1000px) and (min-width: 821px) {
  /*.work-tabs button {
    font-size: 1.3rem;
    margin: 0 15px;
  }*/
}

@media screen and (max-width: 1100px) and (min-width: 821px) {
  /*.work-tabcontent .work-items-category {
    font-size: .9rem;
  }*/

  .work-tabcontent .work-items-all {
    font-size: 1rem;
  }
}

@media screen and (max-width: 1000px) and (min-width: 821px) {
  /*.work-tabcontent .work-items-category {
    font-size: .8rem;
  }*/

  .work-tabcontent .work-items-all {
    font-size: .9rem;
  }
}

@media screen and (max-width: 930px) and (min-width: 821px) {
  .footer-right {
    padding-left: 3.5em;
  }
}

@media screen and (max-width: 920px) {
  .project-item span {
    font-size: .8rem;
  }
}

@media screen and (max-width: 930px) and (min-width: 821px) {
  /*.work-tabcontent .work-items-category {
    font-size: .7rem;
  }*/
}

@media screen and (max-width: 900px) and (min-width: 821px) {
  .journal-content-filter {
    gap: 1em;
  }

  .journal-content-filter-item ul {
    grid-column-gap: 1em;
  }

  .styled-checkbox + label {
    font-size: .9rem;
  }
}
.work-project-profile-link .work-project-link-wrapper.desktop{
  display: flex;
}
.desktop{
  display: block;
}
.mobile{
  display: none;
}
@media screen and (max-width: 820px) {
  .connect p {
    font-size: 1.5rem;
  }
  .work-project-profile-link .work-project-link-wrapper.desktop{
    display: none;
  }
  .desktop{
    display: none;
  }
  .mobile{
    display: block;
  }
  .work-project-profile.mobile {
    padding-top: 0;
    padding-bottom: 0;
  }
  .form-control {
    font-size: 1.2rem;
  }
  .form-group button[type=submit] {
    padding: 1.1rem 2rem 1rem;
    font-size: 1.2rem;
    line-height: unset;
  }
  .desktop-brand-offer{
    display: none;
  }
  .key-aspect-brand {
    display: block;
  }
  .work-project-profile-detail .work-project-other.normal {
    padding-left: 0;
  }

  .project-grid-container .item-1 .project-item img {
    aspect-ratio: 3/2;
  }

  .project-grid-container.reverse .item-5 .project-item img {
    aspect-ratio: 3/2;
  }

  .project-grid-container .item-2 .project-item img, .project-grid-container .item-3 .project-item img, .project-grid-container .item-4 .project-item img, .project-grid-container .item-5 .project-item img {
    aspect-ratio: 1.49/1;
  }

  .project-grid-container.reverse .item-1 .project-item img, .project-grid-container.reverse .item-2 .project-item img, .project-grid-container.reverse .item-3 .project-item img, .project-grid-container .item-4 .project-item img {
    aspect-ratio: 1.49/1;
  }

  .project-item span {
    font-size: 1rem;
  }

  .typical-partner .partner-profile-picture {
    padding-left: 0;
  }

  .partner-profile.typical-partner .partner-profile-picture {
    width: 100%;
    height: auto;
    margin-bottom: 3em;
  }

  .partner-profile.typical-partner .partner-profile-detail {
    width: 100%;
  }

  .partner-profile-detail p.partner-quote {
    font-size: 24px;
    line-height: 36px;
  }

  .typical-partner .partner-profile-detail p {
    font-size: 18px;
    line-height: 32px;
  }

  .wrapped-check + label {
    margin-bottom: 0.5rem;
  }
  .landing-content {
    display: block;
    height: calc(100vh - 100px);
    padding: 94px 10.42% 0;
  }
  .landing-footer .part-footer {
    width: 10.42%;
  }
  .landing-footer img {
    left: 10.42%;
  }
  .landing-footer {
    height: 100px;
  }
  .landing-text {
    width: 100%;
  }
  .landing-text h1 {
    font-size: 3rem;
    padding-bottom: .4rem;
    border-bottom-width: 7px;
    line-height: 3rem;
  }
  .landing-text span {
    line-height: 3rem;
  }
  .landing-text span span {
    margin-bottom: 0;
  }
  .landing-banner {
    width: 100%;
    margin-top: 2em;
  }
  .landing-banner img {
    width: 369px;
  }
  .navbar {
    height: 100px;
  }
  .navbar .nav-links {
    display: none;
  }
  .navbar .color-nav {
    width: 10.42%;
  }
  .navbar {
    padding: 0 10.42%;
  }
  .main-header {
    padding: 70px 10.42%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .main-header .header-text, .main-header .header-banner {
    width: 100%;
  }
  .main-header .header-text h1 {
    font-family: AkkuratPro, Helvetica, Arial, sans-serif;
    font-size: 4rem;
    margin-bottom: 3rem;
  }
  .main-header .header-text h1 span {
    font-family: AkkuratPro, Helvetica, Arial, sans-serif;
    font-size: 4rem;
  }
  .main-header .header-text p {
    width: 100%;
  }
  .main-header .header-banner {
    margin-top: 3em;
  }
  .header-text .arrow-icon--arrow, .header-text .arrow-icon--chev {
    -webkit-transform: translateX(-3px);
    -ms-transform: translateX(-3px);
    transform: translateX(-3px);
  }
  .header-text .arrow-icon--arrow {
    opacity: 0;
  }
  .header-text .arrow-icon--circle {
    stroke-dashoffset: 0;
  }
  .our-services {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 2.5em 10.42%;
    position: relative;
  }
  .our-services span {
    position: absolute;
    top: 1.5em;
    left: 10.42%;
    margin-right: 0;
  }
  .service-section h5 {
    font-size: 1.5rem;
  }
  .service-section ul li:first-child {
    font-size: 1.125rem;
    background-size: 18px 18px;
  }
  .service-section ul li:not(:first-child) {
    font-size: 1rem;
  }
  .service-section-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .service-section {
    margin-right: 0;
    margin-bottom: 50px;
    padding-left: 40%;
  }
  .project-grid-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: calc(215px - 16px) 32px calc(215px - 16px) 32px 225px 32px 225px;
    grid-template-rows: calc(215px - 16px) calc(215px - 16px) 225px 225px;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 32px;
    grid-column-gap: 20px;
    grid-template-areas: 'big big' 'big big' 'small-1 small-2' 'small-3 small-4';
    margin-bottom: 1em;
  }
  .project-grid-container .item-1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    grid-area: big;
  }
  .project-grid-container .item-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: small-1;
  }
  .project-grid-container .item-3 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    grid-area: small-2;
  }
  .project-grid-container .item-4 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    grid-area: small-3;
  }
  .project-grid-container .item-5 {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
    grid-area: small-4;
  }
  .project-grid-container.reverse {
    -ms-grid-rows: calc(215px - 16px) 32px calc(215px - 16px) 32px 225px 32px 225px;
    grid-template-rows: calc(215px - 16px) calc(215px - 16px) 225px 225px;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 32px;
    grid-column-gap: 20px;
    grid-template-areas: 'big big' 'big big' 'small-1 small-2' 'small-3 small-4';
    margin-bottom: 1em;
  }
  .project-grid-container.reverse .item-1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 5;
    grid-area: big;
  }
  .project-grid-container.reverse .item-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: small-1;
  }
  .project-grid-container.reverse .item-3 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: small-2;
  }
  .project-grid-container.reverse .item-4 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: small-3;
  }
  .project-grid-container.reverse .item-5 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    grid-area: small-4;
  }
  .menu-grid-links {
    display: none;
  }
  .menu-overlay {
    -ms-grid-rows: calc(1fr - 100px) 100px;
    grid-template-rows: calc(1fr - 100px) 100px;
    -ms-grid-columns: 169px 1fr;
    grid-template-columns: 169px 1fr;
  }
  .menu-logo img {
    margin-left: -117px;
  }
  .menu-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 6em;
    grid-template-rows: 6em;
    grid-auto-rows: 6em;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 3em;
    height: 100%;
  }
  .menu-grid-main a {
    font-size: 4rem;
  }
  .close-menu, .close-search {
    top: 50px;
    right: 10.42%;
  }
  .navbar .nav-option {
    margin-top: 1rem;
  }
  .search-header {
    height: 100px;
  }
  .search-filter-item:nth-last-child(2) {
    display: none;
  }
  .styled-checkbox + label {
    font-size: 12px;
  }
  .styled-checkbox + label:before {
    width: 16px;
    height: 16px;
    margin-top: -4px;
  }
  .grid-item-content-wrapper {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 235px;
    grid-template-rows: 235px;
    grid-auto-rows: 235px;
    padding-left: 10.42%;
    padding-right: 10.42%;
  }
  .grid-item-content img {
    /*height: 196px;*/
  }
  .grid-item-content span {
    font-size: 1rem;
    display: inline-block;
    margin-top: 1rem;
  }
  .journal-content-filter {
    padding: 62px 10.42%;
    overflow: hidden;
  }
  .journal-content-filter-item {
    margin-left: 0;
  }
  .journal-content-filter-button {
    margin-right: 1em;
  }
  .journal-content-filter-item h5 {
    font-size: 22px;
    margin-top: 5px;
  }
  .journal-content-filter-item ul {
    grid-column-gap: 2em;
  }
  .search-bar .form-group {
    margin-bottom: 0;
  }
  #curtainActivator {
    margin-bottom: 0;
  }
  #curtainActivator.visible {
    margin-bottom: 1080px;
  }
  footer {
    position: relative;
    z-index: 1;
    height: auto;
  }
  footer.active {
    position: fixed;
    top: 0;
    z-index: -1;
    margin-top: 0;
  }
  footer .footer-wrapper {
    display: block;
    position: relative;
    padding: 60px 10.42%;
  }
  footer .footer-left, footer .footer-right {
    width: 100%;
  }
  .footer-left h2 {
    font-size: 5.5rem;
    margin-bottom: .5em;
  }
  .footer-left {
    display: block !important;
    height: auto;
  }
  .footer-left .footer-social {
    width: 50%;
    float: left;
    margin-bottom: 668px;
  }
  .footer-left .footer-language {
    width: 50%;
    float: left;
    text-align: right;
  }
  .footer-left .footer-links {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer-left .footer-links a {
    margin-right: 0;
  }
  .footer-right {
    padding: 0;
    width: 79.16% !important;
    height: 540px;
    position: absolute;
    bottom: 180px;
    left: 10.42%;
  }
  .footer-right .footer-menu a {
    margin-bottom: 1.8rem;
  }
  .footer-left:before,
  .footer-left:after {
    content: " ";
    display: table;
  }
  .footer-left:after {
    clear: both;
  }
  .about-header {
    padding: 10.42%;
    padding-bottom: 2em;
  }
  .about-header .header-text h1 {
    font-size: 4rem;
    margin-bottom: .5em;
  }
  .founding-partner {
    padding: 3em 10.42%;
  }
  .founding-partner-card-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 430px;
    grid-template-rows: 430px;
    grid-auto-rows: 430px;
    grid-column-gap: 20px;
    grid-row-gap: 2em;
    margin-bottom: 5em;
  }
  .founding-partner-card-grid img {
    height: 392px;
    margin-bottom: 1em;
  }
  .founding-partner-card-grid span {
    font-size: 1rem;
  }
  .bottom-strip {
    display: none;
  }
  .assosiate-partner {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr 1fr;
  }
  .assosiate-partner .assosiate-partners:nth-child(4n + 2), .assosiate-partner .assosiate-partners:nth-child(4n + 3) {
    text-align: left;
  }
  .assosiate-partner .assosiate-partners:nth-child(4n) {
    text-align: left;
  }
  .assosiate-partner .assosiate-partners {
    font-size: 1.125rem;
  }
  .assosiate-partner .assosiate-partners:nth-child(2n) {
    text-align: right;
  }
  .work-header {
    padding: 5em 10.42%;
  }
  .work-header h1 {
    font-size: 3.5rem;
    margin-bottom: .5em;
  }
  .work-tabs {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .work-tabs button {
    font-size: 1.5rem;
    margin: 0;
  }
  .work-content {
    padding: 5em 10.42%;
  }
  .work-tabcontent {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 1em;
  }
  .work-tabcontent.type-1 .work-items-wrapper {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 1em;
  }
  .work-tabcontent.type-1 .work-items-wrapper.base {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .work-tabcontent .work-items-category {
    font-size: 1.125rem;
  }
  .services, .services-featured {
    padding: 5em 10.42%;
  }
  .services h1 {
    font-size: 4rem;
    width: 100%;
    margin-bottom: 1em;
  }
  .services h1 span {
    font-size: 4rem;
  }
  .services-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .services-item {
    width: 100%;
    margin-bottom: 2em;
  }
  .services-item ul li:first-child {
    font-size: 1.125rem;
    background-size: 18px 18px;
    padding-right: 24px;
  }
  .services-item ul li:not(:first-child) {
    font-size: 1rem;
  }
  .services-serves ul {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .services-featured h3 {
    font-size: 48px;
  }
  .services-featured-image {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .journal-header {
    padding: 5em 10.42%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .journal-header h1 {
    margin-bottom: .5em;
  }
  .journal-header p {
    width: 100%;
  }
  .journal-content-filter {
    padding: calc(5em + 50px) 10.42% 2.5em;
  }
  .journal-content-filter-button {
    position: absolute;
    top: 2em;
  }
  .journal-content-filter-item.journal-filters ul {
    grid-auto-columns: auto;
    margin-right: 20px;
  }
  .styled-checkbox:checked + label:after {
    left: 5px;
    top: 6px;
  }
  .grid-item-content-wrapper.for-journal {
    padding: 0 10.42% 5em;
    /*-ms-grid-rows: 270px;*/
    /*grid-template-rows: 270px;*/
    /*grid-auto-rows: 270px;*/

    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-auto-rows: auto;

    grid-template-columns: 1fr;
  }
  .grid-item-content h3 {
    height: unset!important;
    font-size: 24px;
    margin-top: 5px;
  }
  .grid-item-content span {
    margin-top: 0;
  }
  .connect, .direct-contact {
    padding: 5em 10.42%;
  }
  .connect h1, .connect h1 span {
    font-size: 64px;
  }
  .connect p {
    width: 100%;
  }
  .connect-enq, .connect-form {
    width: 100%;
  }
  .connect-information {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .connect-dropdown {
    margin-bottom: 3em;
  }
  .form-row {
    display: block;
  }
  .form-row:before,
  .form-row:after {
    content: " ";
    display: table;
  }
  .form-row:after {
    clear: both;
  }
  .form-group.form--3 {
    width: 50%;
    float: left;
  }
  .form-group.form--5 {
    width: 80%;
    float: left;
  }
  .form-group.form--6 {
    width: 100%;
  }
  .direct-contact-partners {
    overflow: hidden;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .direct-contact-partners::-webkit-scrollbar {
    display: none;
  }
  .direct-contact h2 {
    font-size: 48px;
  }
  .direct-contact-partner .img-border {
    width: 140px;
    height: 140px;
  }
  .direct-contact-partner span {
    font-size: 1.125rem;
  }
  .partner-profile {
    padding: 5em 10.42%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
  }
  .partner-profile-detail {
    width: 100%;
  }
  .partner-profile-picture {
    width: 100%;
    height: auto;
    min-height: unset;
    padding: 0;
    margin-bottom: 5em;
  }
  .partner-profile-picture img {
    width: auto;
    height: 545px;
  }
  .partner-profile-detail h1 {
    font-size: 64px;
  }
  .partner-profile-detail h1 span {
    font-size: 48px;
  }
  .partner-profile-detail p {
    font-size: 18px;
    line-height: 32px;
  }
  .partner-profile-detail p.partner-quote {
    font-size: 24px;
    line-height: 36px;
  }
  .partner-journal {
    padding: 5em 10.42%;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr 1fr;
    /*-ms-grid-rows: 275px;
    grid-template-rows: 275px;
    grid-auto-rows: 275px;*/
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-auto-rows: auto;
    grid-row-gap: 2em;
  }
  .partner-journals img {
    height: 196px;
    margin-bottom: .5em;
  }
  .partner-journals h5 {
    font-size: 24px;
  }
  .partner-journals span {
    font-size: 16px;
  }
  .work-project-info {
    padding: 5em 10.42% 3em;
    display: block;
    margin-bottom: 0;
  }
  .work-project-info h3 {
    height: auto;
  }
  .work-project-name {
    width: 100% !important;
    margin-bottom: 2em;
  }
  .work-project-detail {
    width: 100% !important;
    padding: 0;
  }
  .work-project-info.half .work-project-detail {
    padding-left: 0;
  }
  .work-project-image {
    padding: 0 10.42%;
    height: 405px;
  }
  .work-project-profile {
    padding: 3em 10.42%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .work-project-profile-link {
    width: 100%;
  }
  .work-project-profile-link .work-project-link {
    width: 40%;
  }
  .work-project-profile-detail {
    width: 100%;
  }
  .work-project-other {
    padding: 0 10.42%;
    text-align: left;
  }
  .work-project-images {
    padding: 3em 10.42% 6em;
  }
  .work-project-images .work-project-image-grid.duo {
    height: 196px;
  }
  .work-project-images .work-project-image-grid.single {
    height: 405px;
  }
  .work-project-images .work-project-image-grid {
    margin-bottom: 1em;
  }
  .work-project-info {
    padding: 5em 10.42% 3em;
  }
  .work-project-image.duo {
    height: 196px;
  }
  .work-project-split {
    padding: 3em 10.42% 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
  }
  .work-project-split-item {
    width: 100%;
  }
  .work-project-split-item:first-child, .work-project-split-item:last-child {
    padding: 0;
  }
  .split-item-duo {
    height: 196px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 2em;
  }
  .split-item-duo img {
    width: calc(50% - 11px);
    height: 100%;
  }
  .work-project-split-item h5.regular {
    margin-bottom: 1em;
  }
  .work-project-split-item .work-project-other {
    padding: 0;
  }
  .brand-header {
    padding: 5em 10.42% 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .brand-header.naming .brand-list {
    width: 100%;
  }
  .brand-header.naming .brand-detail {
    width: 100%;
  }
  .brand-list, .brand-detail, .brand-offer {
    width: 100%;
  }
  .brand-header.naming .brand-list h1 {
    margin-bottom: .5em;
  }
  .brand-list .brand-bread {
    margin-bottom: 2em;
  }
  .brand-offer {
    position: static;
  }
  .brand-list h1 {
    font-size: 64px;
    margin-bottom: 1em;
  }
  .brand-detail p:first-child {
    font-size: 24px;
  }
  .brand-detail p {
    font-size: 18px;
  }
  .brand-offer ul {
    grid-row-gap: 1em;
  }
  .projects {
    padding: 5em 10.42%;
  }
  .grid-item-title {
    padding-left: 10.42%;
    padding-right: 10.42%;
  }
  .articles .grid-item-content-wrapper {
    overflow: hidden;
    overflow-x: scroll;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 300px;
    grid-template-rows: 300px;
    -ms-grid-columns: 300px;
    grid-template-columns: 300px;
    grid-auto-columns: 300px;
    grid-auto-flow: column;
    grid-column-gap: 1em;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .articles .grid-item-content-wrapper::-webkit-scrollbar {
    display: none;
  }
  .brand-analyst span, .brand-analyst li {
    font-size: 18px;
  }
  .brand-analyst span:first-child {
    margin-left: 2em;
  }
  .brand-naming-grid {
    padding: 0;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }
  .brand-naming {
    padding: 5em 10.42%;
  }
  .brand-naming-item {
    text-align: left;
    font-size: 32px;
  }
  .blogs .blog-images {
    height: auto;
  }
  .blogs span, .blogs .blog-writers {
    font-size: 18px;
  }
  .project-grid-container .item-1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .project-grid-container.reverse > .item-1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .project-grid-container .item-2 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .project-grid-container.reverse > .item-2 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .project-grid-container .item-3 {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .project-grid-container.reverse > .item-3 {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .project-grid-container .item-4 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .project-grid-container.reverse > .item-4 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .project-grid-container .item-5 {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
  }
  .project-grid-container.reverse > .item-5 {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
  }
  .project-grid-container.reverse .item-1 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .project-grid-container.reverse > .item-1 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .project-grid-container.reverse .item-2 {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .project-grid-container.reverse > .item-2 {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .project-grid-container.reverse .item-3 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .project-grid-container.reverse > .item-3 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .project-grid-container.reverse .item-4 {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
  }
  .project-grid-container.reverse > .item-4 {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
  }
  .project-grid-container.reverse .item-5 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .project-grid-container.reverse > .item-5 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
}

@media screen and (max-width: 820px) {
  .project-grid-container .item-1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .project-grid-container.reverse > .item-1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .project-grid-container .item-2 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .project-grid-container.reverse > .item-2 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .project-grid-container .item-3 {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .project-grid-container.reverse > .item-3 {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .project-grid-container .item-4 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .project-grid-container.reverse > .item-4 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .project-grid-container .item-5 {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
  }
  .project-grid-container.reverse > .item-5 {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
  }
  .project-grid-container.reverse .item-1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .project-grid-container.reverse > .item-1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .project-grid-container.reverse .item-2 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .project-grid-container.reverse > .item-2 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .project-grid-container.reverse .item-3 {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .project-grid-container.reverse > .item-3 {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .project-grid-container.reverse .item-4 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .project-grid-container.reverse > .item-4 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .project-grid-container.reverse .item-5 {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
  }
  .project-grid-container.reverse > .item-5 {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
  }
  textarea.form-control {
    min-height: 150px;
  }
}

.journal-content-filter-item ul {
  grid-template-rows: repeat(9, 2rem);
}

@media screen and (max-width: 820px) {
  .journal-content-filter-item ul {
    grid-column-gap: 1em;
  }

  .journal-content-filter {
    gap: 1em;
  }

  .journal-content-filter-item.journal-filters ul {
    margin-right: 0;
  }
}

@media screen and (max-width: 820px) and (min-width: 500px) {
  /*.journal-content-filter {
    display: grid;
  }

  .journal-content-filter-item ul {
    grid-auto-columns: 250px;
    grid-auto-rows: 2rem;
    grid-auto-rows: 2rem;
    grid-auto-flow: row;
  }*/
}

@media screen and (max-width: 768px) {
  .project-grid-container {
    grid-template-rows: auto;
  }

  .journal-content-filter-item ul {
    grid-column-gap: .5em;
  }

  .journal-content-filter {
    gap: .5em;
  }
}

@media screen and (max-width: 712px) {
  .landing-banner img {
    width: 300px;
  }
}

@media screen and (max-width: 520px) {
  .landing-text span {
    font-size: 2rem;
  }
  .landing-social img {
    width: 2em;
  }
}

@media screen and (max-height: 910px) {
  .menu-grid {
    grid-row-gap: 2em;
  }
}

@media screen and (max-height: 820px) {
  .menu-grid {
    grid-row-gap: 2em;
  }
}

@media screen and (max-height: 768px) {
  .menu-grid {
    grid-row-gap: 1em;
  }
  .menu-main {
    padding: 5em;
  }
  .menu-grid-main a {
    font-size: 3rem;
  }
}

@media screen and (max-width: 600px) and (min-width: 501px) {
  .work-tabs button {
    display: block;
    height: 75px;
  }
}

@media screen and (max-width: 500px) {
  .typical-partner .partner-profile-detail p.partner-quote {
    font-size: 18px;
    line-height: 32px;
  }
  .assosiate-partner a:nth-child(2n + 0) .assosiate-partners{
    text-align: left;
  }
  .typical-partner .partner-profile-detail p {
    font-size: 16px;
    line-height: 24px;
  }

  .landing-content {
    padding: 87px 23px 0;
  }
  .landing-footer .part-footer {
    width: 23px;
  }
  .landing-footer img {
    left: 23px;
  }
  .landing-text h1 {
    font-size: 2rem;
    line-height: 2rem;
    border-bottom-width: 5px;
  }
  .landing-text span {
    line-height: 2.3rem;
    font-size: 2rem;
  }
  .landing-banner img {
    width: 240px;
  }
  .navbar {
    padding: 0 23px;
  }
  .navbar .color-nav {
    width: 23px;
  }
  .main-header {
    padding: 32px 23px;
  }
  .main-header .header-text h1 {
    font-family: AkkuratPro-Light, Helvetica, Arial, sans-serif;
    font-size: 2rem;
    margin-bottom: 1em;
  }
  .main-header .header-text h1 span {
    font-family: AkkuratPro-Light, Helvetica, Arial, sans-serif;
    font-size: 2rem;
  }
  .main-header .header-text p {
    font-size: 1rem;
  }
  .main-header .header-about {
    font-size: 1.5rem;
    width: 200px;
    margin-top: 1em;
  }
  .link--arrowed .arrow-icon {
    width: 24px;
    height: 24px;
    top: 5px;
  }
  .main-header .header-banner img {
    width: 70%;
  }
  .our-services {
    padding: 32px 23px;
  }
  .our-services span {
    position: static;
    margin-bottom: 1em;
    font-size: 1.5rem;
  }
  .service-section {
    padding-left: 0;
    margin-bottom: 1.5em;
  }
  .service-section h5 {
    font-size: 1.125rem;
  }
  .service-section ul li:first-child {
    font-size: 1rem;
  }
  .project-disclaimer {
    font-size: 1.125rem;
  }
  .project-grid-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 242px;
    grid-template-rows: 242px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 32px;
    grid-column-gap: unset;
    grid-template-areas: unset;
    grid-auto-rows: 242px;
  }
  .project-grid-container .item-1, .project-grid-container .item-2, .project-grid-container .item-3, .project-grid-container .item-4, .project-grid-container .item-5 {
    grid-area: unset;
  }
  .project-grid-container.reverse {
    -ms-grid-rows: 242px;
    grid-template-rows: 242px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 32px;
    grid-column-gap: unset;
    grid-template-areas: unset;
    grid-auto-rows: 242px;
  }
  .project-grid-container.reverse .item-1, .project-grid-container.reverse .item-2, .project-grid-container.reverse .item-3, .project-grid-container.reverse .item-4, .project-grid-container.reverse .item-5 {
    grid-area: unset;
  }
  .project-item {
    height: 213px;
  }
  .project-item span {
    display: inline-block;
    margin-top: .5em;
  }
  .all-project a {
    font-size: 1rem;
    padding-right: 25px;
    background: url("../img/icons/chevron-right-black0.svg");
    background-position: 98% 50%;
    background-size: 16px 16px;
    background-repeat: no-repeat;
  }
  .projects {
    padding: 32px 23px;
  }
  .menu-main {
    padding: 25vh 42px 0;
  }
  .menu-overlay {
    -ms-grid-rows: calc(1fr - 100px) 100px;
    grid-template-rows: calc(1fr - 100px) 100px;
    -ms-grid-columns: 133px 1fr;
    grid-template-columns: 133px 1fr;
  }
  .menu-logo img {
    margin-left: -5.7em;
  }
  .menu-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 2em;
    grid-template-rows: 2em;
    grid-auto-rows: 2em;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 3em;
    height: 100%;
  }
  .menu-grid-main a {
    font-size: 1.5rem;
  }
  .search-bar {
    padding: 32px 23px;
  }
  .journal-content-filter {
    padding: 32px 23px;
    display: block;
  }
  .journal-content-filter-item ul {
    grid-column-gap: 0;
    grid-auto-columns: 1fr;
  }
  .styled-checkbox + label {
    font-size: 10.5px;
  }
  .journal-content-filter-button {
    display: inline-block;
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  .journal-content-filter-button.active::before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .journal-content-filter-button::before {
    width: 24px;
    height: 24px;
    top: 4px;
    right: 0;
    background: url("../img/icons/chevron-right-black0.svg");
    background-position: 100% 50%;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .styled-checkbox + label:before {
    margin-right: 3px;
    width: 14px;
    height: 14px;
  }
  .grid-item-content-wrapper {
    padding-left: 23px;
    padding-right: 23px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 250px;
    grid-template-rows: 250px;
  }
  .grid-item-content img {
    height: auto!important;
  }
  footer .footer-wrapper {
    padding: 35px 23px;
  }
  .footer-left h2 {
    font-size: 2.9rem;
  }
  .footer-left .footer-social {
    width: 100%;
    margin-bottom: 0;
  }
  .footer-left .footer-language {
    width: 100%;
    text-align: left;
    margin-top: 1.5em;
    margin-bottom: 510px;
  }
  .footer-left .footer-language a {
    font-size: 1rem;
  }
  .footer-right {
    height: 420px;
    left: 23px;
    bottom: 140px;
    width: calc(100% - 46px) !important;
  }
  .footer-right .footer-menu a {
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
  }
  .footer-right .footer-menu-2 {
    padding-top: 1.5rem;
  }
  .footer-right .footer-menu-2 .dual-link:last-child > a {
    margin-bottom: 0;
  }
  .footer-right .footer-info {
    width: 100%;
    margin-top: 1.5em;
  }
  .footer-left .footer-links {
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: -15px;
  }
  .footer-left .footer-links a {
    font-size: 12px;
  }
  .footer-right .footer-menu a:last-child {
    margin-bottom: 1.5rem;
  }
  .footer-right .footer-menu-2 .dual-link > a {
    font-size: 1rem !important;
  }
  .about-header {
    padding: 32px 23px;
  }
  .founding-partner {
    padding: 32px 23px;
  }
  .about-header .header-text h1, .about-header .header-text h1 span {
    font-size: 2rem;
    margin-bottom: 1em;
  }
  .about-header .header-text p {
    font-size: 1rem;
  }
  .about-list-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-auto-rows: auto;
  }
  .about-list-grid h5 {
    font-size: 1.5rem;
  }
  .about-list-grid p {
    font-size: 1rem;
  }
  .about-header .header-text h5 {
    font-size: 1.5rem;
  }
  .founding-partner-card-grid {
    -ms-grid-rows: 472px;
    grid-template-rows: 472px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-auto-rows: 472px;
    grid-row-gap: 2.5em;
    margin-bottom: 3em;
  }
  .founding-partner-card-grid img {
    height: 438px;
    margin-bottom: .6em;
  }
  .assosiate-partner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }
  .assosiate-partner span {
    text-align: left !important;
  }
  .founding-partner h5 {
    margin-bottom: .5em;
  }
  .partner-connect {
    font-size: 1.25rem;
  }
  .partner-connect span {
    white-space: nowrap;
  }
  .work-header {
    padding: 25px 23px;
  }
  .work-tabcontent.type-1 .work-items-wrapper.base {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .work-tabs-wrapper {
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .work-tabs-wrapper::-webkit-scrollbar {
    display: none;
  }
  .work-tabs {
    width: 550px;
  }
  .work-tabcontent {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }
  .work-tabcontent.type-1 .work-items-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }
  .services, .services-featured {
    padding: 32px 23px;
  }
  .services h1, .services h1 span {
    font-size: 32px;
  }
  .services-detail h5 {
    font-size: 24px;
  }
  .services-item img {
    width: 88px;
    margin-bottom: 2em;
  }
  .services-item span {
    font-size: 1rem;
    min-height: unset;
    height: auto;
  }
  .services-list {
    padding-bottom: 2em;
    margin-bottom: 2em;
    gap: 3em;
  }
  .services-item h5 {
    white-space: inherit;
  }
  .services-serves ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .services-featured-image {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .journal-header {
    padding: 32px 23px;
  }
  .grid-item-content-wrapper.for-journal {
    padding: 0 23px 5em;
  }
  .journal-header h1 {
    font-size: 32px;
    width: 100%;
  }
  .journal-header p {
    font-size: 1rem;
  }
  .grid-item-content h3 {
    margin-top: 1em;
  }
  .journal-content-filter-button {
    position: relative;
    top: unset;
  }
  .grid-item-content-wrapper.for-journal {
    /*-ms-grid-rows: 310px;*/
    /*grid-template-rows: 310px;*/
    /*grid-auto-rows: 310px;*/

    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-auto-rows: auto;
  }
  .connect, .direct-contact {
    padding: 32px 23px;
  }
  .connect h1, .connect h1 span {
    font-size: 32px;
  }
  .connect p {
    font-size: 1rem;
  }
  .connect-dropdown {
    margin-bottom: 2em;
  }
  .connect-dropdown span {
    font-size: 1.5rem;
  }
  .connect-dropdown .link--arrowed .arrow-icon {
    top: 0;
  }
  .form-group.form--3 {
    width: 100%;
  }
  .form-group.form--5 {
    width: 100%;
  }
  .direct-contact h2 {
    font-size: 24px;
  }
  .direct-contact-partners {
    grid-column-gap: 4em;
  }
  .direct-contact-partner .img-border {
    width: 111px;
    height: 111px;
  }
  .direct-contact-partner span {
    font-size: 1rem;
  }
  .form-group button[type=submit] {
    float: unset;
    margin: 0 auto;
    display: block;
    font-size: 18px;
    padding: 10px 40px;
  }
  textarea.form-control {
    padding: 1rem .5rem;
  }
  .partner-profile {
    padding: 32px 23px;
  }
  .partner-profile-picture {
    margin-bottom: 2em;
  }
  .partner-profile-picture img {
    width: 100%;
    height: 438px;
  }
  .partner-profile-detail h1 {
    font-size: 32px;
    margin-bottom: 1em;
  }
  .partner-profile-detail h1 span {
    font-size: 24px;
  }
  .partner-profile-detail p {
    font-size: 16px;
    line-height: 24px;
  }
  .partner-profile-detail p.partner-quote {
    font-size: 18px;
    line-height: 32px;
  }
  .partner-bottom-text {
    width: 100%;
    font-size: 16px;
  }
  .partner-journal {
    padding: 32px 23px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    /*-ms-grid-rows: 275px;
    grid-template-rows: 275px;
    grid-auto-rows: 275px;*/
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-auto-rows: auto;
    grid-row-gap: 2em;
  }
  .partner-journals img {
    height: 196px;
    margin-bottom: .5em;
  }
  .partner-journals h5 {
    font-size: 24px;
  }
  .partner-journals span {
    font-size: 16px;
  }
  .work-project-info {
    padding: 32px 23px 3em;
  }
  .work-project-info h3 {
    font-size: 24px;
  }
  .work-project-detail p {
    font-size: 16px;
  }
  .work-project-profile-detail p {
    font-size: 16px;
  }
  .work-project-image {
    padding: 0 23px;
    height: 220px;
  }
  .work-project-profile {
    padding: 3em 23px;
  }
  .work-project-profile-link .work-project-links span {
    font-size: 14px;
    margin-bottom: .5em;
  }
  .work-project-profile-link .work-project-links ul li {
    font-size: 14px;
  }
  .work-project-profile-link .work-project-link {
    width: 50%;
  }
  .work-project-other {
    padding: 0 23px;
    text-align: left;
  }
  .work-project-images {
    padding: 3em 23px 6em;
  }
  .work-project-other a {
    font-size: 24px;
    background-size: 24px 24px;
  }
  .work-project-images .work-project-image-grid.duo {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .work-project-images .work-project-image-grid.duo img {
    height: 220px;
    width: 100%;
    margin-bottom: 1em;
  }
  .work-project-images .work-project-image-grid.duo img:last-child {
    margin-bottom: 0;
  }
  .work-project-images .work-project-image-grid.single {
    height: 220px;
  }
  .work-project-navigation a {
    font-size: 16px;
    background-size: 16px 16px !important;
  }
  .work-project-navigation a.meta-prev-blog {
    padding-left: 1.5em;
  }
  .work-project-navigation a.meta-next-blog {
    padding-right: 1.5em;
  }
  .work-project-info {
    padding: 32px 23px 3em;
  }
  .work-project-image.duo {
    height: auto;
    display: block;
  }
  .work-project-image.duo img {
    /*height: auto;*/
    width: 100%;
    aspect-ratio: 3/2;
    margin-bottom: 1em;
  }
  .work-project-split-item img {
    width: 100%;
    aspect-ratio: 3/2;
    margin-bottom: 1em;
  }
  .work-project-image.duo img:last-child {
    margin-bottom: 0;
  }
  .work-project-split {
    padding: 3em 23px 0;
  }
  .split-item-duo {
    height: auto;
    display: block;
    margin-bottom: 0;
  }
  .split-item-duo img {
    width: 100%;
    height: 218px;
    margin-bottom: 1em;
  }
  .work-project-split-item h5 {
    font-size: 24px;
  }
  .work-project-split-item p {
    font-size: 16px;
  }
  .work-project-split-item h5.regular {
    font-size: 24px;
  }
  .work-project-split-item .work-project-other a {
    font-size: 24px;
    background-size: 24px 24px;
  }
  .work-project-split-item .work-project-other {
    margin: 1em 0 3em;
  }
  .work-project-split-item .work-project-profile-link {
    width: 100%;
  }
  .brand-header {
    padding: 32px 23px 0;
  }
  .brand-header.naming .brand-list h1 {
    font-size: 32px;
  }
  .naming .brand-detail p:first-child {
    font-size: 18px;
  }
  .naming .brand-detail p {
    font-size: 16px;
  }
  .brand-list .brand-bread {
    font-size: 14px;
  }
  .articles .grid-item-title {
    padding: 32px 23px;
    font-size: 32px;
  }
  .articles .grid-item-content img {
    height: 210px;
  }
  .articles .grid-item-content h3 {
    margin-top: .5em;
  }
  .brand-list h1 {
    font-size: 32px;
  }
  .brand-detail p:first-child {
    font-size: 18px;
  }
  .brand-detail p {
    font-size: 16px;
  }
  .brand-analyst span, .brand-analyst li {
    font-size: 16px;
  }
  .brand-analyst span:first-child {
    margin-left: 2em;
  }
  .brand-naming-grid {
    padding: 0;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-column-gap: unset;
    grid-row-gap: 1em;
  }
  .brand-naming {
    padding: 32px 23px;
  }
  .brand-naming-item {
    text-align: center;
  }
  .blogs .blog-images {
    height: auto;
  }
  .blogs span, .blogs .blog-writers {
    font-size: 16px;
  }
}

@media screen and (max-width: 500px) {
  .part-footer {
    width: 23px;
  }

  .search-header .search-logo {
    left: 23px;
  }

  .connect-dropdown.online .connect-dropdown-content ul li {
    top: 1rem;
  }

  .connect-dropdown.online .arrow-icon--arrow, .connect-dropdown.online .arrow-icon--chev {
    -webkit-transform: translateX(-3px);
    -ms-transform: translateX(-3px);
    transform: translateX(-3px);
  }

  .connect-dropdown.online .arrow-icon--arrow {
    opacity: 0;
  }

  .connect-dropdown.online .arrow-icon--circle {
    stroke-dashoffset: 0;
  }
}

@media screen and (max-width: 500px) {
  .work-content {
    padding: 32px 23px;
  }

  .journal-content-filter-item.search-filter-item ul.eight-each {
    grid-template-rows: unset;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: unset;
    grid-column-gap: 0.5em;
    grid-row-gap: 1em;
    grid-auto-flow: unset;
  }

  .journal-content-filter-item.search-filter-item ul.eight-each li {
    height: 1.5em;
  }

  .project-disclaimer {
    font-size: 1rem;
  }

  .project-grid-container {
    /*grid-template-rows: 250px;*/
    /*grid-auto-rows: 250px;*/
    grid-template-rows: auto;
    grid-auto-rows: auto;
    margin-bottom: 32px;
  }

  .project-grid-container.reverse {
    grid-template-rows: auto;
    grid-auto-rows: auto;
    margin-bottom: 32px;
  }

  .project-item {
    height: auto;
  }

  .founding-partner-card-grid span {
    font-size: 1.125rem;
  }

  .partner-profile {
    padding: 32px 23px 64px;
  }

  .services-featured-image span {
    font-size: 1.125rem;
  }

  .journal-content-filter-item.journal-filters ul {
    grid-template-rows: unset;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: unset;
    grid-column-gap: 0.5em;
    grid-row-gap: 1em;
    grid-auto-flow: unset;
  }

  .journal-content-filter-item.journal-filters ul li {
    height: 1.5em;
  }

  .grid-item-content-wrapper.for-journal {
    /*grid-template-columns: 1fr;*/
    /*grid-template-rows: 275px;*/
    /*grid-auto-rows: 275px;*/
  }

  .grid-item-content-wrapper.for-journal .grid-item-content img {
    height: auto!important;
  }

  .journal-content-filter-button.active ~ .journal-content-filter-item > ul {
    margin-bottom: 30px;
  }

  .styled-checkbox + label {
    white-space: normal;
  }
  .styled-checkbox + label:before {
    margin-right: 10px;
  }
  .styled-checkbox:checked + label:after {
    left: 4px;
    top: 4px;
  }
  .direct-contact-partners {
    grid-column-gap: 2em;
  }
}

@media screen and (max-width: 450px) {
  .styled-checkbox + label:before {
    margin-right: 5px;
    width: 12px;
    height: 12px;
    margin-top: -2px;
  }

  .journal-content-filter-item.journal-filters ul {
    grid-column-gap: 0;
    grid-row-gap: .5em;
  }

  .styled-checkbox + label {
    white-space: nowrap;
  }
}

@media screen and (max-width: 425px) {
  .eight-each .styled-checkbox + label:before {
    margin-left: -20px;
  }

  .styled-checkbox + label {
    height: 20px;
  }

  .direct-contact-partners {
    grid-column-gap: 1em;
  }

  .journal-content-filter-item.journal-filters:nth-child(2), .journal-content-filter-item.journal-filters:nth-child(3) {
    width: 100%;
  }
}
