body {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 14px;
	font: inherit;
	line-height: 1.4;
	vertical-align: baseline;
	box-sizing: border-box;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #333;
}
footer,section {
	display: block
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
ol,ul {
	list-style: none
}
ol li {
	list-style-type: decimal
}
strong {
	font-weight: bold
}
a {
	color: #4183C4;
	text-decoration: none
}
a:hover {
	color: #156cc2
}
h1 {
	margin: 90px auto 0 auto;
	font-size: 36px;
	font-weight: 200;
	line-height: 50px;
	text-align: center;
	max-width: 910px;
	color: #333
}
h2 {
	text-align: center;
	font-weight: 200;
	line-height: 32px;
	margin: 30px auto 0;
	font-size: 21px;
	max-width: 740px
}
h4 {
	font-size: 30px;
	font-weight: 300;
	line-height: 1em;
	-webkit-backface-visibility: hidden;
	color: #4183C4;
}
p {
	margin: 15px 0 30px;
	font-weight: 300;
	line-height: 1.7em
}
.mega-icon {
	font: normal normal 48px;
	display: inline-block;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	color: #4183c4;
	line-height: 100px;
	margin-top: 18px;
}
.wrapper {
	position: relative;
	width: 980px;
	margin: 0 auto
}
.page h1.title {
	margin-top: 20px
}
.logo {
	display: block;
	width: 400px;
	margin: 0 auto
}

#hero-spot {
	padding: 40px 0 0;
	position: relative;
	overflow: hidden;
	background: #222
}
#hero-spot h1 {
	color: #fff;
	-webkit-backface-visibility: hidden;
	max-width: 830px;
	margin-top: 30px
}
.page #hero-spot img {
	margin-bottom: 25px
}
#hero-spot h2 {
	color: #a7a7a7;
	-webkit-backface-visibility: hidden;
	line-height: 1.5em;
	max-width: none;
	margin: 5px auto 35px;
	font-size: 18px
}
.hero-spot h2>a {
	color: #dcdcdc;
	text-decoration: underline
}
.hero-spot h2>a:hover {
	text-decoration: none
}
#slideshow {
	margin: 30px auto 0;
	position: relative
}
.slide {
	margin: 0 auto;
	max-width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	z-index: 100;
	-webkit-transition: opacity 0.6s ease-in-out 0s;
	-moz-transition: opacity 0.6s ease-in-out 0s;
	-o-transition: opacity 0.6s ease-in-out 0s;
	transition: opacity 0.6s ease-in-out 0s
}
.slide:first-child {
	position: relative;
	display: block
}
.slide.active {
	opacity: 1;
	z-index: 90
}
#tutorial {
	text-align: center;
	background-color: #f5f5f5;
	overflow: hidden
}
.tabs {
	display: inline-block;
	margin: 0px;
	padding: 0px;
	font-size: 0;
	text-align: center;
}
.question .tabs {
	margin: 30px auto 0
}
.tabs li {
	display: inline-block;
	margin: 0;
	font-size: 15px
}
.tabs li:first-child a {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px
}
.tabs li:last-child a {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px
}
.tabs li:nth-child(even) a {
	margin: 0 -1px
}
.tabs a {
	color: #323232;
	background-color: #fff;
	padding: 10px 20px;
	display: inline-block;
	border: 1px solid #dddddd;
	position: relative;
	line-height: 1em;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s
}
.question .tabs a {
	background-color: #fcfcfc
}
.tabs a:hover {
	color: #327fc7;
	border-color: #327fc7;
	z-index: 10
}
.tabs a.selected {
	z-index: 20;
	color: #fff;
	background-color: #327fc7;
	border-color: #327fc7;
	outline: none
}
#tutorial {
	padding-bottom: 20px
}
#tutorial h1 {
	margin-top: 40px
}
.tutorial-list {
	margin-top: 70px;
	counter-reset: tutorialstep;
	display: none
}
.tutorial-list.active {
	display: block
}
.tutorial-list>li {
	position: relative;
	background-color: #fff;
	margin: 0 0 70px 0px;
	padding: 40px 0 40px;
	font-size: 18px;
	border: 1px solid #ddd;
	border-radius: 5px;
	z-index: 1;
	-webkit-transition: all 0.6s ease-in-out 0s;
	-moz-transition: all 0.6s ease-in-out 0s;
	-o-transition: all 0.6s ease-in-out 0s;
	transition: all 0.6s ease-in-out 0s
}
.tutorial-list .image-right {
	padding-right: 440px
}
.tutorial-list .image-right p {
	margin-left: 30px;
	margin-right: 30px
}
.tutorial-list .animate-in {
	-webkit-transform: translateY(40px);
	-moz-transform: translateY(40px);
	-o-transform: translateY(40px);
	-ms-transform: translateY(40px);
	transform: translateY(40px);
	opacity: 0
}
.tutorial-list p {
	margin: 20px 0px
}
.tutorial-list p:last-child {
	margin-bottom: 0
}
.article-left p {
	margin-left: 0;
	margin-right: 0
}
.tutorial-list p,.tutorial-list h4 {
	margin: 0px 0px 15px 0px
}
.tutorial-list li .full-size {
	margin-bottom: -66px;
	max-width: 90%
}
.tutorial-list li .macos-drop-shadow {
	box-shadow: 0 10px 30px 4px rgba(0, 0, 0, 0.56)
}
.tutorial-list .hidden {
	display: none
}
.tutorial-list .question {
	text-align: center
}
.tutorial-list>li:last-child:before {
	content: "";
	position: absolute;
	left: -55px;
	top: 0;
	height: 105%;
	width: 10px;
	background-color: #f5f5f5
}
.tutorial-list .right {
	margin: -45px 0 0 30px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px
}
.tutorial-list .question:after {
	content: "?"
}
.tutorial-list>li:not(.question):after {
	counter-increment: tutorialstep;
	content: counter(tutorialstep)
}
.tutorial-list>li:after {
	width: 58px;
	height: 58px;
	line-height: 58px;
	background-color: #327fc7;
	border-radius: 200px;
	font-size: 30px;
	font-weight: 300;
	color: #fff;
	position: absolute;
	left: -15px;
	top: -15px;
	text-align: center;
	-webkit-backface-visibility: hidden;
	z-index: 100;
	display: none;
}
.tutorial-list .shell p {
	margin: 0;
	font-weight: bold;
	-webkit-backface-visibility: hidden
}
.details {
	font-size: 14px;
	font-weight: 400
}
.hero-icon {
	width: 100px;
	height: 100px;
	border-radius: 50px;
	text-align: center;
	border: solid 1px #e5e5e5;
	margin: 0 auto 15px;
	display: block;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s
}
.hero-icon:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}
.hero-link {
	margin: 0 auto 15px;
	display: block;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s
}
.hero-link:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}
.next-steps {
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.next-steps .hero-icon {
	margin-bottom: 35px
}
.next-steps {
	margin-top: 80px
}
.next-steps p {
	font-weight: 400
}
.next-steps li {
	display: table-cell;
	text-align: center;
	padding: 0 30px 0;
	-webkit-transition: opacity 0.8s ease-in-out 0s;
	-moz-transition: opacity 0.8s ease-in-out 0s;
	-ms-transition: opacity 0.8s ease-in-out 0s;
	-o-transition: opacity 0.8s ease-in-out 0s;
	transition: opacity 0.8s ease-in-out 0s
}
.next-steps .animate-in {
	opacity: 0
}
.next-steps li:first-child,.next-steps li:last-child {
	padding-left: 0;
	padding-right: 0
}
.next-steps .custom-urls {
	-webkit-transition-delay: 0.15s;
	-moz-transition-delay: 0.15s;
	-ms-transition-delay: 0.15s;
	-o-transition-delay: 0.15s;
	transition-delay: 0.15s
}
.support {
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
	width: 295px;
	padding-left: 30px;
	padding-right: 30px;
}

footer {
	position: relative;
	font-size: 12px;
	line-height: 1.5;
	color: #777;
	clear: both;
	width: 980px;
	padding: 40px 0;
	margin: 70px auto 0 auto;
	border-top: 1px solid #eee
}
.site-footer-links li {
	display: inline-block;
	margin-left: 10px
}
.site-footer-links li:first-child {
	margin-left: 0
}
footer .footericon {
	position: absolute;
	top: 20px;
	left: 50%;
	color: #ccc;
	height: 64px;
	width: 64px;
	margin-left: -32px;
}

footer .footericon:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

footer .right {
	float: right;
	margin: 0
}
footer .center {
	left: 50%;
	margin-left: -32px;
	margin: 0;
}
.left {
	float: left
}
.article-left {
	width: 500px;
	margin-left: 20px
}
.page .content {
	padding-left: 10%;
	padding-right: 10%
}
.flex-container {
	display: flex;
	justify-content: left;
	text-align: left;
}
.flex-text {
	margin: 0px 40px 0px 40px;
	text-align: left;
}
.flex-image-right {
	margin: 0px 40px 0px 0px;
}
.flex-image-left {
	margin: 0px 0px 0px 60px;
}

.lang-container {
	position: absolute;
	top: 20px;
	right: 20px;
	padding: 5px 10px;
}

.lang-button {
	background-color: #333;
	color: #bbb;
	padding: 5px 10px;
	border-radius: 4px;
	font-size: 12px;
	font-weight: bold;
	-webkit-backface-visibility: hidden;
	-webkit-transition: color 0.2s ease-in-out 0s;
	-moz-transition: color 0.2s ease-in-out 0s;
	-o-transition: color 0.2s ease-in-out 0s;
	transition: color 0.2s ease-in-out 0s
}

.lang-button:hover {
	color: #fff
}

.lang-button-selected {
	z-index: 20;
	color: #fff;
	background-color: #327fc7;
	border-color: #327fc7;
	outline: none
}
