




@font-face {
    font-family: jost;
    src: url('jost500.eot') format('embedded-opentype'),
    url('jost500.woff2') format('woff2'),
    url('jost500.woff') format('woff'),
	url('jost500.ttf') format('ttf');
	font-weight:500;
  }

 
body{
    font-family:jost;
    line-height: 1.1em;
    background-color: white;
	font-weight:500;
}

body{
	
}

.button {
	margin-top:1em;
	margin-bottom:1em;
width: 90%;
height: 3em;
background: black;
text-align: center;
padding:0.5em;
font-size: 1.2em;
color: white ! important;
border-radius: 0.3em;
line-height: 1.75em;

}

.home {
	overflow-y: hidden;
}

 .sub-menu {
	 padding: 0 0 0 2%;
	 float: right;
	 right: -90%;
	 top: 0;
	 transition: all 0.3s ease;
	 height: 100%;
	 width: 90%;
	 position: fixed;
	 margin: 0;
	 background-color: rgba(255, 255, 255, 1);
	 border-radius: 0;
	 z-index: 0;
	 overflow: hidden;
}
 .sub-menu.oppenned {
	right: 0;
	width: 90%;
	filter: drop-shadow(2px 9px 10px rgba(0, 0, 0, 0.05));
}
@media print, screen and (min-width: 40em) {
	.sub-menu {
		width:50%;
		right:-50%;
	}

	.sub-menu.oppenned {
		width:50%;
	}
}
@media print, screen and (min-width: 64em) {
	.sub-menu {
		width: 30%;
		right:-30%;
	}
	.sub-menu.oppenned {
		width:30%;
	}
}
 .sub-menu ul {
	margin: 0;
	text-align:right;
	margin-right: 3.1rem;
	margin-top:5em;

}
 .sub-menu li {
	 display: inline;
	 list-style: none;
	 height: auto;
	 margin-left: 0;
	 transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);

}
 .sub-menu li:first-child {

}
 .sub-menu li a {
	 color: #fff;
	 font-size: 25px;
	 width: 100%;
	 display: block;

	 line-height: 60px;
}

@media print, screen and (max-height: 50em) {
	.sub-menu li a {
		font-size:20px;
		line-height: 40px;
   }
   .sub-menu li {
	
   }
}
 .sub-menu li a:hover {
	 font-weight: bold;
	 text-decontarion: none;
}
 .c-hamburger {
	 display: block;
	 position: relative;
	 overflow: hidden;
	 margin: 10px;
	 padding: 0;
	 width: 36px;
	 height: 36px;
	 z-index: 2;
	 font-size: 0;
	 text-indent: -9999px;
	 -webkit-appearance: none;
	 -moz-appearance: none;
	 appearance: none;
	 background: transparent;
	 box-shadow: none;
	 border-radius: none;
	 border: none;
	 cursor: pointer;
	 -webkit-transition: background 0.2s;
	 transition: background 0.2s;
	 float:right;
	 
}
 .c-hamburger:focus {
	 outline: none;
}
 .c-hamburger span {
	 display: block;
	 position: absolute;
	 top: 20px;
	 left: 0;
	 right: 0;
	 height: 4px;
	 background: black;
}
 .c-hamburger span:before, .c-hamburger span:after {
	 position: absolute;
	 display: block;
	 left: 0;
	 width: 100%;
	 height: 4px;
	 background-color: black;
	 content: "";
}
 .c-hamburger span:before {

	 top: -10px;
}
 .c-hamburger span:after {
	 bottom: -10px;
}
 .c-hamburger--htx span {
	 -webkit-transition: background 0s 0.15s;
	 transition: background 0s 0.15s;
}
 .c-hamburger--htx span:before, .c-hamburger--htx span:after {
	 -webkit-transition-duration: 0.15s, 0.15s;
	 transition-duration: 0.15s, 0.15s;
	 -webkit-transition-delay: 0.15s, 0s;
	 transition-delay: 0.15s, 0s;
}
 .c-hamburger--htx span:before {
	 -webkit-transition-property: top, -webkit-transform;
	 transition-property: top, transform;
}
 .c-hamburger--htx span:after {
	 -webkit-transition-property: bottom, -webkit-transform;
	 transition-property: bottom, transform;
}
 .c-hamburger--htx.is-active span {
	 background: none;
}
 .c-hamburger--htx.is-active span:before, .c-hamburger--htx.is-active span:after {
	 -webkit-transition-delay: 0s, 0.15s;
	 transition-delay: 0s, 0.15s;

}
 .c-hamburger--htx.is-active span:before {
	 top: 0;
	 -webkit-transform: rotate(45deg);
	 -ms-transform: rotate(45deg);
	 transform: rotate(45deg);
}
 .c-hamburger--htx.is-active span:after {
	 bottom: 0;
	 -webkit-transform: rotate(-45deg);
	 -ms-transform: rotate(-45deg);
	 transform: rotate(-45deg);
}
 


/*
.page-template-default .hero h1 {
	color:white;
}
*/

#page, #primary {
	width:100%;
}
section.hero {
	min-height:5em;
	padding-bottom:3em;
	padding-top:3em;
	width:100%;
	display:block;
	background:grey;
	position:relative;
	
}

.hero.hero-plume{
    background-image:url(https://www.plumeprints.com/wp-content/uploads/2023/08/plumebg-1536x542.jpg);
	background-size:cover;
}

.site-header {
	position:fixed! important;
}

.site-header {
	padding: 10px 0px! important;
	min-width:100%;
	position:relative;
	background-color:white;
    box-shadow: 0 0.5px 1px rgb(0 0 0 / 10%);
	height:5em;
}

a { 
	color:black! important;
	text-decoration:none;
	font-weight:bold;
}

.site-header {
	margin-top:0;
	top:0;
	background:white;
	box-sizing:border;
	position:absolute;
	width:100%;
	height:5em;
	padding:1em;
	padding-left:2.5em;
	z-index:999;
}

.site-branding {
	display:inline-block;
	width:20em;
}

.site-branding h1 {
    font-family: jost;
}

h1.site-title,
.section__title {
	font-size: 1.5em;
}

.section__title {
	font-size: 2em;
    line-height: 1.5em;
}

h1 {
  font-size: 3em;
  font-weight: bold;
  margin: 0.5em 0;
  font-family:jost;
}

.main-wrapper {
    width: 100vw;
    height: 100vh;
    margin:0;
    overflow: auto;
	position:relative;
	-ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}
.main-wrapper::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}
#primary,.main-wrapper  {
	overflow-x:hidden;
	max-height:100%;
}
.secondary-wrapper {
	margin-top:5em;
}
.section {
    float: left;
    height: 72vmin;
    width: 24vw;
	max-height:70vh;
    text-align: center;
    display: flex;
    align-items: center;
	position:relative;
	overflow:hidden;
	text-align:center;
	margin-right: 1.3em;
    border-radius: 1em;
}

.section:hover {
	/*transform:scale(1);
	transition: all 200ms ease-in-out;*/
}
.section:hover .iphone {
	/*transform:scale(1.02);
	transition: all 200ms ease-in-out;*/
}
.section:hover video {
	/*filter: blur(1px);*/
}

.section-inner {
	text-align:center;
	position:relative;
}

.section .bg-vid {
    min-height:100%;
    min-width: 100%;
    object-fit: cover;
	position:absolute;
	top:0;
	left:0
}



.iphone {
	position:relative;
	width:100%;
	background-color:white;
	top:5%; 
	margin: auto;
    z-index:99;
	border-radius:15%/8%;
	aspect-ratio: 10.5 / 19.4! important
}
.section .iphone {
	width:70%;
	height:auto;
}
.page-header .iphone,
.page-header .ipad
 {
	/*height: 100%;
    width: auto;
    max-height: 100%;
	max-width:100%;*/

	height: 19em;
    width: auto;
    display: inline-block;
}

.iphone-screen {
	background:white;
	position:absolute;
	width:94%;
	height:97%;
	left:3%;
	top:1.5%;
	border-radius:14%/7%;
}

.ipad {
	position:relative;
	width:100%;
	background-color:white;
	top:5%; 
	margin: auto;
    z-index:99;

    border-radius: 4% / 5.5%;
    aspect-ratio: 24 / 18! important;
	filter: drop-shadow(2px 9px 10px rgba(0, 0, 0, 0.15));

}

.ipad-screen {
	background:white;
	position:absolute;
	width: 97%;
    height: 97%;
	left:1.5%;
	top:1.5%;

    border-radius: 3% / 3.8%;
    aspect-ratio: 24 / 18! important;

	overflow:hidden;

}



.section a {
	position:absolute;
	width:100%;
	height:100%;
}

.section-inner {
	width:100%;
	height:100%;
	position:absolute;
}

 .section:first-child {

	text-align:left;
}


.section-inner {
	box-sizing:border;
	width:100%;
	height:100%;
	background-size:cover;
	background-repeat:no-repeat;
}

.section-inner.plume {
}

.section-inner.accord {
}

.section-inner-overlay {
	background-color:#332840;
	width:100%;
	height:100%;
	position:absolute;
	z-index:2;
	opacity:0.5;
}

.section-inner.fenrir {
	background-image:url();
	background-color:#eee;
}

.section-inner.ybs {
}

.section-inner.acsel {
	background-color:#CF3031;
}
  
.sections {
    white-space: nowrap;
    min-width: 160vw;
    height: 100vh;
	margin-top:6em;
  }
  
.iphone-screen img {
	width: 100%;
    height: 100%;
    border-radius: 14% / 7%;
}
 
  .section__heading p {
    text-transform: uppercase;
    font-size: 11px;
    max-width: 160px;
    margin: 0 auto;
    display: inline-block;
    white-space: normal;
}

.footer {
	height:8em;
	width:100%;
	bottom:0;
	position:absolute;
	padding-left:5%;
	font-family:jost;
	font-size:1.1em;
	line-height:1.8em;
	display:none;
	
}
.active+.footer {
	display:block;
}

.footer-container {
	padding:2em;
}

.main {
    color: #959595;
    background-color: white;
    grid-area: main;
    padding: 0;
    overflow-x: scroll;
    overflow-y: hidden;
	height:105%;
}

.sub-menu ul li {
    opacity: 0;
   
  }
.sub-menu.oppenned ul li {
  animation: fadeIn 0.5s ease-in-out forwards;
}
  
  @keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
  }
  
  .sub-menu.oppenned ul li:nth-child(1) { animation-delay: 0.1s; }
  .sub-menu.oppenned ul li:nth-child(2) { animation-delay: 0.15s; }
  .sub-menu.oppenned ul li:nth-child(3) { animation-delay: 0.2s; }
  .sub-menu.oppenned ul li:nth-child(4) { animation-delay: 0.25s; }
  .sub-menu.oppenned ul li:nth-child(5) { animation-delay: 0.3s; }
  .sub-menu.oppenned ul li:nth-child(6) { animation-delay: 0.35s; }
  .sub-menu.oppenned ul li:nth-child(7) { animation-delay: 0.4s; }
  .sub-menu.oppenned ul li:nth-child(8) { animation-delay: 0.45s; }
  .sub-menu.oppenned ul li:nth-child(9) { animation-delay: 0.5s; }
  .sub-menu.oppenned ul li:nth-child(10) { animation-delay: 0.55s; }
  .sub-menu.oppenned ul li:nth-child(11) { animation-delay: 0.6s; }
  .sub-menu.oppenned ul li:nth-child(12) { animation-delay: 0.65s; }



  .devices {
    aspect-ratio: 38.5 / 20! important;
}

.stat-card {
    display: block;
    text-align: center;
    border: solid 2px #ddd;
    border-radius: 0.5em;
}
.stat-card h4 {
	font-weight:normal;
}
.stat-card span {
    font-size:1.2em;
	font-weight:bold;
}

.page-header {
    width: 100%;
    min-height: 15em;
    background-color: #eee;
    margin-bottom: 1.5em;
    position:relative;
    

}
.page-header-inner { 
    position:absolute;
    width:100%;
    height:100%;
    z-index:9;
}
.page-header-overlay { 
    background-color:#332840;
	opacity:0.5;
    width:100%;
    height:100%;
    position:absolute;
}

.page-header .vid-container {
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
    z-index: 0;
    top: 0;
    left: 0;
    z-index:0;
    filter: blur(34px);
    overflow:hidden;
}

.page-header video {
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
    z-index: 0;
    top: 0;
    left: 0;
}

.page-header h1,
.page-header .subtitle {
    color:white;
}



video {
    border-radius:0.4em;
}

.no-padding {
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
}
.no-padding-bottom {
    margin-block-end: 0em;
}
.no-padding-top {
    margin-block-start: 0em;
}

.extra-padding-top {
    margin-block-start: 3em;
}

.extra-padding-bottom {
    margin-block-end: 3em;
}



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

.sidebar {
	display:flex;
	flex-direction:column;
	position:sticky;
	left: 0;
	padding-left: 1.5em;
	margin-right:2em;
	padding-bottom: 3em;
	background-color: #eee;
	border-top-right-radius: 0.5em;
	border-bottom-right-radius: 0.5em;
}
.sidebar-container {
	display:flex;
	flex-direction:column;
	top:6.5em;
	position:sticky;
}

#primary, .site-main,
.sidebar-container, body, html {
	/* overflow-y: unset; */
}

.accord.secondary-wrapper {
	max-width:100%;
}






.text-center {
text-align:center;
}
.stat-card {
padding-top: 0.7em;
margin-bottom:1em;
}
.stat-card h4 {
margin-top: 0.4em;
}

#primary {
overflow: unset;
}


.section {
	height: 87vmin;
	width: 25vw;
	max-height: 70vh;
}

@media print, screen and (max-width: 85em) {
	
	.section {
		height: 87vmin;
        width: 32vw;
        max-height: 70vh;
	}
}


@media print, screen and (max-width: 35em) {
.sections {
	margin-left:1.3em;
}
	.section {
		height: 117vmin;
        width: 61vw;
		max-height:70vh;
}
.section:first-child {
	display:none;
	width:0;
	padding:0;
}
}







.full-vid {
	overflow:hidden;
	height:100%;
	width:100%;
}
.full-vid video {
	object-fit: cover;
	min-width:100%;
	object-position: 50% 50%;
}

hr {
	opacity: 0;
	height: 1em;
}




.page-header .header-device-container {
    min-height: 100%;
    text-align: right;
    margin-top:0.5em;
}
.page-header .header-device-container .ipad,
.page-header .header-device-container .iphone {
    height: 20em;
}
@media print, screen and (min-width: 75em) {
	.page-header .header-device-container .ipad,
	.page-header .header-device-container .iphone {
		height: 24em;
	}
}
.page-header .header-device-container .ipad {
    margin-left: 1em;
}
.page-header .header-device-container .iphone {

}

@media print, screen and (min-width: 40em) {
	.medium-padding-0 {
		padding:0! important;
	}
}

















/* The overall stat-card starts offset and transparent */
.stat-card {
	position: relative;
	opacity: 0;
	top: 20px;
  }
  
  /* Once in view, we’ll animate it to opacity:1 and top:0 */
  
  /* Each character is wrapped in a mask so its animation doesn’t affect layout */
  .char-mask {
	display: inline-block;
	overflow: hidden;
	height: 1.85em;         /* Adjust based on your font-size */
	vertical-align: bottom;
  }
  
  /* The inner character starts lower and hidden */
  .char {
	display: inline-block;
	position: relative;
	top: 20px;
	opacity: 0;
  }
  

  .case-study section:nth-child(even){

  }

  
  
  .lazy-slideshow {
	position: absolute;
	width:100%;
	height:100%;
	overflow: hidden;
  }
  
  .lazy-slideshow img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	display: none;
  }

  .variants h4 {
    margin-bottom:0.5em;
    margin-top:0.5eml
}
.variants-vertical img {
    border-radius:0.4em;
}

.fluid .ipad {
     
}
