.section,
section {
	padding: 5rem 0
}

footer {
	padding: 20px 2rem 0
}

iframe {
	border: 0
}

figure {
	margin: 0
}

strong {
	font-weight: 700
}

address {
	font-style: normal
}

a {
	color: #040404
}

.responsive-img {
	width: 100%
}

canvas {
	display: block
}

.hero {
	position: relative
}

html {
	font-family: Work Sans, sans-serif;
	color: #040404
}

body,
button,
input,
select,
textarea {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	font-kerning: normal;
	-moz-font-feature-settings: 'liga', 'kern'
}

.huge {
	font-size: 5rem;
	line-height: 1.3;
	letter-spacing: -.01em
}

.huge,
h2 {
	font-weight: 300
}

h2 {
	margin-bottom: 4rem;
	letter-spacing: .5rem
}

.brand-logo,
h2 {
	text-transform: uppercase
}

.brand-logo {
	letter-spacing: .2rem
}

.hero h1 {
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	position: absolute;
	top: 50%; /* how far the title is from the top of the screen */
	left: 50%;
	margin: 0;
	font-size: 7rem;
	font-weight: 200;
	letter-spacing: 5px;
	color: #fff;
	text-align: center;
}

.hero h1.bold {
	font-weight: 700;
	letter-spacing: 10px
}

blockquote {
	padding: 0;
	font-size: 2.5rem;
	font-weight: 400;
	letter-spacing: -.01em;
	border: 0
}

blockquote .quote {
	margin-left: -16px
}

h3 {
	font-size: 1.5rem
}

h2+h3 {
	margin-top: -3rem;
	color: #bdbdbd
}

.full-width {
	width: 100%;
	max-width: 100%
}

.grayscale {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%)
}

.zero-height {
	height: 0
}

.bg-position-bottom {
	background-position: bottom !important
}

.bg-position-top {
	background-position: top !important
}

.underline {
	text-decoration: underline
}

.overflow-hidden {
	overflow: hidden
}

nav {
	position: relative;
	height: 5rem;
	line-height: 5rem;
	background-color: transparent;
	box-shadow: none
}

nav .nav-wrapper {
	margin: 0 5rem
}

nav ul {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	box-pack: justify;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: justify
}

nav ul a {
	position: relative;
	display: inline;
	padding: 0;
	font-size: 1.5rem;
	letter-spacing: -.04em;
	border-bottom: 2px solid hsla(0, 0%, 100%, .5)
}

nav ul a:hover {
	background-color: transparent;
	border-bottom-color: #fff
}

nav .brand-logo,
nav ul a {
	color: #fff
}

nav .black-logo {
	display: none
}

nav.dark {
	background-color: hsla(0, 0%, 100%, .97)
}

nav.dark .brand-logo,
nav.dark ul a {
	color: #040404
}

nav.dark ul a {
	border-bottom-color: rgba(4, 4, 4, .5)
}

nav.dark ul a:hover {
	border-bottom-color: #040404
}

nav.dark .table-of-contents a:hover {
	color: #040404
}

nav.dark .black-logo {
	display: inline
}

nav.dark .white-logo {
	display: none
}

.table-of-contents li {
	padding: 0
}

.table-of-contents a {
	display: inline;
	padding: 0;
	font-weight: 400;
	color: #fff
}

.table-of-contents a.active,
.table-of-contents a:hover {
	padding: 0;
	color: #fff;
	border-left: 0
}

.table-of-contents a.active {
	color: #040404;
	border-top: 2px solid #040404
}

.navbar-fixed {
	z-index: 1000
}

.brand-logo img {
	width: 225px
}

.square {
	padding-bottom: 100%
}

.rectangle {
	padding-bottom: 70%
}

.rectangle-vertical {
	padding-bottom: 140%
}

.rectangle-horizontal {
	padding-bottom: 35%
}

.block {
	position: relative;
	display: block;
	height: 0;
	overflow: hidden;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover
}

.block .content {
	-webkit-transition: opacity .4s cubic-bezier(.075, .82, .165, 1);
	transition: opacity .4s cubic-bezier(.075, .82, .165, 1);
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	box-pack: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	box-align: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: hsla(0, 0%, 100%, .85);
	opacity: 0
}

.block .title {
	font-size: 2.5rem;
	letter-spacing: -.07em
}

.block:hover .content {
	opacity: 1
}

.blocks .row {
	margin: 0
}

.blocks .col {
	padding: 0
}

.blocks.spacious .block {
	margin: 2.5rem
}

.blocks.spacious.no-margin .block {
	margin: 0
}

.blocks.spacious .rectangle-vertical {
	padding-bottom: calc(140% + 5rem)
}

.pace {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: fixed;
	top: 1rem;
	right: 1rem;
	z-index: 2000;
	pointer-events: none
}

.pace .pace-activity {
	-webkit-animation: pace-spinner .4s linear infinite;
	animation: pace-spinner .4s linear infinite;
	position: relative;
	top: -3px;
	left: 3px;
	z-index: 2000;
	display: block;
	width: 14px;
	height: 14px;
	border: 2px solid transparent;
	border-top-color: #040404;
	border-left-color: #040404;
	border-radius: 10px
}

.pace .pace-progress-inner {
	box-shadow: none
}

@-webkit-keyframes pace-spinner {
	0% {
		-webkit-transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(1turn)
	}
}

@keyframes pace-spinner {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

.loading-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1999;
	width: 100%;
	height: 100%;
	background: #fff
}

.triangles {
	position: relative;
	width: 100%;
	height: 720px
}

.blue-purple-gradient {
	background-color: #df0eff;
	background-image: -webkit-linear-gradient(left, #df0eff, #5b0bbb);
	background-image: linear-gradient(90deg, #df0eff, #54B3D0)
}

.blue-green-gradient {
	background-color: #54B3D0;
	background-image: -webkit-linear-gradient(left, #54e8a1, #464181);
	background-image: linear-gradient(90deg, #18ffff, #0d86a7) 
}/* gradient for Get Started */

.red-purple-gradient {
	background-color: #ff0961;
	background-image: -webkit-linear-gradient(left, #ff0961, #2e0961);
	background-image: linear-gradient(90deg, #ff0961, #2e0961)
}

.services-section i {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 10rem
}

.services-section .service-title {
	margin: 2rem 0 .5rem;
	font-size: 2rem;
	font-weight: 300;
	line-height: 1
}

.services-section .service-description {
	font-size: 1.25rem;
	color: #bdbdbd
}

.services-section svg {
	opacity: 0
}

.services-section.animate svg {
	opacity: 1
}

.services-section.animate svg>* {
	-webkit-animation: draw 5s forwards 1 cubic-bezier(.39, .575, .565, 1);
	animation: draw 5s forwards 1 cubic-bezier(.39, .575, .565, 1);
	stroke: #13a2c8;
	stroke-width: 1;
	stroke-dasharray: 500px;
	stroke-dashoffset: 500px
}

@-webkit-keyframes draw {
	to {
		stroke-dashoffset: 0
	}
}

@keyframes draw {
	to {
		stroke-dashoffset: 0
	}
}

.posts-covers>div {
	-webkit-transition: all 30s cubic-bezier(.39, .575, .565, 1);
	transition: all 30s cubic-bezier(.39, .575, .565, 1);
	-webkit-transform: scale(1);
	transform: scale(1);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 505;
	display: none;
	width: 100vw;
	height: 100vh;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover
}

.posts-covers>div.active {
	display: block
}

.posts-covers>div.zoom {
	-webkit-transform: scale(1.5);
	transform: scale(1.5)
}

.posts {
	position: relative;
	z-index: 510;
	font-size: 1.75rem
}

.posts a {
	display: block;
	padding: 1.5rem 1rem;
	border-bottom: 2px solid #040404
}

.posts a:hover {
	color: #fff;
	background: #040404
}

.posts a.opacity:hover {
	opacity: 1
}

.posts a.opacity {
	opacity: 0
}

footer {
	padding: 7rem 0;
	font-size: 125%
}

footer ul {
	margin: 0
}

.input-field label {
	left: 0;
	color: #fff
}

input[type=email],
input[type=text],
textarea.materialize-textarea {
	color: #fff;
	border-bottom-color: #fff;
	border-bottom-width: 2px
}

.input-field input[type=email]:focus,
.input-field input[type=email]:focus:not([readonly]),
.input-field input[type=text]:focus:not([readonly]),
input[type=email]:focus,
input[type=email]:focus:not([readonly]),
textarea.materialize-textarea:focus,
textarea.materialize-textarea:focus:not([readonly]) {
	border-bottom-color: #fff;
	border-bottom-width: 2px;
	box-shadow: none
}

.input-field input[type=email]:focus+label,
.input-field input[type=email]:focus:not([readonly])+label,
.input-field input[type=text]:focus:not([readonly])+label,
input[type=email]:focus+label,
input[type=email]:focus:not([readonly])+label,
textarea.materialize-textarea:focus+label,
textarea.materialize-textarea:focus:not([readonly])+label {
	color: #fff
}

.input-field input[type=email].invalid,
.input-field input[type=email].valid,
.input-field input[type=text].invalid,
.input-field input[type=text].valid,
textarea.materialize-textarea.invalid,
textarea.materialize-textarea.valid {
	border-bottom-color: #fff;
	box-shadow: none
}

.input-field .prefix.active {
	color: #fff
}

.slider .indicators .indicator-item {
	background-color: rgba(4, 4, 4, .25)
}

.slider .indicators .indicator-item.active {
	background-color: #040404
}

.explore-case {
	position: absolute;
	right: 1rem;
	bottom: 1rem
}

.modal.bottom-sheet {
	z-index: 1300;
	height: 100%;
	max-height: inherit;
	background-color: #fff
}

.modal.bottom-sheet .modal-content {
	padding-top: 5rem;
	padding-bottom: 5rem
}

.modal.bottom-sheet .spacious-images img {
	margin: 2.5rem 0
}

.modal.bottom-sheet p {
	margin: 0
}

.modal.bottom-sheet p:not(:first-of-type) {
	text-indent: 2rem
}

.modal.bottom-sheet h3 {
	margin-top: 4rem
}

.modal.bottom-sheet .author img {
	position: relative;
	top: 12px;
	width: 50px;
	margin-right: 1rem;
	margin-left: -62px;
	border-radius: 50%
}

.modal-close {
	position: absolute;
	top: 0;
	left: 1.5rem;
	z-index: 10000;
	font-size: 3rem
}

.modal-nav-container {
	padding: 4rem 0
}

.toast {
	display: none;
	height: auto;
	padding: 20px;
	line-height: 1.75rem
}

.toast:first-of-type,
.toast a {
	display: block
}

.toast a {
	color: #fff;
	text-decoration: underline
}

.toast.error {
	background-color: #ff5252
}

.toast.success {
	color: #000;
	background-color: #00e676
}

.choose-demo .logo {
	padding: 4rem 0
}

.choose-demo .responsive-img {
	padding: 2rem
}

.choose-demo .buy-now {
	padding: 7.5rem 0;
	margin: 2rem 0
}

.choose-demo footer {
	padding: 4rem 0
}

@media only screen and (max-width:992px) {
	.margin-on-medium-and-down {
		margin-bottom: 1.5rem
	}

	.big-margin-on-medium-and-down {
		margin-bottom: 3rem
	}

	.blocks.spacious .rectangle-vertical,
	.rectangle,
	.rectangle-horizontal,
	.rectangle-vertical {
		padding-bottom: 70%
	}

	.blocks.spacious .block {
		margin: 1.5rem
	}

	.pace .pace-activity {
		left: -33px
	}
}

@media only screen and (max-width:600px) {

	.hero h1,
	.huge,
	h1,
	h2 {
		font-size: 2.5rem
	}

	blockquote {
		font-size: 1.75rem
	}

	blockquote .quote {
		margin-left: -12px
	}

	.modal.bottom-sheet .author {
		display: none
	}
}

@media only screen and (min-width:601px) {
	.modal-close:after {
		position: absolute;
		top: 0;
		left: 0;
		font-size: 1rem;
		content: 'esc'
	}
}

@media only screen and (max-width:992px) and (min-width:601px) {
	#toast-container {
		right: 5%
	}
}