@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,600,700|Montserrat:400,700&display=swap');

html, body, form, input, textarea, h1, h2, h3, h4, h5, h6, p, ul, li {margin: 0; padding: 0;}
html, body {width: 100%; height: 100%;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, div, form, label {display: block;}
img {border: 0; -ms-interpolation-mode: bicubic;}
:focus {outline: 0;}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
	/*-webkit-tap-highlight-color: rgba(0, 0, 0, 0);*/
}
body {
	background: #fff;
}
body.modal-open {
	overflow: hidden;
}
body, table, td, th {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: #000;
}
button, input, optgroup, select, textarea {
	font: inherit;
	color: inherit;
	border: 0 none;
}
a, button {
	cursor: pointer;
}
a {
	color: #ec008c;
	text-decoration: none;
	transition: 0.3s all;
}
a:hover {
	color: #000;
	text-decoration: none;
}
b, strong { font-weight: 700; }
h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	margin: 20px 0;
	color: #ec008c;
}
h1 { font-size: 40px; line-height: 45px; }
h2 { font-size: 30px; line-height: 33px; }
h3 { font-size: 26px; line-height: 29px; }
h4 { font-size: 18px; line-height: 22px; }
h5 { font-size: 14px; line-height: 20px; }
h6 { font-size: 10px; line-height: 20px; }
p {margin: 20px 0;}
ul {list-style-type: none;}
ul li {
	background: url('') no-repeat left 10px;
	background-size: 6px 6px;
	padding: 0 0 7px 13px;
}

.nodelays {
	transition: 0 none !important;
}

.mobilemenu {
	display: none;
	margin-left: auto;
	background: transparent;
	padding: 10px 6px;
}
.mobilemenu > span {
	display: block;
	width: 28px;
	height: 2px;
	background: #ec008c;
}
.mobilemenu > span + span {
	margin: 6px 0 0 0;
}
.mobile-menu {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #ec008c;
	z-index: 20000;
	padding: 80px 20px 20px;
	text-align: center;
}
.mobile-menu.active {
	display: block;
}
.mobile-menu .menu-links a {
	display: block;
	color: #fff;
	font-size: 22px;
}
.mobile-menu .menu-links a + a {
	margin-top: 24px;
}
.mobile-menu .menu-close {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #f744ae;
	background-image: url('../icons/close-icon-white.svg');
	background-repeat: no-repeat;
	background-size: 26px 26px;
	background-position: center center;
	position: absolute;
	top: 20px;
	right: 20px;
}
.mobile-menu .language-option {
	margin-top: 60px;
}
.mobile-menu .language-option a {
	color: #fff;
}
.mobile-menu .language-option a.active {
	font-weight: bold;
}
.mobile-menu .language-option a + a {
	margin-left: 10px;
}
.button {
	padding: 8px 20px;
	border: 2px solid transparent;
	transition: 0.3s all;
}
.pink-bg {
	background: #ec008c;
	border: 2px solid #fff;
	color: #fff;
}
.pink-bg:hover {
	background: transparent;
	border: 2px solid #000;
	color: #000;
}
.pink-border {
	border: 2px solid #ec008c;
}
.pink-border:hover {
	background: transparent;
	border: 2px solid #fff;
}
.content-wrapper {
	width: 1400px;
	margin: 0 auto;
}
.content-wrapper:after,
section:after {
	display: block;
	content: "";
	clear: both;
}
header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 500;
	transition: 0.5s all;
}
header.sticky {
	background: #fff;
	box-shadow: 0 15px 25px rgba(0,0,0,0.1);
}
header > div {
	display: flex;
	align-items: center;
	padding: 20px 0;
}
header .site-logo {
	display: block;
	width: auto;
	height: 94px;
	transition: 0.5s all;
}
header.sticky .site-logo {
	height: 64px;
}
header nav {
	margin-left: auto;
}
header nav a {
	display: block;
	float: left;
	font-size: 18px;
	color: #000;
	position: relative;
	transition: 0.3s all;
}
header nav a + a {
	margin-left: 46px;
}
header nav a:hover {
	color: #ec008c;
}
header nav a.active {
	color: #ec008c;
}
header nav a:after {
	display: block;
	content: "";
	position: absolute;
	bottom: -6px;
	width: 0;
	border-bottom: 2px solid #ec008c;
	transition: 0.3s all;
}
header nav a.active:after {
	width: 100%;
	border-bottom: 2px solid #ec008c;
}
header .header-contact {
	display: block;
	font-weight: 700;
	color: #000;
	background: url('../icons/phone-icon-pink.svg') no-repeat left top 6px;
	background-size: 20px 20px;
	padding-left: 26px;
	margin: 0 40px;
}
header .header-contact:hover {
	color: #ec008c;
}
header .header-login {
	display: flex;
	align-items: center;
	height: 40px;
	font-size: 16px;
	background: #ec008c;
	color: #fff;
	padding: 0 24px;
}
header .header-login:hover {
	opacity: 0.8;
}
header .language-option {
	height: 40px;
	background: #fff;
	color: #000;
	margin-left: 20px;
	position: relative;
}
header .language-option a {
	display: block;
	border: 1px solid #ddd;
	font-size: 15px;
	color: #000;
	text-transform: uppercase;
	padding: 4px 10px;
	float: left;
}
header .language-option a.active,
header .language-option a:hover {
	border-bottom: 2px solid #ec008c;
}
header .language-option a + a {
	margin-left: 5px;
}
.header-placeholder {
	height: 104px;
}
section h2 {
	text-align: center;
	color: #000;
}
pre {
	display: block;
	font-weight: 300;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	letter-spacing: normal;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap !important;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}
.section-1 {
	background: url('../img/banner-bg.jpg') no-repeat bottom center;
	background-size: 100% auto;
	height: calc(100% - 60px);
	min-height: 570px;
	display: flex;
	align-items: center;
}
.section-1 h1 {
	color: #ec008c;
	font-size: 40px;
	line-height: 1.2;
	font-weight: 600;
	padding: 40px 0 0 0;
	margin: 0;
}
.section-1 h1 + p {
	display: block;
	color: #000;
	font-size: 22px;
	line-height: 1.3;
	font-weight: 400;
	margin: 15px 0 0 0;
	max-width: 50%;
}
.section-1 .cta-button {
	display: block;
	float: left;
	font-weight: 600;
	margin-top: 30px;
	background: #ec008c;
	border: 2px solid transparent;
	color: #fff;
}
.section-1 .cta-button:hover {
	background: #fff;
	border: 2px solid #000;
	color: #000;
}
.section-2 {
	position: relative;
	background: #ec008c;
	padding: 120px 0 90px;
}
.section-2 > .content-wrapper {
	width: 100%;
	max-width: 980px;
	text-align: center;
}
.diagonal-top-pink {
	position: absolute;
	top: -100px;
	left: 0;
	width: 100%;
	height: 100px;
	overflow: hidden;
}
.diagonal-top-pink:after {
	content: "";
	width: 0;
	height: 100px;
	border-bottom: 100px solid #ec008c;
	border-left: 100vw solid transparent;
	position: absolute;
	top: 0;
}
.section-2 h2 {
	color: #fff;
	margin: 0 0 30px;
}
.section-2 p {
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-size: 17px;
	line-height: 1.5;
	letter-spacing: 1px;
}
.section-2 .more-cta {
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	border: 2px solid #fff;
	text-transform: uppercase;
	margin-top: 45px;
}
.section-2 .more-cta:hover {
	background: #fff;
	color: #000;
}
.section-3 .content-wrapper {
	width: 100%;
}
.section-3 .our-projects-inner > a {
	float: left;
	width: calc(100% / 4);
	background-position: center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 25%;
	position: relative;
	cursor: pointer;
	z-index: 2;
}
.section-3 .our-projects-inner > a,
.section-3 .our-projects-inner > a * {
	-webkit-user-select: none;
}
.section-3 .our-projects-inner > a:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.62);
	z-index: -1;
	transition: 0.3s background;
}
.section-3 .our-projects-inner > a:hover:after {
	background: rgba(236, 0, 140, 0.9);
}
.section-3 .our-projects-inner > a .project-content {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	position: absolute;
	top: 0;
	right: 30px;
	bottom: 0;
	left: 30px;
	text-align: center;
	transition: 0.3s all;
}
.section-3 .our-projects-inner > a:hover .project-content {
	background: url('../img/logo-element.svg') no-repeat center center;
}
.section-3 .our-projects-inner > a .project-content .project-name {
	font-size: 25px;
	font-weight: 700;
	letter-spacing: 3px;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	opacity: 1;
	top: 0;
	transition: 0.5s opacity, 0.5s top;
}
.section-3 .our-projects-inner > a .project-content .hover {
	display: block;
	position: absolute;
	left: 35px;
	right: 35px;
	opacity: 0;
	transition: 0.3s opacity;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.section-3 .our-projects-inner > a:hover .project-content .hover {
	opacity: 1;
}
.section-3 .our-projects-inner > a .project-content .hover .project-name {
	position: relative;
	opacity: 0;
	top: 40px;
	transition: 0.5s opacity, 0.5s top;
}
.section-3 .our-projects-inner > a:hover .project-content .hover .project-name {
	opacity: 1;
	top: 0;
}
.section-3 .our-projects-inner > a:hover .project-content > .project-name {
	opacity: 0;
	top: -50px;
}
.section-3 .our-projects-inner > a .project-content .project-desc {
	font-size: 20px;
	font-weight: 300;
	color: #fff;
	margin-top: 25px;
}
.section-3 .our-projects-inner > a .project-content .project-cta {
	display: inline-block;
	margin-top: 25px;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	border: 2px solid #fff;
	background-image: url('../icons/arrow-right-icon-white.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 32px 32px;
	cursor: pointer;
	transition: 0.3s background-color;
}
.section-3 .our-projects-inner > a .project-content .project-cta:hover {
	background-image: url('../icons/arrow-right-icon-black.svg');
	background-color: #fff;
}
.section-4 {
	padding: 80px 0 100px;
}
.section-4 .references {
	position: relative;
	margin: 65px 0 -62px -62px;
}
.section-4 .references > div {
	float: left;
	width: calc(100% / 3 - 62px);
	margin: 0 0 62px 62px;
	position: relative;
}
.section-4 .references > div .text {
	font-size: 20px;
	line-height: 1.3;
	font-weight: 300;
	font-style: italic;
	text-align: center;
	background: #f6f6f6;
	/*border: 1px solid #e6e6e6;*/
	height: 250px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px;
	border-radius: 125px 125px 125px 0;
}
.section-4 .references > div .text p {
	margin: 0;
}
.section-4 .references > div .text > div {
	max-height: 100%;
}
.section-4 .references > div .who {
	/*
	position: absolute;
	left: 0;
	bottom: -126px;
	*/
}
.section-4 .references > div .who img {
	display: none;
	width: 84px;
	height: 84px;
	border-radius: 50%;
	/*box-shadow: 0 0 10px rgba(0,0,0,0.2);*/
}
.section-4 .references > div .who .person-name {
	font-weight: 600;
	color: #ec008c;
	margin-top: 10px;
}
.section-4 .references > div .who .person-company {
	font-weight: 300;
	font-size: 14px;
	line-height: 22px;
}
main {
	padding: 60px 0;
}
.section-5 {
	background: url('../img/section-bg.png') no-repeat center center;
	background-size: cover;
	position: relative;
	padding: 110px 0;
}
.section-5:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(241, 241, 241, 0.84);
	z-index: 1;
}
.section-5 > div {
	text-align: center;
	z-index: 2;
	position: relative;
}
.section-5 pre {
	margin: 25px 0;
}
.section-5 .contact-cta {
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	color: #ec008c;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	background: #fff;
	border: 2px solid #ec008c;
	text-transform: uppercase;
}
.section-5 .contact-cta:hover {
	color: #000;
	border-color: #000;
}
footer {
	background: #fff;
	position: relative;
	padding: 130px 0;
}
.page footer {
	background: #f7f7f7;
	margin-top: 70px;
}
footer:before {
	content: "";
	width: 185px;
	height: 154px;
	background: url('../img/footer-presego-logo.png') no-repeat center center;
	background-size: contain;
	position: absolute;
	top: -77px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 5;
}
footer .contact-methods {
	display: flex;
	align-items: center;
	justify-content: center;
}
footer .contact-methods span {
	color: #ec008c;
	font-weight: 600;
	letter-spacing: 3px;
}
footer .contact-methods span:not(:first-child):before {
	content: "";
	border-left: 1px solid #ec008c;
	margin-left: 20px;
	padding-left: 20px;
}
footer .contact-methods span a {
	display: inline-block;
	color: #ec008c;
}
footer .contact-methods span a:hover {
	color: #000;
}
footer .company-legal > span {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-top: 75px;
}
footer .company-legal > span:before,
footer .company-legal > span:after {
	content: "";
	flex: 1 0 20px;
	border-top: 2px solid #ec008c;
	margin: 2px 56px 0 0;
	height: 2px;
}
footer .company-legal > span:after {
	margin: 2px 0 0 56px;
}
footer .company-legal .company-legal-inner {
	position: relative;
	margin: 75px 0 -70px -70px;
}
footer .company-legal .company-legal-inner > div {
	float: left;
	width: calc(100% / 3 - 70px);
	margin: 0 0 70px 70px;
	display: flex;
	align-items: center;
}
footer .company-legal .company-legal-inner > div img {
	display: block;
	float: left;
	width: 40px;
	height: 40px;
	margin-right: 30px;
}
footer .company-legal .company-legal-inner > div > div {
	overflow: hidden;
}
footer .company-legal .company-legal-inner > div > div {
	font-size: 16px;
	line-height: 22px;
}
footer .company-legal .company-legal-inner > div > div span {
	display: block;
}
footer .company-legal .company-legal-inner > div > div b {
	font-weight: 600;
}
.terms {
	background: #ec008c;
	padding: 15px 0;
}
.terms > div {
	text-align: center;
}
.terms > div span {
	color: #fff;
	font-size: 14px;
	font-weight: 300;
}
.terms > div span:not(:first-child):before {
	content: "";
	padding-left: 20px;
	margin-left: 20px;
	border-left: 2px solid #f48dbf;
}
.terms > div span a {
	color: #fff;
	text-decoration: underline;
}
.terms > div span a:hover {
	color: #000;
}
.viewer {
	display: block;
	position: fixed;
	overflow: hidden;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	transition: 0.5s background;
	z-index: 9999;
	background: rgba(0,0,0,0.7);
}
.viewer .viewer-inner {
	background: #fff;
	position: absolute;
	overflow: hidden;
	overflow-y: auto;
	width: 40%;
	min-width: 500px;
	height: 100%;
	right: -40%;
	top: 0;
	transition: 0.3s all;
	z-index: 10;
	padding: 40px 60px;
}
.viewer.appear .viewer-inner {
	right: 0;
}
.viewer .viewer-close {
	background-color: #fff;
	background-image: url('../icons/close-icon-black.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 30px 30px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	position: absolute;
	z-index: 20;
	top: 20px;
	right: -30px;
	cursor: pointer;
	box-shadow: 0 0 15px rgba(128, 128, 128, 0.43);
	transition: 0.3s right;
}
.viewer.appear .viewer-close {
	right: calc(40% - 30px);
}
.viewer .viewer-close:hover {
	background-color: #f3f3f3;
}
.form .required {
	display: none;
}
.form .form-row {
	margin: 10px 0;
	display: flex;
	align-items: center;
}
.form .form-row:after {
	display: block;
	content: "";
	clear: both;
}
.form .form-row > label {
	width: 250px;
	float: left;
	line-height: 19px;
	padding-right: 10px;
}
.form .form-row > label b {
	color: #8a8a8a;
	font-size: 28px;
	font-weight: normal;
}
.form .form-row > div {
	width: calc(100% - 250px);
	float: right;
	position: relative;
}
.form .form-row > div input,
.form .form-row > div textarea,
.form .form-row > div select {
	width: 100%;
	height: 42px;
	padding: 0 10px;
	transition: 0.5s background, 0.5s border, 0.5s color;
	background: #fff;
	border: 1px solid #ececec;
	border-radius: 4px;
	-webkit-appearance: none;
}
.form .form-row > div textarea {
	height: 140px;
	padding: 10px;
}
.form .form-row > div input:focus,
.form .form-row > div textarea:focus,
.form .form-row > div select:focus {
	border-color: #ec008c;
}
.form .form-row > div input:read-only,
.form .form-row > div textarea:read-only,
.form .form-row > div select:read-only,
.form .form-row > div input:disabled,
.form .form-row > div textarea:disabled,
.form .form-row > div select:disabled {
	background-color: #efefef;
}
.form .form-row > div > b {
	position: absolute;
	top: 9px;
	right: 10px;
	color: #b1b1b1;
	font-size: 26px;
	line-height: 1;
	font-weight: normal;
}
.form .form-row > div > button {
	width: 100%;
	padding: 12px 15px;
	font-weight: bold;
	background: #ec008c;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	transition: 0.3s all;
	border-radius: 0;
}
.form .form-row > div > button:hover {
	background: #f033a3;
}
.form .label-checkbox {
	margin: 6px 0;
}
.form .form-error,
.form .form-row.form-error > div b,
.form .form-row.form-error a {
	color: #ff0000;
}
.form .form-error input,
.form .form-error select,
.form .form-error textarea,
.form .form-field-error {
	border-color: #ff0000 !important;
	color: #ff0000 !important;
}
.form .form-error-msg {
	display: block;
	border: 3px solid #ff0000;
	color: #ff0000;
	font-weight: 700;
	text-align: center;
	padding: 10px 20px;
	margin-bottom: 10px;
}