html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr,
acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong,
sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table,
caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body, html {
  width: 100%;
  height: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

ol, ul {
  list-style: none;
}

hr {
  border: 0;
  height: 1px;
  background: #ccc;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

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

* {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
}

html, input, select, textarea, button, a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Stitzlein Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h1, h2 {
  font-size: 23px;
  line-height: 29px;
  font-weight: 400;
  min-height: 29px;
}

h6, p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  min-height: 20px;
}

@media only screen and (max-width: 560px) {
  body {
    font-size: 18px;
    line-height: 23px;
  }
  h1, h2 {
    font-size: 20px;
    line-height: 24px;
    min-height: 24px;
  }
  h6, p {
    font-size: 18px;
    line-height: 23px;
    min-height: 23px;
  }
}
body {
  background: #1a1a1a;
  padding: 70px 0 0;
  opacity: 0;
  transition: opacity 1.5s ease;
}
body.load-show {
  opacity: 1;
}
body.password-protected {
  display: flex;
  flex-direction: column;
}

@media only screen and (min-width: 901px) {
  .hide-on-desktop {
    display: none !important;
  }
}
@media only screen and (max-width: 900px) and (min-width: 561px) {
  .hide-on-tablet {
    display: none !important;
  }
}
@media only screen and (max-width: 710px) {
  body {
    padding: 50px 0 0;
  }
}
@media only screen and (max-width: 560px) {
  .hide-on-mobile {
    display: none !important;
  }
}
section:not(.hero-slider) {
  width: 100%;
  padding: 0 45px;
}
section:not(.hero-slider).separator-margin {
  margin-bottom: 1px;
}
section:not(.hero-slider).break-margin {
  margin-bottom: 45px;
}
section:not(.hero-slider).black article {
  background: #000;
  color: #fff;
}
section:not(.hero-slider).white article {
  background: #fff;
  color: #000;
}
section:not(.hero-slider).load-show article {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}
section:not(.hero-slider) article {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  transform: translate3d(0px, 40px, 0px);
  transition: transform 0.8s ease, opacity 0.8s ease;
}

@media only screen and (max-width: 560px) {
  section:not(.hero-slider) {
    padding: 0;
  }
}
body.admin header {
  top: 32px;
}

html #wpadminbar {
  position: fixed;
}

@media only screen and (max-width: 782px) {
  body.admin header {
    top: 46px;
  }
}
header {
  width: 100%;
  height: 70px;
  background: #1a1a1a;
  padding: 0 45px;
  position: fixed;
  top: 0px;
  left: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
  transition: transform 1s ease, opacity 1s ease;
  transform: translate3d(0px, -100%, 0px);
  opacity: 0;
}
header.load-show {
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}
header.loaded {
  transition: transform 0.3s ease;
}
header.hide {
  transform: translate3d(0px, -100%, 0px);
}
header a.logo {
  height: 32px;
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
}
header a.logo:hover span {
  color: #fff;
}
header a.logo svg {
  width: 32px;
  height: 32px;
}
header a.logo span {
  line-height: 32px;
  color: #a6a6a6;
  margin-left: 14px;
  transition: color 0.2s ease;
}
header .menu-button {
  display: none;
}
header ul.menu {
  display: flex;
  flex-wrap: wrap;
}
header ul.menu li {
  margin-left: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
header ul.menu li:first-child {
  margin-left: 0px;
}
header ul.menu li.selected a {
  color: #fff;
}
header ul.menu li.selected a:before {
  width: 100%;
}
header ul.menu li a {
  text-decoration: none;
  color: #a6a6a6;
  transition: color 0.2s ease;
  display: block;
  position: relative;
  padding: 6px 0;
}
header ul.menu li a:before {
  content: "";
  width: 0px;
  height: 1px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  background: #fff;
  transform: translate(-50%, 0);
  transition: width 0.2s ease;
}
header ul.menu li a:hover {
  color: #fff;
}
header ul.menu li a:hover:before {
  width: 100%;
}

nav {
  display: none;
}

@media only screen and (max-width: 710px) {
  header {
    height: 50px;
    padding: 0;
    justify-content: center;
  }
  header ul.menu {
    display: none;
  }
  header a.logo {
    width: 30px;
    height: 30px;
  }
  header a.logo svg {
    width: 30px;
    height: 30px;
  }
  header a.logo span {
    display: none;
  }
  header .menu-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 31px;
  }
  header .menu-button.push .inner .str.top {
    transform: translate3d(0px, 0px, 0px);
  }
  header .menu-button.push .inner .str.bot {
    transform: translate3d(0px, 0px, 0px);
  }
  header .menu-button.hide .inner .str.mid {
    opacity: 0;
  }
  header .menu-button.rotate .inner .str.top {
    transform: rotateZ(-45deg);
  }
  header .menu-button.rotate .inner .str.bot {
    transform: rotateZ(45deg);
  }
  header .menu-button .inner {
    width: 22px;
    height: 20px;
    position: relative;
  }
  header .menu-button .inner .str {
    width: 100%;
    height: 1px;
    background: #a6a6a6;
    top: 50%;
    margin-top: -0.5px;
    position: absolute;
    transition: transform 0.2s ease;
  }
  header .menu-button .inner .str.top {
    transform: translate3d(0px, -10px, 0px);
  }
  header .menu-button .inner .str.bot {
    transform: translate3d(0px, 10px, 0px);
  }
  body.admin nav {
    padding-top: 151px;
  }
  nav {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    background: #000;
    padding: 105px 45px 45px;
    overflow: scroll;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    display: none;
    opacity: 0;
    transition: opacity 0.4s ease;
  }
  nav.display {
    display: flex;
  }
  nav.show {
    opacity: 1;
  }
  nav.show ul.menu,
  nav.show > a {
    transform: translate3d(0px, 0px, 0px);
  }
  nav > a {
    width: auto;
    color: #7f7f7f;
    text-align: center;
    text-decoration: none;
    transition: color 0.2s ease;
    font-size: 20px;
    line-height: 27px;
    margin-top: 90px;
    transform: translate3d(0px, 15px, 0px);
    transition: transform 0.4s ease;
  }
  nav > a:hover {
    color: #fff;
  }
  nav ul.menu {
    width: 100%;
    transform: translate3d(0px, 30px, 0px);
    transition: transform 0.4s ease;
  }
  nav ul.menu li {
    position: relative;
    z-index: 1;
  }
  nav ul.menu li.selected {
    z-index: 2;
  }
  nav ul.menu li.selected a {
    color: #fff;
  }
  nav ul.menu li.selected a:before, nav ul.menu li.selected a:after {
    background: #fff;
  }
  nav ul.menu li a {
    width: 100%;
    line-height: 60px;
    height: 59px;
    position: relative;
    font-size: 20px;
    text-align: center;
    color: #7f7f7f;
    text-decoration: none;
    display: block;
  }
  nav ul.menu li a:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #7f7f7f;
    position: absolute;
    top: 0;
    left: 0;
  }
  nav ul.menu li a:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #7f7f7f;
    position: absolute;
    bottom: -1px;
    left: 0;
  }
}
@media only screen and (max-width: 560px) {
  header .menu-button {
    right: 0px;
  }
  nav {
    padding: 105px 30px 30px;
  }
  nav > a {
    margin-top: 60px;
  }
}
footer {
  padding: 0 45px 45px;
  opacity: 0;
  transform: translate3d(0px, 40px, 0px);
  transition: transform 0.8s ease, opacity 0.8s ease;
}
footer.load-show {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}
footer article {
  background: #000;
  padding: 110px 27.5px 45px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}
footer article .footer-columns {
  width: 100%;
  max-width: 1035px;
  display: flex;
  flex-wrap: wrap;
}
footer article .footer-columns .col {
  width: 25%;
  padding: 0 17.5px;
}
footer article .footer-columns .col svg {
  width: 44px;
  height: 44px;
  margin-top: 10px;
}
footer article .footer-columns .col p {
  line-height: 28px;
  color: #fff;
}
footer article .footer-columns .col ul.footer-menu {
  display: flex;
  flex-wrap: wrap;
}
footer article .footer-columns .col ul.footer-menu li {
  width: 100%;
}
footer article .footer-columns .col ul.footer-menu li a {
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
  text-decoration: none;
  color: #a6a6a6;
  transition: color 0.3s ease;
}
footer article .footer-columns .col ul.footer-menu li a:hover {
  color: #fff;
}
footer article p.copy {
  width: 100%;
  max-width: 1035px;
  color: #404040;
  margin-top: 20px;
  padding: 0 17.5px;
}

@media only screen and (max-width: 900px) {
  footer article {
    padding: 40px;
    position: relative;
  }
  footer article .footer-columns {
    justify-content: flex-end;
    position: relative;
    z-index: 2;
  }
  footer article .footer-columns .col {
    width: 50%;
    margin-bottom: 32px;
    padding: 0;
  }
  footer article .footer-columns .col > p {
    display: none;
  }
  footer article .footer-columns .col:first-child {
    width: 100%;
    margin-bottom: 45px;
  }
  footer article p.copy {
    width: 50%;
    position: absolute;
    bottom: 72px;
    left: 45px;
    padding: 0;
    line-height: 28px;
  }
}
@media only screen and (max-width: 560px) {
  footer {
    padding: 0;
  }
  footer article {
    padding: 70px 30px 60px;
  }
  footer article .footer-columns {
    flex-direction: column;
  }
  footer article .footer-columns .col {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 48px;
  }
  footer article .footer-columns .col:first-child {
    margin-top: 0px;
    margin-bottom: 24px;
  }
  footer article .footer-columns .col > p {
    display: none;
  }
  footer article .footer-columns .col svg {
    width: 48px;
    height: 48px;
    margin: 0;
  }
  footer article .footer-columns .col ul.footer-menu li {
    margin-top: 12px;
  }
  footer article .footer-columns .col ul.footer-menu li:first-of-type {
    margin-top: 0px;
  }
  footer article .footer-columns .col ul.footer-menu li a {
    font-size: 18px;
    line-height: 23px;
  }
  footer article p.copy {
    text-align: center;
    padding: 0;
    margin-top: 72px;
    position: relative;
    bottom: auto;
    left: auto;
  }
}
section.hero-slider {
  width: 100%;
  height: 100%;
  padding: 0 0 45px;
  margin-bottom: 45px;
}
section.hero-slider article.slider {
  width: 100%;
  height: 100%;
  position: relative;
}
section.hero-slider article.slider .swiper-container {
  width: 100%;
  height: 100%;
}
section.hero-slider article.slider .project {
  position: relative;
  padding: 0 45px;
}
section.hero-slider article.slider .project.light-text .project-info {
  color: #fff;
}
section.hero-slider article.slider .project.dark-text .project-info {
  color: #000;
}
section.hero-slider article.slider .project .slide-inner {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: block;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
section.hero-slider article.slider .project .video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
section.hero-slider article.slider .project .video .mute-toggle {
  width: 56px;
  height: 50px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 999999999;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 2;
  transform: translateZ(0);
}
section.hero-slider article.slider .project .video .mute-toggle.sound svg .sound {
  display: block;
}
section.hero-slider article.slider .project .video .mute-toggle.sound svg .mute {
  display: none;
}
section.hero-slider article.slider .project .video .mute-toggle svg {
  width: 20px;
  height: 14px;
}
section.hero-slider article.slider .project .video .mute-toggle svg .fill {
  fill: #a6a6a6;
}
section.hero-slider article.slider .project .video .mute-toggle svg .sound {
  display: none;
}
section.hero-slider article.slider .project .video video {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
section.hero-slider article.slider .project .image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
section.hero-slider article.slider .project .image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
section.hero-slider article.slider .project .project-info {
  padding: 15px 20px;
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateZ(0);
}
section.hero-slider article.slider.black-pagination ul.slider-pagination li {
  border-color: #000;
}
section.hero-slider article.slider.black-pagination ul.slider-pagination li.active {
  background: #000;
}
section.hero-slider article.slider.gray-pagination ul.slider-pagination li {
  border-color: #a6a6a6;
}
section.hero-slider article.slider.gray-pagination ul.slider-pagination li.active {
  background: #a6a6a6;
}
section.hero-slider article.slider.white-pagination ul.slider-pagination li {
  border-color: #fff;
}
section.hero-slider article.slider.white-pagination ul.slider-pagination li.active {
  background: #fff;
}
section.hero-slider article.slider ul.slider-pagination {
  height: 6px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  justify-content: center;
  z-index: 3;
}
section.hero-slider article.slider ul.slider-pagination.hide {
  opacity: 0;
}
section.hero-slider article.slider ul.slider-pagination li {
  width: 6px;
  height: 6px;
  border: 1px solid #a6a6a6;
  margin-right: 10px;
  cursor: pointer;
  outline: none;
}
section.hero-slider article.slider ul.slider-pagination li.active {
  background: #a6a6a6;
}
section.hero-slider article.slider ul.slider-pagination li:last-of-type {
  margin-right: 0px;
}
section.hero-slider article.scroll-indicator {
  width: 100%;
  height: 45px;
  display: flex;
  justify-content: center;
}
section.hero-slider article.scroll-indicator .indicator {
  width: 45px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 560px) {
  section.hero-slider {
    padding: 0 0 70px;
    margin-bottom: 0px;
  }
  section.hero-slider article.slider .project {
    padding: 0;
  }
  section.hero-slider article.slider .project .project-info {
    left: 0;
  }
  section.hero-slider article.slider .project .project-info p {
    display: none;
  }
  section.hero-slider article.slider ul.slider-pagination {
    opacity: 0;
    pointer-events: none;
    cursor: default;
  }
  section.hero-slider article.scroll-indicator {
    height: 70px;
  }
}
section.project-navigation article {
  height: 70px;
}
section.project-navigation article .prev {
  align-self: flex-start;
}
section.project-navigation article .prev svg {
  margin-right: 14px;
}
section.project-navigation article .next {
  align-self: flex-end;
}
section.project-navigation article .next svg {
  margin-left: 14px;
}
section.project-navigation article a {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  text-decoration: none;
  letter-spacing: 0.5px;
  color: #a6a6a6;
  transition: color 0.2s ease;
  padding: 25px 0;
}
section.project-navigation article a:hover {
  color: #fff;
}
section.project-navigation article a:hover svg .fill {
  fill: #fff;
}
section.project-navigation article a svg {
  height: 14px;
  margin-top: 3px;
}
section.project-navigation article a svg .fill {
  transition: fill 0.2s ease;
  fill: #a6a6a6;
}

@media only screen and (max-width: 560px) {
  section.project-navigation article {
    padding: 0 20px;
  }
  section.project-navigation article a svg {
    margin-top: 5px;
  }
}
section.password {
  flex-grow: 1;
  flex-shrink: 0;
  display: flex;
  flex-wrap: wrap;
}
section.password article {
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
  padding: 120px 40px;
}
section.password article form {
  width: 100%;
  max-width: 414px;
}
section.password article form p {
  color: #a6a6a6;
  margin-bottom: 50px;
}
section.password article form .password-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
section.password article form .password-wrapper button[type=submit] {
  height: 30px;
  border: 1px solid #a6a6a6;
  font-size: 14px;
  font-weight: 400;
  color: #a6a6a6;
  background: transparent;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0 14px;
  transition: color 0.2s ease, border-color 0.2s ease;
  margin-left: 8px;
  outline: none;
}
section.password article form .password-wrapper button[type=submit]:hover, section.password article form .password-wrapper button[type=submit]:focus {
  color: #fff;
  border-color: #fff;
}
section.password article form .password-wrapper .password-field {
  width: 0px;
  flex-grow: 1;
  position: relative;
}
section.password article form .password-wrapper .password-field.visible button svg .visible {
  display: block;
}
section.password article form .password-wrapper .password-field.visible button svg .hidden {
  display: none;
}
section.password article form .password-wrapper .password-field button {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0px;
  border-radius: 0px;
  outline: none;
  cursor: pointer;
}
section.password article form .password-wrapper .password-field button svg {
  width: 100%;
  height: 100%;
}
section.password article form .password-wrapper .password-field button svg .visible {
  display: none;
}
section.password article form .password-wrapper .password-field input {
  width: 100%;
  height: 30px;
  background: #fff;
  border: 0px;
  border-radius: 0px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  text-indent: 8px;
  color: #a6a6a6;
  padding-right: 30px;
}

@media only screen and (max-width: 560px) {
  section.password {
    flex-grow: 0;
    height: 100%;
  }
  section.password article {
    padding: 80px 30px;
  }
  section.password article form p {
    margin-bottom: 40px;
  }
  section.password article form .password-wrapper button[type=submit] {
    height: 38px;
    font-size: 18px;
  }
  section.password article form .password-wrapper .password-field button {
    width: 38px;
    height: 38px;
  }
  section.password article form .password-wrapper .password-field input {
    height: 38px;
    font-size: 18px;
    text-indent: 16px;
    padding-right: 38px;
  }
}
.text-columns {
  width: 100%;
  max-width: 1090px;
  display: flex;
  flex-wrap: wrap;
  padding-left: 27.5px;
  padding-right: 27.5px;
}
.text-columns.center-columns {
  justify-content: center;
}
.text-columns.padding-top-full {
  padding-top: 112px;
}
.text-columns.padding-top-half {
  padding-top: 54px;
}
.text-columns.padding-bottom-full {
  padding-bottom: 112px;
}
.text-columns.padding-bottom-half {
  padding-bottom: 54px;
}
.text-columns.wide-gap {
  padding-left: 0px;
  padding-right: 0px;
}
.text-columns.wide-gap .column {
  padding: 0 45px;
}
.text-columns .column {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 0 17.5px;
}
.text-columns .column.full {
  width: 100%;
}
.text-columns .column.two-thirds {
  width: 66.6666%;
}
.text-columns .column.half {
  width: 50%;
}
.text-columns .column.one-third {
  width: 33.3333%;
}
.text-columns .column.center.border:before {
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}
.text-columns .column h1, .text-columns .column h2, .text-columns .column h6, .text-columns .column p, .text-columns .column li, .text-columns .column img {
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.text-columns .column h1.show, .text-columns .column h2.show, .text-columns .column h6.show, .text-columns .column p.show, .text-columns .column li.show, .text-columns .column img.show {
  opacity: 1;
}
.text-columns .column p, .text-columns .column li, .text-columns .column img {
  transform: translate3d(0px, 10px, 0px);
}
.text-columns .column p.show, .text-columns .column li.show, .text-columns .column img.show {
  transform: translate3d(0px, 0px, 0px);
}
.text-columns .column h1, .text-columns .column h2, .text-columns .column h6, .text-columns .column p {
  width: 100%;
}
.text-columns .column h1, .text-columns .column h2, .text-columns .column h6 {
  max-width: 820px;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0) translate3d(0px, 10px, 0px);
}
.text-columns .column h1.show, .text-columns .column h2.show, .text-columns .column h6.show {
  transform: translate(-50%, 0) translate3d(0px, 0px, 0px);
}
.text-columns .column h1 a, .text-columns .column h2 a, .text-columns .column h6 a {
  color: #a7a7a7;
  text-decoration: none;
  transition: color 0.2s ease;
}
.text-columns .column h1 a:hover, .text-columns .column h2 a:hover, .text-columns .column h6 a:hover {
  color: #fff;
}
.text-columns .column.border:before {
  content: "";
  width: 0;
  height: 1px;
  background: #404040;
  display: block;
  margin-bottom: 30px;
  transition: width 0.8s ease;
}
.text-columns .column.show.border:before {
  width: 175px;
}
.text-columns .column ul li {
  width: 100%;
  margin-top: 8px;
  font-size: 14px;
  line-height: 20px;
}
.text-columns .column ul li:first-child {
  margin-top: 0px;
}
.text-columns .column h2:not(:first-child) {
  margin-top: 8px;
}
.text-columns .column h6 {
  margin-bottom: 8px;
}
.text-columns .column h6:last-child {
  margin-bottom: 0px;
}
.text-columns .column p:not(:last-of-type):not(:empty) {
  margin-bottom: 20px;
}
.text-columns .column img {
  width: 100%;
}

@media only screen and (max-width: 900px) {
  .text-columns .column.two-thirds, .text-columns .column.half, .text-columns .column.one-third {
    width: 50%;
  }
  .text-columns .column:nth-child(3) {
    margin-top: 45px;
  }
}
@media only screen and (max-width: 560px) {
  .text-columns {
    padding-left: 15px;
    padding-right: 15px;
  }
  .text-columns.center-columns .column.border:before {
    left: auto;
    transform: none;
  }
  .text-columns.padding-top-full {
    padding-top: 80px;
  }
  .text-columns.padding-top-half {
    padding-top: 48px;
  }
  .text-columns.padding-bottom-full {
    padding-bottom: 80px;
  }
  .text-columns.padding-bottom-half {
    padding-bottom: 48px;
  }
  .text-columns.wide-gap {
    padding-left: 30px;
    padding-right: 30px;
  }
  .text-columns.wide-gap .column {
    padding: 0;
  }
  .text-columns .column {
    width: 100%;
    padding: 0 15px;
  }
  .text-columns .column:not(:first-child) {
    margin-top: 45px;
  }
  .text-columns .column.full, .text-columns .column.two-thirds, .text-columns .column.half, .text-columns .column.one-third {
    width: 100%;
  }
  .text-columns .column h1:not(:first-child),
  .text-columns .column h2:not(:first-child) {
    margin-top: 12px;
  }
  .text-columns .column p {
    text-align: left !important;
  }
  .text-columns .column.border:before {
    margin-bottom: 48px;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .text-columns .column ul li {
    width: 100%;
    margin-top: 12px;
    font-size: 18px;
    line-height: 23px;
  }
  .text-columns .column ul li:first-child {
    margin-top: 0px;
  }
  .text-columns .column h6 {
    margin-bottom: 12px;
  }
  .text-columns .column h6:last-child {
    margin-bottom: 0px;
  }
}
.emblem-grid {
  width: 100%;
  padding-left: 45px;
  padding-right: 45px;
}
.emblem-grid.padding-top-full {
  padding-top: 94px;
}
.emblem-grid.padding-top-half {
  padding-top: 54px;
}
.emblem-grid.padding-bottom-full {
  padding-bottom: 94px;
}
.emblem-grid.padding-bottom-half {
  padding-bottom: 54px;
}
.emblem-grid.six-columns {
  max-width: 1140px;
}
.emblem-grid.six-columns ul.emblem-grid-list li {
  width: 16.6666%;
}
.emblem-grid.five-columns {
  max-width: 965px;
}
.emblem-grid.five-columns ul.emblem-grid-list li {
  width: 20%;
}
.emblem-grid.four-columns {
  max-width: 790px;
}
.emblem-grid.four-columns ul.emblem-grid-list li {
  width: 25%;
}
.emblem-grid.three-columns {
  max-width: 615px;
}
.emblem-grid.three-columns ul.emblem-grid-list li {
  width: 33.3333%;
}
.emblem-grid.two-columns {
  max-width: 440px;
}
.emblem-grid.two-columns ul.emblem-grid-list li {
  width: 50%;
}
.emblem-grid ul.emblem-grid-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.emblem-grid ul.emblem-grid-list li {
  position: relative;
  opacity: 0;
  transform: translate3d(0px, 20px, 0px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.emblem-grid ul.emblem-grid-list li.show {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}
.emblem-grid ul.emblem-grid-list li img {
  width: 100%;
}

@media only screen and (max-width: 900px) {
  .emblem-grid.six-columns, .emblem-grid.five-columns {
    max-width: 615px;
  }
  .emblem-grid.six-columns ul.emblem-grid-list li, .emblem-grid.five-columns ul.emblem-grid-list li {
    width: 33.3333%;
  }
  .emblem-grid.four-columns, .emblem-grid.three-columns, .emblem-grid.two-columns {
    max-width: 440px;
  }
  .emblem-grid.four-columns ul.emblem-grid-list li, .emblem-grid.three-columns ul.emblem-grid-list li, .emblem-grid.two-columns ul.emblem-grid-list li {
    width: 50%;
  }
}
@media only screen and (max-width: 560px) {
  .emblem-grid {
    padding-left: 30px;
    padding-right: 30px;
  }
  .emblem-grid.padding-top-full {
    padding-top: 94px;
  }
  .emblem-grid.padding-top-half {
    padding-top: 48px;
  }
  .emblem-grid.padding-bottom-full {
    padding-bottom: 94px;
  }
  .emblem-grid.padding-bottom-half {
    padding-bottom: 48px;
  }
  .emblem-grid ul.emblem-grid-list li {
    width: 50%;
  }
  .emblem-grid.six-columns ul.emblem-grid-list li {
    width: 50%;
  }
  .emblem-grid.five-columns ul.emblem-grid-list li {
    width: 50%;
  }
  .emblem-grid.four-columns ul.emblem-grid-list li {
    width: 50%;
  }
  .emblem-grid.three-columns ul.emblem-grid-list li {
    width: 50%;
  }
}
.media-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.media-row.two img,
.media-row.two .video-wrapper {
  width: 50%;
}
.media-row.three img,
.media-row.three .video-wrapper {
  width: 33.3333%;
}
.media-row img, .media-row .video-wrapper {
  opacity: 0;
  transition: opacity 0.8s ease;
}
.media-row img.show, .media-row .video-wrapper.show {
  opacity: 1;
}
.media-row img {
  width: 100%;
}
.media-row .video-wrapper {
  width: 100%;
}
.media-row .video-wrapper .video-outer {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.media-row .video-wrapper .video-outer .mute-toggle {
  width: 56px;
  height: 50px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 999999999;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.media-row .video-wrapper .video-outer .mute-toggle.sound svg .sound {
  display: block;
}
.media-row .video-wrapper .video-outer .mute-toggle.sound svg .mute {
  display: none;
}
.media-row .video-wrapper .video-outer .mute-toggle svg {
  width: 20px;
  height: 14px;
}
.media-row .video-wrapper .video-outer .mute-toggle svg .fill {
  fill: #a6a6a6;
}
.media-row .video-wrapper .video-outer .mute-toggle svg .sound {
  display: none;
}
.media-row .video-wrapper .video-outer video {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 560px) {
  .media-row.two img, .media-row.two .video-wrapper {
    width: 100%;
  }
  .media-row.three img, .media-row.three .video-wrapper {
    width: 100%;
  }
}
.project-grid {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.project-grid .project-group {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.project-grid .project-group .project-pair {
  width: 33.333%;
}
.project-grid .project-group .project-pair .project {
  width: 100%;
}
.project-grid .project-group .project.large {
  width: 66.666%;
}
.project-grid .project {
  width: 33.333%;
  opacity: 0;
  transition: opacity 0.8s ease;
  overflow: hidden;
}
.project-grid .project.show {
  opacity: 1;
}
.project-grid .project.show a .image {
  transform: scale(1);
}
.project-grid .project a {
  width: 100%;
  padding: 56.25% 0 0;
  position: relative;
  display: flex;
}
.project-grid .project a:hover .info {
  opacity: 1;
}
.project-grid .project a:hover .info p {
  transform: scale(1);
}
.project-grid .project a .image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.8s ease;
  transform: scale(1.05);
}
.project-grid .project a .image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.project-grid .project a .info {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.project-grid .project a .info p {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  transform: scale(1.1);
  transition: transform 0.3s ease;
}

@media only screen and (max-width: 900px) {
  .project-grid.stylize .project.big {
    width: 100%;
  }
  .project-grid .project {
    width: 50%;
  }
}
@media only screen and (max-width: 560px) {
  .project-grid .project {
    width: 100%;
  }
  .project-grid .project-group .project-pair {
    width: 100%;
  }
  .project-grid .project-group .project.large {
    width: 100%;
  }
}
.logo-grid {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.logo-grid .logo-group {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #1a1a1a;
}
.logo-grid .logo-group:last-child {
  border-bottom: 0px;
}
.logo-grid .logo-group > .logo:not(.large) {
  border-right: 1px solid #1a1a1a;
}
.logo-grid .logo-group > .logo:not(.large):last-child {
  border-right: 0px;
}
.logo-grid .logo-group .logo-pair {
  width: 33.333%;
}
.logo-grid .logo-group .logo-pair .logo {
  width: 100%;
}
.logo-grid .logo-group .logo-pair .logo:last-child {
  border-top: 1px solid #1a1a1a;
}
.logo-grid .logo-group .logo.large {
  width: 66.666%;
}
.logo-grid .logo-group .logo.large:first-child {
  border-right: 1px solid #1a1a1a;
}
.logo-grid .logo-group .logo.large:last-child {
  border-left: 1px solid #1a1a1a;
}
.logo-grid .logo {
  width: 33.333%;
  opacity: 0;
  transition: opacity 0.8s ease;
}
.logo-grid .logo.show {
  opacity: 1;
}
.logo-grid .logo .inner {
  width: 100%;
  padding: 56.25% 0 0;
  position: relative;
  display: flex;
}
.logo-grid .logo .inner .image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.15s ease;
  overflow: hidden;
}
.logo-grid .logo .inner .image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.logo-grid .logo .inner .image .mute-toggle {
  width: 56px;
  height: 50px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 999999999;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.logo-grid .logo .inner .image .mute-toggle.sound svg .sound {
  display: block;
}
.logo-grid .logo .inner .image .mute-toggle.sound svg .mute {
  display: none;
}
.logo-grid .logo .inner .image .mute-toggle svg {
  width: 20px;
  height: 14px;
}
.logo-grid .logo .inner .image .mute-toggle svg .fill {
  fill: #a6a6a6;
}
.logo-grid .logo .inner .image .mute-toggle svg .sound {
  display: none;
}
.logo-grid .logo .inner .image.color {
  z-index: 2;
  opacity: 0;
}
.logo-grid .logo .inner .image.color .color-image {
  width: 100%;
  height: 100%;
}
.logo-grid .logo .inner .image.color .color-image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.logo-grid .logo .inner .image.color video {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (min-width: 901px) {
  .logo-grid .logo .inner:hover .image.color {
    opacity: 1;
  }
  .logo-grid .logo .inner:hover .image.bnw {
    opacity: 0;
  }
}
@media only screen and (max-width: 900px) {
  .logo-grid .logo {
    width: 50%;
  }
  .logo-grid .logo .inner.hover .image.color {
    opacity: 1;
  }
  .logo-grid .logo .inner.hover .image.bnw {
    opacity: 0;
  }
  .logo-grid .logo.big {
    width: 100%;
  }
}
@media only screen and (max-width: 900px) and (min-width: 561px) {
  .logo-grid .logo {
    border-bottom: 1px solid #1a1a1a;
  }
  .logo-grid .logo:last-child {
    border-bottom: 0px;
  }
  .logo-grid .logo:nth-last-child(2):not(.big) {
    border-bottom: 0px;
  }
  .logo-grid .logo.right {
    border-left: 1px solid #1a1a1a;
  }
}
@media only screen and (max-width: 560px) {
  .logo-grid .logo {
    width: 100%;
  }
  .logo-grid .logo-group {
    border-bottom: 0px;
  }
  .logo-grid .logo-group .logo-pair {
    width: 100%;
  }
  .logo-grid .logo-group .logo-pair .logo:last-child {
    border-top: 0px;
  }
  .logo-grid .logo-group .logo.large {
    width: 100%;
  }
  .logo-grid .logo-group .logo.large:first-child {
    border-right: 0px;
  }
  .logo-grid .logo-group .logo.large:last-child {
    border-left: 0px;
  }
}