/* Web Specific CSS Document */

html {
	color: #555;
	background-color: #fefefe;
}
a {
	text-decoration: none;
	color: inherit;
}
img {
	display: inline-block;
}

.page {
	width: 100%;
	display: inline-block;
	text-align: left;
}
.page-mid {
	display: inline-block;
	width: 100%;
}

.mobile-off {
	display: none;
}
.mobile-on {
	display: inline-block;
}
.nav-space {
	width: 100%;
	height: 80px;
}
.nav-bar {
	background-color: #fefefe;
	width: 100%;
	height: 80px;
	top: 0;
	z-index: 99;
	position: fixed;
}
.nav {
	float: right;
	font-size: 16px;
	text-align: right;
	font-weight: 500;
}
.nav-item {
	letter-spacing: 1px;
	padding: 0px 20px;
	margin: 15px 0px;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	cursor: pointer;
	border-radius: 10px;
}
.nav-block:hover,
.nav-item:hover {
	color: #111;
	background-color: rgba(188, 173, 216, 0.5);
}
.nav-item.nav-item-sel {
	color: #111;
	background-color: rgba(188, 173, 216, 0.5);
}
.nav-block {
	color: #fefefe;
	background-color: #888;
}
.nav-icon {
	opacity: 0.5;
	vertical-align: middle;
}

.footer {
	background-color: #f3f3f3;
	color: #aaa;
	padding: 70px 0px 70px;
}
.footer-text {
	font-size: 14px;
	padding: 20px;
}
.footer-item {
	display: inline-block;
	padding: 20px 10px;
	font-size: 14px;
	cursor: pointer;
	border-radius: 10px;
}
.footer-item:hover {
	color: #999;
	background-color: rgba(0,0,0,0.05);
}
.footer-block {
	color: #eee;
	background-color: rgba(0,0,0,0.3);
}
.footer-item.nav-item-sel {
	color: #999;
	background-color: rgba(0,0,0,0.05);
}

.logo {
	height: 36px;
	display: inline-block;
	margin: 7px 0px;
	opacity: 1;
}
.nav-item:hover .logo {
	opacity: 1;
}
.invert {
	-webkit-filter: invert(100%);
	filter: invert(100%);
}
.banner {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.passion {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.description {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;

	min-height: 500px;
	height: 130%;
	position: relative;
}
.platform {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;

	height: 500px;
	position: relative;
}
.devices {
	background-size: cover;
	background-position: bottom;
	background-repeat: no-repeat;

	height: 500px;
	position: relative;
}
.desktop {
	background-position: bottom;
	height: 500px;
}
.dark-section {
	padding: 100px 0px;
	background-color: #666;
	background: linear-gradient(#777, #666);
	background: -o-linear-gradient(#777, #666);
	background: -moz-linear-gradient(#777, #666);
	background: -webkit-linear-gradient(#777, #666);
}
.top-section {
	padding: 50px 0px;
	background-color: #eee;
	background: linear-gradient(#eee, #ddd);
	background: -o-linear-gradient(#eee, #ddd);
	background: -moz-linear-gradient(#eee, #ddd);
	background: -webkit-linear-gradient(#eee, #ddd);
}
.light-section {
	padding: 100px 0px;
	background-color: #eee;
	background: linear-gradient(#f3f3f3, #ddd);
	background: -o-linear-gradient(#f3f3f3, #ddd);
	background: -moz-linear-gradient(#f3f3f3, #ddd);
	background: -webkit-linear-gradient(#f3f3f3, #ddd);
}
.white-section {
	padding: 200px 0px;
	background-color: #fff;
	background: linear-gradient(#fff, #eee);
	background: -o-linear-gradient(#fff, #eee);
	background: -moz-linear-gradient(#fff, #eee);
	background: -webkit-linear-gradient(#fff, #eee);
}
.purple-section {
	color: #eee;
	padding: 70px 0px;
	background-color: #624692;
	background: linear-gradient(#624692, #372772);
	background: -o-linear-gradient(#624692, #372772);
	background: -moz-linear-gradient(#624692, #372772);
	background: -webkit-linear-gradient(#624692, #372772);
}

.banner-logo {
	width: 100%;
	max-width: 363px;
	padding: 0px 20px;

  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.section-logo {
	width: 100%;
	max-width: 363px;
	opacity: 1;
	padding: 0px 20px;
	padding-bottom: 50px;

  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.point {
	position: absolute;
	top: -100%;
	left: -100%;
  -webkit-transform: translate(-50%, -50%); /* Chrome, Safari, Opera */
  -ms-transform: translate(-50%, -50%); /* IE 9 */
	transform: translate(-50%, -50%);
	white-space: nowrap;
}
.point-right {
	-webkit-transform: translate(-100%, -50%); /* Chrome, Safari, Opera */
	-ms-transform: translate(-100%, -50%); /* IE 9 */
	transform: translate(-100%, -50%);
}
.point-left {
	-webkit-transform: translate(0%, -50%); /* Chrome, Safari, Opera */
	-ms-transform: translate(0%, -50%); /* IE 9 */
	transform: translate(0%, -50%);
}
.point.img {
	width: 100%;
	height: auto;
	padding: 20px;

  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.cloud {
	padding: 15px;
	background-color: rgba(20,20,20,0.4);
	color: #eee;
	font-size: 14px;
	letter-spacing: 3px;
	border-radius: 10px;
}
.shadow {
	box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
}
.slide-mobile {
	width: 100%;
	max-width: 260px;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.mobile {
	width: 100%;
	max-width: 360px;
	padding: 50px;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.ipad {
	width: 95%;
	height: auto;
	max-width: 900px;
}
.focus {
	font-size: 42px;
	line-height: 48px;
	padding-bottom: 10px;
}


.banner-desktop {
	max-width: 95%;
	top: 50%;
	left: 50%;
}
.banner-ipad {
	max-width: 70%;
	top: 65%;
	left: 35%;
}
.banner-mobile {
	max-width: 20%;
	top: 70%;
	left: 61%;
}
.banner-card {
	max-width: 23%;
	top: 82%;
	left: 82%;
	border-radius: 7px;
}
.banner-text {
	top:40%;
	left:50%;
	white-space: normal;
	line-height: 40px;
	font-size: 24px;
}


.tag {
	display: inline-block;
	height: 180px;
	border-radius: 25px;
	position: absolute;
	left: 0;
	-webkit-transform: translate(-50%, -50%); /* Chrome, Safari, Opera */
	-ms-transform: translate(-50%, -50%); /* IE 9 */
	transform: translate(-50%, -50%);
}
.card {
	display: inline-block;
	height: 180px;
	border-radius: 18px;
		position: absolute;
		left: 0;
		-webkit-transform: translate(-50%, -50%); /* Chrome, Safari, Opera */
		-ms-transform: translate(-50%, -50%); /* IE 9 */
		transform: translate(-50%, -50%);
}
.card-small {
	border-radius: 10px;
}
.card-outer {
	display:inline-block;
	position: relative;
	margin: 5px 0px 10px;
	width: 287px;
	height: 180px;
	text-align: center;
}
.tag-outer {
	display:inline-block;
	position: relative;
	margin: 5px 0px 10px;
	width: 215px;
	height: 120px;
	text-align: center;
}
.card-front {
	-webkit-transform: rotateX(0deg) rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;

	-moz-transform: rotateX(0deg) rotateY(0deg);
	-moz-transform-style: preserve-3d;
	-moz-backface-visibility: hidden;

	transform: rotateX(0deg) rotateY(0deg);
  transform-style: preserve-3d;
	backface-visibility: hidden;

	/* -- transition is the magic sauce for animation -- */
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.flip .card-front {
	z-index: 20;
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.card-back {
	-webkit-transform: rotateY(-180deg);
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;

	-moz-transform: rotateY(-180deg);
	-moz-transform-style: preserve-3d;
	-moz-backface-visibility: hidden;

	transform: rotateY(-180deg);
  transform-style: preserve-3d;
	backface-visibility: hidden;

	/* -- transition is the magic sauce for animation -- */
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.flip .card-back {
	z-index: 25;
	-webkit-transform: rotateX(0deg) rotateY(0deg);
	-moz-transform: rotateX(0deg) rotateY(0deg);
	transform: rotateX(0deg) rotateY(0deg);
}


.action-big {
	display: inline-block;
	background-color: rgba(0,0,0,0.4);
	color: #fff;
	vertical-align: middle;
	padding: 35px 50px;
	font-size: 36px;
	border-radius: 0px;
	cursor: pointer;
}
.action-big:hover {
	background-color: rgba(0,0,0,0.6);
}


.chunk {
	width: 90%;
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
	color: #efefef;
	background-color: rgba(70,70,70,0.8);
	padding: 30px 30px;
	border-radius: 10px;

  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.chunk-title {
	line-height: 50px;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 2px;
	padding-bottom: 20px;
	white-space: normal;
	text-align: left;
}
.chunk-text {
	line-height: 34px;
	font-size: 16px;
	letter-spacing: 3px;
	white-space: normal;
	text-align: left;
}
.chunk h1,
.chunk h2,
.chunk h3 {
	font-weight: 400;
	letter-spacing: 3px;
	font-size: 24px;
	line-height: 40px;
	margin: 0px 0px 20px;
	white-space: normal;
}

.pricing-block {
	vertical-align: top;
	padding: 20px 20px;
	width: 300px;
	display: inline-block;
	margin: 10px;
	position: relative;

	background-color: #ccc;
	background: linear-gradient(#ccc, #bbb);
	background: -o-linear-gradient(#ccc, #bbb);
	background: -moz-linear-gradient(#ccc, #bbb);
	background: -webkit-linear-gradient(#ccc, #bbb);

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.pricing-value {
	background-color: #c9bee1;
	background: linear-gradient(#c9bee1, #aea3c4);
	background: -o-linear-gradient(#c9bee1, #aea3c4);
	background: -moz-linear-gradient(#c9bee1, #aea3c4);
	background: -webkit-linear-gradient(#c9bee1, #aea3c4);
}
.pricing-best {
	display: inline-block;
	position: absolute;
	top: -5px;
	right: -20px;
	font-size: 20px;
	font-weight: 700;
	padding: 10px 10px;
	transform: rotate(20deg);

  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);

  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;

	background-color: #c9bee1;
	background: linear-gradient(#e9d19e, #dbb86b);
	background: -o-linear-gradient(#e9d19e, #dbb86b);
	background: -moz-linear-gradient(#e9d19e, #dbb86b);
	background: -webkit-linear-gradient(#e9d19e, #dbb86b);
}
.pricing-title {
	font-size: 34px;
	line-height: 30px;
	padding-top: 15px;
}
.pricing-rate {
	display: inline-block;
	font-size: 46px;
	line-height: 36px;
	font-weight: 600;
	vertical-align: top;
	padding: 5px 0px 0px;
}
.pricing-currency {
	display: inline-block;
	font-size: 18px;
	line-height: 18px;
	color: #888;
	padding-top: 7px;
	vertical-align: top;
}
.pricing-monthly {
	display: inline-block;
	font-size: 16px;
	line-height: 16px;
	color: #888;
	padding-bottom: 2px;
	vertical-align: bottom;
}
.pricing-block p {
	line-height: 22px;
}
.pricing-block .line {
	height: 1px;
	padding: 0px 20px;
	margin: 10px 20px 20px;
	background-color: #666;
}
.pricing-learn {
	display: block;
	margin-top: 8px;
	margin-bottom: 0px;
	color: #6f6f6f;
	text-decoration: underline;
	font-size: 12px;
}

.section-title {
	text-align: center;
	height: 86px;
}
.section-title  .title {
	background-color: #bbb;
	color: #f6f6f6;
	font-weight: 600;
	font-size: 26px;
	line-height: 26px;
	letter-spacing: 4px;
	padding: 10px 0px;
	text-align: center;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.sticky {
	position: fixed;
	top: 80px;
	width: 100%;
}
.plan-opts {
	margin-bottom: 40px;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.plan-opt {
	background-color: #efefef;
	padding: 20px 0px;
	border: 1px solid #ccc;
	cursor: pointer;
}
.plan-opt.nav-item-sel {
	background-color: #f7f7f7;
}
.plan-opt:hover {
	background-color: #fff;
}
.plans {
	display: inline-block;
	border: 1px solid #ccc;
	margin: 20px 0px;
}
.plan {
	background-color: #eee;
	display: inline-block;
	width: 100%;
	max-width: 400px;
	border: 1px solid #ccc;
	vertical-align: top;

  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.plan-categories {
	display: none;
}
.plan-categories .plan-item {
	font-weight: 400;
	color: #999;
}
.plan-main {
	padding: 20px;
	background-color: #f3f3f3;
}
.plan-title {
	font-size: 24px;
	line-height: normal;
}
.plan-price {
	display: inline-block;
	font-size: 46px;
	line-height: 36px;
	font-weight: 600;
	vertical-align: middle;
	padding: 15px 0px 0px;
}
.plan-currency {
	display: inline-block;
	font-size: 18px;
	line-height: 18px;
	color: #aaa;
	vertical-align: top;
	padding-top: 7px;
}
.plan-monthly {
	display: inline-block;
	font-size: 16px;
	line-height: 16px;
	color: #aaa;
	vertical-align: bottom;
	padding-bottom: 2px;
}
.plan-items .plan-item:nth-child(odd) {
	background-color: rgba(0,0,0,0.04);
}
.plan-item {
	padding: 20px 0px;
	font-size: 14px;
	line-height: 20px;
	display: table;
	width: 100%;
	height: 121px;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.plan-cell {
	display: table-cell;
	vertical-align: middle;
}
.plan-symbol {
	font-size: 11px;
}
.plan-mobile-off {
	display: none;
}

.tabs {
	margin:10px 0 20px;
	border-bottom: 1px solid #aaa;
	display: flex;
	justify-content: center;
	gap: 20px;
}
.tab {
	display: inline-block;
    padding: 8px 12px;
    font-size: 20px;
	line-height: 26px;;
    letter-spacing: 0.5px;
    color: #eee;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    cursor: pointer;
    background: linear-gradient(#bbb, #aaa);
    background: -o-linear-gradient(#bbb, #aaa);
    background: -moz-linear-gradient(#bbb, #aaa);
    background: -webkit-linear-gradient(#bbb, #aaa);
}
.tab-selected {
    background: linear-gradient(#49347f, #382872);
    background: -o-linear-gradient(#49347f, #382872);
    background: -moz-linear-gradient(#49347f, #382872);
    background: -webkit-linear-gradient(#49347f, #382872);
}
.tab input {
	display: none;
}

.col-60,
.col-40 {
	display: block;
	width: auto;
	vertical-align: top;
	text-align: center;
}
.col-50 {
	display: block;
	width: auto;
	vertical-align: middle;
}
.col-50-left {
	text-align: center;
	vertical-align: middle;
}
.col-50-right {
	text-align: center;
	vertical-align: middle;
}
.col-50-left-pad {
	padding-right: 0px;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.col-50-right-pad {
	padding-left: 0px;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.col-30,
.col-70,
.col-45,
.col-55, {
	display: block;
	width: auto;
	text-align: center;
}
.col-70-right {
	text-align: center;
}


.title {
	line-height: 35px;
	font-size: 24px;
	font-weight: 600;
	padding: 0px 50px 30px;
	color: #fff;
	letter-spacing: 3px;
	text-align: left;
}
.title.mega {
	color: #666;
	line-height: 60px;
	font-weight: 400;
}
.item {
	font-size: 16px;
	color: #eee;
	padding: 30px 0px;
	letter-spacing: 3px;
}
.text {
	font-size: 16px;
	line-height: 24px;
	max-width: 660px;
	color: #eee;
	padding: 30px 50px;
	letter-spacing: 0.5px;
	text-align: left;
}
.subtitle {
	line-height: 48px;
	font-size: 32px;
	font-weight: 600;
	padding-bottom: 100px;
	color: #eee;
}
.light-section .title,
.light-section .subtitle {
	color: #333;
}
.light-section .item,
.light-section .text {
	color: #444;
}


.guide-chunk {
	display: inline-block;
	color: #ddd;
	width: 100%;
	max-width: 830px;
	line-height: 38px;
	font-size: 20px;
	letter-spacing: 3px;
	text-align: center;
	padding: 70px 30px 70px;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.guide-icon {
	width: 100%;
	max-width: 350px;
	opacity: 0.7;
	padding: 0px 40px;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.guide-title {
	font-size: 40px;
	font-weight: 400;
	padding: 50px 0px;
	margin: 0px -20px;
}
.guide-text {
	text-align: left;
}
.check {
	opacity: 0.7;
	width: 46px;
	height: 46px;
}


.menu-fade {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 80;
	background-color: rgba(0,0,0,0.3);
}
.menu {
	display: none;
	position: fixed;
	left: auto;
	right: -250px;
	width: 250px;
	height: 100%;
	background-color: #f3f3f3;
	z-index: 90;
}
.menu-item {
	padding: 20px;
	color: #666;
	letter-spacing: 2px;
	cursor: pointer;
}
.menu-item.nav-item-sel,
.menu-item:hover {
	background-color: rgba(0,0,0,0.05);
	color: #555;
}
.menu-block {
	background-color: rgba(0,0,0,0.07);
}


/* Features - Section on the Studio page. */
.feature {
	display: block;
	padding: 20px 0px;
	vertical-align: top;
}
.feature img {
	padding: 5px 15px 5px 0px;
	vertical-align: middle;
	max-width: 64px;
	max-height: 64px;
	min-height: 40px;
	opacity: 0.9;
}
.feature-title {
	font-size: 24px;
	font-weight: 600;
	vertical-align: middle;
}
.feature p {
	font-size: 16px;
	line-height: 30px;
	padding: 0px 20px;
}

.dark-section .feature {
	color: #ddd;
}
.dark-section .feature img {
	-webkit-filter: invert(100%);
	filter: invert(100%);
}


.download {
	vertical-align: bottom;
}
.download img {
	width: 70%;
	padding: 20px 20px 40px;
}
.download .coming-soon {
	width: 70%;
	display: inline-block;
	padding: 20px 20px 40px;
	text-align: center;
		vertical-align: bottom;
}
.download .coming-soon img {
	width: 100%;
	padding: 0px;
}


.col-left,
.col-right {
	position: relative;
}
.col-left {
	display: none;
	text-align:right;
	margin-top:27px;
	right: 50px;
}
.col-right {
	display: inline-block;
	width: 100%;
	margin-top: 100px;
	vertical-align: top;
	text-align: center;
}
/* For tablets */
@media only screen and (min-width: 600px) {
	.col-left {
		display: inline-block;
		width: 50%;
	}
	.col-right {
		width: 50%;
	}
}
/* For Wide Screen Desktop */
@media only screen and (min-width: 1200px) {
	.col-left {
		width: 60%;
	}
	.col-right {
		width: 40%;
		text-align: left;
	}
}


/* For tablets */
@media only screen and (min-width: 600px) {
	.logo {
		height: 46px;
		margin: 2px 0px;
	}
	.banner-logo {
		max-width: 522px;
	}
	.cloud {
		padding: 25px;
		background-color: rgba(20,20,20,0.4);
		color: #eee;
		font-size: 24px;
		letter-spacing: 3px;
		border-radius: 10px;
	}
	.point.img {
		width: auto;
		height: 100%;
	}

	.light-section,
	.dark-section {
		padding: 200px 0px;
	}
	.section-logo {
		max-width: 450px;
	}

	.devices {
		height: 700px;
	}
	.banner-desktop {
		max-width: 95%;
		top: 50%;
		left: 50%;
	}
	.banner-ipad {
		max-width: 60%;
		top: 70%;
		left: 35%;
	}
	.banner-mobile {
		max-width: 15%;
		top: 78%;
		left: 61%;
	}
	.banner-card {
		max-width: 21%;
		top: 85%;
		left: 84%;
		border-radius: 7px;
	}
	.banner-text {
		top:40%;
		left:50%;
		white-space: normal;
		line-height: 40px;
		font-size: 24px;
	}

	.desktop {
		height: 400px;
	}
	.desktop .chunk {
		padding: 30px 50px;
		width: 90%;
		display: block;
	}

	.ipad {
		width: 90%;
		height: auto;
	}
	.title {
		line-height: 40px;
		font-size: 30px;
		font-weight: 600;
		padding: 0px 50px 40px;
		color: #fff;
		letter-spacing: 3px;
	}
	.item {
		font-size: 20px;
		color: #eee;
		padding: 30px 0px;
		letter-spacing: 3px;
	}
	.text {
		font-size: 20px;
		line-height: 30px;
		color: #eee;
		padding: 30px 50px;
		letter-spacing: 3px;
	}

	.footer-item {
		display: inline-block;
		padding: 20px 20px;
		font-size: 16px;
		cursor: pointer;
		border-radius: 10px;
	}

	.feature {
		display: inline-block;
		width: 50%;
	}

	.download img {
		width: 50%;
	}
	.download .coming-soon {
		width: 50%;
	}
	.description {
		height: 100%;
	}

	.chunk h1,
	.chunk h2,
	.chunk h3 {
		font-weight: 400;
		letter-spacing: 3px;
		font-size: 40px;
		line-height: 40px;
		margin: 0px 0px 40px;
	}
}
/* For Small Screen Desktop */
@media only screen and (min-width: 768px) {
	.logo {
		height: 46px;
		margin: 2px 0px;
	}
	.nav-bar {
		height: 100px;
	}
	.nav-item {
		margin: 24px 0px;
	}
	.mobile {
		padding: 0px 20px 10px;
	}
	.mobile-off {
		display: inline-block;
	}
	.mobile-on {
		display: none;
	}

	.banner-desktop {
		max-width: 80%;
		height: auto;
		top: 50%;
		left: 50%;
	}
	.banner-ipad {
		max-width: 80%;
		max-height: 40%;
		top: 70%;
		left: 35%;
	}
	.banner-mobile {
		max-width: 35%;
		max-height: 30%;
		top: 74.5%;
		left: 50%;
	}
	.banner-card {
		height: 10%;
		top: 81.5%;
		left: 58%;
	}
	.banner-text {
		top: 40%;
		left: 60%;
		white-space: nowrap;
	}

	.col-50 {
		display: inline-block;
		width: 50%;
	}
	.col-50-left {
		text-align: right;
	}
	.col-50-right {
		text-align: left;
	}
	.col-50-left .col-50-pad {
		padding-right: 30px;
	}
	.col-50-right .col-50-pad {
		padding-left: 30px;
	}
	.col-50-left-pad {
		padding-right: 5px;
	}
	.col-50-right-pad {
		padding-left: 5px;
	}
	.col-30 {
		width: 30%;
		display: inline-block;
	}
	.col-70 {
		width: 70%;
		display: inline-block;
	}
	.col-70-right {
		text-align: right;
	}
	.col-45 {
		width: 45%;
		display: inline-block;
	}
	.col-55 {
		width: 55%;
		display: inline-block;
	}

	.ipad {
		width: 80%;
		height: auto;
		text-align: center;
	}
	.title {
		line-height: 44px;
		font-size: 36px;
		font-weight: 600;
		padding: 50px 50px 50px;
		color: #fff;
		letter-spacing: 3px;
		text-align: inherit;
	}
	.item {
		font-size: 24px;
		color: #eee;
		padding: 40px 100px;
		letter-spacing: 3px;
	}
	.text {
		display: inline-block;
		font-size: 24px;
		line-height: 36px;
		color: #eee;
		padding: 40px 50px 40px 100px;
		letter-spacing: 3px;
		text-align: inherit;
	}
	.col-50 .text {
		max-width: 50%;
	}
	.platform {
		height: 600px;
	}
	.desktop {
		height: 400px;
	}
	.desktop .chunk {
		padding: 30px 50px;
	}

	.chunk {
		top: 50%;
		left: 50%;
		letter-spacing: 3px;
		color: #efefef;
		background-color: rgba(70,70,70,0.8);
		padding: 50px 50px;
		border-radius: 10px;

	  box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  -webkit-box-sizing: border-box;
	}
	.chunk-title {
		line-height: 80px;
		font-size: 48px;
		font-weight: 400;
		padding-bottom: 20px;
		white-space: nowrap;
		text-align: left;
	}
	.chunk-text {
		font-size: 24px;
		line-height: 50px;
		white-space: normal;
		text-align: left;
	}

	.footer-item {
		display: inline-block;
		padding: 20px 30px;
		font-size: 16px;
		cursor: pointer;
		border-radius: 10px;
	}

	.plan-item {
		color: #888;
		padding: 20px 0px;
		font-size: 18px;
		line-height: 26px;
	}
	.plan-symbol {
		font-size: 11px;
	}

	.feature {
		display: inline-block;
		width: 40%;
	}

	.download img {
		width: 60%;
	}
	.download .coming-soon {
		width: 60%;
	}
}
/* For Medium Screen Desktop */
@media only screen and (min-width: 992px) {
	.page {
		display: block;
		width: auto;
		padding: 0px 20px;
	}
	.page-mid {
		width: 930px;
	}

	.banner-desktop {
		max-height: 80%;
		height: 100%;
		top: 50%;
		left: 50%;
	}
	.banner-ipad {
		max-width: 80%;
		max-height: 40%;
		top: 70%;
		left: 35%;
	}
	.banner-mobile {
		max-width: 35%;
		max-height: 35%;
		top: 74%;
		left: 50%;
	}
	.banner-card {
		height: 12%;
		top: 85%;
		left: 62%;
	}
	.banner-text {
		top: 40%;
		left: 65%;
	}

	.col-60 {
		display: inline-block;
		width: 60%;
		vertical-align: top;
		text-align: right;
	}
	.col-40 {
		display: inline-block;
		width: 40%;
		vertical-align: top;
		text-align: left;
	}
	.col-50-left .col-50-pad {
		padding-right: 80px;
	}
	.col-50-right .col-50-pad {
		padding-left: 80px;
	}

	.title {
		line-height: 30px;
		font-size: 30px;
		font-weight: 600;
		padding: 30px 25px 30px;
		color: #fff;
		letter-spacing: 3px;
	}
	.item {
		font-size: 20px;
		color: #eee;
		padding: 30px 50px;
		letter-spacing: 3px;
	}
	.text {
		font-size: 20px;
		line-height: 30px;
		color: #eee;
		padding: 30px 50px;
		letter-spacing: 3px;
	}
	.col-50 .text {
		max-width: 50%;
	}
	.platform {
		height: 800px;
	}
	.desktop {
		height: 500px;
	}
	.desktop .chunk {
		width: auto;
	}

	.section-title {
		text-align: left;
	}
	.section-title .title {
		text-align: right;
		display: inline-block;
		border-top-right-radius: 15px;
		border-bottom-right-radius: 15px;
		padding: 10px 30px 10px 50px;
		margin-bottom: 40px;
	}
	.sticky {
		top: 100px;
		width: auto;
	}

	.plan-opts {
		display: none;
	}
	.plan-categories {
		display: inline-block;
	}
	.plan {
		max-width: 240px;
	}
	.plan-item {
		padding: 20px;
	}
	.plan-main .plan-item {
		padding: 20px 0px;
	}
	.plan-mobile-on {
		display: none;
	}
	.plan-mobile-off {
		display: table;
	}

	.download img {
		width: 50%;
	}
	.download .coming-soon {
		width: 50%;
	}
}
/* For Wide Screen Desktop */
@media only screen and (min-width: 1200px) {
	.page-mid {
		display: inline-block;
		width: 1200px;
	}

	.chunk {
		max-width: 1065px;
	}

	.title {
		line-height: 44px;
		font-size: 36px;
		font-weight: 600;
		padding: 60px 50px 50px;
		color: #fff;
		letter-spacing: 3px;
	}
	.item {
		line-height: 24px;
		font-size: 24px;
		color: #eee;
		padding: 34px 100px;
		letter-spacing: 3px;
	}
	.text {
		font-size: 24px;
		line-height: 40px;
		color: #eee;
		padding: 34px 80px;
		letter-spacing: 3px;
	}
	.platform {
		height: 1000px;
	}
	.desktop {
		height: 700px;
	}

	.download img {
		width: 40%;
		max-width: 360px;
	}
	.download .coming-soon {
		width: 40%;
		max-width: 360px;
	}
}


/* Buttons */
button {
  display: inline-block;
  *display: inline;
  padding: 2px 10px;
  margin: 5px 0px 5px 0px;
  margin-left: .3em;
  font-size: 12px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

button:hover,
button:focus,
button:active,
button.active,
button.disabled,
button[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

button:active,
button.active {
  background-color: #cccccc \9;
}

button:first-child {
  *margin-left: 0;
}

button:hover,
button:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

button:focus {
  outline: none;
}

button.active,
button:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

button.disabled,
button[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-long {
  width: 100%;
  padding: 10px 0px;
  font-size: 16.5px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  margin-left: 0px;
  display:block;
}

.btn-large {
  padding: 10px 18px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}

.btn-small {
  padding: 0 6px;
  margin-top: 0px;
  font-size: 10.5px;
  letter-spacing:0.05em;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: -1px;
}

.btn-blue.active,
.btn-green.active,
.btn-orange.active,
.btn-red.active,
.btn-black.active {
  color: rgba(255, 255, 255, 0.75);
}

/* Button Blue */
.btn-blue {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  *background-color: #0044cc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active,
.btn-blue.disabled,
.btn-blue[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.btn-blue:active,
.btn-blue.active {
  background-color: #003399 \9;
}

/* Button Orange */
.btn-orange {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  *background-color: #f89406;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active,
.btn-orange.active,
.btn-orange.disabled,
.btn-orange[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-orange:active,
.btn-orange.active {
  background-color: #c67605 \9;
}

/* Button Red */
.btn-red {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  *background-color: #bd362f;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active,
.btn-red.disabled,
.btn-red[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-red:active,
.btn-red.active {
  background-color: #942a25 \9;
}

/* Button Green */
.btn-green {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  *background-color: #51a351;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green.active,
.btn-green.disabled,
.btn-green[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-green:active,
.btn-green.active {
  background-color: #408140 \9;
}

/* Button Light Blue */
.btn-lblue {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  *background-color: #2f96b4;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-lblue:hover,
.btn-lblue:focus,
.btn-lblue:active,
.btn-lblue.active,
.btn-lblue.disabled,
.btn-lblue[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-lblue:active,
.btn-lblue.active {
  background-color: #24748c \9;
}

/* Button Black */
.btn-black {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  *background-color: #222222;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-black:hover,
.btn-black:focus,
.btn-black:active,
.btn-black.active,
.btn-black.disabled,
.btn-black[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}
.btn-black:active,
.btn-black.active {
  background-color: #080808 \9;
}

.form-outer {
	padding: 20px;
	box-sizing: border-box;
}
.form-large {
	width: 100%;
	max-width: 560px;
	display: inline-block;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #999;
  border-radius: 8px;
  padding: 0px 20px 20px;
	margin: 0px 0px 0px;
  background-color: rgba(255, 255, 255, 0.5);
	color: #222;

  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}
.form-large h2 {
	font-size: 26px;
	line-height: 30px;
}
.form-large label {
	text-align: left;
	font-size: 13px;
	padding-bottom: 2px;
}
.form-large input {
	padding: 10px 10px;
	background: transparent;
	font-weight: 500;
	font-size: 13px;
	line-height: 14px;
	color: #111;
	border: 1px solid #bbb;
	border-radius: 2px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
	letter-spacing: 1px;
	text-align: left;
	background-color: rgba(255,255,255,0.7);
}
.form-large button {
	width: 100%;
	padding: 10px 10px;
	border-radius: 0px;
	letter-spacing: 1.5px;
	line-height: 26px;
	margin:30px 0px 0px;
	font-size: 17px;
	color: #fff;
	text-shadow: none;
	border: 0px solid #fff;
  background: #4923a5;
}
.form-large button:hover {
  background: linear-gradient(156deg, #4923a5, rgb(58 42 117) 80%);
}
.form-large .error {
	outline: 3px solid #a44;
}
.action-big {
  background: #4923a5;
}
.flex-col {
  display: block;
  width: 100%;
	text-align: left;
}
@media only screen and (min-width: 600px) {
	.form-large {
	  padding: 0px 30px 30px;
		margin: 100px 0px 0px;
	}
	.form-large h2 {
		font-size: 30px;
		line-height: 40px;
	}
	.flex-row {
		display: flex;
	  flex-direction: row;
	  flex-wrap: wrap;
	  width: 100%;
	  justify-content: space-between;
		gap: 16px;
	}
	.flex-col {
	  display: flex;
	  flex-direction: column;
	  flex-basis: 100%;
	  flex: 1;
	}
}


.land-banner {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	height: 1450px;
	overflow: hidden;
	color: #333;
	position: relative;
	overflow: hidden;
	padding: 30px;
	box-sizing: border-box;
	background-color: #f3f3f3;
}
.land-banner-left,
.land-banner-right {
  display: block;
	width: 100%;
	vertical-align: top;
	text-align: center;
}
.land-banner .land-hero {
	position: absolute;
	right: -25%;
	bottom: 0px;
	width: 100%;
	max-width: 650px
}
.land-banner .land-shape {
	position: absolute;
	top: 95%;
	left: 110%;
	width: 1000px;
	height: 3000px;
	transform-origin: center center;
	transform: translate(-50%, -50%) rotate(45deg);
	background-color: #5c428c;
}
.land-area {
	width: 100%;
	max-width: 550px;
	margin: 0px 0px 0px;
	display: inline-block;
	box-sizing: border-box;
  z-index: 1;
	text-align: left;
}
.land-area img {
	width: 180px;
}
.land-area h1 {
	color: #333;
	font-size: 33px;
	line-height: 45px;
	letter-spacing: -0.5px;
	margin-bottom: 50px;
	text-align: left;
}
.land-area div {
	color: #666;
	font-size: 16px;
	line-height: 28px;
	margin: 40px 0px 40px 30px;
	position: relative;
	text-align: left;
}
.land-area div img {
	width: 16px;
	height: 16px;
	position: absolute;
	left: -30px;
	top: 6px;
	opacity: 0.8;
}
.land-area div span {
	font-size: 18px;
	font-weight: bold;
}
@media only screen and (min-width: 600px) {
	.land-banner {
		height: 1350px;
	}
	.land-area {
		margin: 60px 0px 0px;
	}
}
@media only screen and (min-width: 1040px) {
	.land-banner {
		height: 100vh;
	}
	.land-banner-left,
	.land-banner-right {
	  display: inline-block;
		width: 50%;
	}
	.land-banner-left {
		text-align: right;
	}
	.land-banner-right {
		text-align: left;
	}
	.land-banner .land-shape {
		top: 50%;
		left: 130%;
	}
	.land-area {
		padding-top: 10vh;
		text-align: left;
	}
	.form-large {
		margin-top: 18vh;
	}
	.land-area img {
		width: 250px;
	}
	.land-area h1 {
		font-size: 40px;
		line-height: 50px;
	}
}
@media only screen and (min-width: 1340px) {
	.land-banner .land-shape {
		top: 50%;
		left: 110%;
	}
	.land-banner .land-hero {
		max-width: 750px;
		right: -15%;
	}
}
@media only screen and (min-width: 1850px) {
	.land-banner .land-shape {
		top: 50%;
		left: 95%;
	}
	.land-banner .land-hero {
		max-width: 850px;
	}
}

.frame1,
.frame2,
.frame3,
.frame4,
.frame5 {
	opacity: 0;
  -webkit-filter: blur(10px);
	display: none;
}
.frame1 {
  animation: fadeFrame1 ease 20s infinite;
}
.frame2 {
  animation: fadeFrame2 ease 20s infinite;
}
.frame3 {
  animation: fadeFrame3 ease 20s infinite;
}
.frame4 {
  animation: fadeFrame4 ease 20s infinite;
}
.frame5 {
  animation: fadeFrame5 ease 20s infinite;
}
@keyframes fadeFrame1 {
  0% {
    opacity:0;
	  -webkit-filter: blur(10px);
  }
  10% {
    opacity:1;
	  -webkit-filter: blur(0px);
  }
  20% {
    opacity:0;
	  -webkit-filter: blur(10px);
  }
}
@keyframes fadeFrame2 {
  20% {
    opacity:0;
	  -webkit-filter: blur(10px);
  }
  30% {
    opacity:1;
	  -webkit-filter: blur(0px);
  }
  40% {
    opacity:0;
	  -webkit-filter: blur(10px);
  }
}
@keyframes fadeFrame3 {
	40% {
		opacity:0;
	  -webkit-filter: blur(10px);
	}
	50% {
    opacity:1;
	  -webkit-filter: blur(0px);
  }
	60% {
		opacity:0;
	  -webkit-filter: blur(10px);
	}
}
@keyframes fadeFrame4 {
	60% {
		opacity:0;
	  -webkit-filter: blur(10px);
	}
	70% {
    opacity:1;
	  -webkit-filter: blur(0px);
  }
	80% {
		opacity:0;
	  -webkit-filter: blur(10px);
	}
}
@keyframes fadeFrame5 {
	80% {
		opacity:0;
		-webkit-filter: blur(10px);
	}
	90% {
		opacity:1;
	  -webkit-filter: blur(0px);
	}
	100% {
		opacity:0;
	  -webkit-filter: blur(10px);
	}
}


.land-testimonials {
	padding: 120px 40px;
	display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
	justify-content: center;
	gap: 50px;
	box-sizing: border-box;
}
.land-testimonials div.land-testimonial {
	display: inline-block;
	border-radius: 5px;
	background-color: #f6f6f6;
	border: 1px #ddd solid;
	width: 350px;
	padding: 15px 20px 30px;
	box-sizing: border-box;
	text-align: left;
}
.land-testimonial img {
	width: 40px;
	height: 40px;
}
.land-testimonial p {
	line-height: 24px;
	font-style: italic;
}
.land-testimonial-profile {
	font-weight: 200;
	padding: 5px 0px 0px 80px;
	position: relative;
	margin-right: 10px;
}
.land-testimonial-profile-img {
	border-radius: 100%;
	width: 60px;
	height: 60px;
	display: block;
	background-size: cover;
	background-position: center;
	position: absolute;
	left: 0px;
	top: 0px;
}
.land-testimonial-profile span {
	display: block;
	margin-top: 10px;
}
@media only screen and (min-width: 600px) {
	.land-testimonials {
		padding: 120px 60px;
		gap: 40px;
	}
	.land-testimonials div.land-testimonial {
		padding: 15px 30px 30px;
	}
}


.land-manage {
	padding: 40px 40px 0px;
	height: 1000px;
	overflow: hidden;
}
.land-manage-left,
.land-manage-right {
  display: block;
	width: 100%;
	vertical-align: top;
	text-align: center;
	position: relative;
}
.land-manage-ipad {
	width: 100%;
	height: auto;
	min-width: 600px;
	max-width: 700px;
	position: absolute;
	left: 40px;
}
.land-manage-schedule {
	width: 100%;
	height: auto;
	max-width: 250px;
	position: absolute;
	left: -20px;
	top: 90px;
}
.land-manage-member {
	width: 100%;
	height: auto;
	max-width: 250px;
	position: absolute;
	left: -20px;
	top: 350px;
}
.land-manage-area {
	width: 100%;
	max-width: 550px;
	display: inline-block;
	text-align: left;
	margin: 0px 0px 60px;
}
.land-manage-area h1 {
	color: #333;
	font-size: 30px;
	line-height: 42px;
	text-align: left;
}
.land-manage-area p {
	line-height: 24px;
	text-align: left;
	max-width: 450px;
}
.land-manage-area button {
	background: #4923a5;
	color: #fff;
	font-size: 16px;
	padding: 10px 20px;
	border-radius: 0px;
	border: none;
	font-style: normal;
	text-shadow: none;
	letter-spacing: 1px;
}
@media only screen and (min-width: 600px) {
	.land-manage-ipad {
		left: 150px;
	}
	.land-manage-schedule {
		left: 20px;
	}
	.land-manage-member {
		left: 20px;
	}
}
@media only screen and (min-width: 1040px) {
	.land-manage {
		height: 600px;
	}
	.land-manage-left,
	.land-manage-right {
		width: 50%;
		display: inline-block;
	}
	.land-manage-left {
		text-align: right;
	}
	.land-manage-right {
		text-align: left;
	}
}


.land-features {
	padding: 130px 40px 150px;
	text-align: center;
}
.land-features h1 {
	text-align: left;
	color: #333;
	line-height: 40px;
	margin-bottom: 100px;
}
.land-features img {
	position: absolute;
	width: 30px;
	height: 30px;
	top: 0px;
	left: 0px;
}
.land-features h3 {
	color: #333;
	font-weight: 500;
	font-size: 20px;
	line-height: 20px;
	margin: 5px 0px 5px;
}
.land-features p {
	color: #666;
	line-height: 24px;
}
.land-features .flex-row {
	width: 100%;
	justify-content: center;
	gap: 30px;
}
.land-features .flex-col {
	min-width: 300px;
	max-width: 450px;
	text-align: left;
	font-size: 16px;
	line-height: 26px;
	padding-left: 45px;
	position: relative;
	box-sizing: border-box;
}
.land-features-area {
	width: 100%;
	max-width: 1100px;
	display: inline-block;
}
.land-features .flex-row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
	gap: 24px;
}
.land-features .flex-col {
	display: flex;
	flex-direction: column;
	flex-basis: 100%;
	flex: 1;
}
@media only screen and (min-width: 600px) {
	.land-features h1 {
		text-align: center;
	}
	.land-features .flex-row {
		gap: 100px 150px;
	}
}

.land-contact {
	background-color: #5c428c;
	min-height: 600px;
	position: relative;
	padding: 0px 30px
}
.land-contact-area {
	text-align: center;
}
.land-contact-area div {
	display: inline-block;
	text-align: left;
}
.land-contact img {
	position: absolute;
	max-width: 300px;
	bottom: 0px;
	left: 50%;
	transform: translate(-50%,0px);
}
.land-contact h1 {
	color: #efefef;
	font-size: 30px;
	line-height: 30px;
	padding: 40px 0px 5px;
}
.land-contact input {
	width: 200px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	vertical-align: top;
	padding: 12px 15px;
}
.land-contact button {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	background-color: #4923a5;
	background-image: none;
	padding: 13px 20px;
	vertical-align: top;
	margin: 0px;
	border: none;
	box-shadow: none;
	text-shadow: none;
	color: #fff;
	font-size: 18px;
	line-height: 18px;
}
.land-contact button:hover {
	background-color: #222;
}
@media only screen and (min-width: 600px) {
	.land-contact img {
		max-width: 350px;
	}
}
@media only screen and (min-width: 1040px) {
	.land-contact {
		min-height: 240px;
	}
	.land-contact-area {
		padding-left: 500px;
	}
	.land-contact img {
		max-width: 350px;
		left: 23%;
	}
}


.land-success {
	color: #000;
	padding: 80px 20px 120px;
}
.land-success-area {
	display: inline-block;
	width: 100%;
	max-width: 700px;
	line-height: 26px;
	font-size: 16px;
	padding: 30px 0px;
}
.land-success-area div {
	padding: 20px 0px;
}


.land-footer {
	padding: 20px 30px;
	background-color: #222;
	color: #777;
}


.failed {
	display: inline-block;
}
.highlight {
	font-size: inherit;
	background-color: rgba(255,255,0,0.7);
}
