
@media screen and (-webkit-min-device-pixel-ratio:0) {
	select,
	textarea,
	input {
		font-size:16px
	}
}
.text-center {
	text-align:center
}
@keyframes fadeInOpacity {
	0% {
		opacity:0
	}
	100% {
		opacity:1
	}
}
#cm-section-trial .wrapper {
	position:relative;
	margin-right:auto;
	margin-left:auto;
	border-top:1px solid #daded8;
	border-bottom:1px solid #daded8;
	display:flex;
	flex-flow:row wrap;
	align-items:center;
	justify-content:space-between;
	padding:50px 75px
}
@media screen and (min-width:1250px) {
	#cm-section-trial .wrapper {
		width:1100px
	}
}
@media screen and (min-width:950px) and (max-width:1250px) {
	#cm-section-trial .wrapper {
		width:100%;
		padding-right:50px;
		padding-left:50px
	}
}
@media screen and (max-width:950px) {
	#cm-section-trial .wrapper {
		width:100%;
		padding-right:25px;
		padding-left:25px
	}
}
#cm-section-trial .container-text {
	display:flex;
	flex-flow:row wrap;
	align-items:center
}
#cm-section-trial .container-text img {
	width:100px
}
#cm-section-trial .container-text h2 {
	margin-left:30px;
	font-family:PublicoHeadline-Bold-Web;
	color:#091e3f;
	max-width:300px
}
@media screen and (min-width:950px) {
	#cm-section-trial .container-text h2 {
		font-size:32px;
		line-height:38px
	}
}
@media screen and (max-width:950px) {
	#cm-section-trial .container-text h2 {
		font-size:24px;
		line-height:24px
	}
}
#cm-section-trial a {
	border:none;
	cursor:pointer;
	text-decoration:none;
	border-radius:30px;
	background-color:#673ab7;
	display:inline-flex;
	flex-flow:row wrap;
	justify-content:center;
	transition:all .25s ease;
	padding:17px 30px
}
#cm-section-trial a .btn-text {
	display:block;
	color:#fff;
	font-family:OpenSans-Bold;
	transition:all .75s cubic-bezier(.08,1.155,.655,.935)
}
#cm-section-trial a:hover {
	background-color:#044a75
}
#cm-section-trial a .btn-text {
	font-size:16px;
	line-height:22px
}
@media screen and (max-width:950px) {
	#cm-section-trial .wrapper {
		width:100%
	}
	#cm-section-trial .container-text {
		width:100%;
		text-align:center;
		justify-content:center
	}
	#cm-section-trial .container-text img {
		margin-bottom:25px
	}
	#cm-section-trial .container-text h2 {
		max-width:initial;
		width:100%;
		margin-left:0
	}
	#cm-section-trial a {
		margin-top:25px;
		margin:25px auto 0
	}
}
#cm-section-start {
	position:relative;
	background-color:#ffd9d4
}
#cm-section-start .wrapper {
	padding:90px 0;
	position:relative;
	margin-right:auto;
	margin-left:auto;
	display:flex;
	flex-flow:wrap;
	align-items:center;
	justify-content:space-between
}
@media screen and (min-width:1250px) {
	#cm-section-start .wrapper {
		width:1000px
	}
}
@media screen and (min-width:950px) and (max-width:1250px) {
	#cm-section-start .wrapper {
		width:100%;
		padding-right:50px;
		padding-left:50px
	}
}
@media screen and (max-width:950px) {
	#cm-section-start .wrapper {
		width:100%;
		padding-right:25px;
		padding-left:25px
	}
}
#cm-section-start .container-img {
	position:relative;
	width:38%
}
#cm-section-start .container-img img {
	width:100%;
	mix-blend-mode:multiply
}
#cm-section-start .container-video {
	position:relative;
	width:38%
}
#cm-section-start .container-video iframe {
	width:380px;
	height:380px
}
#cm-section-start .container-video:after {
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-image:radial-gradient(circle,rgba(255,217,212,0) 46%,#FFD9D4 72%)
}
#cm-section-start .container-text {
	position:relative;
	width:50%
}
#cm-section-start .container-text h2 {
	font-family:PublicoHeadline-Bold-Web;
	color:#091e3f
}
@media screen and (min-width:950px) {
	#cm-section-start .container-text h2 {
		font-size:50px;
		line-height:50px
	}
}
@media screen and (max-width:950px) {
	#cm-section-start .container-text h2 {
		font-size:30px;
		line-height:36px
	}
}
#cm-section-start .container-text p {
	margin-top:18px;
	font-family:OpenSans-Regular;
	color:#606469;
	font-size:18px;
	line-height:28px
}
#cm-section-start .container-text p br {
	display:none
}
#cm-section-start .container-text a {
	margin-top:30px;
	border:none;
	cursor:pointer;
	text-decoration:none;
	border-radius:30px;
	background-color:#673ab7;
	display:inline-flex;
	flex-flow:row wrap;
	justify-content:center;
	transition:all .25s ease;
	padding:17px 30px
}
#cm-section-start .container-text a .btn-text {
	display:block;
	color:#fff;
	font-family:OpenSans-Bold;
	transition:all .75s cubic-bezier(.08,1.155,.655,.935)
}
#cm-section-start .container-text a:hover {
	background-color:#044a75
}
#cm-section-start .container-text a .btn-text {
	font-size:16px;
	line-height:22px
}
@media screen and (max-width:950px) {
	#cm-section-start {
		margin-top:0
	}
	#cm-section-start .wrapper {
		padding-top:50px;
		padding-bottom:60px
	}
	#cm-section-start .container-video,
	#cm-section-start .container-img {
		width:100%;
		text-align:center
	}
	#cm-section-start .container-video iframe,
	#cm-section-start .container-img iframe {
		height:260px;
		width:290px
	}
	#cm-section-start .container-video img,
	#cm-section-start .container-img img {
		width:290px;
		margin-bottom:40px
	}
	#cm-section-start .container-text {
		text-align:center;
		width:100%;
		margin-top:-20px
	}
}
.sib-pagination {
	display:flex;
	justify-content:center
}
.sib-pagination .page-numbers {
	text-align:center;
	margin-top:30px;
	margin-bottom:30px;
	font-family:OpenSans-Regular;
	color:#606469;
	font-size:14px;
	line-height:24px
}
.sib-pagination .page-numbers a {
	color:#606469;
	text-decoration:none;
	padding:6px 13px;
	border-radius:4px;
	cursor:pointer;
	font-size:20px
}
.sib-pagination .page-numbers a:hover {
	color:#fff;
	background-color:#044a75
}
.sib-pagination .page-numbers li {
	display:inline-block
}
.sib-pagination .page-numbers span.current {
	padding:6px 13px;
	background:#044a75;
	font-size:20px;
	color:#fff;
	border-radius:4px
}
body,
html,
* {
	padding:0;
	margin:0;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale
}
body,
html {
	width:100%;
	height:100%
}
* {
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}
h1,
h2,
h3,
h4,
h5,
h6,
i {
	font-weight:400;
	font-style:normal
}
body.block {
	overflow:hidden
}
main {
	position:relative;
	width:100%;
	overflow:hidden
}
.header-banner-active main {
	margin-top:2rem
}
#section-home {
	position:relative
}
#section-home .wrapper {
	position:relative;
	padding:210px 0 160px;
	margin-right:auto;
	margin-left:auto;
	display:flex;
	flex-flow:row wrap;
	align-items:center;
	justify-content:space-between
}
@media screen and (min-width:1250px) {
	#section-home .wrapper {
		width:1200px
	}
}
@media screen and (min-width:950px) and (max-width:1250px) {
	#section-home .wrapper {
		width:100%;
		padding-right:50px;
		padding-left:50px
	}
}
@media screen and (max-width:950px) {
	#section-home .wrapper {
		width:100%;
		padding-right:25px;
		padding-left:25px
	}
}
#section-home .container-text {
	width:430px;
	position:relative;
	z-index:1
}
#section-home .container-text h1 {
	font-family:PublicoHeadline-Bold-Web;
	color:#091e3f
}
@media screen and (min-width:950px) {
	#section-home .container-text h1 {
		font-size:72px;
		line-height:72px
	}
}
@media screen and (max-width:950px) {
	#section-home .container-text h1 {
		font-size:42px;
		line-height:50px
	}
}
#section-home .container-text p {
	margin-top:40px;
	padding-left:30px;
	border-left:2px solid #ffd201;
	font-family:OpenSans-Regular;
	color:#606469;
	font-size:20px;
	line-height:30px
}
#section-home .container-text .container-button {
	margin-top:60px
}
#section-home .container-text .container-button a {
	border:none;
	cursor:pointer;
	text-decoration:none;
	border-radius:30px;
	background-color:#673ab7;
	display:inline-flex;
	flex-flow:row wrap;
	justify-content:center;
	transition:all .25s ease;
	padding:17px 30px
}
#section-home .container-text .container-button a .btn-text {
	display:block;
	color:#fff;
	font-family:OpenSans-Bold;
	transition:all .75s cubic-bezier(.08,1.155,.655,.935)
}
#section-home .container-text .container-button a:hover {
	background-color:#044a75
}
#section-home .container-text .container-button a .btn-text {
	font-size:16px;
	line-height:22px
}
#section-home .container-video {
	position:absolute;
	left:500px
}
#section-home .container-video iframe {
	height:1000px;
	width:1000px
}
#section-home .container-video #cover-image {
	width:100%;
	max-width:600px
}
#section-home .wrapper .container-text h1 {
	transform:translateY(30px);
	opacity:0;
	transition:transform 1000ms cubic-bezier(.385,0,.08,1),opacity 1000ms cubic-bezier(.385,0,.08,1);
	transition-delay:0s
}
#section-home .wrapper .container-text p {
	transform:translateY(30px);
	opacity:0;
	transition:transform 1000ms cubic-bezier(.385,0,.08,1),opacity 1000ms cubic-bezier(.385,0,.08,1);
	transition-delay:.1s
}
#section-home .wrapper .container-text .container-button {
	transform:translateY(30px);
	opacity:0;
	transition:transform 1000ms cubic-bezier(.385,0,.08,1),opacity 1000ms cubic-bezier(.385,0,.08,1),border-color .25s ease;
	transition-delay:.2s
}
#section-home .wrapper .container-video {
	opacity:0;
	transition:all 3000ms cubic-bezier(1,-.005,.255,1)
}
#section-home.ready .wrapper .container-text h1 {
	transform:translateY(0px);
	opacity:1
}
#section-home.ready .wrapper .container-text p {
	transform:translateY(0px);
	opacity:1
}
#section-home.ready .wrapper .container-text .container-button {
	transform:translateY(0px);
	opacity:1
}
#section-home.ready .wrapper .container-video {
	opacity:1
}
#section-features {
	position:relative;
	z-index:1
}
#section-features .wrapper {
	overflow:hidden;
	position:relative;
	margin-right:auto;
	margin-left:auto;
	padding:75px 0
}
@media screen and (min-width:1250px) {
	#section-features .wrapper {
		width:1200px
	}
}
@media screen and (min-width:950px) and (max-width:1250px) {
	#section-features .wrapper {
		width:100%;
		padding-right:50px;
		padding-left:50px
	}
}
@media screen and (max-width:950px) {
	#section-features .wrapper {
		width:100%;
		padding-right:25px;
		padding-left:25px
	}
}
#section-features .wrapper:before {
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:#044a75
}
#section-features .container-el {
	position:relative;
	display:flex;
	flex-flow:row wrap;
	align-items:flex-start;
	justify-content:space-between;
	padding:0 100px
}
#section-features .container-el .el {
	width:30%;
	display:flex;
	align-items:flex-start;
	flex-flow:row wrap
}
#section-features .container-el .el .icn {
	width:20px
}
#section-features .container-el .el .icn img {
	width:100%
}
#section-features .container-el .el .text {
	flex:1;
	padding-left:20px;
	position:relative
}
#section-features .container-el .el .text h3 {
	font-family:PublicoHeadline-Bold-Web;
	color:#091e3f;
	font-size:24px;
	line-height:29px;
	color:#fff
}
@media screen and (min-width:950px) {
	#section-features .container-el .el .text h3 {
		font-size:24px;
		line-height:29px
	}
}
@media screen and (max-width:950px) {
	#section-features .container-el .el .text h3 {
		font-size:20px;
		line-height:24px
	}
}
#section-features .container-el .el .text p {
	margin-top:22px;
	font-family:OpenSans-Regular;
	color:#606469;
	font-size:16px;
	line-height:26px;
	color:rgba(255,255,255,.8)
}
#section-features .wrapper:before {
	opacity:0;
	transition:all 750ms cubic-bezier(.385,0,.08,1)
}
#section-features .wrapper .container-el .el:nth-child(1) .icn {
	transform:translateY(20px);
	opacity:0;
	transition:all 1000ms cubic-bezier(.385,0,.08,1);
	transition-delay:.05s
}
#section-features .wrapper .container-el .el:nth-child(1) .text h3 {
	transform:translateY(20px);
	opacity:0;
	transition:all 1000ms cubic-bezier(.385,0,.08,1);
	transition-delay:.1s
}
#section-features .wrapper .container-el .el:nth-child(1) .text p {
	transform:translateY(20px);
	opacity:0;
	transition:all 1000ms cubic-bezier(.385,0,.08,1);
	transition-delay:.15s
}
#section-features .wrapper .container-el .el:nth-child(2) .icn {
	transform:translateY(20px);
	opacity:0;
	transition:all 1000ms cubic-bezier(.385,0,.08,1);
	transition-delay:.1s
}
#section-features .wrapper .container-el .el:nth-child(2) .text h3 {
	transform:translateY(20px);
	opacity:0;
	transition:all 1000ms cubic-bezier(.385,0,.08,1);
	transition-delay:.2s
}
#section-features .wrapper .container-el .el:nth-child(2) .text p {
	transform:translateY(20px);
	opacity:0;
	transition:all 1000ms cubic-bezier(.385,0,.08,1);
	transition-delay:.3s
}
#section-features .wrapper .container-el .el:nth-child(3) .icn {
	transform:translateY(20px);
	opacity:0;
	transition:all 1000ms cubic-bezier(.385,0,.08,1);
	transition-delay:.15s
}
#section-features .wrapper .container-el .el:nth-child(3) .text h3 {
	transform:translateY(20px);
	opacity:0;
	transition:all 1000ms cubic-bezier(.385,0,.08,1);
	transition-delay:.3s
}
#section-features .wrapper .container-el .el:nth-child(3) .text p {
	transform:translateY(20px);
	opacity:0;
	transition:all 1000ms cubic-bezier(.385,0,.08,1);
	transition-delay:.45s
}
#section-features .wrapper .container-el .el:nth-child(4) .icn {
	transform:translateY(20px);
	opacity:0;
	transition:all 1000ms cubic-bezier(.385,0,.08,1);
	transition-delay:.2s
}
#section-features .wrapper .container-el .el:nth-child(4) .text h3 {
	transform:translateY(20px);
	opacity:0;
	transition:all 1000ms cubic-bezier(.385,0,.08,1);
	transition-delay:.4s
}
#section-features .wrapper .container-el .el:nth-child(4) .text p {
	transform:translateY(20px);
	opacity:0;
	transition:all 1000ms cubic-bezier(.385,0,.08,1);
	transition-delay:.6s
}
#section-features .wrapper .container-el .el:nth-child(5) .icn {
	transform:translateY(20px);
	opacity:0;
	transition:all 1000ms cubic-bezier(.385,0,.08,1);
	transition-delay:.25s
}
#section-features .wrapper .container-el .el:nth-child(5) .text h3 {
	transform:translateY(20px);
	opacity:0;
	transition:all 1000ms cubic-bezier(.385,0,.08,1);
	transition-delay:.5s
}
#section-features .wrapper .container-el .el:nth-child(5) .text p {
	transform:translateY(20px);
	opacity:0;
	transition:all 1000ms cubic-bezier(.385,0,.08,1);
	transition-delay:.75s
}
#section-features .wrapper .container-el .el:nth-child(6) .icn {
	transform:translateY(20px);
	opacity:0;
	transition:all 1000ms cubic-bezier(.385,0,.08,1);
	transition-delay:.3s
}
#section-features .wrapper .container-el .el:nth-child(6) .text h3 {
	transform:translateY(20px);
	opacity:0;
	transition:all 1000ms cubic-bezier(.385,0,.08,1);
	transition-delay:.6s
}
#section-features .wrapper .container-el .el:nth-child(6) .text p {
	transform:translateY(20px);
	opacity:0;
	transition:all 1000ms cubic-bezier(.385,0,.08,1);
	transition-delay:.9s
}
#section-features .wrapper .container-el .el:nth-child(7) .icn {
	transform:translateY(20px);
	opacity:0;
	transition:all 1000ms cubic-bezier(.385,0,.08,1);
	transition-delay:.35s
}
#section-features .wrapper .container-el .el:nth-child(7) .text h3 {
	transform:translateY(20px);
	opacity:0;
	transition:all 1000ms cubic-bezier(.385,0,.08,1);
	transition-delay:.7s
}
#section-features .wrapper .container-el .el:nth-child(7) .text p {
	transform:translateY(20px);
	opacity:0;
	transition:all 1000ms cubic-bezier(.385,0,.08,1);
	transition-delay:1.05s
}
#section-features .wrapper .container-el .el:nth-child(8) .icn {
	transform:translateY(20px);
	opacity:0;
	transition:all 1000ms cubic-bezier(.385,0,.08,1);
	transition-delay:.4s
}
#section-features .wrapper .container-el .el:nth-child(8) .text h3 {
	transform:translateY(20px);
	opacity:0;
	transition:all 1000ms cubic-bezier(.385,0,.08,1);
	transition-delay:.8s
}
#section-features .wrapper .container-el .el:nth-child(8) .text p {
	transform:translateY(20px);
	opacity:0;
	transition:all 1000ms cubic-bezier(.385,0,.08,1);
	transition-delay:1.2s
}
#section-features .wrapper .container-el .el:nth-child(9) .icn {
	transform:translateY(20px);
	opacity:0;
	transition:all 1000ms cubic-bezier(.385,0,.08,1);
	transition-delay:.45s
}
#section-features .wrapper .container-el .el:nth-child(9) .text h3 {
	transform:translateY(20px);
	opacity:0;
	transition:all 1000ms cubic-bezier(.385,0,.08,1);
	transition-delay:.9s
}
#section-features .wrapper .container-el .el:nth-child(9) .text p {
	transform:translateY(20px);
	opacity:0;
	transition:all 1000ms cubic-bezier(.385,0,.08,1);
	transition-delay:1.35s
}
#section-features .wrapper .container-el .el:nth-child(10) .icn {
	transform:translateY(20px);
	opacity:0;
	transition:all 1000ms cubic-bezier(.385,0,.08,1);
	transition-delay:.5s
}
#section-features .wrapper .container-el .el:nth-child(10) .text h3 {
	transform:translateY(20px);
	opacity:0;
	transition:all 1000ms cubic-bezier(.385,0,.08,1);
	transition-delay:1s
}
#section-features .wrapper .container-el .el:nth-child(10) .text p {
	transform:translateY(20px);
	opacity:0;
	transition:all 1000ms cubic-bezier(.385,0,.08,1);
	transition-delay:1.5s
}
#section-features .wrapper .container-el .el:nth-child(11) .icn {
	transform:translateY(20px);
	opacity:0;
	transition:all 1000ms cubic-bezier(.385,0,.08,1);
	transition-delay:.55s
}
#section-features .wrapper .container-el .el:nth-child(11) .text h3 {
	transform:translateY(20px);
	opacity:0;
	transition:all 1000ms cubic-bezier(.385,0,.08,1);
	transition-delay:1.1s
}
#section-features .wrapper .container-el .el:nth-child(11) .text p {
	transform:translateY(20px);
	opacity:0;
	transition:all 1000ms cubic-bezier(.385,0,.08,1);
	transition-delay:1.65s
}
#section-features .wrapper .container-el .el:nth-child(12) .icn {
	transform:translateY(20px);
	opacity:0;
	transition:all 1000ms cubic-bezier(.385,0,.08,1);
	transition-delay:.6s
}
#section-features .wrapper .container-el .el:nth-child(12) .text h3 {
	transform:translateY(20px);
	opacity:0;
	transition:all 1000ms cubic-bezier(.385,0,.08,1);
	transition-delay:1.2s
}
#section-features .wrapper .container-el .el:nth-child(12) .text p {
	transform:translateY(20px);
	opacity:0;
	transition:all 1000ms cubic-bezier(.385,0,.08,1);
	transition-delay:1.8s
}
#section-features .wrapper .container-el .el:nth-child(13) .icn {
	transform:translateY(20px);
	opacity:0;
	transition:all 1000ms cubic-bezier(.385,0,.08,1);
	transition-delay:.65s
}
#section-features .wrapper .container-el .el:nth-child(13) .text h3 {
	transform:translateY(20px);
	opacity:0;
	transition:all 1000ms cubic-bezier(.385,0,.08,1);
	transition-delay:1.3s
}
#section-features .wrapper .container-el .el:nth-child(13) .text p {
	transform:translateY(20px);
	opacity:0;
	transition:all 1000ms cubic-bezier(.385,0,.08,1);
	transition-delay:1.95s
}
#section-features .wrapper .container-el .el:nth-child(14) .icn {
	transform:translateY(20px);
	opacity:0;
	transition:all 1000ms cubic-bezier(.385,0,.08,1);
	transition-delay:.7s
}
#section-features .wrapper .container-el .el:nth-child(14) .text h3 {
	transform:translateY(20px);
	opacity:0;
	transition:all 1000ms cubic-bezier(.385,0,.08,1);
	transition-delay:1.4s
}
#section-features .wrapper .container-el .el:nth-child(14) .text p {
	transform:translateY(20px);
	opacity:0;
	transition:all 1000ms cubic-bezier(.385,0,.08,1);
	transition-delay:2.1s
}
#section-features .wrapper .container-el .el:nth-child(15) .icn {
	transform:translateY(20px);
	opacity:0;
	transition:all 1000ms cubic-bezier(.385,0,.08,1);
	transition-delay:.75s
}
#section-features .wrapper .container-el .el:nth-child(15) .text h3 {
	transform:translateY(20px);
	opacity:0;
	transition:all 1000ms cubic-bezier(.385,0,.08,1);
	transition-delay:1.5s
}
#section-features .wrapper .container-el .el:nth-child(15) .text p {
	transform:translateY(20px);
	opacity:0;
	transition:all 1000ms cubic-bezier(.385,0,.08,1);
	transition-delay:2.25s
}
#section-features .wrapper .container-el .el:nth-child(16) .icn {
	transform:translateY(20px);
	opacity:0;
	transition:all 1000ms cubic-bezier(.385,0,.08,1);
	transition-delay:.8s
}
#section-features .wrapper .container-el .el:nth-child(16) .text h3 {
	transform:translateY(20px);
	opacity:0;
	transition:all 1000ms cubic-bezier(.385,0,.08,1);
	transition-delay:1.6s
}
#section-features .wrapper .container-el .el:nth-child(16) .text p {
	transform:translateY(20px);
	opacity:0;
	transition:all 1000ms cubic-bezier(.385,0,.08,1);
	transition-delay:2.4s
}
#section-features .wrapper .container-el .el:nth-child(17) .icn {
	transform:translateY(20px);
	opacity:0;
	transition:all 1000ms cubic-bezier(.385,0,.08,1);
	transition-delay:.85s
}
#section-features .wrapper .container-el .el:nth-child(17) .text h3 {
	transform:translateY(20px);
	opacity:0;
	transition:all 1000ms cubic-bezier(.385,0,.08,1);
	transition-delay:1.7s
}
#section-features .wrapper .container-el .el:nth-child(17) .text p {
	transform:translateY(20px);
	opacity:0;
	transition:all 1000ms cubic-bezier(.385,0,.08,1);
	transition-delay:2.55s
}
#section-features .wrapper .container-el .el:nth-child(18) .icn {
	transform:translateY(20px);
	opacity:0;
	transition:all 1000ms cubic-bezier(.385,0,.08,1);
	transition-delay:.9s
}
#section-features .wrapper .container-el .el:nth-child(18) .text h3 {
	transform:translateY(20px);
	opacity:0;
	transition:all 1000ms cubic-bezier(.385,0,.08,1);
	transition-delay:1.8s
}
#section-features .wrapper .container-el .el:nth-child(18) .text p {
	transform:translateY(20px);
	opacity:0;
	transition:all 1000ms cubic-bezier(.385,0,.08,1);
	transition-delay:2.7s
}
#section-features .wrapper .container-el .el:nth-child(19) .icn {
	transform:translateY(20px);
	opacity:0;
	transition:all 1000ms cubic-bezier(.385,0,.08,1);
	transition-delay:.95s
}
#section-features .wrapper .container-el .el:nth-child(19) .text h3 {
	transform:translateY(20px);
	opacity:0;
	transition:all 1000ms cubic-bezier(.385,0,.08,1);
	transition-delay:1.9s
}
#section-features .wrapper .container-el .el:nth-child(19) .text p {
	transform:translateY(20px);
	opacity:0;
	transition:all 1000ms cubic-bezier(.385,0,.08,1);
	transition-delay:2.85s
}
#section-features.ready .wrapper:before {
	opacity:1
}
#section-features.ready .wrapper .container-el .el:nth-child(1) .icn {
	transform:translateY(0px);
	opacity:1
}
#section-features.ready .wrapper .container-el .el:nth-child(1) .text h3 {
	transform:translateY(0px);
	opacity:1
}
#section-features.ready .wrapper .container-el .el:nth-child(1) .text p {
	transform:translateY(0px);
	opacity:1
}
#section-features.ready .wrapper .container-el .el:nth-child(2) .icn {
	transform:translateY(0px);
	opacity:1
}
#section-features.ready .wrapper .container-el .el:nth-child(2) .text h3 {
	transform:translateY(0px);
	opacity:1
}
#section-features.ready .wrapper .container-el .el:nth-child(2) .text p {
	transform:translateY(0px);
	opacity:1
}
#section-features.ready .wrapper .container-el .el:nth-child(3) .icn {
	transform:translateY(0px);
	opacity:1
}
#section-features.ready .wrapper .container-el .el:nth-child(3) .text h3 {
	transform:translateY(0px);
	opacity:1
}
#section-features.ready .wrapper .container-el .el:nth-child(3) .text p {
	transform:translateY(0px);
	opacity:1
}
#section-features.ready .wrapper .container-el .el:nth-child(4) .icn {
	transform:translateY(0px);
	opacity:1
}
#section-features.ready .wrapper .container-el .el:nth-child(4) .text h3 {
	transform:translateY(0px);
	opacity:1
}
#section-features.ready .wrapper .container-el .el:nth-child(4) .text p {
	transform:translateY(0px);
	opacity:1
}
#section-features.ready .wrapper .container-el .el:nth-child(5) .icn {
	transform:translateY(0px);
	opacity:1
}
#section-features.ready .wrapper .container-el .el:nth-child(5) .text h3 {
	transform:translateY(0px);
	opacity:1
}
#section-features.ready .wrapper .container-el .el:nth-child(5) .text p {
	transform:translateY(0px);
	opacity:1
}
#section-features.ready .wrapper .container-el .el:nth-child(6) .icn {
	transform:translateY(0px);
	opacity:1
}
#section-features.ready .wrapper .container-el .el:nth-child(6) .text h3 {
	transform:translateY(0px);
	opacity:1
}
#section-features.ready .wrapper .container-el .el:nth-child(6) .text p {
	transform:translateY(0px);
	opacity:1
}
#section-features.ready .wrapper .container-el .el:nth-child(7) .icn {
	transform:translateY(0px);
	opacity:1
}
#section-features.ready .wrapper .container-el .el:nth-child(7) .text h3 {
	transform:translateY(0px);
	opacity:1
}
#section-features.ready .wrapper .container-el .el:nth-child(7) .text p {
	transform:translateY(0px);
	opacity:1
}
#section-features.ready .wrapper .container-el .el:nth-child(8) .icn {
	transform:translateY(0px);
	opacity:1
}
#section-features.ready .wrapper .container-el .el:nth-child(8) .text h3 {
	transform:translateY(0px);
	opacity:1
}
#section-features.ready .wrapper .container-el .el:nth-child(8) .text p {
	transform:translateY(0px);
	opacity:1
}
#section-features.ready .wrapper .container-el .el:nth-child(9) .icn {
	transform:translateY(0px);
	opacity:1
}
#section-features.ready .wrapper .container-el .el:nth-child(9) .text h3 {
	transform:translateY(0px);
	opacity:1
}
#section-features.ready .wrapper .container-el .el:nth-child(9) .text p {
	transform:translateY(0px);
	opacity:1
}
#section-features.ready .wrapper .container-el .el:nth-child(10) .icn {
	transform:translateY(0px);
	opacity:1
}
#section-features.ready .wrapper .container-el .el:nth-child(10) .text h3 {
	transform:translateY(0px);
	opacity:1
}
#section-features.ready .wrapper .container-el .el:nth-child(10) .text p {
	transform:translateY(0px);
	opacity:1
}
#section-features.ready .wrapper .container-el .el:nth-child(11) .icn {
	transform:translateY(0px);
	opacity:1
}
#section-features.ready .wrapper .container-el .el:nth-child(11) .text h3 {
	transform:translateY(0px);
	opacity:1
}
#section-features.ready .wrapper .container-el .el:nth-child(11) .text p {
	transform:translateY(0px);
	opacity:1
}
#section-features.ready .wrapper .container-el .el:nth-child(12) .icn {
	transform:translateY(0px);
	opacity:1
}
#section-features.ready .wrapper .container-el .el:nth-child(12) .text h3 {
	transform:translateY(0px);
	opacity:1
}
#section-features.ready .wrapper .container-el .el:nth-child(12) .text p {
	transform:translateY(0px);
	opacity:1
}
#section-features.ready .wrapper .container-el .el:nth-child(13) .icn {
	transform:translateY(0px);
	opacity:1
}
#section-features.ready .wrapper .container-el .el:nth-child(13) .text h3 {
	transform:translateY(0px);
	opacity:1
}
#section-features.ready .wrapper .container-el .el:nth-child(13) .text p {
	transform:translateY(0px);
	opacity:1
}
#section-features.ready .wrapper .container-el .el:nth-child(14) .icn {
	transform:translateY(0px);
	opacity:1
}
#section-features.ready .wrapper .container-el .el:nth-child(14) .text h3 {
	transform:translateY(0px);
	opacity:1
}
#section-features.ready .wrapper .container-el .el:nth-child(14) .text p {
	transform:translateY(0px);
	opacity:1
}
#section-features.ready .wrapper .container-el .el:nth-child(15) .icn {
	transform:translateY(0px);
	opacity:1
}
#section-features.ready .wrapper .container-el .el:nth-child(15) .text h3 {
	transform:translateY(0px);
	opacity:1
}
#section-features.ready .wrapper .container-el .el:nth-child(15) .text p {
	transform:translateY(0px);
	opacity:1
}
#section-features.ready .wrapper .container-el .el:nth-child(16) .icn {
	transform:translateY(0px);
	opacity:1
}
#section-features.ready .wrapper .container-el .el:nth-child(16) .text h3 {
	transform:translateY(0px);
	opacity:1
}
#section-features.ready .wrapper .container-el .el:nth-child(16) .text p {
	transform:translateY(0px);
	opacity:1
}
#section-features.ready .wrapper .container-el .el:nth-child(17) .icn {
	transform:translateY(0px);
	opacity:1
}
#section-features.ready .wrapper .container-el .el:nth-child(17) .text h3 {
	transform:translateY(0px);
	opacity:1
}
#section-features.ready .wrapper .container-el .el:nth-child(17) .text p {
	transform:translateY(0px);
	opacity:1
}
#section-features.ready .wrapper .container-el .el:nth-child(18) .icn {
	transform:translateY(0px);
	opacity:1
}
#section-features.ready .wrapper .container-el .el:nth-child(18) .text h3 {
	transform:translateY(0px);
	opacity:1
}
#section-features.ready .wrapper .container-el .el:nth-child(18) .text p {
	transform:translateY(0px);
	opacity:1
}
#section-features.ready .wrapper .container-el .el:nth-child(19) .icn {
	transform:translateY(0px);
	opacity:1
}
#section-features.ready .wrapper .container-el .el:nth-child(19) .text h3 {
	transform:translateY(0px);
	opacity:1
}
#section-features.ready .wrapper .container-el .el:nth-child(19) .text p {
	transform:translateY(0px);
	opacity:1
}
#section-tools {
	background:linear-gradient(180deg,#EEECEB 0%,#fff 100%);
	padding-top:220px;
	margin-top:-130px;
	position:relative
}
#section-tools .wrapper {
	margin-right:auto;
	margin-left:auto;
	padding-bottom:100px;
	border-bottom:1px solid #eeeceb
}
@media screen and (min-width:1250px) {
	#section-tools .wrapper {
		width:1000px
	}
}
@media screen and (min-width:950px) and (max-width:1250px) {
	#section-tools .wrapper {
		width:100%;
		padding-right:50px;
		padding-left:50px
	}
}
@media screen and (max-width:950px) {
	#section-tools .wrapper {
		width:100%;
		padding-right:25px;
		padding-left:25px
	}
}
#section-tools .container-title {
	text-align:center;
	margin-bottom:100px
}
#section-tools .container-title .icn {
	margin:auto;
	position:relative;
	width:190px;
	height:90px
}
#section-tools .container-title .icn img {
	position:absolute
}
#section-tools .container-title .icn img.obj-1 {
	height:90px;
	left:40px;
	top:0
}
#section-tools .container-title .icn img.obj-2 {
	height:120px;
	left:70px;
	top:0
}
#section-tools .container-title .icn img.obj-3 {
	height:35px;
	left:0;
	top:-10px
}
#section-tools .container-title h2 {
	margin-top:20px;
	font-family:PublicoHeadline-Bold-Web;
	color:#091e3f
}
@media screen and (min-width:950px) {
	#section-tools .container-title h2 {
		font-size:50px;
		line-height:50px
	}
}
@media screen and (max-width:950px) {
	#section-tools .container-title h2 {
		font-size:30px;
		line-height:36px
	}
}
#section-tools .container-title p {
	margin-top:10px;
	font-family:OpenSans-Regular;
	color:#606469;
	font-size:18px;
	line-height:28px
}
#section-tools .container-tools {
	display:flex;
	flex-flow:row wrap;
	align-items:flex-start;
	margin-bottom:60px
}
#section-tools .container-tools h3 {
	font-family:PublicoHeadline-Bold-Web;
	color:#091e3f;
	width:320px;
	text-align:right;
	margin-top:-10px
}
@media screen and (min-width:950px) {
	#section-tools .container-tools h3 {
		font-size:32px;
		line-height:38px
	}
}
@media screen and (max-width:950px) {
	#section-tools .container-tools h3 {
		font-size:24px;
		line-height:24px
	}
}
#section-tools .container-tools .container-el {
	padding-left:80px;
	flex:1;
	display:flex;
	flex-flow:row wrap;
	align-items:flex-start;
	justify-content:space-between
}
#section-tools .container-tools .container-el .el {
	text-decoration:none;
	cursor:pointer;
	display:flex;
	flex-flow:row wrap;
	align-items:flex-start;
	width:45%;
	margin-bottom:40px
}
#section-tools .container-tools .container-el .el .icn {
	width:30px;
	transition:all .25s ease
}
#section-tools .container-tools .container-el .el .text {
	position:relative;
	padding-left:20px;
	flex:1
}
#section-tools .container-tools .container-el .el .text h4 {
	font-family:PublicoHeadline-Bold-Web;
	color:#091e3f;
	font-size:18px;
	line-height:22px;
	font-family:OpenSans-Bold
}
#section-tools .container-tools .container-el .el .text p {
	margin-top:10px;
	font-family:OpenSans-Regular;
	color:#606469;
	font-size:16px;
	line-height:26px
}
#section-tools .container-tools .container-el .el .text svg {
	fill:#673ab7;
	position:absolute;
	top:7px;
	left:100%;
	width:6px;
	opacity:0;
	transition:all .25s ease
}
#section-tools .container-tools .container-el .el:hover .text svg {
	opacity:1
}
#section-tools .container-btn {
	width:100%;
	display:flex;
	flex-flow:row wrap;
	justify-content:center
}
#section-tools .container-btn a {
	cursor:pointer;
	text-decoration:none;
	border-radius:30px;
	background-color:#673ab7;
	display:inline-flex;
	flex-flow:row wrap;
	justify-content:center;
	transition:all .25s ease;
	padding:17px 30px
}
#section-tools .container-btn a .btn-text {
	display:block;
	color:#fff;
	font-family:OpenSans-Bold;
	transition:all .75s cubic-bezier(.08,1.155,.655,.935)
}
#section-tools .container-btn a:hover {
	background-color:#044a75
}
#section-tools .container-btn a .btn-text {
	font-size:16px;
	line-height:22px
}
#section-tools {
	opacity:0;
	transition:opacity 1s ease
}
#section-tools.ready {
	opacity:1
}
#section-data {
	position:relative;
	padding:65px 0
}
#section-data .wrapper {
	margin-right:auto;
	margin-left:auto;
	display:flex;
	flex-flow:row wrap;
	align-items:center;
	justify-content:flex-end
}
@media screen and (min-width:1250px) {
	#section-data .wrapper {
		width:1200px
	}
}
@media screen and (min-width:950px) and (max-width:1250px) {
	#section-data .wrapper {
		width:100%;
		padding-right:50px;
		padding-left:50px
	}
}
@media screen and (max-width:950px) {
	#section-data .wrapper {
		width:100%;
		padding-right:25px;
		padding-left:25px
	}
}
#section-data .container-img {
	width:40%;
	text-align:center
}
#section-data .container-img img {
	width:400px
}
#section-data .container-text {
	width:50%;
	padding-right:95px
}
#section-data .container-text h2 {
	font-family:PublicoHeadline-Bold-Web;
	color:#091e3f
}
@media screen and (min-width:950px) {
	#section-data .container-text h2 {
		font-size:50px;
		line-height:50px
	}
}
@media screen and (max-width:950px) {
	#section-data .container-text h2 {
		font-size:30px;
		line-height:36px
	}
}
#section-data .container-text .container-logo {
	display:flex;
	flex-flow:row wrap;
	align-items:center;
	margin-top:30px
}
#section-data .container-text .container-logo img {
	max-width:80px;
	max-height:50px
}
#section-data .container-text .container-logo img:not(:last-child) {
	margin-right:40px
}
#section-data .container-text a {
	margin-top:50px;
	text-decoration:none;
	display:inline-flex;
	align-items:center
}
#section-data .container-text a .link-arrow {
	width:6px;
	fill:#673ab7;
	margin-right:9px;
	transition:all .5s cubic-bezier(.815,.22,.255,.825)
}
#section-data .container-text a .link-text {
	color:#673ab7;
	font-family:OpenSans-Bold;
	transition:all .5s cubic-bezier(.815,.22,.255,.825)
}
#section-data .container-text a:hover .link-arrow {
	transform:translateX(-10px)
}
#section-data .container-text a:hover .link-text {
	transform:translateX(10px)
}
#section-data .container-text a .link-text {
	font-size:16px;
	line-height:22px
}
#section-party {
	position:relative;
	z-index:2
}
#section-party .wrapper {
	margin-right:auto;
	margin-left:auto;
	position:relative;
	display:flex;
	flex-flow:row wrap;
	align-items:center;
	justify-content:space-between
}
@media screen and (min-width:1250px) {
	#section-party .wrapper {
		width:1200px
	}
}
@media screen and (min-width:950px) and (max-width:1250px) {
	#section-party .wrapper {
		width:100%;
		padding-right:50px;
		padding-left:50px
	}
}
@media screen and (max-width:950px) {
	#section-party .wrapper {
		width:100%;
		padding-right:25px;
		padding-left:25px
	}
}
#section-party .wrapper:before {
	content:'';
	position:absolute;
	top:0;
	height:100%;
	left:0;
	width:calc(100% + ((100vw - 1200px)/2));
	background-color:#044a75
}
#section-party .container-text {
	position:relative;
	z-index:1;
	width:50%;
	padding-left:155px
}
#section-party .container-text h2 {
	font-family:PublicoHeadline-Bold-Web;
	color:#091e3f;
	color:#fff
}
@media screen and (min-width:950px) {
	#section-party .container-text h2 {
		font-size:50px;
		line-height:50px
	}
}
@media screen and (max-width:950px) {
	#section-party .container-text h2 {
		font-size:30px;
		line-height:36px
	}
}
#section-party .container-text .container-el {
	margin-top:120px;
	display:flex;
	flex-flow:row wrap;
	justify-content:space-between
}
#section-party .container-text .container-el .el {
	width:45%
}
#section-party .container-text .container-el .el:nth-child(1),
#section-party .container-text .container-el .el:nth-child(2) {
	margin-bottom:70px
}
#section-party .container-text .container-el .el .line {
	background-color:#ffd201;
	height:1px;
	width:20px
}
#section-party .container-text .container-el .el h4 {
	margin-top:17px;
	font-family:PublicoHeadline-Bold-Web;
	color:#091e3f;
	color:#fff
}
@media screen and (min-width:950px) {
	#section-party .container-text .container-el .el h4 {
		font-size:32px;
		line-height:38px
	}
}
@media screen and (max-width:950px) {
	#section-party .container-text .container-el .el h4 {
		font-size:24px;
		line-height:24px
	}
}
#section-party .container-text .container-el .el p {
	font-family:OpenSans-Regular;
	color:#606469;
	font-size:18px;
	line-height:28px;
	color:rgba(255,255,255,.8)
}
#section-party .container-logos {
	position:relative;
	width:540px
}
#section-party .container-logos .container-el {
	display:flex;
	flex-flow:row wrap
}
#section-party .container-logos .container-el .el {
	width:270px;
	height:325px;
	position:relative
}
#section-party .container-logos .container-el .el img {
	opacity:0;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%) scale(1.1);
	max-width:65%;
	transition:all .25s ease
}
#section-party .container-logos .container-el .el img.active {
	transition:all 1.25s ease;
	opacity:1;
	transform:translate(-50%,-50%)
}
#section-party .container-logos .container-el .el:nth-child(2) {
	background-color:#166da2
}
#section-party .container-logos .container-el .el:nth-child(3) {
	background-color:#065687
}
#section-quotes {
	position:relative;
	margin-top:-80px
}
#section-quotes .wrapper {
	padding:180px 0 100px 0;
	margin-right:auto;
	margin-left:auto;
	position:relative;
	z-index:1;
	display:flex;
	flex-flow:row wrap;
	align-items:center
}
@media screen and (min-width:1250px) {
	#section-quotes .wrapper {
		width:1200px
	}
}
@media screen and (min-width:950px) and (max-width:1250px) {
	#section-quotes .wrapper {
		width:100%;
		padding-right:50px;
		padding-left:50px
	}
}
@media screen and (max-width:950px) {
	#section-quotes .wrapper {
		width:100%;
		padding-right:25px;
		padding-left:25px
	}
}
#section-quotes .container-bg {
	position:absolute;
	top:0;
	height:100%;
	right:0;
	width:calc(100% + ((100vw - 1200px)/2))
}
#section-quotes .container-bg .bg {
	opacity:0;
	transform:scale(1.03);
	transition:all .5s ease;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%
}
#section-quotes .container-bg .bg.active {
	transition:all 1.25s ease;
	transform:scale(1);
	opacity:1
}
#section-quotes .container-bg .bg-1 {
	background-color:#eeeceb
}
#section-quotes .container-bg .bg-2 {
	background-color:#ffd201
}
#section-quotes .container-bg .bg-3 {
	background-color:#ffd9d4
}
#section-quotes .container-text {
	padding-left:155px;
	width:55%;
	position:relative
}
#section-quotes .container-text .head {
	display:flex;
	flex-flow:row wrap;
	align-items:center;
	justify-content:space-between
}
#section-quotes .container-text .head h2 {
	font-family:PublicoHeadline-Bold-Web;
	color:#091e3f;
	flex:1
}
@media screen and (min-width:950px) {
	#section-quotes .container-text .head h2 {
		font-size:50px;
		line-height:50px
	}
}
@media screen and (max-width:950px) {
	#section-quotes .container-text .head h2 {
		font-size:30px;
		line-height:36px
	}
}
#section-quotes .container-text .head .btn {
	cursor:pointer;
	width:80px;
	height:80px;
	position:relative
}
#section-quotes .container-text .head .btn svg {
	width:100%;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%)
}
#section-quotes .container-text .head .btn .fill {
	stroke:#091e3f;
	opacity:.2
}
#section-quotes .container-text .head .btn .stroke {
	z-index:1;
	stroke:#091e3f;
	stroke-dasharray:245;
	stroke-dashoffset:245;
	transition:stroke-dashoffset 0s ease;
	animation-name:rotate;
	animation-duration:20s;
	animation-iteration-count:infinite;
	animation-timing-function:linear
}
@keyframes rotate {
	0% {
		transform:translate(-50%,-50%) rotate(0deg)
	}
	100% {
		transform:translate(-50%,-50%) rotate(360deg)
	}
}
#section-quotes .container-text .head .btn .stroke.active {
	transition:stroke-dashoffset 8s linear,transform 8s linear;
	stroke-dashoffset:0
}
#section-quotes .container-text .head .btn .arrow {
	fill:#091e3f;
	width:15px
}
#section-quotes .container-text .head .btn:before {
	content:'';
	width:calc(100% - 2px);
	height:calc(100% - 2px);
	border-radius:40px;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	transition:all .5s ease
}
#section-quotes .container-text .head .btn:hover:before {
	background-color:rgba(9,30,63,.15)
}
#section-quotes .container-text .container-quotes {
	margin-top:40px
}
#section-quotes .container-text .container-quotes .container-el {
	position:relative
}
#section-quotes .container-text .container-quotes .container-el .el {
	position:relative;
	display:none
}
#section-quotes .container-text .container-quotes .container-el .el q {
	display:block;
	font-family:OpenSans-Regular;
	color:#091e3f;
	transform:scale(1.03);
	opacity:0;
	transition:all 1200ms cubic-bezier(.385,0,.08,1)
}
@media screen and (min-width:950px) {
	#section-quotes .container-text .container-quotes .container-el .el q {
		font-size:24px;
		line-height:43px
	}
}
@media screen and (max-width:950px) {
	#section-quotes .container-text .container-quotes .container-el .el q {
		font-size:22px;
		line-height:38px
	}
}
#section-quotes .container-text .container-quotes .container-el .el .container-infos {
	position:relative;
	margin-top:40px;
	display:inline-flex;
	flex-flow:row wrap;
	align-items:center;
	transform:scale(1.1);
	opacity:0;
	transition:all 1750ms cubic-bezier(.385,0,.08,1)
}
#section-quotes .container-text .container-quotes .container-el .el .container-infos .icn {
	position:relative;
	width:55px;
	height:35px
}
#section-quotes .container-text .container-quotes .container-el .el .container-infos .icn img {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	max-height:100%;
	max-width:100%
}
#section-quotes .container-text .container-quotes .container-el .el .container-infos .text {
	padding-left:20px;
	flex:1
}
#section-quotes .container-text .container-quotes .container-el .el .container-infos .text .name {
	font-family:PublicoHeadline-Bold-Web;
	color:#091e3f;
	font-size:16px;
	line-height:19px;
	font-family:OpenSans-Bold
}
#section-quotes .container-text .container-quotes .container-el .el .container-infos .text .job {
	font-family:OpenSans-Regular;
	color:#606469;
	font-size:14px;
	line-height:24px
}
#section-quotes .container-text .container-quotes .container-el .el.active q {
	opacity:1;
	transform:scale(1)
}
#section-quotes .container-text .container-quotes .container-el .el.active .container-infos {
	opacity:1;
	transform:scale(1)
}
#section-quotes .container-img {
	right:0;
	top:0;
	overflow:hidden;
	position:absolute;
	height:100%;
	width:50%
}
#section-quotes .container-img img {
	top:180px;
	opacity:0;
	transition:all .25s ease;
	max-width:380px;
	max-height:550px;
	position:absolute;
	left:50%;
	transform:translateX(-50%) scale(1.03)
}
#section-quotes .container-img img.active {
	transition:all 1.15s ease;
	transform:translateX(-50%) scale(1);
	opacity:1
}
#cm-section-start {
	background-color:transparent
}
footer {
	border-top:1px solid #d2d5d9
}
@media screen and (min-width:950px) and (max-width:1250px) {
	#section-home .container-text {
		width:50%
	}
	#section-home .container-video {
		left:50%;
		width:50vw
	}
	#section-features .container-el {
		padding:0
	}
	#section-tools .container-tools h3 {
		width:30%
	}
	#section-party .wrapper:before {
		width:100%
	}
	#section-party .container-text {
		width:40%;
		padding-left:0
	}
	#section-quotes {
		margin-top:0
	}
	#section-quotes .wrapper {
		padding-top:50px;
		padding-bottom:50px
	}
	#section-quotes .container-bg {
		width:100%
	}
	#section-quotes .container-img {
		width:40%
	}
}
@media screen and (max-width:950px) {
	#section-home .wrapper {
		padding-top:90px;
		padding-bottom:0;
		display:block
	}
	#section-home .container-text {
		width:100%
	}
	#section-home .container-video {
		position:initial;
		left:initial;
		margin-top:0;
		margin-left:-25px;
		width:calc(100% + 50px);
		text-align:center;
		transform:scale(1.2)
	}
	#section-home .container-video iframe {
		display:inline-block;
		height:300px;
		width:auto
	}
	#section-features .container-el {
		padding:0
	}
	#section-features .container-el .el {
		width:100%
	}
	#section-features .container-el .el .icn {
		width:30px
	}
	#section-features .container-el .el:not(:last-child) {
		margin-bottom:45px
	}
	#section-features .container-el .el .text {
		padding-left:30px
	}
	#section-tools {
		margin-top:-40px;
		padding-top:130px
	}
	#section-tools .container-title {
		margin-bottom:60px
	}
	#section-tools .container-title .icn {
		width:160px
	}
	#section-tools .container-title .icn img.obj-1 {
		height:70px
	}
	#section-tools .container-title .icn img.obj-2 {
		height:100px
	}
	#section-tools .container-title h2 {
		margin-top:0
	}
	#section-tools .container-tools {
		margin-bottom:30px
	}
	#section-tools .container-tools h3 {
		width:100%;
		margin-top:0;
		text-align:left
	}
	#section-tools .container-tools .container-el {
		margin-top:30px;
		padding-left:0
	}
	#section-tools .container-tools .container-el .el {
		width:100%
	}
	#section-tools .container-tools .container-el .el .text {
		padding-left:40px
	}
	#section-tools .container-btn a {
		width:100%;
		text-align:center
	}
	#section-data {
		padding:30px 0 70px
	}
	#section-data .container-img {
		width:60%;
		margin:auto
	}
	#section-data .container-img img {
		width:100%
	}
	#section-data .container-text {
		width:100%;
		padding-right:0;
		text-align:center
	}
	#section-data .container-text .container-logo {
		justify-content:center
	}
	#section-party .wrapper {
		padding-top:60px;
		display:block
	}
	#section-party .wrapper:before {
		width:100%
	}
	#section-party .container-text {
		width:100%;
		padding-left:0
	}
	#section-party .container-text .container-el {
		margin-top:60px
	}
	#section-party .container-logos {
		margin-top:50px;
		width:calc(100% + 50px);
		margin-left:-25px
	}
	#section-party .container-logos .container-el .el {
		width:50%;
		height:50vw
	}
	#section-quotes {
		margin-top:0
	}
	#section-quotes .wrapper {
		padding-top:60px;
		padding-bottom:0
	}
	#section-quotes .container-bg {
		width:100%
	}
	#section-quotes .container-text {
		padding-left:0;
		width:100%
	}
	#section-quotes .container-text .container-quotes .container-el .el q {
		font-size:22px;
		line-height:38px
	}
	#section-quotes .container-text .container-quotes .container-el .el .container-infos {
		margin-top:40px
	}
	#section-quotes .container-img {
		margin-top:40px;
		position:relative;
		right:initial;
		top:initial;
		width:100%;
		height:300px
	}
	#section-quotes .container-img img {
		top:initial;
		bottom:-100px;
		max-height:380px;
		max-width:360px
	}
}
