body {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
body.doing-transition {
    pointer-events: none;
}
h1,h2,h3,h4,h5 {
    font-weight: normal;
}
.center-div{
    position: relative;
    width: 100%;
    max-width:1175px;
    margin: auto;
}
.scroll-down-arrow {
    position: fixed;
    bottom: 180px;
    right: calc(5% - 116px);
    width: 250px;
    padding-left: 34px;
    background-image: url("../images/left-dark-arrow.png");
    background-size: 21px 14px;
    background-repeat: no-repeat;
    background-position: left top 4px;
    transform: rotate(270deg);
    pointer-events: none;
    z-index: 20;
    opacity: 0;
    -webkit-transition: opacity 200ms cubic-bezier(0.250, 0.460, 0.450, 0.940), bottom 200ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -moz-transition: opacity 200ms cubic-bezier(0.250, 0.460, 0.450, 0.940), bottom 200ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -o-transition: opacity 200ms cubic-bezier(0.250, 0.460, 0.450, 0.940), bottom 200ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    transition: opacity 200ms cubic-bezier(0.250, 0.460, 0.450, 0.940), bottom 200ms cubic-bezier(0.250, 0.460, 0.450, 0.940); /* easeOutQuad */
}
.scroll-down-arrow.anim-in {
    bottom: 160px;
    opacity: 1;
}
.scroll-down-arrow.trans-off {
    opacity: 0;
}
.scroll-down-arrow.anim-in.trans-off {
    opacity: 0;
}
.margin-container {
    width: 90%;
    margin: 0 auto;
}
.huge-size {
    font-size: 7vw;
    font-weight: normal;
    letter-spacing: -0.06em;
    margin: 0;
    line-height: 0.9;
}
.large-heading-size {
    font-weight: normal;
    font-size: 84px;
    line-height: 1;
    margin: 0px auto;
    letter-spacing: -0.054em;
}
.large-heading-size.bigger {
    font-size: 6vw;
}
.medium-heading-size {
    font-weight: normal;
    font-size: 3.2vw;
    line-height: 1.1;
    margin: 0px auto;
    letter-spacing: -0.042em;
}
.small-heading-size {
    font-size: 24px;
    line-height: 1.1;
    margin: 0px auto;
    letter-spacing: -0.025em;
}
.heading-size {
    font-weight: normal;
    font-size: 52px;
    line-height: 1;
    margin: 0px auto;
    letter-spacing: -0.04em;
}
.home-subheading-size {
    font-weight: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: -0.003em;
}
.standard-menu-size {
    font-weight: normal;
    line-height: 1;
    margin: 0px auto;
}
.clearfix:after{
     clear:both;
     content:"";
     display:block;
}
.btn {
    font-weight: normal;
    font-size: 18px;
    line-height: 1;
    padding-right: 35px;
    margin: 0px auto;
    background-image: url("../images/next-arrow.png");
    background-repeat: no-repeat;
    background-position: right top 3px;
    background-size: 21px 14px;
    -webkit-transition: padding 200ms cubic-bezier(0.250, 0.460, 0.450, 0.940), opacity 200ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -moz-transition: padding 200ms cubic-bezier(0.250, 0.460, 0.450, 0.940), opacity 200ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -o-transition: padding 200ms cubic-bezier(0.250, 0.460, 0.450, 0.940), opacity 200ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    transition: padding 200ms cubic-bezier(0.250, 0.460, 0.450, 0.940), opacity 200ms cubic-bezier(0.250, 0.460, 0.450, 0.940); /* easeOutQuad */
}
a {
    color: #1e1b30;
}
p.large {
    font-size: 20px;
    margin: 0;
    line-height: 1.4;
    max-width: 620px;
}
p.quote-size {
    font-size: 2.1vw;
    margin: 0;
    line-height: 1.2;
    max-width: 620px;
    letter-spacing: -0.016em;
}
body.not-mobile .swiper-pagination {
    bottom: 20px;
    right: 20px;
    z-index: 20;
}
body.not-mobile .swiper-pagination-bullet-active {
    background-color: #ffffff !important;
}
body.not-mobile .swiper-pagination-bullet {
    margin: 0 5px;
}
.vertical-align-container {
    display: table;
    width: 100%;
    height: 100%;
}
.vertical-align-container .vertical-align {
    display: table-cell;
    vertical-align: middle;
}
.page-container {
    position: relative;
    width: 100%;
    height: auto;
    -webkit-transition: opacity 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -moz-transition: opacity 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -o-transition: opacity 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    transition: opacity 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940); /* easeOutQuad */
}
body.pop-state .page-container {
    -webkit-transition: opacity 0ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -moz-transition: opacity 0ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -o-transition: opacity 0ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    transition: opacity 0ms cubic-bezier(0.250, 0.460, 0.450, 0.940); /* easeOutQuad */
    display: none;
}
body.pop-state #footer-container {
    -webkit-transition: opacity 0ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -moz-transition: opacity 0ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -o-transition: opacity 0ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    transition: opacity 0ms cubic-bezier(0.250, 0.460, 0.450, 0.940); /* easeOutQuad */
    display: none;
}

.mobile-section {
    opacity: 0;
    -webkit-transition: opacity 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -moz-transition: opacity 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -o-transition: opacity 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    transition: opacity 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940); /* easeOutQuad */
    transition-delay: 0.1s;
}
.mobile-section.top-sec {
    transition-delay: 0.4s;
}
.mobile-section.anim-in {
    opacity: 1;
}
.mobile-section.anim-in .copy-container .right-side {
    opacity: 1;
}
.mobile-section.top-sec .down-mask {
    transition-delay: 0.4s;
}
.mobile-section .down-mask {
    opacity: 0;
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
}
.mobile-section.anim-in .down-mask {
    opacity: 1;
    clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
}

@media all and (max-width: 1200px) {
    .mobile-section.top-sec .down-mask {
        transition-delay: 0.6s;
    }
}

#test-resize-1200 {
    display: none;
}
#test-resize-767 {
    display: none;
}

@media all and (min-width: 2150px) {
    p.large {
        font-size: 24px;
    }
    .large-heading-size {
        font-size: 4.2vw;
    }
    .huge-size {
        font-size: 6.2vw;
    }
    .heading-size {
        font-size: 2.4vw;
    }
}

@media all and (max-width: 1500px) {
    .large-heading-size {
        font-size: 5.2vw;
    }
    .heading-size {
        font-size: 4.2vw;
    }
    p.large {
        font-size: 18px;
    }
}

@media all and (max-width: 1439px) {
    p.large {
        font-size: 17px;
    }
}

@media all and (max-width: 1320px){
    .large-heading-size {
        font-size: 5vw;
    }
    .heading-size {
        font-size: 4vw;
    }
    p.large {
        font-size: 16px;
    }
}

@media all and (max-width: 1200px){
    #test-resize-1200 {
        display: block;
    }
}

@media all and (max-width: 1024px){
    .large-heading-size {
        font-size: 5.45vw;
    }
    p.large {
        font-size: 15px;
    }
}

@media all and (max-width: 1023px) {
    p.quote-size {
        font-size: 3vw;
    }
}

@media all and (max-width: 990px){
    #test-resize-990 {
        display: block;
    }
}

@media all and (max-width: 880px){
    #test-resize-880 {
        display: block;
    }
}

@media all and (max-width: 768px){
    #test-resize-768 {
        display: block;
    }
    .larger-copy-size {
        font-size: 18px;
    }
}

@media all and (max-width: 767px){
    .large-heading-size {
        font-size: 12vw;
    }
    .heading-size {
        font-size: 9vw;
    }
    #test-resize-767 {
        display: block;
    }
    p.large {
        font-size: 18px;
        line-height: 1.3;
    }
    p.quote-size {
        font-size: 6vw;
    }
}

@media all and (max-width: 359px){
    p.large {
        font-size: 17px;
    }
}



@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .btn {
        background-image: url("../images/next-arrow@2x.png");
    }
    #test-retina {
        display: block;
    }
    .scroll-down-arrow {
        background-image: url("../images/left-dark-arrow@2x.png");
    }
}#news{
    position: relative;
    width: 100%;
    max-width: 1230px;
    margin: auto;
    padding-top: 300px;
    padding-left: 34px;
    padding-right: 34px;
}
#news .transition-out {
    opacity: 0;
}
#news .transition-out2 {
    opacity: 0;
}
#news article{
    margin-bottom: 100px;
    -webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */
}
.post-date{
    float: left;
    width: 23%;
    padding-right: 34px;
    max-width: 280px;
    padding-top: 5px;
}
.post-copy{
    float: left;
    width: 67%;
    max-width: 630px;
}
.post-copy h2{
    margin: 0 0 30px;
    line-height: 1;
}
.post-copy p{
    margin: 0 0 30px;
}
.post-video-container{
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    -webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */
}
.post-video-container iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.post-video-container .video-spacer {
    width: 100%;
    height: auto;
}
.post-image-container{
    width: 100%;
    margin-bottom: 30px;
    -webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */
}
.post-image-container img {
    width: 100% !important;
    height: auto !important;
}
.post-copy-container {
    -webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */
}
#news .mobile-heading {
    padding: 0px 0px 30px 0px;
}

@media all and (max-width: 990px) {
    #news {
        padding-top: 200px;
    }
}

@media all and (max-width: 880px) {
    .post-date{
        width: 100%;
        max-width: none;
    }
    .post-copy{
        width: 100%;
        max-width: none;
    }
}

@media all and (max-width: 767px) {
    #news {
        padding-top: 124px;
    }
}.is-virtual-scroll {
    overflow: hidden;
}

.is-native-scroll.y-scroll {
    overflow-y: scroll;
    overflow-x: hidden;
}

.is-native-scroll.x-scroll {
    overflow-y: hidden;
    overflow-x: scroll;
}

.rolly-view {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin: auto;
}

.rolly-scroll-bar {
    display: block;
    position: absolute;
    transition: transform 0.6s ease-out;
    background: #efefef;
}

.rolly-scroll-bar.is-hidden {
    display: none;
}

.rolly-scroll-bar.y-scroll {
    top: 0;
    right: 0;
    bottom: 0;
    width: 12px;
    height: 100%;
    transform: scaleX(0.5);
    transform-origin: right;
}

.rolly-scroll-bar.x-scroll {
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 12px;
    transform: scaleY(0.5);
    transform-origin: bottom;
}

.is-dragging-scroll-bar .rolly-scroll-bar,
.rolly-scroll-bar:hover {
    transform: none;
}

.rolly-scroll-bar-thumb {
    width: 100%;
    height: auto;
    background: #ccc;
}

.rolly-scroll-view {
    position: absolute;
    top: 0;
    width: 1px;
}
#menu-burger{
    position: absolute;
    cursor: pointer;
    width:45px;
    height:38px;
    display: none;
    right:10px;
    top:10px;
    z-index: 2001;
}
#menu-burger .menu-line{
    position: absolute;
    width: 24px;
    height: 3px;
    background: #56565a;
    -webkit-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -moz-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -o-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}

#menu-burger .menu-line1{
    top: 10px;
    left: 10px;
}
#menu-burger:hover > .menu-line1{
    top: 8px;
}
#menu-burger.close .menu-line1{
    top: 19px;
    -webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,45deg);
    -moz-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,45deg);
    -o-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,45deg);
    -ms-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,45deg);
    transform: scale3d(.9,.9,.9) rotate3d(0,0,1,45deg);
}
#menu-burger .menu-line2{
    top: 18px;
    left: 10px;
}
#menu-burger.close .menu-line2{
    -webkit-transform: scale3d(.9,.9,.9);
    -moz-transform: scale3d(.9,.9,.9);
    -o-transform: scale3d(.9,.9,.9);
    -ms-transform: scale3d(.9,.9,.9);
    transform: scale3d(.9,.9,.9);
    opacity: 0;
}
#menu-burger .menu-line3{
    top: 26px;
    left: 10px;
}
#menu-burger:hover > .menu-line3{
    top: 28px;
}
#menu-burger.close .menu-line3{
    top: 19px;
    -webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-45deg);
    -moz-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-45deg);
    -o-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-45deg);
    -ms-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-45deg);
    transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-45deg);
}
#menu-burger.close:hover > .menu-line1{
    -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,45deg);
    -moz-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,45deg);
    -o-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,45deg);
    -ms-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,45deg);
    transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,45deg);
}
#menu-burger.close:hover > .menu-line3{
    -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-45deg);
    -moz-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-45deg);
    -o-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-45deg);
    -ms-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-45deg);
    transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-45deg);
}

@media all and (max-width: 960px) {
    #menu-burger{
        display: block;
        z-index: 101;
    }

}html {
	overflow-y: scroll;
	overflow-x: hidden;
}
body{
	padding: 0px;
    margin: 0px;
    height:100%;
	font-weight: normal;
	font-size: 1rem;
	line-height: 1.4;
	color: #1e1b30;
    background: #f5f5f5;
	-webkit-transition: background-color 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-moz-transition: background-color 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-o-transition: background-color 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	transition: background-color 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940); /* easeOutQuad */
}
@media all and (min-width: 2150px) {
	body {
		font-size: 1.1rem;
	}
}
@media all and (max-width: 1320px) {
	body {
		font-size: 16px;
	}
}
@media all and (max-width: 1024px) {
	body {
		font-size: 15px;
	}
}
@media all and (max-width: 767px){
	body {
		/*font-size: 16px;*/
	}
}
img{border: none;}
a{text-decoration: none;outline: none;-webkit-tap-highlight-color: rgba(255, 255, 255, 0);}

table{
	border:0px;
	padding:0px;
	margin:0px;	
	border-collapse: collapse;
	border-spacing: 0px;
}
td{
	padding:0px;
	margin:0px;
	line-height: 0px;
}
tr{
	padding:0px;
	margin:0px;
}
.left{float: left;}
.right{float: right;}
.mouseNo{pointer-events:none;}
.mouseYes{pointer-events:all;}
.block{display: block;}
.inlineBlock{display: inline-block;}
.clear{clear:both;}
.hand{cursor: pointer;}
.hide{display: none;}
.hidden{visibility: hidden;}
.center{text-align: center;}
.lowercase{text-transform: lowercase;}
.uppercase{text-transform: uppercase;}
.underline{text-decoration: underline;}
*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#current-page-title{
	display: none;
}#single-work {
  opacity: 0; }

#project {
  position: relative;
  width: 100%;
  margin: auto; }
  @media all and (max-width: 1200px) {
    #project .scroll-down-arrow {
      display: none; } }
  #project.watching-video #project-videos .play-btn-container {
    opacity: 0; }
  #project.watching-video #project-videos .poster-img {
    opacity: 0;
    pointer-events: none; }
  #project .credits-desktop {
    position: absolute;
    top: 200px;
    width: 50%;
    max-width: 380px;
    margin: 0;
    opacity: 0.6; }
    @media all and (max-width: 1200px) {
      #project .credits-desktop {
        position: relative;
        top: auto !important;
        width: 100%;
        margin-top: 0px;
        display: none; } }
  #project .credits-mobile {
    position: absolute;
    top: 200px;
    width: 50%;
    max-width: 380px;
    margin-bottom: 30px;
    display: none;
    opacity: 0.6; }
    @media all and (max-width: 1200px) {
      #project .credits-mobile {
        position: relative;
        top: auto !important;
        width: 100%;
        margin-top: 0px;
        display: block; } }
    #project .credits-mobile.expand .credits-title .arrow {
      transform: rotate(180deg); }
    #project .credits-mobile.expand .credits-container {
      max-height: 299px;
      opacity: 0.6; }
    #project .credits-mobile.full {
      opacity: 0.6; }
      @media all and (max-width: 1200px) {
        #project .credits-mobile.full {
          padding: 0;
          border-top: none;
          border-bottom: none; } }
    #project .credits-mobile.credits-dropdown p {
      margin: 20px 0 0 0; }
    #project .credits-mobile .credits-title .txt {
      float: left;
      margin-right: 5px; }
    #project .credits-mobile .credits-title .arrow {
      float: left;
      width: 11px;
      height: 7px;
      margin-top: 8px;
      background-image: url(../images/dropdown-arrow-dark.png);
      background-repeat: no-repeat;
      background-size: 11px 7px;
      transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
      /* easeOutQuad */ }
    #project .credits-mobile .credits-container {
      position: relative;
      width: 100%;
      height: auto;
      max-height: 0px;
      overflow: hidden;
      transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
      /* easeOutQuad */ }
  #project .main-title {
    position: fixed;
    bottom: 20px;
    left: 5%;
    width: 80%;
    z-index: 10; }
    @media all and (max-width: 1200px) {
      #project .main-title {
        transform: none !important; } }
    @media all and (max-width: 1200px) {
      #project .main-title.desktop {
        display: none; } }
    #project .main-title.mobile {
      position: relative;
      bottom: auto;
      left: auto;
      width: 100%;
      display: none; }
      @media all and (max-width: 1200px) {
        #project .main-title.mobile {
          display: block; } }
    #project .main-title .back-txt-btn {
      position: absolute;
      top: 2px;
      left: -34px;
      display: none; }
      #project .main-title .back-txt-btn .arrow {
        float: left;
        width: 21px;
        height: 14px;
        margin-top: 6px;
        margin-right: 12px;
        background-image: url("../images/left-dark-arrow.png");
        background-size: 17px 11px;
        background-repeat: no-repeat; }
        @media all and (-webkit-min-device-pixel-ratio: 1.5) {
          #project .main-title .back-txt-btn .arrow {
            background-image: url("../images/left-dark-arrow@2x.png"); } }
      #project .main-title .back-txt-btn .txt {
        float: left;
        display: none; }
    #project .main-title h1 {
      font-size: 3.7vw;
      line-height: 1.05;
      margin: 0px 0px -2px -0.06em;
      transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
      /* easeInOutQuad */ }
      @media all and (min-width: 2150px) {
        #project .main-title h1 {
          margin-bottom: 0px; } }
      @media all and (min-width: 1025px) and (max-height: 799px) {
        #project .main-title h1 {
          font-size: 52px; } }
      @media all and (max-width: 767px) {
        #project .main-title h1 {
          font-size: 12vw;
          margin-bottom: 7px; } }
    #project .main-title p.large {
      margin: 0; }
      @media all and (max-width: 1200px) {
        #project .main-title p.large {
          margin-top: 10px; } }
      @media all and (max-width: 767px) {
        #project .main-title p.large {
          margin-top: 0px; } }
      #project .main-title p.large .txt {
        transition-delay: 0.1s !important; }
    #project .main-title .small-divider {
      position: absolute;
      width: 30px;
      height: 1px;
      background-color: #1e1b30; }
      @media all and (max-width: 1200px) {
        #project .main-title .small-divider {
          position: relative;
          top: auto !important;
          margin: 20px 0; } }

@media all and (max-width: 767px) {
  #single-work.case-study-page .process-content .left-img {
    margin-bottom: 10px; } }
@media all and (max-width: 767px) {
  #single-work.case-study-page .process-content .left-text-area.mobile {
    width: 90%; } }
#single-work.case-study-page #project-content {
  margin-bottom: 120px; }
  @media all and (max-width: 1200px) {
    #single-work.case-study-page #project-content {
      margin-bottom: 70px; } }
  @media all and (max-width: 767px) {
    #single-work.case-study-page #project-content {
      margin-bottom: 40px; } }
  #single-work.case-study-page #project-content .back-btn-top {
    display: none; }
  #single-work.case-study-page #project-content .right-content {
    margin-top: 30px; }
    @media all and (max-width: 767px) {
      #single-work.case-study-page #project-content .right-content {
        margin-top: 0;
        margin-bottom: 0px; } }

#project-content {
  position: relative;
  width: 90%;
  margin: 0px auto 200px; }
  @media all and (max-width: 1200px) {
    #project-content {
      margin-top: 80px !important;
      margin-bottom: 120px; } }
  @media all and (max-width: 767px) {
    #project-content {
      margin-top: 40px !important;
      margin-bottom: 40px; } }
  #project-content .left-content {
    float: left;
    width: 50%;
    padding-right: 5%; }
    @media all and (max-width: 767px) {
      #project-content .left-content {
        width: 100%;
        clear: both;
        padding-right: 0; } }
    #project-content .left-content p {
      margin: 100px 0 0; }
      @media all and (max-width: 1200px) {
        #project-content .left-content p {
          margin: 0; } }
      @media all and (max-width: 767px) {
        #project-content .left-content p {
          margin-bottom: 40px; } }
  #project-content .back-btn-top {
    position: absolute;
    bottom: 30px;
    left: 0px;
    -webkit-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    /* easeOutQuad */ }
    @media all and (max-width: 1200px) {
      #project-content .back-btn-top {
        bottom: 0; } }
    @media all and (max-width: 767px) {
      #project-content .back-btn-top {
        position: relative;
        left: auto;
        bottom: auto;
        clear: both;
        display: inline-block; } }
    #project-content .back-btn-top .arrow {
      float: left;
      width: 21px;
      height: 14px;
      margin-top: 6px;
      margin-right: 6px;
      background-image: url("../images/left-dark-arrow.png");
      background-size: 17px 11px;
      background-repeat: no-repeat; }
      @media all and (-webkit-min-device-pixel-ratio: 1.5) {
        #project-content .back-btn-top .arrow {
          background-image: url("../images/left-dark-arrow@2x.png"); } }
    #project-content .back-btn-top .txt {
      float: left; }
  #project-content .right-content {
    float: left;
    width: 50%;
    min-height: 260px;
    padding-right: 0px; }
    @media all and (max-width: 767px) {
      #project-content .right-content {
        width: 100%;
        clear: both;
        margin-bottom: 80px;
        min-height: 0 !important; } }
    #project-content .right-content h3 {
      margin: 0 0 40px;
      max-width: 540px; }
    #project-content .right-content p {
      margin: 0 0 30px;
      max-width: 680px; }
      #project-content .right-content p.large {
        font-size: 24px; }
        @media all and (max-width: 767px) {
          #project-content .right-content p.large {
            font-size: 20px; } }
      @media all and (max-width: 1200px) {
        #project-content .right-content p.standard-copy-size {
          margin-bottom: 0; } }

.poster-img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background-color: #F5F5F5;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 30;
  cursor: pointer;
  transition: opacity 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /* easeOutQuad */
  overflow: hidden; }

#project-videos.anim-in .poster-img.has-anim .bg {
  transform: scale(1, 1); }

.play-btn-container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90px;
  height: 90px;
  margin: -45px 0 0 -45px;
  color: #ffffff;
  background-color: #1e1b30;
  border-radius: 100%;
  overflow: hidden;
  background-image: url("../images/play-btn.png");
  background-size: 17px 23px;
  background-repeat: no-repeat;
  background-position: center left 38px;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /* easeOutQuad */ }
  @media all and (max-width: 1200px) {
    .play-btn-container {
      opacity: 1;
      transform: none !important; } }
  @media all and (max-width: 767px) {
    .play-btn-container {
      width: 60px;
      height: 60px;
      margin: -30px 0 0 -30px;
      background-size: 14px 20px;
      background-position: center left 25px; } }
  @media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .play-btn-container {
      background-image: url("../images/play-btn@2x.png"); } }
  .play-btn-container.trans-in {
    opacity: 1; }

#project-videos {
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: 5;
  transition-delay: 0.4s; }
  @media all and (max-width: 1200px) {
    #project-videos {
      height: auto;
      margin-top: 150px; } }
  @media all and (max-width: 767px) {
    #project-videos {
      margin-top: 130px;
      transition-delay: 0.5s; } }
  #project-videos .poster-img {
    transition-delay: 0.4s; }
    @media all and (max-width: 767px) {
      #project-videos .poster-img {
        transition-delay: 0.5s; } }
    #project-videos .poster-img .bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      /*transform: scale(1.08,1.08);*/
      transition: all 1000ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
      /* easeOutQuad */
      transition-delay: 0.4s; }
      @media all and (max-width: 767px) {
        #project-videos .poster-img .bg {
          transition-delay: 0.5s; } }
  #project-videos .videos-panel {
    position: absolute;
    top: 50%;
    left: 5%;
    width: 90%;
    height: calc(100vh - 320px);
    transform: translate(0px, -50%);
    transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
    /* easeInOutCubic */
    transition-delay: 0.4s; }
    @media all and (min-height: 1001px) {
      #project-videos .videos-panel {
        height: calc(100vh - 420px); } }
    @media all and (min-width: 1201px) and (max-height: 799px) {
      #project-videos .videos-panel {
        height: calc(100vh - 240px); } }
    @media all and (max-width: 1200px) {
      #project-videos .videos-panel {
        position: relative;
        top: auto;
        left: auto;
        margin: 0 auto;
        height: auto;
        transform: none; } }
    @media all and (max-width: 767px) {
      #project-videos .videos-panel {
        width: 100%;
        left: 0; } }
    #project-videos .videos-panel .videos-container {
      position: relative;
      width: 100%;
      height: 100%;
      overflow: hidden;
      -webkit-transition: opacity 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -moz-transition: opacity 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -o-transition: opacity 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: opacity 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
      /* easeOutQuad */ }
      #project-videos .videos-panel .videos-container #project-video-loading {
        display: none; }
      #project-videos .videos-panel .videos-container .video-spacer {
        position: relative;
        z-index: 1;
        display: none;
        width: 100%; }
        @media all and (max-width: 1200px) {
          #project-videos .videos-panel .videos-container .video-spacer {
            display: block; } }
      #project-videos .videos-panel .videos-container .current-video {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 5;
        -webkit-transition: opacity 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -moz-transition: opacity 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -o-transition: opacity 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: opacity 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
        /* easeOutQuad */ }
        #project-videos .videos-panel .videos-container .current-video iframe {
          width: 100%;
          height: 100%; }

.process-vid {
  margin: 0 auto;
  position: relative;
  width: 90%;
  max-width: 1200px; }
  .process-vid .video-spacer {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    z-index: 1; }
  .process-vid .poster-img {
    display: none; }
  .process-vid .current-video {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3; }
    .process-vid .current-video iframe {
      width: 100%;
      height: 100%; }
  .process-vid .video-loading {
    display: none; }

.video-spacer {
  width: 100%; }

.videos-nav {
  position: absolute;
  top: 50%;
  right: 5%;
  width: 8px;
  padding: 20px 0 0;
  margin: 0 11px 0 0;
  text-align: center;
  transform: translate(0px, -50%); }
  @media all and (max-width: 1200px) {
    .videos-nav {
      position: relative;
      top: auto;
      right: auto;
      width: 100%;
      transform: none;
      z-index: 200; } }
  .videos-nav li {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 12px 0 0;
    opacity: 0.3;
    cursor: pointer; }
    @media all and (max-width: 1200px) {
      .videos-nav li {
        display: inline-block;
        margin-right: 6px; } }
    .videos-nav li.selected {
      opacity: 1;
      cursor: default; }
    .videos-nav li .circle {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 6px;
      height: 6px;
      background: #1e1b30;
      border-radius: 50%; }

.prev-video {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 8.5%;
  cursor: pointer;
  z-index: 9;
  display: none; }
  .prev-video .prev-arrow, .prev-video .prev-arrow-over {
    background-image: url("../images/prev-arrow.png");
    background-size: 21px 14px; }
    @media all and (-webkit-min-device-pixel-ratio: 1.5) {
      .prev-video .prev-arrow, .prev-video .prev-arrow-over {
        background-image: url("../images/prev-arrow@2x.png"); } }
  .prev-video .prev-arrow, .prev-video .prev-arrow-over {
    position: absolute;
    left: 50%;
    width: 21px;
    height: 14px;
    background-repeat: no-repeat;
    display: block;
    opacity: 0.3;
    margin-left: -11px;
    -webkit-transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
    /* easeInOutQuart */ }

.next-video {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 8.5%;
  cursor: pointer;
  z-index: 9;
  display: none; }
  .next-video .next-arrow, .next-video .next-arrow-over {
    background-image: url("../images/next-arrow.png");
    background-size: 21px 14px; }
    @media all and (-webkit-min-device-pixel-ratio: 1.5) {
      .next-video .next-arrow, .next-video .next-arrow-over {
        background-image: url("../images/next-arrow@2x.png"); } }
  .next-video .next-arrow, .next-video .next-arrow-over {
    position: absolute;
    left: 50%;
    width: 21px;
    height: 14px;
    background-repeat: no-repeat;
    display: block;
    opacity: 0.3;
    margin-left: -11px;
    -webkit-transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
    /* easeInOutQuart */ }

#next-case-study {
  display: none; }

.process-content {
  position: relative;
  width: 100%; }
  .process-content .left-img {
    float: left;
    width: 60%;
    margin: 0 auto 40px 5%; }
    @media all and (max-width: 1200px) {
      .process-content .left-img {
        width: 90%;
        margin-left: 5%; } }
    .process-content .left-img img {
      width: 100%; }
  .process-content .right-img {
    width: 60%;
    margin-right: 5%; }
    @media all and (max-width: 1200px) {
      .process-content .right-img {
        width: 90%;
        float: right;
        margin-bottom: 80px; } }
    @media all and (max-width: 767px) {
      .process-content .right-img {
        margin-bottom: 70px; } }
    .process-content .right-img img {
      width: 100%; }
  .process-content .left-text-right-img {
    display: flex;
    clear: both;
    width: 100%;
    margin: 0 5% 120px 5%; }
    @media all and (max-width: 1200px) {
      .process-content .left-text-right-img {
        display: block;
        width: 100%;
        margin: 0 auto 120px auto; } }
    @media all and (max-width: 767px) {
      .process-content .left-text-right-img {
        margin-bottom: 40px; } }
  .process-content .left-text-area {
    width: 25%;
    margin-left: 5%;
    height: 100%; }
    @media all and (max-width: 1200px) {
      .process-content .left-text-area.desktop {
        display: none; } }
    .process-content .left-text-area.mobile {
      display: none; }
      @media all and (max-width: 1200px) {
        .process-content .left-text-area.mobile {
          display: block;
          width: 45%;
          height: auto;
          clear: both;
          margin-right: 0;
          margin-left: 5%; } }
    .process-content .left-text-area .copy {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 25%;
      max-width: 480px; }
      @media all and (max-width: 1200px) {
        .process-content .left-text-area .copy {
          position: relative;
          bottom: auto;
          left: auto;
          width: 100%;
          max-width: 540px; } }
      .process-content .left-text-area .copy p {
        margin: 20px 0 0 0; }
  .process-content .development-heading {
    clear: both;
    margin-top: 150px;
    margin-bottom: 60px; }
    @media all and (max-width: 767px) {
      .process-content .development-heading {
        margin-top: 80px;
        margin-bottom: 40px; } }
    .process-content .development-heading h2 {
      text-align: center; }
  .process-content .development-content {
    position: relative;
    width: 90%;
    margin: 0 auto 80px auto; }
    @media all and (max-width: 1200px) {
      .process-content .development-content {
        margin-bottom: 40px; } }
    @media all and (max-width: 767px) {
      .process-content .development-content {
        width: 100%;
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        height: auto;
        max-width: none;
        margin-bottom: 40px; } }
    .process-content .development-content img {
      float: left;
      width: calc(50% - 20px);
      margin-bottom: 40px; }
      @media all and (max-width: 767px) {
        .process-content .development-content img {
          float: none;
          width: 80vw;
          margin: 10px 0 40px 5%;
          display: inline-block;
          vertical-align: text-top; } }
    .process-content .development-content img:nth-child(2n) {
      float: right; }
      @media all and (max-width: 767px) {
        .process-content .development-content img:nth-child(2n) {
          float: none; } }
    .process-content .development-content img:nth-child(2n+1) {
      clear: both; }
      @media all and (max-width: 767px) {
        .process-content .development-content img:nth-child(2n+1) {
          clear: none; } }
    @media all and (max-width: 767px) {
      .process-content .development-content img:last-child {
        margin-right: 5vw; } }
  .process-content .back-btn {
    position: relative;
    display: block;
    width: 150px;
    clear: both;
    margin: 40px 0 40px 5%;
    -webkit-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    /* easeOutQuad */ }
    .process-content .back-btn span {
      display: block; }
    .process-content .back-btn .arrow {
      float: left;
      width: 17px;
      height: 11px;
      margin-top: 6px;
      margin-right: 6px;
      background-image: url("../images/left-dark-arrow.png");
      background-size: 17px 11px;
      background-repeat: no-repeat; }
      @media all and (-webkit-min-device-pixel-ratio: 1.5) {
        .process-content .back-btn .arrow {
          background-image: url("../images/left-dark-arrow@2x.png"); } }
    .process-content .back-btn .txt {
      float: left; }

.circle-preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
  width: 60px;
  height: 60px;
  opacity: 0;
  pointer-events: none;
  z-index: 190;
  -webkit-transition: opacity 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /* easeOutQuad */ }
  .circle-preloader:before {
    content: '';
    display: block;
    padding-top: 100%; }
  .circle-preloader .circular {
    animation: rotate 2s linear infinite;
    height: 100%;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .circle-preloader .circular-static {
    height: 100%;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0.2; }
  .circle-preloader .path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round; }
  .circle-preloader .path-bg {
    stroke: #000;
    display: none; }

@keyframes rotate {
  100% {
    transform: rotate(360deg); } }
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px; } }
@keyframes color {
  100%,
  0% {
    stroke: #1e1b30; } }
body.preloading-anim .circle-preloader {
  opacity: 1; }
body.preloading-anim #project-videos-nav {
  pointer-events: none; }
body.preloading-anim #project-videos {
  pointer-events: none; }
  body.preloading-anim #project-videos .videos-panel .videos-container {
    opacity: 0; }

/*# sourceMappingURL=project.css.map */
.landing-page {
  position: relative;
  z-index: 1;
  outline: none;
  border: none; }
  .landing-page .showreel {
    position: relative;
    width: 75%;
    margin-left: 5%;
    outline: none;
    border: none;
    overflow: hidden;
    background-color: #000000;
    transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
    /* easeInOutCubic */ }
    @media all and (max-width: 1439px) {
      .landing-page .showreel {
        width: 90%; } }
    @media all and (max-width: 767px) {
      .landing-page .showreel {
        width: 100%;
        margin-left: 0; } }
    .landing-page .showreel.trans-in {
      opacity: 1; }
      .landing-page .showreel.trans-in .video-container video {
        transform: scale(1, 1); }
    .landing-page .showreel #full-showreel {
      position: absolute;
      top: 50%;
      left: 50%;
      opacity: 0;
      transform: translate(-50%, -50%);
      pointer-events: none;
      z-index: 3000;
      -webkit-transition: opacity 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -moz-transition: opacity 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -o-transition: opacity 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: opacity 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
      /* easeOutQuad */ }
      @media all and (max-width: 1200px) {
        .landing-page .showreel #full-showreel {
          /*
          top: 0;
          left: 0;
          width: 100% !important;
          height: 100% !important;
          transform: none !important;
          */ } }
      .landing-page .showreel #full-showreel iframe {
        width: 100%;
        height: 100%; }
    .landing-page .showreel .close-btn {
      position: absolute;
      top: 20px;
      right: 20px;
      width: 60px;
      height: 60px;
      z-index: 3001;
      cursor: pointer;
      transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
      /* easeOutQuad */ }
      @media all and (max-width: 767px) {
        .landing-page .showreel .close-btn {
          top: 10px;
          right: 10px; } }
      .landing-page .showreel .close-btn.trans-in .close-line.close-line1 {
        top: 28px;
        left: 17px;
        opacity: 1; }
      .landing-page .showreel .close-btn.trans-in .close-line.close-line2 {
        top: 28px;
        left: 17px;
        opacity: 1; }
      .landing-page .showreel .close-btn.trans-in:hover {
        transform: rotate(90deg); }
      .landing-page .showreel .close-btn .close-line {
        position: absolute;
        width: 24px;
        height: 2px;
        background-color: #FFFFFF;
        transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
        /* easeOutQuad */ }
        .landing-page .showreel .close-btn .close-line.close-line1 {
          top: 18px;
          left: 7px;
          opacity: 0;
          transform: rotate(45deg); }
        .landing-page .showreel .close-btn .close-line.close-line2 {
          top: 18px;
          left: 27px;
          opacity: 0;
          transform: rotate(135deg);
          transition-delay: 0.1s; }
    .landing-page .showreel .showreel-bg {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      -webkit-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -moz-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -o-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
      /* easeOutQuad */
      outline: none;
      border: none; }
    .landing-page .showreel .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 10;
      background-color: #000000;
      opacity: 0;
      cursor: pointer; }
    .landing-page .showreel .video-container {
      -webkit-transition: opacity 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -moz-transition: opacity 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -o-transition: opacity 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: opacity 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
      /* easeOutQuad */ }
      .landing-page .showreel .video-container video {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        transform: scale(1.3, 1.3);
        transition: all 1000ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
        /* easeOutQuad */
        transition-delay: 0.6s; }
    .landing-page .showreel .spacer {
      float: left;
      width: 100%; }
    .landing-page .showreel .play-btn {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 35px;
      height: 46px;
      margin-left: -17px;
      margin-top: -23px;
      z-index: 10;
      background-image: url("../images/play-btn.png");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 35px 46px; }
    .landing-page .showreel #circle-cursor {
      position: absolute;
      width: 90px;
      height: 90px;
      margin: -45px 0 0 -45px;
      color: #ffffff;
      background-color: #1e1b30;
      border-radius: 100%;
      overflow: hidden;
      background-image: url("../images/play-btn.png");
      background-size: 17px 23px;
      background-repeat: no-repeat;
      background-position: center left 38px;
      z-index: 100;
      pointer-events: none;
      opacity: 0;
      -webkit-transition: opacity 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -moz-transition: opacity 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -o-transition: opacity 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: opacity 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
      /* easeOutQuad */ }
      @media all and (max-width: 767px) {
        .landing-page .showreel #circle-cursor {
          width: 60px;
          height: 60px;
          margin: -30px 0 0 -30px;
          background-size: 14px 20px;
          background-position: center left 25px; } }
      @media all and (-webkit-min-device-pixel-ratio: 1.5) {
        .landing-page .showreel #circle-cursor {
          background-image: url("../images/play-btn@2x.png"); } }
      .landing-page .showreel #circle-cursor.trans-in {
        opacity: 1; }
      .landing-page .showreel #circle-cursor .txt {
        position: absolute;
        top: calc(50% - 20px);
        left: 0px;
        width: 100%;
        margin-top: -3px;
        transform: translate(0px, -50%);
        text-align: center;
        font-size: 13px;
        line-height: 1.2;
        display: none; }

.showreel-txt {
  position: absolute;
  font-size: 32px;
  width: calc(100% - 40px);
  bottom: 20px;
  left: 20px;
  z-index: 10;
  opacity: 0;
  overflow: hidden;
  color: #ffffff;
  -webkit-transition: opacity 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /* easeOutQuad */ }
  @media all and (min-width: 2150px) {
    .showreel-txt {
      font-size: 42px; } }
  @media all and (max-width: 1320px) {
    .showreel-txt {
      font-size: 24px; } }
  @media all and (max-width: 767px) {
    .showreel-txt {
      display: none; } }
  .showreel-txt.fixed {
    position: fixed;
    left: calc(5% + 20px);
    width: calc(90% - 40px); }
  .showreel-txt.hover {
    opacity: 1; }
    .showreel-txt.hover > div {
      transform: translate(0px, 0px); }
  .showreel-txt > div {
    float: left;
    transform: translate(0px, 50px);
    -webkit-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
    /* easeOutQuart */ }
  .showreel-txt .small-divider {
    margin: 20px 7px 0 7px;
    width: 30px;
    height: 1px;
    background-color: #ffffff; }
    @media all and (max-width: 1320px) {
      .showreel-txt .small-divider {
        margin: 13px 6px 0 6px; } }
    @media all and (max-width: 1024px) {
      .showreel-txt .small-divider {
        width: 20px; } }

.mobile .showreel-txt.fixed {
  display: none; }
.mobile .landing-page .showreel #circle-cursor {
  top: 50%;
  left: 50%;
  opacity: 1; }
.mobile .landing-page .showreel .showreel-txt {
  opacity: 1; }
  .mobile .landing-page .showreel .showreel-txt > div {
    transform: translate(0px, 0px); }
  @media all and (max-width: 1200px) {
    .mobile .landing-page .showreel .showreel-txt .small-divider {
      margin: 12px 7px 0 7px; } }

.info-section {
  position: relative;
  z-index: 100; }
  .info-section .copy-container {
    position: relative;
    padding: 180px 0 80px 0;
    display: flex; }
    @media all and (min-width: 2150px) {
      .info-section .copy-container {
        padding: 280px 0 80px 0; } }
    @media all and (max-width: 1024px) {
      .info-section .copy-container {
        padding: 180px 0 50px 0; } }
    @media all and (max-width: 767px) {
      .info-section .copy-container {
        display: block;
        padding: 130px 0 50px 0; } }
    .info-section .copy-container .left-side {
      width: 56.67%;
      margin-right: 10%;
      padding-right: 60px; }
      @media all and (max-width: 1500px) {
        .info-section .copy-container .left-side {
          width: 61.67%;
          margin-right: 0; } }
      @media all and (max-width: 1200px) {
        .info-section .copy-container .left-side {
          width: 58.33%; } }
      @media all and (max-width: 1024px) {
        .info-section .copy-container .left-side {
          width: 61.67%; } }
      @media all and (max-width: 767px) {
        .info-section .copy-container .left-side {
          width: 100%;
          margin-bottom: 20px;
          padding-right: 0; } }
      .info-section .copy-container .left-side h1 > div {
        overflow: hidden;
        line-height: 1.1;
        margin-bottom: -5px; }
      @media all and (max-width: 767px) {
        .info-section .copy-container .left-side h1 br {
          display: none; } }
    .info-section .copy-container .right-side {
      width: 33.33%;
      opacity: 0;
      transition: opacity 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
      /* easeOutQuad */
      transition-delay: 0.7s; }
      @media all and (min-width: 2150px) {
        .info-section .copy-container .right-side {
          margin-left: -1px; } }
      @media all and (max-width: 1500px) {
        .info-section .copy-container .right-side {
          width: 38.33%; } }
      @media all and (max-width: 1200px) {
        .info-section .copy-container .right-side {
          width: 41.67%; } }
      @media all and (max-width: 1024px) {
        .info-section .copy-container .right-side {
          width: 38.33%; } }
      @media all and (max-width: 767px) {
        .info-section .copy-container .right-side {
          width: 100%; } }
      .info-section .copy-container .right-side .copy {
        max-width: 460px;
        position: absolute;
        bottom: 91px; }
        @media all and (min-width: 2150px) {
          .info-section .copy-container .right-side .copy {
            max-width: 620px; } }
        @media all and (max-width: 1320px) {
          .info-section .copy-container .right-side .copy {
            position: relative;
            width: 100%;
            bottom: auto; } }
        .info-section .copy-container .right-side .copy p {
          margin-bottom: 30px; }
          @media all and (max-width: 1100px) {
            .info-section .copy-container .right-side .copy p {
              margin-bottom: 20px; } }
          @media all and (max-width: 767px) {
            .info-section .copy-container .right-side .copy p {
              padding-right: 10px; } }
        .info-section .copy-container .right-side .copy .txt-btn {
          float: left;
          display: block;
          position: relative;
          padding-right: 18px;
          background-image: url("../images/dropdown-arrow-dark.png");
          background-repeat: no-repeat;
          background-position: right top 9px;
          background-size: 11px 7px;
          cursor: pointer; }
          @media all and (max-width: 1439px) {
            .info-section .copy-container .right-side .copy .txt-btn {
              background-position: right top 8px; } }
          @media all and (-webkit-min-device-pixel-ratio: 1.5) {
            .info-section .copy-container .right-side .copy .txt-btn {
              background-image: url("../images/dropdown-arrow-dark@2x.png"); } }

#landing-container .work-item {
  transition-delay: 0.4s; }
  @media all and (max-width: 767px) {
    #landing-container .work-item {
      transition-delay: 0.2s; } }
  #landing-container .work-item:hover .video-cont {
    opacity: 1; }
  #landing-container .work-item .video-cont {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
    pointer-events: none;
    display: block;
    transition: opacity 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    /* easeOutQuad */ }
    #landing-container .work-item .video-cont video {
      position: absolute;
      top: 0;
      left: 50%;
      width: auto;
      height: 100%;
      display: none;
      transform: translate(-50%, 0px); }
  #landing-container .work-item[data-index="4"] .video-cont video {
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    transform: translate(0px, -50%); }
@media all and (max-width: 1439px) {
  #landing-container .scroll-down-arrow {
    display: none; } }
@media all and (max-width: 767px) {
  #landing-container .work-title-container {
    /*bottom: -20px;*/
    opacity: 0;
    transition-delay: 0.1s; } }
@media all and (max-width: 767px) {
  #landing-container .anim-in .work-title-container {
    bottom: 0px;
    opacity: 1; } }

body.playing-showreel header {
  opacity: 0;
  pointer-events: none; }
body.playing-showreel .landing-page .showreel {
  width: 100%;
  height: 100vh;
  margin-left: 0;
  background-color: rgba(0, 0, 0, 0.9); }
  body.playing-showreel .landing-page .showreel .spacer {
    height: 100vh; }
  body.playing-showreel .landing-page .showreel .video-container {
    opacity: 0;
    pointer-events: none; }
  body.playing-showreel .landing-page .showreel .overlay {
    display: none; }
  body.playing-showreel .landing-page .showreel #circle-cursor {
    opacity: 0;
    pointer-events: none; }
  body.playing-showreel .landing-page .showreel #full-showreel {
    opacity: 1;
    pointer-events: auto; }
body.playing-showreel .showreel-txt {
  opacity: 0 !important; }

/*# sourceMappingURL=landing.css.map */
.clients-title-section.margin-container {
  margin: 75px auto 0; }
  @media all and (min-width: 2150px) {
    .clients-title-section.margin-container {
      margin: 150px auto 0; } }
  @media all and (max-width: 768px) {
    .clients-title-section.margin-container {
      margin-top: 50px; } }
  .clients-title-section.margin-container h2 {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 37px; }
    @media all and (min-width: 2150px) {
      .clients-title-section.margin-container h2 {
        margin-bottom: 75px; } }
    @media all and (max-width: 1100px) {
      .clients-title-section.margin-container h2 {
        margin-bottom: 20px; } }
    @media all and (max-width: 768px) {
      .clients-title-section.margin-container h2 {
        margin-bottom: 25px; } }
    .clients-title-section.margin-container h2 > div {
      overflow: hidden; }

.clients-section {
  position: relative;
  margin: 0 auto 75px; }
  @media all and (min-width: 2150px) {
    .clients-section {
      margin: 0 auto 150px; } }
  @media all and (max-width: 768px) {
    .clients-section {
      margin-bottom: 50px; } }
  .clients-section.anim-in .logo {
    opacity: 1; }
  .clients-section .logos-container {
    position: relative;
    width: 75%;
    margin: 40px auto 80px; }
    @media all and (max-width: 1439px) {
      .clients-section .logos-container {
        width: 100%; } }
    @media all and (max-width: 1100px) {
      .clients-section .logos-container {
        margin-top: 20px; } }
    @media all and (max-width: 767px) {
      .clients-section .logos-container {
        margin-bottom: 60px; } }
  .clients-section .logo {
    position: relative;
    float: left;
    width: 16.66%;
    height: 190px;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: opacity 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: opacity 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: opacity 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    /* easeOutQuad */ }
    @media all and (max-width: 768px) {
      .clients-section .logo {
        height: 130px; } }
    @media all and (max-width: 767px) {
      .clients-section .logo {
        width: 33.33%;
        height: 100px; } }
    .clients-section .logo[data-index="0"] {
      transition-delay: 0.3s; }
    .clients-section .logo[data-index="1"] {
      transition-delay: 0.35s; }
    .clients-section .logo[data-index="2"] {
      transition-delay: 0.4s; }
    .clients-section .logo[data-index="3"] {
      transition-delay: 0.45s; }
    .clients-section .logo[data-index="4"] {
      transition-delay: 0.5s; }
    .clients-section .logo[data-index="5"] {
      transition-delay: 0.55s; }
    .clients-section .logo[data-index="6"] {
      transition-delay: 0.6s; }
    .clients-section .logo[data-index="7"] {
      transition-delay: 0.65s; }
    .clients-section .logo[data-index="8"] {
      transition-delay: 0.7s; }
    .clients-section .logo[data-index="9"] {
      transition-delay: 0.75s; }
    .clients-section .logo[data-index="10"] {
      transition-delay: 0.8s; }
    .clients-section .logo[data-index="11"] {
      transition-delay: 0.85s; }
    .clients-section .logo[data-index="12"] {
      transition-delay: 0.9s; }
    .clients-section .logo[data-index="13"] {
      transition-delay: 0.95s; }
    .clients-section .logo[data-index="14"] {
      transition-delay: 1s; }
    .clients-section .logo[data-index="15"] {
      transition-delay: 1.05s; }
    .clients-section .logo[data-index="16"] {
      transition-delay: 1.1s; }
    .clients-section .logo[data-index="17"] {
      transition-delay: 1.15s; }
    .clients-section .logo[data-index="18"] {
      transition-delay: 1.2s; }
    .clients-section .logo[data-index="19"] {
      transition-delay: 1.25s; }
    .clients-section .logo[data-index="20"] {
      transition-delay: 1.3s; }
    .clients-section .logo[data-index="21"] {
      transition-delay: 1.35s; }
    .clients-section .logo.second-last {
      /*margin-left: 33.33%;*/ }
    .clients-section .logo:hover .logo-img {
      filter: grayscale(0%);
      opacity: 1; }
    .clients-section .logo .logo-img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 80%;
      height: 100%;
      filter: grayscale(100%);
      display: block;
      opacity: 0.5;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      -webkit-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -moz-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -o-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
      /* easeOutQuad */ }
      @media all and (min-width: 2150px) {
        .clients-section .logo .logo-img {
          width: 65%; } }
      @media all and (max-width: 1024px) {
        .clients-section .logo .logo-img {
          height: 84%; } }
      @media all and (max-width: 768px) {
        .clients-section .logo .logo-img {
          width: 90%; } }
      @media all and (max-width: 767px) {
        .clients-section .logo .logo-img {
          height: 100%; } }

/*# sourceMappingURL=clients.css.map */
#info-page.remove-delay #info-our-people .our-people li {
  transition-delay: 0s !important; }
  #info-page.remove-delay #info-our-people .our-people li .img-container {
    transition-delay: 0s !important; }
    #info-page.remove-delay #info-our-people .our-people li .img-container .overlay {
      transition-delay: 0s !important; }
    #info-page.remove-delay #info-our-people .our-people li .img-container .img {
      transition-delay: 0s !important; }
#info-page .scroll-down-arrow {
  /*
  right: auto;
  left: calc(5% - 118px);
  */ }
  @media all and (max-width: 1100px) {
    #info-page .scroll-down-arrow {
      display: none; } }
#info-page #info-about {
  position: relative;
  width: 100%;
  height: 100vh;
  margin: 0 auto -70px; }
  @media all and (max-width: 1359px) {
    #info-page #info-about {
      padding-top: 180px;
      height: auto;
      margin-bottom: 0; } }
  @media all and (max-width: 767px) {
    #info-page #info-about {
      width: 100%;
      padding-top: 130px;
      padding-bottom: 60px;
      min-height: 0; } }
  #info-page #info-about.anim-in #info-about-image .bg {
    transform: scale(1, 1);
    opacity: 1; }
  #info-page #info-about.anim-in .mobile-right {
    opacity: 1; }
  @media all and (max-width: 1359px) {
    #info-page #info-about .mobile-left {
      float: left;
      width: 50%;
      margin-right: 30px; } }
  @media all and (max-width: 767px) {
    #info-page #info-about .mobile-left {
      float: none;
      width: 100%;
      margin-right: 0; } }
  #info-page #info-about .mobile-right {
    opacity: 0;
    -webkit-transition: opacity 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: opacity 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: opacity 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    /* easeOutQuad */
    transition-delay: 0.9s; }
    @media all and (max-width: 1359px) {
      #info-page #info-about .mobile-right {
        float: left;
        width: calc(50% - 30px);
        max-width: 400px; } }
    @media all and (max-width: 767px) {
      #info-page #info-about .mobile-right {
        float: none;
        width: 100%;
        margin-right: 0;
        padding-bottom: 50px; } }
  #info-page #info-about .title-container {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translate(0px, -50%);
    width: 33.33%;
    padding-right: 60px; }
    @media all and (max-width: 1680px) {
      #info-page #info-about .title-container {
        width: 36.33%; } }
    @media all and (max-width: 1359px) {
      #info-page #info-about .title-container {
        position: relative;
        top: auto;
        left: auto;
        width: 90%;
        transform: none;
        padding-right: 0;
        margin: 0 auto 80px; } }
    @media all and (max-width: 767px) {
      #info-page #info-about .title-container {
        width: 90%;
        margin: 0 auto;
        padding-bottom: 0; } }
    #info-page #info-about .title-container h1 {
      text-align: left;
      margin-left: -0.06em;
      line-height: 0.95;
      margin-bottom: 37px; }
      @media all and (max-width: 1100px) {
        #info-page #info-about .title-container h1 {
          line-height: 1.05; } }
      @media all and (max-width: 767px) {
        #info-page #info-about .title-container h1 {
          font-size: 12vw;
          line-height: 1;
          letter-spacing: -0.05em;
          margin-bottom: 20px; } }
      @media all and (max-width: 520px) {
        #info-page #info-about .title-container h1 {
          font-size: 14vw; } }
      #info-page #info-about .title-container h1 > div {
        overflow: hidden; }
    #info-page #info-about .title-container p.large {
      max-width: 480px;
      margin-bottom: 37px; }
      @media all and (min-width: 2150px) {
        #info-page #info-about .title-container p.large {
          max-width: 620px; } }
      @media all and (max-width: 1100px) {
        #info-page #info-about .title-container p.large {
          margin-bottom: 20px; } }
      @media all and (max-width: 767px) {
        #info-page #info-about .title-container p.large {
          font-size: 16px;
          line-height: 1.4;
          padding-right: 25px;
          margin-bottom: 25px; } }
    #info-page #info-about .title-container .txt-btn {
      float: left;
      display: block;
      position: relative;
      padding-right: 18px;
      background-image: url("../images/dropdown-arrow-dark.png");
      background-repeat: no-repeat;
      background-position: right top 9px;
      background-size: 11px 7px;
      cursor: pointer; }
      @media all and (-webkit-min-device-pixel-ratio: 1.5) {
        #info-page #info-about .title-container .txt-btn {
          background-image: url("../images/dropdown-arrow-dark@2x.png"); } }
#info-page #info-about-image {
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  width: 55%;
  max-height: calc(100% - 300px);
  right: 0;
  transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
  /* easeInOutCubic */
  transition-delay: 0.6s;
  overflow: hidden; }
  @media all and (max-width: 1680px) {
    #info-page #info-about-image {
      width: 56%; } }
  @media all and (max-width: 1359px) {
    #info-page #info-about-image {
      position: relative;
      top: auto;
      transform: none;
      float: none;
      width: 90%;
      margin: 0 auto 80px auto; } }
  @media all and (max-width: 767px) {
    #info-page #info-about-image {
      width: 100%;
      margin: 0 auto; } }
  #info-page #info-about-image .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transform: scale(1.15, 1.15);
    opacity: 0;
    transition: all 1000ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    /* easeOutQuad */
    transition-delay: 0.6s; }
  #info-page #info-about-image .spacer {
    float: left;
    width: 100%; }
#info-page .info-images {
  position: relative;
  width: 100%;
  height: 40vw;
  margin: 50px 0 150px;
  overflow: hidden; }
  @media all and (max-width: 1359px) {
    #info-page .info-images {
      height: auto; } }
  @media all and (max-width: 767px) {
    #info-page .info-images {
      margin: 0 0 60px 0; } }
#info-page #info-about-image2 {
  position: relative;
  clear: both;
  margin-bottom: 160px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  @media all and (max-width: 1359px) {
    #info-page #info-about-image2 {
      margin-bottom: 0px; } }
  #info-page #info-about-image2 .spacer {
    float: left;
    width: 100%; }
#info-page #info-about-image3 {
  position: relative;
  float: right;
  width: calc(35% - 60px);
  margin-right: 5%;
  margin-bottom: 80px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition-delay: 0.2s; }
  @media all and (max-width: 1359px) {
    #info-page #info-about-image3 {
      width: calc(45% - 10px); } }
  #info-page #info-about-image3 .spacer {
    float: left;
    width: 100%; }
#info-page #info-about-copy {
  position: relative;
  width: 90%;
  max-width: 820px;
  margin: 0 auto 100px auto; }
  @media all and (max-width: 1100px) {
    #info-page #info-about-copy {
      margin: 0 auto 75px auto; } }
  #info-page #info-about-copy p {
    padding-top: 100px;
    width: 100%;
    text-align: center;
    max-width: none; }
    @media all and (max-width: 1100px) {
      #info-page #info-about-copy p {
        padding-top: 75px; } }
  #info-page #info-about-copy .small-divider {
    position: relative;
    width: 30px;
    height: 1px;
    background-color: #1e1b30;
    margin: 20px auto;
    -webkit-transition: width 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: width 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: width 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: width 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    /* easeOutQuad */ }
  #info-page #info-about-copy .credit {
    position: relative;
    width: 100%;
    max-width: 200px;
    text-align: center;
    margin: 20px auto 0 auto; }
    #info-page #info-about-copy .credit .txt {
      width: 100%; }
#info-page #info-our-people-title {
  clear: both; }
  #info-page #info-our-people-title h2 {
    position: relative;
    width: 90%;
    margin: 70px auto 37px auto;
    text-align: center; }
    @media all and (max-width: 767px) {
      #info-page #info-our-people-title h2 {
        margin-top: 0px; } }
#info-page #info-our-people.anim-in .our-people li {
  opacity: 1; }
  #info-page #info-our-people.anim-in .our-people li .person-contact-mobile {
    opacity: 1; }
  #info-page #info-our-people.anim-in .our-people li .img-container .img {
    opacity: 1;
    transform: scale(1, 1); }
  #info-page #info-our-people.anim-in .our-people li h3 .txt {
    transform: translate(0px, 0px); }
  #info-page #info-our-people.anim-in .our-people li .job-title .txt {
    transform: translate(0px, 0px); }
#info-page #info-our-people .our-people {
  position: relative;
  width: calc(90% + 20px);
  list-style: none;
  padding: 0 0 70px 0;
  margin: 0 auto;
  text-align: center; }
  @media all and (max-width: 1023px) {
    #info-page #info-our-people .our-people {
      width: calc(90% + 40px); } }
  @media all and (max-width: 767px) {
    #info-page #info-our-people .our-people {
      padding-bottom: 40px; } }
  #info-page #info-our-people .our-people .person-contact-mobile {
    display: none;
    opacity: 0;
    transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    /* easeOutQuad */ }
  #info-page #info-our-people .our-people .person-contact-desktop {
    display: block;
    position: absolute;
    bottom: 20px;
    text-align: left;
    left: 20px;
    color: #FFFFFF;
    opacity: 0;
    transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    /* easeOutQuad */
    z-index: 12; }
    #info-page #info-our-people .our-people .person-contact-desktop a {
      color: #FFFFFF; }
  #info-page #info-our-people .our-people h3 {
    position: relative;
    width: 100%;
    overflow: hidden;
    font-size: 28px;
    letter-spacing: -0.03em;
    margin: 20px 0 0 0;
    text-align: left; }
    @media all and (max-width: 767px) {
      #info-page #info-our-people .our-people h3 {
        font-size: 24px; } }
    @media all and (max-width: 520px) {
      #info-page #info-our-people .our-people h3 {
        margin-top: 15px; } }
    #info-page #info-our-people .our-people h3 .txt {
      display: block;
      transform: translate(0px, 38px);
      transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1); }
  #info-page #info-our-people .our-people .small-divider {
    display: block;
    margin: 20px 10px 20px 0;
    width: 30px;
    height: 1px;
    background-color: #1e1b30; }
  #info-page #info-our-people .our-people .job-title {
    position: relative;
    width: 100%;
    overflow: hidden;
    opacity: 0.6;
    text-align: left; }
    #info-page #info-our-people .our-people .job-title .txt {
      display: block;
      transform: translate(0px, 24px);
      transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1); }
  #info-page #info-our-people .our-people p {
    margin: 0 0 10px 0; }
  #info-page #info-our-people .our-people li {
    display: inline-block;
    width: calc(25% - 20px);
    margin: 20px 10px;
    cursor: pointer; }
    @media all and (max-width: 1023px) {
      #info-page #info-our-people .our-people li {
        width: calc(30% - 10px);
        margin: 5px; } }
    @media all and (max-width: 520px) {
      #info-page #info-our-people .our-people li {
        float: none;
        display: block;
        position: relative;
        width: 90%;
        margin: 0 auto 30px auto; } }
    #info-page #info-our-people .our-people li.anim-in {
      opacity: 1; }
      #info-page #info-our-people .our-people li.anim-in .person-contact-mobile {
        text-align: left;
        opacity: 1; }
        @media all and (max-width: 767px) {
          #info-page #info-our-people .our-people li.anim-in .person-contact-mobile {
            transition-delay: 0.5s !important; } }
      #info-page #info-our-people .our-people li.anim-in .img-container .img {
        opacity: 1;
        transform: scale(1, 1); }
        @media all and (max-width: 767px) {
          #info-page #info-our-people .our-people li.anim-in .img-container .img {
            transition-delay: 0.1s !important; } }
      #info-page #info-our-people .our-people li.anim-in h3 .txt {
        transform: translate(0px, 0px); }
        @media all and (max-width: 767px) {
          #info-page #info-our-people .our-people li.anim-in h3 .txt {
            transition-delay: 0.3s !important; } }
      #info-page #info-our-people .our-people li.anim-in .job-title .txt {
        transform: translate(0px, 0px); }
        @media all and (max-width: 767px) {
          #info-page #info-our-people .our-people li.anim-in .job-title .txt {
            transition-delay: 0.3s !important; } }
    @media all and (max-width: 1023px) {
      #info-page #info-our-people .our-people li:nth-child(2n + 1) {
        clear: both; } }
    #info-page #info-our-people .our-people li[data-index="0"] {
      transition-delay: 0.3s; }
      #info-page #info-our-people .our-people li[data-index="0"] .person-contact-mobile {
        transition-delay: 0.8s; }
      #info-page #info-our-people .our-people li[data-index="0"] .img-container .overlay {
        transition-delay: 0.3s; }
      #info-page #info-our-people .our-people li[data-index="0"] .img-container .img {
        transition-delay: 0.3s; }
      #info-page #info-our-people .our-people li[data-index="0"] h3 .txt {
        transition-delay: 0.4s; }
      #info-page #info-our-people .our-people li[data-index="0"] .job-title .txt {
        transition-delay: 0.6s; }
    #info-page #info-our-people .our-people li[data-index="1"] {
      transition-delay: 0.4s; }
      #info-page #info-our-people .our-people li[data-index="1"] .person-contact-mobile {
        transition-delay: 0.9s; }
      #info-page #info-our-people .our-people li[data-index="1"] .img-container .overlay {
        transition-delay: 0.4s; }
      #info-page #info-our-people .our-people li[data-index="1"] .img-container .img {
        transition-delay: 0.4s; }
      #info-page #info-our-people .our-people li[data-index="1"] h3 .txt {
        transition-delay: 0.5s; }
      #info-page #info-our-people .our-people li[data-index="1"] .job-title .txt {
        transition-delay: 0.7s; }
    #info-page #info-our-people .our-people li[data-index="2"] {
      transition-delay: 0.5s; }
      #info-page #info-our-people .our-people li[data-index="2"] .person-contact-mobile {
        transition-delay: 1s; }
      #info-page #info-our-people .our-people li[data-index="2"] .img-container .overlay {
        transition-delay: 0.5s; }
      #info-page #info-our-people .our-people li[data-index="2"] .img-container .img {
        transition-delay: 0.5s; }
      #info-page #info-our-people .our-people li[data-index="2"] h3 .txt {
        transition-delay: 0.6s; }
      #info-page #info-our-people .our-people li[data-index="2"] .job-title .txt {
        transition-delay: 0.8s; }
    #info-page #info-our-people .our-people li[data-index="3"] {
      transition-delay: 0.6s; }
      #info-page #info-our-people .our-people li[data-index="3"] .person-contact-mobile {
        transition-delay: 1.1s; }
      #info-page #info-our-people .our-people li[data-index="3"] .img-container .overlay {
        transition-delay: 0.6s; }
      #info-page #info-our-people .our-people li[data-index="3"] .img-container .img {
        transition-delay: 0.6s; }
      #info-page #info-our-people .our-people li[data-index="3"] h3 .txt {
        transition-delay: 0.7s; }
      #info-page #info-our-people .our-people li[data-index="3"] .job-title .txt {
        transition-delay: 0.9s; }
    #info-page #info-our-people .our-people li .img-container {
      position: relative;
      width: 100%;
      overflow: hidden; }
      #info-page #info-our-people .our-people li .img-container.trans-in {
        opacity: 1; }
      #info-page #info-our-people .our-people li .img-container .overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 30%;
        background: linear-gradient(to bottom, transparent 0%, black 100%);
        opacity: 0;
        z-index: 10;
        transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
        /* easeOutQuad */ }
      #info-page #info-our-people .our-people li .img-container .spacer {
        float: left;
        width: 100%; }
      #info-page #info-our-people .our-people li .img-container .img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        opacity: 0;
        transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
        /* easeOutQuad */ }
    #info-page #info-our-people .our-people li img {
      width: 100%; }

body.not-mobile #info-page #info-our-people.anim-in .our-people li:hover .img-container .overlay {
  opacity: 0.7; }
body.not-mobile #info-page #info-our-people.anim-in .our-people li:hover .img-container .person-contact-desktop {
  opacity: 1; }
body.not-mobile #info-page #info-our-people.anim-in .our-people li:hover .img-container .img {
  transform: scale(1.05, 1.05); }

body.mobile #info-page #info-our-people .our-people .person-contact-mobile {
  display: block; }
body.mobile #info-page #info-our-people .our-people .person-contact-desktop {
  display: none; }

/*# sourceMappingURL=info.css.map */
@font-face {
  font-family: 'BasisGrotesquePro-Regular';
  src: url("../fonts/BasisGrotesquePro-Regular.eot");
  src: url("../fonts/BasisGrotesquePro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/BasisGrotesquePro-Regular.woff2") format("woff2"), url("../fonts/BasisGrotesquePro-Regular.woff") format("woff"), url("../fonts/BasisGrotesquePro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'BasisGrotesquePro-Light';
  src: url("../fonts/BasisGrotesquePro-Light.eot");
  src: url("../fonts/BasisGrotesquePro-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/BasisGrotesquePro-Light.woff2") format("woff2"), url("../fonts/BasisGrotesquePro-Light.woff") format("woff"), url("../fonts/BasisGrotesquePro-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'BasisGrotesquePro-Medium';
  src: url("../fonts/BasisGrotesquePro-Medium.woff2") format("woff2"), url("../fonts/BasisGrotesquePro-Medium.woff") format("woff"), url("../fonts/BasisGrotesquePro-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'BasisGrotesquePro-Bold';
  src: url("../fonts/BasisGrotesquePro-Bold.eot");
  src: url("../fonts/BasisGrotesquePro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/BasisGrotesquePro-Bold.woff2") format("woff2"), url("../fonts/BasisGrotesquePro-Bold.woff") format("woff"), url("../fonts/BasisGrotesquePro-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
body {
  font-family: 'BasisGrotesquePro-Regular', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal; }
  body .main-h2, body .bolder, body .huge-size, body .large-heading-size, body .heading-size, body .subheading-size, body .rollover-size, body .job-title-size, body .job-title-size, body .section-heading-size, body .large-menu-size, body .standard-menu-size, body .small-menu-size, body .prev-video .arrow-text, body .next-video .arrow-text, body .btn, body #info-contact-content b, body .jobs h3, body #search-box ul, body .search-input {
    font-family: 'BasisGrotesquePro-Medium', Helvetica, Arial, sans-serif;
    font-weight: normal; }
  body .boldest {
    font-family: 'BasisGrotesquePro-Bold', Helvetica, Arial, sans-serif;
    font-weight: normal; }

/*# sourceMappingURL=fonts.css.map */
#portfolio {
  position: relative;
  width: 75%;
  margin: 0 auto 75px auto;
  overflow: hidden;
}
@media all and (min-width: 2150px) {
  #portfolio {
    width: 70%;
  }
}
@media all and (max-width: 1440px) {
  #portfolio {
    width: 80%;
  }
}
@media all and (max-width: 1320px) {
  #portfolio {
    width: 90%;
  }
}
@media all and (max-width: 767px) {
  #portfolio {
    width: 100%;
    margin: 0 auto 50px auto;
  }
}
#portfolio.fast-transition-in .portfolio-items .work-item {
  transition-delay: 0.3s !important;
}
#portfolio.delay-work-items {
  pointer-events: none;
}
#portfolio.delay-work-items .portfolio-items .work-item[data-index="0"] {
  transition-delay: 0.3s;
}
#portfolio.delay-work-items .portfolio-items .work-item[data-index="0"] .img-container .img {
  transition-delay: 0.3s;
}
#portfolio.delay-work-items .portfolio-items .work-item[data-index="1"] {
  transition-delay: 0.4s;
}
#portfolio.delay-work-items .portfolio-items .work-item[data-index="1"] .img-container .img {
  transition-delay: 0.4s;
}
#portfolio.delay-work-items .portfolio-items .work-item[data-index="2"] {
  transition-delay: 0.5s;
}
#portfolio.delay-work-items .portfolio-items .work-item[data-index="2"] .img-container .img {
  transition-delay: 0.5s;
}
#portfolio.delay-work-items .portfolio-items .work-item[data-index="3"] {
  transition-delay: 0.6s;
}
#portfolio.delay-work-items .portfolio-items .work-item[data-index="3"] .img-container .img {
  transition-delay: 0.6s;
}
#portfolio.delay-work-items .portfolio-items .work-item[data-index="4"] {
  transition-delay: 0.7s;
}
#portfolio.delay-work-items .portfolio-items .work-item[data-index="4"] .img-container .img {
  transition-delay: 0.7s;
}
#portfolio.delay-work-items .portfolio-items .work-item[data-index="5"] {
  transition-delay: 0.8s;
}
#portfolio.delay-work-items .portfolio-items .work-item[data-index="5"] .img-container .img {
  transition-delay: 0.8s;
}
#portfolio.delay-work-items .portfolio-items .work-item[data-index="6"] {
  transition-delay: 0.9s;
}
#portfolio.delay-work-items .portfolio-items .work-item[data-index="6"] .img-container .img {
  transition-delay: 0.9s;
}
#portfolio.delay-work-items .portfolio-items .work-item[data-index="7"] {
  transition-delay: 1s;
}
#portfolio.delay-work-items .portfolio-items .work-item[data-index="7"] .img-container .img {
  transition-delay: 1s;
}
#portfolio.delay-work-items .portfolio-items .work-item[data-index="8"] {
  transition-delay: 1.1s;
}
#portfolio.delay-work-items .portfolio-items .work-item[data-index="8"] .img-container .img {
  transition-delay: 1.1s;
}
@media all and (max-width: 1320px) {
  #portfolio .scroll-down-arrow {
    display: none;
  }
}
#portfolio .title-container {
  position: relative;
  width: 100%;
  padding: 180px 0 38px 0;
}
@media all and (min-width: 2150px) {
  #portfolio .title-container {
    padding-top: 260px;
  }
}
@media all and (max-width: 1024px) {
  #portfolio .title-container {
    padding-bottom: 20px;
  }
}
@media all and (max-width: 767px) {
  #portfolio .title-container {
    padding: 130px 0 20px 0;
  }
}
#portfolio .title-container h1 {
  text-align: center;
}
#portfolio nav {
  padding-bottom: 40px;
}
@media all and (max-width: 1024px) {
  #portfolio nav {
    padding-bottom: 40px;
  }
}
@media all and (max-width: 767px) {
  #portfolio nav {
    padding-bottom: 30px;
  }
}
#portfolio nav.anim-in ul li {
  opacity: 1;
  transform: translate(0px, 0px);
}
#portfolio nav ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  text-align: center;
  overflow: hidden;
  -webkit-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94); /* easeOutQuad */
}
@media all and (max-width: 767px) {
  #portfolio nav ul {
    padding: 0 20px;
  }
}
#portfolio nav ul li {
  display: inline-block;
  padding: 0px;
  outline: none;
  opacity: 0;
  transform: translate(0px, 30px);
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); /* easeOutQuad */
  transition-delay: 0.1s;
}
@media all and (max-width: 767px) {
  #portfolio nav ul li {
    transition-delay: 0.3s;
  }
}
#portfolio nav ul li[data-index="1"] {
  transition-delay: 0.15s;
}
@media all and (max-width: 767px) {
  #portfolio nav ul li[data-index="1"] {
    transition-delay: 0.3s;
  }
}
#portfolio nav ul li[data-index="2"] {
  transition-delay: 0.2s;
}
@media all and (max-width: 767px) {
  #portfolio nav ul li[data-index="2"] {
    transition-delay: 0.3s;
  }
}
#portfolio nav ul li[data-index="3"] {
  transition-delay: 0.25s;
}
@media all and (max-width: 767px) {
  #portfolio nav ul li[data-index="3"] {
    transition-delay: 0.3s;
  }
}
#portfolio nav ul li[data-index="4"] {
  transition-delay: 0.3s;
}
@media all and (max-width: 767px) {
  #portfolio nav ul li[data-index="4"] {
    transition-delay: 0.3s;
  }
}
#portfolio nav ul li[data-index="5"] {
  transition-delay: 0.35s;
}
@media all and (max-width: 767px) {
  #portfolio nav ul li[data-index="5"] {
    transition-delay: 0.3s;
  }
}
#portfolio nav ul li a, #portfolio nav ul li .a {
  display: inline-block;
  line-height: 1;
  padding: 0px 21px;
  cursor: pointer;
  -webkit-transition: padding 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: padding 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: padding 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: padding 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); /* easeOutQuad */
}
@media all and (max-width: 767px) {
  #portfolio nav ul li a, #portfolio nav ul li .a {
    padding: 0 8px;
  }
}
#portfolio nav ul li a.first, #portfolio nav ul li .a.first {
  margin-left: 25px;
}
@media all and (max-width: 767px) {
  #portfolio nav ul li a.first, #portfolio nav ul li .a.first {
    margin-left: 0px;
  }
}
#portfolio nav ul li a.over span, #portfolio nav ul li .a.over span {
  opacity: 1;
  border-bottom: 1px solid #1e1b30 !important;
  -webkit-transition: all 100ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 100ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 100ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 100ms cubic-bezier(0.165, 0.84, 0.44, 1); /* easeOutQuart */
}
#portfolio nav ul li a.selected, #portfolio nav ul li .a.selected {
  cursor: default;
}
#portfolio nav ul li a.selected span, #portfolio nav ul li .a.selected span {
  opacity: 1;
  border-bottom: 1px solid #1e1b30;
}
#portfolio nav ul li a.selected.disable span, #portfolio nav ul li .a.selected.disable span {
  opacity: 0.5;
  border-bottom: 1px solid transparent;
}
#portfolio nav ul li a.selected.disable.over span, #portfolio nav ul li .a.selected.disable.over span {
  opacity: 1;
}
#portfolio nav ul li a span, #portfolio nav ul li .a span {
  opacity: 0.5;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); /* easeOutQuad */
}
@media all and (max-width: 767px) {
  #portfolio .portfolio-items {
    position: relative;
    width: calc(90% + 10px);
    margin: 0 auto;
  }
}
@media all and (max-width: 767px) {
  #portfolio .portfolio-items.first-load .work-item {
    transition-delay: 0.4s;
  }
}
#portfolio .portfolio-items .work-item {
  float: left;
  position: relative;
  display: block;
  width: calc(50% - 40px);
  margin: 20px;
  overflow: hidden;
}
@media all and (max-width: 1024px) {
  #portfolio .portfolio-items .work-item {
    background-color: transparent;
    margin: 0 20px;
  }
}
@media all and (max-width: 767px) {
  #portfolio .portfolio-items .work-item {
    width: calc(50% - 10px);
    margin: 0 5px;
    clear: none;
  }
}
#portfolio .portfolio-items .work-item.destroy {
  position: fixed;
  transform: translate(0px, -4000px) scale(0) !important;
  opacity: 0;
  pointer-events: none;
  transition-delay: 0s !important;
}
#portfolio .portfolio-items .work-item.t-out {
  opacity: 0;
  pointer-events: none;
  transition: opacity 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); /* easeOutQuad */
  transition-delay: 0s !important;
}
#portfolio .portfolio-items .work-item .img-container .img {
  transform: scale(1, 1);
}
#portfolio .portfolio-items .work-item.anim-in .img-container .img {
  transform: scale(1, 1);
}
#portfolio .portfolio-items .work-item .gradient {
  height: 50%;
}
@media all and (max-width: 1024px) {
  #portfolio .portfolio-items .work-item .gradient {
    display: none;
  }
}
@media all and (max-width: 1024px) {
  #portfolio .portfolio-items .work-item .tag-items {
    display: none;
  }
}
#portfolio .portfolio-items .work-item .tag-items .tag {
  float: left;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0 15px;
  margin-right: 5px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.6);
}
@media all and (max-width: 1024px) {
  #portfolio .portfolio-items .work-item .work-title-container {
    position: relative;
    bottom: auto;
    left: auto;
    margin-bottom: 0px;
    padding-top: 12px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 20px;
    color: #1e1b30;
    opacity: 1;
    min-height: 70px;
  }
}
@media all and (max-width: 767px) {
  #portfolio .portfolio-items .work-item .work-title-container {
    padding-top: 7px;
    padding-right: 0px;
  }
}
#portfolio .portfolio-items .work-item .work-title-container .h3 {
  font-size: 28px;
  margin-left: -2px;
  line-height: 1.2;
}
@media all and (max-width: 1024px) {
  #portfolio .portfolio-items .work-item .work-title-container .h3 {
    font-family: "BasisGrotesquePro-Medium", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 18px;
    margin-top: 5px;
    margin-left: 0;
    margin-bottom: 0;
    min-height: 30px;
  }
}
@media all and (max-width: 767px) {
  #portfolio .portfolio-items .work-item .work-title-container .h3 {
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 0;
    min-height: 0;
    line-height: 1.2;
    letter-spacing: -0.015em;
    padding: 0;
  }
}
@media all and (max-width: 1024px) {
  #portfolio .portfolio-items .work-item .work-title-container .h3 .txt {
    transform: translate(0px, 0px);
  }
}
@media all and (max-width: 767px) {
  #portfolio .portfolio-items .work-item .work-title-container .small-divider {
    display: none;
  }
}
@media all and (max-width: 767px) {
  #portfolio .portfolio-items .work-item .work-title-container .tag-items {
    display: none;
  }
}
@media all and (max-width: 1024px) {
  #portfolio .portfolio-items .work-item .work-title-container .txt-link {
    display: none;
  }
}
#portfolio .txt-link {
  position: absolute;
  right: 20px;
  bottom: 20px;
  background-repeat: no-repeat;
  background-position: top 6px right;
  background-image: url("../images/next-arrow.png");
  background-size: 18px 11px;
  padding-right: 25px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  #portfolio .txt-link {
    background-image: url("../images/next-arrow@2x.png");
  }
}
#portfolio .txt-link.right-link {
  position: absolute;
  right: 0;
  bottom: 8px;
  color: #1e1b30;
  padding-right: 32px;
  background-position: top 4px right;
  background-image: url("../images/right-arrow-dark.png");
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  #portfolio .txt-link.right-link {
    background-image: url("../images/right-arrow-dark@2x.png");
  }
}

body.not-mobile #portfolio nav ul li a:hover span, body.not-mobile #portfolio nav ul li .a:hover span {
  opacity: 1;
}

/*# sourceMappingURL=portfolio.css.map */
footer{
    position: relative;
    clear: both;
    width: 100%;
    padding: 75px 0 37px;
    z-index: 1000;
}
@media all and (max-width: 768px){
    footer{
        padding: 50px 0 25px;
    }
}
#footer-container {
    clear: both;
    opacity: 0;
    transition: opacity 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940); /* easeOutQuad */
}
#footer-container.transition-in {
    opacity: 1;
}
@media all and (min-width: 2150px){
    footer{
        padding: 150px 0 37px;
    }
}
footer .cols {
    position: relative;
    margin: 0 auto;
    width: 90%;
    padding-bottom: 10vh;
}
footer .cols .col {
    float: left;
}
footer .cols .col.col1 {
    float: right;
    width: 25%;
}
footer .cols .col.col2 {
    float: left;
    width: 66.67%
}
footer .cols .col .detail {
    float: left;
    width: 25%;
    line-height: 1.2;
    opacity: 0;
    transform: translate(0px, 20px);
    -webkit-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -moz-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -o-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940); /* easeOutQuad */
}
footer .cols .col .detail[data-index="0"] {
    transition-delay: 0.2s;
}
footer .cols .col .detail[data-index="1"] {
    transition-delay: 0.3s;
}
footer .cols .col .detail[data-index="2"] {
    transition-delay: 0.4s;
}
#footer-container.anim-in footer .cols .col .detail {
    opacity: 1;
    transform: translate(0px, 0px);
}
#footer-container.anim-in .divider-line {
    width: 90%;
}
footer .cols .col .detail .txt-btn {
    margin: 0;
    float: left;
    border-bottom: 1px solid #1e1b30;
}
footer .cols .col .detail p {
    line-height: 1.5;
    margin-bottom: 10px;
}
footer .cols .col h3 {
    text-align: right;
    margin-top: -0.12em;
    margin-bottom: 20px;
}
footer .cols .col #contact-title .txt {
    transition-delay: 0.5s;
}
footer .cols .col p {
    margin: 0;
}
footer .cols .col .larger {
    font-size: 18px;
    line-height: 1.3;
}
footer .cols .col h4 {
    margin-top: 0;
    margin-bottom: 20px;
    opacity: 0.6;
}
footer .flux-logo-container {
    float: left;
    width: 25%;
    opacity: 1;
    transform: none;
}
#footer-container.anim-in footer .flux-logo-container {
    opacity: 1;
    transform: none;
}
footer .flux-logo {
    position: relative;
    top: auto;
    left: auto;
    display: block;
    background-position: top center;
}
footer .bottom-bar {
    position: relative;
    clear: both;
    padding-top: 37px;
    opacity: 0;
    -webkit-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -moz-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -o-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940); /* easeOutQuad */
    transition-delay: 0.8s;
}
footer .bottom-bar .copyright {
    float: left;
    min-width: 16.42%;
    margin-right: 40px;
    font-size: 14px;
}
#footer-container.anim-in footer .bottom-bar {
    opacity: 1;
}
footer .bottom-bar .txt {
    float: left;
    font-size: 14px;
    opacity: 0.6;
}
.divider-line {
    position: relative;
    clear: both;
    width: 0;
    height: 1px;
    background-color: #1e1b30;
    margin-left: 5%;
    opacity: 0.1;
    -webkit-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -moz-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -o-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940); /* easeOutQuad */
    transition-delay: 0.1s;
}
.divider-line2 {
    transition-delay: 0.5s;
}
footer .bottom-bar .tpn-img {
    float: right;
    margin-top: -11px;
    width: 120px;
}
footer .bottom-bar .social {
    float: right;
    /*width: 160px;
    margin-right: -13px;*/
}
footer .bottom-bar .social .txt {
    float: left;
    margin-right: 20px;
    display: none;
}
footer .bottom-bar .social .icons {
    margin-top: 1px;
    margin-left: 40px;
}
footer .bottom-bar .social .icon {
    float: left;
    width: 30px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: -5px;
    display: block;
    padding: 0;
}
footer .bottom-bar .social .icon.facebook {
    background-image: url("../images/icon-fb-dark.png");
    background-size: 9px 18px;
    margin-right: 10px;
}
footer .bottom-bar .social .icon.instagram {
    background-image: url("../images/icon-insta-dark.png");
    background-size: 20px 20px;
    margin-right: 10px;
}
footer .bottom-bar .social .icon.vimeo {
    background-image: url("../images/icon-vimeo-dark.png");
    background-size: 20px 20px;
}
footer .cols .col .details h3 {
    text-align: left;
    margin-bottom: 40px;
    display: none;
}

@media all and (min-width: 2150px) {
    footer .bottom-bar .social .icon.facebook {
        margin-right: 20px;
    }
}
@media all and (max-width: 1380px){
    footer .cols .col.col1 {
        display: none;
    }
    footer .cols .col.col2 {
        width: 100%;
    }
    footer .cols .col .details h3 {
        display: block;
    }
}
@media all and (max-width: 1023px){
    footer .flux-logo-container {
        display: none;
    }
    footer .cols .col .detail.last {
        margin-bottom: 0;
    }
    footer .cols .col .details h3 {
        text-align: center;
    }
    footer .cols .col .detail {
        width: 33.33%;
    }
}
@media all and (max-width: 767px){
    footer .cols .col .detail {
        float: none;
        position: relative;
        width: 100%;
        margin-bottom: 30px;
        clear: both;
    }
    footer .cols .col h4 {
        margin-bottom: 10px;
    }
    footer .cols {
        padding-bottom: 50px;
    }
    footer .bottom-bar .copyright {
        width: 100%;
        float: none;
        position: relative;
        margin-bottom: 30px;
    }
    footer .bottom-bar .txt {
        font-size: 13px;
    }
    footer .bottom-bar .tpn-img {
        float: left;
        width: 100px;
    }
    footer .bottom-bar {
        padding-top: 25px;
    }
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    footer .bottom-bar .social .icon.facebook {
        background-image: url("../images/icon-fb-dark@2x.png");
    }
    footer .bottom-bar .social .icon.instagram {
        background-image: url("../images/icon-insta-dark@2x.png");
    }
    footer .bottom-bar .social .icon.vimeo {
        background-image: url("../images/icon-vimeo-dark@2x.png");
    }
}
.work-section {
  position: relative;
  margin: 0 auto;
  clear: both; }
  .work-section.top-work-section {
    margin: 75px auto 0; }
    @media all and (min-width: 2150px) {
      .work-section.top-work-section {
        margin: 120px auto 0; } }
    @media all and (max-width: 768px) {
      .work-section.top-work-section {
        margin-top: 50px; } }
  .work-section.bottom-work-section {
    margin: 0 auto 75px; }
    @media all and (min-width: 2150px) {
      .work-section.bottom-work-section {
        margin: 0 auto 120px; } }
    @media all and (max-width: 768px) {
      .work-section.bottom-work-section {
        margin-bottom: 50px; } }
  @media all and (max-width: 1024px) and (min-height: 754px) {
    .work-section #work-title .txt {
      transition-delay: 0.7s; } }
  .work-section .txt-link {
    position: absolute;
    right: 20px;
    bottom: 20px;
    background-repeat: no-repeat;
    padding-right: 25px;
    background-position: top 6px right;
    background-image: url("../images/next-arrow.png");
    background-size: 17px 11px; }
    @media all and (max-width: 1320px) {
      .work-section .txt-link {
        background-size: 16px 10px;
        padding-right: 24px;
        background-position: top 7px right; } }
    @media all and (max-width: 767px) {
      .work-section .txt-link {
        display: none; } }
    @media all and (-webkit-min-device-pixel-ratio: 1.5) {
      .work-section .txt-link {
        background-image: url("../images/next-arrow@2x.png"); } }
    .work-section .txt-link.right-link {
      position: absolute;
      right: 0;
      bottom: 8px;
      color: #1e1b30;
      padding-right: 25px;
      background-position: top 6px right;
      background-image: url("../images/right-arrow-dark.png"); }
      @media all and (min-width: 2150px) {
        .work-section .txt-link.right-link {
          bottom: 11px; } }
      @media all and (max-width: 1320px) {
        .work-section .txt-link.right-link {
          padding-right: 24px;
          background-position: top 6px right; } }
      @media all and (max-width: 767px) {
        .work-section .txt-link.right-link {
          bottom: 2px; } }
      @media all and (-webkit-min-device-pixel-ratio: 1.5) {
        .work-section .txt-link.right-link {
          background-image: url("../images/right-arrow-dark@2x.png"); } }
  .work-section .heading-container {
    position: relative;
    width: 100%;
    margin-bottom: 37px; }
    @media all and (min-width: 2150px) {
      .work-section .heading-container {
        margin-bottom: 50px; } }
    @media all and (max-width: 768px) {
      .work-section .heading-container {
        margin-bottom: 25px; } }
    .work-section .heading-container h2 {
      float: left; }
  .work-section .work-container {
    position: relative;
    width: 90%;
    margin: 0 auto; }
    .work-section .work-container .work-items .divider-line {
      position: relative;
      width: 100%;
      margin: 20px 0;
      display: none; }
    .work-section .work-container .work-items .work-item[data-index="1"] {
      transition-delay: 0.4s; }
      @media all and (max-width: 767px) {
        .work-section .work-container .work-items .work-item[data-index="1"] {
          transition-delay: 0s; } }
    .work-section .work-container .work-items .work-item[data-index="2"] {
      transition-delay: 0.2s; }
      @media all and (max-width: 767px) {
        .work-section .work-container .work-items .work-item[data-index="2"] {
          transition-delay: 0s; } }
    .work-section .work-container .work-items .work-item[data-index="3"] {
      transition-delay: 0.4s; }
      @media all and (max-width: 767px) {
        .work-section .work-container .work-items .work-item[data-index="3"] {
          transition-delay: 0s; } }
    .work-section .work-container .work-items .work-item[data-index="4"] {
      transition-delay: 0.2s; }
      @media all and (max-width: 767px) {
        .work-section .work-container .work-items .work-item[data-index="4"] {
          transition-delay: 0s; } }
    .work-section .work-container .work-items .work-item .json-anim {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 5;
      display: none; }

.anim-in .work-item {
  opacity: 1;
  z-index: 10; }
  .anim-in .work-item .img-container .img {
    transform: scale(1, 1); }

.work-item {
  position: relative;
  margin-bottom: 60px;
  overflow: hidden;
  opacity: 0;
  display: block;
  transition: opacity 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /* easeOutQuad */
  transition-delay: 0.2s;
  z-index: 1; }
  @media all and (max-width: 1320px) {
    .work-item {
      margin-bottom: 40px; } }
  @media all and (max-width: 1024px) {
    .work-item {
      margin-bottom: 20px; } }
  @media all and (max-width: 767px) {
    .work-item {
      clear: both;
      height: auto !important;
      background-color: transparent;
      transition-delay: 0s; } }
  .work-item.anim-in {
    opacity: 1;
    z-index: 10;
    background-color: transparent; }
    .work-item.anim-in .img-container .img {
      transform: scale(1, 1); }
  .work-item:nth-child(2n) {
    transition-delay: 0.3s; }
    @media all and (max-width: 767px) {
      .work-item:nth-child(2n) {
        transition-delay: 0s; } }
  .work-item .gradient {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 25%;
    background: linear-gradient(to bottom, transparent 0%, black 100%);
    z-index: 3;
    opacity: 0;
    -webkit-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    /* easeOutQuad */ }
    @media all and (max-width: 767px) {
      .work-item .gradient {
        display: block;
        opacity: 0.8;
        height: 30%; } }
  .work-item.large-left {
    float: left;
    width: calc(62% - 30px);
    margin-right: 30px; }
    @media all and (max-width: 1320px) {
      .work-item.large-left {
        width: calc(62% - 20px);
        margin-right: 20px; } }
    @media all and (max-width: 1024px) {
      .work-item.large-left {
        width: calc(62% - 10px);
        margin-right: 10px; } }
    @media all and (max-width: 767px) {
      .work-item.large-left {
        width: 100%;
        margin-right: 0; } }
  .work-item.small-left {
    float: left;
    width: calc(38% - 30px); }
    @media all and (max-width: 1320px) {
      .work-item.small-left {
        width: calc(38% - 20px); } }
    @media all and (max-width: 1024px) {
      .work-item.small-left {
        width: calc(38% - 10px); } }
    @media all and (max-width: 767px) {
      .work-item.small-left {
        width: 100%; } }
  .work-item.large-right {
    float: right;
    width: calc(62% - 30px); }
    @media all and (max-width: 1320px) {
      .work-item.large-right {
        width: calc(62% - 20px); } }
    @media all and (max-width: 1024px) {
      .work-item.large-right {
        width: calc(62% - 10px); } }
    @media all and (max-width: 767px) {
      .work-item.large-right {
        width: 100%; } }
  .work-item.small-right {
    float: right;
    width: calc(38% - 30px); }
    @media all and (max-width: 1320px) {
      .work-item.small-right {
        width: calc(38% - 20px); } }
    @media all and (max-width: 1024px) {
      .work-item.small-right {
        width: calc(38% - 10px); } }
    @media all and (max-width: 767px) {
      .work-item.small-right {
        width: 100%; } }
  .work-item.full {
    float: left;
    width: 100%;
    margin-bottom: 20px; }
  .work-item .img-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block; }
    .work-item .img-container .spacer {
      float: left;
      width: 100%; }
    .work-item .img-container .img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transform: scale(1.25, 1.25);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      transition: all 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
      /* easeOutQuart */ }
      @media all and (max-width: 1200px) {
        .work-item .img-container .img {
          transform: none; } }

.work-title-container {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 40px 20px 20px 20px;
  z-index: 10;
  color: #ffffff;
  opacity: 0;
  display: block;
  -webkit-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /* easeOutQuad */ }
  @media all and (max-width: 1024px) {
    .work-title-container {
      padding-bottom: 12px; } }
  @media all and (max-width: 767px) {
    .work-title-container {
      padding: 10px; } }
  @media all and (max-width: 767px) {
    .work-title-container {
      position: absolute;
      left: 0px;
      bottom: 0;
      color: #FFFFFF;
      padding: 12px 0 0 0;
      opacity: 1; } }
  .work-title-container span {
    display: block; }
  .work-title-container .small-divider {
    position: relative;
    clear: both;
    width: 0px;
    height: 1px;
    background-color: #ffffff;
    margin: 10px 0 20px 0;
    -webkit-transition: width 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: width 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: width 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: width 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    /* easeOutQuad */ }
    @media all and (max-width: 767px) {
      .work-title-container .small-divider {
        background-color: #1e1b30;
        width: 30px;
        display: none; } }
  .work-title-container .h3 {
    position: relative;
    width: 100%;
    font-size: 32px;
    min-height: 42px;
    line-height: 0.9;
    margin-left: -3px;
    margin-top: 25px;
    margin-bottom: -5px;
    overflow: hidden;
    -webkit-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
    /* easeOutQuart */ }
    @media all and (min-width: 2150px) {
      .work-title-container .h3 {
        font-size: 42px;
        min-height: 52px; } }
    @media all and (max-width: 1320px) {
      .work-title-container .h3 {
        font-size: 32px;
        min-height: 40px;
        margin-left: -3px; } }
    @media all and (max-width: 1024px) {
      .work-title-container .h3 {
        font-size: 24px;
        min-height: 28px;
        line-height: 1.1; } }
    @media all and (max-width: 767px) {
      .work-title-container .h3 {
        font-size: 16px;
        margin-top: 7px;
        margin-left: 0;
        font-family: 'BasisGrotesquePro-Medium', Helvetica, Arial, sans-serif;
        font-weight: normal; } }
    .work-title-container .h3 .txt {
      transform: translate(0px, 46px);
      -webkit-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
      -moz-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
      -o-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
      /* easeOutQuart */ }
      @media all and (max-width: 767px) {
        .work-title-container .h3 .txt {
          transform: translate(0px, 0px); } }
  .work-title-container .h4 {
    margin: 0; }
    @media all and (max-width: 767px) {
      .work-title-container .h4 {
        display: none; } }
  @media all and (max-width: 767px) {
    .work-title-container .txt-link {
      display: none; } }

@media all and (min-width: 1025px) {
  .not-mobile .work-item:hover .gradient {
    opacity: 0.8; } }
@media all and (min-width: 1025px) {
  .not-mobile .work-item:hover .work-title-container {
    opacity: 1; } }
@media all and (min-width: 1025px) {
  .not-mobile .work-item:hover .work-title-container .small-divider {
    width: 30px; } }
@media all and (min-width: 1025px) {
  .not-mobile .work-item:hover .work-title-container .h3 {
    opacity: 1;
    transform: translate(0px, 0px); } }
@media all and (min-width: 1025px) {
  .not-mobile .work-item:hover .work-title-container .h3 .txt {
    opacity: 1;
    transform: translate(0px, 0px) !important; } }
@media all and (min-width: 1025px) {
  .not-mobile .work-item:hover.hover-zoom .img-container .img {
    transform: scale(1.06, 1.06) !important; } }

.mobile .small-divider {
  width: 30px;
  margin: 0 0 12px 0; }
  @media all and (max-width: 1024px) {
    .mobile .small-divider {
      width: 20px; } }
.mobile .work-item .gradient {
  opacity: 0.6; }
.mobile .work-title-container {
  opacity: 1; }
  .mobile .work-title-container .txt-link {
    display: none; }
  .mobile .work-title-container .small-divider {
    display: none; }
  .mobile .work-title-container .h3 {
    margin-top: 0;
    margin-bottom: -11px; }
    @media all and (max-width: 1024px) {
      .mobile .work-title-container .h3 {
        margin-bottom: 0; } }
    @media all and (max-width: 767px) {
      .mobile .work-title-container .h3 {
        padding: 10px; } }
    .mobile .work-title-container .h3 .txt {
      opacity: 1;
      transform: translate(0px, 0px) !important; }
  .mobile .work-title-container .h4 {
    display: none; }

.mask-title {
  overflow: hidden; }
  .mask-title .txt {
    display: block;
    opacity: 0;
    transform: translate(0px, 90px);
    transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
    /* easeOutCubic */ }

.anim-in .mask-title .txt {
  opacity: 1;
  transform: translate(0px, 0px); }

/*# sourceMappingURL=work.css.map */
body.mobile .swiper-wrapper {
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  height: auto;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  vertical-align: text-top;
  padding-bottom: 30px; }
  body.mobile .swiper-wrapper::-webkit-scrollbar {
    display: none; }
body.mobile .swiper-slide {
  transition-property: all;
  display: inline-block;
  vertical-align: text-top; }

body.not-mobile {
  /* Auto Height */
  /* 3D Effects */
  /* CSS Mode */
  /* Common Styles */
  /* Bullets */
  /* Progress */
  /* Scrollbar */
  /* Preloader */
  /* a11y */ }
  body.not-mobile :root {
    --swiper-theme-color: #007aff; }
  body.not-mobile .swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    /* Fix of Webkit flickering */
    z-index: 1; }
  body.not-mobile .swiper-container-vertical > .swiper-wrapper {
    flex-direction: column; }
  body.not-mobile .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box; }
  body.not-mobile .swiper-container-android .swiper-slide,
  body.not-mobile .swiper-wrapper {
    transform: translate3d(0px, 0, 0); }
  body.not-mobile .swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap; }
  body.not-mobile .swiper-container-multirow-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column; }
  body.not-mobile .swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto; }
  body.not-mobile .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform; }
  body.not-mobile .swiper-slide-invisible-blank {
    visibility: hidden; }
  body.not-mobile .swiper-container-autoheight,
  body.not-mobile .swiper-container-autoheight .swiper-slide {
    height: auto; }
  body.not-mobile .swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height; }
  body.not-mobile .swiper-container-3d {
    perspective: 1200px; }
  body.not-mobile .swiper-container-3d .swiper-wrapper,
  body.not-mobile .swiper-container-3d .swiper-slide,
  body.not-mobile .swiper-container-3d .swiper-slide-shadow-left,
  body.not-mobile .swiper-container-3d .swiper-slide-shadow-right,
  body.not-mobile .swiper-container-3d .swiper-slide-shadow-top,
  body.not-mobile .swiper-container-3d .swiper-slide-shadow-bottom,
  body.not-mobile .swiper-container-3d .swiper-cube-shadow {
    transform-style: preserve-3d; }
  body.not-mobile .swiper-container-3d .swiper-slide-shadow-left,
  body.not-mobile .swiper-container-3d .swiper-slide-shadow-right,
  body.not-mobile .swiper-container-3d .swiper-slide-shadow-top,
  body.not-mobile .swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10; }
  body.not-mobile .swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  body.not-mobile .swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  body.not-mobile .swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  body.not-mobile .swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  body.not-mobile .swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    /* For Firefox */
    -ms-overflow-style: none;
    /* For Internet Explorer and Edge */ }
  body.not-mobile .swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none; }
  body.not-mobile .swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start; }
  body.not-mobile .swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory; }
  body.not-mobile .swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory; }
  body.not-mobile :root {
    --swiper-navigation-size: 44px;
    /*
    --swiper-navigation-color: var(--swiper-theme-color);
    */ }
  body.not-mobile .swiper-button-prev,
  body.not-mobile .swiper-button-next {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color)); }
  body.not-mobile .swiper-button-prev.swiper-button-disabled,
  body.not-mobile .swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none; }
  body.not-mobile .swiper-button-prev:after,
  body.not-mobile .swiper-button-next:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial; }
  body.not-mobile .swiper-button-prev,
  body.not-mobile .swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto; }
  body.not-mobile .swiper-button-prev:after,
  body.not-mobile .swiper-container-rtl .swiper-button-next:after {
    content: 'prev'; }
  body.not-mobile .swiper-button-next,
  body.not-mobile .swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto; }
  body.not-mobile .swiper-button-next:after,
  body.not-mobile .swiper-container-rtl .swiper-button-prev:after {
    content: 'next'; }
  body.not-mobile .swiper-button-prev.swiper-button-white,
  body.not-mobile .swiper-button-next.swiper-button-white {
    --swiper-navigation-color: #ffffff; }
  body.not-mobile .swiper-button-prev.swiper-button-black,
  body.not-mobile .swiper-button-next.swiper-button-black {
    --swiper-navigation-color: #000000; }
  body.not-mobile .swiper-button-lock {
    display: none; }
  body.not-mobile :root {
    /*
    --swiper-pagination-color: var(--swiper-theme-color);
    */ }
  body.not-mobile .swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 300ms opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10; }
  body.not-mobile .swiper-pagination.swiper-pagination-hidden {
    opacity: 0; }
  body.not-mobile .swiper-pagination-fraction,
  body.not-mobile .swiper-pagination-custom,
  body.not-mobile .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%; }
  body.not-mobile .swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0; }
  body.not-mobile .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative; }
  body.not-mobile .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1); }
  body.not-mobile .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1); }
  body.not-mobile .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66); }
  body.not-mobile .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33); }
  body.not-mobile .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66); }
  body.not-mobile .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33); }
  body.not-mobile .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 1; }
  body.not-mobile button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  body.not-mobile .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer; }
  body.not-mobile .swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color)); }
  body.not-mobile .swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0); }
  body.not-mobile .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block; }
  body.not-mobile .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px; }
  body.not-mobile .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: 200ms transform, 200ms top; }
  body.not-mobile .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px; }
  body.not-mobile .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap; }
  body.not-mobile .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms left; }
  body.not-mobile .swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms right; }
  body.not-mobile .swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute; }
  body.not-mobile .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top; }
  body.not-mobile .swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top; }
  body.not-mobile .swiper-container-horizontal > .swiper-pagination-progressbar,
  body.not-mobile .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0; }
  body.not-mobile .swiper-container-vertical > .swiper-pagination-progressbar,
  body.not-mobile .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0; }
  body.not-mobile .swiper-pagination-white {
    --swiper-pagination-color: #ffffff; }
  body.not-mobile .swiper-pagination-black {
    --swiper-pagination-color: #000000; }
  body.not-mobile .swiper-pagination-lock {
    display: none; }
  body.not-mobile .swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1); }
  body.not-mobile .swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%; }
  body.not-mobile .swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%; }
  body.not-mobile .swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0; }
  body.not-mobile .swiper-scrollbar-cursor-drag {
    cursor: move; }
  body.not-mobile .swiper-scrollbar-lock {
    display: none; }
  body.not-mobile .swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center; }
  body.not-mobile .swiper-zoom-container > img,
  body.not-mobile .swiper-zoom-container > svg,
  body.not-mobile .swiper-zoom-container > canvas {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain; }
  body.not-mobile .swiper-slide-zoomed {
    cursor: move; }
  body.not-mobile :root {
    /*
    --swiper-preloader-color: var(--swiper-theme-color);
    */ }
  body.not-mobile .swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent; }
  body.not-mobile .swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff; }
  body.not-mobile .swiper-lazy-preloader-black {
    --swiper-preloader-color: #000; }
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }
  body.not-mobile .swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000; }
  body.not-mobile .swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out; }
  body.not-mobile .swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity; }
  body.not-mobile .swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none; }
  body.not-mobile .swiper-container-fade .swiper-slide-active,
  body.not-mobile .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto; }
  body.not-mobile .swiper-container-cube {
    overflow: visible; }
  body.not-mobile .swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%; }
  body.not-mobile .swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none; }
  body.not-mobile .swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0; }
  body.not-mobile .swiper-container-cube .swiper-slide-active,
  body.not-mobile .swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto; }
  body.not-mobile .swiper-container-cube .swiper-slide-active,
  body.not-mobile .swiper-container-cube .swiper-slide-next,
  body.not-mobile .swiper-container-cube .swiper-slide-prev,
  body.not-mobile .swiper-container-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible; }
  body.not-mobile .swiper-container-cube .swiper-slide-shadow-top,
  body.not-mobile .swiper-container-cube .swiper-slide-shadow-bottom,
  body.not-mobile .swiper-container-cube .swiper-slide-shadow-left,
  body.not-mobile .swiper-container-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  body.not-mobile .swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0; }
  body.not-mobile .swiper-container-flip {
    overflow: visible; }
  body.not-mobile .swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1; }
  body.not-mobile .swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none; }
  body.not-mobile .swiper-container-flip .swiper-slide-active,
  body.not-mobile .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto; }
  body.not-mobile .swiper-container-flip .swiper-slide-shadow-top,
  body.not-mobile .swiper-container-flip .swiper-slide-shadow-bottom,
  body.not-mobile .swiper-container-flip .swiper-slide-shadow-left,
  body.not-mobile .swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }

.flux-logo {
  position: absolute;
  top: 22px;
  left: 0;
  width: 102px;
  height: 102px;
  cursor: pointer;
  z-index: 100;
  background-image: url("../images/flux-wordmark.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1); /* easeOutQuart */
}
@media all and (max-width: 768px) {
  .flux-logo {
    width: 86px;
    height: 86px;
  }
}
@media all and (max-width: 767px) {
  .flux-logo {
    top: 10px;
    width: 80px;
    height: 80px;
  }
}

.flux-logo-container {
  width: 102px;
  height: 102px;
  opacity: 0;
  transform: scale(0.85, 0.85);
  transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1); /* easeOutQuart */
}
.flux-logo-container.small .flux-logo {
  width: 80px;
  height: 56px;
  background-size: contain;
  background-position: center left;
}

header {
  position: fixed;
  width: 100%;
  height: 130px;
  top: 0;
  left: 0;
  opacity: 1;
  overflow: hidden;
  z-index: 5000;
  -webkit-transition: background-color 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: background-color 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: background-color 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background-color 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955); /* easeOutQuad */
}
@media all and (min-width: 1201px) {
  header {
    pointer-events: none;
  }
}
header.add-pointer-events {
  pointer-events: auto;
}
header.page-fade {
  opacity: 0;
}
header.anim-in .flux-logo-container {
  opacity: 1;
  transform: none;
}
header.anim-in ul li a span, header.anim-in ul li .a span {
  transform: translate(0px, 0px);
}
header.anim-in ul .icons .icon {
  opacity: 1;
}
header.show-sticky .back-btn-top {
  transform: translate(0px, -20px);
}
header.show-sticky .sticky-bg {
  transform: translate(0px, -10px);
}
header.show-sticky ul {
  transform: translate(0px, -20px);
}
header.show-sticky .flux-logo {
  top: 10px;
  width: 80px;
  height: 80px;
  background-size: 80px 80px;
}
@media all and (max-width: 1024px) {
  header.show-sticky .flux-logo {
    width: 60px;
    height: 60px;
    background-size: 60px 60px;
  }
}
header.show-sticky .menu-burger {
  top: 19px;
}
header ul {
  position: absolute;
  width: 33.33%;
  top: 0;
  right: 0;
  margin: 0px;
  padding: 63px 80px 0px 0px;
  list-style: none;
  transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1); /* easeOutQuart */
}
@media all and (max-width: 1500px) {
  header ul {
    width: 38.33%;
  }
}
@media all and (max-width: 1200px) {
  header ul {
    width: 41.67%;
  }
}
@media all and (max-width: 1024px) {
  header ul {
    display: none;
  }
}
header ul > li {
  float: left;
  overflow: hidden;
  line-height: 1;
}
header ul > li[data-index="0"] a span, header ul > li[data-index="0"] .a span {
  transition-delay: 0.1s;
}
header ul > li[data-index="1"] a span, header ul > li[data-index="1"] .a span {
  transition-delay: 0.15s;
}
header ul > li[data-index="2"] a span, header ul > li[data-index="2"] .a span {
  transition-delay: 0.2s;
}
header ul > li[data-index="3"] a span, header ul > li[data-index="3"] .a span {
  transition-delay: 0.25s;
}
header ul > li[data-index="4"] .icon.facebook {
  transition-delay: 0.3s;
}
header ul > li[data-index="4"] .icon.instagram {
  transition-delay: 0.35s;
}
header ul > li.no-delay a span, header ul > li.no-delay .a span {
  transition-delay: 0s !important;
}
header ul > li.first a {
  padding: 0px 36px 0px 0px;
}
@media all and (min-width: 2300px) {
  header ul > li.first a {
    padding: 0px 48px 0px 0px;
  }
}
@media all and (max-width: 1720px) {
  header ul > li.first a {
    padding: 0px 28px 0px 0px;
  }
}
@media all and (max-width: 1320px) {
  header ul > li.first a {
    padding: 0px 18px 0px 0px;
  }
}
header ul > li.last a {
  padding: 0px 0px 0px 36px;
}
@media all and (min-width: 2300px) {
  header ul > li.last a {
    padding: 0px 0px 0px 48px;
  }
}
@media all and (max-width: 1720px) {
  header ul > li.last a {
    padding: 0px 0px 0px 28px;
  }
}
@media all and (max-width: 1320px) {
  header ul > li.last a {
    padding: 0px 0px 0px 18px;
  }
}
header ul > li a, header ul > li .a {
  padding: 0px 36px;
  display: block;
  outline: none;
  color: #1e1b30;
  -webkit-transition: padding 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: padding 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: padding 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: padding 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); /* easeOutQuad */
}
@media all and (min-width: 2300px) {
  header ul > li a, header ul > li .a {
    padding: 0px 48px;
  }
}
@media all and (max-width: 1720px) {
  header ul > li a, header ul > li .a {
    padding: 0px 28px;
  }
}
@media all and (max-width: 1540px) {
  header ul > li a, header ul > li .a {
    padding: 0px 23px;
  }
}
@media all and (max-width: 1320px) {
  header ul > li a, header ul > li .a {
    padding: 0px 18px;
  }
}
header ul > li a.selected span, header ul > li .a.selected span {
  padding-bottom: 0px;
  border-bottom: 1px solid #1e1b30;
}
header ul > li a.selected.disable span, header ul > li .a.selected.disable span {
  border-bottom: 1px solid #1e1b30;
}
header ul > li a.over span, header ul > li .a.over span {
  padding-bottom: 0px !important;
  border-bottom: 1px solid #1e1b30 !important;
  -webkit-transition: all 100ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 100ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 100ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 100ms cubic-bezier(0.165, 0.84, 0.44, 1); /* easeOutQuart */
}
header ul > li a span, header ul > li .a span {
  color: #1e1b30;
  display: block;
  cursor: pointer;
  transform: translate(0px, 30px);
  border-bottom: 1px solid transparent;
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); /* easeOutQuad */
}
header .icons {
  position: absolute;
  right: 0;
  top: 62px;
  margin-left: 60px;
  margin-top: 1px;
  margin-right: -5px;
  overflow: visible;
}
header .icons .icon {
  float: left;
  width: 30px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -5px;
  display: block;
  padding: 0;
  opacity: 0;
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); /* easeOutQuad */
}
header .icons .icon.facebook {
  background-image: url("../images/icon-fb-dark.png");
  background-size: 9px 18px;
  margin-right: 10px;
}
@media all and (min-width: 2150px) {
  header .icons .icon.facebook {
    margin-right: 20px;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  header .icons .icon.facebook {
    background-image: url("../images/icon-fb-dark@2x.png");
  }
}
header .icons .icon.instagram {
  background-image: url("../images/icon-insta-dark.png");
  background-size: 20px 20px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  header .icons .icon.instagram {
    background-image: url("../images/icon-insta-dark@2x.png");
  }
}
header .sticky-bg {
  position: absolute;
  top: 0;
  left: -20%;
  width: calc(140% + 4px);
  height: 114px;
  z-index: -1;
  background-color: #f5f5f5;
  transform: translate(0px, -90px);
  -webkit-transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1); /* easeOutQuart */
}
@media all and (max-width: 1024px) {
  header .sticky-bg {
    height: 86px;
  }
}
header .fixed-container {
  position: relative;
  width: 90%;
  margin: 0px auto;
  z-index: 2;
}

#mobile-sticky-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: #f5f5f5;
  transform: translate(0px, -80px);
  z-index: 50;
  opacity: 0;
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); /* easeOutQuad */
}
#mobile-sticky-menu.anim-in {
  opacity: 1;
  transform: translate(0px, 0px);
}
#mobile-sticky-menu .flux-logo {
  top: 12px;
  left: 5%;
}
@media all and (max-width: 767px) {
  #mobile-sticky-menu .flux-logo {
    top: 10px;
  }
}
#mobile-sticky-menu .menu-burger {
  top: 18px;
  right: 5%;
}

.menu-burger {
  position: absolute;
  width: 44px;
  height: 38px;
  top: 30px;
  right: 0;
  margin-right: -10px;
  cursor: pointer;
  z-index: 10001;
  display: none;
  -webkit-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94); /* easeOutQuad */
}
@media all and (max-width: 1024px) {
  .menu-burger {
    display: block;
  }
}
.menu-burger.show-normal-btn .menu-line.menu-line1 {
  left: 10px;
  opacity: 1;
}
.menu-burger.show-normal-btn .menu-line.menu-line2 {
  opacity: 1;
}
.menu-burger.show-normal-btn .menu-line.menu-line3 {
  left: 10px;
  opacity: 1;
}
.menu-burger .menu-line {
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #1e1b30;
  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); /* easeOutQuad */
}
.menu-burger .menu-line.menu-line1 {
  top: 12px;
  left: -10px;
  opacity: 0;
}
.menu-burger .menu-line.menu-line2 {
  top: 18px;
  left: 10px;
  opacity: 0;
}
.menu-burger .menu-line.menu-line3 {
  top: 24px;
  left: 30px;
  opacity: 0;
}
.menu-burger .menu-line.menu-line4 {
  top: 8px;
  left: 0px;
  opacity: 0;
  transform: rotate(45deg);
}
.menu-burger .menu-line.menu-line5 {
  top: 8px;
  left: 20px;
  opacity: 0;
  transform: rotate(135deg);
  transition-delay: 0.1s;
}

body.menu-open #content {
  pointer-events: none;
}
body.menu-open .menu-burger.show-close-btn .menu-line.menu-line4 {
  top: 18px;
  left: 10px;
  opacity: 1;
}
body.menu-open .menu-burger.show-close-btn .menu-line.menu-line5 {
  top: 18px;
  left: 10px;
  opacity: 1;
}

.mobile header {
  position: absolute;
  top: 0;
  left: 0;
}

body.menu-open .full-mobile-menu {
  pointer-events: auto;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  z-index: 2001;
}
body.menu-open #mobile-sticky-menu {
  background-color: #FFFFFF;
}

.full-mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0 100%);
  -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0 100%);
  pointer-events: none;
  z-index: 1001;
  overflow: hidden;
  transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1); /* easeInOutCubic */
}
.full-mobile-menu .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
}
.full-mobile-menu nav {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(0px, -50%);
  width: 80%;
}
.full-mobile-menu nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.full-mobile-menu nav ul li {
  width: 100%;
  padding: 0;
  margin: 0 0 6px 0;
  text-align: center;
  font-size: 7vw;
  letter-spacing: -0.042em;
  font-family: "BasisGrotesquePro-Medium", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
@media all and (max-width: 767px) {
  .full-mobile-menu nav ul li {
    font-size: 9vw;
  }
}
.full-mobile-menu nav ul li a {
  display: inline-block;
  line-height: 0.85;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.full-mobile-menu nav ul li a.selected {
  border-bottom: 1px solid #1e1b30;
}
.full-mobile-menu .contact-details {
  position: absolute;
  left: 5%;
  width: 90%;
  bottom: 20px;
}
.full-mobile-menu .contact-details .deets {
  float: left;
  width: 60%;
}
@media all and (max-width: 767px) {
  .full-mobile-menu .contact-details .deets {
    width: 200px;
  }
}
.full-mobile-menu .contact-details .deets .detail {
  float: left;
  margin-right: 40px;
}
@media all and (max-width: 767px) {
  .full-mobile-menu .contact-details .deets .mobile-hide {
    display: none;
  }
}
.full-mobile-menu .contact-details h4 {
  margin-bottom: 7px;
  opacity: 0.6;
}
.full-mobile-menu .contact-details .icons {
  position: absolute;
  bottom: 2px;
  right: 0;
}
.full-mobile-menu .contact-details .icons .icon {
  float: left;
  width: 30px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -5px;
  display: block;
  padding: 0;
}
.full-mobile-menu .contact-details .icons .icon.facebook {
  background-image: url("../images/icon-fb-dark.png");
  background-size: 9px 18px;
  margin-right: 10px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .full-mobile-menu .contact-details .icons .icon.facebook {
    background-image: url("../images/icon-fb-dark@2x.png");
  }
}
.full-mobile-menu .contact-details .icons .icon.instagram {
  background-image: url("../images/icon-insta-dark.png");
  background-size: 20px 20px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .full-mobile-menu .contact-details .icons .icon.instagram {
    background-image: url("../images/icon-insta-dark@2x.png");
  }
}

/*# sourceMappingURL=header.css.map */
