@font-face {
    font-family: 'OpenSans-Regular';
	src: url('../fonts/min/OpenSans-Regular.woff') format('woff'),
		 url('../fonts/min/OpenSans-Regular.woff2') format('woff2'),	
         url('../fonts/min/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSans-Semibold';
	src: url('../fonts/min/OpenSans-Semibold.woff') format('woff'),
		 url('../fonts/min/OpenSans-Semibold.woff2') format('woff2'),	
         url('../fonts/min/OpenSans-Semibold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Soleil-Bold';
	src: url('../fonts/min/Soleil-Bold.woff') format('woff'),
		 url('../fonts/min/Soleil-Bold.woff2') format('woff2'),	
         url('../fonts/min/Soleil-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Soleil-Book';
	src: url('../fonts/min/Soleil-Book.woff') format('woff'),
		 url('../fonts/min/Soleil-Book.woff2') format('woff2'),	
         url('../fonts/min/Soleil-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Soleil-Regular';
    src: url('../fonts/min/Soleil-Regular.woff') format('woff'),
         url('../fonts/min/Soleil-Regular.woff2') format('woff2'),
         url('../fonts/min/Soleil-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*
@font-face {
	font-family:OpenSans-Regular, sans-serif;
	src:url(../fonts/OpenSans-Regular.ttf)
}
@font-face {
	font-family:OpenSans-Semibold, sans-serif;
	src:url(../fonts/OpenSans-Semibold.ttf)
}
@font-face {
	font-family:Soleil-Bold, sans-serif;
	src:url(../fonts/Soleil-Bold.otf)
}
@font-face {
	font-family:Soleil-Book, sans-serif;
	src:url(../fonts/Soleil-Book.otf)
}
@font-face {
	font-family:Soleil-Regular, sans-serif;
	src:url(../fonts/Soleil-Regular.otf)
}
*/
body, html, *
{
	padding: 0px;
	margin: 0px;
}
body, html {
	width: 100%;
	height: 100%;
}

body  {
	font-family : 'Soleil-Regular';
	font-size: 13px;
	font-weight: 400;
	color: #293139;
}

body.block
{
	overflow: hidden;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6, p
{
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
}

/* ---------------------------------------------------------- */
/* ********************* CUSTOM BUTTONS ********************* */
/* ---------------------------------------------------------- */

.button 
{
  position:relative;	
  display:inline-block;
  font-family: 'Soleil-Bold';
  font-size: 1.25em;
  font-weight: 500;
  text-align: center;
  border-radius: 2em;
  outline: 0;
  padding: 0.7em 3.5em;
  /*box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.1);*/
  cursor: pointer;
  border: 0px solid;
  white-space: nowrap;
  
}
a.button,
.button a {
	color: inherit;
	text-decoration: none;
}

.button.narrow{ 
	padding: 0.7em 1.5em;
}
	
.button.big {
	padding: 1em 5.6em;
	font-size: 1.4em;
}	
.button:active
{
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
}
	
.button.square 
{
	font-family: 'Soleil-Regular';
	font-size: 1em;
	border-radius: 0em;
	padding: 0.7em 3.5em;
}

.button.square.big
{
	padding: 1.5em 2em;
}

.button.navigation 
{
	width: 2.7em;
	height: 2.7em;
	border-radius: 1.35em;
	padding:0px;
	font-size:1.1em;
}
									
.button.round
{
	width: 8em;
	height: 8em;
	border-radius: 4em;
	padding:0px;
}

.button.navigation span,
.button.round span
{
	position:absolute;
	width:100%;
	top:50%;
	left:0%;
	transform: translateY(-50%);
	box-sizing:border-box;
}			
			
.button.round.big span
{
	padding:0 1em;
	font-weight: 900;
}

.button.style-1 
{
  background-color: #00bdff;
  color: #ffffff;
}

.button.style-2
{
  background-color: #0063d5;
  color: #ffffff;
}

.button.style-3
{
  background-color: #12c693;
  color: #ffffff;
}

.button.style-4
{
  background-color: #2463CE;
  color: #ffffff;
  font-family: Soleil-Bold;
  padding: 0.75em 2em;
}

.button.style-5
{
  background-color: white;
  color: #2463CE;
  border: 1px solid #2463CE;
  padding: 0.75em 2em;
  
}

.button.style-6
{
  background-color: #ffffff;
  color: #00bdff;
  border: 0px solid #ffffff;
}

.button.style-7
{
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 0.55em 1.5em;
  font-size: 14px;
}

#header-desktop.scroll .button.style-7 {
	border: 1px solid #90A3B2;
	color: #90A3B2;
}

.button.style-8
{
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
}

.button.style-9
{
	background-color: #00bcfc;
	color: #ffffff;
	padding: 1em 3.5em;
	font-size: 14px;
	border: 1px solid #00bcfc;
	font-weight: normal;
	font-family: Soleil-Regular;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.12); 
	-webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.12); 
	-moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.12); 	
	transition: all 0.3s;
}

.button.style-9:hover {
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0); 
	-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0); 
	-moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0); 
}

.button.style-9.square {
	border-radius: 6px;
	padding: 0.85em 3em;
}

.button.style-10
{
	background-color: #2463C9;
	color: #ffffff;
	padding: 1em 3.5em;
	font-size: 14px;
	border: 1px solid #2463C9;
	font-weight: normal;
	font-family: Soleil-Regular;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.12); 
	-webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.12); 
	-moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.12); 	
	transition: all 0.3s;
}

.button.style-9.narrow,
.button.style-10.narrow {
	padding: 1em 2em!important;
}

.button.style-10:hover {
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0); 
	-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0); 
	-moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0); 
}


.button.style-11
{
	background-color: #2463C9;
	color: #ffffff;
	padding: 0.7em 3em;
	font-size: 14px;
	border: 1px solid #2463C9;
	font-weight: normal;
	font-family: Soleil-Regular;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.12); 
	-webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.12); 
	-moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.12); 	
	transition: all 0.3s;
}

.button.style-11:hover {
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0); 
	-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0); 
	-moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0); 
}


.button.style-12
{
	background-color: #ffffff;
	color: #1C2B74;
	padding: 1em 3.5em;
	font-size: 14px;
	border: 1px solid #D7DFE9;
	font-weight: normal;
	font-family: Soleil-Regular;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05); 
	-webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05); 
	-moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05); 	
	transition: all 0.3s;
}

.button.style-12.square{
	border-radius: 6px;
	padding: 0.85em 3em;	
}

.button.style-12:hover {
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0); 
	-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0); 
	-moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0); 
}

.button.style-13
{
	background-color: transparent;
	color: rgba(0,188,252, 0.55);
	padding: 1em 3.5em;
	font-size: 14px;
	border: 1px solid #00BCFC;
	font-weight: normal;
	font-family: Soleil-Regular;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05); 
	-webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05); 
	-moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05); 	
	transition: all 0.3s;
}

.button.style-13:hover {
	color: rgba(0,188,252, 1);
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0); 
	-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0); 
	-moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0); 
}


/* ---------------------------------------------------------- */
/* ******************* CUSTOM BUTTONS END ******************* */
/* ---------------------------------------------------------- */

/* ---------------------------------------------------------- */
/* ********************* HEADER DESKTOP ********************* */
/* ---------------------------------------------------------- */

#header-desktop
{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 72px;
	z-index: 50;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
	font-family: Soleil-Regular, sans-serif;
	font-size: 14px;
}

#header-desktop.gradient {
	
}

#header-desktop.top-bar {
	top:50px;
}

#header-desktop.scroll
{
	background-color: #FFF!important;
	box-shadow: 0 0px 20px 0 rgba(19,21,52,0.1);
}

#header-desktop.gradient {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 40%, rgba(0, 0, 0, 0));
}

#header-desktop.white
{
	box-shadow: 0 0px 20px 0 rgba(19,21,52,0);
}
#header-desktop.white.shadow
{
	box-shadow: 0 0px 20px 0 rgba(19,21,52,0.1);
}
#header-desktop.fixed-nav
{
	box-shadow: 0 0px 20px 0 rgba(19,21,52,0);
}
#header-desktop .container-li
{
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	padding: 0px 3% 0px 3%;
	-webkit-transition: all 0.5s cubic-bezier(0.500, -0.010, 0.000, 1.005);
	-moz-transition: all 0.5s cubic-bezier(0.500, -0.010, 0.000, 1.005);
	-o-transition: all 0.5s cubic-bezier(0.500, -0.010, 0.000, 1.005);
	transition: all 0.5s cubic-bezier(0.500, -0.010, 0.000, 1.005);
	box-sizing: border-box;
}

#header-desktop.search .container-li
{
	opacity: 0;
	z-index: 1;
	-webkit-transform: scale(0.9) translateY(-50%);
	   -moz-transform: scale(0.9) translateY(-50%);
	    -ms-transform: scale(0.9) translateY(-50%);
	     -o-transform: scale(0.9) translateY(-50%);
	        transform: scale(0.9) translateY(-50%);
}
#header-desktop .container-li .logo
{
	display: inline-block;
	vertical-align: middle;
	width: 145px;
	height: 33px;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;

    background: url(https://www.theneura.com/wp-content/uploads/2020/08/Neura_logo_blue_white.svg) no-repeat 50% 50%;
	
}
#header-desktop.scroll .container-li .logo
{
	background: url(https://www.theneura.com/wp-content/uploads/2018/10/Neura_logo.svg) no-repeat 50% 50%;
}

#header-desktop .container-li .container-link
{
	display: inline-block;
	vertical-align: middle;
	margin-left: 60px;
	height: 100%;
	line-height: 70px;
}
#header-desktop .container-li .container-link .ix
{
	position: relative;
	display: inline-block;
	padding: 0 20px;
	text-decoration: none;
	-webkit-perspective: 900px;
	-moz-perspective: 900px;
	-ms-perspective: 900px;
	perspective: 900px;
}
#header-desktop .container-li .container-link .ix:after
{
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 2px;
	opacity: 0;
	background-color: #FFF;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
#header-desktop.scroll .container-li .container-link .ix:after
{
	background-color: #293139;
}
#header-desktop .container-li .container-link .ix:hover:after
{
	opacity: 1;
}
#header-desktop .container-li .container-link .ix.select:hover:after
{
	opacity: 0;
}
#header-desktop .container-li .container-link .ix .title
{
	color: #FFF;
	cursor: pointer;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
#header-desktop .container-li .container-link .ix .title a
{
	color: #FFF;
}


#header-desktop .container-li .container-link .ix.yellow .title a {
	color: #FFC037!important;
}

#header-desktop .container-li .container-link .ix .title:hover
{
	-webkit-transform: scale(1.05);
	   -moz-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	     -o-transform: scale(1.05);
	        transform: scale(1.05);
}
#header-desktop.scroll .container-li .container-link .ix .title,
#header-desktop.scroll .container-li .container-link .ix .title a
{
	color: #293139;
}

#header-desktop .container-li .container-link .ix .title span
{
	display: inline-block;
}

#header-desktop .container-li .container-link .ix .title svg
{
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	width: 7px;
	fill: #FFF;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
#header-desktop.scroll .container-li .container-link .ix .title svg
{
	fill: #293139;
}



#header-desktop .container-li .container-link .ix .title i
{
    display: inline-block;
    vertical-align: baseline;
    margin-left: 5px;
    font-size: 13px;
}

#header-desktop .container-li .container-link .ix .dropdown
{
	display: none;
	position: absolute;
	top: calc(99%);
	left: 0px;
	width: 250px;	
	border-radius: 2px;	
	background-color: #FFFFFF;	
	box-shadow: 0 3px 25px 0 rgba(19,21,52,0.11);
	padding: 22px;
	opacity: 0;
	will-change: transform;
	-webkit-transform-origin: top;
	   -moz-transform-origin: top;
	    -ms-transform-origin: top;
	     -o-transform-origin: top;
	        transform-origin: top;
	-webkit-transform: rotateX(-25deg);
	   -moz-transform: rotateX(-25deg);
	    -ms-transform: rotateX(-25deg);
	     -o-transform: rotateX(-25deg);
	        transform: rotateX(-25deg);
	-webkit-transition: all 0.5s cubic-bezier(0.500, -0.010, 0.000, 1.005);
	-moz-transition: all 0.5s cubic-bezier(0.500, -0.010, 0.000, 1.005);
	-o-transition: all 0.5s cubic-bezier(0.500, -0.010, 0.000, 1.005);
	transition: all 0.5s cubic-bezier(0.500, -0.010, 0.000, 1.005);
}
#header-desktop .container-li .container-link .ix .dropdown.show
{
	-webkit-transform: rotateX(0deg);
	   -moz-transform: rotateX(0deg);
	    -ms-transform: rotateX(0deg);
	     -o-transform: rotateX(0deg);
	        transform: rotateX(0deg);
	opacity: 1;
}
#header-desktop .container-li .container-link .ix .dropdown a
{
	display: block;
	position: relative;
	text-decoration: none;
	padding-right: 40px;
	line-height: normal;
	margin-bottom: 20px;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
	color: #293139;
}

#header-desktop .container-li .container-link .ix .dropdown a .title {
	color: #293139;
}

#header-desktop .container-li .container-link .ix .dropdown a:last-child
{
	margin-bottom: 0px;
}

#header-desktop .container-li .container-link .ix .dropdown a:hover .title
{
	color: #00BDFD;
}
#header-desktop .container-li .container-link .ix .dropdown a .arrow
{
	opacity: 0;
	position: absolute;
	right: 0px;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(-5px);
	   -moz-transform: translateY(-50%) translateX(-5px);
	    -ms-transform: translateY(-50%) translateX(-5px);
	     -o-transform: translateY(-50%) translateX(-5px);
	        transform: translateY(-50%) translateX(-5px);
	height: 30px;	
	width: 30px;	
	border-radius: 15px;	
	background-color: #00BDFD;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
#header-desktop .container-li .container-link .ix .dropdown a:hover .arrow
{
	opacity: 1;
	-webkit-transform: translateY(-50%) translateX(0px);
	   -moz-transform: translateY(-50%) translateX(0px);
	    -ms-transform: translateY(-50%) translateX(0px);
	     -o-transform: translateY(-50%) translateX(0px);
	        transform: translateY(-50%) translateX(0px);
}
#header-desktop .container-li .container-link .ix .dropdown a .arrow svg
{
	width: 9px;
	fill: #FFF;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-90deg);
	   -moz-transform: translate(-50%, -50%) rotate(-90deg);
	    -ms-transform: translate(-50%, -50%) rotate(-90deg);
	     -o-transform: translate(-50%, -50%) rotate(-90deg);
	        transform: translate(-50%, -50%) rotate(-90deg);
}
#header-desktop .container-li .container-action
{
	text-align: right;
	position: absolute;
	display: inline-block;
	font-family: Soleil-Bold;	
	font-size: 13px;
	top: 50%;
	right: 3%;
	-webkit-transform: translateY(-50%) translateX(0px);
	   -moz-transform: translateY(-50%) translateX(0px);
	    -ms-transform: translateY(-50%) translateX(0px);
	     -o-transform: translateY(-50%) translateX(0px);
	        transform: translateY(-50%) translateX(0px);
			
}
#header-desktop .container-li .container-action,
#header-desktop .container-li .container-action a{
	color: #ffffff;
	text-decoration: none;
}

#header-desktop .container-li .container-action .button {
	vertical-align: middle;
	padding: 0.7em 2em;
}


#header-desktop .container-li .container-action .sep
{
	display: inline-block;
	vertical-align: middle;
	height: 3px;
	width: 3px;
	border-radius: 2px;
	opacity: 0.5;
	background-color: transparent;
	margin-right: 10px;
	margin-left: 10px;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}

#header-desktop .container-li .container-action .developer
{
	display: inline-block;
    vertical-align: middle;
    position: relative;
    height: 100%;
    line-height: 70px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    font-size: 14px;
    background: url(https://www.theneura.com/wp-content/uploads/2020/09/Union.png) no-repeat 0% 45%;
    padding-left: 22px;			
}

#header-desktop.scroll .container-li .container-action .developer
{
	color: #293139;
	background: url(https://www.theneura.com/wp-content/uploads/2020/09/Union_black.png) no-repeat 0% 45%;
}

#header-desktop .container-li .container-action .developer:hover
{
	-webkit-transform: scale(1.04);
	   -moz-transform: scale(1.04);
	    -ms-transform: scale(1.04);
	     -o-transform: scale(1.04);
	        transform: scale(1.04);
}

#header-desktop .container-li .container-action .developer:after
{
	content: '';
	position: absolute;
	bottom: 0px;
	left: 50%;
	width: 130%;
	height: 2px;
	opacity: 0;
	background-color: #ffffff;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	     -o-transform: translateX(-50%);
	        transform: translateX(-50%);
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}




#header-desktop.scroll .container-li .container-action .developer:after
{
	background-color: #90A3B2;
}
#header-desktop .container-li .container-action .developer:hover:after
{
	opacity: 1;
}
#header-desktop .container-li .container-action .search
{
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	position: relative;
	cursor: pointer;
}

#header-desktop .container-li .container-action .search svg
{
	position: absolute;
	top: 50%;
	left: 50%;
	fill: #ffffff;
	height: 14px;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	     -o-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}

#header-desktop.scroll .container-li .container-action .search svg {
	fill: #90A3B2;
}

#header-desktop .container-search
{
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	opacity: 0;
	-webkit-transform: scale(0.9);
	   -moz-transform: scale(0.9);
	    -ms-transform: scale(0.9);
	     -o-transform: scale(0.9);
	        transform: scale(0.9);
	-webkit-transition: all 0.5s cubic-bezier(0.500, -0.010, 0.000, 1.005);
	-moz-transition: all 0.5s cubic-bezier(0.500, -0.010, 0.000, 1.005);
	-o-transition: all 0.5s cubic-bezier(0.500, -0.010, 0.000, 1.005);
	transition: all 0.5s cubic-bezier(0.500, -0.010, 0.000, 1.005);
}
#header-desktop .container-search:after
{
	content: '';
	position: absolute;
	bottom: 20px;
	left: 50%;
	height: 1px;
	width: 96%;
	background-color: #FFF;
	-webkit-transform: translateX(-50%) scaleX(0);
	   -moz-transform: translateX(-50%) scaleX(0);
	    -ms-transform: translateX(-50%) scaleX(0);
	     -o-transform: translateX(-50%) scaleX(0);
	        transform: translateX(-50%) scaleX(0);
	-webkit-transition: all 0.5s cubic-bezier(0.500, -0.010, 0.000, 1.005);
	-moz-transition: all 0.5s cubic-bezier(0.500, -0.010, 0.000, 1.005);
	-o-transition: all 0.5s cubic-bezier(0.500, -0.010, 0.000, 1.005);
	transition: all 0.5s cubic-bezier(0.500, -0.010, 0.000, 1.005);
}
#header-desktop.search .container-search:after
{
	-webkit-transform: translateX(-50%) scaleX(1);
	   -moz-transform: translateX(-50%) scaleX(1);
	    -ms-transform: translateX(-50%) scaleX(1);
	     -o-transform: translateX(-50%) scaleX(1);
	        transform: translateX(-50%) scaleX(1);
}
#header-desktop.search .container-search
{
	z-index: 2;
	opacity: 1;
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	    -ms-transform: scale(1);
	     -o-transform: scale(1);
	        transform: scale(1);
}
#header-desktop .container-search .search
{
	position: absolute;
	top: 50%;
	left: 2%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
	height: 14px;
	width: 14px;
}
#header-desktop .container-search .search svg
{
	position: absolute;
	top: 50%;
	left: 50%;
	fill: #FFF;
	height: 14px;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	     -o-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
#header-desktop.scroll .container-search .search svg
{
	fill: #90A3B2;
}
#header-desktop .container-search input
{
	outline: none;
	width: 96%;
	padding: 0px 30px 0px 30px;
	margin: auto;
	height: 80%;
	position: absolute;
	top: 50%;
	left: 50%;
	color: #FFF;	
	background-color: transparent;
	border: none;
	font-size: 16px;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	     -o-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	box-sizing: border-box;
}
#header-desktop .container-search input::placeholder {
  color: #FFF;
}
#header-desktop.scroll .container-search input
{
	 color: #293139;
}
#header-desktop.scroll .container-search input::placeholder 
{
  	color: #293139;
}

#header-desktop .container-search .close
{
	position: absolute;
	height: 14px;
	width: 14px;
	top: 50%;
	right: 2%;
	cursor: default;
	opacity: 0;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-transition: opacity .25s ease;
	   -moz-transition: opacity .25s ease;
	    -ms-transition: opacity .25s ease;
	     -o-transition: opacity .25s ease;
	        transition: opacity .25s ease;
}
#header-desktop.search .container-search .close
{
	opacity: 1;
	cursor: pointer;
}
#header-desktop .container-search .close .bar
{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	     -o-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	height: 100%;
	width: 2px;
	background-color: #fff;
	-webkit-transition: transform 500ms cubic-bezier(1, 0, 0, 1) 0ms;
	-moz-transition: transform 500ms cubic-bezier(1, 0, 0, 1) 0ms;
	transition: transform 500ms cubic-bezier(1, 0, 0, 1) 0ms;
}
#header-desktop.scroll .container-search .close .bar
{
	background-color: #90A3B2;
}
#header-desktop.search .container-search .close .bar:nth-child(1)
{
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	   -moz-transform: translate(-50%, -50%) rotate(45deg);
	    -ms-transform: translate(-50%, -50%) rotate(45deg);
	     -o-transform: translate(-50%, -50%) rotate(45deg);
	        transform: translate(-50%, -50%) rotate(45deg);
}
#header-desktop.search .container-search .close .bar:nth-child(2)
{
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	   -moz-transform: translate(-50%, -50%) rotate(-45deg);
	    -ms-transform: translate(-50%, -50%) rotate(-45deg);
	     -o-transform: translate(-50%, -50%) rotate(-45deg);
	        transform: translate(-50%, -50%) rotate(-45deg);
}

/* -------------------------------------------------------------- */
/* ********************* END HEADER DESKTOP ********************* */
/* -------------------------------------------------------------- */


/* --------------------------------------------------------- */
/* ********************* HEADER MOBILE ********************* */
/* --------------------------------------------------------- */

#header-mobile
{
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 100;
}

#header-mobile.top-bar
{
	top:80px;
}


#header-mobile .header
{
	height: 55px;
	width: 100%;
	background-color: #FFF;
	overflow: hidden;
	border-bottom: 1px solid rgba(116,138,157,0.3);
	position: relative;
	z-index: 1;
}
#header-mobile .header .content-header
{
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	-webkit-transition: all 1000ms cubic-bezier(1, 0, 0, 1) 0ms;
	-moz-transition: all 1000ms cubic-bezier(1, 0, 0, 1) 0ms;
	transition: all 1000ms cubic-bezier(1, 0, 0, 1) 0ms;
	-webkit-transform: translateY(-100%);
	   -moz-transform: translateY(-100%);
	    -ms-transform: translateY(-100%);
	     -o-transform: translateY(-100%);
	        transform: translateY(-100%);
}
#header-mobile .header .content-header.show
{
	-webkit-transform: translateY(0%);
	   -moz-transform: translateY(0%);
	    -ms-transform: translateY(0%);
	     -o-transform: translateY(0%);
	        transform: translateY(0%);
}
#header-mobile .header .content-header.hide-bottom
{
	-webkit-transform: translateY(100%);
	   -moz-transform: translateY(100%);
	    -ms-transform: translateY(100%);
	     -o-transform: translateY(100%);
	        transform: translateY(100%);
}
#header-mobile .header .content-header.content-header-pr .logo
{
	position: absolute;
	left: 2%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}
#header-mobile .header .content-header.content-header-pr .logo svg
{
	height: 32px;
	fill: #00BDFD;
}
#header-mobile .header .content-header.content-header-pr .container-action
{
	position: absolute;
	right: 2%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
	font-family: Soleil-Bold;
}

#header-mobile .header .content-header.content-header-pr .container-action > a {
	color: #90A3B2;
    text-decoration: none;
    margin: 0 10px;
    font-size: 14px;
    vertical-align: middle;
}

#header-mobile .header .content-header.content-header-pr .container-action .search
{
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	position: relative;
	cursor: pointer;
}

#header-mobile .header .content-header.content-header-pr .container-action .search svg
{
	position: absolute;
	top: 50%;
	left: 50%;
	fill: #90A3B2;
	height: 14px;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	     -o-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
#header-mobile .header .content-header.content-header-pr .container-action .sep
{
	display: inline-block;
	vertical-align: middle;
	height: 3px;
	width: 3px;
	border-radius: 5px;
	opacity: 0.5;
	background-color: #90A3B2;
	margin-right: 23px;
	margin-left: 23px;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
#header-mobile .header .content-header.content-header-pr .container-action .burger
{
	cursor: pointer;
	height: 14px;
	width: 22px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
#header-mobile .header .content-header.content-header-pr .container-action .burger .line
{
	position: absolute;
	left: 0px;
	height: 2px;
	background-color: #293139;
	-webkit-transition: all 500ms cubic-bezier(1, 0, 0, 1) 0ms;
	-moz-transition: all 500ms cubic-bezier(1, 0, 0, 1) 0ms;
	transition: all 500ms cubic-bezier(1, 0, 0, 1) 0ms;
}
#header-mobile .header .content-header.content-header-pr .container-action .burger .line:nth-child(1)
{
	width: 100%;
	top: 0px;
}
#header-mobile .header .content-header.content-header-pr .container-action .burger.open .line:nth-child(1)
{
	-webkit-transform: translate(0px, 6px) rotate(45deg);
	   -moz-transform: translate(0px, 6px) rotate(45deg);
	    -ms-transform: translate(0px, 6px) rotate(45deg);
	     -o-transform: translate(0px, 6px) rotate(45deg);
	        transform: translate(0px, 6px) rotate(45deg);
}
#header-mobile .header .content-header.content-header-pr .container-action .burger .line:nth-child(2)
{
	width: 70%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}
#header-mobile .header .content-header.content-header-pr .container-action .burger.open .line:nth-child(2)
{
	opacity: 0;
}
#header-mobile .header .content-header.content-header-pr .container-action .burger .line:nth-child(3)
{
	width: 100%;
	bottom: 0px;
}
#header-mobile .header .content-header.content-header-pr .container-action .burger.open .line:nth-child(3)
{
	-webkit-transform: translate(0px, -6px) rotate(-45deg);;
	   -moz-transform: translate(0px, -6px) rotate(-45deg);;
	    -ms-transform: translate(0px, -6px) rotate(-45deg);;
	     -o-transform: translate(0px, -6px) rotate(-45deg);;
	        transform: translate(0px, -6px) rotate(-45deg);;
}

#header-mobile .header .content-header.content-header-link .back
{
	height: 32px;
	width: 32px;
	position: absolute;
	left: 2%;
	top: 50%;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}
#header-mobile .header .content-header.content-header-link .back svg
{
	fill:#293139;
	position: absolute;
	top: 50%;
	left: 50%;
	height: 10px;
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	   -moz-transform: translate(-50%, -50%) rotate(90deg);
	    -ms-transform: translate(-50%, -50%) rotate(90deg);
	     -o-transform: translate(-50%, -50%) rotate(90deg);
	        transform: translate(-50%, -50%) rotate(90deg);
}
#header-mobile .header .content-header.content-header-link .title
{
	color: #293139;	
	position: absolute;
	left: calc(4% + 32px);
	top: 50%;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}
#header-mobile .header .content-header.content-header-search input
{
	outline: none;
	width: 90%;
	margin: auto;
	height: 80%;
	position: absolute;
	padding-right: 24px;
	top: 50%;
	left: 50%;
	color: #90A3B2;	
	background-color: transparent;
	border: none;
	font-size: 16px;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	     -o-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

#header-mobile .header .content-header.content-header-search .close
{
	position: absolute;
	height: 14px;
	width: 14px;
	top: 50%;
	right: 10px;
	cursor: default;
	opacity: 1;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-transition: opacity .25s ease;
	   -moz-transition: opacity .25s ease;
	    -ms-transition: opacity .25s ease;
	     -o-transition: opacity .25s ease;
	        transition: opacity .25s ease;
}
#header-mobile .header .content-header.content-header-search .close .bar
{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	     -o-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	height: 100%;
	width: 2px;
	background-color: #90A3B2;
}
#header-mobile .header .content-header.content-header-search .close .bar:nth-child(1)
{
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	   -moz-transform: translate(-50%, -50%) rotate(45deg);
	    -ms-transform: translate(-50%, -50%) rotate(45deg);
	     -o-transform: translate(-50%, -50%) rotate(45deg);
	        transform: translate(-50%, -50%) rotate(45deg);
}
#header-mobile .header .content-header.content-header-search .close .bar:nth-child(2)
{
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	   -moz-transform: translate(-50%, -50%) rotate(-45deg);
	    -ms-transform: translate(-50%, -50%) rotate(-45deg);
	     -o-transform: translate(-50%, -50%) rotate(-45deg);
	        transform: translate(-50%, -50%) rotate(-45deg);
}

#header-mobile .container-link
{
	position: absolute;
	height: calc(100vh - 55px);
	top: 55px;
	left: 0px;
	width: 100%;
	background-color: #FFF;
	-webkit-transition: all 500ms cubic-bezier(1, 0, 0, 1) 0ms;
    -moz-transition: all 500ms cubic-bezier(1, 0, 0, 1) 0ms;
    transition: all 500ms cubic-bezier(1, 0, 0, 1) 0ms;
    -webkit-transform: translateY(-100%);
       -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
         -o-transform: translateY(-100%);
            transform: translateY(-100%);
}
#header-mobile .container-link.show
{
	-webkit-transform: translateY(0%);
       -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
         -o-transform: translateY(0%);
            transform: translateY(0%);
}
#header-mobile .container-link .container-title,
#header-mobile .container-link .container-sublink
{
	position: absolute;
	display: none;
	left: 0px;
	top: 0px;
	height: 100%;
	/* overflow: auto; */
	overflow-scroll: touch;
	width: 100%;
	opacity: 0;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: all 500ms cubic-bezier(1, 0, 0, 1) 0ms;
	-moz-transition: all 500ms cubic-bezier(1, 0, 0, 1) 0ms;
	transition: all 500ms cubic-bezier(1, 0, 0, 1) 0ms;
}
#header-mobile .container-link .container-title.show
{
	opacity: 1;
	display:block;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
	transform: translateX(0%);
}

#header-mobile .container-link .container-sublink.show
{
	opacity: 1;
	display:block;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
}
#header-mobile .container-link .container-title.hide-left
{
	opacity: 1;
	display:block;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
}
#header-mobile .container-link .container-title .title
{
	padding: 10px 30px 10px 30px;
	cursor: pointer;
	display: block;
	text-decoration: none;
	border-bottom: 1px solid rgba(116,138,157,0.2);
}

#header-mobile .container-link .container-title .title span,
#header-mobile .container-link .container-title .title a
{
	color: #293139;	
	text-decoration: none;
}
#header-mobile .container-link .container-title .title svg
{
	display: inline-block;
	vertical-align: middle;
	width: 9px;
	fill: #293139;	
	margin-left: 15px;
	-webkit-transform: rotate(-90deg);
	   -moz-transform: rotate(-90deg);
	    -ms-transform: rotate(-90deg);
	     -o-transform: rotate(-90deg);
	        transform: rotate(-90deg);
}
#header-mobile .container-link .container-title .title.developer span
{
	color: #90A3B2;
}

#header-mobile .container-link .container-sublink .sublink
{
	display: block;
	width: 100%;
}
#header-mobile .container-link .container-sublink .sublink a
{
	padding: 10px 30px 10px 30px;
	cursor: pointer;
	display: block;
	text-decoration: none;
	color: #293139;	
	border-bottom: 1px solid rgba(116,138,157,0.2);
}


/* ------------------------------------------------------------- */
/* ********************* END HEADER MOBILE ********************* */
/* ------------------------------------------------------------- */


/* --------------------------------------------------------- */
/* ********************* SEARCH RESULT ********************* */
/* --------------------------------------------------------- */

#container-search-result
{
	display: none;
	z-index: 10;
	position: fixed;
	top: 80px;
	left: 0px;
	height: calc(100vh - 80px);
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	width: 100%;
	background-color: #FFF;
	padding: 42px 10% 50px 10%;
}
#container-search-result .title
{
	color: #293139;	
	font-family:Soleil-Bold, sans-serif;	
	font-size: 2.8em;	
	text-align: center;
}
#container-search-result .nb-result
{
	margin-top: 60px;
	margin-bottom: 60px;
	color: #748A9D;	
	text-align: left;
}
#container-search-result .container-result
{
	width: 100%;
	position: relative;
}
#container-search-result .container-result .result
{
	display: block;
	text-decoration: none;
	color: #293139;	
	font-family:Soleil-Regular, sans-serif;	
	font-size: 18px;
	cursor: pointer;
	margin-bottom: 20px;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
#container-search-result .container-result .result:hover
{
	opacity: 0.8;
}
#container-search-result .container-result .result span
{
	text-decoration: underline;
	color: #90A3B2;
}
#container-search-result .container-result .result svg
{
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	height: 9px;
	-webkit-transform: rotate(-90deg);
	   -moz-transform: rotate(-90deg);
	    -ms-transform: rotate(-90deg);
	     -o-transform: rotate(-90deg);
	        transform: rotate(-90deg);
}

/* ------------------------------------------------------------- */
/* ********************* END SEARCH RESULT ********************* */
/* ------------------------------------------------------------- */

#page ol, #page ul {
    padding: 0 25px 0 45px;
    color: #293139;
    font-family: OpenSans-Regular, sans-serif;
    font-size: 16px;
    line-height: 29px;
}

#page{
    position: relative;
    width: 100%;
    padding-top: 190px;
    padding-bottom: 235px;
}

#page h2 {
    position: relative;
    width: 100%;
    text-align: center;
    color: #293139;
    font-family: Soleil-Bold, sans-serif;
    font-size: 45px;
    padding-bottom: 25px;
}

#page p{
	padding: 0px 25px 25px 25px;
    color: #293139;
    font-family: OpenSans-Regular, sans-serif;
    font-size: 16px;
    line-height: 29px;
}
#page #content {
    position: relative;
    max-width: 1200px;
    margin: auto;
}



/* HUBSPOT STUFF */

.hbspt-form-container {
	text-align: left;
}

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

.hbspt-form *{
	font-family: 'Soleil-Regular'!important;
}
.hbspt-form label > span{
	font-size: 13px;
	color: #90a3b2;
	font-weight: normal;
}

.hbspt-form div.field {
	margin-bottom: 28px;
}

.hbspt-form-container .hbspt-form div.field {
	margin-bottom: 10px;
	text-align: left;
}


.hbspt-form  fieldset{margin:0 auto!important; text-align:left;}
.hbspt-form .hs-input{
	border-radius: 0;
	padding: 0.5em;
	font-size:1.2em;
}

.hbspt-form input:not([type="submit"]),
.hbspt-form textarea
{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0.65em 0.8em!important;
    font-family: 'Soleil-Regular'!important;
    border: 1px solid #f4f4f4!important;
    border-radius: 0.4em!important;
    font-size: 16px!important;
    display: block!important;
	box-shadow: none!important;
	color: #293139!important;
	box-sizing: content-box!important;
	outline: none;
	background-color: #f4f4f4;
}

.hbspt-form-container .hbspt-form input:not([type="submit"]),
.hbspt-form-container .hbspt-form textarea{
	width: 100%;
}

.hbspt-form input::placeholder
{
	color:#8e9296!important;
	
}


.hbspt-form input:not([type="submit"]).error {
	border-color: #C9004D!important;
}

.hbspt-form input[type="submit"]{

}

.hbspt-form input[type="checkbox"]{
	display: inline-block!important;
    margin-top: 0px!important;
	vertical-align: middle;
}


.hbspt-form .hs-form-required{
	color: #90a3b2!important;
}

.hbspt-form .hs-button 
{
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative!important;
    display: inline-block!important;
    font-size: 14px!important;
    text-align: center!important;
	text-shadow: none!important;
    border-radius: 2em!important;
    outline: 0!important;
    padding: 0.65em 3.5em!important;
    cursor: pointer!important;
    border: 0px solid!important;
	background-image: none!important;
	background-color: #00bdff!important;
    color: #ffffff!important;	
	font-weight: normal!important;
    font-family: Soleil-Regular!important;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.12)!important; 
	-webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.12)!important; 
	-moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.12)!important; 	
	transition: all 0.3s;
}

.hbspt-form .hs-button:hover {
	box-shadow: 0 0 0 rgba(0, 0, 0, 0)!important;
	-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0)!important;
	-moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0)!important;
}

.hbspt-form-container .hbspt-form .hs-button {
	font-size: 1em!important;
}

.hbspt-form .actions{
	margin:1.5em 0 0 0!important;
	padding:0px!important;
}

.hbspt-form-container .hbspt-form .actions{
	text-align: left;
}

.hbspt-form .hs-error-msgs li{
	list-style-type: none;
}

.hbspt-form  .hs-error-msgs label{
	margin-top: 5px;
	margin-left: 1.1em;
	color: #C9004D!important;
	font-size: 13px;
}

.hbspt-form .field .hs-error-msgs{
	margin-top: 5px;
}

.hbspt-form  .hs_error_rollup  li label {text-align: center;}


.no-labels .hbspt-form div.hs-form-field  label:not(.hs-error-msg){
	display: none;
}


#hs-eu-cookie-confirmation {display: none!important;}

/* HUBSPOT STUFF END*/

/* LIGHTBOX*/

.lightbox
{
	display: none;
	background-color: rgba(41, 49, 57, 0.9);
	height: 100vh;
	width: 100%;
	position: fixed;
	z-index: 60;
	top: 0px;
	left: 0px;
	overflow: auto;
	-webkit-overflow-scrolling: touch; 
	padding: 100px 0px 100px 0px;
	text-align: center;
}

.lightbox .content {
    width: 600px!important;
    background-color: #FFF!important;
    position: absolute!important;
    padding: 40px!important;
    top: 80px!important;
    left: 50%!important;
    -webkit-transform: translate(-50%)!important;
    -moz-transform: translate(-50%)!important;
    -ms-transform: translate(-50%)!important;
    -o-transform: translate(-50%)!important;
    transform: translate(-50%)!important;
    border-radius: 5px!important;
	opacity:1!important;
}

.lightbox.lightbox-video .content
{
	width: 50vw!important;
	height: 75vh!important;
	padding: 3em!important;	
}

.lightbox.contentScroll .content
{
	display: inline-block;
	position: initial;
	-webkit-transform: translate(0%, 0%);
	   -moz-transform: translate(0%, 0%);
	    -ms-transform: translate(0%, 0%);
	     -o-transform: translate(0%, 0%);
	        transform: translate(0%, 0%);
}
.lightbox .content .close
{
	position: absolute;
	z-index: 30;
	right: 10px;
	top: 10px;
	height: 25px;
	width: 25px;
	cursor: pointer;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.lightbox .content .close .bar
{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	     -o-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	height: 100%;
	width: 4px;
	background-color: #00bdff;
	-webkit-transition: transform 500ms cubic-bezier(1, 0, 0, 1) 0ms;
	-moz-transition: transform 500ms cubic-bezier(1, 0, 0, 1) 0ms;
	transition: transform 500ms cubic-bezier(1, 0, 0, 1) 0ms;
}
.lightbox .content .close.show .bar:nth-child(1)
{
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	   -moz-transform: translate(-50%, -50%) rotate(45deg);
	    -ms-transform: translate(-50%, -50%) rotate(45deg);
	     -o-transform: translate(-50%, -50%) rotate(45deg);
	        transform: translate(-50%, -50%) rotate(45deg);
}
.lightbox .content .close.show .bar:nth-child(2)
{
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	   -moz-transform: translate(-50%, -50%) rotate(-45deg);
	    -ms-transform: translate(-50%, -50%) rotate(-45deg);
	     -o-transform: translate(-50%, -50%) rotate(-45deg);
	        transform: translate(-50%, -50%) rotate(-45deg);
}

.lightbox .content h3,
.lightbox .content h4
{
	color: #293139;	
	font-family:Soleil-Bold, sans-serif;	
	font-size: 32px;
	text-align: center;
}

.lightbox .content h4
{
	color: #293139;	
	font-family:Soleil-Regular, sans-serif;	
	font-size: 16px;
	text-align: center;
}

.lightbox .content .wrapper
{
	position: relative;
	width: 100%;
	margin-top: 40px;
}

.lightbox.lightbox-video .content .wrapper
{
	width: 100%;
	height: 100%;
	margin:0;
	padding: 40px 20px 20px 20px;
}


.lightbox.lightbox-video .content .wrapper > *
{
	width: 100%;
	height: 100%;
}


.lightbox .content .tl
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 93px;
	height: 100%;
}
.lightbox .content .tl:after
{
	content: '';
	position: absolute;
	top: 0px;
	left: 50%;
	height: 100%;
	width: 1px;
	background-color: rgba(116,138,157,0.2);
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	     -o-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.lightbox .content .tl .point
{
	position: relative;
	z-index: 1;
	height: 93px;	
	width: 93px;
	border-radius: 45px;	
	background-color: #FFFFFF;
	box-shadow: 0 10px 30px 0 rgba(19,21,52,0.12);
}
.lightbox .content .tl .point img
{
	max-height: 32px;
	max-width: 32px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	     -o-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.lightbox .content .container-text
{
	position: relative;
	width: 100%;
	text-align: left;
}
.lightbox .content .container-text > p
{
	opacity: 0.8;	
	color: #748A9D;	
	font-family:OpenSans-Regular, sans-serif;
	font-size: 16px;	
	line-height: 25px;
	padding-left: 30px;
	padding-top: 30px;
        margin-bottom: 75px;
}
.lightbox .content .container-text .container-el
{
	width: 100%;
	position: relative;
	margin-top: 50px;
}
.lightbox .content .container-text .container-el .el
{
	width: 100%;
	position: relative;
	margin-bottom: 45px;
}
.lightbox .content .container-text .container-el .el h4
{
	color: #293139;	
	font-family:Soleil-Regular, sans-serif;	
	font-size: 20px;
	position: relative;
	margin-bottom: 13px;
	-webkit-transform: translateX(-20px);
	   -moz-transform: translateX(-20px);
	    -ms-transform: translateX(-20px);
	     -o-transform: translateX(-20px);
	        transform: translateX(-20px);
}
.lightbox .content .container-text .container-el .el h4:before
{
	content: '';
	display: block;
	height: 14px;	
	width: 14px;
	position: absolute;
	border-radius: 7px;	
	background-color: #748A9D;
	right: calc(100% + 20px);
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.lightbox .content .container-text .container-el .el .ln
{
	margin-bottom: 13px;
	color: #748A9D;	
	font-family:OpenSans-Regular, sans-serif;	
	font-size: 16px;	
	line-height: 25px;
}
.lightbox .content .container-text .container-el .el .ln span
{
	color: #293139;
}
.lightbox .content .container-text .container-el .el .ln:last-child
{
	margin-bottom: 0px;
}
.lightbox .content .container-text .container-el .container-action
{
	width: 100%;
	position: relative;
	text-align: center;
	margin-top: 70px;
	-webkit-transform: translateY(50%);
	   -moz-transform: translateY(50%);
	    -ms-transform: translateY(50%);
	     -o-transform: translateY(50%);
	        transform: translateY(50%);
}
.lightbox .content .container-text .container-el .container-action .btn
{
	z-index: 1;
}
.lightbox .content .container-text .container-el .container-action:before
{
	content: '';
	height: 1px;
	width: calc(50% + 48px);
	background-color: rgba(116,138,157,0.2);
	position: absolute;
	top: 50%;
	left: -48px;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}

/* LIGHTBOX END */


/* COOKIE BOT */

#CybotCookiebotDialog a, #CybotCookiebotDialog div, #CybotCookiebotDialogBodyContentTitle {
	font-family: Soleil-Regular, sans-serif!important;
}

#CybotCookiebotDialogBodyButtonAccept,
a#CybotCookiebotDialogBodyLevelButtonAccept {
	background-color: #00bdff!important;
    border: 0px!important;
    line-height: 20px!important;
    margin-top: 5px!important;
    font-weight: bold!important;
    border-radius: 2em!important;
    outline: none!important;
}

#CybotCookiebotDialogBodyLevelButtonsSelectPane,
#CybotCookiebotDialogBodyLevelDetailsWrapper,
.CybotCookiebotDialogDetailBodyContentTab:first-child,
.CybotCookiebotDialogDetailBodyContentTabsItemSelected,
#CybotCookiebotDialogDetailBodyContent,
.CybotCookiebotDialogDetailBodyContentCookieContainerTypes,
.CybotCookiebotDialogDetailBodyContentCookieContainerTypesSelected
{
	border-color: #e1e6ea!important;
}
/* COOKIE BOT END */
