
/* CSS Document by sladek*logiq.cz */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear {
	display: block;
	clear: both;
	height: 1px;
	width: 100%;
	overflow: hidden;
}
.clear50 {
	display: block;
	clear: both;
	height: 50px;
	width: 100%;
	overflow: hidden;
}
.clear100 {
	display: block;
	clear: both;
	height: 100px;
	width: 100%;
	overflow: hidden;
}
strong {
	font-weight: 600;
}

.seo {
	display: none;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	filter: alpha(opacity=100);
  	opacity: 1;
	/*color: #fff;*/
}
input::-moz-placeholder, textarea::-moz-placeholder {
	filter: alpha(opacity=100);
  	opacity: 1;
	/*color: #fff;*/
}
input:-moz-placeholder, textarea:-moz-placeholder {   /* Older versions of Firefox */
	filter: alpha(opacity=100);
  	opacity: 1;
	/*color: #fff;*/
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder { 
	filter: alpha(opacity=100);
  	opacity: 1;
	/*color: #fff;*/
}
textarea {
	resize: none;
}
*:focus {
    outline: none;
   }
textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
     -webkit-appearance: none;
     border-radius: 0;
}
* {
-webkit-font-smoothing: subpixel-antialiased;
-webkit-text-stroke:1px transparent;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}
.center {
	text-align: center;
}





/* BASIC STYLING */


* {
	margin: 0;
	padding: 0;
}
html, body {
	width: 100%;
	min-height: 100%;
	margin: 0;
}
a {
	color: #3D42B6;
	text-decoration: underline;
	font-weight: 500;
	transition: all 0.2s ease-out;
}
a:hover, a:focus, a:active {
	color: #3D42B6;
	text-decoration: none;
}

body {
	min-height: 100%;
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #1B112C;
	background-color: #fff;
	background-color: #F2F4F8;
	font-family: "Inter", sans-serif;
}


.header {
	height: 96px;
	z-index: 1000;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #F2F4F8;
	box-sizing: border-box;
	padding: 24px;
	z-index: 1000;
	height: 120px;
	padding: 37px 24px 24px 24px;
	transition: all 0.2s ease-out;
}
.headerafter {
	height: 96px;
	padding: 24px;
}
.logo {
	position: absolute;
	top: 24px;
	lefT: 24px;
	width: 180px;
	height: 70px;
	transition: all 0.2s ease-out;
}
.headerafter .logo {
	width: 125px;
	height: 48px;	
}
.logo a {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: 0 50%;	
	background-image: url(../img/logo.svg);
}
.logo a span {
	display: none;
}
.menu {
	padding: 15px 0 0 0;
	text-align: right;
}
.menu li {
	display: inline-block;
	padding: 0 0 0 99px;
}
.menu li a {
	color: #1B112C;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 2.4px;
	vertical-align: top;
	text-transform: uppercase;
	text-decoration: none;
}
.menu li a:hover {
	color: #2F44FA;
}

.menu li a.headerbutt {
	background: linear-gradient(99deg, #2F44FA 35.32%, #A72DEA 100%);
/*display: flex;*/
padding: 19px 16px;
/*flex-direction: column;
align-items: flex-start;*/
gap: 10px;
	font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-transform: uppercase;
	border-radius: 8px;
	color: #fff !important;
	letter-spacing: 0 ;
}
.menu li a.headerbutt:hover {
	background: linear-gradient(99deg, #2F44FA 35.32%, #2F44FA 100%);
}
a.languagebutt {
	text-decoration: none;
}
a.languagebutt span {
	display: inline-block;
	width: 15px;
	background-repeat: no-repeat;
	background-size: 10px auto;
	background-position: 100% 50%;	
	background-image: url(../img/language.svg);
}


.introplaceholder {
	/*height: 450vh;*/
}
.intro {
	/*position: fixed;
	top: 0;
	left: 0;*/
	position: relative;
	width: 100%;
	/*min-height: 100vh;*/
	background-color: #F2F4F8;
	box-sizing: border-box;
	padding: 24px;
}
.introzoomed {
	height: 150vh;
}

.introover {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;	
	mix-blend-mode: multiply;
	background-color: rgba(18,15,62,0.25);
	/*transition: width 1s ease-in-out;*/
	display" noneů
}

#introvideo {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 1;
}
.introrelative {
	/*position: absolute;
	top: 350vh;*/
}
.intro0 {
	background-color: #1B112C;
	color: #fff;
	border-radius: 8px;
	position: relative;
	height: 100%;
	min-height: 650px;
	min-height: 95vh;
	overflow: hidden;
}
.intro1 {
	position: relative;
	/*top: 20%;
	left: 8%;*/
	padding: 10% 0 100px 0;
	left: 0;
	width: 100%;
}
.intro10 {
	width: 90%;
	max-width: 1158px;
	margin: 0px auto;
}
.intro1 h2 {
	font-size: 120px;
	line-height: 120px;
	font-weight: 300;
	padding: 0 0 44px 0;
	position: relative;
	margin: 0 0 0 -7px;
}
.intro1 h3 {
	font-size: 32px;
	line-height: 32px;
	font-weight: 400;
	max-width: 570px;
	padding: 0 0 18px 0;
}
.intro1 p {
	font-size: 16px;
	font-weight: 400;
	max-width: 570px;
}
.intro2 {
	/*position: absolute;
	bottom: 12.5%;
	left: 8%;
	width: 84%;
	left: 0;*/
	width: 100%;
	min-height: 140px;
	padding: 0 0 60px 0;
	position: relative;
}
.intro20 {
	position: relative;
	width: 90%;
	max-width: 1158px;
	margin: 0px auto;	
}
.intro22 {
	position: relative;
}
.intro22a {
	height: 4px;	
	background-color: #A72DEA;
	width: 100%;
	overflow: hidden;
	position: relative;
}
/*
https://codepen.io/mturnwall/pen/edrdme
*/
.intro22a span {
	display: block;
	height: 4px;
	width: 0;
	background-color: #00BAC5;
	/*transition: width 1s ease-in-out;*/
	position: absolute;
}
/*.scrollcounter1 .intro22a span {
	width: 12.5%;
}
.scrollcounter2 .intro22a span {
	width: 40%;
}
.scrollcounter3 .intro22a span {
	width: 45%;
}
.scrollcounter4 .intro22a span {
	width: 50%;
}
.scrollcounter5 .intro22a span {
	width: 62%;
}
.scrollcounter6 .intro22a span {
	width: 75%;
}
.scrollcounter7 .intro22a span {
	width: 100%;
}*/

.intro22scroll {
  position: absolute;
  top: 50px;
  left: 0;
	text-transform: uppercase;
}
.intro22scrolla {
  width: 14px;
  height: 24px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: 0 0;	
	background-image: url(../img/scroll.svg);
}
.intro22scrolla span {
	display: block;
	width: 2px;
	height: 4px;
	position: absolute;
	top: 6px;
	left: 6px;
	background-color: #fff;
	animation: scrollanim 2s linear infinite;
}
@keyframes scrollanim {
  0 {
	top: 6px;
	opacity: 1;
  }
  50% {
	top: 14px;
	opacity: 1;
  }
  75% {
	top: 14px;
	opacity: 1;
  }
  85% {
	top: 14px;
	opacity: 0;
  }
  99% {
	top: 14px;
	opacity: 0;
  }
  100% {
	opacity: 1;
	top: 6px;
  }
}

.intro22scrollb {
  position: absolute;
  top: 5px;
  left: 24px;	
	font-size: 12px;
	line-height: 12px;
}


.intro22b {
	font-size: 14px;
	font-weight: 400;
	position: absolute;
	lefT: 0;
	top: 10px;
}
#intro21 {
	width: 10%;
	border-right: 1px solid #fff;
}
#intro22 {
	left: 13%;
	width: 24%;
	border-right: 1px solid #fff;
}
#intro23 {
	left: 42%;
	width: 29%;
	border-right: 1px solid #fff;
}
#intro24 {
	width: 25%;
	left: auto;
	right: 0;
}
.intro21 {
	position: absolute;
	top: 0;
	left: 0;
}
.intro22 {
	position: absolute;
	top: 110px;
	left: 0;
	width: 100%;

}
#intro22b2 {
	left: 33%;
	left: 25%;
	display: none;
}
#intro22b3 {
	left: 66%;
	left: 50%;
	margin-left: -35px;
	font-size: 30px;
	display: none;
}
#intro22b4 {
	left: 75%;
	display: none;
}
#intro22b5 {
	left: auto;
	right: 0;
	display: none;
}
.intro21a {
	font-size: 80px;
	line-height: 80px;
	font-weight: 400;
	width: 305px;
}
.intro21b {
	font-size: 16px;
	line-height: 16px;
	font-weight: 500;
}
	

.group {
	padding: 0;
	background-repeat: no-repeat;
	background-size: auto 760px;
	background-position: 50% 0;	
	background-image: url(../img/group-bgr.jpg);	
	background-color: #c1c7cd;
	border-bottom: 24px solid #c1c7cd;
}
.group0 {
	padding: 125px 0 410px 0;
	color: #fff;
	width: 84%;
	width: 90%;
	max-width: 1158px;
	margin: 0 auto;

}
.group0 p {
	max-width: 570px;
	font-size: 16px;
	line-height: 24px;
	font-style: normal;
	font-weight: 400;
	padding: 0 0 48px 0;
}
a.colorbutt {
	display: inline-block;
	color: #fff;
font-size: 14px;
font-style: normal;
font-weight: 500;
	text-decoration: none;
	border-radius: 8px;
	background: var(--Grad-01, linear-gradient(99deg, #2F44FA 35.32%, #A72DEA 100%));
	padding: 16px;
}
a.colorbutt:hover {
	background: var(--Grad-01, linear-gradient(99deg, #2F44FA 35.32%, #2F44FA 100%));
}

.group2 {
	position: relative;
	height: 360px;
	margin: 0 24px 0 24px;
}
.group2 h2 {
	color: #697077;
	padding: 0 24px 24px 24px;
	text-transform: uppercase;
font-size: 24px;
  font-style: normal;
  font-weight: 400;
}
.group2 h3 {
	color: #2F44FA;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	padding: 0 0 40px 0;
}
.group21 {
	background-color: #F2F4F8;
	padding: 128px 140px;
	padding: 128px 0;
	border-radius: 16px;
	position: absolute;
	bottom: 24px;
	width: 100%;
	left: 0;
}
.group210 {
	width: 90%;
  	max-width: 1158px;
  	margin: 0 auto;
}
.group22 {
	float: left;
	width: 32%;
	border-radius: 16px;
	background-color: #FFF;
	box-sizing: border-box;
	padding: 110px 24px 24px 24px;
	margin: 0 2% 0 0; 
	background-repeat: no-repeat;
	background-size: auto 56px;
	background-position: 24px 24px;	

}

#group22a {
	background-image: url(../img/group22a.png);	
}
#group22b {
	background-image: url(../img/group22b.png);	
}
#group22c {
	background-image: url(../img/group22c.png);
	margin: 0 0 0 0; 	
}


.why {
	background-color: #10091C;
	padding: 125px 5%;
	width: 90%;
	min-height: 100px;
	overflow: hidden;

}
.why0 {
	/*padding: 0 140px;*/
	width: 90%;
	max-width: 1158px;
	margin: 0 auto;
}
.why1 h2 {
	color: #2F44FA;
	font-size: 24px;
	font-weight: 400;
	line-height: 34px;
	min-height: 110px;
}
.why1 p {
	
}
.why11, .why12 {
	float: left;
	width: 23%;
	margin: 0 2.666% 45px 0;
	box-sizing: border-box;
	border-radius: 16px;
	padding: 24px;
	background-color: #fff;
}
.why11 {
	background: linear-gradient(142deg, #2F44FA 31.03%, #A72DEA 78.06%);
	color: #fff;
}
.why11 h2 {
	font-size: 34px;
	font-weight: 400;
	line-height: 38px;
	color: #fff;
}

.why12:nth-child(4) {
	margin: 0 0 45px 0
}
.why2 {
	color: #6B50FF;
	font-size: 96px;
	font-weight: 300;
	padding: 0 0 45px 0;
	text-align: center;
}
.why3 {
	text-align: center;
}


.portfolio {
	padding: 150px 24px 150px 24px;
}
.portfolio0 {
	/*padding: 0 140px; */
	width: 90%;
	max-width: 1158px;
	margin: 0 auto;
}
.portfolio h2 {
	font-size: 40px;
	font-weight: 400;
	line-height: 46px;
}
.portfolio h3 {
	font-size: 96px;
	font-weight: 300;
	line-height: 110%;
}

.portfolio1 {
	padding: 30px 0 50px 0;
}
.portfolio11 {
	float: left;
	width: 32%;
	margin: 0 2% 0 0;
}
.portfolio11:nth-child(3) {
	margin: 0 0 0 0;
}
.portfolio11a {
	font-size: 20px;
	font-weight: 500;
}
.portfolio11b {
	font-size: 24px;
	font-weight: 400;
}
.portfolio11b strong {
	font-size: 48px;
	font-weight: 400;
}

.portfolio2 {

}
.portfolio21 {
	float: left;
	width: 32%;
	margin: 0 2% 75px 0;
	height: 660px;
	position: relative;
border-radius: 16px;
	overflow: hidden;
}
.portfolio21more {
	display: none;
}
.portfolio21:nth-child(3n + 0) {
	margin: 0 0 0 0;
}
.portfolio21 img {
	display: block;
	height: 640px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.portfolio21a {
	position: absolute;
	top: 580px;
	height: 560px;
	background-color: #fff;
-webkit-border-top-left-radius: 16px;
-webkit-border-top-right-radius: 16px;
-moz-border-radius-topleft: 16px;
-moz-border-radius-topright: 16px;
border-top-left-radius: 16px;
border-top-right-radius: 16px;
	width: 100%;
	box-sizing: border-box;
	padding: 24px;
	transition: all 0.5s ease-out;
}
.portfolio21:hover .portfolio21a { 
	top: 100px;
}
.portfolio21a1 {
	font-size: 32px;
	line-height: 32px;
	padding: 0 0 24px 0;
}
.portfolio21a0 p {
	color: #697077;
	font-size: 14px;
	padding: 0 0 10px 0;
}
.portfolio21a0 p strong {
	color: #1B112C;
	font-size: 18px;
	font-weight: 400;
}
.portfolio21a2 {
	padding: 0 0 20px 0;
	font-size: 16px;
	font-weight: 500;
}
.portfolio21a2 p {
	color: #697077;
	font-size: 14px;
	line-height: 14px;
}
.portfolio21a2 div {
	font-size: 48px;
	font-weight: 500;
}
.portfolio21a2 div span {
	font-size: 16px;
}

.portfolio21a3a {
	float: left;
	width: 33.333%;
}
.portfolio21a3a strong {
	font-size: 48px;
	font-weight: 500;
}
.portfolio21a3a span {
	font-size: 24px;
	font-weight: 500;
}
.portfolio21a3a p {
	color: #697077;
	font-size: 14px;
	font-weight: 400;
}
.portfolio2butt {
	clear: both;
	text-align: center;
}
.portfolio2butt a {
	color: #2F44FA;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	display: inline-block;
	padding: 18px 16px;
	border-radius: 8px;
	border: 1px solid #2F44FA;
	text-decoration: none;
}
.portfolio2butt a:hover {
	background-color: #2F44FA;
	color: #fff;
}



.strategie {
	padding: 0 0 100px;
}
.strategie0 {
	width: 90%;
	min-height: 10px;
	overflow: hidden;
  	max-width: 1158px;
  	margin: 0 auto;
}
.strategie h2 {
	font-size: 56px;
	font-weight: 300;
	line-height: 78px;
	padding: 0 0 100px 0;
}
.strategie1 {
	padding: 0 0 30px 0;
	min-height: 130px;
}
.strategie11 {
	float: left;
	width: 48%;
	font-size: 40px;
	font-weight: 400;
	line-height: 56px;
	padding: 0 0 0 20px;
	transition: all 0.2s ease-out;
	border-top: 1px solid #000;
}
.strategie12 {
	float: right;
	width: 48%;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	opacity: 0;
	padding: 12px 0 0 0;
	padding: 0 0 0 0;
	transition: opacity 0.2s ease-out;
	max-width: 430px;
}
.strategie1:hover .strategie11 {
	/*padding: 0 0 0 0;
	color: #2F44FA;*/
}
.strategie1:hover .strategie12 {
	/*opacity: 1;*/
}


.return {
	padding: 36px 22px 33px 24px;
	margin: 0 auto 24px auto;
	border-radius: 16px;
	background-color: #fff;
	width: 90%;
  	max-width: 1158px;
	box-sizing: border-box;
}
.return h2 {
	font-size: 32px;
	font-weight: 400;
	line-height: 45px;
	color: #2F44FA;
	padding: 0 0 20px 0;
}
.return table {
	width: 100%;
}
.return table td {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	padding: 2px 5px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	text-align: center;
}
.return table td.returntab6 {
	text-align: left;
}
.returntab5 {
	color: #697077;
	
}
.returntab1 {
	background-color: #2F44FA;
	color: #fff;
-webkit-border-top-left-radius: 8px;
-webkit-border-top-right-radius: 8px;
-moz-border-radius-topleft: 8px;
-moz-border-radius-topright: 8px;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
}
.returntab2 {
	background-color: #F2F4F8;
}
.return table td.returntab4 {
	color: #697077;
	text-align: left;
}
.return table td.returntab3 {
	color: #2F44FA;
	font-weight: 600;
}
.return table td.returntab7 {
	background-color: #2F44FA;
	color: #fff;
	text-align: left;
}
.return table td.returntab8 {
	background-repeat: no-repeat;
	background-size: auto 11px;
	background-position: 100% 5px;	
	background-image: url(../img/returntab8.png);
}

.graf1 {
	float: left;
	width: 70%;
}
.graf1 img {
	display: block;
	width: 100%;
}
.graf2 {
	float: right;
	width: 28%;	
}
.graf21 {
	border-radius: 16px;
	border: 1px solid #B4B6C3;
	padding: 16px;
	margin: 0 0 16px 0;
}
.graf21 p {
	font-size: 16px;
	font-weight: 400;
}
.graf21 div {
	color: #2F44FA;
	font-size: 24px;
	font-weight: 400;
	line-height: 140%;
}
.graf21 div strong {
	font-size: 48px;
}


.txt {
	padding: 36px 22px 33px 24px;
	margin: 0 auto 24px auto;
	border-radius: 16px;
	background-color: #fff;
	width: 90%;
  	max-width: 1158px;
	box-sizing: border-box;
}
a.txtdropdown {
	display: block;
	font-size: 32px;
	font-weight: 400;
	line-height: 32px;
	text-decoration: none;
	color: #1B112C;
	padding: 0 30px 0 0;
	background-repeat: no-repeat;
	background-size: 24px auto;
	background-position: 100% 50%;	
	background-image: url(../img/txtdropdown0.svg);
}
a.txtdropdown:hover {
	color: #2F44FA;
}
a.txtdropdowns {
	background-image: url(../img/txtdropdown1.svg);
}
.txtdetail {
	display: none;
	padding: 32px 0 0 0;
}
.txtdetail table {
	width: 100%;
}
.txtdetail table td {
	font-size: 14px;
	font-weight: 400;
	padding: 0 16px 10px 0;
}
.txtdetail table td:first-child {
	text-align: right;
	color: #697077;
}
.txt img {
	max-width: 100%;
	display: block;
}

.download1 {
	font-size: 32px;
	font-weight: 400;
	padding: 0 0 30px 0;
}
.download2 {
	float: left;
	width: 48%;
}
.download3 {
	float: right;
	width: 48%;
}
.download2 a, .download3 a {
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	color: #1B112C;
	text-decoration: none;
	padding: 3px 0 20px 35px;
	background-repeat: no-repeat;
	background-size: auto 24px;
	background-position: 0 0;	
	background-image: url(../img/download.svg);
}
.download2 a:last-child, .download3 a:last-child {
	padding: 3px 0 5px 35px;
}
.download2 a:hover, .download3 a:hover {
	color: #2F44FA;
}
.contact {
	background: linear-gradient(110deg, #1B112C 30.04%, #591A93 84.96%);
	padding: 80px 0;
}
.contact0 {
	margin: 0 auto 24px auto;
	width: 90%;
	max-width: 1158px;
	color: #fff;
}
.contact1 {
	float: left;
	width: 48%;
}
.contact11 {
	float: left;
	width: 49%;
}
.contact12 {
	float: right;
	width: 49%;
}
.contact2 {
	float: right;
	width: 48%;
}
.contact h2 {
	font-size: 20px;
	line-height: 30px; 
	padding: 0 0 10px 0;
}
.contact h3 {
	font-size: 48px;
	font-weight: 400;
	line-height: 44px; 
	padding: 0 0 30px 0;
}
.contact p {
	padding: 0 0 20px 0;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
}
.contact p span {
	color: #A2A9B0;
	font-size: 16px;
}
.contact a {
	text-decoration: none;
	color: #fff;
}
.contact a:hover {
	color: #A2A9B0;
}
.contact1 div  {
	font-size: 12px;
}	
input.inputmidi, textarea.inputmidi {
	border: none;
	background-color: #fff;
	border-radius: 8px;
	display: block;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	padding: 10px;
	font-family: "Inter", sans-serif;
	font-size: 14px;
}
input#surname {
	display: none;
}
.contact2 label {
	display: block;
	color: #878D96;
	font-size: 14px;
	padding: 0 0 10px 0;
}
.contact2 label a, .contact24 a {
	color: #878D96;
	text-decoration: underline;
}
.contact2 label a:hover, .contact24 a:hover {
	text-decoration: none;
}
.contact21 {
	float: left;
	width: 48%;
	padding: 0 0 24px 0;
}
.contact22 {
	float: right;
	width: 48%;
	padding: 0 0 24px 0;
}
.contact23 {
	clear: both;
	padding: 0 0 24px 0;
}
.contact24 {
	clear: both;
	padding: 0 0 24px 0;
	position: relative;
	color: #878D96;
	font-size: 14px;
}
.contact24 input {
	position: absolute;
	top: 0;
	left: 0;
}
input.inputsubmit {
	background-color: #6B50FF;
	padding: 12px 20px;
	border-radius: 8px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	bordeR: none;
	display: block;
	box-sizing: border-box;
	width: 100%;
	transition: all 0.2s ease-out;
	cursor: pointer;
	text-transform: uppercase;
	font-family: "Inter", sans-serif;
}
input.inputsubmit:hover {
	background-color: #39238F;
}

.partner {
	background-color: #fff;
}
.partner0 {
	width: 90%;
	margin: 0 auto;
	padding: 60px 0;
	text-align: center;
	max-width: 1200px;
}
.partner p {
	color: #878D96;
	font-size: 12px;
	font-weight: 400;
	display: inline-block;
	width: 22%;
	max-width: 300px;
	vertical-align: top;
}
.partner p img  {
	display: block;
	height: 55px;
	margin: 0 auto 10px auto;
}
.smallinfo {
	padding: 50px 0;
	background-color: #DDE1E6;
}
.smallinfo0 {
	margin: 0 auto 0 auto;
	width: 90%;
	max-width: 1158px;
	color: #fff;
	color: #697077;
	font-size: 14px;	
}
.smallinfo p {
	padding: 0 0 20px 0;
}
.smallinfo p:last-child {
	padding: 0 0 0 0;
}


.footer {
	background-color: #1B112C;
	color: #fff;
}
.footer0 {
	margin: 0 auto 0 auto;
	width: 90%;
	max-width: 1158px;
	padding: 70px 0 24px 0;
}
.footer1 {
	float: left;
	width: 20%;
}
.footer2 {
	float: left;
	width: 20%;
	padding: 16px 0 20px 0;
}
.footer3 {
	float: right;
	padding: 16px 0 0 0;
}
.footer4 {
	float: right;
	width: 20%;
	text-align: right;
}
.footer5 {
	clear: both;
	color: #697077;
	font-size: 14px;
	line-height: 19.6px;
	position: relative;
}
.footer5 a {
	color: #697077;
}
.footer a.languagebutt {
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
}
.footer a.languagebutt span {
	background-image: url(../img/language-white.svg);
}
a.clientbutt {
	display: block;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	padding: 0 20px 0 0;
	background-repeat: no-repeat;
	background-size: auto 12px;
	background-position: 100% 50%;	
	background-image: url(../img/clientbutt.svg);
	text-decoration: none;
	text-transform: uppercase;
}
a.clientbutt:hover {
	opacity: 0.5;
}
.footer2 a {
	display: block;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 2.4px;
	text-transform: uppercase;
	margin: 0 0 24px 0;
	color: #fff;
	text-decoration: none;
}
.footer2 a:hover {
	opacity: 0.5;
}
a.footerlogo  {
	display: block;
	width: 125px;
	height: 48px;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: 0 50%;	
	background-image: url(../img/logo-udi.svg);
}
.how {
	padding: 230px 0 200px 0;
}
.how0 {
	margin: 0 auto 0 auto;
	width: 90%;
	max-width: 1158px;
}
.how1 {
	color: #2F44FA;
	font-size: 56px;
	font-weight: 400;
	padding: 0 0 50px 0;
}
.how2, .how4 {
	position: relative;
	padding: 0 0 0 75px;
}
.how21, .how41 {
	color: #2F44FA;
	font-size: 84px;
	font-weight: 400;
	position: absolute;
	top: 30%;
	left: 0;
}
.how22 {
	float: left;
	width: 58%;
	background-color: #fff;
	padding: 32px 32px 32px 32px;
	box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 16px;
}
.how22 p {
	font-size: 24px;
	min-height: 170px;
}
.how22 p:last-child {
	min-height: 10px;
}
.how23 {
	float: right;
	width: 40%;
	background-color: #fff;
	padding: 32px 32px 32px 32px;
	box-sizing: border-box;
	border-radius: 16px;
	box-sizing: border-box;
}
.how23 p {
	font-size: 18px;
	min-height: 170px;
}
.bankidimg {
	display: block;
	height: 40px;
	width: auto;
	margin: 5px 0;
}
.how3 {
	color: #999;
	font-size: 56px;
	font-weight: 400;
	padding: 50px 0;
}

.how42, .how43 {
	float: left;
	width: 32%;
	background-color: #fff;
	padding: 32px 32px 32px 32px;
	box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 16px;
	margin: 0 2% 0 0;
	min-height: 370px;
}
.how44 {
	float: right;
	width: 32%;
	background-color: #fff;
	padding: 32px 32px 32px 32px;
	box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 16px;
	min-height: 370px;
}
.how4 h3 {
	font-size: 26px;
	min-height: 115px;
}
.how4 p {
	font-size: 20px;
	padding: 0 0 30px 0;
}
a.howdownload {	
	font-size: 16px;
	color: #8d8d8d;
	text-decoration: none;
	display: block;
	padding: 5px 0 5px 35px;
	background-repeat: no-repeat;
	background-size: auto 24px;
	background-position: 0 50%;
	background-image: url(../img/download.svg);
}
a.howdownload:hover {
	color: #000;
}
.realtxt {
	background-color: #fff;
	padding: 250px 0 150px 0;
}
.realtxt0 {
  	margin: 0 auto 0 auto;
  	width: 90%;
  	max-width: 1158px;
}
.realtxt h2, .realtxt h3, .realtxt h4 {
  font-size: 32px;
  font-weight: 400;
  line-height: 45px;
  color: #2F44FA;
  padding: 0 0 20px 0;
}
.realtxt p, .realtxt ul, .realtxt ol {
  padding: 0 0 24px 0;
}
.realtxt ul li {
	list-style-type: disc;
	margin: 0 0 0 20px;
	padding: 0 0 5px 0; 
}
.realtxt ol li {
	list-style-type: decimal;
	margin: 0 0 0 20px;
	padding: 0 0 5px 0; 
}


.structure0 h3 {
	font-size: 16px;
	font-weight: 500;
	padding: 0 0 10px 0;
}
.structure0 p {
	font-size: 14px;
}
.structure0 img {
	display: block;
	height: 38px;
	margin: 0 auto 10px 0;
}
.structure1, .structure31, .structure32, .structure33, .structure51, .structure52, .structure53, .structure54, .structure55 {
	width: 19%;
	padding: 16px;
	box-sizing: border-box;
	border-radius: 16px;
	margin: 0 auto;
	border: 1px solid #2F44FA;
	background-color: #fff;
}
.structure3 {
	position: relative;
	background-repeat: repeat-x;
	background-size: auto 2px;
	background-position: 0 50%;	
	background-image: url(../img/structure3.png);
}
.structure31 {
	position: absolute;
	left: 0;
	top: 0
}
.structure33 {
	position: absolute;
	right: 0;
	top: 0
}
.structure2 {
	height: 70px;
	margin: 10px 0;
	background-repeat: repeat-y;
	background-size: 2px auto;
	background-position: 50% 50%;	
	background-image: url(../img/structure2.png);
}
.structure4 {
	height: 89px;
	margin: 10px 0;
	background-repeat: no-repeat;
	background-size:  auto 89px;
	background-position: 50% 50%;	
	background-image: url(../img/structure4.png);
}
.structure5 {
	position: relative;
}
.structure53 {
	margin: 0 auto;
}
.structure51, .structure52, .structure53, .structure54, .structure55 {
	min-height: 200px;
}
.structure51 {
	position: absolute;
	left: 0;
	top: 0;
}
.structure52 {
	position: absolute;
	left: 20.25%;
	top: 0
}
.structure54 {
	position: absolute;
	right: 20.25%;
	top: 0
}
.structure55 {
	position: absolute;
	right: 0;
	top: 0
}




@media (max-aspect-ratio: 16/9) {
#introvideo {
	width: auto;
	height: 100%;
    top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
}



@media screen and (min-width: 1px) and (max-width: 1440px) {
.menu li {
  padding: 0 0 0 66px;
}
}


@media screen and (min-width: 768px) and (max-width: 1280px) {
.intro1 h2 {
  font-size: 100px;
  line-height: 100px;
}
.intro1 h3, .intro1 p {
  max-width: 90%;
}
.intro21a {
  font-size: 50px;
  line-height: 50px;
}
  .menu li {
    padding: 0 0 0 30px;
  }
}

@media screen and (min-width: 1px) and (max-width: 1024px) {
.intro1 h2 {
	margin: 0 0 0 0;
}
a.menubutt {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 48px;
  height: 48px;
	background-repeat: no-repeat;
	background-size: auto 50%;
	background-position: 50% 50%;	
	background-image: url(../img/menu.svg);
}
a.menubutts {
	background-image: url(../img/menus.svg);
}
.menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 20px 5%;
	background-color: #F2F4F8;
}
.menu ul li {
	display: block;
	padding: 20px 0;
	text-align: center;
}
.menu li a {
	text-align: center;
}
}


@media screen and (min-width: 1px) and (max-width: 960px) {
.return table td {
  font-size: 10px;
  line-height: 14px;
}
.structure1, .structure31, .structure32, .structure33 {
	width: 32%;
}
.structure4 {
background-repeat: repeat-y;
  background-size: 2px auto;
  background-position: 50% 50%;
  background-image: url(../img/structure2.png);
}
.structure51, .structure52, .structure53, .structure54, .structure55 {
	width: 100%;
	left: auto;
	position: relative;
	top: auto;
	right: auto;
	margin: 0 0 10px 0;
}
.structure {
	width: 100%;
	min-height: 100px;
	overflow-x: auto;
}
.structure0 {
	min-width: 530px;
}

.group {
	background-size: 100% auto;	
	background-image: url(../img/group-bgr-mobile.jpg);	
}
.partner p {
  display: block;
  width: auto;
	margin: 0 auto 20px auto;
}
.footer0 {
	position: relative;	
}
.footer1 {
  width: auto;
	float: none;
}
.footer2 {
  float: none;
  width: auto;
  padding: 20px 0 20px 0;
}
.footer4 {
  float: none;
  width: auto;
  position: absolute;
	top: 70px;
	right: 0;
}
.footer3 {
  float: left;
  padding: 0 0 20px 0;
}
.footer a.languagebutt {
  position: relative;
  top: auto;
  right: auto;
}
.footer p {
	padding: 20px 0 0 0;
}
.contact1, .contact2, .contact11, .contact12, .download1, .download2, .download3 {
  float: none;
  width: auto;
}
.download1 {
	padding: 0 0 30px 0;
	 font-size: 24px;
}
.download2 {
	padding: 0 0 30px 0;
}
.contact11, .contact12 {
	padding: 0 0 50px 0;
}
a.txtdropdown {
  font-size: 24px;
  line-height: 24px;
}
.graf1, .graf2 {
  float: none;
  width: auto;
}
.graf1 {
	padding: 0 0 16px 0;	
}
.return {
	overflow-x: auto;
}
.strategie11, .strategie12 {
  float: none;
  width: auto;
}
.strategie11 {
	padding: 0 0 10px 0;
font-size: 32px;
  line-height: 42px;
}
.strategie12 {
  padding: 0 0 16px 0;
}
.portfolio21 {
  float: none;
  width: auto;
  margin: 0 0 75px 0;
}
.portfolio {
  padding: 100px 0 100px 0;
}
.portfolio11 {
  float: none;
  width: auto;
	padding: 0 0 16px 0;
}
.portfolio h2 {
  font-size: 32px;
  line-height: 24px;
}
.portfolio h3 {
  font-size: 42px;
}
.why {
  padding: 100px 0;
	width: 100%;
}
.why11, .why12 {
  float: none;
  width: auto;
  margin: 0 0 45px 0;
}
.why2 {
  font-size: 42px;
}
.group0 {
  padding: 100px 0 150px 0;
}

.group21 {
  padding: 45px 0;
	top: auto;
	position: relative;
}
.group22 {
  float: none;
  width: auto;
  padding: 110px 24px 24px 24px;
  margin: 0 0 16px 0;
}
.group2 {
  height: auto;
}
#intro21, #intro22, #intro23, #intro24 {
  position: relative;
  top: auto;
  left: auto !important;
	padding: 0 0 15px 0;
	float: left;
	width: 50%;
  border-right: none;
}
.intro21a {
  font-size: 24px;
  line-height: 24px;
  width: auto;
}
.intro1, .intro2 {
  width: 100%;
	height: auto;
}
.intro2 {
	bottom: 15%;
}
.intro1 h2 {
  font-size: 32px;
  line-height: 32px;
}
.intro1 h3 {
  font-size: 24px;
  line-height: 24px;
}
.intro20 {
  width: 90%;
}

.intro22 {
  position: relative;
  top: auto;
	clear: both;
}
#introvideo {
	width: auto;
	height: 100%;
    top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.how2, .how4 {
  padding: 0 0 0 0;
}
.how21, .how41 {
  position: relative;
  top: auto;
  left: auto;
}
.how22, .how23 {
  float: none;
  width: auto;
	margin: 0 0 16px 0;
}
.how42, .how43, .how44 {
  float: none;
  width: auto;
  margin: 0 0 16px 0;
}
.how {
  padding: 150px 0 100px 0;
}
.how1, .how3 {
  font-size: 32px;
}
.how22 p {
  font-size: 16px;
  min-height: 10px;
	padding: 0 0 16px 0;
}
.how23 p {
  font-size: 16px;
  min-height: 10px;
	padding: 0 0 16px 0;
}
.how4 h3 {
  font-size: 24px;
  min-height: 10px;
	padding: 0 0 20px 0;
}
.how4 p {
  font-size: 16px;
}
.why1 h2 {
  min-height: 10px;
	padding: 0 0 24px 0;
}
.download2 a {
  font-size: 16px;
	padding: 3px 0 20px 35px;
}
.portfolio21s .portfolio21a { 
	top: 100px;
}
#intro22b2, #intro22b3, #intro22b4 {
	/*margin-left: -17px;*/
}
.contact21, .contact22 {
  float: none;
  width: auto;
}
}


