@font-face {
    font-family: "MV Boli";
    font-style: italic;
    src: url("font/mvboli.ttf") format("truetype");
}

html {
	height: auto;
}

body {
	padding: 0;
	min-height: auto;
	overflow-x: hidden;
}

#wrap {
	margin: 0;
	box-shadow: none;
}

#header {
	display: none;
}

#page,
#page select {
	font-size: 16px;
}

#page {
	color: #403550;
	line-height: 34px;
	margin-bottom: 0;
	overflow: visible;
	padding: 0;
}

#page section {
	padding-left: 225px;
	padding-right: 225px;
	margin-bottom: 50px;
	position: relative;
}

#page section:last-of-type {
	margin-bottom: 0;
}

.slanted-color,
.slanted {
	background: #502E8A;
}

.slanted {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	transform: skewY(2deg);
}

#page section article {
	padding-top: 64px;
	padding-bottom: 64px;
	position: relative;
}

h1 {
	font-size: 54px;
	font-weight: 800;
	line-height: 70px;
	margin: 0;
}

h2 {
	font-size: 40px;
	font-weight: 900;
	line-height: normal;
	margin: 0;
}

h3 {
	font-size: 26px;
	font-weight: 600;
	margin: 0;
}

h4 {
	font-size: 20px;
	font-weight: bold;
	margin: 1.5em 0;
}

h5 {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
}

hr {
	background: #FB8B00;
	border: none;
	margin: 1em 0;
	width: 150px;
	height: 6px;
}

.facebook {
	background: url("../img/landing/facebook.svg") no-repeat left center/contain;
	padding-left: 2em;
}

.facebook:hover {
	background-image: url("../img/landing/facebook-active.svg");
}

.signup {
	background: url("../img/landing/no-cc-up.svg") no-repeat 25% bottom;
    display: inline-block;
	padding: 33px 0;
    position: relative;
	margin-bottom: 1em;
}

#pricing .signup {
    display: block;
}

.signup .no-cc {
    color: #a08ec2;
    font: italic 16px "MV Boli", cursive;
    position: absolute;
    margin-left: 56px;
    margin-top: 12px;
}

#pricing .signup .no-cc {
    margin-left: 16px;
}

.signup *[type="submit"] {
	background: url("../img/landing/signup.svg") no-repeat -27px -19px/123%;
	border: none;
	border-radius: 1ex;
	color: inherit;
	font-size: 18px;
	padding: 1em;
	white-space: nowrap;
}

.signup *[type="submit"]:hover {
	background-image: url("../img/landing/signup-active.svg");
}

#page section:first-child {
	background: url("../img/landing/features-bck.svg") no-repeat right bottom/cover;
}

.cookies {
	background: #432575 url("../img/landing/cookies-background.svg") no-repeat left top/cover;
	box-sizing: border-box;
	color: white;
	font-size: 15px;
	font-weight: 500;
	line-height: 28px;
	max-width: 100%;
	overflow: hidden;
	padding: 0 0 1em 1em;
	position: fixed;
	top: 150px;
	left: 50%;
    width: 50%;
	transform: translateX(-50%);
	z-index: 2;
}

.cookies::before {
	content: url("../img/logo.svg");
	position: absolute;
	top: 2em;
	left: 1em;
	height: 70px;
	width: 198px;
	max-width: 50%;
}

.cookies::after {
	content: url("../img/landing/cookies.svg");
	position: absolute;
	top: 0;
	right: 0;
	max-width: 50%;
	z-index: -1;
}

.cookies .contents {
    padding: 130px 130px 0 0;
}

.cookies a,
.cookies q {
    white-space: nowrap;
}

.cookies a {
	color: inherit;
}

.cookies .buttons {
	padding: 1em 0;
	text-align: center;
}

.cookies .button {
    border: medium solid;
    border-radius: 1.5em;
	color: #A08EC2;
	font-size: 14px;
	font-weight: 600;
	line-height: normal;
	margin: 0.5em;
}

.cookies [type="submit"] {
	background: #E0D8EF;
	border-color: #E0D8EF;
	color: #502E8A;
}

.cookies [type="submit"]:hover {
	background: white;
	border-color: white;
}

.cookies a.button {
	background: none;
    box-sizing: border-box;
}

.cookies a.button:hover {
	color: white;
}

.blur {
	background: white;
	opacity: 0.5;
	position: fixed;
	bottom: 0;
	left: 0;
	top: 0;
	right: 0;
	z-index: 1;
}

#page .menu {
	background: url('../img/logo.svg') no-repeat;
	padding: 25px 0;
	text-align: right;
}

#page .menu > nav {
	display: inline;
}

#page .menu nav a {
	font-weight: 500;
	text-transform: uppercase;
}

#page .menu > nav a {
	color: #E0D8EF;
	margin: 0 0 0 1em;
}

#page .menu > nav a:hover {
	color: #FB8B00;
}

#page .menu > .last {
	display: inline-block;
}

#page .menu > a,
#page .menu > .last > a,
#page .menu select,
#page .menu .submenu {
	color: white;
	margin-left: 1ex;
	padding: 1ex 1.2em;
}

#page .menu > a,
#page .menu > .last > a,
#page .menu select {
	background-color: transparent;
	border: thin solid #FB8B00;
	border-radius: 22px;
	text-decoration: none;
	white-space: nowrap;
}

#page .menu > a:hover,
#page .menu > .last > a:hover,
#page .menu select:hover,
#contact a:hover {
	color: #FB8B00;
}

#page .menu select {
	padding-top: calc(1ex - 1px);
	padding-bottom: calc(1ex - 1px);
}

#page .menu select option {
	background: #FB8B00;
	color: white;
}

#page .menu form.lang {
	display: inline;
}

#page .menu .submenu,
.facebook {
	box-sizing: border-box;
	min-width: 50px;
}

#page .menu .submenu {
	background: url("../img/landing/submenu.svg") no-repeat -18px -12px/90px;
	display: none;
    position: relative;
}

#page .menu .submenu::before {
	content: "\2630"; /* Trigram for Heaven */
}

#page .menu .submenu nav {
	display: none;
	background: #FB8B00;
	border-radius: 20px;
	line-height: 40px;
	margin-top: 10px;
	overflow: hidden;
	position: absolute;
	right: 0;
	z-index: 1;
}

#page .menu .submenu nav .last {
	display: none;
}

#page .menu .submenu nav a {
	color: white;
	display: block;
	padding-left: 3em;
}

#page .menu .submenu nav a:hover {
	color: #FFD095;
}

#page .menu .submenu nav .lang {
	background: #FFD095;
}

#page .menu .submenu nav .lang a {
	color: #502E8A;
}

#page .menu .submenu nav .lang a:hover,
#page .menu .submenu nav .lang a.selected {
	color: #7B5DA4;
}

#page .menu .submenu.open::before {
	content: "\2716"; /* Heavy Multiplication X */
	padding-left: 1px;
}

#page .menu .submenu.open nav {
	display: block;
}

#page section:first-child article {
	color: white;
	line-height: normal;
	margin-top: 32px;
	min-height: 600px;
	padding-top: 0;
	padding-right: 50%;
	position: relative;
}

#page section:first-child article p {
    font-size: 28px;
    font-weight: 500;
    margin: 0;
}

#page section:first-child article .note {
    color: #E0D8EF;
    text-align: justify;
}

#page section:first-child .dashboard {
	position: absolute;
	top: 0;
	right: 0;
	width: 49%;
	max-width: 600px;
}
/*
.video {
    color: white;
    font-size: 18px;
    line-height: 44px;
    margin-left: 1em;
    text-decoration: none;
}

.video:hover {
    color: #FB8B00;
}

.video::after {
    border: thin solid #FB8B00;
    border-radius: 50%;
    box-sizing: border-box;
    content: "\25b6";
    display: inline-block;
    margin-left: 1ex;
    text-align: center;
    width: 44px;
    height: 44px;
}

#video {
    background: #292334;
    display: none;
    position: relative;
}

#video video {
    display: block;
    margin: 0 auto;
    width: 90%;
    max-width: 1024px;
}

#video a {
    border: medium solid;
    border-radius: 50%;
    color: white;
    display: inline-block;
    font-weight: bold;
    width: 1em;
    height: 1em;
    line-height: 1em;
    text-align: center;
    text-decoration: none;

    position: absolute;
    top: 1ex;
    right: 1ex;
}
*/

#page #features,
#page #about {
	overflow: hidden;
}

#page #features {
	padding: 0;
}

#page #features .scroller {
	cursor: grab;
	position: relative;
	user-select: none;
	white-space: nowrap;
}

#features .panel {
    padding-top: 120px;
}

#features .panel::before {
    position: absolute;
    top: 20px;
    transform: translateX(-50%);
}

#features .panel.dashboard::before {
	content: url("../img/landing/dashboard.svg");
}
#features .panel.job::before {
    content: url("../img/landing/job.svg");
}
#features .panel.delivery::before {
	content: url("../img/landing/delivery.svg");
}
#features .panel.conformity::before {
	content: url("../img/landing/conformity.svg");
}
#features .panel.invoice::before {
	content: url("../img/landing/invoice.svg");
}
#features .panel.localization::before {
	content: url("../img/landing/localization.svg");
}
#features .panel.reports::before {
	content: url("../img/landing/reports.svg");
}
#features .panel.rentability::before {
	content: url("../img/landing/rentability.svg");
}
#features .panel.users::before {
	content: url("../img/landing/users.svg");
}
#features .panel.clients::before {
	content: url("../img/landing/clients.svg");
}
#features .panel.demo::before {
	content: url("../img/landing/demo.svg");
}
#features .panel.dashboard:hover::before {
	content: url("../img/landing/dashboard-active.svg");
}
#features .panel.job:hover::before {
    content: url("../img/landing/job-active.svg");
}
#features .panel.delivery:hover::before {
	content: url("../img/landing/delivery-active.svg");
}
#features .panel.conformity:hover::before {
	content: url("../img/landing/conformity-active.svg");
}
#features .panel.invoice:hover::before {
	content: url("../img/landing/invoice-active.svg");
}
#features .panel.localization:hover::before {
	content: url("../img/landing/localization-active.svg");
}
#features .panel.reports:hover::before {
	content: url("../img/landing/reports-active.svg");
}
#features .panel.rentability:hover::before {
	content: url("../img/landing/rentability-active.svg");
}
#features .panel.users:hover::before {
	content: url("../img/landing/users-active.svg");
}
#features .panel.clients:hover::before {
	content: url("../img/landing/clients-active.svg");
}
#features .panel.demo:hover::before {
	content: url("../img/landing/demo-active.svg");
}

#about article {
	min-height: 550px;
	padding-left: 40%;
}

#about .project {
	position: absolute;
	top: 64px;
	left: 0;
	width: 39%;
	max-width: 800px;
}

#benefits article {
	background: url("../img/landing/benefits.svg") no-repeat right center/30%;
	padding-right: 33%;
}

#benefits ol {
	counter-reset: benefit;
	list-style: none;
	padding-left: 3.5em;
}

#benefits li {
	counter-increment: benefit;
	margin: 1em 0;
}

#benefits li::before {
	background: #FB8B00;
	color: white;
	content: counter(benefit) ".";
	float: left;
	font-size: 24px;
	font-weight: bold;
	margin-left: -2.5em;
	text-align: center;
	width: 2em;
	height: 2em;
	line-height: 2em;
	border-radius: 50%;
}

#pricing {
	color: white;
	font-size: 28px;
	font-weight: 600;
	line-height: 50px;
	text-align: center;
	position: relative;
}

#pricing b {
	color: #FFD095;
	font-weight: bold;
}

#pricing .price {
	background: #492C7B;
	border-radius: 88px;
	display: inline-block;
	font-weight: 500;
	line-height: 37px;
	margin: 32px 1em 0;
	padding: 32px 60px;
    vertical-align: middle;
    width: 380px;
    height: 250px;
}

#pricing .price .monthly {
	font-size: 45px;
	font-weight: bold;
	line-height: normal;
}

#pricing .price .monthly big {
	font-size: 60px;
}

#pricing .price .annual {
	font-size: 18px;
}

#pricing .price .note {
	color: #A08EC2;
	font-size: 14px;
}

#pricing .price p {
    font-size: 18px;
    line-height: 38px;
    white-space: pre-line;
}

#pricing .signup {
	background: url("../img/landing/no-cc-down.svg") no-repeat right center;
    margin: 1em auto 0;
	padding-bottom: 0;
	padding-right: 190px;
    width: 250px;
}

.hosting {
	border-left: 6px solid #FB8B00;
	padding-left: 23px;
}

.hosting h3 {
	margin-bottom: 1em;
}

.hosting strong,
#pricing .free-days strong {
	color: #FB8B00;
}

.logos {
	text-align: center;
}

.logos a {
	margin: 32px;
	vertical-align: middle;
}

.logos .iso {
	content: url("../img/landing/logo-iso.png");
}
.logos .hds {
	content: url("../img/landing/logo-hds.png");
}
.logos .gdpr {
	content: url("../img/landing/logo-gdpr.png");
}
.logos .hipaa {
	content: url("../img/landing/logo-hipaa.png");
}
.logos .hitrust {
	content: url("../img/landing/logo-hitrust.png");
}
.logos .csa {
	content: url("../img/landing/logo-csa.png");
}
.logos .azure {
	content: url("../img/landing/logo-azure.png");
}

.logos .iso:hover {
	content: url("../img/landing/logo-iso-active.png");
}
.logos .hds:hover {
	content: url("../img/landing/logo-hds-active.png");
}
.logos .gdpr:hover {
	content: url("../img/landing/logo-gdpr-active.png");
}
.logos .hipaa:hover {
	content: url("../img/landing/logo-hipaa-active.png");
}
.logos .hitrust:hover {
	content: url("../img/landing/logo-hitrust-active.png");
}
.logos .csa:hover {
	content: url("../img/landing/logo-csa-active.png");
}
.logos .azure:hover {
	content: url("../img/landing/logo-azure-active.png");
}

#contact {
	text-align: center;
}

#contact a {
	background-position: 0.2em center;
	background-size: 2.5em;
	color: white;
	display: inline-block;
	margin: 1ex 32px;
	padding-left: 0;
	text-decoration: none;
	white-space: nowrap;
}

#contact a span {
	border: 2px solid #FB8B00;
	display: inline-block;
	margin-right: 1ex;
	vertical-align: middle;
	width: 44px;
	height: 44px;
	line-height: 44px;
	font-size: 24px;
	border-radius: 50%;
}

#contact + .slanted-color {
	height: 3.5vw;
	margin-top: -1.8vw;
}

#page br:last-child {
	display: none;
}

@media screen and (max-width: 1440px) { /* small wide screen: 1440 x 900 */
	#page section {
		padding-left: 32px;
		padding-right: 32px;
	}
}

@media screen and (max-width: 1152px) { /* XGA+: 1152 x 864 */
	#page .menu > nav {
		display: none;
	}

	#page .menu .submenu {
		display: inline-block;
	}
/*
    .video::after {
        margin-left: 0;
    }

    .video span {
        display: none;
    }

    #video video {
        width: 100%;
    }
*/
	#about article {
		padding-left: 0;
	}

	#about .project {
		display: block;
		margin: auto;
		position: static;
		width: auto;
		max-width: 100%;
	}
}

@media screen and (max-width: 768px) { /* PAL: 768 x 576 */
	#page .menu {
		background-position: left center;
		background-size: 30%;
	}

	#benefits article {
		background-position: center 150px;
		background-size: 528px;
		padding-right: 0;
	}

	#benefits ol {
		margin-top: 528px;
	}

	#pricing {
		font-size: 18px;
	}

	#pricing .price {
		border-radius: 50px;
		padding-left: 64px;
		padding-right: 64px;
	}

	#pricing .price .monthly {
		font-size: 30px;
	}

	#pricing .price .monthly big {
		font-size: 40px;
	}

	#pricing .price .annual {
		font-size: 16px;
	}

    .cookies {
        width: 80%;
    }
}

@media screen and (max-width: 640px) { /* VGA: 640 x 480 */
	#page .menu {
		background-size: 50%;
	}

	#page .menu > .last {
		display: none;
	}

	#page .menu .submenu nav .last {
		display: block;
	}

	#page section:first-child article {
		min-height: auto;
		padding-right: 0;
		text-align: center;
	}

	#page section:first-child .dashboard {
		display: block;
		margin: 1em auto 0;
		position: static;
		width: auto;
		max-width: 100%;
	}

	#page section:first-child .signup {
		background-position: center bottom;
	}

	#page section:first-child .note {
		text-align: left;
	}

	#benefits article {
		background-position: center 180px;
		background-size: 320px;
	}

	#benefits ol {
		margin-top: 320px;
	}

	#pricing .price {
		border-radius: 32px;
        box-sizing: border-box;
        margin-left: 0;
        margin-right: 0;
		padding: 16px;
        width: 100%;
        height: auto;
	}

	#pricing .signup {
		background: url("../img/landing/no-cc-up.svg") no-repeat center bottom;
		padding-right: 0;
		padding-bottom: 33px;
	}
}
