@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		6;
	dw-num-cols-tablet:		10;
	dw-num-cols-desktop:	14;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

	
body{
    overflow-x: hidden;
}




#loading {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  opacity: 1;
  background-color: #fff;
  z-index: 20000;
        display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
       /* */ display: none;
}

#loading-image {
 
}
    
    
    #loading h5{
        position: absolute;
        bottom: 25vh;
        text-align: center;
    }
    
    
    #loading h5 span{
        opacity: .4;
    }
    
    
    
    .loader {
  border: 5px solid #f3f3f3;
  border-radius: 5em;
  border-top: 5px solid #EC2227;
  width: 5em;
  height: 5em;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

    
    
    
    
    
    
    
    
    
    .lines{
        width: 100%;
        height: 100vh;
        display: block;
        float: left;
        clear: none;
        z-index: 0;
        position: fixed;
    }
    
    
    .lines span{
        width: .5px;
        height: 100%;
        display: block;
        float: left;
        clear: none;
        background-color: #E2E2E2;
        position: absolute;
        opacity: .5;
    }
    
    
    .lines span:nth-of-type(1){
        left: calc(25% - .25px)
    }
    
    .lines span:nth-of-type(2){
        left: calc(50% - .25px)
    }
    
    .lines span:nth-of-type(3){
        left: calc(75% - .25px)
    }
    
    
    .lines span:nth-of-type(4){
        left: calc(25% - .25px)
    }
    
    
    
    .gridContainer{
        width: 100%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        z-index: 10;
        position: absolute;
        margin: 0;
        left: 0;
    }
    
    
    
    
    
    
    
    
    
    .main{
        width: 100%;
        height: 100vh;
        display: block;
        float: left;
        clear: none;
        position: relative;
    }
    
    
    
    .textslider{
        width: 85%;
        margin: 15vh 7.5vw auto;
        height: 50vh;
        display: block;
        float: left;
        clear: none;
        display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: left;
      justify-content: left;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
    
    
    .textslider .swiper-slide{
        display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: left;
      justify-content: left;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
    
    
    
    .maintext{
        width: calc(100% - 8em);
        position: absolute;
        bottom: 3em;
        left: 0;
        right: auto;
        padding: 2em;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .casesslide{
        width: 100%;
        height: 100vh;
        display: block;
        float: left;
        clear: none;
        margin: 0;
        padding: 0;
        background-color: #F5F5F5;
        position: relative;
    }
    
    
    
    .cs-left{
        width: 100%;
        height: 55%;
        border-radius: .5em;
        display: block;
        float: left;
        clear: none;
        background-color: #000000;
        margin: 0;
        position: absolute;
        z-index: 10;
        left: 0;
        top: 0;
    }
    
    
    .cs-left .swiper-slide{
        background-position: center;
        background-size: cover;
        position: relative;
        overflow: hidden;
        padding: 0;
    }
    
    
    .cs-left-inner{
        width: 100%;
        height: 100%;
        display: block;
        float: left;
        clear: none;
        z-index:10;
        position: relative;
        background: rgb(102,102,102);
        background: -webkit-linear-gradient(295deg, rgba(102,102,102,0) 49%, rgba(102,102,102,0.5438550420168067) 100%);
        background: -o-linear-gradient(295deg, rgba(102,102,102,0) 49%, rgba(102,102,102,0.5438550420168067) 100%);
        background: linear-gradient(25deg, rgba(102,102,102,0) 49%, rgba(102,102,102,0.5438550420168067) 100%);
        padding: 0;
    }
    
    
    
    .cs-left-inner h1{
        color: #fff;
        float: right;
        position: absolute;
        top: .5em;
        right: .5em;
        font-weight: 400;
        margin: 0;
    }
    

    
    
    
    
    .cs-right{
        width: 100%;
        height: calc(45% - 1em);
        border-radius: 1em;
        position: absolute;
        z-index: 10;
        display: block;
        float: right;
        clear: none;
        margin: 0;
        right: auto;
        left: 0;
        top: auto;
        bottom: 1em;
        
    }
    
    
    
    .cs-right-inner h1{
        color: #ECECEC;
        float: left;
        position: absolute;
        top: .2em;
        left: .2em;
        font-weight: 400;
        margin: 0;
        display: none;
        
    }
    
    
    
    .cs-right .fa-arrow-up{
        font-size: 2em;
        color: #000;
        transform-origin: center;
        transform: rotate(0deg);
        clear: none;
        float: left;
        margin: 3vh 10% .5em;
        display: block;
    }
    
    
    
    .cs-right p, .cs-right h3, .cs-right h4{
        width: 85%;
        margin: .5em 7.5%;
        height: auto;
        clear: both;
        float: left;
    }
    
    
    .cs-right button{
        margin: .5em 5%;
    }
    
    
    .casesmarquee{
        font-size: 5em;
        font-weight: 700;
        line-height: 1em;
        text-transform: uppercase;
        font-family: "bahnschrift";
        color: #E2E2E2;
        position: absolute;
        z-index: 0;
        bottom: 0;
    }
    
    
    
    
    
    
    
    
    
    
    

    
    
    
    
    .wearedesign{
        height: auto;
        width: 85%;
        margin: 10vh 7.5vw 10vh;
        float: left;
        clear: both;
        display: grid; 
      grid-auto-flow: row dense; 
      grid-auto-columns: 1fr; 
      grid-auto-rows: 1fr; 
      grid-template-columns: 0.4fr 5fr; 
      gap: 1em 1em; 
    }
    
    
    .wad-ico{
        width: 100%;
        height: 100%;
        display: block;
        float: left;
        clear: none;
         display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: left;
      justify-content: left;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
    
    
    .wad-ico img{
        height: 2em;
        width: auto;
        display: block;
        float: left;
        clear: none;
    }
    
    
    .wadmarquee{
        font-size: 5em;
        font-weight: 700;
        line-height: 1em;
        text-transform: uppercase;
        font-family: "bahnschrift";
        color: #E2E2E2;
        
    }
    
    
    
    
    
    
    .break{
        height: auto;
        width: 80%;
        margin: 15vh 10% 10vh;
        display: block;
        float: left;
        clear: both;
    }
    

    
    
    
    
    
    .blockdiv{
        width: 90%;
        height: auto;
        float: left;
        clear: none;
        margin: 5vh 5%;
        display: block;
    }
    
    
    .bdtext{
        width: 100%;
        height: 100%;
        display: block;
        clear: none;
        float: left;
        clear: none;
        
    }
    
    .bdtext-inner{
      position: relative;
      top: 2em; /* required */
    }
    
    
    .bdtext p{
        margin: 1.5em auto;
        width: 100%;
        float: left;
    }
    
    
    .bdimg{
        background-color: #F5F5F5;
        border-radius: 1em;
        height: 40vh;
        width: 100%;
        display: block;
        float: left;
        clear: none;
        background-repeat: no-repeat;
        background-size: cover;
        margin: 1em auto;
    }
    
    
    
    
    
    
    
    .office-pic{
        width: 90%;
        margin: 0vh 5% 0;
        height: 50vh;
        float: left;
        clear: none;
        border-radius: 1em;
        background-size: cover;
        background-position: center;
        position: relative;
        z-index: 5;
        overflow: hidden;
    }
    
    
    
    
    
    
    
    .highlights{
        width: 90%;
        margin: -2em 5% 0;
        height: auto;
        display: block;
        float: left;
        clear: none;
        background-color: black;
        position: relative;
        z-index: 0;
        border-radius: 1em;
    }
    
    
    
    .highlights-inner{
        width:90%;
        height: auto;
        margin: 5em 5%;
        display: block;
        float: left;
        clear: none;
        color: #fff;
    }
    
    
    
    .highlights-inner h3{
        line-height: 1.1em;
    }
    
    
    
    .highlights-inner p{
        line-height: 1.1em;
        width: 90%;
        text-align: left;
        margin: 0 0 0 0;
    }
    
    
    
    .highlights-pane{
        width: 100%;
        height: auto;
        clear: none;
        float: left;
           display: grid; 
  grid-auto-flow: row dense; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 1fr 1fr; 
  grid-template-rows: 1fr 1fr; 
  gap: 2em 2em; 
  grid-template-areas: 
    ". ."
    ". ."; 
        margin: 10vh auto auto;
        
    }
    
    
    .highlight{
        text-align: center;
    }
    
    .highlight h1{
        margin: 0;
    }
    
    .highlight h3{
        margin: 0;
        color: #767676;
    }
    
    
    
    
    
    
    
    
    .otherpages-head{
        width: 80%;
        margin: 20vh 6% 5vh;
        height: auto;
        display: block;
        float: left;
        clear: none;
        
    }
    
    
    .otherpages-head h1{
        color: #DFDFDF;
        margin: .2em auto;
    }
    
    
    
    













/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
	
	
	
	
	
	
    
    
    
    
    
    
    
    
    
	

	
	
	
}



/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

    
    
    
    
    #loading {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  opacity: 1;
  background-color: #fff;
  z-index: 20000;
        display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
       /* */ display: none;
}

#loading-image {
 
}
    
    
    #loading h5{
        position: absolute;
        bottom: 25vh;
        text-align: center;
    }
    
    
    #loading h5 span{
        opacity: .4;
    }
    
    
    
    .loader {
  border: 5px solid #f3f3f3;
  border-radius: 5em;
  border-top: 5px solid #EC2227;
  width: 5em;
  height: 5em;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

    
    
    
    
    
    
    
    
    
    .lines{
        width: 100%;
        height: 100vh;
        display: block;
        float: left;
        clear: none;
        z-index: 0;
        position: fixed;
    }
    
    
    .lines span{
        width: .5px;
        height: 100%;
        display: block;
        float: left;
        clear: none;
        background-color: #E2E2E2;
        position: absolute;
        opacity: .5;
    }
    
    
    .lines span:nth-of-type(1){
        left: calc(25% - .25px)
    }
    
    .lines span:nth-of-type(2){
        left: calc(50% - .25px)
    }
    
    .lines span:nth-of-type(3){
        left: calc(75% - .25px)
    }
    
    
    .lines span:nth-of-type(4){
        left: calc(25% - .25px)
    }
    
    
    
    .gridContainer{
        width: 100%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        z-index: 10;
        position: absolute;
        margin: 0;
        left: 0;
    }
    
    
    
    
    
    
    
    
    
    .main{
        width: 100%;
        height: 100vh;
        display: block;
        float: left;
        clear: none;
        position: relative;
    }
    
    
    
    .textslider{
        width: 85%;
        margin: 25vh 7.5vw auto;
        height: 50vh;
        display: block;
        float: left;
        clear: none;
        display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: left;
      justify-content: left;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
    
    
    .textslider .swiper-slide{
        display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: left;
      justify-content: left;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
    
    
    
    .maintext{
        width: calc(25% - 8em);
        position: absolute;
        bottom: 1em;
        right: 0;
        left: auto;
        padding: 4em;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .casesslide{
        width: 100%;
        height: 120vh;
        display: block;
        float: left;
        clear: none;
        margin: 0;
        padding: 0;
        background-color: #F5F5F5;
        position: relative;
    }
    
    
    
    .cs-left{
        width: 75%;
        height: 100%;
        border-radius: 1em;
        display: block;
        float: left;
        clear: none;
        background-color: #000000;
        margin: 0;
        position: absolute;
        z-index: 10;
        left: 0;
        top: 0;
    }
    
    
    .cs-left .swiper-slide{
        background-position: center;
        background-size: cover;
        position: relative;
        overflow: hidden;
        padding: 0;
    }
    
    
    .cs-left-inner{
        width: 100%;
        height: 100%;
        display: block;
        float: left;
        clear: none;
        z-index:10;
        position: relative;
        background: rgb(102,102,102);
        background: -webkit-linear-gradient(295deg, rgba(102,102,102,0) 49%, rgba(102,102,102,0.5438550420168067) 100%);
        background: -o-linear-gradient(295deg, rgba(102,102,102,0) 49%, rgba(102,102,102,0.5438550420168067) 100%);
        background: linear-gradient(25deg, rgba(102,102,102,0) 49%, rgba(102,102,102,0.5438550420168067) 100%);
        padding: 0;
    }
    
    
    
    .cs-left-inner h1{
        color: #fff;
        float: right;
        position: absolute;
        top: .2em;
        right: .2em;
        font-weight: 400;
        margin: 0;
    }
    

    
    
    
    
    .cs-right{
        width: 25%;
        height: calc(100% - 10em);
        border-radius: 1em;
        position: absolute;
        z-index: 10;
        display: block;
        float: right;
        clear: none;
        margin: 0;
        right: 0;
        left: auto;
        bottom: auto;
        top: 0;
        
    }
    
    
    
    .cs-right-inner h1{
        color: #ECECEC;
        float: left;
        position: absolute;
        top: .2em;
        left: .2em;
        font-weight: 400;
        margin: 0;
        display: block;
    }
    
    
    
    .cs-right .fa-arrow-up{
        font-size: 4em;
        color: #000;
        transform-origin: center;
        transform: rotate(-45deg);
        clear: none;
        float: left;
        margin: 25vh 10% .5em;
        display: block;
    }
    
    
    
    .cs-right p, .cs-right h3, .cs-right h4{
        width: 80%;
        margin: .5em 10%;
        height: auto;
        clear: both;
        float: left;
    }
    
    
    .cs-right button{
        margin: .5em 10%;
    }
    
    
    .casesmarquee{
        font-size: 4em;
        font-weight: 700;
        line-height: 1em;
        text-transform: uppercase;
        font-family: "bahnschrift";
        color: #E2E2E2;
        position: absolute;
        z-index: 0;
        bottom: 0;
    }
    
    
    
    
    
    
    
    
    
    
    

    
    
    
    
    .wearedesign{
        height: auto;
        width: 85%;
        margin: 10vh 7.5vw 20vh;
        float: left;
        clear: both;
        display: grid; 
      grid-auto-flow: row dense; 
      grid-auto-columns: 1fr; 
      grid-auto-rows: 1fr; 
      grid-template-columns: 0.5fr 5fr; 
      gap: 1em 1em; 
    }
    
    
    .wad-ico{
        width: 100%;
        height: 100%;
        display: block;
        float: left;
        clear: none;
         display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: left;
      justify-content: left;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
    
    
    .wad-ico img{
        height: 4em;
        width: auto;
        display: block;
        float: left;
        clear: none;
    }
    
    
    .wadmarquee{
        font-size: 9em;
        font-weight: 700;
        line-height: 1em;
        text-transform: uppercase;
        font-family: "bahnschrift";
        color: #E2E2E2;
        
    }
    
    
    
    
    
    
    .break{
        height: auto;
        width: 65%;
        margin: 30vh 10%;
        display: block;
        float: left;
        clear: both;
    }
    

    
    
    
    
    
    .blockdiv{
        width: 85%;
        height: auto;
        float: left;
        clear: none;
        margin: 15vh 7.5%;
        display: grid; 
      grid-auto-flow: row dense; 
      grid-auto-columns: 1fr; 
      grid-auto-rows: 1fr; 
      grid-template-columns: 1fr 1fr; 
      gap: 2em 2em;
        
    }
    
    
    .bdtext{
        width: 100%;
        height: 100%;
        display: block;
        clear: none;
        float: left;
        clear: none;
    }
    
    .bdtext-inner{
      position: sticky;
      position: -webkit-sticky;
      top: 12em; /* required */
    }
    
    
    .bdtext p{
        margin: 1.5em auto;
        width: 70%;
        float: left;
    }
    
    
    .bdimg{
        background-color: #F5F5F5;
        border-radius: 1em;
        height: 100vh;
        width: 100%;
        display: block;
        float: left;
        clear: none;
        background-repeat: no-repeat;
        background-size: cover;
        margin: auto;
    }
    
    
    
    
    
    
    
    .office-pic{
        width: 85%;
        margin: 15vh 7.5% 0;
        height: 70vh;
        float: left;
        clear: none;
        border-radius: 1em;
        background-size: cover;
        background-position: center;
        position: relative;
        z-index: 5;
        overflow: hidden;
    }
    
    
    
    
    
    
    
    .highlights{
        width: 85%;
        margin: -2em 7.5% 0;
        height: auto;
        display: block;
        float: left;
        clear: none;
        background-color: black;
        position: relative;
        z-index: 0;
        border-radius: 1em;
    }
    
    
    
    .highlights-inner{
        width:90%;
        height: auto;
        margin: 10em 5%;
        display: block;
        float: left;
        clear: none;
        color: #fff;
    }
    
    
    
    .highlights-inner h3{
        line-height: 1.1em;
    }
    
    
    
    .highlights-inner p{
        line-height: 1.1em;
        width: 60%;
        text-align: left;
        margin: 0 0 0 0;
    }
    
    
    
    .highlights-pane{
        width: 100%;
        height: auto;
        clear: none;
        float: left;
          display: grid; 
  grid-auto-flow: row dense; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 1fr 1fr 1fr 1fr; 
  gap: 2em 2em; 
        margin: 10vh auto auto;
        
    }
    
    
    .highlight{
        text-align: center;
    }
    
    .highlight h1{
        margin: 0;
    }
    
    .highlight h3{
        margin: 0;
        color: #767676;
    }
    
    
    
    
    
    
    
    
    .otherpages-head{
        width: 80%;
        margin: 25vh 6% 15vh;
        height: auto;
        display: block;
        float: left;
        clear: none;
        
    }
    
    
    .otherpages-head h1{
        color: #DFDFDF;
        margin: .2em auto;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
  
    
    
}
    /* Desktop Layout: 769px to a max of 1080px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1080px) {
	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
}
    
    
    /* Desktop Layout:1080px to a max of 1440px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1440px) {
    
    
    
    #loading {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  opacity: 1;
  background-color: #fff;
  z-index: 20000;
        display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
       /* */ display: none;
}

#loading-image {
 
}
    
    
    #loading h5{
        position: absolute;
        bottom: 25vh;
        text-align: center;
    }
    
    
    #loading h5 span{
        opacity: .4;
    }
    
    
    
    .loader {
  border: 5px solid #f3f3f3;
  border-radius: 5em;
  border-top: 5px solid #EC2227;
  width: 5em;
  height: 5em;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

    
    
    
    
    
    
    
    
    
    .lines{
        width: 100%;
        height: 100vh;
        display: block;
        float: left;
        clear: none;
        z-index: 0;
        position: fixed;
    }
    
    
    .lines span{
        width: .5px;
        height: 100%;
        display: block;
        float: left;
        clear: none;
        background-color: #E2E2E2;
        position: absolute;
        opacity: .5;
    }
    
    
    .lines span:nth-of-type(1){
        left: calc(25% - .25px)
    }
    
    .lines span:nth-of-type(2){
        left: calc(50% - .25px)
    }
    
    .lines span:nth-of-type(3){
        left: calc(75% - .25px)
    }
    
    
    .lines span:nth-of-type(4){
        left: calc(25% - .25px)
    }
    
    
    
    .gridContainer{
        width: 100%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        z-index: 10;
        position: absolute;
        margin: 0;
        left: 0;
    }
    
    
    
    
    
    
    
    
    
    .main{
        width: 100%;
        height: 100vh;
        display: block;
        float: left;
        clear: none;
        position: relative;
    }
    
    
    
    .textslider{
        width: 85%;
        margin: 25vh 7.5vw auto;
        height: 50vh;
        display: block;
        float: left;
        clear: none;
        display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: left;
      justify-content: left;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
    
    
    .textslider .swiper-slide{
        display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: left;
      justify-content: left;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
    
    
    
    .maintext{
        width: calc(25% - 8em);
        position: absolute;
        bottom: 1em;
        right: 0;
        padding: 4em;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .casesslide{
        width: 100%;
        height: 100vh;
        display: block;
        float: left;
        clear: none;
        margin: 0;
        padding: 0;
        background-color: #F5F5F5;
        position: relative;
    }
    
    
    
    .cs-left{
        width: 75%;
        height: 100%;
        border-radius: 1em;
        display: block;
        float: left;
        clear: none;
        background-color: #000000;
        margin: 0;
        position: absolute;
        z-index: 10;
        left: 0;
        top: 0;
    }
    
    
    .cs-left .swiper-slide{
        background-position: center;
        background-size: cover;
        position: relative;
        overflow: hidden;
        padding: 0;
    }
    
    
    .cs-left-inner{
        width: 100%;
        height: 100%;
        display: block;
        float: left;
        clear: none;
        z-index:10;
        position: relative;
        background: rgb(102,102,102);
        background: -webkit-linear-gradient(295deg, rgba(102,102,102,0) 49%, rgba(102,102,102,0.5438550420168067) 100%);
        background: -o-linear-gradient(295deg, rgba(102,102,102,0) 49%, rgba(102,102,102,0.5438550420168067) 100%);
        background: linear-gradient(25deg, rgba(102,102,102,0) 49%, rgba(102,102,102,0.5438550420168067) 100%);
        padding: 0;
    }
    
    
    
    .cs-left-inner h1{
        color: #fff;
        float: right;
        position: absolute;
        top: .2em;
        right: .2em;
        font-weight: 400;
        margin: 0;
    }
    

    
    
    
    
    .cs-right{
        width: 25%;
        height: calc(100% - 10em);
        border-radius: 1em;
        position: absolute;
        z-index: 10;
        display: block;
        float: right;
        clear: none;
        margin: 0;
        right: 0;
        left: auto;
        bottom: auto;
        top: 0;
        
    }
    
    
    
    .cs-right-inner h1{
        color: #ECECEC;
        float: left;
        position: absolute;
        top: .2em;
        left: .2em;
        font-weight: 400;
        margin: 0;
        display: block;
    }
    
    
    
    .cs-right .fa-arrow-up{
        font-size: 5em;
        color: #000;
        transform-origin: center;
        transform: rotate(-45deg);
        clear: none;
        float: left;
        margin: 25vh 10% .5em;
        display: block;
    }
    
    
    
    .cs-right p, .cs-right h3, .cs-right h4{
        width: 80%;
        margin: .5em 10%;
        height: auto;
        clear: both;
        float: left;
    }
    
    
    .cs-right button{
        margin: .5em 10%;
    }
    
    
    .casesmarquee{
        font-size: 9em;
        font-weight: 700;
        line-height: 1em;
        text-transform: uppercase;
        font-family: "bahnschrift";
        color: #E2E2E2;
        position: absolute;
        z-index: 0;
        bottom: 0;
    }
    
    
    
    
    
    
    
    
    
    
    

    
    
    
    
    .wearedesign{
        height: auto;
        width: 85%;
        margin: 10vh 7.5vw 20vh;
        float: left;
        clear: both;
        display: grid; 
      grid-auto-flow: row dense; 
      grid-auto-columns: 1fr; 
      grid-auto-rows: 1fr; 
      grid-template-columns: 0.5fr 5fr; 
      gap: 1em 1em; 
    }
    
    
    .wad-ico{
        width: 100%;
        height: 100%;
        display: block;
        float: left;
        clear: none;
         display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: left;
      justify-content: left;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
    
    
    .wad-ico img{
        height: 4em;
        width: auto;
        display: block;
        float: left;
        clear: none;
    }
    
    
    .wadmarquee{
        font-size: 9em;
        font-weight: 700;
        line-height: 1em;
        text-transform: uppercase;
        font-family: "bahnschrift";
        color: #E2E2E2;
        
    }
    
    
    
    
    
    
    .break{
        height: auto;
        width: 65%;
        margin: 30vh 10%;
        display: block;
        float: left;
        clear: both;
    }
    

    
    
    
    
    
    .blockdiv{
        width: 85%;
        height: auto;
        float: left;
        clear: none;
        margin: 15vh 7.5%;
        display: grid; 
      grid-auto-flow: row dense; 
      grid-auto-columns: 1fr; 
      grid-auto-rows: 1fr; 
      grid-template-columns: 1fr 1fr; 
      gap: 2em 2em;
        
    }
    
    
    .bdtext{
        width: 100%;
        height: 100%;
        display: block;
        clear: none;
        float: left;
        clear: none;
    }
    
    .bdtext-inner{
      position: sticky;
      position: -webkit-sticky;
      top: 12em; /* required */
    }
    
    
    .bdtext p{
        margin: 1.5em auto;
        width: 70%;
        float: left;
    }
    
    
    .bdimg{
        background-color: #F5F5F5;
        border-radius: 1em;
        height: 100vh;
        width: 100%;
        display: block;
        float: left;
        clear: none;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    
    
    
    
    
    
    .office-pic{
        width: 85%;
        margin: 15vh 7.5% 0;
        height: 70vh;
        float: left;
        clear: none;
        border-radius: 1em;
        background-size: cover;
        background-position: center;
        position: relative;
        z-index: 5;
        overflow: hidden;
    }
    
    
    
    
    
    
    
    .highlights{
        width: 85%;
        margin: -2em 7.5% 0;
        height: auto;
        display: block;
        float: left;
        clear: none;
        background-color: black;
        position: relative;
        z-index: 0;
        border-radius: 1em;
    }
    
    
    
    .highlights-inner{
        width:90%;
        height: auto;
        margin: 10em 5%;
        display: block;
        float: left;
        clear: none;
        color: #fff;
    }
    
    
    
    .highlights-inner h3{
        line-height: 1.1em;
    }
    
    
    
    .highlights-inner p{
        line-height: 1.1em;
        width: 60%;
        text-align: left;
        margin: 0 0 0 0;
    }
    
    
    
    .highlights-pane{
        width: 100%;
        height: auto;
        clear: none;
        float: left;
          display: grid; 
  grid-auto-flow: row dense; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 1fr 1fr 1fr 1fr; 
  gap: 2em 2em; 
        margin: 10vh auto auto;
        
    }
    
    
    .highlight{
        text-align: center;
    }
    
    .highlight h1{
        margin: 0;
    }
    
    .highlight h3{
        margin: 0;
        color: #767676;
    }
    
    
    
    
    
    
    
    
    .otherpages-head{
        width: 60%;
        margin: 20vh 7.5%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        
    }
    
    
    .otherpages-head h1{
        color: #DFDFDF;
        margin: .2em auto;
    }
    
    
    
    
    
    
 
    
    
}
    
        /* Desktop Layout: 1440px to a max of 1920px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1920px) {
	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
  
    
    
    
}
            /* Desktop Layout: 1920px to a max of 2400px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 2400px) {
	

    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
		
}