@-webkit-keyframes spin {
0% {
-webkit-transform:rotate(0deg)
}
100% {
-webkit-transform:rotate(360deg)
}
}
@-moz-keyframes spin {
0% {
-moz-transform:rotate(0deg)
}
100% {
-moz-transform:rotate(360deg)
}
}
@keyframes spin {
0% {
-webkit-transform:rotate(0deg);
-moz-transform:rotate(0deg);
-ms-transform:rotate(0deg);
-o-transform:rotate(0deg);
transform:rotate(0deg)
}
100% {
-webkit-transform:rotate(360deg);
-moz-transform:rotate(360deg);
-ms-transform:rotate(360deg);
-o-transform:rotate(360deg);
transform:rotate(360deg)
}
}
@-webkit-keyframes spin {
0% {
-webkit-transform:rotate(0deg)
}
100% {
-webkit-transform:rotate(360deg)
}
}
@-moz-keyframes spin {
0% {
-moz-transform:rotate(0deg)
}
100% {
-moz-transform:rotate(360deg)
}
}
@keyframes spin {
0% {
-webkit-transform:rotate(0deg);
-moz-transform:rotate(0deg);
-ms-transform:rotate(0deg);
-o-transform:rotate(0deg);
transform:rotate(0deg)
}
100% {
-webkit-transform:rotate(360deg);
-moz-transform:rotate(360deg);
-ms-transform:rotate(360deg);
-o-transform:rotate(360deg);
transform:rotate(360deg)
}
}
.landing-page-title {
	margin-bottom: 30px;
	color: #363b3e;
	font-family: "effra", "proxima", "Proxima Nova", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 40px;
	font-weight: 900;
	line-height: 1.2em
}

@media screen and (min-width: 40.0625em) {
.landing-page-title {
	font-size: 50px
}
}

@media screen and (min-width: 64.0625em) {
.landing-page-title {
	font-size: 55px
}
}
.landing-page-title--light {
	color: #fff
}
.landing-page-title--thin {
	font-weight: 300
}
.landing-page-title__strong {
	font-weight: 900
}
.landing-page-text {
	margin-bottom: 40px;
	color: #666c70;
	font-family: "effra", "proxima", "Proxima Nova", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5em
}

@media screen and (min-width: 40.0625em) {
.landing-page-text {
	font-size: 20px;
	line-height: 1.75em
}
}
.landing-page-text__link {
	color: #666c70;
	font-size: 14px;
	font-family: "brandon-grotesque", "proxima", "Proxima Nova", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-weight: 600;
	text-decoration: underline;
	text-transform: uppercase;
	white-space: nowrap
}
.landing-page-text--light {
	color: rgba(255,255,255,0.75)
}
.landing-page-text--light .landing-page-text__link {
	color: rgba(255,255,255,0.75)
}
.landing-page-btn-container__item {
	vertical-align: top
}
.landing-page-btn, input[type="submit"].landing-page-btn {
	display: inline-block;
	padding: 0 40px;
	color: #2990ea;
	font-family: "brandon-grotesque", "proxima", "Proxima Nova", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 44px;
	letter-spacing: 1px;
	text-transform: uppercase;
	background: #fff;
	border-radius: 44px;
	box-shadow: inset 0 0 0 2px #2990ea;
	overflow: hidden;
	-webkit-transition: .75s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: .75s cubic-bezier(0.19, 1, 0.22, 1);
	transition: .75s cubic-bezier(0.19, 1, 0.22, 1)
}
.landing-page-btn:hover, .landing-page-btn:focus, .landing-page-btn.is-active, input[type="submit"].landing-page-btn:hover, input[type="submit"].landing-page-btn:focus, input[type="submit"].landing-page-btn.is-active {
	color: #fff;
	background: #2990ea;
	box-shadow: inset 0 0 0 2px #2990ea
}
.landing-page-btn--solid, .landing-page-btn--white, input[type="submit"].landing-page-btn--solid, input[type="submit"].landing-page-btn--white {
	-webkit-transform: scale(1) translateZ(0);
	-moz-transform: scale(1) translateZ(0);
	-ms-transform: scale(1) translateZ(0);
	-o-transform: scale(1) translateZ(0);
	transform: scale(1) translateZ(0);
	color: #fff;
	background: #2990ea;
	box-shadow: inset 0 0 0 2px #2990ea;
	-webkit-perspective: 1000
}
.landing-page-btn--solid:hover, .landing-page-btn--solid:focus, .landing-page-btn--white:hover, .landing-page-btn--white:focus, input[type="submit"].landing-page-btn--solid:hover, input[type="submit"].landing-page-btn--solid:focus, input[type="submit"].landing-page-btn--white:hover, input[type="submit"].landing-page-btn--white:focus {
	-webkit-transform: scale(1.1) translateZ(0);
	-moz-transform: scale(1.1) translateZ(0);
	-ms-transform: scale(1.1) translateZ(0);
	-o-transform: scale(1.1) translateZ(0);
	transform: scale(1.1) translateZ(0);
	box-shadow: inset 0 0 0 2px #2990ea, 0 3px 10px rgba(0,0,0,0.1)
}
.landing-page-btn--white, input[type="submit"].landing-page-btn--white {
	color: #2990ea;
	background: #fff;
	box-shadow: inset 0 0 0 2px #fff
}
.landing-page-btn--white:hover, .landing-page-btn--white:focus, input[type="submit"].landing-page-btn--white:hover, input[type="submit"].landing-page-btn--white:focus {
	color: #2990ea;
	background: #fff;
	box-shadow: inset 0 0 0 2px #fff, 0 3px 10px rgba(0,0,0,0.1)
}
.landing-page-btn--light, input[type="submit"].landing-page-btn--light {
	color: #fff;
	background: rgba(255,255,255,0);
	box-shadow: inset 0 0 0 2px #fff
}
.landing-page-btn--light:hover, .landing-page-btn--light:focus, .landing-page-btn--light.is-active, input[type="submit"].landing-page-btn--light:hover, input[type="submit"].landing-page-btn--light:focus, input[type="submit"].landing-page-btn--light.is-active {
	color: #2990ea;
	background: #fff;
	box-shadow: inset 0 0 0 2px #fff
}
.landing-page-btn--link, .landing-page-btn--link-white, input[type="submit"].landing-page-btn--link, input[type="submit"].landing-page-btn--link-white {
	padding: 0 20px;
	text-decoration: underline;
	background: transparent;
	box-shadow: none
}
.landing-page-btn--link:hover, .landing-page-btn--link:focus, .landing-page-btn--link.is-active, .landing-page-btn--link-white:hover, .landing-page-btn--link-white:focus, .landing-page-btn--link-white.is-active, input[type="submit"].landing-page-btn--link:hover, input[type="submit"].landing-page-btn--link:focus, input[type="submit"].landing-page-btn--link.is-active, input[type="submit"].landing-page-btn--link-white:hover, input[type="submit"].landing-page-btn--link-white:focus, input[type="submit"].landing-page-btn--link-white.is-active {
	color: #2990ea;
	background: transparent;
	box-shadow: none
}
.landing-page-btn--link-white, input[type="submit"].landing-page-btn--link-white {
	color: #fff
}
.landing-page-btn--link-white:hover, .landing-page-btn--link-white:focus, .landing-page-btn--link-white.is-active, input[type="submit"].landing-page-btn--link-white:hover, input[type="submit"].landing-page-btn--link-white:focus, input[type="submit"].landing-page-btn--link-white.is-active {
	color: #fff;
	background: transparent;
	box-shadow: none
}
.landing-page-section {
	overflow: hidden;
	position: relative;
	padding: 80px 0;
	font-family: "effra", "proxima", "Proxima Nova", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	background: #fff
}

@media screen and (min-width: 64.0625em) {
.landing-page-section {
	padding: 160px 0
}
}

@media screen and (min-width: 90.0625em) {
.landing-page-section {
	padding: 220px 0
}
}
.landing-page-container {
	width: calc(100% - 60px);
	max-width: 1360px;
	margin: auto
}

@media screen and (min-width: 40.0625em) {
.landing-page-container {
	width: calc(100% - 160px)
}
}

@media screen and (min-width: 64.0625em) {
.landing-page-container {
	width: calc(100% - 320px)
}
}

@media screen and (min-width: 90.0625em) {
.landing-page-container {
	width: calc(100% - 440px)
}
}
.landing-page-container--tight {
	margin: auto
}

@media screen and (min-width: 40.0625em) {
.landing-page-container--tight {
	max-width: 520px
}
}

@media screen and (min-width: 64.0625em) {
.landing-page-container--tight {
	max-width: 1080px
}
}
.landing-page-content {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 500px;
	margin: auto;
	text-align: center
}

@media screen and (min-width: 64.0625em) {
.landing-page-content {
	margin: 0;
	text-align: left
}
}
.landing-page-content--centered {
	max-width: 840px;
	margin: auto;
	text-align: center
}
.landing-page-list {
	counter-reset: landing-page-list
}
.landing-page-list__item {
	position: relative;
	padding-left: 60px
}
.landing-page-list__item::before {
	counter-increment: landing-page-list;
	content: counter(landing-page-list);
	position: absolute;
	top: 0;
	left: 0;
	color: rgba(102,108,112,0.25);
	font-size: 72px;
	font-weight: 900;
	line-height: 0.8em
}
.landing-page-list__item-title {
	font-family: "effra", "proxima", "Proxima Nova", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	color: #666c70;
	font-size: 40px;
	font-weight: 900
}

@media screen and (min-width: 40.0625em) {
.landing-page-feature-collection {
	-webkit-column-gap: 60px;
	-moz-column-gap: 60px;
	column-gap: 60px;
	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2
}
}

@media screen and (min-width: 64.0625em) {
.landing-page-feature-collection {
	-webkit-columns: 3;
	-moz-columns: 3;
	columns: 3
}
}
.landing-page-feature {
	display: inline-block;
	width: 100%
}
.landing-page-feature__title {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	box-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center
}
.landing-page-feature__title-icon {
	-webkit-flex-basis: 1 1 40px;
	-moz-flex-basis: 1 1 40px;
	flex-basis: 1 1 40px;
	-ms-flex-preferred-size: 1 1 40px;
	display: block;
	margin-right: 20px;
	color: #B24A7D;
	font-size: 64px;
	text-align: center
}

@media screen and (min-width: 40.0625em) {
.landing-page-feature__title-icon {
	border-bottom: 2px solid rgba(201,205,207,0.5)
}
}
.landing-page-feature__title-img-icon {
	-webkit-flex-basis: 1 1 40px;
	-moz-flex-basis: 1 1 40px;
	flex-basis: 1 1 40px;
	-ms-flex-preferred-size: 1 1 40px;
	display: block;
	box-sizing: content-box;
	width: 40px;
	height: 40px;
	margin-right: 20px;
	padding-bottom: 20px
}

@media screen and (min-width: 40.0625em) {
.landing-page-feature__title-img-icon {
	border-bottom: 2px solid rgba(201,205,207,0.5)
}
}
.landing-page-feature__title-text {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: block;
	color: #363b3e;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase
}
.landing-page-feature__text {
	display: none;
	min-height: 150px;
	color: #666c70;
	font-size: 24px;
	font-weight: 300;
	line-height: 32px
}

@media screen and (min-width: 40.0625em) {
.landing-page-feature__text {
	display: block
}
}

@media screen and (min-width: 64.0625em) {
.landing-page-feature__text {
	min-height: 220px;
	font-size: 30px;
	line-height: 42px
}
}
.landing-page-pricing {
	width: 100%;
	max-width: 290px;
	margin: auto;
	box-shadow: 0 15px 40px rgba(0,0,0,0.15)
}

@media screen and (min-width: 64.0625em) {
.landing-page-pricing {
	max-width: 320px
}
}
.landing-page-pricing__header {
	position: relative;
	padding: 50px 30px 40px 30px;
	color: #fff;
	background: #F1C40F
}
.landing-page-pricing__header-tagline {
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	position: absolute;
	z-index: 2;
	top: -20px;
	left: 50%;
	padding: 18px 50px;
	color: #363b3e;
	font-size: 21px;
	font-weight: 500;
	line-height: 1em;
	white-space: nowrap;
	background: #fff;
	box-shadow: 0 15px 40px rgba(0,0,0,0.15)
}

@media screen and (min-width: 64.0625em) {
.landing-page-pricing__header-tagline {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	left: -50px;
	font-size: 24px
}
}
.landing-page-pricing__header-cost {
	position: relative;
	display: table;
	margin: auto;
	font-size: 65px;
	font-weight: 900;
	line-height: 1em;
	text-align: center
}

@media screen and (min-width: 64.0625em) {
.landing-page-pricing__header-cost {
	font-size: 75px
}
}
.landing-page-pricing__header-cost-unit {
	-webkit-transform: translateX(calc(-100% - 10px)) translateY(-50%);
	-moz-transform: translateX(calc(-100% - 10px)) translateY(-50%);
	-ms-transform: translateX(calc(-100% - 10px)) translateY(-50%);
	-o-transform: translateX(calc(-100% - 10px)) translateY(-50%);
	transform: translateX(calc(-100% - 10px)) translateY(-50%);
	position: absolute;
	top: 50%;
	left: 0;
	font-size: 35px;
	font-weight: 300
}
.landing-page-pricing__header-bonus {
	font-size: 21px;
	text-align: center
}

@media screen and (min-width: 64.0625em) {
.landing-page-pricing__header-bonus {
	font-size: 24px
}
}
.landing-page-pricing__header-sub-bonus {
	display: block;
	margin: auto;
	font-size: 0.8em;
	line-height: 0.8em
}
.landing-page-pricing__item {
	padding: 1em 20px;
	font-size: 16px;
	line-height: 1em;
	background: #fff
}
.landing-page-pricing__item:nth-child(even) {
	background: #f8f8f8
}

@media screen and (min-width: 64.0625em) {
.landing-page-pricing__item {
	font-size: 18px
}
}
.landing-page-pricing__item-icon {
	margin-right: 5px;
	color: #F1C40F
}
.landing-page-pricing__footer {
	padding: 30px 0;
	text-align: center;
	background: #fff
}
.landing-page-faq {
	font-size: 20px
}
.landing-page-faq__item {
	position: relative;
	padding: 35px 35px 35px 70px;
	border-top: 1px solid #c9cdcf;
	transition: background .75s cubic-bezier(0.19, 1, 0.22, 1), border .75s cubic-bezier(0.19, 1, 0.22, 1), box-shadow .75s cubic-bezier(0.19, 1, 0.22, 1), font-weight .75s cubic-bezier(0.19, 1, 0.22, 1);
	cursor: pointer
}
.landing-page-faq__item:last-child {
	border-bottom: 1px solid #c9cdcf
}
.landing-page-faq__item:hover {
	z-index: 1;
	background: rgba(255,255,255,0.25);
	box-shadow: 0 14px 40px rgba(0,0,0,0.04);
	border-color: transparent;
	transition: background .75s cubic-bezier(0.19, 1, 0.22, 1), border .75s cubic-bezier(0.19, 1, 0.22, 1), box-shadow .75s cubic-bezier(0.19, 1, 0.22, 1), z-index 0s .75s
}
.landing-page-faq__item:hover+.landing-page-faq__item {
	border-color: #fff
}
.landing-page-faq__item:hover .landing-page-faq__item-icon {
	color: #fff;
	background: #32CDC7
}
.landing-page-faq__item:hover .landing-page-faq__item-question {
	color: #32CDC7
}
.landing-page-faq__item.is-open {
	z-index: 2;
	background: #fff;
	box-shadow: 0 15px 40px rgba(0,0,0,0.15);
	border-color: #fff;
	transition: border .75s cubic-bezier(0.19, 1, 0.22, 1), box-shadow .75s cubic-bezier(0.19, 1, 0.22, 1), z-index 0s .75s
}
.landing-page-faq__item.is-open+.landing-page-faq__item {
	border-color: #fff
}
.landing-page-faq__item.is-open .landing-page-faq__item-icon {
	-webkit-transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	transform: rotate(225deg);
	color: #fff;
	background: #32CDC7
}
.landing-page-faq__item.is-open .landing-page-faq__item-question {
	color: #32CDC7
}
.landing-page-faq__item.is-open .landing-page-faq__item-answer {
	color: #666c70
}
.landing-page-faq__item-icon {
	position: absolute;
	top: 35px;
	left: 22px;
	width: 26px;
	color: #32CDC7;
	line-height: 22px;
	text-align: center;
	border: 2px solid #32CDC7;
	border-radius: 100%;
	transition: background .75s cubic-bezier(0.19, 1, 0.22, 1), border .75s cubic-bezier(0.19, 1, 0.22, 1), color .75s cubic-bezier(0.19, 1, 0.22, 1), transform .75s cubic-bezier(0.19, 1, 0.22, 1)
}
.landing-page-faq__item-question {
	color: #666c70;
	transition: color .75s cubic-bezier(0.19, 1, 0.22, 1)
}
.landing-page-faq__item-answer {
	display: none
}
.landing-page-columns {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-moz-box-align: stretch;
	box-align: stretch;
	-webkit-align-items: stretch;
	-moz-align-items: stretch;
	-ms-align-items: stretch;
	-o-align-items: stretch;
	align-items: stretch;
	-ms-flex-align: stretch;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: justify;
	max-width: 1140px;
	margin: auto
}
.landing-page-columns__item {
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	box-flex: 0;
	-webkit-flex: 0 0 100%;
	-moz-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	display: block;
	margin-top: 50px
}

@media screen and (min-width: 64.0625em) {
.landing-page-columns__item {
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	box-flex: 0;
	-webkit-flex: 0 0 32%;
	-moz-flex: 0 0 32%;
	-ms-flex: 0 0 32%;
	flex: 0 0 32%
}
}
.landing-page-columns__item--col-one {
	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
	box-ordinal-group: 1;
	-webkit-order: 1;
	-moz-order: 1;
	order: 1;
	-ms-flex-order: 1
}

@media screen and (min-width: 64.0625em) {
.landing-page-columns__item--col-one {
	-webkit-box-ordinal-group: 0;
	-moz-box-ordinal-group: 0;
	box-ordinal-group: 0;
	-webkit-order: 0;
	-moz-order: 0;
	order: 0;
	-ms-flex-order: 0
}
}
.landing-page-columns__item--col-two {
	-webkit-box-ordinal-group: 2;
	-moz-box-ordinal-group: 2;
	box-ordinal-group: 2;
	-webkit-order: 2;
	-moz-order: 2;
	order: 2;
	-ms-flex-order: 2
}

@media screen and (min-width: 64.0625em) {
.landing-page-columns__item--col-two {
	-webkit-box-ordinal-group: 0;
	-moz-box-ordinal-group: 0;
	box-ordinal-group: 0;
	-webkit-order: 0;
	-moz-order: 0;
	order: 0;
	-ms-flex-order: 0
}
}
.landing-page-columns__item--col-three {
	-webkit-box-ordinal-group: 3;
	-moz-box-ordinal-group: 3;
	box-ordinal-group: 3;
	-webkit-order: 3;
	-moz-order: 3;
	order: 3;
	-ms-flex-order: 3
}

@media screen and (min-width: 64.0625em) {
.landing-page-columns__item--col-three {
	-webkit-box-ordinal-group: 0;
	-moz-box-ordinal-group: 0;
	box-ordinal-group: 0;
	-webkit-order: 0;
	-moz-order: 0;
	order: 0;
	-ms-flex-order: 0
}
}
.landing-page-columns__title {
	position: relative;
	margin-bottom: 0;
	padding-left: 50px;
	font-family: "effra", "proxima", "Proxima Nova", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 35px;
	font-weight: 900;
	line-height: 45px;
	text-align: center
}

@media screen and (min-width: 64.0625em) {
.landing-page-columns__title {
	text-align: left
}
}
.landing-page-columns__title-icon {
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);
	display: inline-block;
	width: 41px;
	height: 41px;
	margin-left: -65px;
	margin-right: 18px
}
.landing-page-columns__list-item {
	position: relative;
	margin: 25px 0;
	font-size: 18px;
	text-align: center
}
.landing-page-columns__list-item:first-of-type {
	margin-top: 0
}
.landing-page-columns__list-item:last-of-type {
	margin-bottom: 0
}

@media screen and (min-width: 64.0625em) {
.landing-page-columns__list-item {
	padding-left: 50px;
	text-align: left
}
}

@media screen and (min-width: 64.0625em) {
.landing-page-columns__list-item::before {
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: rgba(255,255,255,0.35)
}
}
.landing-page-bg {
	position: absolute;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-position: 50% 50%;
	background-size: cover
}
.landing-page-checklist {
	margin-bottom: 60px
}

@media screen and (min-width: 64.0625em) {
.landing-page-checklist {
	max-width: 400px
}
}
.landing-page-checklist__item {
	position: relative;
	margin: 20px 0;
	color: #363b3e;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	text-align: left
}
.landing-page-checklist__item::before {
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: 0;
	width: 45px;
	height: 45px;

	background-size: 100%
}
.landing-page-checklist__item:first-of-type {
	margin-top: 0
}
.landing-page-checklist__item:last-of-type {
	margin-bottom: 0
}

@media screen and (min-width: 40.0625em) {
.landing-page-checklist__item {
	padding-left: 80px
}
.landing-page-checklist__item::before {
	content: ''
}
}
.unveil-img {
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 1.25s cubic-bezier(0.19, 1, 0.22, 1)
}
.unveil-img.is-loaded {
	opacity: 1
}

@media screen and (min-width: 40.0625em) {
.landing-page-arrow {
	display: block
}
}
@keyframes arrowBobbing {
0% {
-webkit-transform:translateY(-7px);
-moz-transform:translateY(-7px);
-ms-transform:translateY(-7px);
-o-transform:translateY(-7px);
transform:translateY(-7px)
}
100% {
-webkit-transform:translateY(7px);
-moz-transform:translateY(7px);
-ms-transform:translateY(7px);
-o-transform:translateY(7px);
transform:translateY(7px)
}
}
.ps-container {
	-ms-touch-action: none;
	touch-action: none;
	overflow: hidden !important;
	-ms-overflow-style: none
}
@supports (-ms-overflow-style: none) {
.ps-container {
overflow:auto !important
}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.ps-container {
	overflow: auto !important
}
}
.ps-container.ps-active-x>.ps-scrollbar-x-rail, .ps-container.ps-active-y>.ps-scrollbar-y-rail {
	display: block;
	background-color: rgba(255,255,255,0.3)
}
.ps-container.ps-in-scrolling {
	pointer-events: none
}
.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
	background-color: rgba(255,255,255,0.3)
}
.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
	background-color: #fff
}
.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
	background-color: rgba(255,255,255,0.3)
}
.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
	background-color: #fff
}
.ps-container>.ps-scrollbar-x-rail {
	display: none;
	position: absolute;
	border-radius: 2px;
	bottom: 3px;
	height: 5px
}
.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x {
	position: absolute;
	background-color: #fff;
	border-radius: 2px;
	transition: background 0.2s ease-in-out;
	bottom: 0;
	height: 5px
}
.ps-container>.ps-scrollbar-y-rail {
	display: none;
	position: absolute;
	border-radius: 2px;
	right: 3px;
	width: 5px
}
.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y {
	position: absolute;
	background-color: #fff;
	border-radius: 2px;
	transition: background 0.2s ease-in-out;
	right: 0;
	width: 5px
}
.ps-container:hover.ps-in-scrolling {
	pointer-events: none
}
.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
	background-color: rgba(255,255,255,0.3)
}
.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
	background-color: #fff
}
.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
	background-color: rgba(255,255,255,0.3)
}
.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
	background-color: #fff
}
.ps-container:hover>.ps-scrollbar-x-rail:hover {
	background-color: rgba(255,255,255,0.3)
}
.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x {
	background-color: #fff
}
.ps-container:hover>.ps-scrollbar-y-rail:hover {
	background-color: rgba(255,255,255,0.3)
}
.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y {
	background-color: #fff
}
.home-masthead .js-masthead-arrow {
	position: relative;
	z-index: 100
}
.home-masthead__arrow {
	-webkit-animation: arrowBobbing 1.5s infinite alternate ease-in-out;
	-moz-animation: arrowBobbing 1.5s infinite alternate ease-in-out;
	animation: arrowBobbing 1.5s infinite alternate ease-in-out;
	display: none;
	position: absolute;
	bottom: 40px;
	left: calc(50% - 30px);
	width: 60px;
	padding: 10px;
	cursor: pointer
}

@media screen and (min-width: 40.0625em) {
.home-masthead__arrow {
	display: block
}
}
@keyframes arrowBobbing {
0% {
-webkit-transform:translateY(-7px);
-moz-transform:translateY(-7px);
-ms-transform:translateY(-7px);
-o-transform:translateY(-7px);
transform:translateY(-7px)
}
100% {
-webkit-transform:translateY(7px);
-moz-transform:translateY(7px);
-ms-transform:translateY(7px);
-o-transform:translateY(7px);
transform:translateY(7px)
}
}
.home-masthead .masthead__overlay {
	background-color: rgba(41,144,234,0.5);
	background-image: -webkit-linear-gradient(rgba(41,144,234,0.5) 0%, rgba(41,144,234,0) 100%);
	background-image: linear-gradient(rgba(41,144,234,0.5) 0%, rgba(41,144,234,0) 100%);
	background-color: transparent;
	opacity: 1
}
.home-masthead__overlay, .home-masthead__darken-overlay, .home-masthead__video-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -2;
	opacity: 0.85
}
.home-masthead__darken-overlay {
	background-color: rgba(54,59,62,0);
	background-image: -webkit-linear-gradient(rgba(54,59,62,0) 0%, #363b3e 50%);
	background-image: linear-gradient(rgba(54,59,62,0) 0%, #363b3e 50%);
	z-index: -1;
	opacity: 0
}
.home-masthead__video-overlay {
	position: fixed;
	z-index: -3;
	opacity: 1;
	background: #2990ea
}
.home-masthead__overlay {
	background-color: rgba(41,144,234,0);
	background-image: -webkit-linear-gradient(rgba(41,144,234,0) 0%, #2990ea 100%);
	background-image: linear-gradient(rgba(41,144,234,0) 0%, #2990ea 100%);
	background-color: transparent;
	opacity: 1;
	z-index:2; /*OVI linia asta nu era pentru a se vedea albastrul*/

}
.home-masthead .nav-wrapper--fixed {
	opacity: 1 !important;
	transition: none !important
}
.home-masthead .nav-wrapper:not(.nav-wrapper--fixed) .navbar__btn {
	padding: 0 30px;
	box-shadow: inset 0 0 0 2px rgba(255,255,255,0.35)
}
.home-masthead .nav-wrapper:not(.nav-wrapper--fixed) .navbar__btn:hover {
	box-shadow: inset 0 0 0 2px #fff
}
.home-masthead .nav-wrapper:not(.nav-wrapper--fixed) .navbar__link {
	color: rgba(255,255,255,0.8)
}
.home-masthead .nav-wrapper:not(.nav-wrapper--fixed) .navbar__link:hover {
	color: #fff
}
.home-masthead .nav-wrapper:not(.nav-wrapper--fixed) .landing-page-nav {
	top: 0 !important;
	z-index: 2;
	background: rgba(0,0,0,0.6)
}
.home-masthead .navbar__btn {
	display: none
}

@media screen and (min-width: 64.0625em) {
.home-masthead .navbar__btn {
	display: inline-block
}
}
.home-masthead .masthead__content {
/* OVI: am sters linia asta	height: 439px*/
	height: calc(100vh - 85px); /*am adaugat linia asta*/
}

@media screen and (min-width: 40.0625em) {
.home-masthead .masthead__content {
/*	height: calc(90vh - 85px - 15px);  OVI: am sters linia asta*/
/*	min-height: 650px;   OVI: am sters linia asta*/
}
}
.home-masthead .masthead__content .masthead__overlay {
	display: none
}
.home-masthead .masthead__container {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	box-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	padding: 0
}

@media screen and (min-width: 40.0625em) {
.home-masthead .masthead__container {
	min-height: 650px
}
}
.home-masthead .masthead__center {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-bottom: 40px
}

@media screen and (min-width: 64.0625em) {
.home-masthead .masthead__center {
	padding-bottom: 0
}
}
.home-masthead .masthead__title {
	max-width: 660px;
	margin: 0 auto 40px auto;
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.5em
}

@media screen and (min-width: 40.0625em) {
.home-masthead .masthead__title {
	font-size: 30px
}
}
.home-masthead .masthead__video-container {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: -4;
	overflow: hidden
}
.home-masthead .masthead__video {
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: #2990ea;
	background-size: cover
}
.home-masthead .masthead__video::-webkit-media-controls {
display:none !important
}
.home-masthead .masthead__video::-webkit-media-controls-panel {
display:none !important;
-webkit-appearance:none
}
.home-masthead .masthead__video::--webkit-media-controls-play-button {
display:none !important;
-webkit-appearance:none
}
.home-masthead .masthead__video::-webkit-media-controls-start-playback-button {
display:none !important;
-webkit-appearance:none
}
.home-masthead .masthead__video.is-hidden {
	visibility: hidden
}

@media (min-aspect-ratio: 16 / 9) {
.home-masthead .masthead__video {
	width: 100vw;
	height: auto
}
}

@media (max-aspect-ratio: 16 / 9) {
.home-masthead .masthead__video {
	width: auto;
	height: 100%
}
}
.home-masthead .home-masthead__tagline {
	width: 100%
}
.home-masthead .home-masthead__tagline-spray {
	fill: #fff
}
.home-masthead--fully-animated .nav-wrapper:not(.nav-wrapper--fixed) {
	opacity: 0;
	transition: opacity .75s cubic-bezier(0.19, 1, 0.22, 1)
}

@media screen and (min-width: 64.0625em) {
.home-masthead--fully-animated .home-masthead__video-overlay {
	transition: opacity 6s cubic-bezier(0.19, 1, 0.22, 1)
}
}
.home-masthead--fully-animated .home-masthead__tagline-path {
	opacity: 0
}
.home-masthead--fully-animated .home-masthead__tagline-path--d {
	-webkit-transition: opacity .125s cubic-bezier(0.19, 1, 0.22, 1) .3s, stroke-dashoffset .3s cubic-bezier(0.19, 1, 0.22, 1) .3s;
	-moz-transition: opacity .125s cubic-bezier(0.19, 1, 0.22, 1) .3s, stroke-dashoffset .3s cubic-bezier(0.19, 1, 0.22, 1) .3s;
	transition: opacity .125s cubic-bezier(0.19, 1, 0.22, 1) .3s, stroke-dashoffset .3s cubic-bezier(0.19, 1, 0.22, 1) .3s
}
.home-masthead--fully-animated .home-masthead__tagline-path--o {
	-webkit-transition: opacity .125s cubic-bezier(0.19, 1, 0.22, 1) .45s, stroke-dashoffset .3s cubic-bezier(0.19, 1, 0.22, 1) .45s;
	-moz-transition: opacity .125s cubic-bezier(0.19, 1, 0.22, 1) .45s, stroke-dashoffset .3s cubic-bezier(0.19, 1, 0.22, 1) .45s;
	transition: opacity .125s cubic-bezier(0.19, 1, 0.22, 1) .45s, stroke-dashoffset .3s cubic-bezier(0.19, 1, 0.22, 1) .45s
}
.home-masthead--fully-animated .home-masthead__tagline-path--w {
	-webkit-transition: opacity .125s cubic-bezier(0.19, 1, 0.22, 1) .75s, stroke-dashoffset .3s cubic-bezier(0.19, 1, 0.22, 1) .75s;
	-moz-transition: opacity .125s cubic-bezier(0.19, 1, 0.22, 1) .75s, stroke-dashoffset .3s cubic-bezier(0.19, 1, 0.22, 1) .75s;
	transition: opacity .125s cubic-bezier(0.19, 1, 0.22, 1) .75s, stroke-dashoffset .3s cubic-bezier(0.19, 1, 0.22, 1) .75s
}
.home-masthead--fully-animated .home-masthead__tagline-path--h {
	-webkit-transition: opacity .125s cubic-bezier(0.19, 1, 0.22, 1) .9s, stroke-dashoffset .3s cubic-bezier(0.19, 1, 0.22, 1) .9s;
	-moz-transition: opacity .125s cubic-bezier(0.19, 1, 0.22, 1) .9s, stroke-dashoffset .3s cubic-bezier(0.19, 1, 0.22, 1) .9s;
	transition: opacity .125s cubic-bezier(0.19, 1, 0.22, 1) .9s, stroke-dashoffset .3s cubic-bezier(0.19, 1, 0.22, 1) .9s
}
.home-masthead--fully-animated .home-masthead__tagline-path--a {
	-webkit-transition: opacity .125s cubic-bezier(0.19, 1, 0.22, 1) 1.05s, stroke-dashoffset .3s cubic-bezier(0.19, 1, 0.22, 1) 1.05s;
	-moz-transition: opacity .125s cubic-bezier(0.19, 1, 0.22, 1) 1.05s, stroke-dashoffset .3s cubic-bezier(0.19, 1, 0.22, 1) 1.05s;
	transition: opacity .125s cubic-bezier(0.19, 1, 0.22, 1) 1.05s, stroke-dashoffset .3s cubic-bezier(0.19, 1, 0.22, 1) 1.05s
}
.home-masthead--fully-animated .home-masthead__tagline-path--t {
	-webkit-transition: opacity .125s cubic-bezier(0.19, 1, 0.22, 1) 1.2s, stroke-dashoffset .3s cubic-bezier(0.19, 1, 0.22, 1) 1.2s;
	-moz-transition: opacity .125s cubic-bezier(0.19, 1, 0.22, 1) 1.2s, stroke-dashoffset .3s cubic-bezier(0.19, 1, 0.22, 1) 1.2s;
	transition: opacity .125s cubic-bezier(0.19, 1, 0.22, 1) 1.2s, stroke-dashoffset .3s cubic-bezier(0.19, 1, 0.22, 1) 1.2s
}
.home-masthead--fully-animated .home-masthead__tagline-path--y {
	-webkit-transition: opacity .125s cubic-bezier(0.19, 1, 0.22, 1) 1.5s, stroke-dashoffset .3s cubic-bezier(0.19, 1, 0.22, 1) 1.5s;
	-moz-transition: opacity .125s cubic-bezier(0.19, 1, 0.22, 1) 1.5s, stroke-dashoffset .3s cubic-bezier(0.19, 1, 0.22, 1) 1.5s;
	transition: opacity .125s cubic-bezier(0.19, 1, 0.22, 1) 1.5s, stroke-dashoffset .3s cubic-bezier(0.19, 1, 0.22, 1) 1.5s
}
.home-masthead--fully-animated .home-masthead__tagline-path--o2 {
	-webkit-transition: opacity .125s cubic-bezier(0.19, 1, 0.22, 1) 1.65s, stroke-dashoffset .3s cubic-bezier(0.19, 1, 0.22, 1) 1.65s;
	-moz-transition: opacity .125s cubic-bezier(0.19, 1, 0.22, 1) 1.65s, stroke-dashoffset .3s cubic-bezier(0.19, 1, 0.22, 1) 1.65s;
	transition: opacity .125s cubic-bezier(0.19, 1, 0.22, 1) 1.65s, stroke-dashoffset .3s cubic-bezier(0.19, 1, 0.22, 1) 1.65s
}
.home-masthead--fully-animated .home-masthead__tagline-path--u {
	-webkit-transition: opacity .125s cubic-bezier(0.19, 1, 0.22, 1) 1.8s, stroke-dashoffset .3s cubic-bezier(0.19, 1, 0.22, 1) 1.8s;
	-moz-transition: opacity .125s cubic-bezier(0.19, 1, 0.22, 1) 1.8s, stroke-dashoffset .3s cubic-bezier(0.19, 1, 0.22, 1) 1.8s;
	transition: opacity .125s cubic-bezier(0.19, 1, 0.22, 1) 1.8s, stroke-dashoffset .3s cubic-bezier(0.19, 1, 0.22, 1) 1.8s
}
.home-masthead--fully-animated .home-masthead__tagline-path--line {
	-webkit-transition: opacity .125s cubic-bezier(0.19, 1, 0.22, 1) 1.95s, stroke-dashoffset .2s cubic-bezier(0.19, 1, 0.22, 1) 1.95s;
	-moz-transition: opacity .125s cubic-bezier(0.19, 1, 0.22, 1) 1.95s, stroke-dashoffset .2s cubic-bezier(0.19, 1, 0.22, 1) 1.95s;
	transition: opacity .125s cubic-bezier(0.19, 1, 0.22, 1) 1.95s, stroke-dashoffset .2s cubic-bezier(0.19, 1, 0.22, 1) 1.95s
}
.home-masthead--fully-animated .home-masthead__tagline-path--l {
	-webkit-transition: opacity .125s cubic-bezier(0.19, 1, 0.22, 1) 2.15s, stroke-dashoffset .3s cubic-bezier(0.19, 1, 0.22, 1) 2.15s;
	-moz-transition: opacity .125s cubic-bezier(0.19, 1, 0.22, 1) 2.15s, stroke-dashoffset .3s cubic-bezier(0.19, 1, 0.22, 1) 2.15s;
	transition: opacity .125s cubic-bezier(0.19, 1, 0.22, 1) 2.15s, stroke-dashoffset .3s cubic-bezier(0.19, 1, 0.22, 1) 2.15s
}
.home-masthead--fully-animated .home-masthead__tagline-path--o3 {
	-webkit-transition: opacity .125s cubic-bezier(0.19, 1, 0.22, 1) 2.3s, stroke-dashoffset .3s cubic-bezier(0.19, 1, 0.22, 1) 2.3s;
	-moz-transition: opacity .125s cubic-bezier(0.19, 1, 0.22, 1) 2.3s, stroke-dashoffset .3s cubic-bezier(0.19, 1, 0.22, 1) 2.3s;
	transition: opacity .125s cubic-bezier(0.19, 1, 0.22, 1) 2.3s, stroke-dashoffset .3s cubic-bezier(0.19, 1, 0.22, 1) 2.3s
}
.home-masthead--fully-animated .home-masthead__tagline-path--v {
	-webkit-transition: opacity .125s cubic-bezier(0.19, 1, 0.22, 1) 2.45s, stroke-dashoffset .3s cubic-bezier(0.19, 1, 0.22, 1) 2.45s;
	-moz-transition: opacity .125s cubic-bezier(0.19, 1, 0.22, 1) 2.45s, stroke-dashoffset .3s cubic-bezier(0.19, 1, 0.22, 1) 2.45s;
	transition: opacity .125s cubic-bezier(0.19, 1, 0.22, 1) 2.45s, stroke-dashoffset .3s cubic-bezier(0.19, 1, 0.22, 1) 2.45s
}
.home-masthead--fully-animated .home-masthead__tagline-path--e {
	-webkit-transition: opacity .125s cubic-bezier(0.19, 1, 0.22, 1) 2.6s, stroke-dashoffset .2s cubic-bezier(0.19, 1, 0.22, 1) 2.6s;
	-moz-transition: opacity .125s cubic-bezier(0.19, 1, 0.22, 1) 2.6s, stroke-dashoffset .2s cubic-bezier(0.19, 1, 0.22, 1) 2.6s;
	transition: opacity .125s cubic-bezier(0.19, 1, 0.22, 1) 2.6s, stroke-dashoffset .2s cubic-bezier(0.19, 1, 0.22, 1) 2.6s
}
.home-masthead--fully-animated .home-masthead__tagline-path--e1 {
	-webkit-transition: opacity .125s cubic-bezier(0.19, 1, 0.22, 1) 2.65s, stroke-dashoffset .2s cubic-bezier(0.19, 1, 0.22, 1) 2.65s;
	-moz-transition: opacity .125s cubic-bezier(0.19, 1, 0.22, 1) 2.65s, stroke-dashoffset .2s cubic-bezier(0.19, 1, 0.22, 1) 2.65s;
	transition: opacity .125s cubic-bezier(0.19, 1, 0.22, 1) 2.65s, stroke-dashoffset .2s cubic-bezier(0.19, 1, 0.22, 1) 2.65s
}
.home-masthead--fully-animated .home-masthead__tagline-path--e2 {
	-webkit-transition: opacity .125s cubic-bezier(0.19, 1, 0.22, 1) 2.7s, stroke-dashoffset .2s cubic-bezier(0.19, 1, 0.22, 1) 2.7s;
	-moz-transition: opacity .125s cubic-bezier(0.19, 1, 0.22, 1) 2.7s, stroke-dashoffset .2s cubic-bezier(0.19, 1, 0.22, 1) 2.7s;
	transition: opacity .125s cubic-bezier(0.19, 1, 0.22, 1) 2.7s, stroke-dashoffset .2s cubic-bezier(0.19, 1, 0.22, 1) 2.7s
}
.home-masthead--fully-animated .home-masthead__tagline-path--e3 {
	-webkit-transition: opacity .125s cubic-bezier(0.19, 1, 0.22, 1) 2.75s, stroke-dashoffset .2s cubic-bezier(0.19, 1, 0.22, 1) 2.75s;
	-moz-transition: opacity .125s cubic-bezier(0.19, 1, 0.22, 1) 2.75s, stroke-dashoffset .2s cubic-bezier(0.19, 1, 0.22, 1) 2.75s;
	transition: opacity .125s cubic-bezier(0.19, 1, 0.22, 1) 2.75s, stroke-dashoffset .2s cubic-bezier(0.19, 1, 0.22, 1) 2.75s
}
.home-masthead--fully-animated .home-masthead__tagline-spray {
	opacity: 0
}
.home-masthead--fully-animated .home-masthead__tagline-spray--do {
	-webkit-transition: opacity .125s cubic-bezier(0.19, 1, 0.22, 1) .45s;
	-moz-transition: opacity .125s cubic-bezier(0.19, 1, 0.22, 1) .45s;
	transition: opacity .125s cubic-bezier(0.19, 1, 0.22, 1) .45s
}
.home-masthead--fully-animated .home-masthead__tagline-spray--wh {
	-webkit-transition: opacity .125s cubic-bezier(0.19, 1, 0.22, 1) .9s;
	-moz-transition: opacity .125s cubic-bezier(0.19, 1, 0.22, 1) .9s;
	transition: opacity .125s cubic-bezier(0.19, 1, 0.22, 1) .9s
}
.home-masthead--fully-animated .home-masthead__tagline-spray--at {
	-webkit-transition: opacity .125s cubic-bezier(0.19, 1, 0.22, 1) 1.2s;
	-moz-transition: opacity .125s cubic-bezier(0.19, 1, 0.22, 1) 1.2s;
	transition: opacity .125s cubic-bezier(0.19, 1, 0.22, 1) 1.2s
}
.home-masthead--fully-animated .home-masthead__tagline-spray--yo {
	-webkit-transition: opacity .125s cubic-bezier(0.19, 1, 0.22, 1) 1.65s;
	-moz-transition: opacity .125s cubic-bezier(0.19, 1, 0.22, 1) 1.65s;
	transition: opacity .125s cubic-bezier(0.19, 1, 0.22, 1) 1.65s
}
.home-masthead--fully-animated .home-masthead__tagline-spray--lo {
	-webkit-transition: opacity .125s cubic-bezier(0.19, 1, 0.22, 1) 2.3s;
	-moz-transition: opacity .125s cubic-bezier(0.19, 1, 0.22, 1) 2.3s;
	transition: opacity .125s cubic-bezier(0.19, 1, 0.22, 1) 2.3s
}
.home-masthead--fully-animated .home-masthead__tagline-spray--ve {
	-webkit-transition: opacity .125s cubic-bezier(0.19, 1, 0.22, 1) 2.6s;
	-moz-transition: opacity .125s cubic-bezier(0.19, 1, 0.22, 1) 2.6s;
	transition: opacity .125s cubic-bezier(0.19, 1, 0.22, 1) 2.6s
}
.home-masthead--fully-animated.is-visible .nav-wrapper:not(.nav-wrapper--fixed) {
	opacity: 1
}
.home-masthead--fully-animated.is-visible .home-masthead__video-overlay {
	opacity: 0
}
.home-masthead--fully-animated.is-visible .home-masthead__tagline-path {
	opacity: 1;
	stroke-dashoffset: 0 !important
}
.home-masthead--fully-animated.is-visible .home-masthead__tagline-spray {
	opacity: 1
}
.home-masthead--simply-animated .home-masthead__video-overlay {
	opacity: 1
}

@media screen and (min-width: 64.0625em) {
.home-masthead--simply-animated .home-masthead__video-overlay {
	transition: opacity 6s cubic-bezier(0.19, 1, 0.22, 1)
}
}
.home-masthead--simply-animated .home-masthead__tagline-img, .home-masthead--simply-animated .landing-page-title, .home-masthead--simply-animated .landing-page-btn-container, .home-masthead--simply-animated .home-masthead__arrow {
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
	opacity: 0;
	transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1), transform 2s cubic-bezier(0.19, 1, 0.22, 1)
}
.home-masthead--simply-animated .landing-page-title {
	transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1) 0.25s, transform 2s cubic-bezier(0.19, 1, 0.22, 1) 0.25s
}
.home-masthead--simply-animated .landing-page-btn-container {
	transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1) 0.5s, transform 2s cubic-bezier(0.19, 1, 0.22, 1) 0.5s
}
.home-masthead--simply-animated .home-masthead__arrow {
	transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1) 0.75s, transform 2s cubic-bezier(0.19, 1, 0.22, 1) 0.75s
}
.home-masthead--simply-animated .nav-wrapper:not(.nav-wrapper--fixed) {
	opacity: 0;
	transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1) 0.75s
}
.home-masthead--simply-animated.is-visible .home-masthead__video-overlay {
	opacity: 0
}
.home-masthead--simply-animated.is-visible .home-masthead__tagline-img, .home-masthead--simply-animated.is-visible .landing-page-title, .home-masthead--simply-animated.is-visible .landing-page-btn-container, .home-masthead--simply-animated.is-visible .home-masthead__arrow {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1
}
.home-masthead--simply-animated.is-visible .nav-wrapper:not(.nav-wrapper--fixed) {
	opacity: 1
}
html[lang="en"] .navbar__btn {
	margin-top: -4px;
	padding: 0;
	font-size: 18px;
	line-height: 1em;
	box-shadow: none
}

@media screen and (min-width: 40.0625em) {
html[lang="en"] .navbar__btn {
	display: inline-block
}
}

@media screen and (min-width: 64.0625em) {
html[lang="en"] .navbar__btn {
	margin-top: 0;
	padding: 0 30px;
	line-height: 40px;
	box-shadow: inset 0 0 0 1px #c9cdcf
}
html[lang="en"] .navbar__btn:hover {
	box-shadow: inset 0 0 0 2px #9ba0a3
}
}
html[lang="en"] .nav-wrapper:not(.nav-wrapper--fixed) .navbar__btn {
	padding: 0;
	font-size: 18px;
	line-height: 1em;
	box-shadow: none
}
html[lang="en"] .nav-wrapper:not(.nav-wrapper--fixed) .navbar__btn:hover {
	box-shadow: none
}

@media screen and (min-width: 64.0625em) {
html[lang="en"] .nav-wrapper:not(.nav-wrapper--fixed) .navbar__btn {
	padding: 0 30px;
	line-height: 40px;
	box-shadow: inset 0 0 0 2px rgba(255,255,255,0.35)
}
html[lang="en"] .nav-wrapper:not(.nav-wrapper--fixed) .navbar__btn:hover {
	box-shadow: inset 0 0 0 2px #fff
}
}
.takeover-loading-spinner {
	margin: auto;
	position: absolute !important;
	top: 0;
	left: 0;
	bottom: 56px;
	right: 0;
	-webkit-animation: spin .5s infinite linear;
	-moz-animation: spin .5s infinite linear;
	animation: spin .5s infinite linear;
	position: relative;
	height: 60px;
	width: 60px;
	border-radius: 100%;
	overflow: hidden
}
.takeover-loading-spinner::before {
	background: -webkit-linear-gradient( top, #363b3e 0%, rgba(54,59,62,0.5) 100%);
	background: linear-gradient(to bottom, #363b3e 0%, rgba(54,59,62,0.5) 100%);
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%
}
.takeover-loading-spinner::after {
	background: -webkit-linear-gradient( bottom, rgba(54,59,62,0.5) 0%, rgba(54,59,62,0) 100%);
	background: linear-gradient(to top, rgba(54,59,62,0.5) 0%, rgba(54,59,62,0) 100%);
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%
}
.takeover-loading-spinner__bg {
	position: absolute;
	z-index: 1;
	top: 2px;
	left: 2px;
width:calc(100% - (2px * 2));
height:calc(100% - (2px * 2));
	background: #fff;
	border-radius: 100%
}
#vertical-theme-preview {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}
.theme-loading-overlay {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-color: #fff;
	opacity: 0.8;
	z-index: 999999
}
.theme-loading-overlay__animation-container {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	box-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-flex-flow: row;
	-moz-flex-flow: row;
	flex-flow: row;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 420px;
	height: 260px;
	margin: auto;
	position: fixed !important;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #fff;
	border-radius: 2px;
	box-shadow: 0 0 0 1px rgba(0,0,0,0.2), 0 0 20px 0 rgba(0,0,0,0.2);
	z-index: 9999999
}
.theme-loading-overlay__animation-container .description {
	-webkit-align-self: flex-end;
	-moz-align-self: flex-end;
	align-self: flex-end;
	-ms-flex-item-align: end;
	display: none;
	width: 100%;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #666C70;
	z-index: 2
}
.theme-loading-overlay__animation-container .loading-animation {
	-webkit-align-self: flex-end;
	-moz-align-self: flex-end;
	align-self: flex-end;
	-ms-flex-item-align: end;
	width: 200px;
	height: 152px;
	z-index: 1
}
.loading-cursor {
	cursor: wait
}
.home-themes {
	padding: 80px 0 93px 0;
	background: #363b3e
}

@media screen and (min-width: 64.0625em) {
.home-themes {
	padding-bottom: 40px
}
}
.home-themes .landing-page-container {
	text-align: center
}
.home-themes .landing-page-container.js-fadeScroll .landing-page-title, .home-themes .landing-page-container.js-fadeScroll .landing-page-text, .home-themes .landing-page-container.js-fadeScroll .home-themes__tabs-container, .home-themes .landing-page-container.js-fadeScroll .home-themes__tab-content {
	-webkit-transform: translateY(60px);
	-moz-transform: translateY(60px);
	-ms-transform: translateY(60px);
	-o-transform: translateY(60px);
	transform: translateY(60px);
	opacity: 0;
	transition: opacity .75s cubic-bezier(0.19, 1, 0.22, 1), transform .75s cubic-bezier(0.19, 1, 0.22, 1)
}
.home-themes .landing-page-container.js-fadeScroll .landing-page-title {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 0.1
}
.home-themes .landing-page-container.js-fadeScroll .landing-page-text {
	transition: opacity .75s cubic-bezier(0.19, 1, 0.22, 1) 0.15s, transform .75s cubic-bezier(0.19, 1, 0.22, 1) 0.15s
}
.home-themes .landing-page-container.js-fadeScroll .home-themes__tabs-container {
	transition: opacity .75s cubic-bezier(0.19, 1, 0.22, 1) 0.3s, transform .75s cubic-bezier(0.19, 1, 0.22, 1) 0.3s
}
.home-themes .landing-page-container.js-fadeScroll .home-themes__tab-content {
	transition: opacity .75s cubic-bezier(0.19, 1, 0.22, 1) 0.45s, transform .75s cubic-bezier(0.19, 1, 0.22, 1) 0.45s
}
.home-themes .landing-page-container.js-fadeScroll.is-visible .landing-page-title, .home-themes .landing-page-container.js-fadeScroll.is-visible .landing-page-text, .home-themes .landing-page-container.js-fadeScroll.is-visible .home-themes__tabs-container, .home-themes .landing-page-container.js-fadeScroll.is-visible .home-themes__tab-content {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1
}
.home-themes .landing-page-text {
	max-width: 580px;
	margin-left: auto;
	margin-right: auto
}
.home-themes .landing-page-btn:hover {
	color: #363b3e
}
.home-themes__tabs-container {
	position: relative;
	height: 55px;
	margin-bottom: 40px
}

@media screen and (min-width: 64.0625em) {
.home-themes__tabs-container {
	margin-bottom: 15px
}
}
.home-themes__tabs-container .ps-scrollbar-x-rail::after {
	content: '';
	position: absolute;
	top: -50px;
	right: 0;
	display: block;
	height: 50px;
	width: 50px;
	background-color: rgba(54,59,62,0);
	background-image: -webkit-linear-gradient(left, rgba(54,59,62,0), #363b3e);
	background-image: linear-gradient(to right, rgba(54,59,62,0), #363b3e)
}
.home-themes__tabs-container .ps-scrollbar-y-rail {
	display: none !important
}
.home-themes__tabs-container.ps-active-x .tabs__item:last-of-type {
	margin-right: 50px
}
.home-themes__tabs {
	margin: 0;
	white-space: nowrap
}
.home-themes__tabs .tabs__item {
	padding: 0;
	margin-right: 50px;
	font-family: "brandon-grotesque", "proxima", "Proxima Nova", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	color: rgba(255,255,255,0.4);
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	border: 0;
	transition: color 0.2s ease-in-out
}
.home-themes__tabs .tabs__item:hover {
	color: #fff
}
.home-themes__tabs .tabs__item:last-of-type {
	margin-right: 0
}
.home-themes__tabs .tabs__item.is-active {
	color: #fff
}
.home-themes__tabs.is-slider-active .tab-slider, .home-themes__tabs .tab-slider {
	display: none
}
.home-themes__tab-content {
	position: relative
}
.home-themes__tab-content .tab-content__item {
	display: none;
	position: absolute;
	top: 0;
	z-index: 0;
	width: 100%
}
.home-themes__tab-content .tab-content__item.is-active {
	display: block;
	position: relative;
	z-index: 1;
	transition: z-index .75s cubic-bezier(0.19, 1, 0.22, 1) 0.5s
}
.home-themes__tab-content .tab-content__item.is-active .home-themes__theme-container {
	-webkit-animation: themeRowFade 0.5s forwards ease-out;
	-moz-animation: themeRowFade 0.5s forwards ease-out;
	animation: themeRowFade 0.5s forwards ease-out;
	-webkit-animation-delay: 0.06;
	-moz-animation-delay: 0.06;
	animation-delay: 0.06
}
.home-themes__tab-content .tab-content__item.is-active .home-themes__theme-container:nth-of-type(2) {
	-webkit-animation: themeRowFade 0.5s forwards ease-out;
	-moz-animation: themeRowFade 0.5s forwards ease-out;
	animation: themeRowFade 0.5s forwards ease-out;
	-webkit-animation-delay: 0.12s;
	-moz-animation-delay: 0.12s;
	animation-delay: 0.12s
}
.home-themes__tab-content .tab-content__item.is-active .home-themes__theme-container:nth-of-type(3) {
	-webkit-animation: themeRowFade 0.5s forwards ease-out;
	-moz-animation: themeRowFade 0.5s forwards ease-out;
	animation: themeRowFade 0.5s forwards ease-out;
	-webkit-animation-delay: 0.18s;
	-moz-animation-delay: 0.18s;
	animation-delay: 0.18s
}
.home-themes__tab-content .tab-content__item.is-active .home-themes__theme-container:nth-of-type(4) {
	-webkit-animation: themeRowFade 0.5s forwards ease-out;
	-moz-animation: themeRowFade 0.5s forwards ease-out;
	animation: themeRowFade 0.5s forwards ease-out;
	-webkit-animation-delay: 0.24s;
	-moz-animation-delay: 0.24s;
	animation-delay: 0.24s
}
.home-themes__tab-content .tab-content__item.is-active .home-themes__theme-container:nth-of-type(5) {
	-webkit-animation: themeRowFade 0.5s forwards ease-out;
	-moz-animation: themeRowFade 0.5s forwards ease-out;
	animation: themeRowFade 0.5s forwards ease-out;
	-webkit-animation-delay: 0.3s;
	-moz-animation-delay: 0.3s;
	animation-delay: 0.3s
}
.home-themes__tab-content .tab-content__item.is-active .home-themes__theme-container:nth-of-type(6) {
	-webkit-animation: themeRowFade 0.5s forwards ease-out;
	-moz-animation: themeRowFade 0.5s forwards ease-out;
	animation: themeRowFade 0.5s forwards ease-out;
	-webkit-animation-delay: 0.36s;
	-moz-animation-delay: 0.36s;
	animation-delay: 0.36s
}
.home-themes__tab-content .tab-content__item-container {
	max-width: 475px;
	margin: 0 auto 40px auto
}

@media screen and (min-width: 64.0625em) {
.home-themes__tab-content .tab-content__item-container {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 1050px;
	margin: 0 auto 20px auto
}
}
.home-themes__tab-content .tab-content__item-container:hover .theme-poster {
	opacity: 0.5
}
.home-themes__tab-content .tab-content__item-container:hover .theme-poster:hover {
	opacity: 1
}
.home-themes__theme-container {
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	box-flex: 0;
	-webkit-flex: 0 0 50%;
	-moz-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	opacity: 0
}
@keyframes themeRowFade {
0% {
opacity:0
}
100% {
opacity:1
}
}
.theme-poster {
	-webkit-transform: scale(1) translateZ(0);
	-moz-transform: scale(1) translateZ(0);
	-ms-transform: scale(1) translateZ(0);
	-o-transform: scale(1) translateZ(0);
	transform: scale(1) translateZ(0);
	position: relative;
	z-index: 0;
	display: block;
	width: 100%;
	max-width: 525px;
	height: auto;
	margin: 0 auto 30px auto;
	-webkit-transition: opacity .75s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform .75s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: opacity .75s cubic-bezier(0.19, 1, 0.22, 1), -moz-transform .75s cubic-bezier(0.19, 1, 0.22, 1);
	transition: opacity .75s cubic-bezier(0.19, 1, 0.22, 1), transform .75s cubic-bezier(0.19, 1, 0.22, 1)
}
.theme-poster:hover {
	cursor: pointer;
	-webkit-transform: scale(1.02) translateZ(0);
	-moz-transform: scale(1.02) translateZ(0);
	-ms-transform: scale(1.02) translateZ(0);
	-o-transform: scale(1.02) translateZ(0);
	transform: scale(1.02) translateZ(0)
}
.theme-poster:hover .theme-poster__screenshot-img {
	box-shadow: 0 0 20px rgba(0,0,0,0.25)
}

@media screen and (max-width: 40em) {
.theme-poster:nth-child(n+4) {
	display: none
}
}

@media screen and (min-width: 64.0625em) {
.theme-poster {
	margin: auto;
	padding: 25px
}
.theme-poster:nth-child(even) {
	margin-right: 0
}
}
.theme-poster__screenshot {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.2%;
	border-radius: 2px
}
.theme-poster__screenshot-img {
	position: absolute;
	top: 0;
	left: 0;
	box-shadow: 0 2px 4px rgba(0,0,0,0.25);
	transition: opacity 1.25s cubic-bezier(0.19, 1, 0.22, 1), box-shadow .75s cubic-bezier(0.19, 1, 0.22, 1)
}
#landing-page-home .takeover .topbar__title {
	display: none
}

@media screen and (min-width: 40.0625em) {
#landing-page-home .takeover .topbar__title {
	display: block
}
}
.theme-selector {
	display: none;
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	min-height: 660px;
	background-color: #f8f8f8;
	z-index: 1150
}
.theme-selector .btn-x {
	cursor: pointer;
	font-size: 45px;
	color: #9B9FA2;
	position: absolute;
	right: 42px;
	top: 35px
}
.theme-selector .btn-x:hover {
	color: #999
}
.theme-selector .logo {
	display: none;
	color: #2990EA;
	cursor: pointer
}
.theme-selector .theme-form {
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: none;
	position: absolute;
	width: calc(100% - 80px);
	max-width: 600px;
	top: 50%;
	left: 50%
}

@media screen and (min-width: 64.0625em) {
.theme-selector .theme-form {
	max-width: 860px
}
}
.theme-selector .theme-form .theme-form__title {
	text-align: center;
	font-size: 25px;
	color: #363b3e;
	font-weight: bold;
	letter-spacing: 0.1px;
	margin-bottom: 30px;
	margin-top: 15px
}
.theme-selector .theme-form .theme {
	cursor: default;
	width: 100%;
	height: 0;
	padding-bottom: 56.225%;
	background-size: 100%;
	background-repeat: no-repeat
}

@media screen and (min-width: 64.0625em) {
.theme-selector .theme-form .theme-form__container {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	box-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: justify
}
}
.theme-selector .theme-form .preview {
	width: 100%;
	margin-bottom: 40px
}

@media screen and (min-width: 64.0625em) {
.theme-selector .theme-form .preview {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-right: 25px
}
}
.theme-selector .theme-form .form {
	width: 100%
}

@media screen and (min-width: 64.0625em) {
.theme-selector .theme-form .form {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-left: 25px
}
}
.theme-selector .theme-form .form input[type="text"], .theme-selector .theme-form .form input[type="password"] {
	margin-bottom: 10px
}
.theme-selector .theme-form .form .button {
	font-size: 16px;
	display: inline-block;
	margin: 0 auto;
	margin-top: 10px;
	background-color: #2990ea;
	color: #FFF;
	width: 100%;
	max-width: 200px;
	height: 43px;
	line-height: 40px;
	letter-spacing: 0.7px;
	border-radius: 50px;
	box-shadow: none
}
.theme-selector .theme-form .form #theme-signup-form-error {
	display: none;
	color: #AC3737;
	font-size: 14px;
	text-align: left;
	line-height: 16px;
	margin-top: 10px;
	width: 200px;
	margin-left: 15px
}
.theme-selector .theme-meta {
	font-size: 18px
}
.theme-selector .theme-name {
	font-weight: bold;
	text-transform: capitalize
}
.theme-selector .theme-separator {
	margin-left: 4px;
	margin-right: 4px
}
.theme-selector .theme-demo {
	color: #2990ea
}
.home-ecommerce {
	overflow: visible;
	padding: 470px 0 140px 0
}

@media screen and (min-width: 64.0625em) {
.home-ecommerce {
	padding: 180px 0
}
}
.home-ecommerce .landing-page-container {
	position: relative;
	z-index: 1
}
.home-ecommerce .landing-page-content {
	position: relative;
	max-width: 540px;
	z-index: 5
}

@media screen and (min-width: 64.0625em) {
.home-ecommerce .landing-page-content {
	width: 50%
}
}
.home-ecommerce__item {
	position: absolute;
	max-width: none
}
.home-ecommerce__item--box {
	z-index: 1;
	top: -470px;
left:calc(50% - (506px * 0.325));
	width: 328.9px;
	height: 434.2px
}

@media screen and (min-width: 64.0625em) {
.home-ecommerce__item--box {
	top: calc(50% - 334px);
	left: 75%;
	width: 506px;
	height: 668px
}
}
.home-ecommerce__item--orders {
	z-index: 2;
	top: -430px;
left:calc(50% - (803px * 0.2));
	width: 602.25px;
	height: 272.25px
}

@media screen and (min-width: 64.0625em) {
.home-ecommerce__item--orders {
	top: calc(50% - 90px);
	left: 58.5%;
	width: 803px;
	height: 363px
}
}
.home-ecommerce__item--iphone {
	z-index: 3;
	top: -500px;
	left: calc(50% + 110px);
	width: 306px;
	height: 531.75px
}

@media screen and (min-width: 64.0625em) {
.home-ecommerce__item--iphone {
	top: calc(50% - 510px);
	left: 79.25%;
	width: 408px;
	height: 709px
}
}
.home-ecommerce__item--sales {
	z-index: 4;
	top: -550px;
left:calc(50% - (583px * 0.42));
	width: 466.4px;
	height: 278.4px
}

@media screen and (min-width: 64.0625em) {
.home-ecommerce__item--sales {
	width: 583px;
	height: 348px;
	top: calc(50% - 290px);
	left: 49.75%
}
}
.home-ecommerce.js-fadeScroll .landing-page-title, .home-ecommerce.js-fadeScroll .landing-page-checklist, .home-ecommerce.js-fadeScroll .landing-page-btn-container, .home-ecommerce.js-fadeScroll .home-ecommerce__item {
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	-ms-transform: translateX(20px);
	-o-transform: translateX(20px);
	transform: translateX(20px);
	opacity: 0
}
.home-ecommerce.js-fadeScroll .landing-page-title {
	transition: opacity 0.5s ease-out 0.4s, transform 0.5s ease-out 0.4s
}
.home-ecommerce.js-fadeScroll .landing-page-checklist {
	transition: opacity 0.5s ease-out 0.4s, transform 0.5s ease-out 0.4s
}
.home-ecommerce.js-fadeScroll .landing-page-btn-container {
	transition: opacity 0.5s ease-out 0.4s, transform 0.5s ease-out 0.4s
}
.home-ecommerce.js-fadeScroll .home-ecommerce__item--box {
	-webkit-transform: translateX(50px);
	-moz-transform: translateX(50px);
	-ms-transform: translateX(50px);
	-o-transform: translateX(50px);
	transform: translateX(50px);
	transition: opacity 0.425s ease-out, transform 0.425s ease-out
}
.home-ecommerce.js-fadeScroll .home-ecommerce__item--orders {
	-webkit-transform: translateX(50px);
	-moz-transform: translateX(50px);
	-ms-transform: translateX(50px);
	-o-transform: translateX(50px);
	transform: translateX(50px);
	transition: opacity 0.425s ease-out 0.1s, transform 0.425s ease-out 0.1s
}
.home-ecommerce.js-fadeScroll .home-ecommerce__item--iphone {
	-webkit-transform: translateX(50px);
	-moz-transform: translateX(50px);
	-ms-transform: translateX(50px);
	-o-transform: translateX(50px);
	transform: translateX(50px);
	transition: opacity 0.425s ease-out 0.2s, transform 0.425s ease-out 0.2s
}
.home-ecommerce.js-fadeScroll .home-ecommerce__item--sales {
	-webkit-transform: translateX(50px);
	-moz-transform: translateX(50px);
	-ms-transform: translateX(50px);
	-o-transform: translateX(50px);
	transform: translateX(50px);
	transition: opacity 0.425s ease-out 0.3s, transform 0.425s ease-out 0.3s
}
.home-ecommerce.js-fadeScroll.is-visible .landing-page-title, .home-ecommerce.js-fadeScroll.is-visible .landing-page-checklist, .home-ecommerce.js-fadeScroll.is-visible .landing-page-btn-container, .home-ecommerce.js-fadeScroll.is-visible .home-ecommerce__item {
	-webkit-transform: translateX(0) translateY(0);
	-moz-transform: translateX(0) translateY(0);
	-ms-transform: translateX(0) translateY(0);
	-o-transform: translateX(0) translateY(0);
	transform: translateX(0) translateY(0);
	opacity: 1
}
.home-promote {
	background: #56d090;
	padding-top: 500px;
	overflow: visible
}

@media screen and (min-width: 64.0625em) {
.home-promote {
	padding: 220px 0;
	overflow: hidden
}
}
.home-promote .landing-page-container {
	position: relative
}
.home-promote .landing-page-container::after {
	clear: both;
	content: "";
	display: table
}

@media screen and (min-width: 64.0625em) {
.home-promote .landing-page-content {
	width: 50%;
	float: right
}
}
.home-promote .landing-page-btn--white {
	color: #56d090
}
.home-promote__list .landing-page-checklist__item {
	color: #fff
}
.home-promote__list .landing-page-checklist__item::before {

}
.home-promote__item {
	position: absolute;
	max-width: none
}
.home-promote__item--shades {
	z-index: 1;
	top: -500px;
right:calc(50% - (567px * 0.5));
	width: 425.25px;
	height: 409.5px
}

@media screen and (min-width: 64.0625em) {
.home-promote__item--shades {
	top: calc(50% + 20px);
	right: 53%;
	width: 567px;
	height: 546px
}
}
.home-promote__item--email-roi {
	z-index: 2;
	top: -444px;
	right: calc(50% - 80px);
	width: 391.5px;
	height: 261px
}

@media screen and (min-width: 64.0625em) {
.home-promote__item--email-roi {
	top: calc(50% - 140px);
	right: 57%;
	width: 522px;
	height: 348px
}
}
.home-promote__item--email-performance {
	z-index: 3;
	top: -520px;
	right: calc(50% - 50px);
	width: 391.5px;
	height: 261px
}

@media screen and (min-width: 64.0625em) {
.home-promote__item--email-performance {
	top: calc(50% - 250px);
	right: 63%;
	width: 522px;
	height: 348px
}
}
.home-promote__item--email {
	z-index: 4;
	top: -600px;
right:calc(50% - (513px * 0.375));
	width: 384.75px;
	height: 675px
}

@media screen and (min-width: 64.0625em) {
.home-promote__item--email {
	width: 513px;
	height: 900px;
	top: calc(50% - 350px);
	right: 45%
}
}
.home-promote.js-fadeScroll .landing-page-title, .home-promote.js-fadeScroll .home-promote__list, .home-promote.js-fadeScroll .landing-page-btn-container, .home-promote.js-fadeScroll .home-promote__item {
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	-ms-transform: translateX(-20px);
	-o-transform: translateX(-20px);
	transform: translateX(-20px);
	opacity: 0
}
.home-promote.js-fadeScroll .landing-page-title {
	transition: opacity 0.5s ease-out 0.4s, transform 0.5s ease-out 0.4s
}
.home-promote.js-fadeScroll .home-promote__list {
	transition: opacity 0.5s ease-out 0.4s, transform 0.5s ease-out 0.4s
}
.home-promote.js-fadeScroll .landing-page-btn-container {
	transition: opacity 0.5s ease-out 0.4s, transform 0.5s ease-out 0.4s
}
.home-promote.js-fadeScroll .home-promote__item--shades {
	-webkit-transform: translateX(-50px);
	-moz-transform: translateX(-50px);
	-ms-transform: translateX(-50px);
	-o-transform: translateX(-50px);
	transform: translateX(-50px);
	transition: opacity 0.5s ease-out, transform 0.5s ease-out
}
.home-promote.js-fadeScroll .home-promote__item--email-roi {
	-webkit-transform: translateX(-50px);
	-moz-transform: translateX(-50px);
	-ms-transform: translateX(-50px);
	-o-transform: translateX(-50px);
	transform: translateX(-50px);
	transition: opacity 0.5s ease-out 0.1s, transform 0.5s ease-out 0.1s
}
.home-promote.js-fadeScroll .home-promote__item--email-performance {
	-webkit-transform: translateX(-50px);
	-moz-transform: translateX(-50px);
	-ms-transform: translateX(-50px);
	-o-transform: translateX(-50px);
	transform: translateX(-50px);
	transition: opacity 0.5s ease-out 0.2s, transform 0.5s ease-out 0.2s
}
.home-promote.js-fadeScroll .home-promote__item--email {
	-webkit-transform: translateX(-50px);
	-moz-transform: translateX(-50px);
	-ms-transform: translateX(-50px);
	-o-transform: translateX(-50px);
	transform: translateX(-50px);
	transition: opacity 0.5s ease-out 0.3s, transform 0.5s ease-out 0.3s
}
.home-promote.js-fadeScroll.is-visible .landing-page-title, .home-promote.js-fadeScroll.is-visible .home-promote__list, .home-promote.js-fadeScroll.is-visible .landing-page-btn-container, .home-promote.js-fadeScroll.is-visible .home-promote__item {
	-webkit-transform: translateX(0) translateY(0);
	-moz-transform: translateX(0) translateY(0);
	-ms-transform: translateX(0) translateY(0);
	-o-transform: translateX(0) translateY(0);
	transform: translateX(0) translateY(0);
	opacity: 1
}
.home-mobile {
	padding: 200px 0;
	background-color: #807FFF;
	overflow: hidden;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0)
}

@media screen and (min-width: 40.0625em) {
.home-mobile {
	padding: 280px 0
}
}
.home-mobile .landing-page-container {
	position: relative;
	z-index: 1
}
.home-mobile .landing-page-container.js-fadeScroll .landing-page-title, .home-mobile .landing-page-container.js-fadeScroll .landing-page-text, .home-mobile .landing-page-container.js-fadeScroll .landing-page-btn-container, .home-mobile .landing-page-container.js-fadeScroll .home-mobile__app-icon-container {
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
	opacity: 0
}
.home-mobile .landing-page-container.js-fadeScroll .landing-page-title {
	transition: opacity .75s cubic-bezier(0.19, 1, 0.22, 1), transform .75s cubic-bezier(0.19, 1, 0.22, 1)
}
.home-mobile .landing-page-container.js-fadeScroll .landing-page-text {
	transition: opacity .75s cubic-bezier(0.19, 1, 0.22, 1) 0.15s, transform .75s cubic-bezier(0.19, 1, 0.22, 1) 0.15s
}
.home-mobile .landing-page-container.js-fadeScroll .landing-page-btn-container {
	transition: opacity .75s cubic-bezier(0.19, 1, 0.22, 1) 0.3s, transform .75s cubic-bezier(0.19, 1, 0.22, 1) 0.3s
}
.home-mobile .landing-page-container.js-fadeScroll .home-mobile__app-icon-container {
	transition: opacity .75s cubic-bezier(0.19, 1, 0.22, 1) 0.45s, transform .75s cubic-bezier(0.19, 1, 0.22, 1) 0.45s
}
.home-mobile .landing-page-container.js-fadeScroll.is-visible .landing-page-title, .home-mobile .landing-page-container.js-fadeScroll.is-visible .landing-page-text, .home-mobile .landing-page-container.js-fadeScroll.is-visible .landing-page-btn-container, .home-mobile .landing-page-container.js-fadeScroll.is-visible .home-mobile__app-icon-container {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1
}
.home-mobile .landing-page-content {
	position: relative;
	z-index: 5
}
.home-mobile .landing-page-title {
	color: #fff
}
.home-mobile .landing-page-text {
	color: rgba(255,255,255,0.75)
}
.home-mobile .landing-page-btn {
	color: #807FFF
}
.home-mobile .landing-page-btn:hover, .home-mobile .landing-page-btn:focus {
	color: #807FFF
}
.home-mobile .home-mobile__app-icon-container {
	margin-top: 70px
}
.home-mobile .home-mobile__app-icon {
	margin-right: 20px
}
.home-mobile .home-mobile__item {
	-webkit-transition: 1.5s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: 1.5s cubic-bezier(0.19, 1, 0.22, 1);
	transition: 1.5s cubic-bezier(0.19, 1, 0.22, 1);
	position: absolute;
	max-width: none
}
.home-mobile .home-mobile__item--iphone {
	z-index: 3;
	display: none;
	width: 492px;
	height: 821px
}

@media screen and (min-width: 64.0625em) {
.home-mobile .home-mobile__item--iphone {
	display: block;
	top: -110px;
	left: 700px
}
}
.home-mobile .home-mobile__item--android {
	display: none;
	width: 388px;
	height: 815px
}

@media screen and (min-width: 64.0625em) {
.home-mobile .home-mobile__item--android {
	display: block;
	top: -750px;
	left: 580px
}
}
.home-mobile .home-mobile__item--iphone-02 {
	z-index: 2;
	top: -740px;
	left: calc(50% - 300px);
	width: 538px;
	height: 795px
}

@media screen and (min-width: 64.0625em) {
.home-mobile .home-mobile__item--iphone-02 {
	top: -460px;
	left: 380px
}
}
.home-mobile .home-mobile__item--nexus {
	z-index: 0;
	bottom: -960px;
	left: calc(50% - 500px);
	width: 1042px;
	height: 1025px
}

@media screen and (min-width: 64.0625em) {
.home-mobile .home-mobile__item--nexus {
	bottom: -795px;
	left: 180px
}
}
.home-cs {
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	box-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	overflow: hidden;
	min-height: 600px;
	height: 80vh;
	padding: 0;
	background-color: #F1C40F
}
.home-cs .js-fadeScroll .landing-page-title, .home-cs .js-fadeScroll .landing-page-text, .home-cs .js-fadeScroll .landing-page-btn-container {
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
	opacity: 0
}
.home-cs .js-fadeScroll .landing-page-title {
	transition: opacity .75s cubic-bezier(0.19, 1, 0.22, 1), transform .75s cubic-bezier(0.19, 1, 0.22, 1)
}
.home-cs .js-fadeScroll .landing-page-text {
	transition: opacity .75s cubic-bezier(0.19, 1, 0.22, 1) 0.15s, transform .75s cubic-bezier(0.19, 1, 0.22, 1) 0.15s
}
.home-cs .js-fadeScroll .landing-page-btn-container {
	transition: opacity .75s cubic-bezier(0.19, 1, 0.22, 1) 0.3s, transform .75s cubic-bezier(0.19, 1, 0.22, 1) 0.3s
}
.home-cs .js-fadeScroll.is-visible .landing-page-title, .home-cs .js-fadeScroll.is-visible .landing-page-text, .home-cs .js-fadeScroll.is-visible .landing-page-btn-container {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1
}
.home-cs .landing-page-content {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: block;
	position: relative;
	z-index: 1
}
.home-cs .landing-page-text {
	color: #fff
}
.home-cs .landing-page-btn--white {
	color: #F1C40F
}
.home-cs .landing-page-bg {
	top: calc((100vh - 80vh) / -2);
	height: 120vh;
	min-height: 720px
}
.home-cs .landing-page-bgvideo {
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: #F1C40F;
	background-size: cover;
	opacity: 0.5
}
.home-cs .landing-page-bgvideo::-webkit-media-controls {
display:none !important
}
.home-cs .landing-page-bgvideo::-webkit-media-controls-panel {
display:none !important;
-webkit-appearance:none
}
.home-cs .landing-page-bgvideo::--webkit-media-controls-play-button {
display:none !important;
-webkit-appearance:none
}
.home-cs .landing-page-bgvideo::-webkit-media-controls-start-playback-button {
display:none !important;
-webkit-appearance:none
}

@media (min-aspect-ratio: 16 / 9) {
.home-cs .landing-page-bgvideo {
	width: 100%;
	height: auto
}
}

@media (max-aspect-ratio: 16 / 9) {
.home-cs .landing-page-bgvideo {
	width: auto;
	height: 100%
}
}
.home-apps {
	padding: 100px 0;
	background: #f8f8f8
}
.home-apps .landing-page-container {
	position: relative;
	z-index: 1
}
.home-apps .landing-page-container.js-fadeScroll .landing-page-title, .home-apps .landing-page-container.js-fadeScroll .landing-page-text {
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
	opacity: 0
}
.home-apps .landing-page-container.js-fadeScroll .landing-page-title {
	transition: opacity .75s cubic-bezier(0.19, 1, 0.22, 1), transform .75s cubic-bezier(0.19, 1, 0.22, 1)
}
.home-apps .landing-page-container.js-fadeScroll .landing-page-text {
	transition: opacity .75s cubic-bezier(0.19, 1, 0.22, 1) 0.15s, transform .75s cubic-bezier(0.19, 1, 0.22, 1) 0.15s
}
.home-apps .landing-page-container.js-fadeScroll .home-apps__item {
	opacity: 0
}
.home-apps .landing-page-container.js-fadeScroll.is-visible .landing-page-title, .home-apps .landing-page-container.js-fadeScroll.is-visible .landing-page-text {
	-webkit-transform: translateX(0) translateY(0);
	-moz-transform: translateX(0) translateY(0);
	-ms-transform: translateX(0) translateY(0);
	-o-transform: translateX(0) translateY(0);
	transform: translateX(0) translateY(0);
	opacity: 1
}
.home-apps .landing-page-container.js-fadeScroll.is-visible .home-apps__item {
	opacity: 1
}
.home-apps .landing-page-content {
	position: relative
}
.home-apps .landing-page-text {
	margin-bottom: 50px
}
.home-apps__item-container {
	position: relative;
	width: 150%;
	margin: auto -25%
}

@media screen and (min-width: 64.0625em) {
.home-apps__item-container {
	width: 100%;
	max-width: 1136px;
	margin: auto
}
}
.home-apps__item {
	-webkit-transition: .75s cubic-bezier(0.19, 1, 0.22, 1) 0.3s, 1s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: .75s cubic-bezier(0.19, 1, 0.22, 1) 0.3s, 1s cubic-bezier(0.19, 1, 0.22, 1);
	transition: .75s cubic-bezier(0.19, 1, 0.22, 1) 0.3s, 1s cubic-bezier(0.19, 1, 0.22, 1);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0
}
.home-apps__item--bottom {
	z-index: 1;
	position: relative
}
.home-apps__item--mid {
	z-index: 2
}
.home-apps__item--top {
	z-index: 3
}
.home-apps__item--featured {
	z-index: 4
}
.w4-home-testimonials {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-moz-box-align: stretch;
	box-align: stretch;
	-webkit-align-items: stretch;
	-moz-align-items: stretch;
	-ms-align-items: stretch;
	-o-align-items: stretch;
	align-items: stretch;
	-ms-flex-align: stretch;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0
}

@media screen and (min-width: 64.0625em) {
.w4-home-testimonials {
	-webkit-box-lines: single;
	-moz-box-lines: single;
	box-lines: single;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}
}
.w4-home-testimonials__item {
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	box-flex: 0;
	-webkit-flex: 0 0 100%;
	-moz-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	display: block;
	position: relative;
	padding: 120px 0;
	overflow: hidden
}
.w4-home-testimonials__item::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	background: transparent;
	transition: background ease-out 0.5s, z-index 0.5s
}

@media screen and (min-width: 64.0625em) {
.w4-home-testimonials__item {
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	box-flex: 0;
	-webkit-flex: 0 0 50vw;
	-moz-flex: 0 0 50vw;
	-ms-flex: 0 0 50vw;
	flex: 0 0 50vw;
	height: calc(100vh - 85px);
	padding: 0
}
}
.w4-home-testimonials__item--video {
	-webkit-box-ordinal-group: 2;
	-moz-box-ordinal-group: 2;
	box-ordinal-group: 2;
	-webkit-order: 2;
	-moz-order: 2;
	order: 2;
	-ms-flex-order: 2;
	display: none;
	cursor: pointer
}
.w4-home-testimonials__item--video::before {
	content: '';
	position: absolute;
	z-index: 2;
	top: 31px;
	left: 31px;
	width: 31px;
	height: 31px;

	background-position: bottom left;
	background-size: 100%;
	opacity: 0;
	transition: opacity .75s cubic-bezier(0.19, 1, 0.22, 1)
}

@media screen and (min-width: 40.0625em) {
.w4-home-testimonials__item--video::before {
	top: 62px;
	left: 62px;
	width: 62px;
	height: 62px
}
}
.w4-home-testimonials__item--video:hover::before {
	opacity: 1
}

@media screen and (min-width: 64.0625em) {
.w4-home-testimonials__item--video {
	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
	box-ordinal-group: 1;
	-webkit-order: 1;
	-moz-order: 1;
	order: 1;
	-ms-flex-order: 1;
	display: block
}
}
.w4-home-testimonials__item--video.is-muted::before {
	background-position: top left
}
.w4-home-testimonials__item--video.is-muted:hover::after {
	background: transparent
}
.w4-home-testimonials__item--video.is-muted::after {
	background-color: rgba(255,109,58,0.8)
}
.w4-home-testimonials__item--video.is-mobile::before {
	content: none
}
.w4-home-testimonials__item--content {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	box-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
	box-ordinal-group: 1;
	-webkit-order: 1;
	-moz-order: 1;
	order: 1;
	-ms-flex-order: 1
}

@media screen and (min-width: 64.0625em) {
.w4-home-testimonials__item--content {
	-webkit-box-ordinal-group: 2;
	-moz-box-ordinal-group: 2;
	box-ordinal-group: 2;
	-webkit-order: 2;
	-moz-order: 2;
	order: 2;
	-ms-flex-order: 2
}
}
.w4-home-testimonials__item-container {
	max-width: 1000px;
	margin: auto;
	padding: 80px 30px;
	text-align: center
}

@media screen and (min-width: 40.0625em) {
.w4-home-testimonials__item-container {
	padding: 80px
}
}

@media screen and (min-width: 64.0625em) {
.w4-home-testimonials__item-container {
	padding: 120px
}
}
.w4-home-testimonials__item-container.js-fadeScroll .w4-home-testimonials__subtitle, .w4-home-testimonials__item-container.js-fadeScroll .w4-home-testimonials__quote, .w4-home-testimonials__item-container.js-fadeScroll .w4-home-testimonials__quote-source {
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
	opacity: 0
}
.w4-home-testimonials__item-container.js-fadeScroll .w4-home-testimonials__subtitle {
	transition: opacity .75s cubic-bezier(0.19, 1, 0.22, 1), transform .75s cubic-bezier(0.19, 1, 0.22, 1)
}
.w4-home-testimonials__item-container.js-fadeScroll .w4-home-testimonials__quote {
	transition: opacity .75s cubic-bezier(0.19, 1, 0.22, 1) 0.15s, transform .75s cubic-bezier(0.19, 1, 0.22, 1) 0.15s
}
.w4-home-testimonials__item-container.js-fadeScroll .w4-home-testimonials__quote-source {
	transition: opacity .75s cubic-bezier(0.19, 1, 0.22, 1) 0.3s, transform .75s cubic-bezier(0.19, 1, 0.22, 1) 0.3s
}
.w4-home-testimonials__item-container.js-fadeScroll.is-visible .w4-home-testimonials__subtitle, .w4-home-testimonials__item-container.js-fadeScroll.is-visible .w4-home-testimonials__quote, .w4-home-testimonials__item-container.js-fadeScroll.is-visible .w4-home-testimonials__quote-source {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1
}
.w4-home-testimonials__video {
	-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0);
	-moz-transform: translateX(-50%) translateY(-50%) translateZ(0);
	-ms-transform: translateX(-50%) translateY(-50%) translateZ(0);
	-o-transform: translateX(-50%) translateY(-50%) translateZ(0);
	transform: translateX(-50%) translateY(-50%) translateZ(0);
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	height: 100vh
}
.w4-home-testimonials__video.is-active {
	display: block
}

@media screen and (min-aspect-ratio: 2 / 1) {
.w4-home-testimonials__video {
	width: 50vw;
	height: auto
}
}
.w4-home-testimonials__subtitle {
	color: #666c70;
	font-size: 23px;
	font-weight: 300;
	line-height: 30px
}
.w4-home-testimonials__quote {
	display: none
}
.w4-home-testimonials__quote.is-active {
	display: block
}
.w4-home-testimonials__quote-text {
	margin: 50px auto;
	color: #FF6D3A;
	font-size: 40px
}

@media screen and (min-width: 40.0625em) {
.w4-home-testimonials__quote-text {
	font-size: 48px
}
}

@media screen and (min-width: 64.0625em) {
.w4-home-testimonials__quote-text {
	margin: 50px auto
}
}
.w4-home-testimonials__quote-source {
	color: rgba(255,109,58,0.5);
	font-size: 16px;
	letter-spacing: 1px;
	text-transform: uppercase
}
.w4-home-testimonials__arrow {
	margin-top: 50px;
	margin-bottom: -50px;
	cursor: pointer
}
.w4-home-testimonials.is-transitioning .w4-home-testimonials__item::after {
	z-index: 5;
	background: #fff;
	transition: background ease-out 0.5s
}
.w4-home-testimonials.is-transitioning .w4-home-testimonials__item--video::after {
	background: #FF6D3A
}
.w4-home-testimonials-nav {
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	position: absolute;
	z-index: 6;
	bottom: 60px;
	left: 50%
}
.w4-home-testimonials-nav__item {
	display: inline-block;
	width: 11px;
	height: 11px;
	margin: 0 10px;
	background-color: rgba(54,59,62,0.4);
	border-radius: 100%;
	cursor: pointer;
	transition: background-color .75s cubic-bezier(0.19, 1, 0.22, 1), box-shadow .75s cubic-bezier(0.19, 1, 0.22, 1)
}
.w4-home-testimonials-nav__item.is-active {
	background-color: #FF6D3A
}
.w4-home-testimonials-nav__item:not(.is-active):hover {
	background-color: rgba(255,109,58,0.4)
}
.home-testimonials {
	position: relative;
	height: 45vw;
	min-height: 600px;
	max-height: 900px
}

@media screen and (min-width: 40.0625em) {
.home-testimonials+.landing-page-section {
	padding-top: 147px
}
}
.home-testimonials.is-playing {
	z-index: 9999
}
.home-testimonial {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	box-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: absolute;
	width: 100%;
	height: 100%;
	margin: auto
}
.home-testimonial::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	background: #9B59B6
}
.home-testimonial.is-init:after {
	opacity: 1
}
.home-testimonial.is-init .home-testimonial__quote, .home-testimonial.is-init .home-testimonial__source, .home-testimonial.is-init .home-testimonial__play-btn {
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	-ms-transform: translateY(20px);
	-o-transform: translateY(20px);
	transform: translateY(20px);
	opacity: 0
}
.home-testimonial.is-out:after {
	opacity: 1;
	z-index: 1;
	transition: 0.2s ease-in-out
}
.home-testimonial.is-out .home-testimonial__quote, .home-testimonial.is-out .home-testimonial__source, .home-testimonial.is-out .home-testimonial__play-btn {
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	-ms-transform: translateY(20px);
	-o-transform: translateY(20px);
	transform: translateY(20px);
	opacity: 0;
	transition: 0.2s ease-in-out
}
.home-testimonial.is-in:after {
	opacity: 0;
	transition: 0.2s ease-in-out
}
.home-testimonial.is-in .home-testimonial__quote {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	transition: 0.2s ease-in-out 0.1s
}
.home-testimonial.is-in .home-testimonial__source {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	transition: 0.2s ease-in-out 0.2s
}
.home-testimonial.is-in .home-testimonial__play-btn {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	transition: background 0.2s ease-in-out, opacity 0.2s ease-in-out 0.3s, transform 0.2s ease-in-out 0.3s
}
.home-testimonial__container {
	position: relative;
	z-index: 1;
	width: calc(100% - 60px);
	max-width: 1080px;
	margin: auto
}

@media screen and (min-width: 40.0625em) {
.home-testimonial__container {
	width: calc(100% - 80px)
}
}

@media screen and (min-width: 64.0625em) {
.home-testimonial__container {
	width: calc(100% - 100px)
}
}
.home-testimonial__quote {
	margin-bottom: 30px;
	color: #fff;
	font-size: 40px;
	font-family: "effra", "proxima", "Proxima Nova", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-weight: 400;
	font-style: italic;
	text-align: center
}
.home-testimonial__source {
	margin-bottom: 0;
	color: #fff;
	font-size: 14px;
	font-family: "brandon-grotesque", "proxima", "Proxima Nova", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase
}
.home-testimonial__play-btn {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	margin: 50px auto 0 auto;
	padding: 0;
	border-radius: 100%;
	box-shadow: inset 0 0 0 2px #fff;
	background: rgba(255,255,255,0);
	transition: background 0.2s ease-in-out;
	overflow: hidden;
	cursor: pointer
}
.home-testimonial__play-btn::before {
	-webkit-transform: translateX(-5px) translateY(-7px);
	-moz-transform: translateX(-5px) translateY(-7px);
	-ms-transform: translateX(-5px) translateY(-7px);
	-o-transform: translateX(-5px) translateY(-7px);
	transform: translateX(-5px) translateY(-7px);
	content: '';
	display: block;
	position: relative;
	margin-top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	z-index: 2;
	border-style: solid;
	border-width: 8px 0 8px 14px;
	border-color: transparent transparent transparent #fff;
	transition: border-color 0.2s ease-in-out
}
.home-testimonial__play-btn:hover {
	background: #fff
}
.home-testimonial__play-btn:hover::before {
	border-color: transparent transparent transparent #9B59B6
}
.home-testimonial__bg {
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #9B59B6;
	background-position: 50% 50%;
	background-size: cover
}
.home-testimonials-menu {
	display: none;
	position: absolute;
	z-index: 1;
	bottom: -47px;
	left: calc(50% - 250px);
	margin: 0;
	padding: 0;
	line-height: 0
}

@media screen and (min-width: 40.0625em) {
.home-testimonials-menu {
	display: block
}
}
.home-testimonials-menu__item {
	display: block;
	float: left;
	position: relative;
	width: 100px;
	height: 94px;
	cursor: pointer
}
.home-testimonials-menu__item:hover .home-testimonials-menu__item-photo::before {
	background: rgba(54,59,62,0)
}
.home-testimonials-menu__item:hover .home-testimonials-menu__item-label {
	visibility: visible;
	color: #fff;
	transition: color .75s cubic-bezier(0.19, 1, 0.22, 1), visibility 0s linear 0s
}
.home-testimonials-menu__item.is-active .home-testimonials-menu__item-photo {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-filter: blur(0);
	filter: blur(0);
	background-size: 100%
}
.home-testimonials-menu__item.is-active .home-testimonials-menu__item-photo:hover {
	background-size: 100%
}
.home-testimonials-menu__item.is-active .home-testimonials-menu__item-photo::before {
	background: rgba(54,59,62,0)
}
.home-testimonials-menu__item-photo {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: scale(0.75);
	-moz-transform: scale(0.75);
	-ms-transform: scale(0.75);
	-o-transform: scale(0.75);
	transform: scale(0.75);
	position: relative;
	width: 90px;
	height: 90px;
	margin: 0 auto;
	background-color: #fff;
	background-position: 50% 50%;
	background-size: 100%;
	border: 2px solid #fff;
	border-radius: 100%;
	box-shadow: 0 11px 22px rgba(0,0,0,0.1);
	transition: .75s cubic-bezier(0.19, 1, 0.22, 1);
	overflow: hidden;
	box-sizing: content-box
}
.home-testimonials-menu__item-photo::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 100%;
	background: rgba(54,59,62,0.4);
	transition: background .75s cubic-bezier(0.19, 1, 0.22, 1)
}
.home-testimonials-menu__item-label {
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	visibility: hidden;
	position: absolute;
	top: -25px;
	left: 50%;
	font-size: 14px;
	font-family: "brandon-grotesque", "proxima", "Proxima Nova", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	white-space: nowrap;
	color: transparent;
	transition: color .75s cubic-bezier(0.19, 1, 0.22, 1), visibility 0s linear 0.5s
}
.home-testimonial__player {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1000;
	opacity: 0;
	visibility: hidden;
	transition: opacity .75s cubic-bezier(0.19, 1, 0.22, 1), visibility .75s cubic-bezier(0.19, 1, 0.22, 1) 0.3s, z-index .75s cubic-bezier(0.19, 1, 0.22, 1) 0.3s
}
.home-testimonial__player:not(.is-playing) .home-testimonial__player-controls, .home-testimonial__player:not(.is-playing) .home-testimonial__player-topbar, .home-testimonial__player.is-over.is-playing .home-testimonial__player-controls, .home-testimonial__player.is-over.is-playing .home-testimonial__player-topbar {
	opacity: 1;
	visibility: visible;
	transition: opacity .75s cubic-bezier(0.19, 1, 0.22, 1), visibility 0s linear 0s
}
.home-testimonial__player.is-playing {
	z-index: 5;
	transition: opacity .75s cubic-bezier(0.19, 1, 0.22, 1), visibility 0s linear 0s, z-index 0s linear 0s
}
.home-testimonial__player.is-playing .home-testimonial__player-controls, .home-testimonial__player.is-playing .home-testimonial__player-topbar {
	opacity: 0;
	visibility: hidden;
	transition: opacity .75s cubic-bezier(0.19, 1, 0.22, 1), visibility .75s cubic-bezier(0.19, 1, 0.22, 1) 0.3s
}
.home-testimonial__player.is-visible {
	z-index: 5;
	opacity: 1;
	visibility: visible;
	transition: opacity .75s cubic-bezier(0.19, 1, 0.22, 1), visibility 0s linear 0s, z-index 0s linear 0s
}
.home-testimonial__video {
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 0;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	background-size: cover;
	background-color: #000
}
.home-testimonial__player-topbar {
	background-image: -webkit-linear-gradient( top, rgba(0,0,0,0.5), transparent);
	background-image: linear-gradient(to bottom, rgba(0,0,0,0.5), transparent);
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: justify;
	-webkit-box-align: center;
	-moz-box-align: center;
	box-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	padding: 30px 30px 60px 30px;
	line-height: 20px;
	transition: opacity .75s cubic-bezier(0.19, 1, 0.22, 1), visibility 0s linear 0s
}
.home-testimonial__player-topbar-title {
	color: #fff;
	font-size: 30px;
	line-height: 1.25em;
	font-family: "effra", "proxima", "Proxima Nova", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-weight: 300
}
.home-testimonial__player-topbar-close {
	margin: -20px;
	padding: 20px;
	color: #fff;
	cursor: pointer;
	transition: color 0.2s ease-in-out
}
.home-testimonial__player-topbar-close:hover {
	color: #9B59B6
}
.home-testimonial__player-controls {
	background-image: -webkit-linear-gradient( bottom, rgba(0,0,0,0.5), transparent);
	background-image: linear-gradient(to top, rgba(0,0,0,0.5), transparent);
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	box-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	padding: 60px 30px 10px 30px;
	transition: opacity .75s cubic-bezier(0.19, 1, 0.22, 1), visibility 0s linear 0s
}
.home-testimonial__player-controls-play {
	margin-left: -20px;
	padding: 20px;
	line-height: 0;
	border: 0 !important;
	box-shadow: none !important;
	background: none
}
.home-testimonial__player-controls-play::before, .home-testimonial__player-controls-play::after {
	content: '';
	transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out
}
.home-testimonial__player-controls-play::before {
	content: '';
	display: block;
	position: relative;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 8px;
	border-color: transparent transparent transparent #fff
}
.home-testimonial__player-controls-play:hover::before {
	border-color: transparent transparent transparent #9B59B6
}
.home-testimonial__player-controls-play.is-playing::before, .home-testimonial__player-controls-play.is-playing::after {
	display: inline-block;
	width: 2px;
	height: 10px;
	border: 0;
	background: #fff
}
.home-testimonial__player-controls-play.is-playing::before {
	margin-right: 4px
}
.home-testimonial__player-controls-play.is-playing:hover::before, .home-testimonial__player-controls-play.is-playing:hover::after {
	background: #9B59B6
}
.home-testimonial__player-controls-progress {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 8px;
	margin-right: 20px;
	border: 0;
	border-radius: 2px;
	background: #9B59B6;
	cursor: pointer;
	overflow: hidden
}
.home-testimonial__player-controls-progress[value] {
	color: #f8f8f8
}
.home-testimonial__player-controls-progress::-webkit-progress-bar-value {
background:#f8f8f8
}
.home-testimonial__player-controls-progress::-webkit-progress-value {
background:#f8f8f8
}
.home-testimonial__player-controls-progress::-moz-progress-bar {
background:#f8f8f8
}
.home-testimonial__player-controls-progress::-webkit-progress-bar {
background:#9B59B6
}
.home-testimonial__player-controls-current-time, .home-testimonial__player-controls-duration {
	color: #fff;
	cursor: default;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.home-testimonial__player-controls-duration::before {
	content: '/';
	display: inline;
	margin: 0 6px;
	color: #fff
}
.home-features {
	padding: 100px 0;
	background-color: #363b3e;

}
.home-features .landing-page-container {
	width: calc(100% - 60px);
	max-width: 1360px;
	margin: auto
}

@media screen and (min-width: 64.0625em) {
.home-features .landing-page-container {
	width: calc(100% - 160px)
}
}
.home-features .landing-page-container.js-fadeScroll .landing-page-title, .home-features .landing-page-container.js-fadeScroll .landing-page-columns, .home-features .landing-page-container.js-fadeScroll .landing-page-btn-container {
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
	opacity: 0
}
.home-features .landing-page-container.js-fadeScroll .landing-page-title {
	transition: opacity .75s cubic-bezier(0.19, 1, 0.22, 1), transform .75s cubic-bezier(0.19, 1, 0.22, 1)
}
.home-features .landing-page-container.js-fadeScroll .landing-page-columns {
	transition: opacity .75s cubic-bezier(0.19, 1, 0.22, 1) 0.15s, transform .75s cubic-bezier(0.19, 1, 0.22, 1) 0.15s
}
.home-features .landing-page-container.js-fadeScroll .landing-page-btn-container {
	transition: opacity .75s cubic-bezier(0.19, 1, 0.22, 1) 0.3s, transform .75s cubic-bezier(0.19, 1, 0.22, 1) 0.3s
}
.home-features .landing-page-container.js-fadeScroll.is-visible .landing-page-title, .home-features .landing-page-container.js-fadeScroll.is-visible .landing-page-columns, .home-features .landing-page-container.js-fadeScroll.is-visible .landing-page-btn-container {
	-webkit-transform: translateX(0) translateY(0);
	-moz-transform: translateX(0) translateY(0);
	-ms-transform: translateX(0) translateY(0);
	-o-transform: translateX(0) translateY(0);
	transform: translateX(0) translateY(0);
	opacity: 1
}
.home-features .landing-page-content {
	max-width: 960px;
	margin: auto
}
.home-features .landing-page-title {
	color: #fff;
	text-align: center
}
.home-features .landing-page-btn {
	display: table;
	margin: 100px auto 0 auto;
	background: rgba(41,144,234,0);
	box-shadow: inset 0 0 0 2px #2990ea
}
.home-features .landing-page-btn:hover, .home-features .landing-page-btn:focus, .home-features .landing-page-btn.is-active {
	color: #fff;
	background: #2990ea;
	box-shadow: inset 0 0 0 2px #2990ea
}
.home-features .landing-page-columns__title {
	color: #fff
}
.home-features .landing-page-columns__list-item {
	color: #fff
}

@media screen and (min-width: 64.0625em) {
.home-features .landing-page-columns__item--col-two {
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	box-flex: 0;
	-webkit-flex: 0 0 28%;
	-moz-flex: 0 0 28%;
	-ms-flex: 0 0 28%;
	flex: 0 0 28%
}
}
.home-signup {
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	padding: 100px 0;
	background-color: #2990ea;
	background-position: 50% 50%;
	background-size: cover
}
.home-signup .landing-page-container {
	width: calc(100% - 60px);
	max-width: 1440px;
	margin: auto
}

@media screen and (min-width: 40.0625em) {
.home-signup .landing-page-container {
	width: calc(100% - 80px)
}
}

@media screen and (min-width: 64.0625em) {
.home-signup .landing-page-container {
	width: calc(100% - 100px)
}
}
.home-signup .landing-page-container.js-fadeScroll .landing-page-title, .home-signup .landing-page-container.js-fadeScroll .home-signup__form {
	-webkit-transform: translateY(60px);
	-moz-transform: translateY(60px);
	-ms-transform: translateY(60px);
	-o-transform: translateY(60px);
	transform: translateY(60px);
	opacity: 0;
	transition: opacity .75s cubic-bezier(0.19, 1, 0.22, 1), transform .75s cubic-bezier(0.19, 1, 0.22, 1)
}
.home-signup .landing-page-container.js-fadeScroll .home-signup__form {
	transition: opacity .75s cubic-bezier(0.19, 1, 0.22, 1) 0.15s, transform .75s cubic-bezier(0.19, 1, 0.22, 1) 0.15s
}
.home-signup .landing-page-container.js-fadeScroll.is-visible .landing-page-title, .home-signup .landing-page-container.js-fadeScroll.is-visible .home-signup__form {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1
}
.home-signup .landing-page-title {
	margin-bottom: 80px;
	color: #fff;
	font-size: 50px;
	font-family: "effra", "proxima", "Proxima Nova", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-weight: 900;
	text-align: center
}
.home-signup__form {
	width: 100%;
	margin: auto;
	text-align: center
}

@media screen and (min-width: 40.0625em) {
.home-signup__form {
	width: 350px
}
}
.home-signup__field {
	position: relative;
	margin-top: 34px
}
.home-signup__field:first-child {
	margin-top: 0
}
.home-signup__label {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	position: absolute;
	top: 0;
	right: 0;
	left: 25px;
	bottom: 0;
	color: #666c70;
	font-size: 18px;
	font-family: "effra", "proxima", "Proxima Nova", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	text-align: left;
	line-height: 51px;
	transition: all 0.2s ease-in-out;
	cursor: text
}
.home-signup__input {
	-webkit-appearance: none;
	padding: 13px 25px !important;
	color: #666c70;
	font-size: 18px;
	font-family: "effra", "proxima", "Proxima Nova", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	box-shadow: 0 0 1px rgba(0,0,0,0.1);
	border-color: #fff;
	cursor: text
}
.home-signup__input:hover, .home-signup__input:focus {
	color: #363b3e;
	border-color: #979797
}
.home-signup__input:focus+.home-signup__label, .home-signup__input:valid+.home-signup__label {
-webkit-transform:translateY(-36px) translateX(-25px);
-moz-transform:translateY(-36px) translateX(-25px);
-ms-transform:translateY(-36px) translateX(-25px);
-o-transform:translateY(-36px) translateX(-25px);
transform:translateY(-36px) translateX(-25px);
color:rgba(0,0,0,0.3);
font-size:14px;
font-family:"brandon-grotesque", "proxima", "Proxima Nova", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
font-weight:600;
letter-spacing:1px;
text-transform:uppercase
}
.home-signup__input:-webkit-autofill+.home-signup__label {
-webkit-transform:translateY(-36px) translateX(-25px);
-moz-transform:translateY(-36px) translateX(-25px);
-ms-transform:translateY(-36px) translateX(-25px);
-o-transform:translateY(-36px) translateX(-25px);
transform:translateY(-36px) translateX(-25px);
color:rgba(0,0,0,0.3);
font-size:14px;
font-family:"brandon-grotesque", "proxima", "Proxima Nova", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
font-weight:600;
letter-spacing:1px;
text-transform:uppercase
}
.home-signup__text {
	margin-top: 30px;
	margin-bottom: 50px;
	color: #fff;
	font-family: "effra", "proxima", "Proxima Nova", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-weight: 400;
	text-align: center
}
.home-signup__link {
	color: #fff;
	font-weight: 500
}
.home-signup__link:hover {
	color: rgba(255,255,255,0.6)
}
.home-signup input[type="submit"].home-signup__submit {
	color: #2990ea
}
.home-signup input[type="submit"].home-signup__submit:hover, .home-signup input[type="submit"].home-signup__submit:focus {
	color: #2990ea
}
#homepage {
	overflow-x: hidden
}
.takeover__content {
	height: 100%
}
