@charset "UTF-8";
/* CSS Document */

/* RESET */

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, main {
	display: block;
}
body {
	line-height: 1;
	background:rgba(219,77,77,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;
}

/* GENERAL */

body {
	/* URL and coordinates, with mandatory keyword fallback */
	background:rgba(108,99,234,1);
	font-family: "Aleo", serif;
}

body.sub.staff {
	background:#db4d4c;
}

@font-face {
    font-family: 'Farmacia';
    src:url('../_fonts/NG-Farmacia.woff2') format('woff2'),
        url('../_fonts/NG-Farmacia.woff') format('woff'),
		url('../_fonts/NG-Farmacia.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

*:not(.slick-track):not(.slick-list) {
	box-sizing:border-box;
	text-align:center;
	transition:1s ease;
}

.flex {
	display:block;
}

@media only screen and (min-width: 1024px) {
	.flex {
		display:flex;
	}
	
	.flex .section {
		width:50%;
	}
}

.clear {
	clear:both;
}

.max-width {
	max-width:1000px;
	display:block;
	margin:0 auto 0;
}

h1 {
	font-family: "Farmacia";
	font-size:76px;
	line-height:.85;
	color:#000000;
	font-weight:normal;
	text-transform:uppercase;
	margin:0 auto 22px;
}

.split {
	position: relative;
	overflow: hidden;
	display: block;
	text-align: start;
}

h4 {
	font-size:14px;
	font-weight:400;
	font-family: "Aleo", serif;
	text-transform:uppercase;
}

p, li {
	font-family: "Aleo", serif;
	font-size:20px;
	line-height:1.6;
	margin:0 auto 22px;
}

li {
	text-align:left !important;
	padding-left:0px;
	margin: 0px 0 22px;
	padding: 0 33px 0;
	list-style: none;
	background-image: url("../_img/arrow-right.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 20px;
}

#footer ul li {
	background-image: url("../_img/arrow-right-pink.png");
	background-position: left center;
}

em {
	font-family:inherit;
	font-style:italic;
}

strong {
	font-family:inherit;
	font-weight:bold;
}

a:hover, a:focus, .button:hover, .button:focus {
	cursor:pointer !important;
}

.speech-bubble {
	display: inline-block;
    padding: 11px 22px;
    background: #000000;
    font-weight: 400;
    color: #DB4D4D;
    border: 3px solid #000000;
	margin:0 auto 44px;
}

/* .speech-bubble:after {
	content: '';
    position: absolute;
    bottom: 0;
    left: 45%;
    width: 0;
    height: 0;
    border: 27px solid transparent;
    border-top-color: black;
    border-bottom: 0;
    border-left: 0;
    margin-left: 0;
    margin-bottom: -27px;
}

*/

.bg-pink .speech-bubble {
	color:rgba(229,190,200,1)
}

.bg-purple .speech-bubble {
	color:rgba(108,99,234,1);
}

@media only screen and (min-width: 624px) {
	h1 {
		font-size:106px;
	}

	p, li {
		font-size:22px;
	}
}

@media only screen and (min-width: 1024px) {
	h1 {
		font-size:136px;
	}

	h2 {
		font-size:96px;
	}

	p, li {
		font-size:24px;
	}
}

.button {
	color:#000000;
	text-decoration:none;
	display:inline-block;
	margin:22px auto 0;
	font-family: "Farmacia";
	background:#000000;
	font-weight:normal;
	font-size:44px;
	line-height:1;
	text-transform:uppercase;
	padding:9px 22px 7px;
	border-radius: 0;
    border: rgba(0,0,0,1) 3px solid;
	transition:1s;
}

.button:hover:after{
	background-image: url('../_img/arrow-right.png');
    background-size: 32px 32px;
	margin-left:8px;
    display: inline-block;
    width: 32px; 
    height: 32px;
    content:"";
}

#footer .button:hover:after {
	background-image: url('../_img/arrow-right-white.png');
}

/* NAV */

#nav {
	height:55px;
	background:rgba(219,77,77,1);
	padding: 11px 12px 0px 6px;
	text-align:center;
	position:fixed;
	top:0;
	right:0;
	left:0;
	z-index:50;
	transition:1s ease;
	max-width:none;
	margin:0 auto 0;
}

.hamburger {
  display:inline;
  position: fixed;
  top: 14px;
  right: 17px;
  height: 28px;
  width: 32px;
  cursor: pointer;
  z-index: 113;
  background-attachment: fixed;
  -webkit-transition: .5s;
  transition: .5s;
}

.hamburger.active .top {
  -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
          transform: translateY(11px) translateX(0) rotate(45deg);
}

.hamburger.active .middle {
  opacity: 0;
}

.hamburger.active .bottom {
  -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
          transform: translateY(-11px) translateX(0) rotate(-45deg);
}

.hamburger span {
  background: #000000;
  border: none;
  height: 3px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  cursor: pointer;
}

.hamburger:hover span{
  opacity:.8;
}

.hamburger span:nth-of-type(2) {
  top: 11px;
}

.hamburger span:nth-of-type(3) {
  top: 22px;
}

.hamburger.active span {
	background:#000000 !important;
	
}

.hamburger .text {
	display: block;
    position: absolute;
    bottom: -10px;
    font-size: 9px;
    width: 100%;
    opacity: .5;
    letter-spacing: 2px;
}

#nav-logo {
	width:100%;
	max-width:290px;
	display:block;
	margin:0 auto 0;
	position:absolute;
	left: 14px;
    top: 13px;
	transition:1s ease;
	animation: navLogo 5s ease forwards;
}

body.sub #nav-logo {
	animation:none !important;
}

#nav-logo .logo-1 {
	display:inline-block;
	width:50.8%;
	float:left;
}

#nav-logo .logo-2 {
	display:inline-block;
	width:45%;
	float:right;
}

#nav .social {
	display:none;
	position: absolute;
    right:17px;
}

@media only screen and (min-width: 624px) {
	
	#nav-logo {
		max-width:500px;
		left:0;
		right:0;
		top:13px;
	}
	
	#nav {
		height:75px;
	}

	#nav .hamburger {
		left: 17px;
		top:24px;
	}

	#nav.scroll #nav-logo {
		max-width:450px;
		top:17px;
	}
	
	#nav.scroll {
		height:55px;
	}

	#nav.scroll .hamburger {
		top:15px;
	}

	#nav.scroll #nav-logo {
		max-width:310px;
		top:13px;
	}
}

@media only screen and (min-width: 924px) {
	
	#nav .social {
		display:block;
		opacity:0;
	}
	#nav.scroll .social {
		opacity:1;
	}
}

#nav .social a img {
	color: #000000;
    margin: 0px 3px 17px;
    width: 33px;
    vertical-align: top;
}

#nav .social a img:hover {
	color: #FFFFFF;
}

/* ----- OVERLAY RULES ----- */

.overlay {
  position: fixed;
  color:#000000;
  background:rgba(229,190,200,.98);
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  /*opacity: 1;
  visibility: hidden;*/
  overflow: hidden;
  z-index:100;
	visibility:hidden;
  /*border-bottom:4px solid #aa1d38;*/
}

.overlay.open {
  /*opacity: 1;*/
  visibility: visible;
  height: 100%;
	-webkit-transition: opacity .35s, visibility .35s, height 1s;
  transition: opacity .35s, visibility .35s, height 1s;
}

.overlay nav {
  	position: relative;
  	height: 70%;
  	top: 50%;
  	-webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  	text-align: center;
}

.overlay-item {
	font-family: 'Farmacia';
	font-weight:normal;
	text-align:center;
	margin:0 auto 0;
	background: none;
	cursor: pointer;
	border: none;
	outline: none;
	display:block;
	text-transform: uppercase;
  	font-style: normal;
  	font-size: 36px;
	line-height:1.4;
  	letter-spacing:0px;
  	position: relative;
  	color: #000000;
  	text-decoration: none;
  	-webkit-transition: .35s;
  	transition: .35s;
	padding:2px;
}

#overlay .overlay-social {
	float:none;
	margin:44px auto 0;
	padding:0;
}

#nav .overlay-social a img  {
	color: #000000;
    margin: 4px 3px 17px;
    width: 38px;
    vertical-align: text-bottom;
}

/* WRAPPER */

#wrapper {
	background:none;
}

/* HERO */

#hero {
	padding:0px;
	height:100vh;
	overflow:hidden;
}

#hero.section {
	padding:0;
}

#hero-logo-wrapper {
	width: 100%;
	display:block;
	max-width:600px;
	margin:0 auto 0;
	position:absolute;
	animation-timing-function: ease-in-out !important;
	right:0;
	left:0;
	top: 50%;
	bottom:auto;
    transform: translateY(-50%);
	overflow:hidden;
}

@media only screen and (min-width: 1024px) {
	#hero-logo-wrapper {
		overflow:visible
	}
}

#hero-logo {
	width:100%;
}

#hero-logo img {
	width:90%;
	animation:heroLogo 4s forwards;
}

#hero .hero-message {
	position:absolute;
	left:0;
	right:0;
	text-shadow:0 0 22px rgba(0,0,0,.8);
	padding:0 22px 0;
	top: 50%;
	bottom:auto;
    transform: translateY(-50%);
}

#hero .hero-message h1 {
	color:#FFFFFF;
}

@media only screen and (min-width: 768px) {
	#hero .hero-message {
		padding:0 111px 0;
		bottom:111px;
		top:auto;
		transform:none;
	}
	
	#hero .hero-message h1 {
		font-size:8vw !important;
	}
}

.bug {
	width:160px;
	position:fixed;
	right:12px;
	bottom:175px;
}

@media only screen and (min-width: 768px) {
	.bug {
		right:40px;
		bottom:180px;
	}
}

.bug img {
	width:100%;
	display:block;
	position:absolute;
	filter: drop-shadow(2px 2px 41px rgba(0, 0, 0, .97));
}

.bug img:nth-of-type(2) {
	animation: spin 30000ms infinite linear;
}

.arrow {
	width: 100%;
	color: white;
	text-decoration: none;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 11px;
	text-align:center;
}

.arrow img {
	width:32px;
}

.bounce {
  -webkit-animation: bounce 1s ease infinite alternate;
  -moz-animation: bounce 1s ease infinite alternate;
  animation: bounce 1s ease infinite alternate;
}

@-webkit-keyframes bounce {
  0% {
    transform:translateY(0)
  }
  100% {
    transform:translateY(-7px)
  }
}

@keyframes bounce {
  0% {
    transform:translateY(0)
  }
  100% {
    transform:translateY(-7px)
  }
}

/* CLIENTS */

#work .max-width {
	max-width:1200px;
}

#work .button {
	color:rgba(229,190,200,1);
	border: rgba(229,190,200,1) 3px solid;
	margin:11px auto 33px;
}

#client-list {
	margin: 44px 22px 44px;
}

.client-list-item img {
	width:100%;
	display:block;
	border:1px dotted #FFFFFF;
}

.client-list-item {
	margin:11px;
	padding:11px;
	vertical-align:top;
}

#work .client-list-item {
	margin:4px;
	padding:0;
}

.client-list-item h4 {
	margin:11px auto 0px;
	color:rgba(229,190,200,1);;
}

.slick-list,.slick-slider,.slick-track{position:relative;display:block}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{top:0;left:0;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-initialized .slick-slide,.slick-slide img{display:block}.slick-arrow.slick-hidden,.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}

.slick-next, .slick-prev {
	display: block;
    position: absolute;
	background-size: 32px 32px;
    width: 32px; 
    height: 32px;
    content:"";
	background:none;
	border:none;
	padding:0;
	margin:0;
	z-index:5;
	top: 32%;
	font-size:0;
}

.slick-next {
	right:-37px;
}
		
.slick-prev {
	left:-37px;
}

#scroll.bg-black {
	padding:44px 0 111px;
	max-width: 1000px;
}

#scroll .client-list-item {
	display:inline-block;
	max-width: 350px;
	width: 46%;
    margin: 0;
}

@media only screen and (min-width: 768px) {
	#scroll .client-list-item {
        width: 31%;
	}
}

.client-list-item:last-of-type {
	margin-bottom:77px;
}

		
/*.slick-dots li button::before {
	color:white !important
}*/

.slick-prev::before {
	background-image: url('../_img/arrow-left-pink.png');
    background-size: 32px 32px;
	margin-left:0px;
    display: inline-block;
    width: 32px; 
    height: 32px;
    content:"";
}

.slick-next::before {
	background-image: url('../_img/arrow-right-pink.png');
    background-size: 32px 32px;
	margin-left:0px;
    display: inline-block;
    width: 32px; 
    height: 32px;
    content:"";
		}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    align-items: top;
}

/* BACKGROUNDS */

.section {
	padding:171px 22px;
	margin:0 auto 0;
}

@media only screen and (min-width: 768px) {
	.section {
		padding:171px 77px;
	}
}

body.sub.clients {
	background:#000000;
}

#clients.section {
	padding:171px 22px;
}

@media only screen and (min-width: 768px) {
	#clients.section {
		padding:171px 44px;
	}
}

.bg-white {
	background:rgba(255,255,255,1);
}

.bg-red {
	background:rgba(219,77,77,1);
}

.bg-purple {
	background:rgba(108,99,234,1);
}

.bg-purple p {
	color:#FFFFFF;
}

.bg-pink {
	background:rgba(229,190,200,1);
}

.bg-black {
	background:rgba(0,0,0,1)
}

.bg-black h1, .bg-black p {
	color:rgba(229,190,200,1);
}

.bg-white .button {
	color:#FFFFFF;
}

.bg-white .button:hover:after{
	background-image: url('../_img/arrow-right-white.png');
}

.bg-red .button {
	color:rgba(219,77,77,1);
}

.bg-red .button:hover:after{
	background-image: url('../_img/arrow-right-red.png');
}

.bg-purple .button, .staff-bg .button {
	color:rgba(108,99,234,1);
}

.bg-purple .button:hover:after, .staff-bg .button:hover:after {
	background-image: url('../_img/arrow-right-purple.png');
}

.bg-pink .button {
	color:rgba(229,190,200,1);
}

.bg-pink .button:hover:after{
	background-image: url('../_img/arrow-right-pink.png');
}

.bg-black .button {
	color:rgba(0,0,0,1)
}

.bg-black .button:hover:after{
	background-image: url('../_img/arrow-right-pink.png');
}

/* TICKER */

#ticker {
	height: 145px;
    padding: 33px 0px 0px;
    position: relative;
    overflow: hidden;
    float: left;
    font: bold 10px Verdana;
}

ul#ticker  {
	list-style:none !important;
}

#ticker li {
	font-family: 'Farmacia';
    font-weight: normal;
    text-transform: uppercase;
	font-size:42px;
	margin:0 22px 0 22px;
	color:#000000;
	list-style: none !important;
	background-image:none;
}

#ticker li img {
	margin-right: 11px;
    width: 45px;
    vertical-align: text-top;
}

/* DIFFERENT */

#sticky {
	position: relative;
    width: 100%;
    margin-bottom: -77px;
    height: auto;
    padding-bottom: 0;
}

#different p {
	max-width:850px;
}

#different .arrow {
	position:relative;
	margin:44px auto 0;
}

#firsts-list li strong {
	color: rgba(229,190,200,1);
	display:inline-block;
}

#firsts-list li:hover strong {
	transform:scale(1.05)
}

.desktop.section {
	padding:0;
}

.desktop.section h5 {
	position: absolute;
    z-index: 5;
    color: #FFFFFF;
    padding: 44px;
    width: 100%;
    text-transform: uppercase;
    font-style: italic;
    text-align: center;
}

@media only screen and (min-width: 1024px) {
	.desktop.section h5 {
		width: 50%;
	}
}

#different-firsts {
	height: 100%;
}

#different-firsts .slick-list, #different-firsts .slick-list .slick-track {
	height: 100%;
	display:flex;
}

#different-firsts .slick-list .slick-track .slick-slide {
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Farmacia';
    float: left;
    min-height: 70vh;
    padding: 15vh 22px 15vh;
    display: block;
    color: #FFFFFF;
    text-align: center !important;
    background-position: center center;
    background-size: cover;
    height: 100%;
}

#different-firsts .slick-list .slick-track .slick-slide strong {
	color:#e6bec8;
	font-weight:normal;
}

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

	#different-firsts .slick-list .slick-track .slick-slide {
		font-size:60px;
		font-weight:400;
		text-transform:uppercase;
		padding: 25vh 22px 35vh;
	}
}

#different-firsts .slick-list .slick-track .slick-slide > div { height: 100%; }

#different-firsts .slick-list .slick-track .slick-slide img {
    width:30px;
	margin:0 auto 17px;
	filter:drop-shadow(2px 4px 6px black);
}


.different-photos {
	/* max-width:500px;
	margin:0 auto 11px;
	border:1px solid #000000;*/
	height:400px;
	filter:grayscale(0);
	border:none;
}

.different-photos.mobile {
	display:block;
}

.different-photos.desktop {
	display:none;
}

@media only screen and (min-width: 1024px) {
	
	.different-photos {
		height:auto;
	}
	
	.different-photos.mobile {
		display:none;
	}

	.different-photos.desktop {
		display:block;
	}
}

.different-photos.section {
	padding:0;
	margin:0;
}

.different-photos img {
	width:100%;
	margin:0;
}

#scroll {
	margin:0;
}

#services-list {
	padding: 0px 22px 77px;
}

#services-list li {
	font-size: 22px;
    line-height: 1.2;
    text-align: center !important;
    background-attachment: scroll;
    background-repeat: repeat;
    background-position: center center;
    background-size: cover;
    padding: 44px 22px;
    margin: 11px;
    color: #FFFFFF;
    width: calc(100% - 22px);
    display: inline-block;
    border: 1px dotted #FFFFFF;
    vertical-align: top;
    max-height: 90vh;
	position:relative;
	height:250px;
}

@media only screen and (min-width: 1024px) {
	
	#sticky {
		position: sticky;
        width: 50%;
        top: 0;
        margin-right: 50%;
		min-height:100vh;
	}
	
	#scroll {
		width: calc(50%);
        padding: 0;
        position: relative;
        margin: 0;
        margin-left: 50%;
        margin-top: calc(-100vh + 55px);
	}
	
	#services-list {
		padding: 111px 22px 111px;
	}

	
	#services-list li {
		width: 45%;
	}

}

#services-list li img {
	margin: 0 auto 9px;
    width: 25px;
    vertical-align: text-bottom;
    display: block;
}

@media only screen and (min-width: 1024px) {
	#firsts-list li img {
		margin: 9px 11px 0 0;
		width: 25px;
		vertical-align: text-top;
	}
}

.services-popup {
	width: 100%;
    display: none;
    position: absolute;
    background: rgba(108, 99, 234, 1);
    margin: 0 auto 0;
    padding: 22px;
    border: 1px dotted #FFFFFF;
    z-index: 5;
}

.services-popup h4 {
	font-size: 22px;
    text-transform: none;
    font-weight: bold;
    margin: 0 auto 11px;
}

.services-popup p {
	font-size: 16px;
	line-height:1.2;
}

#services-list li:hover .services-popup {
	display:block;
}

/* TEAM */

#team-photos {
	/* max-width:500px;
	margin:0 auto 11px;
	border:1px solid #000000;*/
	height:400px;
	filter:grayscale(0);
	border:none;
}

@media only screen and (min-width: 1024px) {
	#team-photos {
		/* max-width:500px;
		margin:0 auto 11px;
		border:1px solid #000000;*/
		height:auto;
	}
}

#team-photos.section {
	padding:0;
	margin:0;
}

#team-photos img {
	width:100%;
	margin:0;
}

#team p {
	line-height:1;
}

p .heart {
	width:30px;
	transform:rotate(-10deg)
}

/* CAREERS */

#careers {
	position:relative;
	z-index:0;
	padding-top:111px !important;
}

#careers .vegas-slide {
	filter:grayscale(0) brightness(.5);
	position:fixed;
}

#careers h1, #careers p {
	color:#FFFFFF;
}

#greenhouse {
	position:relative;
}

/* STAFF */

#staff {
	padding: 171px 22px 77px;
}

#staff-cont {
	padding: 0px 22px 171px;
}

@media only screen and (min-width: 768px) {
	#staff {
		padding: 171px 77px 77px;
	}
	
	#staff-cont {
		padding: 0px 77px 171px;
	}
}

#staff h1 {
	margin-bottom:66px;
}

#staff p {
	margin:0 4px 111px;
}

.staff-photo {
  font-size:0;
  text-align:center;
  width:calc((100% / 2) - 12px);
  max-width:400px;
  margin:0 4px 11px;
  padding:0;
  display:inline-block;
	vertical-align:top;
	transition:.3s;
}

@media only screen and (min-width: 1024px) {
	.staff-photo {
	  width:calc((100% / 4) - 12px);
	}
}

.staff-photo img {
	font-size:0;
	width:100%;
	margin:0;
	padding:0;
	display:block;
	border:1px dotted #000000;
	filter:grayscale(0)
}

.staff-name-wrapper {
	position:relative;
}

.staff-name-wrapper:hover {
  display:inline;
}

.staff-name {
  color:#000000;
  width:100%;
  height:100%;
  position:relative;
  display:table;
  padding:0;
}

.staff-name h5 {
  margin: 0 auto 0;
  padding: 12px;
  font-size:15px;
  line-height:18px;
  margin-bottom:12px; 
  display:table-cell;
  vertical-align:bottom;
  text-transform:uppercase;
	font-weight:bold;
	transition:.3s;
}

.staff-year {
	font-size: 14px;
    position: fixed;
    top: 0;
    right: 0;
    padding: 4px 11px;
    z-index: 4000;
    background: rgb(229, 190, 200);
    color: #000000;
	display:none;
}

.staff-photo:hover .staff-year {

	display:block;
}

.staff-photo:hover img {
	filter:brightness(1.05);
	border:1px dotted rgb(229, 190, 200);
}

.bg-trigger {
	width:1px;
	height:1px
}

/* CONTACT */

#contact p {
	margin:0 auto 77px;
}

#contact-form {
	background:#FFFFFF;
	padding: 22px;
	width: calc(100%);
	overflow: scroll;
	border:1px dotted #000000;
}

@media only screen and (min-width: 668px) {
	#contact-form {
		padding: 44px;
	}
}

#contact-form p {
	font-size: 16px;
	text-align: left;
	margin: 0 auto 12px;
}

#contact-form p:last-of-type {
	text-align: center;
}

#contact-form textarea {
	font-family:"Aleo";
	text-align:left;
	font-size:16px;
	display: block;
	width: 100%;
	padding:4px;
	height: 120px;
	border: 1px solid #ccc;
	border-radius: 3px;
}

#contact-form input {
	font-family:"Aleo";
	text-align:left;
	font-size:16px;
	width:100%;
	margin: 4px auto 0;
	padding:4px;
	border: 1px solid #ccc;
	border-radius: 3px;
}

#contact-form input.button, #contact-form .wpcf7-submit {
	width: auto !important;
    color: #000000;
    text-decoration: none;
    display: inline-block;
    margin: 22px auto 0 !important;
    font-family: "Farmacia" !important;
    background: none;
    font-weight: normal;
    font-size: 44px !important;
    line-height: 1;
    text-transform: uppercase;
    padding: 9px 22px 7px !important;
    border-radius: 0 !important;
    border: rgba(0, 0, 0, 1) 3px solid !important;
    transition: 1s;
}

#contact-form input.button:hover:after, #contact-form .wpcf7-submit:hover:after {
	background-image: url('../_img/arrow-right.png');
    background-size: 32px 32px;
	margin-left:8px;
    display: inline-block;
    width: 32px; 
    height: 32px;
    content:"";
}

.wpcf7-not-valid-tip {
	color:rgba(219,77,77,1) !important;
}

/* FOOTER */

#footer {
	color:#FFFFFF;
	background:#000000;
	padding-bottom:77px;
	position:relative;
}

.footer-left, .footer-right {
	width:100%;
	display:block;
	margin:0 auto 77px;
}

.footer-left {
	padding-top:11px;
}

@media only screen and (min-width: 1024px) {
	.footer-left, .footer-right {
		width:50%;
	}
	
	.footer-left {
		float:left;
	}
	.footer-right {
		float:right;
	}
}

#footer p.mice {
	font-size:16px;
	margin:0 auto 44px;
}

#footer p a {
	color:#FFFFFF;
}

#footer a {
	color:#FFFFFF;
	text-decoration:underline;
}

#footer a:hover {
	color:#DB4D4D;
}

#footer img {
	margin:0 11px 0;
	vertical-align:middle;
}


#footer .social {
	float:none;
	margin:44px auto 22px;
	padding:0;
}

#footer .social a img  {
    filter: invert(1);
    margin: 4px 3px 17px;
    width: 38px;
    vertical-align: text-bottom;
}

#footer .social a img:hover {
	color:#DB4D4D
}

#email-optin {
	color:#FFFFFF;
}

#mce-EMAIL {
	padding:11px 22px 0;
  width:242px;
  max-width:90%;
  font-family: "Aleo";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #FFFFFF !important;
  background: none;
	border:none;
  border-bottom: 3px solid #FFFFFF;
  margin:0px 0 0 0;
}

#footer .button {
	color:#FFFFFF;
	border: rgba(255,255,255,1) 3px solid;
	margin:11px auto 33px;
	text-decoration:none;
}

#footer .button:hover {
	color:#FFFFFF;
}

#footer .button {
	display:block;
}

body.sub.clients #footer {
	background:rgba(108,99,234,1);
}

body.sub.clients #footer p, body.sub.clients #footer p a, body.sub.clients #footer li, body.sub.clients #footer a {
	color:#000000
}

body.sub.clients #footer .social a img {
	filter:invert(0)
}

body.sub.clients #footer input, body.sub.clients #footer select, body.sub.clients #footer textarea{
  color:#333333;
}

body.sub.clients #footer #mce-EMAIL {
	border-bottom:#000000 solid 3px;
	color:#000000;
}

body.sub.clients #footer #mce-EMAIL::placeholder {
	color:#333333;
}

body.sub.clients #footer .button {
	color: rgba(108, 99, 234, 1);
    border: #000000 3px solid;
    margin: 11px auto 33px;
    text-decoration: none;
}

body.sub.clients #footer .button:hover:after {
	background-image: url('../_img/arrow-right-purple.png');
}

/* PRIVACY */

#privacy {
	padding:77px 44px;
	background:rgba(229, 190, 200, 1);
	overflow:scroll;
}

#privacy h4 {
	font-size: 20px;
    margin: 44px auto 22px;
    font-weight: bold;
}

#privacy p {
	font-size: 16px;
}

/* VIDEO BACKGROUND */

#bg-video { 
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  background: #FFFFFF;
  background-size: cover;
  transition: 2s;
	filter:grayscale(1);
}

video::-webkit-media-controls {
    display:none !important;
  }

.stopfade { 
   opacity: .5;
}

/* ACCESSIBILITY */

#mic-init-access-tool .mic-access-tool-box .mic-toolbox-all-credits {
	display:none;
}

#mic-init-access-tool .mic-access-tool-box .link-access-page #mic-toolbox-link-nagishut {
	display:none;
}

/* ANIMATION */

@-webkit-keyframes spin { 
        from { 
            -webkit-transform: rotate(0deg); 
        } to { 
            -webkit-transform: rotate(-360deg); 
        }
    }

@keyframes spin { 
        from { 
            transform: rotate(0deg); 
        } to { 
            transform: rotate(-360deg); 
        }
    }

#background, #background-mobile {
	position: fixed;
	width:100%;
	max-width:100%;
	height:100vh;
	z-index:-1;
	filter:brightness(.8);
	margin-top:55px;
}

#background-mobile {
	display:block;
	overflow:hidden;
	max-width:100%;
}

#background {
	display:none;
}

@media only screen and (min-width: 768px) {
	#background-mobile {
		display:none;
	}

	#background {
		display:block;
	}
}

@-webkit-keyframes navLogo { 
	0% {
		opacity:0;
	}
	75% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}

@keyframes navLogo { 
	0% {
		opacity:0;
	}
	75% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}

@-webkit-keyframes heroLogo { 
	0% {
		opacity:1;
		transform:none;
	}
	75% {
		opacity:1;
		transform:none;
	}
	100% {
		opacity:0;
		transform:scale(1.3);
	}
}

@keyframes heroLogo { 
	0% {
		opacity:1;
		transform:none;
	}
	75% {
		opacity:1;
		transform:none;
	}
	100% {
		opacity:0;
		transform:scale(1.3);
	}
}

.vegas-animation-kenburns {
    animation: kenburns1 ease-out;
}

@-webkit-keyframes kenburns1 {
    0% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1.2);
    }
}

@keyframes kenburns1 {
    0% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}