/*!
Theme Name: dcg
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dcg
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

dcg is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}






Conversation opened. 1 read message.

Skip to content
Using Gmail with screen readers

  More 
4 of 13,573
 
dcg css 
Inbox
x 

Andrew Miller
Attachments4:00 PM (8 hours ago)
to me 

Attachments area
	
Click here to Reply or Forward
5.38 GB (35%) of 15 GB used
Manage
Terms - Privacy
Last account activity: 9 minutes ago
Details



@import url(icons.css);

html {
    box-sizing: border-box;
}

*,
*::after,
*::before {
    box-sizing: inherit;
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT
Copyright (c) 2015 Daniel Eden
*/
body {
    -webkit-backface-visibility: hidden;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
}

.animated.flipOutX,
.animated.flipOutY {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
}

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
}

@-webkit-keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }
    25%, 75% {
        opacity: 0;
    }
}

@keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }
    25%, 75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
    }
}

@keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes swing {
    20%, 40%, 60%, 80%, 100% {
        -webkit-transform-origin: top center;
    }
    20% {
        -webkit-transform: rotate(15deg);
    }
    40% {
        -webkit-transform: rotate(-10deg);
    }
    60% {
        -webkit-transform: rotate(5deg);
    }
    80% {
        -webkit-transform: rotate(-5deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes wiggle {
    0% {
        -webkit-transform: skewX(9deg);
    }
    10% {
        -webkit-transform: skewX(-8deg);
    }
    20% {
        -webkit-transform: skewX(7deg);
    }
    30% {
        -webkit-transform: skewX(-6deg);
    }
    40% {
        -webkit-transform: skewX(5deg);
    }
    50% {
        -webkit-transform: skewX(-4deg);
    }
    60% {
        -webkit-transform: skewX(3deg);
    }
    70% {
        -webkit-transform: skewX(-2deg);
    }
    80% {
        -webkit-transform: skewX(1deg);
    }
    90% {
        -webkit-transform: skewX(0deg);
    }
    100% {
        -webkit-transform: skewX(0deg);
    }
}

@keyframes wiggle {
    0% {
        -webkit-transform: skewX(9deg);
        transform: skewX(9deg);
    }
    10% {
        -webkit-transform: skewX(-8deg);
        transform: skewX(-8deg);
    }
    20% {
        -webkit-transform: skewX(7deg);
        transform: skewX(7deg);
    }
    30% {
        -webkit-transform: skewX(-6deg);
        transform: skewX(-6deg);
    }
    40% {
        -webkit-transform: skewX(5deg);
        transform: skewX(5deg);
    }
    50% {
        -webkit-transform: skewX(-4deg);
        transform: skewX(-4deg);
    }
    60% {
        -webkit-transform: skewX(3deg);
        transform: skewX(3deg);
    }
    70% {
        -webkit-transform: skewX(-2deg);
        transform: skewX(-2deg);
    }
    80% {
        -webkit-transform: skewX(1deg);
        transform: skewX(1deg);
    }
    90% {
        -webkit-transform: skewX(0deg);
        transform: skewX(0deg);
    }
    100% {
        -webkit-transform: skewX(0deg);
        transform: skewX(0deg);
    }
}

.wiggle {
    -webkit-animation-name: wiggle;
    animation-name: wiggle;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateX(0%);
    }
    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
    }
    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
    }
    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
    }
    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
    }
    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
    }
    100% {
        -webkit-transform: translateX(0%);
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg);
    }
    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg);
    }
    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg);
    }
    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg);
    }
    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg);
    }
    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
    }
    10%, 20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale(1.1) rotate(3deg);
    }
    40%, 60%, 80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    10%, 20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }
    40%, 60%, 80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
    }
    70% {
        -webkit-transform: scale(0.9);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    70% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
    }
    80% {
        -webkit-transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(0);
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }
    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
    }
    80% {
        -webkit-transform: translateX(-10px);
    }
    100% {
        -webkit-transform: translateX(0);
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
    80% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
    }
    80% {
        -webkit-transform: translateX(10px);
    }
    100% {
        -webkit-transform: translateX(0);
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
    }
    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
    }
    80% {
        -webkit-transform: translateY(10px);
    }
    100% {
        -webkit-transform: translateY(0);
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    80% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
    }
    25% {
        -webkit-transform: scale(0.95);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.3);
    }
}

@keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    25% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
    }
}

@keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
    }
}

@keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
    }
}

@keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
    }
}

@keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

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

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}


.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

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

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotateY(0);
        -webkit-animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
        -webkit-animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
        -webkit-animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: perspective(400px) scale(1);
        -webkit-animation-timing-function: ease-in;
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
        transform: perspective(400px) translateZ(150px) rotateY(170deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
        transform: perspective(400px) rotateY(360deg) scale(0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: perspective(400px) scale(1);
        transform: perspective(400px) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.flip {
    -webkit-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: visible !important;
    -o-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flip;
    animation-name: flip;
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg);
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    -o-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg);
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    -o-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    -o-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    -o-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: translateX(0%) skewX(-15deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: translateX(0%) skewX(-15deg);
        transform: translateX(0%) skewX(-15deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0;
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -transform-origin: left bottom;
        -transform: rotate(-90deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(0, 100%, 0);
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(100%, 0, 0);
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(0, -100%, 0);
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
    }
    20%, 60% {
        -webkit-transform: rotate(80deg);
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
    }
    40% {
        -webkit-transform: rotate(60deg);
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
    }
    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        opacity: 1;
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
    }
    100% {
        -webkit-transform: translateY(700px);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%, 60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    100% {
        -webkit-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0;
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge;
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg);
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg);
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: "zoomIn";
    animation-name: "zoomIn";
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInDown {
    -webkit-animation-name: "zoomInDown";
    animation-name: "zoomInDown";
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInLeft {
    -webkit-animation-name: "zoomInLeft";
    animation-name: "zoomInLeft";
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInRight {
    -webkit-animation-name: "zoomInRight";
    animation-name: "zoomInRight";
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInUp {
    -webkit-animation-name: "zoomInUp";
    animation-name: "zoomInUp";
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
    }
    100% {
        opacity: 0;
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    100% {
        opacity: 0;
    }
}

.zoomOut {
    -webkit-animation-name: "zoomOut";
    animation-name: "zoomOut";
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutDown {
    -webkit-animation-name: "zoomOutDown";
    animation-name: "zoomOutDown";
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1) translate3d(-2000px, 0, 0);
        transform: scale3d(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

.zoomOutLeft {
    -webkit-animation-name: "zoomOutLeft";
    animation-name: "zoomOutLeft";
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1) translate3d(2000px, 0, 0);
        transform: scale3d(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

.zoomOutRight {
    -webkit-animation-name: "zoomOutRight";
    animation-name: "zoomOutRight";
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutUp {
    -webkit-animation-name: "zoomOutUp";
    animation-name: "zoomOutUp";
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

/* Arrows */
.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 46px;
    width: 46px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    border-radius: 50%;
    margin-top: -23px;
    padding: 0;
    border: none;
    outline: none;
}

.slick-prev {
    left: 5%;
    background-image: url("../images/arrow-prev.png");
    background-color: white;
    background-size: contain;
    transition: -webkit-transform 0.1s ease-out, background-image 0.1s ease-in-out;
    transition: transform 0.1s ease-out, background-image 0.1s ease-in-out;
}

@media screen and (min-width: 1025px) {
    .slick-prev:hover {
        -webkit-transform: translateX(-4px);
        transform: translateX(-4px);
        background-image: url("../images/arrow-prev-black.png");
    }
}

.slick-next {
    right: 5%;
    background-image: url("../images/arrow-next.png");
    background-color: white;
    background-size: contain;
    transition: -webkit-transform 0.1s ease-out, background-image 0.1s ease-in-out;
    transition: transform 0.1s ease-out, background-image 0.1s ease-in-out;
}

@media screen and (min-width: 1025px) {
    .slick-next:hover {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
        background-image: url("../images/arrow-next-black.png");
    }
}

/* Dots */
.slick-dots {
    position: absolute;
    bottom: 20%;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 9px;
    width: 9px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    display: block;
    height: 9px;
    width: 9px;
    border: none;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.15);
    outline: none;
    line-height: 0px;
    font-size: 0px;
    padding: 5px;
    cursor: pointer;
}

.slick-dots li.slick-active button {
    background-color: #03f2bd;
}

html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    height: auto;
}

body {
    font-family: "Calibre", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #202020;
}

body.contact-open {
    overflow: hidden;
}

.row {
    display: block;
}

.row::after {
    clear: both;
    content: "";
    display: table;
}

.container {
    max-width: 73.75%;
    margin-left: auto;
    margin-right: auto;
}

.container::after {
    clear: both;
    content: "";
    display: table;
}

@media screen and (max-width: 1440px) {
    .container {
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .container::after {
        clear: both;
        content: "";
        display: table;
    }
}

@media screen and (max-width: 768px) {
    .container {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .container::after {
        clear: both;
        content: "";
        display: table;
    }
}

.hero-container {
    max-width: 61.25%;
    margin-left: auto;
    margin-right: auto;
}

.hero-container::after {
    clear: both;
    content: "";
    display: table;
}

@media screen and (max-width: 1280px) {
    .hero-container {
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .hero-container::after {
        clear: both;
        content: "";
        display: table;
    }
}

@media screen and (max-width: 768px) {
    .hero-container {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .hero-container::after {
        clear: both;
        content: "";
        display: table;
    }
}

.full-container {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.full-container::after {
    clear: both;
    content: "";
    display: table;
}

.home .navigation {
    animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

footer.global {
    display: block;
    background-color: black;
    letter-spacing: 1px;
}

footer.global::after {
    clear: both;
    content: "";
    display: table;
}

@media screen and (max-width: 600px) {
    footer.global {
        position: relative;
    }
}

footer.global .main-footer {
    display: block;
    padding: 75px 0;
    font-family: "Calibre", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
}

footer.global .main-footer::after {
    clear: both;
    content: "";
    display: table;
}

footer.global .main-footer .logo {
    display: inline-block;
    float: left;
    width: 60px;
    height: 40px;
    margin-right: 140px;
    background-image: url("../images/logo-footer.png");
    background-image: url("../images/logo-footer.svg");
    background-repeat: no-repeat;
    background-position: center left;
    background-size: contain;
}

@media screen and (max-width: 1213px) {
    footer.global .main-footer .logo {
        margin-right: 100px;
    }
}

@media screen and (max-width: 1163px) {
    footer.global .main-footer .logo {
        margin-right: 50px;
    }
}

footer.global .main-footer .links {
    display: inline-block;
    float: left;
    padding: 11px 0;
}

@media screen and (max-width: 480px) {
    footer.global .main-footer .links {
        display: block;
        clear: both;
        margin-top: 30px;
    }
}

footer.global .main-footer .links ul li {
    display: inline;
    margin-right: 27px;
}

footer.global .main-footer .links ul li a {
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    padding-bottom: 4px;
    position: relative;
    overflow: hidden;
}

footer.global .main-footer .links ul li a:before {
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: white;
    height: 2px;
    transition-property: left, right;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

footer.global .main-footer .links ul li a:hover:before,
footer.global .main-footer .links ul li a:focus:before,
footer.global .main-footer .links ul li a:active:before {
    left: 0;
    right: 0;
}

footer.global .main-footer .links .social-wrapper {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 2px;
}

footer.global .main-footer .links .social-wrapper .social {
    margin-right: 15px;
}

footer.global .main-footer .links .social-wrapper .social:last-of-type {
    margin-right: 0;
}

footer.global .main-footer .links .social-wrapper .social svg {
    vertical-align: middle;
}

footer.global .main-footer .links .social-wrapper .social img {
    width: 15px;
    margin-bottom: -6px;
}

footer.global .main-footer .links .links-mobile {
    display: inline-block;
}

@media screen and (max-width: 1101px) {
    footer.global .main-footer .links .links-mobile {
        display: block;
        margin-top: 25px;
    }
}

footer.global .main-footer .newsletter {
    display: inline-block;
    float: right;
}

@media screen and (max-width: 845px) {
    footer.global .main-footer .newsletter {
        display: block;
        clear: both;
        float: left;
        margin-top: 30px;
    }
}

footer.global .main-footer .newsletter .form-input {
    width: 230px;
    height: 42px;
    font-family: "Calibre", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: white;
    background-color: black;
    padding: 13px 17px;
    border: 1px solid white;
    vertical-align: middle;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

@media screen and (max-width: 373px) {
    footer.global .main-footer .newsletter .form-input {
        width: 185px;
    }
}

footer.global .main-footer .newsletter .form-input::-webkit-input-placeholder {
    color: white;
}

footer.global .main-footer .newsletter .form-input::-moz-placeholder {
    color: white;
}

footer.global .main-footer .newsletter .form-input:-moz-placeholder {
    color: white;
}

footer.global .main-footer .newsletter .form-input:-ms-input-placeholder {
    color: white;
}

footer.global .main-footer .newsletter .btn-green {
    width: 102px;
    height: 42px;
    background-color: #03f2bd;
    color: black;
    font-family: "Calibre", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 0;
    border: 1px solid #03f2bd;
    padding: 13px 24px;
    vertical-align: middle;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    cursor: pointer;
    transition: background-color 0.2s linear;
}

footer.global .main-footer .newsletter .btn-green:hover {
    background-color: #02e5b4;
}

@media screen and (max-width: 373px) {
    footer.global .main-footer .newsletter .btn-green {
        width: 98px;
    }
}

footer.global .subfooter {
    display: block;
    padding: 20px 0;
    font-family: "Calibre", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    color: #4d4d4d;
    font-size: 14px;
    text-transform: uppercase;
}

footer.global .subfooter::after {
    clear: both;
    content: "";
    display: table;
}

footer.global .subfooter .subcopy {
    display: inline-block;
}

footer.global .subfooter .subcopy li {
    list-style: none;
    display: inline-block;
}

footer.global .subfooter .subcopy li a {
    color: #4d4d4d;
    text-decoration: none;
}

footer.global .subfooter .subcopy li a:first-of-type {
    margin-right: 21px;
}

@media screen and (max-width: 340px) {
    footer.global .subfooter .subcopy li {
        margin-top: 10px;
    }
}

@media screen and (max-width: 1070px) {
    footer.global .subfooter .subcopy li.copyright {
        display: block;
        clear: both;
        margin-top: 10px;
    }
}

footer.global .subfooter .logos {
    display: inline-block;
    float: right;
    margin-right: 0;
}

@media screen and (min-width: 1071px) and (max-width: 1250px) {
    footer.global .subfooter .logos {
        margin-right: 0;
    }
}

@media screen and (max-width: 1070px) {
    footer.global .subfooter .logos {
        margin-right: 142px;
    }
}

@media screen and (max-width: 845px) {
    footer.global .subfooter .logos {
        margin-right: 0;
    }
}

@media screen and (max-width: 600px) {
    footer.global .subfooter .logos {
        position: absolute;
        top: 70%;
        left: 5%;
    }
}

@media screen and (max-width: 600px) {
    footer.global .subfooter .logos {
        top: 74%;
    }
}

footer.global .subfooter .logos img {
    vertical-align: top;
    max-width: 100%;
}

footer.global .subfooter .logos img:first-of-type {
    margin-right: 21px;
}

header .contact,
footer .contact {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: black;
    z-index: 100;
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transition: -webkit-transform 0.4s ease-in-out, visibility 0s 0.4s;
    transition: transform 0.4s ease-in-out, visibility 0s 0.4s;
    overflow: auto;
    padding-bottom:50px;
}

header .contact.open,
footer .contact.open {
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -ms-transform: translateY(0%);
    transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
}

header .contact-close,
footer .contact-close {
    position: absolute;
    right: 15%;
    top: 10%;
    padding-top: 10px;
    cursor: pointer;
    z-index: 500;
}

@media screen and (max-width: 767px) {
    header .contact-close,
    footer .contact-close {
        top: 15%;
    }
}

@media screen and (max-width: 450px) {
    header .contact-close,
    footer .contact-close {
        top: 4%;
        right: 8%;
    }
}

@media screen and (max-height: 600px) {
    header .contact-close,
    footer .contact-close {
        top: 5%;
    }
}

header .contact-close .line-1,
header .contact-close .line-2,
footer .contact-close .line-1,
footer .contact-close .line-2 {
    width: 30px;
    height: 2px;
    margin: 0 0 5px 0;
    display: block;
    border-bottom: 1px solid white;
}

header .contact-close .line-1,
footer .contact-close .line-1 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

header .contact-close .line-2,
footer .contact-close .line-2 {
    -webkit-transform: translateY(-6px) rotate(135deg);
    transform: translateY(-6px) rotate(135deg);
    -ms-transform: translateY(-6px) rotate(135deg);
}

header .contact-content,
footer .contact-content {
	margin:0 auto;
    z-index: 200;
    /* padding: 0 5% 0 20%; */
    max-width: 980px;
    width:100%;
    overflow: hidden;
    padding-bottom:50px;
    padding-left:30px;
    padding-right:30px;
    padding-top:8%;
}

@media screen and (max-width: 1280px) {
    header .contact-content,
    footer .contact-content {

    }
}

@media screen and (max-width: 1024px) {
    header .contact-content,
    footer .contact-content {

    }
}

@media screen and (max-width: 768px) {
    header .contact-content,
    footer .contact-content {

    }
}

@media screen and (max-width: 418px) {
    header .contact-content,
    footer .contact-content {

    }
}

@media screen and (max-height:850px) {
    header .contact-content,
    footer .contact-content {
		padding-top:5%;
    }	
}

@media screen and (max-height: 800px) {
    header .contact-content,
    footer .contact-content {
		padding-top:2%
    }
}

@media screen and (max-height: 700px) {
    header .contact-content,
    footer .contact-content {
		padding-top:5%;
    }
}

header .contact-content h2,
footer .contact-content h2 {
    font-family: "A2 60 Display Regular", 'Arial Black', Arial, Helvetica, Verdana, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 60px;
    color: #03f2bd;
}

@media screen and (max-height: 730px) {
    header .contact-content h2,
    footer .contact-content h2 {
        font-size: 55px;
    }
}

@media screen and (max-width: 1024px) {
    header .contact-content h2,
    footer .contact-content h2 {
        font-size: 55px;
    }
}

@media screen and (max-width: 768px) {
    header .contact-content h2,
    footer .contact-content h2 {
        font-size: 50px;
    }
}

@media screen and (max-width: 480px) {
    header .contact-content h2,
    footer .contact-content h2 {
        font-size: 45px;
    }
}

@media screen and (max-width: 418px) {
    header .contact-content h2,
    footer .contact-content h2 {
        font-size: 40px;
    }
}

@media screen and (max-width: 350px) {
    header .contact-content h2,
    footer .contact-content h2 {
        font-size: 35px;
    }
}

@media screen and (max-height: 450px) {
    header .contact-content h2,
    footer .contact-content h2 {
        font-size: 35px;
    }
}

header .contact-content p,
footer .contact-content p {
    font-size: 24px;
    color: white;
    margin: 30px 0;
}

@media screen and (max-height: 730px) {
    header .contact-content p,
    footer .contact-content p {
        font-size: 21px;
        margin: 20px 0;
    }
}

@media screen and (max-width: 1024px) {
    header .contact-content p,
    footer .contact-content p {
        padding-right: 12%;
        font-size: 22px;
        margin: 25px 0;
    }
}

@media screen and (max-width: 768px) {
    header .contact-content p,
    footer .contact-content p {
        font-size: 20px;
    }
}

@media screen and (max-width: 736px) {
    header .contact-content p,
    footer .contact-content p {
        margin: 15px 0;
    }
}

@media screen and (max-width: 480px) {
    header .contact-content p,
    footer .contact-content p {
        font-size: 18px;
        padding-right: 5%;
    }
}

@media screen and (max-width: 350px) {
    header .contact-content p,
    footer .contact-content p {
        padding-right: 0;
    }
}

@media screen and (max-height: 600px) {
    header .contact-content p,
    footer .contact-content p {
        font-size: 16px;
    }
}

header .contact-content hr,
footer .contact-content hr {
    opacity: 0.15;
    margin: 0;
}

@media screen and (max-width: 1115px) {
    header .contact-content hr,
    footer .contact-content hr {
        width: 90%;
    }
}

@media screen and (max-width: 480px) {
    header .contact-content hr,
    footer .contact-content hr {
        width: 95%;
    }
}

header .contact-content li,
footer .contact-content li {
    list-style: none;
    font-family: "A2 60 Display Regular", 'Arial Black', Arial, Helvetica, Verdana, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    color: white;
    display: inline-block;
    margin-right:15px;
    padding-right:15px;
    border-right:1px solid #333;
}

header .contact-content ul.contact-info li:last-child,
footer .contact-content ul.contact-info li:last-child
 {
	border-right:0;
}

header .contact-content ul.contact-info, 
footer .contact-content ul.contact-info {
	float:left;
}

@media screen and (max-width:1000px) {
	header .contact-content ul.contact-info, 
	footer .contact-content ul.contact-info {
		float:none;
	}	
}

@media screen and (max-height: 730px) {
    header .contact-content li,
    footer .contact-content li {

    }
}

@media screen and (max-width: 1024px) {
    header .contact-content li,
    footer .contact-content li {

    }
}

@media screen and (max-width: 768px) {
    header .contact-content li,
    footer .contact-content li {
		border-right:0;
		margin-bottom:5px;
    }
}

@media screen and (max-width: 736px) {
    header .contact-content li,
    footer .contact-content li {

    }
}

@media screen and (max-height: 600px) {
    header .contact-content li,
    footer .contact-content li {

    }
}

header .contact-content li a,
footer .contact-content li a {
    font-family: "Calibre", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    color: white;
    text-decoration: none;
}

@media screen and (max-height: 730px) {
    header .contact-content li a,
    footer .contact-content li a {

    }
}

@media screen and (max-width: 1024px) {
    header .contact-content li a,
    footer .contact-content li a {

    }
}

@media screen and (max-width: 768px) {
    header .contact-content li a,
    footer .contact-content li a {

    }
}

@media screen and (max-width: 629px) {
    header .contact-content li a,
    footer .contact-content li a {

    }
}

@media screen and (max-width: 480px) {
    header .contact-content li a,
    footer .contact-content li a {

    }
}

@media screen and (max-height: 600px) {
    header .contact-content li a,
    footer .contact-content li a {

    }
}

header .contact-content .social-wrapper,
footer .contact-content .social-wrapper {
    float:right;
    position:relative;
    top:-5px;
}

@media screen and (max-height: 600px) {
    header .contact-content .social-wrapper,
    footer .contact-content .social-wrapper {
        margin-top: 20px;
    }
}
@media screen and (max-width:1000px) {
    header .contact-content .social-wrapper,
    footer .contact-content .social-wrapper {
        float:none;
        margin-top:30px;
        text-align: center;
    }	
}

header .contact-content .social-wrapper a,
footer .contact-content .social-wrapper a {
    margin-right: 15px;
}

.home .hero {
    background-image: url("../images/dcg-bgv1.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 204px;
    color: white;
    overflow: hidden;
    height: 100vh;
    position: relative;
}

@media screen and (max-width: 767px) {
    .home .hero {
        height: 500px;
        top: 0;
        padding-top: 40px;
    }
}

@media screen and (max-width: 600px) {
    .home .hero {
        padding: 90px 0;
        height: 350px;
    }
}

.home .hero #hero-canvas {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.home .hero .hero-container {
    position: absolute;
    top: 42%;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.home .hero .hero-container::after {
    clear: both;
    content: "";
    display: table;
}

@media screen and (max-width: 2000px) {
    .home .hero .hero-container {
        max-width: 61.25%;
        margin-left: auto;
        margin-right: auto;
    }

    .home .hero .hero-container::after {
        clear: both;
        content: "";
        display: table;
    }
}

@media screen and (max-width: 1560px) {
    .home .hero .hero-container {
        max-width: 70%;
        margin-left: auto;
        margin-right: auto;
    }

    .home .hero .hero-container::after {
        clear: both;
        content: "";
        display: table;
    }
}

@media screen and (max-width: 1350px) {
    .home .hero .hero-container {
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .home .hero .hero-container::after {
        clear: both;
        content: "";
        display: table;
    }
}

@media screen and (max-width: 1175px) {
    .home .hero .hero-container {
        max-width: 85%;
        margin-left: auto;
        margin-right: auto;
    }

    .home .hero .hero-container::after {
        clear: both;
        content: "";
        display: table;
    }
}

@media screen and (max-width: 1100px) {
    .home .hero .hero-container {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .home .hero .hero-container::after {
        clear: both;
        content: "";
        display: table;
    }
}

@media screen and (max-width: 1024px) {
    .home .hero .hero-container {
        max-width: 95%;
        margin-left: auto;
        margin-right: auto;
    }

    .home .hero .hero-container::after {
        clear: both;
        content: "";
        display: table;
    }
}

@media screen and (max-width: 768px) {
    .home .hero .hero-container {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .home .hero .hero-container::after {
        clear: both;
        content: "";
        display: table;
    }
}

@media screen and (max-width: 600px) {
    .home .hero .hero-container {
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .home .hero .hero-container::after {
        clear: both;
        content: "";
        display: table;
    }
}

@media screen and (max-height: 700px) {
    .home .hero .hero-container {
        top: 42%;
    }
}

.home .hero .header {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}

@media screen and (max-width: 600px) {
    .home .hero .header {
    }
}

@media screen and (max-height: 700px) {
    .home .hero .header {
        width: 80%;
        margin: 0 auto;
    }
}

.home .hero .header .header-one {
    position: relative;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    height: auto;
}

.home .hero .header .header-one:last-child {
    margin-right: 0;
}

.home .hero .header .header-one .copy-one {
    width: 502px;
    margin-left: 16%;
    height: 100px;
    background-image: url("../images/home-hero-NEW_1.png");
    background-image: url("../images/home-hero-NEW_1.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    z-index: 5;
    position: relative;
}

@media screen and (max-width: 992px) {
    .home .hero .header .header-one .copy-one {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 52.65959%;
    }

    .home .hero .header .header-one .copy-one:last-child {
        margin-right: 0;
    }
}

@media screen and (max-width: 1280px) {
    .home .hero .header .header-one .copy-one {
        height: 89px;
    }
}

@media screen and (max-width: 768px) {
    .home .hero .header .header-one .copy-one {
        height: 76px;
    }
}

@media screen and (max-width: 700px) {
    .home .hero .header .header-one .copy-one {
        height: 69px;
    }
}

@media screen and (max-height: 700px) {
    .home .hero .header .header-one .copy-one {
        height: 68px;
        width: 435px;
    }
}

.home .hero .header .green-box1 {
    position: absolute;
    z-index: 4;
    top: -20px;
    right: 6%;
    width: 52px;
    height: 49px;
    background-color: rgba(3, 242, 189, 0.2);
    background-image: linear-gradient(135deg, rgba(3, 242, 189, 0.2) 0%, #03f2bd 100%);
}

@media screen and (max-width: 1024px) {
    .home .hero .header .header-one .green-box1 {
        right: 28%;
    }
}

@media screen and (max-width: 992px) {
    .home .hero .header .header-one .green-box1 {
        right: 26%;
    }
}

@media screen and (max-width: 700px) {
    .home .hero .header .header-one .green-box1 {
        width: 68px;
        height: 71px;
    }
}

@media screen and (max-height: 700px) {
    .home .hero .header .header-one .green-box1 {
        right: 26%;
    }
}

.home .hero .header .header-two {
    position: relative;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    height: auto;
}

.home .hero .header .header-two:last-child {
    margin-right: 0;
}

.home .hero .header .header-two .copy-two {
    width: 925px;
    height: 89px;
    margin-top: 10px;
    margin-bottom: -5px;
    margin-left: 2%;
    background-image: url("../images/home-hero-NEW_2.png");
    background-image: url("../images/home-hero-NEW_2.svg");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    z-index: 5;
    position: relative;
}

@media screen and (max-width: 992px) {
    .home .hero .header .header-two .copy-two {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 91.4702%;
        margin-top: 0;
        margin-bottom: -15px;
    }

    .home .hero .header .header-two .copy-two:last-child {
        margin-right: 0;
    }
}

@media screen and (min-width: 600px) and (max-width: 700px) {
    .home .hero .header .header-two .copy-two {
        margin-top: -10px;
        margin-bottom: -25px;
    }
}

@media screen and (max-height: 700px) {
    .home .hero .header .header-two .copy-two {
        width: 745px;
    }
}

.home .hero .header .header-three {
    position: relative;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    height: auto;
}

.home .hero .header .header-three:last-child {
    margin-right: 0;
}

.home .hero .header .header-three .copy-three {
    width: 500px;
    margin-left: 33%;
    position: relative;
    z-index: 5;
    height: 74px;
    background-image: url("../images/home-hero-NEW_3.png");
    background-image: url("../images/home-hero-NEW_3.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

@media screen and (max-width: 992px) {
    .home .hero .header .header-three .copy-three {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%;
    }

    .home .hero .header .header-three .copy-three:last-child {
        margin-right: 0;
    }
}

@media screen and (max-height: 700px) {
    .home .hero .header .header-three .copy-three {
        height: 55px;
    }
}

.home .hero .header .green-box2 {
    position: absolute;
    top: -30px;
    left: 2%;
    width: 73px;
    height: 76px;
    opacity: 1;
    background-color: rgba(3, 242, 189, 0.45);
    background-color: rgba(3, 242, 189, 0.2);
    background-image: linear-gradient(135deg, rgba(3, 242, 189, 0.2) 0%, #03f2bd 100%);
    z-index: 4;
}

.home .hero .header .green-box3 {
    position: absolute;
    bottom: -107px;
    right: 21%;
    width: 137px;
    height: 140px;
    opacity: 1;
    background-color: rgba(3, 242, 189, 0.2);
    background-image: linear-gradient(135deg, rgba(3, 242, 189, 0.2) 0%, #03f2bd 100%);
    z-index: 4;
}

@media screen and (max-width: 992px) {
    .home .hero .header .header-three .green-box3 {
        width: 127px;
        height: 130px;
        bottom: -99px;
    }
}

@media screen and (max-width: 700px) {
    .home .hero .header .header-three .green-box3 {
        width: 117px;
        height: 120px;
        bottom: -89px;
        right: 10%;
    }
}

@media screen and (max-height: 700px) {
    .home .hero .header .header-three .green-box3 {
        right: -1%;
    }
}

.home .hero .arrow {
    position: absolute;
    bottom: 5%;
    left: 50%;
    margin-left: -23px;
}

@media screen and (max-width: 600px) {
    .home .hero .arrow {
        display: none;
    }
}

@media screen and (max-height: 700px) {
    .home .hero .arrow {
        display: none;
    }
}

.home .hero .arrow:hover img {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
}

.home .hero .header-mobile {
    display: none;
}

@media screen and (max-width: 600px) {
    .home .hero .header-mobile {
        display: block;
    }
}

.home .hero .header-mobile h1 {
    position: relative;
    font-family: "A2 60 Display Regular", 'Arial Black', Arial, Helvetica, Verdana, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 40px;
    line-height: 1.1;
}

.home .hero .header-mobile h1:first-of-type {
    width: 240px;
}

.home .hero .header-mobile h1:first-of-type:after {
    content: '';
    position: absolute;
    top: -7px;
    right: -27px;
    width: 33px;
    height: 33px;
    background-color: rgba(3, 242, 189, 0.45);
    background-color: rgba(3, 242, 189, 0.25);
    background-image: linear-gradient(45deg, rgba(3, 242, 189, 0.25) 0%, #03f2bd 100%,,,,,,,,);
    z-index: -1;
}

@media screen and (min-width: 535px) and (max-width: 599px) {
    .home .hero .header-mobile h1:first-of-type {
        margin-left: 33px;
    }

    .home .hero .header-mobile h1:first-of-type:after {
        width: 15px;
        height: 15px;
        top: -6px;
        right: -10px;
        background-color: rgba(3, 242, 189, 0.25);
        background-image: linear-gradient(295deg, rgba(3, 242, 189, 0.25) 0%, #03f2bd 100%,,,,,,,,);
    }
}

.home .hero .header-mobile h1:last-of-type {
    width: 218px;
}

.home .hero .header-mobile h1:last-of-type:before {
    content: '';
    position: absolute;
    top: 1px;
    left: -10px;
    width: 15px;
    height: 15px;
    background-color: rgba(3, 242, 189, 0.45);
    background-color: rgba(3, 242, 189, 0.25);
    background-image: linear-gradient(295deg, rgba(3, 242, 189, 0.25) 0%, #03f2bd 100%,,,,,,,,);
    z-index: -1;
}

.home .hero .header-mobile h1:last-of-type:after {
    content: '';
    position: absolute;
    bottom: -24px;
    right: -28px;
    width: 40px;
    height: 40px;
    background-color: rgba(3, 242, 189, 0.45);
    background-color: rgba(3, 242, 189, 0.3);
    background-image: linear-gradient(135deg, rgba(3, 242, 189, 0.3) 0%, #03f2bd 100%,,,,,,,,);
    z-index: -1;
}

@media screen and (min-width: 535px) and (max-width: 599px) {
    .home .hero .header-mobile h1:last-of-type {
        margin-left: 135px;
    }

    .home .hero .header-mobile h1:last-of-type:before {
        width: 29px;
        height: 29px;
        top: -17px;
        left: -60px;
        background-color: rgba(3, 242, 189, 0.25);
        background-image: linear-gradient(45deg, rgba(3, 242, 189, 0.25) 0%, #03f2bd 100%,,,,,,,,);
    }
}

@-webkit-keyframes fromLeftOne {
    from {
        opacity: 0;
        margin-left: 15%;
    }
    to {
        opacity: 1;
        margin-left: 16%;
    }
}

@keyframes fromLeftOne {
    from {
        opacity: 0;
        margin-left: 15%;
    }
    to {
        opacity: 1;
        margin-left: 16%;
    }
}

@-webkit-keyframes fromRight {
    from {
        opacity: 0;
        margin-left: 3%;
    }
    to {
        opacity: 1;
        margin-left: 2;
    }
}

@keyframes fromRight {
    from {
        opacity: 0;
        margin-left: 3%;
    }
    to {
        opacity: 1;
        margin-left: 2;
    }
}

@-webkit-keyframes fromLeftTwo {
    from {
        opacity: 0;
        margin-left: 32%;
    }
    to {
        opacity: 1;
        margin-left: 33%;
    }
}

@keyframes fromLeftTwo {
    from {
        opacity: 0;
        margin-left: 32%;
    }
    to {
        opacity: 1;
        margin-left: 33%;
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes arrowFadeIn {
    from {
        opacity: 0;
        -webkit-transform: scale(0.75);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@keyframes arrowFadeIn {
    from {
        opacity: 0;
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.home .intro {
    padding: 110px 0;
    background: #000;
}

@media screen and (max-width: 1280px) {
    .home .intro {
        padding: 80px 0;
    }
}

@media screen and (max-width: 768px) {
    .home .intro {
        padding: 40px 0;
    }
}

@media screen and (max-width: 480px) {
    .home .intro {
        padding: 40px 0;
    }
}

.home .intro .inner {
    position: relative;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    margin-left: 25.58941%;
}

.home .intro .inner:last-child {
    margin-right: 0;
}

@media screen and (max-width: 1280px) {
    .home .intro .inner {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 53.08608%;
        margin-left: 23.45696%;
    }

    .home .intro .inner:last-child {
        margin-right: 0;
    }
}

@media screen and (max-width: 1024px) {
    .home .intro .inner {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 57.35098%;
        margin-left: 21.32451%;
    }

    .home .intro .inner:last-child {
        margin-right: 0;
    }
}

@media screen and (max-width: 768px) {
    .home .intro .inner {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 65.88078%;
        margin-left: 17.05961%;
    }

    .home .intro .inner:last-child {
        margin-right: 0;
    }
}

@media screen and (max-width: 480px) {
    .home .intro .inner {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 82.94039%;
        margin-left: 8.5298%;
    }

    .home .intro .inner:last-child {
        margin-right: 0;
    }
}

.home .intro .inner .green-box {
    position: absolute;
    top: 13px;
    left: -38px;
    width: 18px;
    height: 18px;
    background-color: #03f2bd;
    margin-right: 20px;
    -webkit-animation: cursor 1s 10;
    animation: cursor 1s 10;
}

@media screen and (max-width: 480px) {
    .home .intro .inner .green-box {
        display: none;
    }
}

.home .intro .inner p {
    font-family: "Calibre", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.6;
    color: #fff;
    font-size: 28px;
}

@media screen and (max-width: 768px) {
    .home .intro .inner p {
        font-size: 21px;
    }
}

@-webkit-keyframes cursor {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes cursor {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.no-flexbox .support {
    display: block;
}

.hidden {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
}

.container > section {
    padding: 5em 0;
    font-size: 1.25em;
    min-height: 100%;
}

.tabs {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    font-weight: 300;
    font-size: 1.25em;
}

/* Nav */
.tabs nav {
    text-align: center;
}

.tabs nav ul {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    margin: 0 auto;
    padding: 0;
    max-width: 1200px;
    list-style: none;
    -ms-box-orient: horizontal;
    -ms-box-pack: center;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tabs nav ul li {
    position: relative;
    z-index: 1;
    display: block;
    margin: 0;
    text-align: center;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.tabs nav a {
    position: relative;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 2.5;
}

.tabs nav a span {
    vertical-align: middle;
    font-size: 1em;
}

.tabs nav li.tab-current a {
    color: #74777b;
}

.tabs nav a:focus {
    outline: none;
}

/* Content */
.content-wrap {
    position: relative;
}

.content-wrap section {
    display: none !important;
    margin: 0 auto;
    padding: 1em;
    max-width: 1200px;
    text-align: center;
}

.content-wrap section.content-current {
    display: block !important;
}

.content-wrap section p {
    margin: 0;
    padding: 1em 0;
    color: rgba(0, 0, 0, 0.6);
    font-size: 1.2em;
    line-height: 1;
}

/* Fallback */
.no-js .content-wrap section {
    display: block;
    padding-bottom: 1em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.no-flexbox nav ul {
    display: block;
}

.no-flexbox nav ul li {
    min-width: 15%;
    display: inline-block;
}

@media screen and (max-width: 58em) {
    .tabs nav a.icon span {
        display: none;
    }

    .tabs nav a:before {
        margin-right: 0;
    }
}

.tabs-style-line nav ul {
    padding: 0 2em;
    max-width: none;
    box-shadow: inset 0 -2px #d1d3d2;
}

.tabs-style-line nav a {
    padding: 0.7em 0.4em;
    box-shadow: inset 0 -2px #d1d3d2;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Calibre", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    transition: color 0.3s, box-shadow 0.3s;
    text-decoration: none;
}

.tabs-style-line nav a:hover,
.tabs-style-line nav a:focus {
    box-shadow: inset 0 -2px #74777b;
}

.tabs-style-line nav li.tab-current a, .tabs-style-line nav li.active a {
    box-shadow: inset 0 -2px #03f2bd;
    color: #03f2bd;
}

@media screen and (max-width: 58em) {
    .tabs-style-line nav ul {
        display: block;
        box-shadow: none;
    }

    .tabs-style-line nav ul li {
        display: block;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
    }
}

.tabs-content {
    background: #fff;
}

.tab-header {
    font-family: Calibre, Helvetica, Arial, sans-serif;
    font-size: 52px;
    font-weight: bold;
    color: #3b3d40;
    padding-top: 25px;
    padding-bottom: 25px;
}

.tab-subheader {
    font-family: Calibre, Helvetica, Arial, sans-serif !important;
    font-size: 1.2em;
    color: #656b6f !important;
    font-weight: normal !important;
    padding-bottom: 45px !important;
}

#section-build .network-card {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 50px;
    box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.15);
}

#section-build .network-card .card-logo {
    width: 100%;
    position: relative;
    min-height: 200px;
    background-size: cover;
}

#section-build .network-card .card-logo img {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;

}

#section-build .network-card .card-description {
    padding: 0 20px;
}

#section-build .network-card .card-description .card-detail {
    color: #737373;
    font-size: 18px;
    line-height: 21px;
}

#section-build .network-card .card-description .card-cta {
    text-indent: -9999px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    height: 30px;
    width: 30px;
    background-image: url("../images/arrow-link.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
}

#section-build .network-card .card-description .card-cta:hover {
    background-image: url("../images/arrow-link-green.png");
}

@media screen and (min-width: 1024px) {
    #section-build .network-card {
        display: block;
        float: left;
        width: 100%;
        height: 400px;
        max-width: 30%;
        margin: 0 2%;
        padding-bottom: 25px;
        border-radius: 5px;
        position: relative;
    }

    #section-build .network-card:last-of-type {
        margin-right: 0;
    }
}

@media screen and (min-width: 1280px) {
    #section-build .network-card {
        height: 370px;
    }
}

#section-network .our-network-list .our-network {
    margin: 0 auto 40px auto;
}

#section-network .our-network-list .our-network .network-title {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 17px;
    padding: 0;
    margin: 20px 0 20px 0;
}

#section-network .our-network-list .our-network .network-description {
    padding: 0;
    margin: 0;
    font-size: 18px;
}

@media screen and (min-width: 1024px) {
    .our-network-list {
        text-align: center;
        padding-bottom: 30px;
    }

    .our-network-list .our-network {
        display: block;
        width: 33%;
        margin-right: 3%;
        padding: 0 4%;
        float: left;
        position: relative;
        padding-top: 130px;
    }

    .our-network-list .our-network .network-icon {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    .our-network-list .our-network .network-title {
        font-weight: 600;
        text-transform: uppercase;
        font-size: 17px;
        padding: 0;
        margin: 20px 0 20px 0;
    }

    .our-network-list .our-network .network-description {
        padding: 0;
        margin: 0;
        font-size: 18px;
    }
}

#section-capital .capital-title {
    padding-top: 10px;
}

#section-capital .capital-cta {
    padding: 35px 0;
}

.home .global-reach .map {
    position: relative;
    text-align: center;
}

.home .global-reach .map img {
    max-width: 100%;
}

@media screen and (max-width: 1024px) {
    .home .global-reach .map img {
        max-width: 80%;
    }
}

.home .global-reach .map .btn-green {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    padding: 30px 65px;
    background-color: #03f2bd;
    color: #202020;
    font-family: "Calibre", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    text-decoration: none;
    transition: background-color 0.2s linear;
}

.home .global-reach .map .btn-green:hover {
    background-color: #02e5b4;
}

@media screen and (max-width: 600px) {
    .home .global-reach .map .btn-green {
        top: auto;
        bottom: -165px;
        width: 215px;
        padding: 30px 5px;
    }
}

.home .global-reach .stats {
    display: block;
    margin-top: 30px;
    padding: 50px 12%;
    background-color: #fff;
}

.home .global-reach .stats::after {
    clear: both;
    content: "";
    display: table;
}

@media screen and (max-width: 1600px) {
    .home .global-reach .stats {
        padding: 50px 9%;
    }
}

@media screen and (max-width: 1440px) {
    .home .global-reach .stats {
        padding: 50px 5%;
    }
}

@media screen and (max-width: 1280px) {
    .home .global-reach .stats {
        padding: 50px 2%;
    }
}

@media screen and (max-width: 1024px) {
    .home .global-reach .stats {
        padding: 35px 5%;
    }
}

@media screen and (max-width: 600px) {
    .home .global-reach .stats {
        padding-bottom: 15px;
        margin-top: 185px;
    }
}

.home .global-reach .stats-detail {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    text-align: center;
}

.home .global-reach .stats-detail:last-child {
    margin-right: 0;
}

@media screen and (max-width: 600px) {
    .home .global-reach .stats-detail {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .home .global-reach .stats-detail:last-child {
        margin-right: 0;
    }
}

.home .global-reach .stats-detail .number {
    font-family: "Calibre", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 60px;
    color: #03f2bd;
}

@media screen and (max-width: 1440px) {
    .home .global-reach .stats-detail .number {
        font-size: 55px;
    }
}

@media screen and (max-width: 1280px) {
    .home .global-reach .stats-detail .number {
        font-size: 50px;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1040px) {
    .home .global-reach .stats-detail .number {
        font-size: 44px;
    }
}

@media screen and (max-width: 600px) {
    .home .global-reach .stats-detail .number {
        font-size: 44px;
    }
}

.home .global-reach .stats-detail .text {
    padding: 0 10%;
    font-family: "Calibre", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
}

@media screen and (max-width: 1280px) {
    .home .global-reach .stats-detail .text {
        font-size: 16px;
    }
}

@media screen and (max-width: 600px) {
    .home .global-reach .stats-detail .text {
        font-size: 14px;
        padding: 0 10%;
    }
}

.home .global-reach .right-info {
    height: 135px;
    background: #fff;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
}

.home .global-reach .right-info:last-child {
    margin-right: 0;
}

@media screen and (max-width: 600px) {
    .home .global-reach .right-info {
        width: 100%;
        margin-bottom: 65px;
    }
}

@media screen and (max-width: 768px) {
    .home .global-reach .right-info {
        width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .home .global-reach .right-info {
        width: 100%;
    }
}

.home .global-reach .right-info p {
    padding: 2%;
    font-size: 1em;
}

@media screen and (max-width: 1280px) {
    .home .global-reach .right-info p {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media screen and (max-width: 1440px) {
    .home .global-reach .right-info p {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media screen and (max-width: 600px) {
    .home .global-reach .right-info p {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .home .global-reach .right-info p {
        width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .home .global-reach .right-info p {
        width: 100%;
    }
}

.home .global-reach .network-detail {
    clear: both;
}

.home .global-reach .left-info {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    display: block;
    text-align: center;
    margin-bottom: 40px;
    color: white;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 135px;
    position: relative;
}

.home .global-reach .left-info:last-child {
    margin-right: 0;
}

.home .global-reach .left-info img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

@media screen and (max-width: 1024px) {
    .home .global-reach .left-info {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        margin-left: 0%;
        margin-bottom: 0;
    }

    .home .global-reach .left-info:last-child {
        margin-right: 0;
    }
}

@media screen and (max-width: 600px) {
    .home .global-reach .left-info {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        margin-bottom: 0;
    }

    .home .global-reach .left-info:last-child {
        margin-right: 0;
    }
}

.home .global-reach .left-info .network-detail {
    clear: both;
}

@media screen and (max-width: 1024px) {
    .home .global-reach .left-info .network-detail {
        float: left;
        display: block;
        width: 51.17883%;
        height: 370px;
    }

    .home .global-reach .left-info .network-detail:last-child {
        width: 48.82117%;
    }
}

@media screen and (max-width: 768px) {
    .home .global-reach .left-info .network-detail {
        height: 325px;
    }
}

@media screen and (max-width: 600px) {
    .home .global-reach .left-info .network-detail {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
    }

    .home .global-reach .left-info .network-detail:last-child {
        margin-right: 0;
    }
}

@media screen and (max-width: 600px) {
    .home .global-reach .left-info .network-detail:last-child {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
    }

    .home .global-reach .left-info .network-detail:last-child:last-child {
        margin-right: 0;
    }
}

.home .global-reach .left-info .network-detail img {
    max-width: 100%;
}

@media screen and (max-width: 1280px) {
    .home .global-reach .left-info .network-detail img {
        width: 180px;
    }
}

@media screen and (max-width: 768px) {
    .home .global-reach .left-info .network-detail img {
        width: 165px;
    }
}

@media screen and (max-width: 767px) {
    .home .global-reach .left-info .network-detail img {
        width: 140px;
    }
}

@media screen and (max-width: 600px) {
    .home .global-reach .left-info .network-detail img {
        width: 160px;
    }
}

.home .global-reach .left-info .network-detail p {
    font-family: "Calibre", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 300;
    margin-top: 30px;
    font-size: 23px;
}

@media screen and (max-width: 1440px) {
    .home .global-reach .left-info .network-detail p {
        font-size: 21px;
        margin-top: 20px;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1150px) {
    .home .global-reach .left-info .network-detail p {
        font-size: 19px;
    }
}

@media screen and (max-width: 767px) {
    .home .global-reach .left-info .network-detail p {
        margin-top: 10px;
    }
}

.home .global-reach .left-info .network-detail hr {
    width: 20px;
    opacity: 0.8;
    margin-top: 15px;
    margin-bottom: 15px;
}

.home .global-reach .left-info .network-detail a {
    font-size: 23px;
    opacity: 0.8;
    color: white;
    text-decoration: none;
    padding-bottom: 4px;
    position: relative;
    overflow: hidden;
}

.home .global-reach .left-info .network-detail a:before {
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: white;
    height: 2px;
    transition-property: left, right;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.home .global-reach .left-info .network-detail a:hover:before,
.home .global-reach .left-info .network-detail a:focus:before,
.home .global-reach .left-info .network-detail a:active:before {
    left: 0;
    right: 0;
}

@media screen and (max-width: 1440px) {
    .home .global-reach .left-info .network-detail a {
        font-size: 21px;
    }
}

@media screen and (max-width: 1150px) {
    .home .global-reach .left-info .network-detail a {
        font-size: 19px;
    }
}

@media screen and (max-width: 767px) {
    .home .global-reach .left-info .network-detail a {
        font-size: 19px;
    }
}

@media screen and (max-width: 600px) {
    .home .global-reach .left-info .network-detail a {
        font-size: 21px;
    }
}

.home .featured-companies {
    border-top: 1px solid #d1d3d2;
    margin-top: 60px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.home .featured-companies .fc-header {
    font-family: "Calibre", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 52px;
    font-weight: bold;
    color: #3b3d40;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
}

.home .featured-companies .fc-sub-header {
    font-family: "Calibre", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #656b6f !important;
    font-weight: normal !important;
    text-align: center;
    font-size: 1.2em;
    margin-bottom: 30px;
}

.home .featured-companies .featured-company {
    cursor: pointer;
    position: relative;
    height: 200px;
    margin: auto 1.5%;
}

@media screen and (min-width: 890px) {
    .home .featured-companies .featured-company {
        float: left;
        display: block;
        width: 17.05961%;
    }

    .home .featured-companies .featured-company:last-child {
        width: 14.70196%;
    }
}

@media screen and (max-width: 890px) {
    .home .featured-companies .featured-company {
        float: left;
        display: block;
        width: 102.35765%;
    }

    .home .featured-companies .featured-company:last-child {
        width: 100%;
    }
}

.home .featured-companies .featured-company figure {
    position: relative;
    width: 100%;
    height: 100%;
}

.home .featured-companies .featured-company figure img {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

@media screen and (min-width: 890px) {
    .home .featured-companies .featured-company figure img {
        width: 80%;
        height: auto;
    }
}

@media screen and (max-width: 890px) {
    .home .featured-companies .featured-company figure img {
        height: 30%;
        width: auto;
    }
}

.home .featured-companies .featured-company figure figcaption {
    display: none;
    background-color: rgba(3, 242, 189, 0.95);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    padding: 6%;
}

.home .featured-companies .featured-company figure figcaption h3 {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 6%;
}

.home .featured-companies .featured-company figure figcaption p {
    font-size: 12px;
}

.home .featured-companies .featured-company figure figcaption a {
    text-indent: -9999px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    height: 30px;
    width: 30px;
    background-image: url("../images/arrow-link-white.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
}

.home .featured-companies .featured-company figure:hover figcaption {
    display: block;
}

.fc-header {
    font-family: "Calibre", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 52px;
    font-weight: bold;
    color: #3b3d40;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
}

.home .home-who-we-are {
    background-image: url("../images/bg-home-who-we-are.jpg");
    padding: 120px 0 100px;
}

@media screen and (max-width: 480px) {
    .home .home-who-we-are {
        padding: 50px 0;
    }
}

.home .home-who-we-are .container {
    background-color: #fff;
    padding: 100px 160px;
}

@media screen and (max-width: 1600px) {
    .home .home-who-we-are .container {
        padding: 90px 130px;
    }
}

@media screen and (max-width: 1280px) {
    .home .home-who-we-are .container {
        padding: 90px 110px;
    }
}

@media screen and (max-width: 1024px) {
    .home .home-who-we-are .container {
        padding: 90px 100px;
    }
}

@media screen and (max-width: 767px) {
    .home .home-who-we-are .container {
        padding: 65px 75px;
    }
}

@media screen and (max-width: 600px) {
    .home .home-who-we-are .container {
        padding: 50px 35px;
    }
}

.home .home-who-we-are .container p {
    font-family: "Calibre", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 35px;
}

@media screen and (max-width: 1280px) {
    .home .home-who-we-are .container p {
        font-size: 23px;
    }
}

@media screen and (max-width: 1024px) {
    .home .home-who-we-are .container p {
        font-size: 21px;
    }
}

@media screen and (max-width: 600px) {
    .home .home-who-we-are .container p {
        font-size: 16px;
    }
}

.home .home-who-we-are .container p span {
    color: #03f2bd;
    font-family: "Calibre", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 600;
}

.home .home-who-we-are .container .who-link {
    margin-top: 40px;
    text-align: center;
}

.home .home-who-we-are .container .who-link a {
    font-family: "Calibre", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    color: #999;
    transition: color 0.2s ease-in-out;
}

.home .home-who-we-are .container .who-link a:hover {
    color: black;
}

.home .home-who-we-are .container .who-link a:hover .who-link-arrow {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
    background-image: url("../images/arrow-link-black.png");
}

.home .home-who-we-are .container .who-link a .who-link-arrow {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    height: 46px;
    width: 46px;
    background-image: url("../images/arrow-link.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: background-image 0.2s ease-in-out, -webkit-transform 0.3s ease-out;
    transition: background-image 0.2s ease-in-out, transform 0.3s ease-out;
}

.home .home-who-we-are .container .timeline-carousel div img {
    width: 100%;
    height: auto;
}

.home .home-who-we-are .container .timeline-carousel div p {
    transition: .3s;
}

.home .home-who-we-are .container .timeline-carousel div .faded {
    opacity: 0;
}

@media screen and (max-width: 600px) {
    .home .home-who-we-are .container .timeline-carousel .slick-prev, .home .home-who-we-are .container .timeline-carousel .slick-next {
        display: none !important;
    }
}

.home .home-who-we-are .container .timeline-carousel .slick-prev {
    left: -55px;
}

.home .home-who-we-are .container .timeline-carousel .slick-next {
    right: -55px;
}

.network .hero {
    background-image: url(assets/img/bg-who-investors2.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 204px;
    padding-bottom: 60px;
    color: white;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .network .hero {
        margin-top: 0;
        padding-top: 175px;
    }
}

@media screen and (max-width: 600px) {
    .network .hero {
        padding-top: 110px;
    }
}

.network .hero h1 {
    font-family: "A2 60 Display Regular", 'Arial Black', Arial, Helvetica, Verdana, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 80px;
    margin-bottom: 60px;
}

@media screen and (max-width: 600px) {
    .network .hero h1 {
        font-size: 46px;
        margin-bottom: 45px;
    }
}

.network .hero .news-carousel {
    background-color: #fff;
    max-height: 345px;
}

.network .hero .news-carousel .inner {
    padding: 70px 215px 80px;
}

@media screen and (max-width: 1400px) {
    .network .hero .news-carousel .inner {
        padding: 75px 150px;
    }
}

@media screen and (max-width: 1024px) {
    .network .hero .news-carousel .inner {
        padding: 75px 125px;
    }
}

@media screen and (max-width: 750px) {
    .network .hero .news-carousel .inner {
        padding: 75px 100px;
    }
}

@media screen and (max-width: 600px) {
    .network .hero .news-carousel .inner {
        padding: 50px 35px;
    }
}

@media screen and (max-width: 480px) {
    .network .hero .news-carousel .inner {
        padding: 50px 20px;
    }
}

.network .hero .news-carousel .inner .title h3 {
    font-family: "A2 60 Display Regular", 'Arial Black', Arial, Helvetica, Verdana, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 30px;
    color: #202020;
    margin-bottom: 20px;
}

.network .hero .news-carousel .inner .content p {
    font-family: "Calibre", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 23px;
    line-height: 1.2;
    color: #1c1c1c;
    margin-bottom: 10px;
}

@media screen and (max-width: 600px) {
    .network .hero .news-carousel .inner .content p {
        margin-bottom: 50px;
        font-size: 20px;
    }
}

.network .hero .news-carousel .slick-dots {
    bottom: 50px;
}

@media screen and (max-width: 600px) {
    .network .hero .news-carousel .slick-dots {
        bottom: 35px;
        width: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.network .companies.short-view .toggle-nav.is_stuck {
    box-shadow: none;
}

.network .companies .toggle-nav {
    position: relative;
    z-index: 1;
    background-color: #242424;
}

@media screen and (max-width: 767px) {
    .network .companies .toggle-nav {
        box-shadow: none;
    }
}

.network .companies .toggle-nav.is_stuck {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 2;
    box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.1);
}

@media screen and (max-width: 767px) {
    .network .companies .toggle-nav.is_stuck {
        top: 50px;
    }
}

@media screen and (max-width: 675px) {
    .network .companies .toggle-nav .container {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .network .companies .toggle-nav .container::after {
        clear: both;
        content: "";
        display: table;
    }
}

.network .companies .toggle-nav li {
    display: inline-block;
    height: 60px;
    width: 200px;
    text-align: center;
    list-style: none;
    font-family: "Calibre", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 1px;
    padding-top: 20px;
    color: white;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .network .companies .toggle-nav li {
        height: 44px;
        font-size: 13px;
        padding-top: 16px;
    }
}

@media screen and (max-width: 675px) {
    .network .companies .toggle-nav li {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%;
    }

    .network .companies .toggle-nav li:last-child {
        margin-right: 0;
    }
}

.network .companies .toggle-nav li.active {
    background-color: #fff;
    color: #03f2bd;
}

.network .companies .jumpnavbar-wrapper {
    padding: 10px 12%;
    background-color: #fff;
    box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.1);
    overflow: scroll;
}

@media screen and (max-width: 1440px) {
    .network .companies .jumpnavbar-wrapper {
        padding: 10px 9%;
    }
}

@media screen and (max-width: 768px) {
    .network .companies .jumpnavbar-wrapper {
        padding: 10px 4%;
    }
}

@media screen and (max-width: 675px) {
    .network .companies .jumpnavbar-wrapper {
        padding: 10px 2%;
    }
}

.network .companies .jumpnavbar-wrapper.is_stuck {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 1;
}

.network .companies .jumpnavbar-wrapper.add-overflow-scroll {
    -webkit-overflow-scrolling: touch;
}

.network .companies .jumpnavbar-wrapper .jumpnavbar {
    width: 1244px;
    margin-left: 2%;
}

@media screen and (max-width: 767px) {
    .network .companies .jumpnavbar-wrapper .jumpnavbar {
        width: 980px;
    }
}

.network .companies .jumpnavbar-wrapper a {
    font-family: "Calibre", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    text-decoration: none;
    color: #c7c7c7;
    margin-right: 34px;
    line-height: 1.4;
}

@media screen and (max-width: 767px) {
    .network .companies .jumpnavbar-wrapper a {
        margin-right: 20px;
    }
}

.network .companies .jumpnavbar-wrapper a.active {
    color: #202020;
}

.network .companies .all,
.network .companies .sector,
.network .companies .location {
    position: relative;
    padding-bottom: 90px;
}

.network .companies .all .content .left,
.network .companies .sector .content .left,
.network .companies .location .content .left {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%;
}

.network .companies .all .content .left:last-child,
.network .companies .sector .content .left:last-child,
.network .companies .location .content .left:last-child {
    margin-right: 0;
}

@media screen and (max-width: 767px) {
    .network .companies .all .content .left,
    .network .companies .sector .content .left,
    .network .companies .location .content .left {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
    }

    .network .companies .all .content .left:last-child,
    .network .companies .sector .content .left:last-child,
    .network .companies .location .content .left:last-child {
        margin-right: 0;
    }
}

.network .companies .all .content .left .header,
.network .companies .sector .content .left .header,
.network .companies .location .content .left .header {
    font-family: "A2 60 Display Regular", 'Arial Black', Arial, Helvetica, Verdana, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 40px;
    text-decoration: underline;
    margin: 40px 0 25px;
}

.network .companies .all .content .left .header.inactive,
.network .companies .sector .content .left .header.inactive,
.network .companies .location .content .left .header.inactive {
    color: #c7c7c7;
}

@media screen and (max-width: 600px) {
    .network .companies .all .content .left .header,
    .network .companies .sector .content .left .header,
    .network .companies .location .content .left .header {
        font-size: 36px;
        margin: 25px 0;
    }
}

.network .companies .all .content .left .company-info,
.network .companies .sector .content .left .company-info,
.network .companies .location .content .left .company-info {
    font-size: 20px;
    cursor: pointer;
    margin-top: 25px;
}

.network .companies .all .content .left .company-info:first-child,
.network .companies .sector .content .left .company-info:first-child,
.network .companies .location .content .left .company-info:first-child {
    margin-top: 0;
}

.network .companies .all .content .left .company-info .name,
.network .companies .sector .content .left .company-info .name,
.network .companies .location .content .left .company-info .name {
    font-family: "Calibre", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

@media screen and (max-width: 600px) {
    .network .companies .all .content .left .company-info .name,
    .network .companies .sector .content .left .company-info .name,
    .network .companies .location .content .left .company-info .name {
        font-size: 18px;
    }
}

.network .companies .all .content .left .company-info .details,
.network .companies .sector .content .left .company-info .details,
.network .companies .location .content .left .company-info .details {
    font-family: "Calibre", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 5px;
}

@media screen and (max-width: 600px) {
    .network .companies .all .content .left .company-info .details,
    .network .companies .sector .content .left .company-info .details,
    .network .companies .location .content .left .company-info .details {
        font-size: 18px;
    }
}

.network .companies .all .content .left .company-info .details span,
.network .companies .sector .content .left .company-info .details span,
.network .companies .location .content .left .company-info .details span {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
}

@media screen and (max-width: 600px) {
    .network .companies .all .content .left .company-info .details span,
    .network .companies .sector .content .left .company-info .details span,
    .network .companies .location .content .left .company-info .details span {
        font-size: 14px;
    }
}

.network .companies .all .content .left .company-info-expanded,
.network .companies .sector .content .left .company-info-expanded,
.network .companies .location .content .left .company-info-expanded {
    position: relative;
    display: block;
    width: 80%;
    background-color: #f7f7f7;
    border: 1px solid #e0e0e0;
    padding: 35px 40px;
}

.network .companies .all .content .left .company-info-expanded::after,
.network .companies .sector .content .left .company-info-expanded::after,
.network .companies .location .content .left .company-info-expanded::after {
    clear: both;
    content: "";
    display: table;
}

@media screen and (max-width: 1440px) {
    .network .companies .all .content .left .company-info-expanded,
    .network .companies .sector .content .left .company-info-expanded,
    .network .companies .location .content .left .company-info-expanded {
        width: 90%;
    }
}

@media screen and (max-width: 1024px) {
    .network .companies .all .content .left .company-info-expanded,
    .network .companies .sector .content .left .company-info-expanded,
    .network .companies .location .content .left .company-info-expanded {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .network .companies .all .content .left .company-info-expanded,
    .network .companies .sector .content .left .company-info-expanded,
    .network .companies .location .content .left .company-info-expanded {
        padding: 25px 20px;
    }
}

.network .companies .all .content .left .company-info-expanded .close,
.network .companies .sector .content .left .company-info-expanded .close,
.network .companies .location .content .left .company-info-expanded .close {
    position: absolute;
    top: 8px;
    right: 8px;
}

.network .companies .all .content .left .company-info-expanded .close .line1,
.network .companies .all .content .left .company-info-expanded .close .line2,
.network .companies .sector .content .left .company-info-expanded .close .line1,
.network .companies .sector .content .left .company-info-expanded .close .line2,
.network .companies .location .content .left .company-info-expanded .close .line1,
.network .companies .location .content .left .company-info-expanded .close .line2 {
    width: 15px;
    height: 3px;
    margin: 0 0 5px 0;
    display: block;
    border-bottom: 1px solid #999;
}

.network .companies .all .content .left .company-info-expanded .close .line1,
.network .companies .sector .content .left .company-info-expanded .close .line1,
.network .companies .location .content .left .company-info-expanded .close .line1 {
    -webkit-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
    -ms-transform: translateY(7px) rotate(45deg);
}

.network .companies .all .content .left .company-info-expanded .close .line2,
.network .companies .sector .content .left .company-info-expanded .close .line2,
.network .companies .location .content .left .company-info-expanded .close .line2 {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -ms-transform: rotate(135deg);
}

.network .companies .all .content .left .company-info-expanded .logo,
.network .companies .sector .content .left .company-info-expanded .logo,
.network .companies .location .content .left .company-info-expanded .logo {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    padding-right: 3%;
}

.network .companies .all .content .left .company-info-expanded .logo:last-child,
.network .companies .sector .content .left .company-info-expanded .logo:last-child,
.network .companies .location .content .left .company-info-expanded .logo:last-child {
    margin-right: 0;
}

@media screen and (max-width: 768px) {
    .network .companies .all .content .left .company-info-expanded .logo,
    .network .companies .sector .content .left .company-info-expanded .logo,
    .network .companies .location .content .left .company-info-expanded .logo {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        margin-bottom: 15px;
    }

    .network .companies .all .content .left .company-info-expanded .logo:last-child,
    .network .companies .sector .content .left .company-info-expanded .logo:last-child,
    .network .companies .location .content .left .company-info-expanded .logo:last-child {
        margin-right: 0;
    }
}

.network .companies .all .content .left .company-info-expanded .logo img,
.network .companies .sector .content .left .company-info-expanded .logo img,
.network .companies .location .content .left .company-info-expanded .logo img {
    max-width: 100%;
}

.network .companies .all .content .left .company-info-expanded .description,
.network .companies .sector .content .left .company-info-expanded .description,
.network .companies .location .content .left .company-info-expanded .description {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    font-size: 18px;
}

.network .companies .all .content .left .company-info-expanded .description:last-child,
.network .companies .sector .content .left .company-info-expanded .description:last-child,
.network .companies .location .content .left .company-info-expanded .description:last-child {
    margin-right: 0;
}

@media screen and (max-width: 768px) {
    .network .companies .all .content .left .company-info-expanded .description,
    .network .companies .sector .content .left .company-info-expanded .description,
    .network .companies .location .content .left .company-info-expanded .description {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
    }

    .network .companies .all .content .left .company-info-expanded .description:last-child,
    .network .companies .sector .content .left .company-info-expanded .description:last-child,
    .network .companies .location .content .left .company-info-expanded .description:last-child {
        margin-right: 0;
    }
}

.network .companies .all .content .left .company-info-expanded .description p,
.network .companies .sector .content .left .company-info-expanded .description p,
.network .companies .location .content .left .company-info-expanded .description p {
    color: #333;
    margin-bottom: 20px;
}

.network .companies .all .content .left .company-info-expanded .description a,
.network .companies .sector .content .left .company-info-expanded .description a,
.network .companies .location .content .left .company-info-expanded .description a {
    font-family: "Calibre", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    color: #999;
}

@media screen and (max-width: 400px) {
    .network .companies .all .content .left .company-info-expanded .description a,
    .network .companies .sector .content .left .company-info-expanded .description a,
    .network .companies .location .content .left .company-info-expanded .description a {
        font-size: 14px;
        word-wrap: break-word;
    }
}

.network .companies .all .content .left .company-info-expanded .description a img,
.network .companies .sector .content .left .company-info-expanded .description a img,
.network .companies .location .content .left .company-info-expanded .description a img {
    vertical-align: middle;
    margin-left: 5px;
    width: 29px;
    height: 29px;
}

.network .companies .all .content .right,
.network .companies .sector .content .right,
.network .companies .location .content .right {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
}

.network .companies .all .content .right:last-child,
.network .companies .sector .content .right:last-child,
.network .companies .location .content .right:last-child {
    margin-right: 0;
}

.network .companies .all .content .right .jumpnav,
.network .companies .sector .content .right .jumpnav,
.network .companies .location .content .right .jumpnav {
    margin-top: 112px;
    list-style: none;
    padding: 20px 15px;
    background-color: #f7f7f7;
    border: 1px solid #e0e0e0;
    text-align: center;
}

.network .companies .all .content .right .jumpnav.is_stuck,
.network .companies .sector .content .right .jumpnav.is_stuck,
.network .companies .location .content .right .jumpnav.is_stuck {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.network .companies .all .content .right .jumpnav li,
.network .companies .sector .content .right .jumpnav li,
.network .companies .location .content .right .jumpnav li {
    margin-bottom: 10px;
}

.network .companies .all .content .right .jumpnav li:last-of-type,
.network .companies .sector .content .right .jumpnav li:last-of-type,
.network .companies .location .content .right .jumpnav li:last-of-type {
    margin-bottom: 0;
}

.network .companies .all .content .right .jumpnav li a,
.network .companies .sector .content .right .jumpnav li a,
.network .companies .location .content .right .jumpnav li a {
    color: #c7c7c7;
    text-decoration: none;
}

.network .companies .all .content .right .jumpnav li.active a,
.network .companies .sector .content .right .jumpnav li.active a,
.network .companies .location .content .right .jumpnav li.active a {
    color: #202020;
}

.network .companies .sector .jumpnavbar {
    width: 1272px;
}

@media screen and (max-width: 767px) {
    .network .companies .sector .jumpnavbar a {
        font-size: 16px;
        padding: 1px 0;
    }
}

.network .companies .sector .jumpnav {
    width: 180px;
    text-align: left !important;
}

.network .companies .sector .jumpnav li.active {
    font-size: 24px;
}

.network .companies .location .jumpnavbar {
    width: 698px;
}

@media screen and (max-width: 767px) {
    .network .companies .location .jumpnavbar a {
        font-size: 16px;
        padding: 1px 0;
    }
}

.network .companies .location .jumpnav {
    width: 180px;
    text-align: left !important;
}

.network .companies .location .jumpnav li.active {
    font-size: 24px;
}

.network .companies .all .jumpnav {
    display: block;
    width: 180px;
}

.network .companies .all .jumpnav::after {
    clear: both;
    content: "";
    display: table;
}

.network .companies .all .jumpnav li {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
}

.network .companies .all .jumpnav li:last-child {
    margin-right: 0;
}

.network .companies .all .jumpnav li:nth-child(4n) {
    margin-right: 0;
}

.network .companies .all .jumpnav li.active {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

.who-we-are .hero {
    background-color: #000;
    padding-top: 204px;
    color: white;
}

@media screen and (max-width: 768px) {
    .who-we-are .hero {
        background-image: none;
        background-color: #000;
    }
}

@media screen and (max-width: 767px) {
    .who-we-are .hero {
        margin-top: 0;
        padding-top: 140px;
    }
}

.who-we-are .hero h1 {
    font-family: "A2 60 Display Regular", 'Arial Black', Arial, Helvetica, Verdana, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 80px;
    color: rgba(255, 255, 255, .5);
    margin-bottom: 70px;
}

@media screen and (max-width: 1024px) {
    .who-we-are .hero h1 {
        font-size: 76px;
    }
}

@media screen and (max-width: 768px) {
    .who-we-are .hero h1 {
        font-size: 72px;
    }
}

@media screen and (max-width: 600px) {
    .who-we-are .hero h1 {
        font-size: 50px;
        margin-bottom: 65px;
    }
}

@media screen and (max-width: 480px) {
    .who-we-are .hero h1 {
        font-size: 38px;
        margin-bottom: 60px;
    }
}

.who-we-are .hero h2 {
    position: relative;
    font-family: "A2 60 Display Regular", 'Arial Black', Arial, Helvetica, Verdana, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 40px;
    margin-bottom: 5px;
}

@media screen and (max-width: 600px) {
    .who-we-are .hero h2 {
        font-size: 35px;
    }
}

@media screen and (max-width: 514px) {
    .who-we-are .hero h2 {
        padding-left: 0;
    }
}

@media screen and (max-width: 480px) {
    .who-we-are .hero h2 {
        font-size: 30px;
    }
}

.who-we-are .hero h2:before {
}

@media screen and (max-width: 514px) {
    .who-we-are .hero h2:before {
        left: 230px;
    }
}

@media screen and (max-width: 480px) {
    .who-we-are .hero h2:before {
        left: 195px;
    }
}

.who-we-are .hero h4 {
    font-family: "Calibre", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 25px;
    position: relative;
}

.who-we-are .hero h4:after {
    content: "";
    background: #3BF2C6;
    width: 50px;
    height: 5px;
    position: absolute;
    bottom: -15px;
    left: 0;
}

@media screen and (max-width: 514px) {
    .who-we-are .hero h4 {
        padding-left: 0;
    }
}

.who-we-are .hero p {
    font-family: "Calibre", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 23px;
    line-height: 1.2;
    margin-bottom: 185px;
    padding-right: 36%;
}

@media screen and (max-width: 1024px) {
    .who-we-are .hero p {
        padding-right: 15%;
        margin-bottom: 145px;
    }
}

@media screen and (max-width: 768px) {
    .who-we-are .hero p {
        padding-right: 6%;
        margin-bottom: 115px;
    }
}

@media screen and (max-width: 600px) {
    .who-we-are .hero p {
        font-size: 22px;
        margin-bottom: 75px;
    }
}

@media screen and (max-width: 514px) {
    .who-we-are .hero p {
        padding-left: 0;
    }
}

@media screen and (max-width: 480px) {
    .who-we-are .hero p {
        margin-bottom: 55px;
    }
}

.who-we-are .board {
    padding: 125px 0 50px;
}

@media screen and (max-width: 1024px) {
    .who-we-are .board {
        padding: 100px 0 20px;
    }
}

@media screen and (max-width: 767px) {
    .who-we-are .board {
        padding: 75px 0 20px;
    }
}

@media screen and (max-width: 600px) {
    .who-we-are .board {
        padding: 60px 0 20px;
    }
}

@media screen and (max-width: 480px) {
    .who-we-are .board {
        padding: 40px 0 20px;
    }
}

@media screen and (max-width: 1024px) {
    .who-we-are .board .container {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .who-we-are .board .container::after {
        clear: both;
        content: "";
        display: table;
    }
}

.who-we-are .board h1 {
    font-family: "A2 60 Display Regular", 'Arial Black', Arial, Helvetica, Verdana, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 50px;
    margin-bottom: 55px;
}

@media screen and (max-width: 767px) {
    .who-we-are .board h1 {
        font-size: 45px;
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 600px) {
    .who-we-are .board h1 {
        font-size: 30px;
        margin-bottom: 30px;
    }
}

.who-we-are .board .board-box {
    position: relative;
    display: inline-block;
    margin-right: 2.35765%;
    width: 33.33%;
    padding: 0;
    margin-bottom: 130px;
    box-sizing: border-box;
    text-align: left;
}

.who-we-are .board .board-box:last-child {
    margin-right: 0;
}

.who-we-are .board .board-box:nth-child(3n) {
    margin-right: 0;
}

@media screen and (max-width: 1024px) {
    .who-we-are .board .board-box {
    }
}

@media screen and (max-width: 900px) {
    .who-we-are .board .board-box {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%;
        margin-bottom: 100px;
        padding: 50px 23px;
    }

    .who-we-are .board .board-box:last-child {
        margin-right: 0;
    }

    .who-we-are .board .board-box:nth-child(even) {
        margin-right: 0;
    }

    .who-we-are .board .board-box:nth-child(odd) {
        margin-right: 2.35765%;
    }
}

@media screen and (max-width: 600px) {
    .who-we-are .board .board-box {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        margin-left: 0%;
        margin-right: 0;
        padding: 50px 30px;
    }

    .who-we-are .board .board-box:last-child {
        margin-right: 0;
    }

    .who-we-are .board .board-box:nth-child(3) {
        margin-right: 0;
        margin-left: 0%;
    }

    .who-we-are .board .board-box:nth-last-child(1) {
        margin-left: 0%;
    }
}

.who-we-are .board .board-box h2 {
    font-family: "A2 60 Display Regular", 'Arial Black', Arial, Helvetica, Verdana, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 26px;
    margin-bottom: 15px;
}

@media screen and (max-width: 480px) {
    .who-we-are .board .board-box h2 {
        font-size: 24px;
    }
}

.who-we-are .board .board-box h5 {
    font-family: "Calibre", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #1c1c1c;
    text-transform: uppercase;
}

@media screen and (max-width: 480px) {
    .who-we-are .board .board-box h5 {
        font-size: 15px;
    }
}

.who-we-are .board .board-box h6 {
    font-family: "Calibre", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    color: #1c1c1c;
    text-transform: uppercase;
}

@media screen and (max-width: 600px) {
    .who-we-are .board .board-box h6 {
        padding-top: 5px;
    }
}

.who-we-are .board .board-box hr {
    width: 15px;
    color: #1c1c1c;
}

.who-we-are .board .board-box p {
    font-family: "Calibre", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.2;
    color: #1c1c1c;
}

.who-we-are .board .board-box img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 768px) {
    .who-we-are .board .odd .board-box:nth-last-child(1) {
        margin-left: 25.58941%;
    }
}

@media screen and (max-width: 600px) {
    .who-we-are .board .odd .board-box:nth-last-child(1) {
        margin-left: 0%;
    }
}

.who-we-are .board .extra-one .board-box:nth-last-child(1) {
}

@media screen and (max-width: 768px) {
    .who-we-are .board .extra-one .board-box:nth-child(even) {
        margin-right: 0;
    }

    .who-we-are .board .extra-one .board-box:nth-last-child(2) {
        margin-left: 0%;
    }

    .who-we-are .board .extra-one .board-box:nth-last-child(1) {
        margin-left: 0%;
        margin-right: 0;
    }
}

@media screen and (max-width: 600px) {
    .who-we-are .board .extra-one .board-box:nth-last-child(1) {
        margin-left: 0%;
    }
}

@media screen and (max-width: 768px) {
    .who-we-are .board .extra-one.odd .board-box:nth-last-child(1) {
        margin-left: 25.58941%;
    }
}

@media screen and (max-width: 600px) {
    .who-we-are .board .extra-one.odd .board-box:nth-last-child(1) {
        margin-left: 0%;
    }
}

.who-we-are .board .extra-two .board-box:nth-last-child(2) {
}

@media screen and (max-width: 768px) {
    .who-we-are .board .extra-two .board-box:nth-child(3n) {
        margin-left: 0%;
    }

    .who-we-are .board .extra-two .board-box:nth-last-child(3) {
        margin-left: 0%;
    }

    .who-we-are .board .extra-two .board-box:nth-last-child(2) {
        margin-left: 0%;
    }

    .who-we-are .board .extra-two .board-box:nth-last-child(1) {
        margin-left: 0%;
    }
}

@media screen and (max-width: 768px) {
    .who-we-are .board .extra-two.odd .board-box:nth-last-child(1) {
        margin-left: 25.58941%;
    }
}

@media screen and (max-width: 600px) {
    .who-we-are .board .extra-two.odd .board-box:nth-last-child(1) {
        margin-left: 0%;
    }
}

.who-we-are .investment-committee {
    background-image: url(../images/bg-who-investors2.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: transparent;
    color: white;
    padding: 125px 0;
}

@media screen and (max-width: 1024px) {
    .who-we-are .investment-committee {
        padding: 100px 0;
    }
}

@media screen and (max-width: 600px) {
    .who-we-are .investment-committee {
        padding: 70px 0;
    }
}

.who-we-are .investment-committee h1 {
    font-family: "A2 60 Display Regular", 'Arial Black', Arial, Helvetica, Verdana, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 50px;
    text-align: center;
    margin-bottom: 80px;
}

@media screen and (max-width: 1024px) {
    .who-we-are .investment-committee h1 {
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 768px) {
    .who-we-are .investment-committee h1 {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 600px) {
    .who-we-are .investment-committee h1 {
        font-size: 40px;
    }
}

.who-we-are .investment-committee hr {
    margin: 0 auto;
    opacity: 0.15;
    width: 73.75%;
}

@media screen and (max-width: 1440px) {
    .who-we-are .investment-committee hr {
        width: 80%;
    }
}

@media screen and (max-width: 768px) {
    .who-we-are .investment-committee hr {
        width: 90%;
    }
}

.who-we-are .investment-committee .investor-detail {
    position: relative;
    background-color: transparent;
    padding: 45px 13.125%;
    transition: background-color 0.5s ease-in-out;
}

@media screen and (max-width: 1440px) {
    .who-we-are .investment-committee .investor-detail {
        padding: 45px 10%;
    }
}

@media screen and (max-width: 768px) {
    .who-we-are .investment-committee .investor-detail {
        padding: 45px 5%;
    }
}

@media screen and (max-width: 600px) {
    .who-we-are .investment-committee .investor-detail {
        padding: 30px 5%;
    }
}

.who-we-are .investment-committee .investor-detail li {
    width: 19%;
    list-style: none;
    display: inline-block;
    font-family: "Calibre", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
}

@media screen and (max-width: 768px) {
    .who-we-are .investment-committee .investor-detail li {
        display: block;
        width: 100%;
        font-size: 16px;
        line-height: 1.2;
    }
}

.who-we-are .investment-committee .investor-detail li:first-of-type {
    width: 42%;
    font-family: "A2 60 Display Regular", 'Arial Black', Arial, Helvetica, Verdana, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 27px;
    text-transform: none;
}

@media screen and (max-width: 768px) {
    .who-we-are .investment-committee .investor-detail li:first-of-type {
        font-size: 22px;
        width: 100%;
    }
}

.who-we-are .investment-committee .investor-detail li:nth-of-type(2) {
    width: 30%;
}

@media screen and (max-width: 768px) {
    .who-we-are .investment-committee .investor-detail li:nth-of-type(2) {
        width: 100%;
    }
}

.who-we-are .investment-committee .investor-detail li:last-of-type {
    margin-right: 46px;
}

.who-we-are .investment-committee .investor-detail .open {
    position: absolute;
    top: 35px;
    right: 13.125%;
    width: 46px;
    height: 46px;
    border: 2px solid #03f2bd;
    border-radius: 50%;
    margin: 0;
    font-family: "Calibre", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 43px;
    line-height: 39px;
    color: #03f2bd;
    text-align: center;
    cursor: pointer;
    transition: -webkit-transform 0.35s ease-in-out;
    transition: transform 0.35s ease-in-out;
}

@media screen and (max-width: 1440px) {
    .who-we-are .investment-committee .investor-detail .open {
        right: 10%;
    }
}

@media screen and (max-width: 768px) {
    .who-we-are .investment-committee .investor-detail .open {
        right: 5%;
    }
}

@media screen and (max-width: 768px) {
    .who-we-are .investment-committee .investor-detail .open {
        width: 40px;
        height: 40px;
        top: 40px;
        font-size: 40px;
        line-height: 34px;
    }
}

.who-we-are .investment-committee .investor-detail.expanded {
    background-color: black;
}

.who-we-are .investment-committee .investor-detail.expanded .open {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.who-we-are .investment-committee .investor-detail-bio p {
    font-family: "Calibre", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 21px;
    line-height: 1.2;
    padding: 45px 130px 0;
}

@media screen and (max-width: 1024px) {
    .who-we-are .investment-committee .investor-detail-bio p {
        padding: 45px 100px 0;
    }
}

@media screen and (max-width: 768px) {
    .who-we-are .investment-committee .investor-detail-bio p {
        padding: 35px 50px 0;
    }
}

@media screen and (max-width: 600px) {
    .who-we-are .investment-committee .investor-detail-bio p {
        padding: 20px 25px 10px;
        font-size: 20px;
    }
}

@media screen and (max-width: 480px) {
    .who-we-are .investment-committee .investor-detail-bio p {
        padding: 20px 20px 10px;
        font-size: 18px;
    }
}

@media screen and (max-width: 350px) {
    .who-we-are .investment-committee .investor-detail-bio p {
        padding: 20px 0 10px;
    }
}

.who-we-are .team {
    padding: 125px 0;
}

@media screen and (max-width: 1024px) {
    .who-we-are .team {
        padding: 100px 0;
    }
}

@media screen and (max-width: 767px) {
    .who-we-are .team {
        padding: 75px 0;
    }
}

@media screen and (max-width: 600px) {
    .who-we-are .team {
        padding: 60px 0;
    }
}

.who-we-are .team h1 {
    font-family: "A2 60 Display Regular", 'Arial Black', Arial, Helvetica, Verdana, sans-serif;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    font-size: 50px;
    margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
    .who-we-are .team h1 {
        font-size: 45px;
    }
}


/* DCG */

@font-face {
    font-family: 'Calibre';
    font-weight: 300;
    src: url("assets/fonts/Calibre-Light.eot");
    /* IE9 Compat Modes */
    src: url("assets/fonts/Calibre-Light.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Calibre-Light.woff") format("woff");
    /* Pretty Modern Browsers */
}

@font-face {
    font-family: 'Calibre';
    font-weight: 400;
    src: url("assets/fonts/Calibre-Regular.eot");
    /* IE9 Compat Modes */
    src: url("assets/fonts/Calibre-Regular.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Calibre-Regular.woff") format("woff");
    /* Pretty Modern Browsers */
}

@font-face {
    font-family: 'Calibre';
    font-weight: 500;
    src: url("assets/fonts/Calibre-Medium.eot");
    /* IE9 Compat Modes */
    src: url("assets/fonts/Calibre-Medium.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Calibre-Medium.woff") format("woff");
    /* Pretty Modern Browsers */
}

@font-face {
    font-family: 'Calibre';
    font-weight: 600;
    src: url("assets/fonts/Calibre-Semibold.eot");
    /* IE9 Compat Modes */
    src: url("assets/fonts/Calibre-Semibold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Calibre-Semibold.woff") format("woff");
    /* Pretty Modern Browsers */
}

@font-face {
    font-family: 'Calibre';
    font-weight: 700;
    src: url("assets/fonts/Calibre-Bold.eot");
    /* IE9 Compat Modes */
    src: url("assets/fonts/Calibre-Bold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Calibre-Bold.woff") format("woff");
    /* Pretty Modern Browsers */
}

h1 {
    font-family: "Calibre", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
}

p {
    font-family: "Calibre", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    margin-top: 15px;
    margin-bottom: 15px;
}
strong {
    font-family: "Calibre", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
}

header.global {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    background-color: transparent;
    z-index: 9;
}

header.global::after {
    clear: both;
    content: "";
    display: table;
}

header.global .container {
    max-width: 82.125%;
    margin-left: auto;
    margin-right: auto;
}

header.global .container::after {
    clear: both;
    content: "";
    display: table;
}

@media screen and (max-width: 850px) {
    header.global .container {
        max-width: 92.1875%;
        margin-left: auto;
        margin-right: auto;
    }

    header.global .container::after {
        clear: both;
        content: "";
        display: table;
    }
}

header.global .navigation {
    height: 200px;
    padding: 50px 0;
    z-index: 9;
    transition: all 0.25s ease-in-out;
}

@media screen and (max-width: 767px) {
    header.global .navigation {
        position: fixed;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        width: 100%;
        top: 0;
        left: 0;
        height: 50px;
        background-color: rgba(0, 0, 0, 0.9);
        z-index: 1000;
        padding: 12px 8%;
    }
}

header.global .navigation .logo {
    display: block;
    float: left;
    width: 148px;
    height: 104px;
    background-image: url("assets/img/logo.png");
    background-image: url("assets/img/logo.svg");
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: contain;
    text-indent: -9999px;
}

@media screen and (max-width: 1024px) {
    header.global .navigation .logo {
        width: 115px;
        height: 80px;
    }
}

@media screen and (max-width: 767px) {
    header.global .navigation .logo {
        background-image: url("assets/img/logo-short-nav.png");
        background-image: url("assets/img/logo-short-nav.svg");
        width: 47px;
        height: 27px;
    }
}

header.global .navigation .hotdog {
    padding: 7px 0;
    float: right;
    cursor: pointer;
    display: none;
}

@media screen and (max-width: 767px) {
    header.global .navigation .hotdog {
        display: block;
    }
}

header.global .navigation .hotdog .line-wrapper {
    transition: -webkit-transform 300ms;
    transition: transform 300ms;
}

header.global .navigation .hotdog .line1,
header.global .navigation .hotdog .line2 {
    width: 30px;
    height: 3px;
    margin: 0 0 5px 0;
    display: block;
    border-bottom: 2px solid white;
    transition: -webkit-transform 300ms;
    transition: transform 300ms;
}

header.global .navigation .hotdog.is-open .line-wrapper {
    -webkit-transform: rotate(45deg) translateY(3px);
    transform: rotate(45deg) translateY(3px);
    -ms-transform: translateY(3px) rotate(45deg);
}

header.global .navigation .hotdog.is-open .line2 {
    -webkit-transform: translateY(-7px) rotate(90deg);
    transform: translateY(-7px) rotate(90deg);
    -ms-transform: translateY(-7px) rotate(90deg);
}

header.global .navigation .nav-items {
    font-family: "Calibre", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    text-align: right;
    padding: 40px 55px 40px 0;
    transition: all 0.25s ease-in-out;
}

@media screen and (max-width: 1024px) {
    header.global .navigation .nav-items {
        padding: 30px 55px 30px 0;
    }
}

@media screen and (max-width: 1024px) {
    header.global .navigation .nav-items {
        padding-right: 0;
    }
}

@media screen and (max-width: 767px) {
    header.global .navigation .nav-items {
        position: absolute;
        left: 0;
        top: 50px;
        width: 100%;
        padding: 0;
        height: 0;
        overflow: hidden;
        transition: height 0.5s ease-in-out;
        background-color: rgba(0, 0, 0, 0.9);
    }

    header.global .navigation .nav-items.is-open {
        height: 190px;
    }
}

header.global .navigation .nav-items a {
    display: inline;
    margin-right: 28px;
    color: white;
    letter-spacing: 1px;
    text-decoration: none;
    padding-bottom: 4px;
    position: relative;
    overflow: hidden;
}

header.global .navigation .nav-items a:before {
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: white;
    height: 2px;
    transition-property: left, right;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

header.global .navigation .nav-items a:hover:before,
header.global .navigation .nav-items a:focus:before,
header.global .navigation .nav-items a:active:before {
    left: 0;
    right: 0;
}

@media screen and (max-width: 767px) {
    header.global .navigation .nav-items a {
        display: block;
        margin: 0;
        text-align: center;
        line-height: 2;
    }
}

header.global .navigation .nav-items .social-wrapper {
    display: inline;
}

@media screen and (max-width: 767px) {
    header.global .navigation .nav-items .social-wrapper {
        display: block;
        text-align: center;
    }
}

header.global .navigation .nav-items .social-wrapper .social {
    margin-right: 15px;
}

header.global .navigation .nav-items .social-wrapper .social:last-of-type {
    margin-right: 0;
}

header.global .navigation .nav-items .social-wrapper .social svg {
    vertical-align: middle;
}

header.global .navigation .nav-items .social-wrapper .social img {
    width: 15px;
    margin-bottom: -6px;
}

@media screen and (max-width: 767px) {
    header.global .navigation .nav-items .social-wrapper .social {
        display: inline;
    }

    header.global .navigation .nav-items .social-wrapper .social:last-of-type {
        margin: 0;
    }
}

header.global.shorten {
    background-color: black;
    z-index: 99;
}

header.global.shorten .navigation {
    height: 75px;
    padding: 18px 0;
}

header.global.shorten .navigation .logo {
    width: 60px;
    height: 40px;
    background-image: url("assets/img/logo-short-nav.png");
    background-image: url("assets/img/logo-short-nav.svg");
}

header.global.shorten .navigation .nav-items {
    padding: 10px 55px 10px 0;
}

@media screen and (max-width: 1024px) {
    header.global.shorten .navigation .nav-items {
        padding-right: 0;
    }
}

header.global.privacy .navigation,
header.global.terms .navigation,
header.global.token-disclosure-policy .navigation {
    position: fixed;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    top: 0;
    left: 0;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 1000;
    padding: 12px 8%;
}

header.global.privacy .navigation .logo,
header.global.terms .navigation .logo,
header.global.token-disclosure-policy .navigation .logo {
    background-image: url("assets/img/logo-footer.png");
    background-image: url("assets/img/logo-footer.svg");
    width: 47px;
    height: 27px;
}

header.global.privacy .navigation .hotdog,
header.global.terms .navigation .hotdog,
header.global.token-disclosure-policy .navigation .hotdog {
    display: block;
}

header.global.privacy .navigation .nav-items,
header.global.terms .navigation .nav-items,
header.global.token-disclosure-policy .navigation .nav-items {
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    padding: 0;
    height: 0;
    overflow: hidden;
    transition: height 0.5s ease-in-out;
    background-color: rgba(0, 0, 0, 0.9);
}

header.global.privacy .navigation .nav-items.is-open,
header.global.terms .navigation .nav-items.is-open,
header.global.token-disclosure-policy .navigation .nav-items.is-open {
    height: 170px;
}

header.global.privacy .navigation .nav-items a,
header.global.terms .navigation .nav-items a,
header.global.token-disclosure-policy .navigation .nav-items a {
    display: block;
    margin: 0;
    text-align: center;
    line-height: 2;
}

header.global.privacy .navigation .nav-items .social-wrapper,
header.global.terms .navigation .nav-items .social-wrapper,
header.global.token-disclosure-policy .navigation .nav-items .social-wrapper {
    display: block;
    text-align: center;
}

header.global.privacy .navigation .nav-items .social-wrapper .social,
header.global.terms .navigation .nav-items .social-wrapper .social,
header.global.token-disclosure-policy .navigation .nav-items .social-wrapper .social {
    display: inline;
}

header.global.privacy .navigation .nav-items .social-wrapper .social:last-of-type,
header.global.terms .navigation .nav-items .social-wrapper .social:last-of-type,
header.global.token-disclosure-policy .navigation .nav-items .social-wrapper .social:last-of-type {
    margin: 0;
}

.home .navigation {
    animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/* temp */

header.site-header{
	background:#000;
}

header ul{
	margin:0;
	padding:0;
	list-style:none;
}

header ul li{
	display:inline-block;
}

body {
    font-family: "Calibre", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #202020;
}

#fat-footer{
    display: block;
    padding: 75px 0;
    font-family: "Calibre", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    width:100%;
    float:left;
    background:#000;
    color:#fff;
}

#sub-footer {
    display: block;
    padding: 20px 0;
    font-family: "Calibre", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    color: #4d4d4d;
    font-size: 14px;
    text-transform: uppercase;
    width:100%;
    float:left;
    background:#000;
}

#sub-footer li a {
    color: #4d4d4d;
    text-decoration: none;
}

.container {
    max-width: 73.75%;
    margin-left: auto!important;
    margin-right: auto!important;
}

#fat-footer ul li {
    display: inline;
    margin-right: 27px;
}

#fat-footer ul li a {
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    padding-bottom: 4px;
    position: relative;
    overflow: hidden;
}

ol, ul {
    list-style: none;
    margin:0;
    padding:0;
}

#fat-footer ul li a:before {
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: white;
    height: 2px;
    transition-property: left, right;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

#fat-footer ul li a:hover:before,
#fat-footer ul li a:focus:before,
#fat-footer ul li a:active:before {
    left: 0;
    right: 0;
}

.columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left:-15px;
    margin-right:-15px;
}

.column {
    display: block;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    padding: 15px;
}

#sub-footer .second div{
	vertical-align: top;
	margin:10px;
	display:inline-block;
}

#sub-footer .second{
	text-align:right;
}

#sub-footer .widget_nav_menu {
    display: inline-block;
    float: left;
}

#sub-footer ul{
	margin:0;
	padding:0;
}

#sub-footer ul li{
	display:inline-block;
	margin:0 10px;
}

#sub-footer p{
	margin:0 0 0 10px;
	font-size: 14px;
	margin-top:-1px;
}

#sub-footer .widget_text{
	float:left;
}

#fat-footer .column.first{
	max-width:160px;
}

#fat-footer .columns{
	align-items:center;
}

#content{
    /*padding: 220px 0 55px;*/
    position: relative;
    float: left;
    width: 100%;
}

header.headroom--not-top .navigation {
    height: 75px;
    padding: 18px 0;
}

header.headroom--not-top .navigation .logo {
    width: 60px;
    height: 40px;
    background-image: url("assets/img/logo-short-nav.png");
    background-image: url("assets/img/logo-short-nav.svg");
}

header.headroom--not-top .navigation .nav-items{
	padding-top:15px;
}

body.wpb-js-composer .vc_tta.vc_tta-spacing-1 .vc_tta-tab {
    width: 25%;
    margin: 0!important;
    background: none;
    border-radius: 0;
    text-align: center;
}

body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a {
    border: none;
    border-radius: 0;
    background: none;
}

body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active>a {
    background: none;
    border: none;
    box-shadow: inset 0 -2px #03f2bd;
    color: #03f2bd;
}

body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a:focus, body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a:hover {
    background: none;
    border: none;
    box-shadow: inset 0 -2px #03f2bd!important;
    color: #03f2bd;
}

.network .companies .all .content .left .header, .network .companies .sector .content .left .header, .network .companies .location .content .left .header {
    font-family: "A2 60 Display Regular", 'Arial Black', Arial, Helvetica, Verdana, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 40px;
    text-decoration: underline;
    margin: 40px 0 25px;
}

.network .companies .all .content .left .company-info .name, .network .companies .sector .content .left .company-info .name, .network .companies .location .content .left .company-info .name {
    font-family: "Calibre", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.network .companies .all .content .left .company-info .details, .network .companies .sector .content .left .company-info .details, .network .companies .location .content .left .company-info .details {
    font-family: "Calibre", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 5px;
}

.company-info {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 80%;
    padding: 15px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    border: 1px solid #ddd;
}

.network .companies .all .content .left .company-info, .network .companies .sector .content .left .company-info, .network .companies .location .content .left .company-info {
    font-size: 20px;
    cursor: pointer;
    margin-top: 25px;
}

.company-info .company-info-expanded {
    width: auto !important;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -15px;
    margin-top: 15px;
    border-left: 0 !important;
    border-bottom: 0 !important;
    border-right: 0 !important;
    background: #f4f4f4 !important;
}

.network .companies .all .content .left .company-info-expanded, .network .companies .sector .content .left .company-info-expanded, .network .companies .location .content .left .company-info-expanded {
    position: relative;
    display: block;
    width: 80%;
    background-color: #f7f7f7;
    border: 1px solid #e0e0e0;
    padding: 35px 40px;
}

.expand-box {
    float: right;
}

.expand-box .line1, .expand-box .line2 {
    width: 20px;
    height: 3px;
    margin: 0 0 5px 0;
    display: block;
    border-bottom: 2px solid #ccc;
    transition: -webkit-transform 300ms;
    transition: transform 300ms;
}

.active .line-wrapper {
    -webkit-transform: rotate(45deg) translateY(3px);
    transform: rotate(45deg) translateY(3px);
    transition: -webkit-transform 300ms;
    transition: transform 300ms;
}

.network .companies .all .content .left .company-info-expanded .logo img, .network .companies .sector .content .left .company-info-expanded .logo img, .network .companies .location .content .left .company-info-expanded .logo img {
    max-width: 100%;
}

.network .companies .all .content .left .company-info-expanded .logo, .network .companies .sector .content .left .company-info-expanded .logo, .network .companies .location .content .left .company-info-expanded .logo {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    padding-right: 3%;
}

.network .companies .all .content .left .company-info-expanded .description, .network .companies .sector .content .left .company-info-expanded .description, .network .companies .location .content .left .company-info-expanded .description {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    font-size: 18px;
}

.network .companies .all .content .left .company-info-expanded .description:last-child, .network .companies .sector .content .left .company-info-expanded .description:last-child, .network .companies .location .content .left .company-info-expanded .description:last-child {
    margin-right: 0;
}

.network .companies .all .jumpnav {
    display: block;
    width: 180px;
}

.network .companies .all .content .right .jumpnav, .network .companies .sector .content .right .jumpnav, .network .companies .location .content .right .jumpnav {
    margin-top: 112px;
    list-style: none;
    padding: 20px 15px;
    background-color: #f7f7f7;
    border: 1px solid #e0e0e0;
    text-align: center;
}

body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels, body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after, body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before {
    border: none;
    background: none;
}

body.wpb-js-composer .vc_tta.vc_general .vc_tta-panels, body.wpb-js-composer .vc_tta.vc_general .vc_tta-panels-container {
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
    padding: 1em;
    max-width: 1200px;
    text-align: center;
}

body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a {
    padding: 0.7em 0.4em;
    box-shadow: inset 0 -2px #d1d3d2;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Calibre", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    transition: color 0.3s, box-shadow 0.3s;
    text-decoration: none;
}

.home-inner{
	margin:0 auto!important;
	max-width:900px;
}

body.home header.site-header {
    background: none;
}

body header.site-header.headroom--not-top{
	background:#000!important;
}

#home-hero h1 {
    font-size: 80px;
    text-align: center;
    font-family: "A2 60 Display Regular", 'Arial Black', Arial, Helvetica, Verdana, sans-serif;
    line-height: 1.1;
    position: relative;
    z-index: 9;
}

.hero-container {
    max-width: 61.25%;
    margin-left: auto!important;
    margin-right: auto!important;
}

#home-hero .green-box2 {
    position: absolute;
    top: -30px;
    left: 2%;
    width: 73px;
    height: 76px;
    opacity: 1;
    background-color: rgba(3, 242, 189, 0.45);
    background-color: rgba(3, 242, 189, 0.2);
    background-image: linear-gradient(135deg, rgba(3, 242, 189, 0.2) 0%, #03f2bd 100%);
    z-index: 4;
}

#home-hero .green-box1 {
    position: absolute;
    z-index: 4;
    top: -20px;
    right: 6%;
    width: 52px;
    height: 49px;
    background-color: rgba(3, 242, 189, 0.2);
    background-image: linear-gradient(135deg, rgba(3, 242, 189, 0.2) 0%, #03f2bd 100%);
}

#home-hero .green-box3 {
    position: absolute;
    bottom: -107px;
    right: 21%;
    width: 137px;
    height: 140px;
    opacity: 1;
    background-color: rgba(3, 242, 189, 0.2);
    background-image: linear-gradient(135deg, rgba(3, 242, 189, 0.2) 0%, #03f2bd 100%);
    z-index: 4;
}

.home-inner p {
    font-family: "Calibre", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.6;
    color: #fff;
    font-size: 28px;
}

html, body{
	overflow-x:hidden;
}
/*
.twitter-link a{
    color: transparent!important;
    font-size: 0px;
    text-indent: -9999px;
}

.linkedin-link a{
    color: transparent!important;
    font-size: 0px;
    text-indent: -9999px;
}

.angel-link a {
    color: transparent!important;
    font-size: 0px;
    text-indent: -9999px;
}
*/

header.global .navigation .nav-items .twitter-link a:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f099";
    color:#fff;
}

header.global .navigation .nav-items .linkedin-link a:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0e1";
    color:#fff;
}

header.global .navigation .nav-items .angel-link a:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f209";
    color:#fff;
}

#home-content .green-box {
    position: absolute;
    top: 13px;
    left: -38px;
    width: 18px;
    height: 18px;
    background-color: #03f2bd;
    margin-right: 20px;
    -webkit-animation: cursor 1s 10;
    animation: cursor 1s 10;
}
/*
.cards > .vc_column_container {
    box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.15);
}

.cards > .vc_column_container .vc_column-inner {
	padding:0!important;
}
*/

.vc_row.vc_row-flex.cards>.vc_column_container>.vc_column-inner {
    box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.15);
    margin: 15px;
    padding: 0;
}

.cards p {
    text-align: center;
    padding: 0 15px;
    color: #737373;
    font-size: 18px;
    line-height: 21px;
}

body.home .tab-4 p {
    margin: 0;
    padding: 1em 0;
    color: rgba(0, 0, 0, 0.6);
    font-size: 1.5em;
    font-weight: 300;
    line-height: 1;
}

p.tab-subheader {
    margin: 0;
    padding: 1em 0;
    font-size: 1.4em;
    line-height: 1;
    color: #656b6f !important;
    font-weight: normal !important;
    font-family: Calibre, Helvetica, Arial, sans-serif !important;
}

body.home .number {
    font-family: "Calibre", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 60px;
    color: #03f2bd;
}

body.home .text {
    padding: 0 10%;
    font-family: "Calibre", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    font-size:16px;
    color:#202020;
}

.network-title {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 17px;
    padding: 0;
    margin: 20px 0 20px 0;
}

.network-description {
    padding: 0;
    margin: 0;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 1;
}

.card-cta {
    text-indent: -9999px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    height: 30px;
    width: 30px;
    background-image: url(assets/img/arrow-link.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: auto;
}

.card-cta:hover {
    background-image: url(assets/img/arrow-link-green.png);
}

.tab-4 a {
    color: #03f2bd;
    font-weight: bold;
}

.shadow-boxes .vc_column-inner {
	padding: 30px;
    width: 33.33%;
    box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.15);
    margin: 30px;
    border-radius: 5px;
}

.shadow-boxes h3 {
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 0;
    font-size:21px;
}

.shadow-boxes p {
    margin-bottom: 10px!important;
    padding: 0!important;
}

.btn-green:hover {
    background-color: #02e5b4;
}

.btn-green {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    padding: 30px 65px;
    background-color: #03f2bd;
    color: #202020!important;
    font-family: "Calibre", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    text-decoration: none;
    transition: background-color 0.2s linear;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body, .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::after, .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::before{
	border:none!important;
	background:none!important;
}

.cards .wpb_single_image .vc_figure, .cards .wpb_single_image .vc_figure *{
	width:100%!important;
}

body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading, body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
    border-color: #f0f0f0;
    background-color: #f8f8f8;
    padding: 0.7em 0.4em;
    box-shadow: inset 0 -2px #d1d3d2;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Calibre", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    transition: color 0.3s, box-shadow 0.3s;
    text-decoration: none;
    background: none;
    border: none;
    padding: 5px;
    border-radius:0px!important;
}

@media screen and (max-width:1199px){
	#home-hero h1 {
	    font-size: 56px;
	}

	.hero-container {
	    max-width: 90%;
	}

}

@media screen and (max-width:991px){
	#home-hero h1 {
	    font-size: 56px;
	}

	.hero h1{
		font-size:48px!important;
	}

}

@media (max-height: 700px) {
	#home-hero h1 {
	    font-size: 48px;
	}
}

@media screen and (max-width: 767px){
	#home-hero h1 {
	    font-size: 25px;
	}

	.hero-container{
		max-width:90%;
	}

	.down-arrow {
	    top: auto!important;
	}

	header.headroom--not-top .navigation {
	    padding: 12px 8%;
	    height: 50px;
	}

	header.headroom--not-top .navigation .logo {
	    width: 47px;
	    height: 27px;
	}

	header.headroom--not-top .navigation .nav-items{
		padding-top:0!important;
	}

	header ul li {
	    display: block;
	    margin: 0;
	    text-align: center;
	    line-height: 2;
	}

}

.hero{
	color: white;
}

.hero h1 {
    font-size: 76px;
    font-family: "A2 60 Display Regular", 'Arial Black', Arial, Helvetica, Verdana, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 80px;
    color: rgba(255, 255, 255, .5);
    margin-bottom: 70px;
}

.hero h2 {
    position: relative;
    font-family: "A2 60 Display Regular", 'Arial Black', Arial, Helvetica, Verdana, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 40px;
    margin-bottom: 5px;
}

.hero h4 {
    font-family: "Calibre", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 25px;
    position: relative;
}

.hero h4:after {
    content: "";
    background: #3BF2C6;
    width: 50px;
    height: 5px;
    position: absolute;
    bottom: -15px;
    left: 0;
}

.hero p {
    font-family: "Calibre", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 23px;
    line-height: 1.2;
    margin-bottom: 185px;
    padding-right: 36%;
	color: rgba(255,255,255,.6);    
}

.team h2 {
    font-family: "A2 60 Display Regular", 'Arial Black', Arial, Helvetica, Verdana, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 50px;
    margin-bottom: 55px;
}

@media (min-width:929px){
	.network .companies .jumpnavbar-wrapper{
		display:none!important;
	}
}

@media screen and (max-width:928px){
	.container{
		max-width:90%;
	}

	.company-info{
		width:100%;
	}

	.network .companies .all .content .right .jumpnav, .network .companies .sector .content .right .jumpnav, .network .companies .location .content .right .jumpnav{
		display:none;
	}
}

.gform_wrapper .top_label .gfield_label{
	color:#fff;
	font-size:18px;
	font-weight:400;
}

.gform_wrapper .field_sublabel_below input {
    color: #fff;
}

.gform_wrapper .gfield_required {
    color: #03f2bd!important;
}

.gform_wrapper textarea.large {
    height: 100px!important;
    border-radius: 0px;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
	border-radius:0px;
}

.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
    min-height: 36px;
}

body .gform_wrapper ul li.gfield {
    margin-top: 30px!important;
}

body .gform_button.button {
    width: 99%!important;
    display: block!important;
    height: auto;
    background: #03f2bd;
    border: none;
    padding: 15px;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    font-size: inherit;
    font-family: inherit;
    padding: 5px 4px;
    letter-spacing: normal;
    color: #000;
}

.menu .twitter span, .menu .linkedin span, .menu .angellist span{
	display:none!important;
}

.menu-item i._before, .rtl .menu-item i._after{
	margin-left:0;
	margin-right:0;
}

@media (min-width:768px) and (max-width:1199px){
	header.global .navigation .nav-items a {
	    margin-right: 16px;
	}
}

.cards-style.style-3 figcaption p, .cards-style.style-4 figcaption p, .circles-style.style-1 figcaption p {
    font-size: 13px!important;
}

header.global .navigation .nav-items.is-open{
	height:auto;
}

.down-arrow{
	left:0!important;
	z-index:10;
}

@media screen and (max-width:767px){
	.tab-header{
		font-size:28px;
	}

	#fat-footer ul li a {
	    margin: 8px;
	    display: inline-block;
	}

}

.active .expand-box .line2 {
    -webkit-transform: translateY(-7px) rotate(90deg);
    transform: translateY(-7px) rotate(90deg);
}

.active .expand-box .line1, .active .expand-box .line2{
	border-color:#000;
}

.company-info:hover .line1, .company-info:hover .line2{
	border-color:#000;
} 

.portfolio-hero h1{
	color:#fff!important;
}

.portfolio-hero p{
    padding: 0;
    font-size: 18px;
    color: rgba(255,255,255,.6);
    margin: 0;
}

.portfolio-hero a {
    color: #03f2bd;
    font-weight: bold;
}