/* cyrillic-ext */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: local('Roboto'), local('Roboto-Regular'), format("woff2");
}

/* cyrillic */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: local('Roboto'), local('Roboto-Regular'), format("woff2");
}

/* greek-ext */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: local('Roboto'), local('Roboto-Regular'), format("woff2");
}

/* greek */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: local('Roboto'), local('Roboto-Regular'), format("woff2");
}

/* vietnamese */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: local('Roboto'), local('Roboto-Regular'), format("woff2");
}

/* latin-ext */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: local('Roboto'), local('Roboto-Regular'), format("woff2");
}

/* latin */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: local('Roboto'), local('Roboto-Regular'), format("woff2");
}

/* cyrillic-ext */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	src: local('Roboto Bold'), local('Roboto-Bold'), format("woff2");
}

/* cyrillic */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	src: local('Roboto Bold'), local('Roboto-Bold'), format("woff2");
}

/* greek-ext */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	src: local('Roboto Bold'), local('Roboto-Bold'), format("woff2");
}

/* greek */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	src: local('Roboto Bold'), local('Roboto-Bold'), format("woff2");
}

/* vietnamese */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	src: local('Roboto Bold'), local('Roboto-Bold'), format("woff2");
}

/* latin-ext */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	src: local('Roboto Bold'), local('Roboto-Bold'), format("woff2");
}

/* latin */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	src: local('Roboto Bold'), local('Roboto-Bold'), format("woff2");
}

.entry .entry-content,.entry .entry-summary {
	max-width: 100% !important;
	margin: 0 !important;
}

@media only screen and (min-width: 768px) {
	.entry .entry-content,.entry .entry-summary {
		max-width: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
	}
}

.entry .entry-content>*,.entry .entry-summary>* {
	margin: 0 !important;
	max-width: 100% !important;
}

@media only screen and (min-width: 768px) {
	.entry .entry-content>*,.entry .entry-summary>* {
		max-width: 100% !important;
	}
}

@media only screen and (min-width: 1168px) {
	.entry .entry-content>*,.entry .entry-summary>* {
		max-width: 100%!important;
	}
}

@media only screen and (min-width: 768px) {
	.entry .entry-content>*,.entry .entry-summary>* {
		
  }
}

html {
	background-image: url(https://upgrade.fund/wp-content/uploads/2019/04/waves-background-placeholder.png);
	background-size: cover;
}

html, body {
	height: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

footer, header {
	display: none !important;
}

body {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-weight: 400;
	background-color: #719CAE;
}

div#actionbar {
	display: none !important;
}

.entry-content, .site, .site-content, .content-area, .site-main, .entry {
	margin: 0 !important;
	width: 100% !important;
	max-width: 100% !important;
	height: 100%;
}

br {
	display: none;
}

.wrapper {
	position: relative;
	overflow: auto;
	height: 100%;
}

.content {
	position: relative;
	display: flex;
	width: 78%;
	flex-direction: column;
	justify-content: space-between;
	min-height: 100%;
	box-sizing: border-box;
	padding: 80px 90px;
}

.content-top, .footer {
	position: relative;
	z-index: 10;
}

.content::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #000000;
	opacity: .55;
}

.logo {
}

.brand-color {
	color: #6AD68F;
}

.heading {
	padding: 20px 30px 44px 0;
	margin: 0;
	font-size: 30px;
	line-height: 1.2;
	color: #FFFFFF;
}

.heading__part--last {
	padding-top: 16px;
}

.contact-us {
	padding-top: 110px;
}

.contact-us__email {
	display: block;
	font-size: 30px;
	line-height: 35px;
	font-weight: bold;
	text-decoration-line: underline;
}

.contact-us__email:visited, .contact-us__email:hover {
  color: #6AD68F;	
}

.fullscreen-bg {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	z-index: -100;
}

.fullscreen-bg__video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.contact-us__social {
	display: flex;
	padding-top: 16px;
}

.social__item {
	margin-right: 15px;
	text-decoration: none;
}

@media screen and (max-width: 768px) {
	.content::after {
		display: none;
	}
	
	.wrapper {
		display: block;
	}
	
	.content {
		padding: 0;
		width: 100%;
	}
	
	.content-top {
		padding: 65px 25px 25px;
	}
	
	.logo, .heading {
		position: relative;
		z-index: 10;
	}
	
	.logo svg {
		width: 123px;
		height: 31px;
	}
	
	.heading {
		font-size: 20px;
		line-height: 25px;
		padding: 16px 0 25px;
	}
	
	.contact-us__content {
		position: relative;
		z-index: 10;
	}
	
	.contact-us {
		position: relative;
		padding: 25px;
	}
	
	.contact-us__social {
		padding-top: 10px;
	}
	
	.contact-us__email {
		font-size: 24px;
		line-height: 35px;
	}
	
	.contact-us::after, .content-top::after {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: #000000;
		opacity: .55;
	}
}

.contact-us__links {
		display: flex;
		align-items: center;
	}


	.contact-us__link {
		height: 30px;
		text-decoration: none;
		cursor: pointer !important;
	}

	.contact-us__link:first-child {
		margin-right: 16px;
	}

	.contact-us__address {
		margin-top: 20px;
		font-weight: 400;
		font-size: 16px;
		line-height: 24px;
		color: #fff;
		font-style: normal;
	}

.contact-us__address br {
	display: inline-block;
}

.wistia_embed, .wistia_embed > div, .wistia_embed > div > div {
	height: 100% !important;
}

@media (min-aspect-ratio: 16/9) {
	.fullscreen-bg video {
		width: 100% !important;
		height: auto !important;
	}
}

@media (max-aspect-ratio: 16/9) {
	.fullscreen-bg video {
		width: auto !important;
		height: 100% !important;
	}
}

.nk-awb {
  height: 100%;
}

.heading__part, .contact-us__content {
    opacity: 0;
    transform: translateY(30px);
    animation: appearUp 1s cubic-bezier(.82,-0.04,.4,.82) forwards;
}

.heading__part--first {
    animation-delay: 1s;
}

.heading__part--last {
    animation-delay: 2s;
}

.contact-us__content {
    animation-delay: 3s;
}

@keyframes appearUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
p:empty {
   display: none;
}