/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import '../css/bootstrap-grid.css';
@import '../css/hamburgers.css';
@import '../css/slick.css';
@import '../css/jquery.fancybox.css';
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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

/*Colors*/
/*Classes*/
.clearfix {
  overflow: visible;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
* {
  scroll-behavior: smooth;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body,
html {
  background-color: #fff;
  line-height: 13px;
  overflow-x: hidden;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
}

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

h1 {
  font-size: 4.6153846154rem;
  line-height: 4.8461538462rem;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: -6px;
  margin-bottom: 19px;
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 6.1538461538rem;
    line-height: 6.5384615385rem;
  }
}
@media only screen and (min-width: 992px) {
  h1 {
    font-size: 9.2307692308rem;
    line-height: 7.6923076923rem;
  }
}
@media only screen and (min-width: 1200px) {
  h1 {
    font-size: 9.1538461538rem;
    line-height: 12.5384615385rem;
  }
}

h2 {
  font-size: 3.6923076923rem;
  line-height: 4.2307692308rem;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: -2.4px;
}

h3 {
  font-size: 2.7692307692rem;
  line-height: 3.3846153846rem;
  letter-spacing: -1.8px;
}

h4 {
  font-size: 1.5384615385rem;
  line-height: 1.5384615385rem;
}

h5 {
  font-size: 1.3846153846rem;
  line-height: 1.3846153846rem;
}

h6 {
  font-size: 1.2307692308rem;
  line-height: 1.2307692308rem;
}

a,
a:link,
a:focus,
a:visited {
  color: #000;
  text-decoration: none;
}

strong {
  font-weight: 800;
}

p {
  font-size: 1.3846153846rem;
  line-height: 1.5384615385rem;
  letter-spacing: -0.9px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  p {
    font-size: 1.8461538462rem;
    line-height: 2.5384615385rem;
    letter-spacing: -1.2px;
  }
}
p.big {
  font-size: 2.3076923077rem;
  line-height: 2.7692307692rem;
  letter-spacing: -2.4px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  p.big {
    font-size: 2.7692307692rem;
    line-height: 3.0769230769rem;
  }
}
p.small {
  font-size: 1.3846153846rem;
  line-height: 1.5384615385rem;
  letter-spacing: -0.9px;
  margin-bottom: 20px;
}

div.big p {
  /*@include font-size(30);
  @include line-height(36);
  letter-spacing: -2.4px;*/
  font-size: 1.3846153846rem;
  line-height: 1.5384615385rem;
  letter-spacing: -0.9px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  div.big p {
    font-size: 2.7692307692rem;
    line-height: 3.0769230769rem;
  }
}

.container {
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 2000px;
    padding: 0 46px;
  }
}

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

.align-right {
  text-align: right;
}

.extra-bold {
  font-weight: 800;
}

.img-wrap.rounded {
  border-radius: 20px;
  overflow: hidden;
}
.img-wrap.rounded img {
  width: 100%;
}

.mb-20 {
  margin-bottom: 20px;
}

.follower {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
}
.follower .circle1 {
  filter: blur(5px);
  position: absolute;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  background: #fff;
  border-radius: 50%;
  height: 0em;
  width: 0em;
  margin-top: 0em;
  margin-left: 0em;
}
.follower .circle2 {
  filter: blur(5px);
  position: absolute;
  -webkit-animation: pulse 4s infinite;
  animation: pulse 4s infinite;
  border-radius: 50%;
  height: 0em;
  width: 0em;
  margin-top: 0em;
  margin-left: 0em;
  background: rgba(200, 0, 0, 0.8);
  -webkit-box-shadow: 0px 0px 36px 10px rgba(200, 0, 0, 0.8);
  -moz-box-shadow: 0px 0px 36px 10px rgba(200, 0, 0, 0.8);
  box-shadow: 0px 0px 36px 10px rgba(200, 0, 0, 0.8);
}
.follower#follower-slider:before {
  content: "< >";
  position: absolute;
  font-size: 1.3076923077rem;
  top: -8px;
  bottom: 0;
  left: -11px;
  right: 0;
  width: 25px;
  height: 15px;
  z-index: 9;
}

@keyframes pulse {
  0% {
    opacity: 0.6;
    height: 1em;
    width: 1em;
    margin-top: -0.5em;
    margin-left: -0.5em;
  }
  50% {
    opacity: 0.9;
    height: 3em;
    width: 3em;
    margin-top: -1.5em;
    margin-left: -1.5em;
  }
  100% {
    opacity: 0.6;
    height: 1em;
    width: 1em;
    margin-top: -0.5em;
    margin-left: -0.5em;
  }
}
.slick-track, .slick-slide {
  display: flex !important;
}

.slick-slide {
  height: inherit !important;
}

.slick-slide > div {
  height: 100%;
  display: flex;
}

#myVideo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 0;
}

.fancybox-slide--iframe .fancybox-content {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0;
}

.fancybox-slide {
  overflow: hidden;
}

.fancybox-slide > * {
  margin: 0 !important;
}

.fancybox-toolbar {
  visibility: visible;
  opacity: 1;
}

/* @include font-face('Corbel', '../fonts/Corbel Bold Italic.ttf', 700, 'italic');
@include font-face('Corbel', '../fonts/Corbel Bold.ttf', 700);
@include font-face('Corbel', '../fonts/Corbel Italic.ttf', 400, 'italic');
@include font-face('Corbel', '../fonts/CORBEL.TTF', 400); */
.btn, .btn:link, .btn:focus, .btn:visited {
  position: relative;
  display: inline-block;
  background-color: transparent;
  border: 2px solid #000;
  color: #000;
  padding: 14px 16px 12px 16px;
  font-size: 1.1538461538rem;
  line-height: 1.6153846154rem;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  text-decoration: none;
}
.btn:hover, .btn:link:hover, .btn:focus:hover, .btn:visited:hover {
  color: #fff;
  background-color: #000;
}
.btn[target=_blank], .btn:link[target=_blank], .btn:focus[target=_blank], .btn:visited[target=_blank] {
  position: relative;
  padding-right: 45px;
}
.btn[target=_blank]:hover::after, .btn:link[target=_blank]:hover::after, .btn:focus[target=_blank]:hover::after, .btn:visited[target=_blank]:hover::after {
  background-image: url(../images/external_link_white.svg);
}
.btn[target=_blank]::after, .btn:link[target=_blank]::after, .btn:focus[target=_blank]::after, .btn:visited[target=_blank]::after {
  position: absolute;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(../images/external_link_red.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  right: 18px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.btn.black, .btn:link.black, .btn:focus.black, .btn:visited.black {
  border: 2px solid #000;
  color: #000;
}
.btn.black:hover, .btn:link.black:hover, .btn:focus.black:hover, .btn:visited.black:hover {
  color: #fff;
  background-color: #000;
}
.btn span, .btn:link span, .btn:focus span, .btn:visited span {
  vertical-align: middle;
}
.btn svg, .btn:link svg, .btn:focus svg, .btn:visited svg {
  margin-left: 10px;
  vertical-align: middle;
  width: 20px;
  height: 20px;
}

nav {
  position: fixed;
  z-index: 9999;
  width: 100%;
  padding-top: 15px;
  mix-blend-mode: difference;
}
@media only screen and (min-width: 992px) {
  nav {
    padding-top: 22px;
    top: 46px;
  }
}
nav.black .menu:not(.mobile-menu) li a {
  color: #000;
}
nav.black .img-wrap img {
  filter: brightness(0%);
}
nav .img-wrap {
  padding: 0 0 0 11px;
}
@media only screen and (min-width: 768px) {
  nav .img-wrap {
    padding: 0 0 0 26px;
  }
}
nav .img-wrap img {
  max-height: 100px;
}
nav .hamburger-wrap {
  position: relative;
  margin: 24px 13px 0 0;
}
nav .hamburger-wrap .hamburger {
  position: absolute;
  right: -15px;
}
@media only screen and (min-width: 768px) {
  nav .hamburger-wrap .hamburger {
    top: 16px;
  }
}
nav .menu:not(.mobile-menu) {
  list-style: none;
  float: right;
}
nav .menu:not(.mobile-menu) li {
  float: left;
  padding: 7px 31px;
  line-height: 1.8461538462rem;
}
nav .menu:not(.mobile-menu) li a {
  font-size: 1.2307692308rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}
@media only screen and (min-width: 1200px) {
  nav .menu:not(.mobile-menu) li a {
    font-size: 1.3846153846rem;
  }
}
nav .menu:not(.mobile-menu) li.menu-item-has-children {
  position: relative;
}
nav .menu:not(.mobile-menu) li.menu-item-has-children:hover > .sub-menu {
  display: block;
}
nav .menu:not(.mobile-menu) .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #000;
}
nav .menu:not(.mobile-menu) .sub-menu li a {
  color: #fff;
}
nav .hamburger-inner,
nav .hamburger-inner::after,
nav .hamburger-inner::before {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-color: #fff;
}

.sidenav {
  position: fixed;
  background-color: #fff;
  height: 100vh;
  width: 100%;
  top: 0;
  left: -100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 9999;
}
.sidenav.open {
  left: 0px;
}
.sidenav .hamburger {
  position: absolute;
  top: 15px;
  right: 15px;
}
.sidenav .hamburger .hamburger-inner,
.sidenav .hamburger .hamburger-inner::after,
.sidenav .hamburger .hamburger-inner::before {
  background-color: #000;
}
.sidenav .top-wrap {
  overflow: hidden;
  border-bottom: 1px solid #303030;
}
.sidenav .top-wrap a.logo-wrap {
  display: block;
  float: left;
  height: 45px;
  width: 100px;
  margin-top: 25px;
  margin-bottom: 25px;
  margin-left: 40px;
}
.sidenav .top-wrap a.logo-wrap img,
.sidenav .top-wrap a.logo-wrap svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  fill: #fff;
}
.sidenav .menu-bg-wrap {
  background-position: left bottom;
  background-size: contain;
  background-repeat: no-repeat;
  height: calc(100% - 67px);
  overflow: scroll;
  display: flex;
  align-items: center;
}
.sidenav .menu-bg-wrap.background-sub-menu {
  background-color: #000;
}
.sidenav .menu-bg-wrap.background-sub-menu .extra-menu-items {
  display: none;
}
.sidenav .menu-bg-wrap .mobile-menu {
  float: none;
  width: 100%;
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  list-style: none;
}
.sidenav .menu-bg-wrap .mobile-menu li {
  float: none;
  display: block;
  text-align: center;
}
.sidenav .menu-bg-wrap .mobile-menu li.menu-item-has-children {
  position: relative;
}
.sidenav .menu-bg-wrap .mobile-menu li.menu-item-has-children > a {
  padding-right: 90px;
}
.sidenav .menu-bg-wrap .mobile-menu li a {
  text-align: center;
  font-size: 1.8461538462rem;
  line-height: 2.5384615385rem;
  letter-spacing: -1.2px;
  margin: 0 0 5px;
  padding: 20px 0;
  color: #000;
  font-weight: 800;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  display: inline-block;
}
.sidenav .menu-bg-wrap .mobile-menu li a:hover {
  background-color: #000;
  color: #fff;
}
.sidenav .menu-bg-wrap .mobile-menu li a:hover::after {
  background-color: #fff;
  height: 1px;
  width: 50%;
  left: 25%;
}
.sidenav .menu-bg-wrap .mobile-menu li a::after {
  display: none;
  position: absolute;
  content: "";
  background-color: #000;
  height: 5px;
  width: 80%;
  left: 10%;
  bottom: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sidenav .menu-bg-wrap .mobile-menu li a .arrow {
  height: 100%;
  width: 90px;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  background-image: url(../images/chevron-right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px;
  background-color: #000;
  border-left: 1px solid #303030;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sidenav .menu-bg-wrap .mobile-menu li a .arrow:hover {
  background-color: #000;
}
.sidenav .menu-bg-wrap .mobile-menu li a .back-arrow {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 90px;
  background-image: url(../images/chevron-left.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px;
  background-color: #000;
  display: none;
  border-right: 1px solid #303030;
}
.sidenav .menu-bg-wrap .mobile-menu li a.menu-item-going-back {
  margin-left: 0;
  font-weight: 400;
  color: #fff;
  background-color: #000;
  position: relative;
  padding-left: 130px;
  padding-right: 40px;
  border-bottom: 1px solid #303030;
}
.sidenav .menu-bg-wrap .mobile-menu li .sub-menu {
  display: none;
}
.sidenav .menu-bg-wrap .mobile-menu li .sub-menu li:last-of-type {
  border-bottom: none;
}
.sidenav .menu-bg-wrap .mobile-menu li .sub-menu li a .arrow {
  background-image: url(../images/chevron-right.svg);
}
.sidenav .menu-bg-wrap .mobile-menu li .sub-menu li a.menu-item-going-back {
  margin-left: 0;
  font-weight: 400;
  color: #fff;
}
.sidenav .menu-bg-wrap .mobile-menu li .sub-menu li .sub-menu li:last-of-type {
  border-bottom: none;
}

footer a,
footer p {
  font-weight: 800;
  font-size: 1.3846153846rem;
  line-height: 2rem;
  letter-spacing: -0.9px;
}
footer a {
  text-transform: uppercase;
  line-height: 1.5384615385rem;
}
footer .reason {
  margin: 0 22px 0 0;
  min-width: 100px;
}
footer .contact,
footer .visit {
  margin: 0 0 77px;
}
footer .footer-top {
  margin: 0 -15px 120px -15px;
}

.case-studies {
  margin: 0 0 100px;
}
.case-studies .header {
  margin: 0 0 62px;
}
@media only screen and (min-width: 768px) {
  .case-studies .header {
    margin: 0 0 31px;
  }
}
@media only screen and (min-width: 992px) {
  .case-studies .header {
    margin: 0 0 62px;
  }
}
.case-studies .left-col-wrap {
  margin: 0 0 20px;
}
@media only screen and (min-width: 992px) {
  .case-studies .left-col-wrap {
    margin: 0;
  }
}
.case-studies .left-col-wrap p {
  /*@include font-size(24);
  @include line-height(26);
  letter-spacing: -2.4px;*/
  font-size: 1.3846153846rem;
  line-height: 1.5384615385rem;
  letter-spacing: -0.9px;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) {
  .case-studies .left-col-wrap p {
    /*@include font-size(48);
    @include line-height(55);*/
    font-size: 2.7692307692rem;
    line-height: 3.0769230769rem;
  }
}
.case-studies .case-study {
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  padding: 23.5px 0;
}
@media only screen and (min-width: 1200px) {
  .case-studies .case-study {
    flex-direction: row;
  }
}
.case-studies .case-study:nth-last-child(1) {
  margin: 0 0 65.5px;
}
.case-studies .case-study::before {
  position: absolute;
  content: "";
  background-color: #000;
  width: 100%;
  height: 5px;
  top: -5px;
  left: 2px;
}
.case-studies .case-study .title {
  text-transform: uppercase;
}
.case-studies .case-study .text {
  text-align: right;
  padding-left: 30%;
  /*@include font-size(24);
  @include line-height(26);*/
  font-size: 1.3846153846rem;
  line-height: 1.5384615385rem;
}
@media only screen and (min-width: 768px) {
  .case-studies .case-study .text {
    font-size: 1.5384615385rem;
    line-height: 1.6923076923rem;
  }
}
@media only screen and (min-width: 1200px) {
  .case-studies .case-study .text {
    padding-left: 0;
    max-width: 65%;
    text-align: left;
  }
}
.case-studies .case-study .text strong {
  font-weight: 700;
}
.case-studies .btn-case-studies {
  font-size: 3.6923076923rem;
  line-height: 4.7692307692rem;
}

.credits {
  margin: 60px 0;
}
.credits li,
.credits p {
  text-transform: uppercase;
  font-size: 1.3846153846rem;
  line-height: 1.5384615385rem;
  letter-spacing: -1.2px;
  margin: 0;
  font-weight: 600;
}

.full-width-photo img {
  object-fit: cover;
  max-height: 750px;
  width: 100%;
}

section.marquee {
  margin-bottom: 65px;
}
section.marquee p {
  font-size: 6.1538461538rem;
  line-height: 7.6923076923rem;
  letter-spacing: -6px;
  font-weight: 800;
}
@media only screen and (min-width: 768px) {
  section.marquee p {
    font-size: 9.2307692308rem;
    line-height: 12.5384615385rem;
  }
}

section.our-partners {
  margin-bottom: 159px;
}
section.our-partners .header {
  font-size: 1.8461538462rem;
  line-height: 2.5384615385rem;
  letter-spacing: -1.2px;
  font-weight: 800;
  margin-bottom: 40px;
}
section.our-partners .our-partners-slider-wrap {
  position: relative;
}
section.our-partners .our-partners-slider-wrap .slider-nav {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  z-index: 9998;
  display: none !important;
}
@media only screen and (min-width: 768px) {
  section.our-partners .our-partners-slider-wrap .slider-nav {
    display: block !important;
  }
}
section.our-partners .our-partners-slider-wrap .slider-nav.left {
  left: 0;
}
section.our-partners .our-partners-slider-wrap .slider-nav.right {
  left: 50%;
}
section.our-partners .our-partners-slider .slick-list {
  padding: 0 10% 0 0 !important;
}
section.our-partners .our-partners-slider .column {
  display: flex;
}
section.our-partners .our-partners-slider .column .slide-wrap {
  height: 100%;
  flex-direction: column;
  border-left: 5px solid #000000;
  padding: 0 25px 20px 25px;
  text-align: left;
}
section.our-partners .our-partners-slider .img-wrap {
  flex: 1;
  max-height: 212px;
  padding-bottom: 60%;
  position: relative;
}
section.our-partners .our-partners-slider .img-wrap img {
  max-width: 80%;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
section.our-partners .our-partners-slider .text-wrap .slide-title {
  font-size: 3.6923076923rem;
  line-height: 4rem;
  letter-spacing: -2.4px;
  font-weight: 800;
}
section.our-partners .our-partners-slider .text-wrap .slide-title + p {
  font-size: 1.8461538462rem;
  line-height: 2.5384615385rem;
  letter-spacing: -1.2px;
  font-weight: 700;
}

.our-portfolio {
  margin: 0 0 203px;
}
.our-portfolio .col-12 {
  position: relative;
}
.our-portfolio .header {
  margin: 0 0 62px;
}
.our-portfolio .portfolio-element {
  flex-direction: column;
  justify-content: space-between;
  border-bottom: 5px solid #000;
  margin: 0 0 17.5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.our-portfolio .portfolio-element:hover .project-name, .our-portfolio .portfolio-element:hover .company-name {
  opacity: 0.25;
}
@media only screen and (min-width: 1200px) {
  .our-portfolio .portfolio-element {
    flex-direction: row;
  }
}
.our-portfolio .portfolio-element:nth-last-child(1) {
  margin: 0 0 33px;
}
@media only screen and (min-width: 768px) {
  .our-portfolio .portfolio-element:nth-last-child(1) {
    margin: 0 0 65.5px;
  }
}
.our-portfolio .portfolio-element p {
  font-size: 1.8461538462rem;
  line-height: 2rem;
  letter-spacing: -2.4px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .our-portfolio .portfolio-element p {
    font-size: 3.6923076923rem;
    line-height: 4.2307692308rem;
  }
}
.our-portfolio .portfolio-element .project-name {
  text-align: right;
}
.our-portfolio .portfolio-element .project-name p {
  display: none;
  font-size: 1.8461538462rem;
  line-height: 2rem;
  letter-spacing: 0px;
  margin: 0 0 17px;
}
@media only screen and (min-width: 768px) {
  .our-portfolio .portfolio-element .project-name p {
    display: block;
    font-size: 3.6923076923rem;
    line-height: 4.3846153846rem;
  }
}
.our-portfolio .portfolio-element .project-name, .our-portfolio .portfolio-element .company-name {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.our-portfolio .portfolio-element .thumbnail {
  border-radius: 20px;
  position: absolute;
  height: 264px;
  aspect-ratio: 4/2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
  z-index: 3;
}
.our-portfolio .btn-portfolio {
  font-size: 3.6923076923rem;
  line-height: 4.7692307692rem;
}

.portfolio {
  margin: 120px 0 60px;
}
@media only screen and (min-width: 992px) {
  .portfolio {
    margin: 220px 0 0;
  }
}
@media only screen and (min-width: 1200px) {
  .portfolio {
    margin: 220px 0 200px;
  }
}
.portfolio .category-wrap {
  margin: 0 0 60px;
}
@media only screen and (min-width: 1200px) {
  .portfolio .category-wrap {
    margin: 0 0 104px;
  }
}
.portfolio .category-wrap ul {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media only screen and (min-width: 1200px) {
  .portfolio .category-wrap ul {
    flex-direction: row;
  }
}
.portfolio .category-wrap ul li {
  font-size: 1.8461538462rem;
  line-height: 2.5384615385rem;
  letter-spacing: -1.2px;
}
.portfolio .category-wrap ul li:hover a {
  background-color: #000;
  color: #fff;
}
.portfolio .category-wrap ul li .category-picker.active {
  font-weight: 700;
}
.portfolio .category-wrap ul li a {
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.portfolio .work-wrap {
  display: block;
  max-height: 420px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  margin: 0 0 26px;
}
.portfolio .work-wrap img {
  aspect-ratio: 4/3;
  object-fit: cover;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.portfolio .work-wrap:hover img {
  scale: 1.1;
}
.portfolio .work-wrap .text-wrap {
  position: absolute;
  max-width: 100%;
  left: 24px;
  bottom: 24px;
  font-size: 1.8461538462rem;
  line-height: 1.6923076923rem;
  letter-spacing: -1.2px;
  color: #fff;
}

.single-project-section {
  margin: 120px 0 25px;
}
@media only screen and (min-width: 992px) {
  .single-project-section {
    margin: 221px 0 57px;
  }
}
@media only screen and (min-width: 1200px) {
  .single-project-section {
    margin: 221px 0 57px;
  }
}
.single-project-section .type {
  font-size: 1.8461538462rem;
  line-height: 2.5384615385rem;
  letter-spacing: -1.2px;
  margin: 0 0 5px;
}
.single-project-section .text-wrap {
  margin: 0 0 32.5px;
}
@media only screen and (min-width: 1200px) {
  .single-project-section .text-wrap {
    text-align: left;
    margin: 0 0 75px;
  }
}
.single-project-section .text-wrap p {
  font-size: 1.3846153846rem;
  line-height: 1.5384615385rem;
  letter-spacing: -0.9px;
}
@media only screen and (min-width: 768px) {
  .single-project-section .text-wrap p {
    font-size: 2.7692307692rem;
    line-height: 3.3846153846rem;
    letter-spacing: -1.8px;
  }
}

section.top.video {
  min-height: 70vh;
}
section.top .video-wrap {
  display: block;
  position: relative;
  height: calc(70vh - 20px);
  overflow: hidden;
  border-radius: 20px;
  margin-top: 7px;
}
@media only screen and (min-width: 768px) {
  section.top .video-wrap {
    height: calc(100vh - 209px);
    margin-top: 46px;
  }
}
section.top .video-wrap video {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top-about-us {
  margin: 100px 0;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .top-about-us {
    margin: 100px 0;
  }
}
@media only screen and (min-width: 768px) {
  .top-about-us {
    margin: 150px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .top-about-us {
    margin: 200px 0;
  }
}
.top-about-us .title {
  text-transform: uppercase;
  font-size: 3.8461538462rem;
  line-height: 4.0769230769rem;
  letter-spacing: -6px;
}
@media only screen and (min-width: 768px) {
  .top-about-us .title {
    font-size: 8.4615384615rem;
    line-height: 8.6923076923rem;
    letter-spacing: -9.35px;
  }
}
@media only screen and (min-width: 992px) {
  .top-about-us .title {
    font-size: 15.3846153846rem;
    line-height: 15.3846153846rem;
    letter-spacing: -13.35px;
  }
}
.top-about-us .uneven-columns .left-side {
  margin: 90px 0 0;
}
@media only screen and (min-width: 992px) {
  .top-about-us .uneven-columns .left-side {
    margin: 180px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .top-about-us .uneven-columns .right-side {
    margin: -120px 0 0;
  }
}
@media only screen and (min-width: 992px) {
  .top-about-us .uneven-columns .right-side {
    margin: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .top-about-us .uneven-columns .right-side {
    margin: -140px 0 0;
  }
}
.top-about-us .uneven-columns .right-side .text-wrap {
  margin: 0 0 70px;
}
@media only screen and (min-width: 1200px) {
  .top-about-us .uneven-columns .right-side .text-wrap {
    margin: 0 0 140px;
  }
}
.top-about-us .uneven-columns .right-side .text-wrap p {
  /*@include font-size(34);
  @include line-height(48);
  letter-spacing: -2.4px;*/
  font-size: 1.3846153846rem;
  line-height: 1.5384615385rem;
  letter-spacing: -0.9px;
  font-weight: 600;
}
@media only screen and (min-width: 992px) {
  .top-about-us .uneven-columns .right-side .text-wrap p {
    font-size: 2.7692307692rem;
    line-height: 3.0769230769rem;
  }
}

section.text-photo {
  margin-bottom: 61px;
}
@media only screen and (min-width: 992px) {
  section.text-photo {
    margin-bottom: 122px;
  }
}
@media only screen and (min-width: 992px) {
  section.text-photo .text-left {
    padding-right: 173px;
  }
}
@media only screen and (min-width: 992px) {
  section.text-photo .img-right {
    padding-left: 173px;
  }
}
@media only screen and (min-width: 1600px) {
  section.text-photo .img-right {
    padding-left: 173px;
    padding-right: 173px;
  }
}
section.text-photo h1 {
  font-size: 4.6153846154pxrem;
}
@media only screen and (min-width: 768px) {
  section.text-photo h1 {
    font-size: 6vw;
    text-align: justify;
    text-align-last: justify;
  }
}

section.video {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  section.video {
    min-height: 70vh;
  }
}
section.video video {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}
section.video h2 {
  position: absolute;
  z-index: 5;
  width: 100%;
  text-align: center;
  padding: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  mix-blend-mode: difference;
}

.video-in-container {
  margin-bottom: 100px;
}
.video-in-container video {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.video-in-container .video-wrap.embed {
  display: block;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  position: relative; /* If you want text inside of it */
}
.video-in-container .video-wrap.embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.two-text-columns {
  margin-bottom: 80px;
}
.two-text-columns .text-in-col-wrap p {
  font-size: 1.3846153846rem;
  line-height: 1.5384615385rem;
  letter-spacing: -0.9px;
}
@media only screen and (min-width: 768px) {
  .two-text-columns .text-in-col-wrap p {
    font-size: 2.7692307692rem;
    line-height: 3.3846153846rem;
    letter-spacing: -1.8px;
  }
}

.two-img-vid-columns, .video-middle {
  margin-bottom: 60px;
}
.two-img-vid-columns .row, .video-middle .row {
  justify-content: end;
}
.two-img-vid-columns video, .video-middle video {
  width: 100%;
  height: auto;
  border-radius: 26px;
}
.two-img-vid-columns .video-wrap.embed, .video-middle .video-wrap.embed {
  display: block;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  position: relative; /* If you want text inside of it */
}
.two-img-vid-columns .video-wrap.embed iframe, .video-middle .video-wrap.embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

/* HTML: <div class="loader"></div> */
.loader {
  width: 75px;
  aspect-ratio: 1;
  display: grid;
}

.loader:before,
.loader:after {
  content: "";
  grid-area: 1/1;
  width: 35px;
  aspect-ratio: 1;
  box-shadow: 0 0 0 3px #000 inset;
  filter: drop-shadow(40px 40px 0 #000);
  animation: l8 2s infinite alternate;
}

.loader:after {
  margin: 0 0 0 auto;
  filter: drop-shadow(-40px 40px 0 #000);
  animation-delay: -1s;
}

@keyframes l8 {
  0%, 10% {
    border-radius: 0;
  }
  30%, 40% {
    border-radius: 50% 0;
  }
  60%, 70% {
    border-radius: 50%;
  }
  90%, 100% {
    border-radius: 0 50%;
  }
}
#loader-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
}/*# sourceMappingURL=main.min.css.map */