<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
  scroll-behavior: smooth;
}

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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*my stuff*/
body{
  font: 15px/1.5 Helvetica, sans-serif, Arial;
  padding:0;
  margin:0;
  background-color:#000000;
}

header h1{
  margin:0;
  padding-left:15px;
  padding-top:10px;
  font-size:20pt;
  text-transform: uppercase;
  font-weight: bold;
  color: #ffffff;
}
@media(max-width:550px){
  header h1{
    padding-top:12px;
    padding-bottom:8px;
  }
}

header #brand-name{
  display: flex;
  justify-content: left;
  align-items: center;
  height: 100%;
  min-height: 80px;
}
@media(max-width:550px){
  #brand-name{
    justify-content: center;
    flex-flow: column;
  }
  #brand-name &gt; .button-1.cta-button {
    display: none !important;
  }
  .button-1.cta-button.cta-mobile-button {
    display: inline-block !important;
  }
}

@namespace svg url(http://www.w3.org/2000/svg);
svg|a:link, svg|a:visited {
  cursor: pointer;
}

#logo-top{
  height: 40px;
}
@media(max-width:550px){
  #logo-top{
    justify-content: center;
    flex-flow: column;
    padding-top:30px;
    height: 80px;
  }
}

header small{
  font-size: 12px;
}

.svg-shadow{
  -webkit-filter: drop-shadow( 0px 0px 8px rgba(0, 0, 0, .65));
  filter: drop-shadow( 0px 0px 8px rgba(0, 0, 0, .65));
}

.container{
  margin-top:50px;
  width: 1000px;
  max-width:80%;
  margin: auto;
}
@media(max-width:550px){
  .container{
    max-width: 90%;
  }
}

.row{
  width:100%;
  background-color: rgba(0,0,0,0.65);
  margin-bottom: 100px;
  padding-bottom: 40px;
}

.row-white{
  width:100%;
  background-color: #fff5f5;
  margin-bottom: 100px;
  padding-bottom: 6rem;
}

.container-flex{
  width: 1000px;
  max-width:80%;
  margin: auto;
  display:flex;
  align-items:flex start;
  flex-wrap: wrap;
}

@media(max-width:550px){
  .container-flex{
    max-width: 90%;
  }
}

.video_placeholder{
	z-index: -2;
	position: fixed;
	right: 100px;
	transform: translateX(100px);
	top: 0;
	bottom: 0;
	left: -100px;
}

#video_bg{
	display: block;
  position: fixed;
  z-index: -1;
  right: 50%;
  transform: translateX(50%);
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  background-color: #000000;
}
@media (min-aspect-ratio: 16/9){
  #video_bg{
    width:100%;
    height:auto;
  }
}
@media (max-aspect-ratio: 16/9){
  #video_bg{
    width:auto;
    height:100%;
  }
}
@media(max-width:767px){
  #video_bg{
    display: none;
  }
  .video_placeholder{
		background: url("http://www.gamifiera.com/img/img_video.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}

.aligner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.focus-line{
  padding-top: 30vh;
  width: 70%;
  text-shadow: 0 0 8px rgba(0,0,0,0.65);
  font-size: 60pt;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 0.9;
  animation: fadeIn ease 2.5s;
  -webkit-animation: fadeIn ease 2.5s;
  -moz-animation: fadeIn ease 2.5s;
  -o-animation: fadeIn ease 2.5s;
  -ms-animation: fadeIn ease 2.5s;
}

.section-header{
  padding-top: 8vh;
  padding-bottom: 6vh;
  display: flex;
  justify-content: center;
  text-align: center;
  width: 100%;
  text-shadow: 0 0 8px rgba(0,0,0,0.65);
  font-size: 60pt;
  color: #fbeaea;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 0.9;
}

.section-header-white{
  padding-top: 8vh;
  padding-bottom: 6vh;
  display: flex;
  justify-content: center;
  text-align: center;
  width: 100%;
  font-size: 60pt;
  color: #896e6e;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 0.9;
}

@media(max-width:1250px){
  .focus-line, .section-header, .section-header-white{
    font-size: 50pt;
  }
}

@media(max-width:870px){
  .focus-line, .section-header, .section-header-white{
    font-size: 40pt;
  }
}
@media(max-width:550px){
  .focus-line, .section-header, .section-header-white{
    font-size: 25pt;
  }
}
@media(max-width:350px){
  .focus-line, .section-header, .section-header-white{
    font-size: 16pt;
  }
}

@keyframes fade-in-text {
  0% {
    opacity:0;
  }
  15%{
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@keyframes fadeIn {
  0% {
    opacity:0;
  }
  25%{
    opacity:0;
  }
  100% {
    opacity:1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity:0;
  }
  25%{
    opacity:0;
  }
  100% {
    opacity:1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity:0;
  }
  25%{
    opacity:0;
  }
  100% {
    opacity:1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity:0;
  }
  25%{
    opacity:0;
  }
  100% {
    opacity:1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity:0;
  }
  25%{
    opacity:0;
  }
  100% {
    opacity:1;
  }
}
@keyframes reset-position {
  100% {
    top:0;
    right:0;
  }
}
#pyramid-positioner img {
	opacity: 0;
	top:-80px;
}
#pyramid-positioner.in-viewport img:nth-child(1) {
	animation:fadeIn 0.5s forwards, reset-position 1.5s forwards;
	animation-delay: 0.2s;

}

#pyramid-positioner.in-viewport img:nth-child(2) {
	animation:fadeIn 1.5s forwards, reset-position 1.5s forwards;
	animation-delay: 1.2s;
}

#pyramid-positioner.in-viewport img:nth-child(3) {
	animation:fadeIn 1.5s forwards, reset-position 1.5s forwards;
	animation-delay: 1.4s;
}

#pyramid-positioner.in-viewport img:nth-child(4) {
	animation:fadeIn 1.5s forwards, reset-position 1.5s forwards;
	animation-delay: 1.6s;
}

#pyramid-positioner.in-viewport img:nth-child(5) {
	animation:fadeIn 1.5s forwards, reset-position 1.5s forwards;
	animation-delay: 1.8s;
}

#pyramid-positioner.in-viewport img:nth-child(6) {
	animation:fadeIn 1.5s forwards, reset-position 1.5s forwards;
	animation-delay: 2s;
}

.hidden-until-scroll {
  opacity: 0;
}

#intro{
    overflow: hidden;
    height: calc(100% - 50px);
}

#boxes{
  display:flex;
}

#boxes .box{
	display: flex;
	flex-direction: column;
	flex-flow: column wrap;
	justify-content: space-between;
	align-content: space-around;
  width:33%;
  padding:5%;
  box-sizing: border-box;
}
@media(max-width:850px){
  #boxes .box{
    width:50%;
    margin:auto;
}
}@media(max-width:550px){
  #boxes .box{
    width:100%;
  }
}

.showcase{
  padding-bottom: 20px;
}

.showcase img{
  width: 22%;
  float:left;
  padding-right: 10%;
}

.showcase h3{
  white-space: nowrap;
  font-weight: bold;
  color:#896e6e;
  font-size: 16pt;
  text-transform: uppercase;
}

.showcase hr {
  margin-right: auto;
  height: 2px;
  background-color:#896e6e;
  margin-bottom:20px;
  border:0;
}

.showcase p {
  color: #896e6e;
}


#boxes .box img{
  width: 50%;
  margin-left:25%;
}

.box h3 {
  margin-top: 10px;
}

#boxes .box h3{
  white-space: nowrap;
  font-weight: bold;
  color:#fbeaea;
  font-size: 16pt;
  text-transform: uppercase;
}

#boxes .box p{
  color:#fbeaea;
  line-height: 1;
}

#boxes .box hr{
  margin-right: auto;
  height: 2px;
  background-color:#fbeaea;
  margin-bottom:20px;
	width: 100%;
  border: 0;
}


#svg-art{
  width: 50%;
  margin-left:25%;
  padding:10px;
}

#download-btn{
	display:block;
	margin: auto;
	margin-top: 20px;
}

#cx p{
	font-size:14pt;
  padding-right:5%;
  width:50%;
	height:100%;
  float:left;
  color:#675252;
}
@media(max-width:700px){
  #cx p{
    padding-right:0%;
    width:100%;
  }
}

#cx img{
  position:absolute;
  left:0px;
  width:100%;
  height: 100%;
  box-sizing: border-box;
  padding:5px;
}

#pyramid{
  position:relative;
  float:right;
  width:45%;
}
@media(max-width:700px){
  #pyramid{
    float:none;
    width:100%;
  }
}

#pyramid-positioner.in-viewport .label {
	animation:fadeIn 1.2s forwards;
	animation-delay: 2s;
}

#first-text{
  font-size:14pt;
  margin-top:auto;
  margin-bottom:auto;
  color: #675252;
}
@media(max-width:700px){
  #first-text{
    margin-top:0%;
  }
}

.brief {
  display: flex;
  gap: 50px;;
}
@media(max-width:700px){
  .brief{
		flex-direction: column;
  }
  #mobileman {
    width: initial !important;
  }
}

#mobileman {
  width: 33%;
  flex-shrink: 0;
  position: relative;
  min-height: 400px;
}

#mobileman.in-viewport &gt; div:nth-child(1) {
  animation:fadeIn 1.2s forwards;
  z-index: 1;
}
#mobileman.in-viewport &gt; div:nth-child(2) {
  right: -50px;
  animation:fadeIn 1.2s forwards, reset-position 1.5s forwards;
  animation-delay: 0.5s;
}
#mobileman &gt; div {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

#cx-text p, #cx-text a{
  color:#fbeaea;
  font-size:14pt;
  margin-top:auto;
  margin-bottom:auto;
}
@media(max-width:700px){
  #cx-text{
    margin-top:0%;
  }
}

#pyramid-positioner{
  padding-top:100%;
  position:relative;
}

#boxes-white{
  display:flex;
}

#boxes-showcase .box{
  width:100%;
  box-sizing: border-box;
}
@media(max-width:850px){
  #boxes-showcase .box{
    width:50%;
}
}@media(max-width:550px){
  #boxes-showcase .box{
    width:100%;
  }
}

#boxes-showcase .box img{
  width: 40%;
}

#boxes-showcase .box h3{
  margin-bottom: 16px;
  white-space: nowrap;
  font-weight: bold;
  color:#896e6e;
  font-size: 16pt;
  text-transform: uppercase;
}

#boxes-showcase .box p{
  color:#896e6e;
  line-height: 1;
}

#boxes-showcase .box hr{
  margin-right: auto;
  height: 2px;
  background-color:#896e6e;
  margin-bottom:20px;
  border:0;
}

.process-num{
  font-weight: normal;
  color:#f0805f;
}

#boxes-white .box{
  width:33%;
  padding:5%;
  box-sizing: border-box;
}
@media(max-width:850px){
  #boxes-white .box{
    width:50%;
}
}@media(max-width:550px){
  #boxes-white .box{
    width:100%;
  }
}

#boxes-white .box img{
  width: 50%;
  margin-left: 25%;
}

#boxes-white .box h3{
  margin-bottom: 16px;
  white-space: nowrap;
  font-weight: bold;
  color:#896e6e;
  font-size: 16pt;
  text-transform: uppercase;
}

#boxes-white .box p{
  color:#896e6e;
  line-height: 1;
}

#boxes-white .box hr{
  margin-right: auto;
  height: 2px;
  background-color:#896e6e;
  margin-bottom:20px;
}


.process-num{
  font-weight: normal;
  color:#f0805f;
}

form{
  float:center;
  margin-top:15px;
}

input{
  margin-top:15px;
  padding:10px;
  height:25px;
  width:75%;
}

.values{
	align-items:center;
	font-weight: bold;
	font-size: 50px;
	color:#fbeaea;
	text-align: center;
  float: left;
}

.value-container{
  margin: auto;
  margin-bottom: 0;
}

.button-1{
	line-height: 45px;
	font-size: 14px !important;
  font-weight: bold;
  text-transform: uppercase;
	text-decoration: none;
  border-style: solid;
  border-width: 2px;
  border-color: #ffffff;
  height:45px;
  background:#ffbca7;
  padding-left:30px;
  padding-right:30px;
  color:#ffffff;
  margin-top:15px;
}



.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgb(0,0,0,0.65);
}

.modal h3{
	margin-bottom: 16px;
  font-weight: bold;
  color:#605E5E;
  font-size: 16pt;
	text-align: center;
	padding-bottom: 6vh;
}

.modal img{
	display: block;
	padding:10px;
	margin:auto;
	max-width: 100%;
}

.modal-content {
  background-color: #ffffff;
  margin: 2% auto;
  padding: 10px;
	padding-bottom: 20px;
  border: 1px solid #888;
  width: 80%;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
	margin-top:-15px;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

footer{
	margin-bottom: 50px;
}

footer p{
	color:#ffffff;
}

footer #logo-bottom{
	width:128px;
	padding:10px;
}

footer h1{
  margin: auto;
	padding-bottom:8px;
  font-size:20pt;
  text-transform: uppercase;
  font-weight: bold;
  color: #ffffff;
	justify-content: center;
}

footer small{
  font-size: 12px;
}

footer .footer-logo{
	display:inline-block;
}

footer .vl {
	margin-left: 30px;
	margin-right: 30px;
  border-left: 3px solid #ffffff;
  height: auto;
	display: inline-block;
}

footer .container-flex{
	padding: 5%;
}

footer h3{
	margin-bottom: 14px;
	font-weight: bold;
  color:#ffffff;
  font-size: 14pt;
	text-align: left;
}

/* Scrolling logos */
#intro {
		display: flex;
		flex-direction: column;
}
.customer-logos {
	width: 100%;
	flex-grow: 1;
	align-items: flex-end;
	justify-content: flex-start;
	transform: translateX(0px);
}
.customer-logo-anchor {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	will-change: transform;
}
.customer-logos .customer-logo {
	padding: 0px 32px;
	line-height: 0;
	text-align: center;
}
.customer-logo img {
	width: auto;
	height: auto;
	max-width: 250px;
	max-height: 80px;
}
@media(max-width:550px){
	.customer-logo img {
		max-width: 180px;
		max-height: 50px;
	}
	#intro {
		height: calc(100% - 70px);
	}
	.customer-logos .customer-logo {
		padding: 0px 16px;
	}
}

.cta-button {
	border: none;
	color: white !important;
	background: #ff9f82;
	box-shadow: 0px 0px 20px rgb(57, 23, 12, 0.1);
  transform: scale(1);
  transition: background 1s ease;
}

.cta-button:hover {
	border: none;
	color: white !important;
	background: #ffbca7;
	box-shadow: 0px 0px 5px rgba(57, 23, 12, 0.05);
  transform: scale(0.98);
  transition: all 0.3s ease;
}

.floating-btn{
  position: fixed;
  left: -20px;
  padding-left: 50px;
  z-index: 5;
  bottom: 12%;
}

@media(max-width:750px){
  .floating-btn{
    bottom: 17%;
  }
}

@media(max-width:550px){
  .floating-btn{
    display: none;
  }
}

.hero {
  height: 100vh;
  display: flex;
  flex-direction: column;
}

.hero &gt; .container {
  flex-grow: 1;
}

.cta-mobile-button {
  display: none !important;
}


/* Menu */
.menu-wrap {
    display: inline-block; margin-left: auto;
    position: relative;
    z-index: 3;
}

.menu-wrap .toggler {
    position: absolute;
    margin:0;
    z-index: 2;
    cursor: pointer;
    width: 60px;
    height: 60px;
    opacity: 0;
    z-index: 3;
}

.menu-wrap .hamburger {
    top: 0;
    left: 0;
    z-index: 1;
    width: 32px;
    height: 32px;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;

}

.menu-wrap .hamburger &gt; div {
    position: relative;
    width: 100%;
    height: 3px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    z-index: 2;
}

.menu-wrap .hamburger &gt; div:before,
.menu-wrap .hamburger &gt; div:after{
    content: '';
    position: absolute;
    z-index: 1;
    top: -10px;
    width: 100%;
    height: 3px;
    background: inherit;
    box-shadow: 0px 0px 5px rgba(57, 23, 12, 0.1);
}

.menu-wrap .hamburger &gt; div:after{
    top: 10px;
}

/* Toggler animate */
.menu-wrap .toggler:checked + .hamburger &gt; div {
    transform: rotate(135deg);
}

.menu-wrap .toggler:checked + .hamburger &gt; div:before,
.menu-wrap .toggler:checked + .hamburger &gt; div:after {
    top: 0;
    transform: rotate(90deg);
}

/* Show menu*/
.menu-wrap .toggler:checked ~ .menu ul {
    opacity: 1;
    transition: opacity 0.4s ease;
    visibility: visible;
    transform: translate(0px, 0px);
    transition: all 0.4s ease;
    pointer-events: all;
}

.menu-wrap .menu {
    position:absolute;
    right:0px;
    overflow: hidden;
    display: flex;
    justify-content: end;
    margin-top: -62px;
    pointer-events: none;
    user-select: none;
}

@media(max-width:550px){
    .menu-wrap{
        position: fixed;
        right: 5px;
        top: 5px;
    }
}

.menu-wrap ul {
    visibility: hidden;
    opacity: 0;
    transform: translate(150px, 0px);
    background: rgb(0, 0, 0, 0.75);
    padding: 65px;
    padding-right: 120px;
    padding-top: 80px;
    padding-bottom: 80px;
    border-radius: 8px;

}

.menu-wrap ul hr{
    border-color: #fbeaea;
}

.menu-wrap ul a:link, a:visited{
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 400;
    color:#fbeaea;
}

.menu-wrap ul a:hover{
    text-transform: uppercase;
    text-decoration: none;
    color:#ffffff;
}

.menu li{
    white-space: nowrap;
}
</pre></body></html>