/* adobe overwrite */
.root.responsivegrid {
  max-width: 100%;
}

.root.responsivegrid>.cmp-container {
  border: 0;
}

h3 {
  margin-bottom: revert !important;
  padding: unset !important;
}

p {
  margin: revert;
}

html {
    overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
    overflow-x: hidden;
}

p.text-purple {
  color: #a100ff !important;
}

img {
    width: 100%;
    height: auto;
}


/* header + navigation */
.header-container .logo-title {
  padding: 10px 20px;
  display: flex;
  align-items: center;
}

.header-container .logo-title img {
  max-width: 87px;
}

.header-container .logo-title .horizontal-line {
  width: 1px;
  height: 35px;
  background: #D8D8D8;
  margin: 0 31px;
}

.header-container .logo-title p {
  color: #000;
  font-family: Graphik;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  padding: 0;
  position: relative;
  top: 6px;
}


.header-container .navigation.mobile-menu-open {
  background-color: #F6F6F6;
  display: flex;
  height: 36px;
  flex-direction: column;
  top: 31px;
  position: relative;
}

.header-container .navigation  {
  display: none;
  background-color: #F6F6F6;
}

@media (min-width: 769px){
  .header-container .navigation  {
    display: flex;
    align-items: center;
  }
}

.header-container .navigation a{
  padding: 10px 20px;
  color: #000;
  text-align: center;
  font-family: Graphik;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  text-decoration: none;
  max-height: 35px;
}

.header-container .navigation .dropdown {
  color: #000;
  text-align: center;
  font-family: Graphik;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  padding: 1px 20px;
  height: 34px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 9999;
}

.header-container .navigation .active,
.header-container .navigation a:not(.icon):hover,
.header-container .navigation .dropdown:hover {
  background: #d8d8d8;
  box-shadow: inset 0 -2px 0 black;
  box-sizing: border-box;
}


.header-container .navigation .dropdown-items {
  display: none;
  background-color: #F6F6F6;
}

@media(min-width: 769px){
  .header-container .navigation .dropdown:hover .dropdown-items {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 35px;
    width: 100%;
    max-width: 200px;
    align-items: flex-start;
    width: max-content;
  }
}


.header-container .navigation .dropdown-items a {
  width: 100%;
  text-align: start;
}

.header-container a.icon {
  position: absolute;
  left: calc(100vw - 50px);
  top: 50px;
}

@media (min-width: 769px){
  .header-container a.icon{
    display: none
  }
}

.header-container a.icon div {
  width: 35px;
  height: 5px;
  background-color: black;
  margin: 6px 0;
}

@media(max-width: 768px){
  .navigation.mobile-nav-open {
    text-align: center;
    align-content: center;
    background: #fff;
    display: flex;
    z-index: 9999;
    position: absolute;
    top: 100px;
    flex-direction: column;
    width: 100vw;
  }

  .navigation.mobile-menu-open .dropdown {
    background: #fff;
    display: flex;
    flex-direction: column;
    padding: 0;
  }

  .navigation.mobile-menu-open .dropdown .dropdown-items {
    display: flex;
    flex-direction: column;
    position: relative;
    align-self: flex-start;
    width: 100vw;
  }

  .navigation .dropdown span {
    color: #000;
    text-align: center;
    font-family: Graphik;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px 0;
  }
}

.josef-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px;
}

.header {
  margin-top: 40px;
  display: flex;
}

@media(min-width: 769px){
  .header {
    margin-top: 112px;
  }
}

.header .col.logo {
  width: 75%
}

.header .col.flipping-message-container {
    display: none;
}

@media(min-width: 769px){
  .header .col.flipping-message-container {
    position: relative;
    width: 25%;
    display: block;
  }
}

.flipping-message-container h3 {
    font-family: 'Graphik';
    font-style: normal;
    font-size: 22px;
    line-height: 140%;
    letter-spacing: 0.03em;
    margin: 0;
    color: #000000;
    font-weight: 400;
}

.col.flipping-message-container svg {
    position: absolute;
    top: -55px;
    left: -30px;
}


.line-95 {
  max-width: 82%;
  height: 1px;
  border: 0;
  border-bottom: 1px solid #000;
  margin: 0;
  animation: fl-slide-in-left 3s ease;
  -webkit-animation: fl-slide-in-left 3s ease;
}

@keyframes fl-slide-in-left {
    from {
        -webkit-transform: translate3d(-80%, 0, 0);
        transform: translate3d(-80%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.under-banner h2 {
  font-family: 'Graphik';
    font-weight: 400;
    font-size: 18.5px;
    letter-spacing: -0.2px;
}

.under-banner h1{
  font-family: 'Graphik';
  font-weight: 400;
  font-size: 61px;
  line-height: 1.2;
  letter-spacing: -1.5px;
  margin: revert;
}

.under-banner p {
  color: #000000;
  font-family: 'Graphik';
  font-weight: 400;
  font-size: 28px;
  line-height: 1.85;
}

@media(min-width: 769px){
  .under-banner p {
    font-size: 32px;
    max-width: 75%
  }
}


.under-banner {
  margin-top: 100px;
}
.under-banner p {
  max-width: none;
}

@media(min-width: 993px){
  .video-container {
    margin-top: 130px;
  }
}


.under-video p {
  color: #000000;
  font-family: 'Graphik';
  font-weight: 400;
  font-size: 28px;
  line-height: 1.85;
}

@media(min-width: 769px){
  .under-video p {
    font-size: 32px;
  }
}


.vertical-line {
  display: none;
}

@media(min-width: 769px){
  .vertical-line {
    display: block;
    height: 50vh;
    min-height: 20vh;
    border-style: solid;
    border-width: 0;
    border-color: #020000;
    border-right-width: 1px;
    width: 50vw;
    box-sizing: border-box;
  }
}


.what-we-do p {
  color: #000000;
  font-family: 'Graphik';
  font-weight: 400;
  font-size: 28px;
  line-height: 1.85;
  text-align: center;
  margin: 0;
}




@media(min-width: 769px){
  .what-we-do p {
    font-size: 32px;
    position: relative;
    top: 30px;
  }
}

.josef-container.what-we-do svg {
  display: none;
}

@media(min-width: 769px){
  .josef-container.what-we-do svg {
    margin: 0 auto;
    display: block;
    position: relative;
    left: -1px;
  }
}

.vertical-line-200
.vertical-line-80 {
  display: none;
}

@media(min-width: 769px){
  .vertical-line-200,
  .vertical-line-80 {
    display: block;
    min-height: 200px;
    border-style: solid;
    border-width: 0;
    border-color: #020000;
    border-right-width: 1px;
    width: calc(50% - 1px);
    box-sizing: border-box;
  }
  .vertical-line-80 {
    min-height: 80px;
  }
}

.text-image-row,.image-text-row {
  margin: 0 10px;
}

.text-image-row {
    display: flex;
    flex-direction: column-reverse;
}

@media(min-width: 769px){
  .text-image-row, .image-text-row {
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    padding: 0 10px
  }

  .text-image-row .col,
  .image-text-row .col {
    width: 50%;
  }
  .text-image-row .col.left-col,
  .image-text-row .col.left-col {
    width: calc(50% - 1px);
    border-style: solid;
    border-width: 0;
    border-color: #000000;
    border-right-width: 1px;
  }
}


.josef-container.text-image-row hr,
.josef-container.image-text-row hr {
  height: 1px;
  border: 0;
  border-bottom: 1px solid #000;
  margin: 50px 0;
}

@media(min-width: 769px){
  .josef-container.text-image-row hr,
  .josef-container.image-text-row hr {

      margin: 0 0 40px 0;
  }
}

@media(min-width: 769px){
  .josef-container.text-image-row .text-content{
    padding-right: 40px;
  }
}

@media(min-width: 769px){
  .josef-container.image-text-row .text-content {
    padding-left: 40px;
  }
}

.text-image-row .col p.intro,
.image-text-row .col p.intro {
    color: #000000;
    font-family: 'Graphik';
    font-weight: 400;
    font-size: 16px;
}

.text-image-row .col h3,
.image-text-row .col h3 {
    color: #000000;
    font-family: 'Graphik';
    font-weight: 400;
    font-size: 38px;
    margin-top: 0;
}

.text-image-row .col p.description,
.image-text-row .col p.description {
    color: #000000;
    font-family: 'Graphik';
    font-weight: 400;
    font-size: 20px;
    line-height: 1.8;
}

.text-image-row .col p.tags,
.image-text-row .col p.tags {
    color: #000000;
    font-family: 'Graphik';
    font-weight: 400;
}

.text-image-row .text-content a,
.image-text-row .text-content a {
    font-family: 'Graphik';
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    border: 1px solid #f3f3f3;
    border-style: solid;
    border-width: 0;
    border-color: #000000;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    padding-top: 12px;
    padding-right: 20px;
    padding-bottom: 12px;
    padding-left: 20px;
    color: #000000;
    text-decoration: none;
    margin: 30px 0;
    display: inline-block;
}


.text-image-row .text-content a:hover,
.image-text-row .text-content a:hover {
    color: #ffffff;
    text-decoration: underline;
    background-color: #a100ff;
    border-color: #a100ff;
}

.text-image-row .image-holder,
.image-text-row .image-holder {
    border: 1px solid #912ff4;
    position: relative;
    padding: 11px;
}

@media(min-width: 769px){
  .text-image-row .image-holder,
  .image-text-row .image-holder {
      left: -1px;
      top: -60px;
  }

  .image-text-row .image-holder {
    left: 1px;
  }
}

.image-holder:before, .image-holder-1:before, .image-holder-2:before, .image-holder-3:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border: 1px solid #912ff4;
    background: #FFFFFF;
    display: block;
    z-index: 1;
    box-sizing:border-box
}

.image-holder:before {
    left: -6px;
    top: -6px;
}

.image-holder-1:before{
    left: -6px;
    top: 50%;
}

.image-holder-2:before {
    left: -6px;
    bottom: -6px;
}

.image-holder-3:before {
    left: 50%;
    top: -6px;
}


.image-holder:after, .image-holder-1:after, .image-holder-2:after, .image-holder-3:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border: 1px solid #912ff4;
    background: #FFFFFF;
    display: block;
    box-sizing:border-box;
    z-index: 1;
}

.image-holder:after{
    margin-right: -10px;
    right: 50%;
    bottom: -6px;
}

.image-holder-2:after {
    right: -6px;
    bottom: -6px;
}

.image-holder-3:after {
    right: -6px;
    top: -6px;
}

.image-holder-1:after {
    right: -6px;
    bottom: 50%;
    margin-top: -10px;
}



.more-work-container {
    max-width: 1100px;
}

.more-work-container h2 {
    font-size: 38px!important;
    line-height: 1.3!important;
    font-family: 'Graphik';
    font-weight: 400;
    text-align: center;
}

@media(min-width: 769px){
  .more-work-container h2 {
    text-align: left;
    margin: 30px 20px;
  }
}

.more-work-container .col {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media(min-width: 769px){
  .more-work-container .col {
    flex-direction: row;
    align-items: flex-start;
  }
}

.more-work-container .col .card {
  padding: 2%;
  flex-basis: 20%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.more-work-container .col .card img {
  max-width: 167px;
}

.more-work-container .col .card h4 {
    font-family: 'Graphik';
    font-weight: 600;
    font-size: 20px;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 0;
}

.more-work-container .col .card p {
    font-family: 'Graphik';
    font-size: 18px;
    color: #020202;
    line-height: 1.2;
    text-align: center;
}

.large-container {
  max-width: 1850px;
  margin: 0 auto;
}

.three-images-holder > div {
    margin: 5px;
}

@media(min-width:769px){
    .three-images-holder {
        display: flex;
    }
}

hr.line {
    border-top: 1px solid rgba(0,0,0,0.2);
}
