
/* EDIT 2023.04.18 */
#evreka360-hero {
	margin-bottom: 100px;
}
#evreka360-hero > .hero-main {
    background: linear-gradient(180deg, rgba(245, 247, 255, 0) 0%, #F5F7FF 100%);
}
#evreka360-hero > .hero-main .hero-main-inner {
    display: flex;
	align-items: center;;
}
#evreka360-hero > .hero-main .hero-main-inner .left{
	flex: 1;
	margin-top: 100px;
}
#evreka360-hero > .hero-main .hero-main-inner .right{
	flex: 1;
}
#evreka360-hero > .hero-main .hero-main-inner .left > h1 {
    font-size: 48px;
}
#evreka360-hero > .hero-main .hero-main-inner .left > span {
    font-size: 42px;
    width: 120%;
    display: block;
    color: #535A72;
}
#evreka360-hero > .hero-main .hero-main-inner > div.right figure {
    width: 100%;
    position: relative;
}
#evreka360-hero > .hero-main .hero-main-inner > div.right figure:after {
    position: absolute;
    content: ' ';
    width: 100%;
    height: 40%;
    margin-right: -30%;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(245, 247, 255, 0) 0%, #F5F7FF 100%);
}
#evreka360-hero > .hero-main .hero-main-inner > div.right figure img {
    width: 130%;
}
#evreka360-hero > .hero-sub {
    background-color: #0B2B51;
    border-radius: 0px 0px 65px 65px;
    border-top: 5px solid #59D34C;
}
#evreka360-hero > .hero-sub .hero-sub-inner {
    position: relative;
    padding: 100px 0px;
}
#evreka360-hero > .hero-sub .hero-sub-inner > img.i360 {
    position: absolute;
    width: 130px;
    left: calc(50% - 65px);
    top: -65px;
}
#evreka360-hero > .hero-sub .hero-sub-inner > a.request-demo {
    position: absolute;
    background-color: #00B122;
    color: #fff;
    bottom: 0;
    border-radius: 5px;
    width: 30%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    left: 35%;
    bottom: -20px;
    cursor: pointer;
	z-index: 10;
}

#evreka360-hero > .hero-sub .hero-sub-inner > .inner-text {
    color: #FFF;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    font-weight: 400;
    font-feature-settings: 'tnum' on, 'lnum' on;
}


.solutions__page.hsware {
    margin-bottom: 50px;
}
.solutions__page.hsware h2 {
    text-align: center;
    margin-bottom: 50px;
    font-weight: bold;
}
.solutions__page.hsware .card-grid-list .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.solutions__page.hsware .card-grid-list .container .card-grid{
	height: 256px;
}



.solutions_info_banner_box > .banner {
    position: relative;
	padding: 150px 0px;
}
.solutions_info_banner_box > .banner > img.bg {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
	z-index: -1;
}
.solutions_info_banner_box > .content {
    margin-top: 50px;
}

.solutions_info_banner_box > .content .center {
    text-align: center;
}
.solutions_info_banner_box > .content .mb30{
	margin-bottom: 30px;
}
.solutions_info_banner_box > .content .mt30{
	margin-top: 30px;
}


.solutions_info_banner_box > .content ul.e360l {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.solutions_info_banner_box > .content ul.e360l > li {
    font-size: 16px;
    line-height: 28px;
    color: #535a72;
    display: flex;
}
.solutions_info_banner_box > .content ul.e360l > li:before {
    content: ' ';
    display: block;
    background-color: #3BA935;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #FFF;
    line-height: 30px;
    text-align: center;
}

.solutions_info_banner_box > .content .e360g {
    display: flex;
    flex-direction: column;
	margin-bottom: 100px;
}
.solutions_info_banner_box > .content .e360g.l,
.solutions_info_banner_box > .content .e360g.r {
    flex-direction: row;
	align-items: center;
}
.solutions_info_banner_box > .content .e360g > .left,
.solutions_info_banner_box > .content .e360g > .right {
    flex: 1;
}
.solutions_info_banner_box > .content .e360g.l > .left,
.solutions_info_banner_box > .content .e360g.r > .right{
    flex: 2;
}
.solutions_info_banner_box > .content .e360g.l > .right,
.solutions_info_banner_box > .content .e360g.r > .left{
    flex: 3;
}
.solutions_info_banner_box > .content .e360g img {
    width: 100%;
}
.solutions_info_banner_box > .content .e360g img.re {
    width: 120%;
}
.solutions_info_banner_box > .content .e360g.l > .right {
    padding-left: 100px;
}
.solutions_info_banner_box > .content .e360g.r > .left {
    padding-right: 30px;
}
.solutions_info_banner_box > .content .e360g h2 {
    color: #3BA935;
    font-size: 26px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 15px;
}

.solutions_info_banner_box > .content ul.e360l.t1 > li {
	flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 30px 0px;
}
.solutions_info_banner_box > .content ul.e360l.t2 > li {
    justify-content: flex-start;
    align-items: center;
    padding: 15px 0px;
}

.solutions_info_banner_box > .content ul.e360l.t1 > li:before {
    content: '?';
    font-size: 22px;
    font-weight: bold;
	margin-bottom: 15px;
}
.solutions_info_banner_box > .content ul.e360l.t2 > li:before {
    background-color: transparent;
    border-right: 4px solid #3BA935;
    border-bottom: 4px solid #3BA935;
    border-radius: 1px;
    width: 12px;
    height: 12px;
    transform: rotate(-45deg);
	margin-right: 15px;
}


.mobileapp{
	display: flex;
    flex-direction: column;
    align-items: center;
}
.mobileapp > img {
	width: 100%;
}
.mobileapp > img.logo{
	max-width: 261px;
}
.mobileapp > .mobileappdownload{
	display: flex;
    gap: 30px;
    flex-direction: row;
    justify-content: center;
}
.mobileapp > .mobileappdownload img{
	max-width: 158px;
    width: 100%;
}


.evreka-crew-section.cp{}
.evreka-crew-section.cp h2 {
    max-width: 100%;
}
.evreka-crew-section.cp span.crew_button {
    background: #3BA935;
    box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
    border-radius: 29px;
    width: 90%;
    display: block;
    padding: 20px;
    font-size: 36px;
    font-weight: bold;
    cursor: pointer;
	margin: auto;
}
#cp-copy-mail {
    position: relative;
}
#cp-copy-mail > span#cp_copied {
    position: absolute;
    display: block;
    background-color: #3BA935;
	box-shadow: 2px 2px 6px rgba(0, 0, 0, .2);
    padding: 10px 20px;
    font-size: 21px;
    border-radius: 6px;
    left: 50%;
    top: 0px;
    transform: translate(-50%, -100%);
	z-index: -1;
    opacity: 0;
	transition: all 0.5s ease-out;
}
#cp-copy-mail > span#cp_copied:before {
    border: solid 10px transparent;
    border-top-color: #3BA935;
    position: absolute;    /* margin: -85px 0 0 -20px; */
    content: ' ';
    left: 50%;
    bottom: 0px;
    transform: translate(-50%, 20px);
}

.evreka-crew-questions.cp{
	padding: 100px 0px;
    background-color: #F6F8FF;
	margin: 0;
}
.evreka_career_our_values {
    padding: 100px 0px;
	margin-bottom: 100px;
}
.evreka_career_our_values h2 {
    text-align: center;
    font-weight: revert;
    margin-bottom: 50px;
}
.evreka_career_our_values img.footer {
    width: 100%;
    margin-top: 50px;
}
.evreka_career_our_values .grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px 30px;
}
.evreka_career_our_values .grid > .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.evreka_career_our_values .grid > .item img {
    height: 70px;
    max-width: 100%;
    width: auto;
    object-fit: scale-down;
}
.evreka_career_our_values .grid > .item span {
    padding-top: 30px;
    text-align: center;
    color: #535A72;
    font-size: 16px;
    line-height: 28px;
}
@media (min-width: 290px) and (max-width: 1023px) {
	
	
	#evreka360-hero > .hero-main .hero-main-inner .right {
		display: none;
	}
	#evreka360-hero > .hero-main .hero-main-inner .left {
		margin-bottom: 100px;
		overflow: hidden;
	}
	#evreka360-hero > .hero-sub {
		border-radius: 0px 0px 35px 35px;
	}
	#evreka360-hero > .hero-sub .hero-sub-inner > a.request-demo {
		width: 80%;
		left: 10%;
	}
	.solutions__page.hsware .card-grid-list .container .card-grid {
		height: auto;
	}
	.solutions_info_banner_box > .banner {
		padding: 30px 0px;
	}
	.solutions_info_banner_box > .content .e360g.l, .solutions_info_banner_box > .content .e360g.r {
		flex-direction: column;
	}
	.solutions_info_banner_box > .content .e360g.l > .right {
		padding-left: 0;
	}
	.solutions_info_banner_box > .content .e360g.r {
		flex-direction: column-reverse;
	}
	.solutions_info_banner_box > .content .e360g img.re {
		width: 100%;
	}
	.mobileapp > img.logo {
		max-width: 130px;
		margin-bottom: 30px;
	}
	.mobileapp > .mobileappdownload {
		margin-top: 30px;
	}

	.evreka-crew-section.cp span.crew_button {
		font-size: 24px;
		margin: auto;
		text-align: center;
	}
	.evreka_career_our_values .grid {
		grid-template-columns: 1fr;
		gap: 40px 0px;
	}
	
}
/* EDIT 2023.04.18 */
/* MENU FIX */
.header-nav > li > .sub-menu {
    left: 50% !important;
    padding: 20px 0px !important;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.header-nav > li:hover > a,
.header-nav > li > ul > li:hover > a {
    color: #3ba935;
}
/* MENU FIX */
/*HIDE MOBILE DASHBOARD*/
@media screen and (max-width: 800px) {
	.top-header-banner-container {
		display: none !important;
	}
}
/*HIDE MOBILE DASHBOARD*/


.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
}
.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}
.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.mfp-container:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
	display: none;
}
.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}
.mfp-ajax-cur {
	cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}
.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
	cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.mfp-loading.mfp-figure {
	display: none;
}
.mfp-hide {
	display: none !important;
}
.mfp-preloader {
	color: #ccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}
.mfp-preloader a {
	color: #ccc;
}
.mfp-preloader a:hover {
	color: #fff;
}
.mfp-s-ready .mfp-preloader {
	display: none;
}
.mfp-s-error .mfp-content {
	display: none;
}
button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: 0;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}
button::-moz-focus-inner {
	padding: 0;
	border: 0;
}
.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	color: #fff;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
	opacity: 1;
}
.mfp-close:active {
	top: 1px;
}
.mfp-close-btn-in .mfp-close {
	color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #fff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}
.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}
.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
	margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}
.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}
.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}
.mfp-arrow-left {
	left: 0;
}
.mfp-arrow-left:after {
	border-right: 17px solid #fff;
	margin-left: 31px;
}
.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
	right: 0;
}
.mfp-arrow-right:after {
	border-left: 17px solid #fff;
	margin-left: 39px;
}
.mfp-arrow-right:before {
	border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
	top: -40px;
}
.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}
.mfp-figure {
	line-height: 0;
}
.mfp-figure:after {
	content: "";
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444;
}
.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px;
}
.mfp-figure figure {
	margin: 0;
}
.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}
.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px;
}
.mfp-image-holder .mfp-content {
	max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}
@font-face {
	font-family: "swiper-icons";
	src: url("data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
		format("woff");
	font-weight: 400;
	font-style: normal;
}
:root {
	--swiper-theme-color: #007aff;
}
.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
	visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform;
}
.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(
		linear,
		right top,
		left top,
		from(rgba(0, 0, 0, 0.5)),
		to(rgba(0, 0, 0, 0))
	);
	background-image: linear-gradient(
		to left,
		rgba(0, 0, 0, 0.5),
		rgba(0, 0, 0, 0)
	);
}
.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(
		linear,
		left top,
		right top,
		from(rgba(0, 0, 0, 0.5)),
		to(rgba(0, 0, 0, 0))
	);
	background-image: linear-gradient(
		to right,
		rgba(0, 0, 0, 0.5),
		rgba(0, 0, 0, 0)
	);
}
.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		from(rgba(0, 0, 0, 0.5)),
		to(rgba(0, 0, 0, 0))
	);
	background-image: linear-gradient(
		to top,
		rgba(0, 0, 0, 0.5),
		rgba(0, 0, 0, 0)
	);
}
.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(rgba(0, 0, 0, 0.5)),
		to(rgba(0, 0, 0, 0))
	);
	background-image: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0.5),
		rgba(0, 0, 0, 0)
	);
}
.swiper-container-css-mode > .swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
	display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
	-ms-scroll-snap-type: x mandatory;
	scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
	-ms-scroll-snap-type: y mandatory;
	scroll-snap-type: y mandatory;
}
:root {
	--swiper-navigation-size: 44px;
}
.swiper-button-prev,
.swiper-button-next {
	position: absolute;
	top: 50%;
	width: calc(var(--swiper-navigation-size) / 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
	z-index: 10;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	text-transform: none;
	font-variant: initial;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 10px;
	right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
	content: "prev";
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 10px;
	left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
	content: "next";
}
.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
	--swiper-navigation-color: #fff;
}
.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
	--swiper-navigation-color: #000;
}
.swiper-button-lock {
	display: none;
}
.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: 300ms opacity;
	transition: 300ms opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 10px;
	left: 0;
	width: 100%;
}
.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(0.33);
	transform: scale(0.33);
	position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(0.66);
	transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(0.33);
	transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(0.66);
	transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(0.33);
	transform: scale(0.33);
}
.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: 0.2;
}
button.swiper-pagination-bullet {
	border: 0;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}
.swiper-pagination-bullet-active {
	opacity: 1;
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical
	> .swiper-pagination-bullets
	.swiper-pagination-bullet {
	margin: 6px 0;
	display: block;
}
.swiper-container-vertical
	> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px;
}
.swiper-container-vertical
	> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
	.swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: 200ms top, 200ms -webkit-transform;
	transition: 200ms top, 200ms -webkit-transform;
	transition: 200ms transform, 200ms top;
	transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal
	> .swiper-pagination-bullets
	.swiper-pagination-bullet {
	margin: 0 4px;
}
.swiper-container-horizontal
	> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap;
}
.swiper-container-horizontal
	> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
	.swiper-pagination-bullet {
	-webkit-transition: 200ms left, 200ms -webkit-transform;
	transition: 200ms left, 200ms -webkit-transform;
	transition: 200ms transform, 200ms left;
	transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl
	> .swiper-pagination-bullets-dynamic
	.swiper-pagination-bullet {
	-webkit-transition: 200ms right, 200ms -webkit-transform;
	transition: 200ms right, 200ms -webkit-transform;
	transition: 200ms transform, 200ms right;
	transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, 0.25);
	position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	transform-origin: left top;
}
.swiper-container-rtl
	.swiper-pagination-progressbar
	.swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
	> .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal
	> .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0;
}
.swiper-pagination-white {
	--swiper-pagination-color: #fff;
}
.swiper-pagination-black {
	--swiper-pagination-color: #000;
}
.swiper-pagination-lock {
	display: none;
}
.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%;
}
.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	left: 0;
	top: 0;
}
.swiper-scrollbar-cursor-drag {
	cursor: move;
}
.swiper-scrollbar-lock {
	display: none;
}
.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.swiper-slide-zoomed {
	cursor: move;
}
.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s infinite linear;
	animation: swiper-preloader-spin 1s infinite linear;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent;
}
.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000;
}
.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}
.swiper-container-cube {
	overflow: visible;
}
.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
	pointer-events: auto;
	visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0;
}
.swiper-container-flip {
	overflow: visible;
}
.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
@font-face {
	font-family: "Metropolis";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/metropolis/Metropolis-Regular.woff2") format("woff2"),
		url("../fonts/metropolis/Metropolis-Regular.woff") format("woff");
}
@font-face {
	font-family: "Metropolis";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("../fonts/metropolis/Metropolis-SemiBold.woff2") format("woff2"),
		url("../fonts/metropolis/Metropolis-SemiBold.woff") format("woff");
}
@font-face {
	font-family: "Metropolis";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("../fonts/metropolis/Metropolis-Bold.woff2") format("woff2"),
		url("../fonts/metropolis/Metropolis-Bold.woff") format("woff");
}
* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	outline: 0;
}
input,
textarea,
button {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
button {
	background: 0;
	border: 0;
	outline: 0;
	cursor: pointer;
}
body {
	font-family: "Inter", Helvetica, "Helvetica Neue", Arial, sans-serif;
	font-size: 16px;
	color: #0b2b51;
}
a {
	text-decoration: none;
	color: #192c49;
	cursor: pointer;
}
a:hover {
	color: #535a72;
}
strong,
b {
	font-weight: bold;
}
ul,
ol {
	list-style: none;
	margin: 0;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	font-family: "Metropolis", Helvetica, "Helvetica Neue", Arial, sans-serif;
	margin: 0;
	color: #0b2b51;
}
h1,
.h1 {
	font-weight: bold;
	font-size: 48px;
	line-height: 58px;
}
h2,
.h2 {
	font-weight: 400;
	font-size: 36px;
	line-height: 48px;
}
h3,
.h3 {
	font-weight: bold;
	font-size: 24px;
	line-height: 32px;
}
h4,
.h4 {
	font-weight: bold;
	font-size: 22px;
	line-height: 30px;
}
h5,
.h5 {
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	color: #535a72;
}
h6,
.h6 {
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
	color: #535a72;
}
p {
	font-size: 16px;
	line-height: 28px;
	color: #535a72;
}
.small-text {
	font-size: 14px;
	line-height: 24px;
}
.xsmall-text {
	font-size: 11px;
	line-height: 16px;
}
.section-title {
	margin-bottom: 60px;
	font-weight: 700;
	text-align: center;
}
code,
kbd,
samp {
	font-family: monospace;
}
.blog-detail-inner-content p + *,
.blog-detail-inner-content ul + *,
.blog-detail-inner-content ol + *,
.blog-detail-inner-content dl + *,
.blog-detail-inner-content blockquote + *,
.blog-detail-inner-content pre + *,
.blog-detail-inner-content figure + * {
	margin-top: 24px;
}
.blog-detail-inner-content p,
.blog-detail-inner-content ul,
.blog-detail-inner-content ol,
.blog-detail-inner-content dl,
.blog-detail-inner-content figcaption {
	font: 400 16px/30px "Metropolis", Helvetica, "Helvetica Neue", Arial,
		sans-serif;
	color: #535a72;
}
.blog-detail-inner-content ul ul,
.blog-detail-inner-content ul ol,
.blog-detail-inner-content ul dl,
.blog-detail-inner-content ol ul,
.blog-detail-inner-content ol ol,
.blog-detail-inner-content ol dl,
.blog-detail-inner-content dl ul,
.blog-detail-inner-content dl ol,
.blog-detail-inner-content dl dl {
	margin-left: 15px;
}
.blog-detail-inner-content ul {
	list-style: inside disc;
}
.blog-detail-inner-content ol {
	list-style: inside decimal;
}
.selectric-wrapper {
	position: relative;
	cursor: pointer;
	z-index: 1;
}
.selectric-responsive {
	width: 100%;
}
.selectric {
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	background: #fff;
	position: relative;
	overflow: hidden;
	height: 44px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 40px 0 20px;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.selectric::after {
	content: "";
	width: 18px;
	height: 18px;
	background-image: url("../img/icon/angle-down.svg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.selectric .label {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font: 400 16px "Inter", Helvetica, "Helvetica Neue", Arial, sans-serif;
	color: #aaa;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.selectric .button {
	display: none;
}
.selectric-open {
	z-index: 2;
}
.selectric-open .selectric {
	border-color: #878ea8;
	-webkit-box-shadow: 0 0 0 2px #e2e7f5;
	box-shadow: 0 0 0 2px #e2e7f5;
}
.selectric-open .selectric:after {
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}
.selectric-open .selectric-items {
	visibility: visible;
	opacity: 1;
	top: 110%;
	width: auto !important;
	min-width: 100%;
}
.selectric-disabled {
	filter: alpha(opacity=50);
	opacity: 0.5;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.selectric-hide-select {
	position: relative;
	overflow: hidden;
	width: 0;
	height: 0;
}
.selectric-hide-select select {
	position: absolute;
	left: -100%;
}
.selectric-hide-select.selectric-is-native {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.selectric-hide-select.selectric-is-native select {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	border: 0;
	z-index: 1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	opacity: 0;
}
.selectric-input {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 1px !important;
	height: 1px !important;
	outline: none !important;
	border: none !important;
	*font: 0/0 a !important;
	background: none !important;
}
.selectric-temp-show {
	position: absolute !important;
	visibility: hidden !important;
	display: block !important;
}
.selectric-items {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 110%;
	left: 0;
	z-index: -1;
	background: #fff;
	-webkit-box-shadow: 0 10px 15px -3px rgba(26, 32, 44, 0.1),
		0 4px 6px -2px rgba(26, 32, 44, 0.05);
	box-shadow: 0 10px 15px -3px rgba(26, 32, 44, 0.1),
		0 4px 6px -2px rgba(26, 32, 44, 0.05);
	padding: 8px;
	border-radius: 4px;
	width: 100% !important;
	overflow-y: auto;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.selectric-items .selectric-scroll {
	max-height: 200px;
	overflow: auto;
}
.selectric-above .selectric-items {
	top: auto;
	bottom: 100%;
}
.selectric-items ul,
.selectric-items li {
	white-space: nowrap;
	list-style: none;
	padding: 0;
	margin: 0;
	font: 400 16px/24px "Inter", Helvetica, "Helvetica Neue", Arial, sans-serif;
}
.selectric-items li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px;
	color: #000;
	cursor: pointer;
	height: 40px;
	padding: 20px;
	border-radius: 10px;
}
.selectric-items li:after {
	display: none;
	content: "";
	position: absolute;
	top: 50%;
	left: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-image: url("../img/icon/check-white.svg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
	width: 16px;
	height: 16px;
	border-radius: 2px;
	background-color: #0b2b51;
}
.selectric-items li:nth-child(odd) {
	background-color: #f6f8ff;
}
.selectric-items li:nth-child(even) {
	background-color: #fff;
}
.selectric-items li.selected {
	background-color: #0b2b51;
	color: #fff;
}
.selectric-items li.highlighted {
	background-color: rgba(25, 44, 73, 0.6);
	color: #fff;
}
.selectric-items .disabled {
	filter: alpha(opacity=50);
	opacity: 0.5;
	cursor: default !important;
	background: none !important;
	color: #666 !important;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
	font-weight: bold;
	padding-left: 10px;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: 0;
	color: #444;
}
.selectric-items .selectric-group.disabled li {
	filter: alpha(opacity=100);
	opacity: 1;
}
.selectric-items .selectric-group li {
	padding-left: 25px;
}
.selectric-below .label {
	color: #878ea8;
}
.ct-label {
	fill: rgba(0, 0, 0, 0.4);
	color: rgba(0, 0, 0, 0.4);
	font-size: 0.75rem;
	line-height: 1;
}
.ct-chart-line .ct-label,
.ct-chart-bar .ct-label {
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.ct-chart-pie .ct-label,
.ct-chart-donut .ct-label {
	dominant-baseline: central;
}
.ct-label.ct-horizontal.ct-start {
	-webkit-box-align: flex-end;
	-ms-flex-align: flex-end;
	align-items: flex-end;
	-webkit-box-pack: flex-start;
	-ms-flex-pack: flex-start;
	justify-content: flex-start;
	text-align: left;
	text-anchor: start;
}
.ct-label.ct-horizontal.ct-end {
	-webkit-box-align: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
	-webkit-box-pack: flex-start;
	-ms-flex-pack: flex-start;
	justify-content: flex-start;
	text-align: left;
	text-anchor: start;
}
.ct-label.ct-vertical.ct-start {
	-webkit-box-align: flex-end;
	-ms-flex-align: flex-end;
	align-items: flex-end;
	-webkit-box-pack: flex-end;
	-ms-flex-pack: flex-end;
	justify-content: flex-end;
	text-align: right;
	text-anchor: end;
}
.ct-label.ct-vertical.ct-end {
	-webkit-box-align: flex-end;
	-ms-flex-align: flex-end;
	align-items: flex-end;
	-webkit-box-pack: flex-start;
	-ms-flex-pack: flex-start;
	justify-content: flex-start;
	text-align: left;
	text-anchor: start;
}
.ct-chart-bar .ct-label.ct-horizontal.ct-start {
	-webkit-box-align: flex-end;
	-ms-flex-align: flex-end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	text-anchor: start;
}
.ct-chart-bar .ct-label.ct-horizontal.ct-end {
	-webkit-box-align: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	text-anchor: start;
}
.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-start {
	-webkit-box-align: flex-end;
	-ms-flex-align: flex-end;
	align-items: flex-end;
	-webkit-box-pack: flex-start;
	-ms-flex-pack: flex-start;
	justify-content: flex-start;
	text-align: left;
	text-anchor: start;
}
.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-end {
	-webkit-box-align: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
	-webkit-box-pack: flex-start;
	-ms-flex-pack: flex-start;
	justify-content: flex-start;
	text-align: left;
	text-anchor: start;
}
.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-start {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: flex-end;
	-ms-flex-pack: flex-end;
	justify-content: flex-end;
	text-align: right;
	text-anchor: end;
}
.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-end {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: flex-start;
	-ms-flex-pack: flex-start;
	justify-content: flex-start;
	text-align: left;
	text-anchor: end;
}
.ct-grid {
	stroke: rgba(0, 0, 0, 0.2);
	stroke-width: 1px;
	stroke-dasharray: 2px;
}
.ct-grid-background {
	fill: none;
}
.ct-point {
	stroke-width: 10px;
	stroke-linecap: round;
}
.ct-line {
	fill: none;
	stroke-width: 1px;
}
.ct-area {
	stroke: none;
	fill-opacity: 0.1;
}
.ct-bar {
	fill: none;
	stroke-width: 10px;
}
.ct-slice-donut {
	fill: none;
	stroke-width: 60px;
}
.ct-series-a .ct-point,
.ct-series-a .ct-line,
.ct-series-a .ct-bar,
.ct-series-a .ct-slice-donut {
	stroke: #5fc595;
}
.ct-series-a .ct-slice-pie,
.ct-series-a .ct-slice-donut-solid,
.ct-series-a .ct-area {
	fill: #5fc595;
}
.ct-series-b .ct-point,
.ct-series-b .ct-line,
.ct-series-b .ct-bar,
.ct-series-b .ct-slice-donut {
	stroke: #878ea8;
}
.ct-series-b .ct-slice-pie,
.ct-series-b .ct-slice-donut-solid,
.ct-series-b .ct-area {
	fill: #878ea8;
}
.ct-series-c .ct-point,
.ct-series-c .ct-line,
.ct-series-c .ct-bar,
.ct-series-c .ct-slice-donut {
	stroke: #f4c63d;
}
.ct-series-c .ct-slice-pie,
.ct-series-c .ct-slice-donut-solid,
.ct-series-c .ct-area {
	fill: #f4c63d;
}
.ct-series-d .ct-point,
.ct-series-d .ct-line,
.ct-series-d .ct-bar,
.ct-series-d .ct-slice-donut {
	stroke: #d17905;
}
.ct-series-d .ct-slice-pie,
.ct-series-d .ct-slice-donut-solid,
.ct-series-d .ct-area {
	fill: #d17905;
}
.ct-series-e .ct-point,
.ct-series-e .ct-line,
.ct-series-e .ct-bar,
.ct-series-e .ct-slice-donut {
	stroke: #453d3f;
}
.ct-series-e .ct-slice-pie,
.ct-series-e .ct-slice-donut-solid,
.ct-series-e .ct-area {
	fill: #453d3f;
}
.ct-series-f .ct-point,
.ct-series-f .ct-line,
.ct-series-f .ct-bar,
.ct-series-f .ct-slice-donut {
	stroke: #59922b;
}
.ct-series-f .ct-slice-pie,
.ct-series-f .ct-slice-donut-solid,
.ct-series-f .ct-area {
	fill: #59922b;
}
.ct-series-g .ct-point,
.ct-series-g .ct-line,
.ct-series-g .ct-bar,
.ct-series-g .ct-slice-donut {
	stroke: #0544d3;
}
.ct-series-g .ct-slice-pie,
.ct-series-g .ct-slice-donut-solid,
.ct-series-g .ct-area {
	fill: #0544d3;
}
.ct-series-h .ct-point,
.ct-series-h .ct-line,
.ct-series-h .ct-bar,
.ct-series-h .ct-slice-donut {
	stroke: #6b0392;
}
.ct-series-h .ct-slice-pie,
.ct-series-h .ct-slice-donut-solid,
.ct-series-h .ct-area {
	fill: #6b0392;
}
.ct-series-i .ct-point,
.ct-series-i .ct-line,
.ct-series-i .ct-bar,
.ct-series-i .ct-slice-donut {
	stroke: #f05b4f;
}
.ct-series-i .ct-slice-pie,
.ct-series-i .ct-slice-donut-solid,
.ct-series-i .ct-area {
	fill: #f05b4f;
}
.ct-series-j .ct-point,
.ct-series-j .ct-line,
.ct-series-j .ct-bar,
.ct-series-j .ct-slice-donut {
	stroke: #dda458;
}
.ct-series-j .ct-slice-pie,
.ct-series-j .ct-slice-donut-solid,
.ct-series-j .ct-area {
	fill: #dda458;
}
.ct-series-k .ct-point,
.ct-series-k .ct-line,
.ct-series-k .ct-bar,
.ct-series-k .ct-slice-donut {
	stroke: #eacf7d;
}
.ct-series-k .ct-slice-pie,
.ct-series-k .ct-slice-donut-solid,
.ct-series-k .ct-area {
	fill: #eacf7d;
}
.ct-series-l .ct-point,
.ct-series-l .ct-line,
.ct-series-l .ct-bar,
.ct-series-l .ct-slice-donut {
	stroke: #86797d;
}
.ct-series-l .ct-slice-pie,
.ct-series-l .ct-slice-donut-solid,
.ct-series-l .ct-area {
	fill: #86797d;
}
.ct-series-m .ct-point,
.ct-series-m .ct-line,
.ct-series-m .ct-bar,
.ct-series-m .ct-slice-donut {
	stroke: #b2c326;
}
.ct-series-m .ct-slice-pie,
.ct-series-m .ct-slice-donut-solid,
.ct-series-m .ct-area {
	fill: #b2c326;
}
.ct-series-n .ct-point,
.ct-series-n .ct-line,
.ct-series-n .ct-bar,
.ct-series-n .ct-slice-donut {
	stroke: #6188e2;
}
.ct-series-n .ct-slice-pie,
.ct-series-n .ct-slice-donut-solid,
.ct-series-n .ct-area {
	fill: #6188e2;
}
.ct-series-o .ct-point,
.ct-series-o .ct-line,
.ct-series-o .ct-bar,
.ct-series-o .ct-slice-donut {
	stroke: #a748ca;
}
.ct-series-o .ct-slice-pie,
.ct-series-o .ct-slice-donut-solid,
.ct-series-o .ct-area {
	fill: #a748ca;
}
.ct-square {
	display: block;
	position: relative;
	width: 100%;
}
.ct-square:before {
	display: block;
	float: left;
	content: "";
	width: 0;
	height: 0;
	padding-bottom: 100%;
}
.ct-square:after {
	content: "";
	display: table;
	clear: both;
}
.ct-square > svg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.ct-minor-second {
	display: block;
	position: relative;
	width: 100%;
}
.ct-minor-second:before {
	display: block;
	float: left;
	content: "";
	width: 0;
	height: 0;
	padding-bottom: 93.75%;
}
.ct-minor-second:after {
	content: "";
	display: table;
	clear: both;
}
.ct-minor-second > svg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.ct-major-second {
	display: block;
	position: relative;
	width: 100%;
}
.ct-major-second:before {
	display: block;
	float: left;
	content: "";
	width: 0;
	height: 0;
	padding-bottom: 88.8888888889%;
}
.ct-major-second:after {
	content: "";
	display: table;
	clear: both;
}
.ct-major-second > svg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.ct-minor-third {
	display: block;
	position: relative;
	width: 100%;
}
.ct-minor-third:before {
	display: block;
	float: left;
	content: "";
	width: 0;
	height: 0;
	padding-bottom: 83.3333333333%;
}
.ct-minor-third:after {
	content: "";
	display: table;
	clear: both;
}
.ct-minor-third > svg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.ct-major-third {
	display: block;
	position: relative;
	width: 100%;
}
.ct-major-third:before {
	display: block;
	float: left;
	content: "";
	width: 0;
	height: 0;
	padding-bottom: 80%;
}
.ct-major-third:after {
	content: "";
	display: table;
	clear: both;
}
.ct-major-third > svg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.ct-perfect-fourth {
	display: block;
	position: relative;
	width: 100%;
}
.ct-perfect-fourth:before {
	display: block;
	float: left;
	content: "";
	width: 0;
	height: 0;
	padding-bottom: 75%;
}
.ct-perfect-fourth:after {
	content: "";
	display: table;
	clear: both;
}
.ct-perfect-fourth > svg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.ct-perfect-fifth {
	display: block;
	position: relative;
	width: 100%;
}
.ct-perfect-fifth:before {
	display: block;
	float: left;
	content: "";
	width: 0;
	height: 0;
	padding-bottom: 66.6666666667%;
}
.ct-perfect-fifth:after {
	content: "";
	display: table;
	clear: both;
}
.ct-perfect-fifth > svg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.ct-minor-sixth {
	display: block;
	position: relative;
	width: 100%;
}
.ct-minor-sixth:before {
	display: block;
	float: left;
	content: "";
	width: 0;
	height: 0;
	padding-bottom: 62.5%;
}
.ct-minor-sixth:after {
	content: "";
	display: table;
	clear: both;
}
.ct-minor-sixth > svg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.ct-golden-section {
	display: block;
	position: relative;
	width: 100%;
}
.ct-golden-section:before {
	display: block;
	float: left;
	content: "";
	width: 0;
	height: 0;
	padding-bottom: 61.804697157%;
}
.ct-golden-section:after {
	content: "";
	display: table;
	clear: both;
}
.ct-golden-section > svg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.ct-major-sixth {
	display: block;
	position: relative;
	width: 100%;
}
.ct-major-sixth:before {
	display: block;
	float: left;
	content: "";
	width: 0;
	height: 0;
	padding-bottom: 60%;
}
.ct-major-sixth:after {
	content: "";
	display: table;
	clear: both;
}
.ct-major-sixth > svg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.ct-minor-seventh {
	display: block;
	position: relative;
	width: 100%;
}
.ct-minor-seventh:before {
	display: block;
	float: left;
	content: "";
	width: 0;
	height: 0;
	padding-bottom: 56.25%;
}
.ct-minor-seventh:after {
	content: "";
	display: table;
	clear: both;
}
.ct-minor-seventh > svg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.ct-major-seventh {
	display: block;
	position: relative;
	width: 100%;
}
.ct-major-seventh:before {
	display: block;
	float: left;
	content: "";
	width: 0;
	height: 0;
	padding-bottom: 53.3333333333%;
}
.ct-major-seventh:after {
	content: "";
	display: table;
	clear: both;
}
.ct-major-seventh > svg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.ct-octave {
	display: block;
	position: relative;
	width: 100%;
}
.ct-octave:before {
	display: block;
	float: left;
	content: "";
	width: 0;
	height: 0;
	padding-bottom: 50%;
}
.ct-octave:after {
	content: "";
	display: table;
	clear: both;
}
.ct-octave > svg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.ct-major-tenth {
	display: block;
	position: relative;
	width: 100%;
}
.ct-major-tenth:before {
	display: block;
	float: left;
	content: "";
	width: 0;
	height: 0;
	padding-bottom: 40%;
}
.ct-major-tenth:after {
	content: "";
	display: table;
	clear: both;
}
.ct-major-tenth > svg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.ct-major-eleventh {
	display: block;
	position: relative;
	width: 100%;
}
.ct-major-eleventh:before {
	display: block;
	float: left;
	content: "";
	width: 0;
	height: 0;
	padding-bottom: 37.5%;
}
.ct-major-eleventh:after {
	content: "";
	display: table;
	clear: both;
}
.ct-major-eleventh > svg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.ct-major-twelfth {
	display: block;
	position: relative;
	width: 100%;
}
.ct-major-twelfth:before {
	display: block;
	float: left;
	content: "";
	width: 0;
	height: 0;
	padding-bottom: 33.3333333333%;
}
.ct-major-twelfth:after {
	content: "";
	display: table;
	clear: both;
}
.ct-major-twelfth > svg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.ct-double-octave {
	display: block;
	position: relative;
	width: 100%;
}
.ct-double-octave:before {
	display: block;
	float: left;
	content: "";
	width: 0;
	height: 0;
	padding-bottom: 25%;
}
.ct-double-octave:after {
	content: "";
	display: table;
	clear: both;
}
.ct-double-octave > svg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
input,
textarea {
	outline: 0;
	-webkit-font-smoothing: antialiased;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
textarea {
	-webkit-appearance: none;
	background: #fff;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	width: 100%;
	min-height: 44px;
	padding: 0 20px;
	font: 16px "Inter", Helvetica, "Helvetica Neue", Arial, sans-serif;
	color: #878ea8;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #aaa;
}
input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
textarea::-moz-placeholder {
	color: #aaa;
}
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #aaa;
}
input[type="text"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
input[type="number"]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	color: #aaa;
}
input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="password"]::placeholder,
input[type="number"]::placeholder,
textarea::placeholder {
	color: #aaa;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
textarea:focus {
	border-color: #878ea8;
	-webkit-box-shadow: 0 0 0 2px #e2e7f5;
	box-shadow: 0 0 0 2px #e2e7f5;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input[type="number"] {
	-moz-appearance: textfield;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 30px white inset !important;
	box-shadow: 0 0 0 30px white inset !important;
}
textarea {
	resize: none;
	min-height: 132px;
	padding: 16px 20px;
}
button,
input[type="submit"] {
	outline: 0;
	-webkit-font-smoothing: antialiased;
	border: 0;
	-moz-appearance: none;
	appearance: none;
	-webkit-appearance: none;
}
button.primary-button,
input[type="submit"].primary-button {
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
input[type="checkbox"],
input[type="radio"] {
	-moz-appearance: none;
	appearance: none;
	-webkit-appearance: none;
	border: 0;
	outline: 0;
}
label {
	display: block;
	margin-bottom: 2px;
	font-weight: 500;
	font-size: 16px;
	line-height: 28px;
	color: #535a72;
}
.form-item-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}
.form-item-group .form-item {
	width: calc(100% / 2 - 30px);
	margin: 15px 0 15px 30px;
}
.form-item {
	position: relative;
	margin-bottom: 30px;
}
.form-item input.parsley-error + .parsley-errors-list {
	position: absolute;
	top: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}
.form-item input.parsley-error + .parsley-errors-list li {
	font-size: 14px;
	color: #f5325b;
}
.form-item .helper {
	font: 12px/24px "Metropolis", Helvetica, "Helvetica Neue", Arial, sans-serif;
}
.form-item--icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.form-item--icon img {
	margin-bottom: 4px;
	margin-right: 14px;
}
.form-item--icon .form-item-inner {
	width: 100%;
}
.form-item--info {
	position: relative;
}
.form-item--info input {
	padding: 0 64px 0 20px;
}
.form-item--info::after {
	content: attr(data-info);
	position: absolute;
	bottom: 8px;
	right: 0;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 44px;
	max-width: 44px;
	height: 28px;
	border-left: 1px solid #c4c4c4;
	font: 500 14px/20px "Inter", Helvetica, "Helvetica Neue", Arial, sans-serif;
	color: #c4c4c4;
}
.form-button {
	position: relative;
}
.file-upload {
	position: relative;
	width: 100%;
}
.file-upload input[type="file"] {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}
.file-upload-value {
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 44px;
	background: #fff;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	padding: 6px 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	line-height: 28px;
	color: #aaa;
	cursor: pointer;
}
.file-upload-value.active {
	color: #878ea8;
}
.file-upload-type {
	font-size: 12px;
	line-height: 28px;
	color: #aaa;
}
.checkbox,
.radio,
.wpcf7-checkbox {
	position: relative;
	cursor: pointer;
}
.checkbox input[type="checkbox"],
.checkbox input[type="radio"],
.radio input[type="checkbox"],
.radio input[type="radio"],
.wpcf7-checkbox input[type="checkbox"],
.wpcf7-checkbox input[type="radio"] {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.checkbox > label,
.radio > label,
.wpcf7-checkbox > label {
	position: relative;
	padding-left: 35px;
	font-weight: normal !important;
	font-size: 14px !important;
	line-height: 24px !important;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}
.checkbox > label:before,
.radio > label:before,
.wpcf7-checkbox > label:before {
	content: "";
	position: absolute;
	top: 6px;
	left: 0;
	width: 20px;
	height: 20px;
	background: #fff;
	border: 1px solid #e6e6e6;
	border-radius: 4px;
}
.checkbox input[type="checkbox"]:checked + label:before,
.checkbox input[type="radio"]:checked + label:before,
.radio input[type="checkbox"]:checked + label:before,
.radio input[type="radio"]:checked + label:before,
.wpcf7-checkbox input[type="checkbox"]:checked + label:before,
.wpcf7-checkbox input[type="radio"]:checked + label:before {
	content: "";
	width: 20px;
	height: 20px;
	background-image: url("../img/icon/check.svg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
}
.wpcf7-checkbox .wpcf7-list-item {
	margin: 0;
}
.wpcf7-checkbox label {
	position: relative;
}
.wpcf7-checkbox label .wpcf7-list-item-label {
	display: block;
	padding-left: 35px;
	font-weight: normal !important;
	font-size: 14px !important;
	line-height: 24px !important;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}
.wpcf7-checkbox label .wpcf7-list-item-label:before {
	content: "";
	position: absolute;
	top: 6px;
	left: 0;
	width: 20px;
	height: 20px;
	background: #fff;
	border: 1px solid #e6e6e6;
	border-radius: 4px;
}
.wpcf7-checkbox
	label
	input[type="checkbox"]:checked
	+ .wpcf7-list-item-label:before,
.wpcf7-checkbox
	label
	input[type="radio"]:checked
	+ .wpcf7-list-item-label:before {
	content: "";
	width: 20px;
	height: 20px;
	background-image: url("../img/icon/check.svg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
}
.radio label {
	margin-bottom: 0 !important;
	padding-left: 25px;
	font-weight: 700 !important;
	font-size: 14px !important;
	line-height: 18px !important;
	opacity: 1 !important;
	color: #0b2b51 !important;
}
.radio label:before {
	top: 0;
	width: 16px;
	height: 16px;
	border: 1px solid #e6e6e6;
	border-radius: 50%;
}
.radio input[type="radio"]:checked + label:before {
	content: "";
	background-color: #0b2b51;
	border-color: #0b2b51;
	width: 20px;
	height: 20px;
	background-image: url("../img/icon/check-white.svg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
}
html,
body {
	height: 100%;
	-webkit-overflow-scrolling: touch;
}
html.no-scroll,
body.no-scroll {
	overflow: hidden;
}
body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
body.sticky-header-active {
	padding-top: 136px;
}
body.solutions-template-default .side-by-side-description {
	margin-bottom: 100px;
}
.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}
header,
footer {
	position: relative;
	z-index: 5;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}
section {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}
.hide {
	display: none !important;
}
.show {
	display: block !important;
}
.grecaptcha-badge {
	visibility: hidden;
}
.logo {
	display: block;
}
.hero-info,
.partnership-area,
.evreka-crew-join {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 150px;
}
.hero-info__text,
.partnership-area__text,
.evreka-crew-join__text {
	max-width: 470px;
}
.hero-info__text img,
.partnership-area__text img,
.evreka-crew-join__text img {
	margin-bottom: 40px;
}
.hero-info__text .h1 span,
.hero-info__text h2 span,
.partnership-area__text .h1 span,
.partnership-area__text h2 span,
.evreka-crew-join__text .h1 span,
.evreka-crew-join__text h2 span {
	color: #e3524f;
}
.hero-info__text p:not(.h1),
.partnership-area__text p:not(.h1),
.evreka-crew-join__text p:not(.h1) {
	margin: 8px 0;
}
.hero-info__text p:not(.h1) + p,
.partnership-area__text p:not(.h1) + p,
.evreka-crew-join__text p:not(.h1) + p {
	margin-bottom: 0;
}
.hero-info {
	position: relative;
	height: 730px;
}
.hero-info .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}
.hero-info .container figure {
	top: 50%;
	right: 0;
	/* -webkit-transform: translateY(-50%);
	transform: translateY(-50%); */
}
.hero-info__text .link-button svg * {
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.hero-info__text .link-button:hover svg * {
	fill: #0b2b51;
}
.partnership-area,
.evreka-crew-join {
	margin: 150px 0 110px;
	display: block;
}
.partnership-area .container,
.evreka-crew-join .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}
.partnership-area__text,
.evreka-crew-join__text {
	margin-right: 30px;
}
.partnership-area--centered {
	margin: 100px 0;
	padding: 100px 0;
	border-top: 1px solid #e2e7f5;
	border-bottom: 1px solid #e2e7f5;
	text-align: center;
}
.partnership-area--centered p {
	max-width: 835px;
	margin: 0 auto 40px;
	font-size: 24px;
	line-height: 36px;
	color: #0b2b51;
}
.evreka-crew-join {
	margin: 0 0 100px;
}
.evreka-crew-join h2 {
	font: bold 37px/28px "Metropolis", Helvetica, "Helvetica Neue", Arial,
		sans-serif;
}
.evreka-crew-join__text {
	max-width: 575px;
}
.evreka-crew-join__text p {
	margin-top: 25px;
}
.evreka-crew-join figure {
	margin-right: 80px;
}
.hero-info--subpage {
	margin-bottom: 100px;
	height: auto !important;
}
.subpage-hero {
	overflow: hidden;
	position: relative;
}
.subpage-hero-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}
.subpage-hero-title > span,
.subpage-hero-title > h1,
.subpage-hero-title > .h1 {
	display: block;
	max-width: 255px;
	padding-left: 24px;
	margin-right: 86px;
	font: normal 37px/40px "Metropolis", Helvetica, "Helvetica Neue", Arial,
		sans-serif;
}
.subpage-hero-title p,
.subpage-hero-title h1 {
	max-width: 732px;
	font: 700 68px/68px "Metropolis", Helvetica, "Helvetica Neue", Arial,
		sans-serif;
	color: #0b2b51;
}
.subpage-hero-title p span,
.subpage-hero-title h1 span {
	display: block;
}
.subpage-hero-info {
	position: relative;
	margin-top: 84px;
	background-color: #f5f7ff;
}
.subpage-hero-info:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#fff),
		to(rgba(252, 253, 255, 0))
	);
	background: linear-gradient(180deg, #fff 0, rgba(252, 253, 255, 0) 100%);
}
.subpage-hero-info .container {
	position: relative;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	min-height: 460px;
}
.subpage-hero-info span {
	display: block;
	font: 400 30px "Metropolis", Helvetica, "Helvetica Neue", Arial, sans-serif;
	color: #535a72;
}
.subpage-hero-info h1 {
	font-weight: 700;
}
.subpage-hero-info figure {
	position: relative;
	margin-right: -52px;
}
.subpage-hero-info figure:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 104px;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(rgba(245, 247, 255, 0)),
		to(#f5f7ff)
	);
	background: linear-gradient(180deg, rgba(245, 247, 255, 0) 0, #f5f7ff 100%);
}
.subpage-hero--references .subpage-hero-title {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding-left: 30px;
}
.subpage-hero--references .subpage-hero-info h1 {
	margin-right: -100px;
}
.subpage-hero--references .subpage-hero-info h1 span {
	font-size: 32px;
	line-height: 48px;
}
.subpage-hero--references .subpage-hero-info figure {
	margin-right: -170px;
}
.subpage-hero--contact-us .subpage-hero-info,
.subpage-hero--career-us .subpage-hero-info {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.subpage-hero--contact-us .subpage-hero-info figure,
.subpage-hero--career-us .subpage-hero-info figure {
	height: 465px;
}
.subpage-hero--contact-us h4,
.subpage-hero--career-us h4 {
	margin-top: 50px;
	font-size: 20px;
}
.subpage-hero--contact-us p,
.subpage-hero--career-us p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 25px;
	font: 22px "Metropolis", Helvetica, "Helvetica Neue", Arial, sans-serif;
	color: #0b2b51;
}
.subpage-hero--contact-us p img,
.subpage-hero--career-us p img {
	margin-right: 10px;
}
.subpage-hero--contact-us h1 {
	position: absolute;
	top: 90px;
	left: 15px;
	width: 100%;
}
.subpage-hero--about-us,
.subpage-hero--privacy-policy {
	min-height: 460px;
}
.subpage-hero--about-us .subpage-hero-info,
.subpage-hero--privacy-policy .subpage-hero-info {
	margin-top: 0;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.subpage-hero--about-us .subpage-hero-info figure,
.subpage-hero--privacy-policy .subpage-hero-info figure {
	position: absolute;
	bottom: -80px;
	right: -240px;
	z-index: 1;
	height: 465px;
}
.subpage-hero--about-us .subpage-hero-info-text,
.subpage-hero--privacy-policy .subpage-hero-info-text {
	position: relative;
	z-index: 2;
	max-width: 620px;
	width: 100%;
}
.subpage-hero--about-us h4,
.subpage-hero--privacy-policy h4 {
	margin-top: 50px;
	font-size: 20px;
}
.subpage-hero--about-us p,
.subpage-hero--privacy-policy p {
	margin-top: 40px;
	font: 37px/58px "Metropolis", Helvetica, "Helvetica Neue", Arial, sans-serif;
	color: #0b2b51;
}
.subpage-hero--career-us p {
	max-width: 540px;
	font: 37px/48px "Metropolis", Helvetica, "Helvetica Neue", Arial, sans-serif;
	color: #535a72;
}
.subpage-hero--industries .subpage-hero-info,
.subpage-hero--solutions .subpage-hero-info {
	margin-top: 0;
}
.subpage-hero--industries .subpage-hero-info .container,
.subpage-hero--solutions .subpage-hero-info .container {
	height: 330px;
}
.subpage-hero--industries .subpage-hero-info figure,
.subpage-hero--solutions .subpage-hero-info figure {
	overflow: hidden;
	margin: 0 -120px -10px 0;
}
.subpage-hero--industries .subpage-hero-info figure::after,
.subpage-hero--solutions .subpage-hero-info figure::after {
	display: none;
}
.subpage-hero--solutions .subpage-hero-info .container {
	height: 468px;
}
.subpage-hero--solutions .subpage-hero-info figure {
	overflow: hidden;
	max-height: 100%;
	margin: 0 -45px 0 0;
}
.subpage-hero--solutions .subpage-hero-info figure::after {
	display: block;
}
.subpage-hero--e-book {
	min-height: 463px;
	max-height: 463px;
}
.subpage-hero--e-book .subpage-hero-info {
	margin-top: 0;
}
.subpage-hero--e-book .subpage-hero-info .container {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.subpage-hero--e-book .subpage-hero-info figure {
	position: absolute;
	right: -170px;
	bottom: -133px;
}
.subpage-hero--e-book .subpage-hero-info-text {
	position: relative;
	z-index: 2;
	max-width: 699px;
	margin-top: 94px;
}
.subpage-hero--e-book .subpage-hero-info-text h1 {
	margin-bottom: 40px;
}
.subpage-hero--e-book .subpage-hero-info-text p {
	font: 400 37px/48px "Metropolis", Helvetica, "Helvetica Neue", Arial,
		sans-serif;
}
.subpage-hero--e-book-detail {
	min-height: 468px;
	max-height: 468px;
}
.subpage-hero--e-book-detail .subpage-hero-info {
	margin-top: 0;
	height: 100%;
}
.subpage-hero--e-book-detail .subpage-hero-info .container {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.subpage-hero--e-book-detail .subpage-hero-info-text {
	max-width: 487px;
	margin-bottom: 57px;
}
.subpage-hero--e-book-detail .subpage-hero-info-text .h1 {
	margin-bottom: 42px;
}
.subpage-hero--e-book-detail
	.subpage-hero-info-text
	.h1::first-line:not(.single-line) {
	font: 400 37px/48px "Metropolis", Helvetica, "Helvetica Neue", Arial,
		sans-serif;
}
.subpage-hero--e-book-detail .subpage-hero-info-text .primary-button {
	padding: 0 85px;
}
.subpage-hero--sectoral-reports {
	min-height: 468px;
	max-height: 468px;
}
.subpage-hero--sectoral-reports .subpage-hero-info {
	margin-top: 0;
}
.subpage-hero--sectoral-reports .subpage-hero-info figure {
	position: absolute;
	bottom: 0;
	right: -80px;
}
.subpage-hero--one-pagers {
	min-height: 468px;
	max-height: 468px;
}
.subpage-hero--one-pagers .subpage-hero-info {
	margin-top: 0;
	height: 100%;
}
.subpage-hero--one-pagers .subpage-hero-info .container {
	height: 100%;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.subpage-hero--one-pagers .subpage-hero-info figure {
	position: absolute;
	bottom: -4px;
	right: 0;
	z-index: 2;
}
.subpage-hero--one-pagers .subpage-hero-info figure::after {
	display: none;
}
.subpage-hero--one-pagers .subpage-hero-info-text {
	margin-bottom: 97px;
}
.subpage-hero--one-pagers .subpage-hero-info-text h1 {
	margin-bottom: 30px;
}
.subpage-hero--one-pagers .subpage-hero-info-text p {
	max-width: 647px;
	font-size: 37px;
	line-height: 48px;
	color: #535a72;
}
.subpage-hero--case-studies {
	min-height: 468px;
	max-height: 468px;
}
.subpage-hero--case-studies .subpage-hero-info {
	margin-top: 0;
	height: 100%;
}
.subpage-hero--case-studies .subpage-hero-info .container {
	height: 100%;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.subpage-hero--case-studies .subpage-hero-info figure {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
}
.subpage-hero--case-studies .subpage-hero-info figure::after {
	display: none;
}
.subpage-hero--case-studies .subpage-hero-info-text {
	margin-bottom: 145px;
}
.subpage-hero--case-studies .subpage-hero-info-text h1 {
	margin-bottom: 30px;
}
.subpage-hero--case-studies .subpage-hero-info-text p {
	font-size: 37px;
	line-height: 48px;
	color: #535a72;
}
.subpage-hero--webinars {
	min-height: 468px;
	max-height: 468px;
}
.subpage-hero--webinars .subpage-hero-info {
	margin-top: 0;
	height: 100%;
}
.subpage-hero--webinars .subpage-hero-info .container {
	height: 100%;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.subpage-hero--webinars .subpage-hero-info-text {
	margin-bottom: 160px;
}
.subpage-hero--webinars .subpage-hero-info-text h1 {
	margin-bottom: 0;
}
.subpage-hero--testimonials {
	min-height: 468px;
	max-height: 468px;
}
.subpage-hero--testimonials .subpage-hero-info {
	margin-top: 0;
	height: 100%;
}
.subpage-hero--testimonials .subpage-hero-info .container {
	height: 100%;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.subpage-hero--testimonials .subpage-hero-info figure {
	position: absolute;
	right: 0;
	bottom: 65px;
}
.subpage-hero--testimonials .subpage-hero-info-text {
	max-width: 660px;
	margin-bottom: 100px;
}
.subpage-hero--testimonials .subpage-hero-info-text .h1 {
	margin-bottom: 20px;
}
.subpage-hero--testimonials .subpage-hero-info-text p {
	font: 400 28px/42px "Metropolis", Helvetica, "Helvetica Neue", Arial,
		sans-serif;
	margin-bottom: 40px;
}
.subpage-hero--testimonials .subpage-hero-info-text .primary-button {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-width: 238px;
}
.subpage-hero--landing {
	min-height: 703px;
	max-height: unset;
	padding-top: 70px;
}
.subpage-hero--landing .subpage-hero-info {
	margin-top: 0;
	height: 100%;
	overflow: hidden;
}
.subpage-hero--landing .subpage-hero-info .container {
	height: 100%;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.subpage-hero--landing .subpage-hero-info figure {
	position: absolute;
	bottom: -363px;
	right: -575px;
	width: 1540px;
	height: 860px;
}
.subpage-hero--landing .subpage-hero-info figure img {
	width: 100%;
	height: 100%;
}
.subpage-hero--landing .subpage-hero-info .primary-button {
	margin-bottom: 30px;
}
.subpage-hero--landing .subpage-hero-info-text {
	width: 100%;
	max-width: 446px;
	margin-top: 20px;
}
.subpage-hero--landing .subpage-hero-info-text .h1 {
	font: 700 47px/58px "Metropolis", Helvetica, "Helvetica Neue", Arial,
		sans-serif;
	margin-bottom: 24px;
}
.subpage-hero--landing .subpage-hero-info-text .h1 span {
	font: 400 47px/58px "Metropolis", Helvetica, "Helvetica Neue", Arial,
		sans-serif;
}
.subpage-hero--landing .subpage-hero-info-text p {
	font: 400 20px/30px "Metropolis", Helvetica, "Helvetica Neue", Arial,
		sans-serif;
	margin-bottom: 45px;
}
.subpage-hero--landing .subpage-hero-info-cards {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	-webkit-column-gap: 36px;
	-moz-column-gap: 36px;
	column-gap: 36px;
	row-gap: 33px;
	padding-right: 40px;
}
.subpage-hero--landing
	.subpage-hero-info-cards
	.secondary-feature-card:nth-child(4),
.subpage-hero--landing
	.subpage-hero-info-cards
	.secondary-feature-card:nth-child(5),
.subpage-hero--landing
	.subpage-hero-info-cards
	.secondary-feature-card:nth-child(6) {
	-webkit-transform: translateX(40px);
	transform: translateX(40px);
}
.subpage-hero--landing-secondary {
	padding-top: 0;
	min-height: 630px;
	max-height: unset;
}
.subpage-hero--landing-secondary .subpage-hero-info figure {
	bottom: 0;
	right: -130px;
	height: 630px;
	width: auto;
	margin-right: 0;
}
.subpage-tab {
	position: relative;
	z-index: 3;
	margin: -80px 0 0 0;
}
.subpage-tab .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.subpage-tab a {
	position: relative;
	display: block;
	width: 100%;
	max-width: 370px;
	padding-bottom: 48px;
	font: 700 24px/32px "Metropolis", Helvetica, "Helvetica Neue", Arial,
		sans-serif;
	color: #878ea8;
	text-align: center;
	-webkit-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}
.subpage-tab a:after {
	display: none;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 14px;
	background-color: #3ba935;
	border-radius: 50px 50px 0 0;
}
.subpage-tab a:hover {
	color: #0b2b51;
}
.subpage-tab a.active {
	color: #0b2b51;
}
.subpage-tab a.active:after {
	display: block;
}
.card-grid-list {
	padding: 24px 0;
}
.card-grid-list .container {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 40px 30px;
}
.card-grid-list--two-column .container {
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
}
.contact-info-area {
	margin: 150px 0 90px;
}
.contact-info-area .container {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.contact-locations {
	max-width: 540px;
}
.contact-locations h2 {
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 32px;
}
.contact-country {
	margin-bottom: 60px;
}
.contact-country:last-child {
	margin-bottom: 0;
}
.contact-location-item {
	position: relative;
	display: block;
	padding: 30px;
	border-radius: 20px;
	background-color: #fff;
	border: 1px solid #e2e7f5;
	margin-bottom: 10px;
	cursor: pointer;
}
.contact-location-item h4 {
	margin-bottom: 15px;
}
.contact-location-item p {
	position: relative;
	padding-left: 24px;
}
.contact-location-item p img {
	position: absolute;
	top: 5px;
	left: 0;
	width: 18px;
	height: auto;
	color: #3ba935;
}
.contact-location-item:after {
	content: "";
	position: absolute;
	top: 50%;
	left: -1px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 6px;
	height: calc(100% - 48px);
	border-radius: 0 6px 6px 0;
	background-color: #3ba935;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.contact-location-item.active:after {
	opacity: 1;
	visibility: visible;
}
.contact-map {
	position: relative;
	overflow: hidden;
	width: 500px;
	height: 500px;
	border-radius: 12px;
	margin: 68px 0 0 20px;
}
.contact-map img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.contact-map-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
.about-details {
	overflow: hidden;
}
.about-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 100px;
}
.about-item + .about-item {
	margin-top: 160px;
}
.about-item + .about-item .about-item-image {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}
.about-item + .about-item .about-item-text {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	margin: 0 0 0 30px;
}
.about-item-text {
	max-width: 585px;
	margin-right: 30px;
}
.about-item-text h3 {
	margin-bottom: 40px;
}
.about-item-text p {
	letter-spacing: -0.003em;
	font-family: "Metropolis", Helvetica, "Helvetica Neue", Arial, sans-serif;
}
.about-item-text p.medium-text {
	font-size: 24px;
	line-height: 36px;
}
.about-item-text p + p {
	margin-top: 40px;
}
.about-item-image {
	position: relative;
	overflow: hidden;
	border-radius: 20px;
	min-width: 450px;
	max-height: 505px;
}
.about-item-image img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.hero-counter {
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	margin-top: 100px;
	padding: 80px 20px;
	width: 100vw;
	background-color: #f6f8ff;
	text-align: center;
}
.hero-counter p {
	max-width: 608px;
	margin: 0 auto 52px;
	font-weight: 600;
	color: #535a72;
}
.hero-counter ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.hero-counter li {
	margin: 0 35px;
	font: 24px/28px "Metropolis", Helvetica, "Helvetica Neue", Arial, sans-serif;
	text-align: left;
	color: #535a72;
}
.hero-counter li span {
	display: block;
	font-weight: bold;
	font-size: 36px;
	line-height: 44px;
	color: #5fc595;
}
.hero-counter li i {
	font-style: normal;
}
.awards-area {
	margin-bottom: 40px;
	text-align: center;
}
.awards-area h2 {
	font: bold 32px/58px "Metropolis", Helvetica, "Helvetica Neue", Arial,
		sans-serif;
}
.awards-area p {
	max-width: 640px;
	margin: 0 auto 25px;
	font: 24px/36px "Metropolis", Helvetica, "Helvetica Neue", Arial, sans-serif;
	color: #535a72;
}
.awards-area ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.awards-area li {
	max-width: 235px;
	margin: 35px 15px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.awards-area li figure {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 110px;
}
.awards-area li img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.awards-area li span {
	display: block;
	margin-top: 15px;
	font: 14px/21px "Metropolis", Helvetica, "Helvetica Neue", Arial, sans-serif;
	color: #000;
}
.evreka-crew-section {
	padding: 60px 0;
	background-color: #0b2b51;
	text-align: center;
	color: #fff;
}
.evreka-crew-section h2 {
	max-width: 540px;
	margin: 40px auto 0;
	font-weight: 700;
	color: #fff;
}
.evreka-crew-section p {
	max-width: 725px;
	margin: 35px auto 0;
	color: #fff;
}
.evreka-crew-section p + p {
	font-weight: bold;
}
.evreka-crew-detail {
	overflow: hidden;
	padding: 100px 0 0;
}
.evreka-crew-detail h2 {
	margin-bottom: 60px;
	font-weight: 700;
	text-align: center;
}
.evreka-crew-detail
	.side-by-side-description
	.side-by-side-description-item:nth-child(even) {
	background-color: #f6f8ff;
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	margin-bottom: 160px;
	padding: 80px 0 60px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.evreka-crew-detail
	.side-by-side-description
	.side-by-side-description-item:nth-child(even)
	ul {
	text-align: left;
	background-color: #f6f8ff;
}
.evreka-crew-reasons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 160px;
}
.evreka-crew-reasons li {
	position: relative;
	width: calc(100% / 2 - 60px);
	margin: 30px;
	padding-left: 84px;
}
.evreka-crew-reasons figure {
	position: absolute;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	border-radius: 12px;
	background-color: #f5fbf5;
}
.evreka-crew-reasons h3 {
	margin-bottom: 15px;
}
.evreka-crew-features {
	padding: 100px 0 60px;
	margin-bottom: 160px;
	background-color: #f6f8ff;
}
.evreka-crew-features .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.evreka-crew-features-item {
	width: calc(100% / 2);
	max-width: 500px;
	margin-bottom: 100px;
}
.evreka-crew-features-item h4 {
	margin: 40px 0 18px;
	font-size: 20px;
	line-height: 25px;
}
.evreka-crew-questions {
	margin-bottom: 200px;
}
.evreka-crew-questions .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.evreka-crew-hire,
.evreka-crew-faq {
	max-width: 508px;
}
.evreka-crew-hire > h4,
.evreka-crew-faq > h4 {
	margin-bottom: 10px;
	font-size: 28px;
	line-height: 35px;
}
.evreka-crew-hire > p,
.evreka-crew-faq > p {
	margin-bottom: 40px;
	font-weight: 600;
	color: #535a72;
}
.evreka-crew-hire li {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 28px;
}
.evreka-crew-hire li span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 48px;
	min-width: 48px;
	height: 48px;
	margin-right: 16px;
	border-radius: 6px;
	background-color: #f5fbf5;
	font: bold 20px "Metropolis", Helvetica, "Helvetica Neue", Arial, sans-serif;
	color: #5fc595;
}
.evreka-crew-hire li:last-child {
	margin-bottom: 0;
}
.evreka-crew-faq {
	max-width: 570px;
}
.evreka-crew-faq .accordion {
	max-height: 320px;
}
.evreka-crew-faq .accordion-item {
	margin-right: 35px;
}
.evreka-crew-jobs {
	position: relative;
	padding-bottom: 60px;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#fff),
		to(rgba(252, 253, 255, 0))
	);
	background: linear-gradient(180deg, #fff 0, rgba(252, 253, 255, 0) 100%);
	background-color: #f5f7ff;
}
.evreka-crew-jobs h2 {
	margin-bottom: 40px;
	text-align: center;
	font-weight: bold;
	font-size: 37px;
	line-height: 28px;
	color: #000;
}
.evreka-crew-jobs p {
	max-width: 730px;
	margin: 0 auto 70px;
	text-align: center;
	color: #000;
}
.evreka-crew-jobs h4 {
	display: inline-block;
	margin-bottom: 42px;
	padding: 14px 16px;
	border-radius: 6px;
	background-color: #eaedf1;
	font: 500 20px/28px "Inter", Helvetica, "Helvetica Neue", Arial, sans-serif;
	color: #000;
}
.evreka-crew-jobs .pagination {
	margin: 60px 0 0;
}
.evreka-crew-jobs-item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-height: 75px;
	margin-bottom: 30px;
	padding: 25px 25px 25px 16px;
	background-color: #fff;
	border-radius: 6px;
	border: 1px solid #e4e4e6;
	-webkit-transition: background-color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
}
.evreka-crew-jobs-item span {
	display: block;
	width: calc(100% / 5);
	font-size: 16px;
	color: #535a72;
}
.evreka-crew-jobs-item span:first-child {
	color: #0b2b51;
}
.evreka-crew-jobs-item .uil {
	position: relative;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	font-size: 26px;
	-webkit-transition: right 0.3s ease-in-out;
	transition: right 0.3s ease-in-out;
}
.evreka-crew-jobs-item:last-child {
	margin-bottom: 0;
}
.evreka-crew-jobs-item:hover {
	background-color: #e2e7f5;
}
.evreka-crew-jobs-item:hover .uil {
	right: -10px;
}
.career-detail {
	margin: 70px 0 100px;
}
.career-detail .container {
	display: grid;
	grid-template-columns: 244px 1fr;
	-webkit-column-gap: 156px;
	-moz-column-gap: 156px;
	column-gap: 156px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	padding-bottom: 70px;
	border-bottom: 1px solid #ededed;
}
.career-detail-sidebar {
	grid-column: 1;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	left: 0;
	max-width: 244px;
	width: 100%;
	padding-top: 30px;
}
.career-detail-sidebar h2 {
	display: none;
	font-weight: bold;
	font-size: 28px;
	line-height: 48px;
}
.career-detail-sidebar ul {
	margin-bottom: 10px;
}
.career-detail-sidebar li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 0;
	border-bottom: 1px solid #ededed;
	font-size: 16px;
	line-height: 28px;
	color: #535a72;
}
.career-detail-sidebar li img {
	margin-right: 5px;
	width: 20px;
	height: auto;
}
.career-detail-sidebar li:last-child {
	border-bottom: 0;
}
.career-detail-apply-button {
	position: -webkit-sticky;
	position: sticky;
	top: 139px;
	grid-column: 1;
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.career-detail-content {
	max-width: 100%;
	width: 100%;
	padding-top: 30px;
	margin-top: -139px;
	grid-column: 2;
}
.career-detail-content h2 {
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 36px;
	line-height: 48px;
}
.career-detail-content h3 {
	margin: 50px 0 16px;
	font-weight: bold;
	font-size: 20px;
	line-height: 25px;
}
.career-detail-content ul {
	margin-bottom: 30px;
}
.career-detail-content li {
	position: relative;
	margin-bottom: 4px;
	font-size: 16px;
	line-height: 28px;
	color: #535a72;
}
.career-detail-content li:before {
	content: "-";
}
.career-detail-content p {
	margin-bottom: 30px;
}
.career-modal {
	max-width: 920px;
}
.career-modal h2 {
	margin-bottom: 50px;
	font-weight: bold;
	font-size: 36px;
	line-height: 48px;
}
.career-modal h2 span {
	display: block;
	font-size: 20px;
	line-height: 34px;
}
.career-modal h3 {
	margin-bottom: 12px;
	font: bold 12px/28px "Inter", Helvetica, "Helvetica Neue", Arial, sans-serif;
	color: #535a72;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.career-modal__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.career-modal-col {
	max-width: 370px;
	width: 100%;
}
.action-info-area {
	padding: 100px 0;
	background-color: #f6f8ff;
	text-align: center;
}
.action-info-area p {
	max-width: 1000px;
	margin: 0 auto 50px;
	font: bold 36px/50px "Metropolis", Helvetica, "Helvetica Neue", Arial,
		sans-serif;
	color: #0b2b51;
}
.action-info-area-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.action-info-area-buttons a {
	min-width: 322px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 10px 15px;
}
.see-evreka-solutions {
	margin-bottom: 80px;
	text-align: center;
}
.see-evreka-solutions h2 {
	margin-bottom: 40px;
	font-weight: bold;
	font-size: 36px;
	line-height: 58px;
}
.see-evreka-solutions .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.roi-main {
	overflow: hidden;
	margin-top: 50px;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#fff),
		to(rgba(252, 253, 255, 0))
	);
	background: linear-gradient(180deg, #fff 0, rgba(252, 253, 255, 0) 100%);
	background-color: #f5f7ff;
}
.roi-main .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 1290px;
	min-height: 670px;
}
.roi-main .roi-sidebar {
	max-width: 320px;
}
.roi-main .roi-sidebar .primary-button {
	padding-left: 12px;
	padding-right: 12px;
}
.roi-sidebar {
	max-width: 256px;
	margin-right: 35px;
}
.roi-sidebar h2 {
	font-weight: normal;
	margin-bottom: 30px;
}
.roi-sidebar form {
	max-width: 280px;
}
.roi-sidebar label {
	font-weight: 600;
	font-size: 13px;
}
.roi-sidebar input {
	min-height: 48px;
}
.roi-sidebar .form-item {
	margin-bottom: 20px;
}
.roi-sidebar .form-button {
	margin-top: 40px;
}
.roi-steps {
	position: relative;
	overflow: hidden;
	padding-bottom: 100px;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#fff),
		to(rgba(252, 253, 255, 0))
	);
	background: linear-gradient(180deg, #fff 0, rgba(252, 253, 255, 0) 100%);
	background-color: #f5f7ff;
}
.roi-steps:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../img/roi-widget/roi-section-bg-image.png") no-repeat right
		bottom;
	background-size: auto;
}
.roi-steps .container {
	position: relative;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-height: 760px;
}
.roi-step-nav {
	margin-top: 54px;
}
.roi-step-nav li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 30px;
}
.roi-step-nav li:last-child {
	margin-bottom: 0;
}
.roi-step-nav li.active span {
	border-color: #3ba935;
	background-color: #3ba935;
	color: #fff;
}
.roi-step-nav li.completed span {
	border-color: #0b2b51;
	background-color: #0b2b51;
	color: #fff;
	font-size: 0;
}
.roi-step-nav li.completed span::before {
	display: block;
}
.roi-step-nav span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 32px;
	min-width: 32px;
	height: 32px;
	margin-right: 28px;
	border-radius: 50%;
	border: 1px solid #535a72;
	font-weight: bold;
	font-size: 16px;
	line-height: 28px;
	color: #535a72;
}
.roi-step-nav span i {
	display: none;
	font-style: normal;
}
.roi-step-nav span:before {
	display: none;
	position: relative;
	top: 1px;
	content: "";
	width: 24px;
	height: 24px;
	background-image: url("../img/icon/check.svg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
}
.roi-step-nav h6 {
	font: 600 16px/20px "Metropolis", Helvetica, "Helvetica Neue", Arial,
		sans-serif;
	color: #0b2b51;
}
.roi-step-nav p {
	margin-top: 2px;
	font: 12px/18px "Metropolis", Helvetica, "Helvetica Neue", Arial, sans-serif;
	color: #535a72;
}
.roi-step-content {
	max-width: 770px;
	width: 100%;
}
.roi-step-content--finish {
	max-width: 830px;
}
.roi-option-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 35px 48px;
	background-color: #fff;
	-webkit-box-shadow: 0 24px 32px rgba(0, 0, 0, 0.02),
		0 16px 24px rgba(0, 0, 0, 0.02), 0 4px 8px rgba(0, 0, 0, 0.02),
		0 0 1px rgba(0, 0, 0, 0.02);
	box-shadow: 0 24px 32px rgba(0, 0, 0, 0.02), 0 16px 24px rgba(0, 0, 0, 0.02),
		0 4px 8px rgba(0, 0, 0, 0.02), 0 0 1px rgba(0, 0, 0, 0.02);
	border-radius: 12px;
	margin-bottom: 20px;
}
.roi-option-item label {
	opacity: 0.7;
	margin-bottom: 4px;
	font-size: 14px;
	line-height: 18px;
}
.roi-option-item input[type="text"],
.roi-option-item input[type="email"],
.roi-option-item input[type="password"],
.roi-option-item textarea,
.roi-option-item .selectric {
	border-color: #adb4cb;
	color: #0b2b51;
}
.roi-option-item .selectric-below .label {
	color: #0b2b51;
}
.roi-option-item-icon {
	margin: 15px 18px 0 0;
}
.roi-option-item-icon img {
	height: 64px;
}
.collection-select {
	width: 100%;
	margin: 0 0 25px 30px;
}
.collection-select span {
	display: block;
	margin-bottom: 14px;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	color: #0b2b51;
}
.collection-select .radio {
	display: inline-block;
	vertical-align: middle;
	margin-right: 12px;
	padding: 16px;
	border: 1px solid #dbdce0;
	border-radius: 4px;
}
.collection-select .radio:last-child {
	margin-right: 0;
}
.collection-select .radio.selected {
	border-color: #0b2b51;
}
.roi-action-bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	margin-top: 40px;
}
.roi-action-bar .back-button {
	background-color: #b9bec8;
	border-color: #b9bec8;
}
.roi-action-bar .back-button .uil {
	margin: 0 10px 0 0;
}
.roi-action-bar .back-button:hover {
	background-color: #abb1bd;
	border-color: #abb1bd;
}
.roi-action-bar .print-button {
	min-width: 206px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 0;
	margin-left: auto;
}
.roi-step-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.roi-step-box {
	position: relative;
	display: block;
	width: calc(100% / 2 - 15px);
	min-height: 170px;
	padding: 30px 20px;
	margin-bottom: 30px;
	background-color: #fff;
	-webkit-box-shadow: 0 24px 32px rgba(0, 0, 0, 0.02),
		0 16px 24px rgba(0, 0, 0, 0.02), 0 4px 8px rgba(0, 0, 0, 0.02),
		0 0 1px rgba(0, 0, 0, 0.02);
	box-shadow: 0 24px 32px rgba(0, 0, 0, 0.02), 0 16px 24px rgba(0, 0, 0, 0.02),
		0 4px 8px rgba(0, 0, 0, 0.02), 0 0 1px rgba(0, 0, 0, 0.02);
	border-radius: 12px;
}
.roi-step-box figcaption {
	margin-top: -15px;
	text-align: center;
	font: 16px/24px "Metropolis", Helvetica, "Helvetica Neue", Arial, sans-serif;
}
.roi-step-box figcaption strong {
	display: block;
	font-size: 32px;
}
.roi-step-box .box-icon {
	position: absolute;
	top: 22px;
	right: 30px;
}
.roi-step-box h4 {
	max-width: 280px;
	padding-right: 56px;
	font-weight: bold;
	font-size: 19px;
	line-height: 23px;
	color: #0b2b51;
}
.roi-step-box ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.roi-step-box li {
	width: calc(100% / 2);
	margin-top: 40px;
}
.roi-step-box li > span {
	font-weight: 600;
	font-size: 12px;
	color: #3ba935;
}
.roi-step-box p {
	font: 16px/28px "Metropolis", Helvetica, "Helvetica Neue", Arial, sans-serif;
	color: #0b2b51;
}
.roi-step-box h5 {
	margin-bottom: 10px;
	font: 600 14px/17px "Inter", Helvetica, "Helvetica Neue", Arial, sans-serif;
	color: #535a72;
}
.roi-step-box h5 span {
	display: block;
}
.roi-step-box strong {
	padding-right: 4px;
	font-size: 18px;
	line-height: 22px;
}
.roi-step-box--meter,
.roi-step-box--chart {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.roi-step-box--meter {
	padding: 40px;
	min-height: 204px;
}
.roi-step-box--meter figure {
	margin-right: 38px;
}
.roi-step-box--meter .meter-chart {
	position: relative;
	max-width: 104px;
	max-height: 104px;
}
.roi-step-box--meter .meter-chart img {
	display: block;
}
.roi-step-box--meter .hand {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	width: 100%;
	height: 100%;
	background: url("../img/bg/meter-hand.svg");
	border-radius: 50%;
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.roi-step-box--chart {
	padding: 25px 30px;
}
.roi-step-box--chart p {
	font: bold 14px/17px "Metropolis", Helvetica, "Helvetica Neue", Arial,
		sans-serif;
	color: #535a72;
}
.roi-step-box--chart p span {
	display: block;
}
.roi-step-box--chart strong {
	display: block;
	margin-top: 10px;
	font: bold 18px "Inter", Helvetica, "Helvetica Neue", Arial, sans-serif;
	color: #0b2b51;
}
.roi-step-box--chart .ct-pie {
	position: relative;
	margin-right: 38px;
	width: 120px;
	height: 120px;
	background-color: #f1f2f8;
	border-radius: 50%;
}
.roi-step-box--chart .ct-pie:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	width: calc(100% - 36px);
	height: calc(100% - 36px);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 50%;
	background-color: #fff;
}
.roi-step-box--chart .ct-pie svg {
	position: relative;
	z-index: 2;
}
.roi-step-box--chart .ct-label {
	fill: #000;
	font: bold 22px "Inter", Helvetica, "Helvetica Neue", Arial, sans-serif;
	color: #000;
}
.roi-step-box--chart .ct-slice-donut-solid {
	fill: #3ba935;
}
.roi-graphic {
	background: #fff;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 6px;
	margin-bottom: 30px;
}
.roi-graphic h3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 50px;
	margin-bottom: 30px;
	padding: 5px 16px;
	border-bottom: 1px solid #f2f3f5;
	font-size: 16px;
}
.roi-graphic .ct-label {
	font-weight: normal;
	font-size: 12px;
	line-height: 15px;
	color: #0b2b51;
}
.roi-graphic .ct-line {
	stroke: #3ba935;
	stroke-width: 2px;
}
.roi-graphic .ct-vertical {
	margin-top: 6px;
	stroke: #e8eaeb;
	stroke-dasharray: 4;
	margin-left: 0;
}
.roi-graphic .ct-horizontal {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.roi-graphic svg {
	overflow: visible;
}
.roi-graphic-footer {
	padding: 16px;
	font-size: 16px;
	font: 16px "Metropolis", Helvetica, "Helvetica Neue", Arial, sans-serif;
	color: #535a72;
}
.roi-graphic-footer span:not(:last-child) {
	display: block;
	font: bold 14px "Metropolis", Helvetica, "Helvetica Neue", Arial, sans-serif;
}
.roi-graphic-footer strong {
	font-size: 18px;
	color: #3ba935;
}
.e-book-summary {
	position: relative;
	z-index: 2;
	margin-bottom: 6px;
	pointer-events: none;
}
.e-book-summary .container {
	position: relative;
}
.e-book-summary p {
	padding-top: 65px;
	max-width: 570px;
	font: 400 18px/30px "Metropolis", Helvetica, "Helvetica Neue", Arial,
		sans-serif;
	color: #0b2b51;
	margin-bottom: 104px;
	margin-right: 30px;
	pointer-events: visible;
}
.e-book-summary img {
	position: absolute;
	top: -420px;
	right: 0;
}
.e-book-summary--sectoral-reports-detail p {
	margin-bottom: 20px;
	padding-top: 0;
}
.e-book-summary--sectoral-reports-detail p:first-of-type {
	padding-top: 65px;
}
.e-book-summary--sectoral-reports-detail p:last-of-type {
	margin-bottom: 104px;
}
.e-book-summary--sectoral-reports-detail img {
	top: -340px;
	right: 24px;
}
.e-book-download-modal {
	max-width: 717px;
}
.thumb-slider-content {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-bottom: 70px;
}
.thumb-slider-content .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.thumb-slider-content .slider-with-thumbs {
	margin-right: 130px;
}
.thumb-slider-content-inner {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.thumb-slider-content-inner .h2 {
	font-size: 37px;
	line-height: 58px;
	font-weight: 700;
	margin-bottom: 45px;
}
.thumb-slider-content--sectoral-reports-detail {
	margin-bottom: 204px;
}
.blog-list {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}
.blog-list h1 {
	display: block;
	font: 700 32px/42px "Metropolis", Helvetica, "Helvetica Neue", Arial,
		sans-serif;
	margin-bottom: 60px;
}
.blog-list .load-more-button-wrap {
	padding: 0 0 100px;
}
.blog-list-intro {
	width: 100%;
	margin-bottom: 60px;
}
.blog-list-intro .container {
	display: grid;
	grid-template-columns: 720px 1fr;
	-webkit-column-gap: 80px;
	-moz-column-gap: 80px;
	column-gap: 80px;
	row-gap: 20px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
}
.blog-list-intro .post-card-image {
	margin-bottom: 10px;
}
.blog-list-intro .post-card-title {
	margin-bottom: 10px;
	min-height: unset;
}
.blog-list-intro .post-card--big {
	grid-row: 1 / span 2;
}
.blog-list-intro .post-card--big .post-card-title {
	margin-bottom: 20px;
}
.blog-list .card-grid-list {
	margin-bottom: 0;
}
.blog-detail {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-bottom: 70px;
}
.blog-detail-intro {
	display: grid;
	grid-template-columns: 1fr 670px;
	gap: 27px;
	margin-bottom: 51px;
}
.blog-detail-intro-image {
	width: 100%;
	max-width: 670px;
	height: 434px;
	border-radius: 20px;
	padding-bottom: 9px;
}
.blog-detail-intro-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: inherit;
}
.blog-detail-intro-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
	max-width: 470px;
	margin-right: 27px;
}
.blog-detail-intro-inner .h2 {
	margin-top: auto;
	margin-bottom: 45px;
}
.blog-detail-intro-inner-action {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.blog-detail-intro-inner-action span {
	font: 400 16px/30px "Metropolis", Helvetica, "Helvetica Neue", Arial,
		sans-serif;
	color: #adb4cb;
	margin-left: 5px;
}
.blog-detail-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
}
.blog-detail-inner-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
	margin-right: 65px;
}
.blog-detail-inner-content img {
	max-width: 100% !important;
	height: auto !important;
}
.blog-detail-inner-side {
	position: -webkit-sticky;
	position: sticky;
	top: 130px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
	max-width: 370px;
	height: auto;
}
.blog-detail-inner-side .subscription-card {
	margin-bottom: 45px;
}
.blog-detail-inner-side .e-book-cta-card {
	margin-bottom: 45px;
}
.blog-detail-inner-side .roi-cta-card h6 {
	max-width: 100%;
	font: 400 32px/48px "Metropolis", Helvetica, "Helvetica Neue", Arial,
		sans-serif;
}
.blog-detail-inner-side .roi-cta-card p {
	max-width: 100%;
	font: 400 20px/28px "Metropolis", Helvetica, "Helvetica Neue", Arial,
		sans-serif;
	margin-bottom: 30px;
}
.page-news .subpage-hero-news-title {
	max-width: 490px;
}
.page-news .subpage-hero-news-title span {
	display: block;
	font: 700 48px "Metropolis", Helvetica, "Helvetica Neue", Arial, sans-serif;
	color: #0b2b51;
}
.banner-template {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	padding: 100px 0 90px;
	background-color: #e2e7f5;
}
.banner-template .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}
.banner-template h6 {
	max-width: 487px;
	font: 700 48px/58px "Metropolis", Helvetica, "Helvetica Neue", Arial,
		sans-serif;
	color: #0b2b51;
	margin-top: 40px;
}
.banner-template h6 span {
	color: #e3524f;
}
.privacy-policy {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin: 100px 0;
}
.privacy-policy .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.privacy-policy-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
	max-width: 770px;
	margin-bottom: 40px;
}
.privacy-policy-block .h2 {
	font: 700 16px/28px "Inter", Helvetica, "Helvetica Neue", Arial, sans-serif;
	color: #0b2b51;
	margin-bottom: 4px;
}
.privacy-policy-block p {
	color: #535a72;
	margin-bottom: 30px;
}
.privacy-policy-block p:last-of-type {
	margin-bottom: 0;
}
.privacy-policy-block p strong {
	color: #0b2b51;
}
.privacy-policy-block p a {
	font-weight: 700;
	color: #0b2b51;
}
.privacy-policy-block p a:hover {
	text-decoration: underline;
}
.privacy-policy-block:last-of-type {
	margin-bottom: 0;
}
.privacy-policy-block-inner {
	margin: 30px 0;
	padding-left: 45px;
}
.privacy-policy-block-inner p {
	margin-bottom: 20px;
}
.privacy-policy-block-inner p:last-child {
	margin-bottom: 0;
}
.privacy-policy-block-inner--line p {
	text-indent: 30px;
	position: relative;
}
.privacy-policy-block-inner--line p::before {
	content: "";
	width: 20px;
	height: 1px;
	background-color: #000;
	position: absolute;
	top: 13px;
	left: 0;
}
.privacy-policy-block-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
	padding-left: 45px;
	margin: 30px 0;
}
.privacy-policy-block-list li {
	position: relative;
	margin-bottom: 12px;
	padding-left: 16px;
}
.privacy-policy-block-list li:last-child {
	margin-bottom: 0;
}
.privacy-policy-block-list li::before {
	content: "";
	width: 5px;
	height: 5px;
	background-color: #535a72;
	border-radius: 50%;
	position: absolute;
	top: 9px;
	left: 0;
}
.privacy-policy-block-list li p {
	text-indent: 13px;
}
.error-page {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-bottom: 60px;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#fff),
		to(rgba(252, 253, 255, 0))
	);
	background: linear-gradient(180deg, #fff 0, rgba(252, 253, 255, 0) 100%);
}
.error-page .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.error-page-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 508px;
	text-align: center;
	margin-top: 40px;
}
.error-page-inner h1 {
	font-size: 37px;
	line-height: 21px;
	margin-bottom: 25px;
}
.error-page-inner p {
	font: 400 16px/24px "Metropolis", Helvetica, "Helvetica Neue", Arial,
		sans-serif;
	color: #535a72;
	margin-bottom: 40px;
}
.partner-programs {
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#fff),
		to(rgba(252, 253, 255, 0))
	);
	background: linear-gradient(180deg, #fff 0, rgba(252, 253, 255, 0) 100%);
	background-color: #f5f7ff;
}
.partner-programs-hero {
	position: relative;
	padding: 0 24px;
}
.partner-programs-hero h1 {
	width: 100%;
	margin-bottom: 30px;
}
.partner-programs-hero p {
	position: relative;
	z-index: 2;
	max-width: 610px;
}
.partner-programs-hero figure {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
.partner-programs-form {
	overflow: hidden;
	position: relative;
	z-index: 3;
	margin: 60px 0 100px;
	padding: 0 24px;
}
.partner-programs-form form {
	max-width: 570px;
}
.partner-programs-form .form-item-group .form-item {
	width: calc(50% - 20px);
	margin: 0 0 30px;
}
.partner-programs-form .checkbox + .checkbox {
	margin-top: 12px;
}
.one-pagers-download-modal {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	max-width: 717px;
}
.one-pagers-download-modal .modal-description h3 {
	margin: 35px 0 12px;
}
body.tag .card-grid-list {
	padding-top: 0;
}
html[lang="ru-RU"] .featured-slider-with-icon__nav {
	top: calc(100% - 200px);
}
.primary-button,
.secondary-button,
input[type="submit"] {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 44px;
	padding: 2px 16px;
	border-radius: 4px;
	background-color: #3ba935;
	border: 1px solid #3ba935;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	-webkit-transition-property: background-color, color, border-color;
	transition-property: background-color, color, border-color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
}
.primary-button img,
.secondary-button img,
input[type="submit"] img {
	margin: 0 0 0 10px !important;
	width: 18px;
	height: auto;
}
.primary-button:hover,
.secondary-button:hover,
input[type="submit"]:hover {
	background-color: #5fc595;
	border-color: #5fc595;
	color: #fff;
}
.primary-button--small,
.secondary-button--small,
input[type="submit"]--small {
	height: 34px;
	padding: 2px 12px;
	font-size: 14px;
}
.primary-button--block,
.secondary-button--block,
input[type="submit"]--block {
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.primary-button--xlarge,
.secondary-button--xlarge,
input[type="submit"]--xlarge {
	height: 78px;
	max-height: 78px;
	padding: 0 34px;
	font: 700 24px/24px "Inter", Helvetica, "Helvetica Neue", Arial, sans-serif;
}
.primary-button.button-spinner,
.secondary-button.button-spinner,
input[type="submit"].button-spinner {
	background-color: #878ea8;
	background-image: url("../img/icon/spinner.svg");
	background-repeat: no-repeat;
	background-position: center left 16px;
	background-size: 22px 22px;
	padding: 2px 16px 0 42px;
	border-color: #878ea8;
	pointer-events: none;
}
.primary-button--disabled,
.secondary-button--disabled,
input[type="submit"]--disabled {
	opacity: 0.5;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.secondary-button {
	border-color: #0b2b51;
	background-color: transparent;
	color: #0b2b51;
}
.secondary-button:hover {
	border-color: #0b2b51;
	background-color: #0b2b51;
}
.link-button {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: bold;
	font-size: 16px;
	color: #12a4ed;
	-webkit-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}
.link-button svg {
	width: 18px;
	height: auto;
}
.link-button span {
	display: block;
	border-bottom: 1px solid #12a4ed;
	-webkit-transition: border-color 0.3s ease-in-out;
	transition: border-color 0.3s ease-in-out;
}
.link-button span + svg {
	margin-left: 8px;
}
.link-button svg + span {
	margin-left: 8px;
}
.link-button:hover span {
	border-color: #535a72;
}
.link-button--small {
	font-size: 14px;
}
.icon-button-primary,
.icon-button-secondary {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 44px;
	min-width: 44px;
	height: 44px;
	border: 1px solid #0b2b51;
	background-color: #0b2b51;
	color: #fff;
	border-radius: 4px;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	cursor: pointer;
}
.icon-button-primary .uil,
.icon-button-secondary .uil {
	font-size: 24px;
}
.icon-button-primary--radius,
.icon-button-secondary--radius {
	border-radius: 50%;
}
.icon-button-primary--small,
.icon-button-secondary--small {
	width: 34px;
	min-width: 34px;
	height: 34px;
}
.icon-button-primary--small .uil,
.icon-button-secondary--small .uil {
	font-size: 18px;
}
.icon-button-primary:hover,
.icon-button-secondary:hover {
	background-color: #adb4cb;
	border-color: #adb4cb;
}
.icon-button-secondary {
	background-color: #fff;
	color: #0b2b51;
}
.icon-button-secondary:hover {
	border-color: #e2e7f5;
	background-color: #e2e7f5;
}
.pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
}
.pagination a,
.pagination span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-width: 48px;
	min-height: 48px;
	padding: 0 16px;
	margin: 0 12.5px;
	background-color: #fff;
	border: 1px solid #e6e6e6;
	border-radius: 4px;
	font-weight: 500;
	font-size: 16px;
	color: #0b2b51;
}
.pagination a.current,
.pagination span.current {
	background-color: #eaedf1;
}
.pagination .prev,
.pagination .next {
	margin-right: 12.5px;
	background-color: #0b2b51;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
}
.pagination .next {
	margin: 0 0 0 12.5px;
}
.pagination--radius a,
.pagination--radius span,
.pagination--radius .prev,
.pagination--radius .next {
	border-radius: 50%;
}
.pagination--small a,
.pagination--small span {
	min-width: 34px;
	min-height: 34px;
	font-size: 14px;
}
.pagination--small .prev {
	margin-right: 12.5px;
}
.pagination--small .next {
	margin-left: 12.5px;
}
.notification {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 44px;
	background-color: #0b2b51;
	-webkit-box-shadow: 0 10px 15px -3px rgba(26, 32, 44, 0.1),
		0 4px 6px -2px rgba(26, 32, 44, 0.05);
	box-shadow: 0 10px 15px -3px rgba(26, 32, 44, 0.1),
		0 4px 6px -2px rgba(26, 32, 44, 0.05);
	padding: 4px;
	border-radius: 4px;
	color: #f6f8ff;
}
.notification p {
	padding: 0 16px;
	font-size: 16px;
}
.notification a {
	min-width: 36px;
	min-height: 36px;
	margin-right: 4px;
	background: rgba(255, 255, 255, 0.15);
	border-radius: 2px;
	font-weight: bold;
	font-size: 14px;
}
.notification a + a {
	margin-right: 0;
}
.tooltip {
	position: absolute;
	z-index: 4;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 44px;
	background-color: #0b2b51;
	-webkit-box-shadow: 0 10px 15px -3px rgba(26, 32, 44, 0.1),
		0 4px 6px -2px rgba(26, 32, 44, 0.05);
	box-shadow: 0 10px 15px -3px rgba(26, 32, 44, 0.1),
		0 4px 6px -2px rgba(26, 32, 44, 0.05);
	padding: 2px 16px;
	white-space: nowrap;
	border-radius: 4px;
	color: #f6f8ff;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.tooltip img {
	width: 20px;
	height: auto;
	margin-right: 8px;
}
.tooltip:before {
	content: "";
	position: absolute;
	border: 7px solid transparent;
}
.tooltip--top {
	bottom: calc(100% + 17px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.tooltip--top:before {
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-top: 7px solid #0b2b51;
}
.tooltip--left {
	top: 50%;
	right: calc(100% + 17px);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.tooltip--left:before {
	top: 50%;
	left: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-left: 7px solid #0b2b51;
}
.tooltip--right {
	top: 50%;
	left: calc(100% + 17px);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.tooltip--right:before {
	top: 50%;
	right: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-right: 7px solid #0b2b51;
}
.tooltip--bottom {
	top: calc(100% + 17px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.tooltip--bottom:before {
	bottom: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-bottom: 7px solid #0b2b51;
}
[tooltip]:hover .tooltip {
	opacity: 1;
	visibility: visible;
}
.sliders {
	position: relative;
	height: 20px;
	background-color: #f6f8ff;
	border: 0.5px solid #e2e7f5;
	border-radius: 33px;
	padding: 4px;
}
.sliders .fill {
	position: relative;
	height: 12px;
	background-color: #0b2b51;
	border-radius: 100px;
}
.sliders .handle-left,
.sliders .handle-right {
	position: absolute;
	top: 50%;
	left: 0;
	width: 24px;
	height: 24px;
	margin-top: -12px;
	-webkit-box-shadow: 0 4px 6px -1px rgba(173, 180, 203, 0.1),
		0 1px 4px -1px rgba(173, 180, 203, 0.5);
	box-shadow: 0 4px 6px -1px rgba(173, 180, 203, 0.1),
		0 1px 4px -1px rgba(173, 180, 203, 0.5);
	background-color: #fff;
}
.sliders .handle-left:before,
.sliders .handle-left:after,
.sliders .handle-right:before,
.sliders .handle-right:after {
	content: "";
	position: absolute;
	top: 50%;
	left: calc(50% - 4px);
	width: 2px;
	height: 10px;
	margin: -1px 0 0 -1px;
	border-radius: 1px;
	background-color: #0b2b51;
}
.sliders .handle-left:after,
.sliders .handle-right:after {
	left: calc(50% + 4px);
}
.sliders .handle-right {
	left: auto;
	right: 0;
}
.ct-label {
	font: 600 10px/12px "Metropolis", Helvetica, "Helvetica Neue", Arial,
		sans-serif;
	color: #fff;
}
.ct-grid {
	stroke: rgba(255, 255, 255, 0.2);
	stroke-dasharray: 0;
}
.accordion {
	position: relative;
}
.accordion-item {
	position: relative;
	cursor: pointer;
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.accordion-item h5 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-weight: bold;
	font-size: 20px;
	line-height: 25px;
	color: #0b2b51;
}
.accordion-item h5 span {
	padding-right: 20px;
}
.accordion-item p {
	margin: 15px 0;
}
.accordion-item p:last-child {
	margin-bottom: 0;
}
.accordion-item:last-child {
	margin-bottom: 0;
}
.accordion-item--active h5 img {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.accordion-item-content {
	display: none;
}
.scroll-wrapper {
	overflow: hidden !important;
	padding: 0 !important;
	position: relative;
}
.scroll-wrapper > .scroll-content {
	border: none !important;
	-webkit-box-sizing: content-box !important;
	box-sizing: content-box !important;
	height: auto;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none !important;
	overflow: scroll !important;
	padding: 0;
	position: relative !important;
	top: 0;
	width: auto !important;
}
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
	height: 0;
	width: 0;
}
.scroll-element {
	display: none;
}
.scroll-element,
.scroll-element div {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
	display: block;
}
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
	cursor: default;
}
.scroll-textarea {
	border: 1px solid #ccc;
	border-top-color: #999;
}
.scroll-textarea > .scroll-content {
	overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
	border: none !important;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 100% !important;
	margin: 0;
	max-height: none !important;
	max-width: none !important;
	overflow: scroll !important;
	outline: 0;
	padding: 2px;
	position: relative !important;
	top: 0;
	width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
	height: 0;
	width: 0;
}
.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div {
	border: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 10;
}
.scrollbar-outer > .scroll-element {
	background-color: #fff;
}
.scrollbar-outer > .scroll-element div {
	display: block;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
}
.scrollbar-outer > .scroll-element.scroll-x {
	bottom: 0;
	height: 12px;
	left: 0;
	width: 100%;
}
.scrollbar-outer > .scroll-element.scroll-y {
	height: 100%;
	right: 0;
	top: 0;
	width: 12px;
}
.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
	height: 8px;
	top: 2px;
}
.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
	left: 2px;
	width: 5px;
}
.scrollbar-outer > .scroll-element .scroll-element_outer {
	overflow: hidden;
}
.scrollbar-outer > .scroll-element .scroll-element_track {
	background-color: rgba(196, 196, 196, 0.2);
}
.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track,
.scrollbar-outer > .scroll-element .scroll-bar {
	border-radius: 8px;
}
.scrollbar-outer > .scroll-element .scroll-bar {
	background-color: #c4c4c4;
}
.scrollbar-outer > .scroll-element .scroll-bar:hover {
	background-color: #c4c4c4;
}
.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
	background-color: #c4c4c4;
}
.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
	left: -12px;
	margin-left: 12px;
}
.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
	top: -12px;
	margin-top: 12px;
}
.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
	min-width: 10px;
}
.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
	min-height: 10px;
}
.scrollbar-outer
	> .scroll-element.scroll-x.scroll-scrolly_visible
	.scroll-element_track {
	left: -14px;
}
.scrollbar-outer
	> .scroll-element.scroll-y.scroll-scrollx_visible
	.scroll-element_track {
	top: -14px;
}
.scrollbar-outer
	> .scroll-element.scroll-x.scroll-scrolly_visible
	.scroll-element_size {
	left: -14px;
}
.scrollbar-outer
	> .scroll-element.scroll-y.scroll-scrollx_visible
	.scroll-element_size {
	top: -14px;
}
.result-box {
	text-align: center;
}
.result-box .result-box-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 143px;
	height: 143px;
	margin: 0 auto 50px;
	border-radius: 50%;
}
.result-box h2 {
	font-weight: bold;
	font-size: 36px;
	line-height: 48px;
}
.result-box p {
	margin-bottom: 60px;
	font-size: 24px;
	line-height: 48px;
}
.result-box .primary-button {
	min-width: 244px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.result-box--success .result-box-icon {
	background-color: #ebf7eb;
}
.result-box--success .result-box-icon:before {
	content: "";
	width: 20px;
	height: 20px;
	background-image: url("../img/icon/check-green.svg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
}
.result-box--error .result-box-icon {
	background-color: #fff0f0;
}
.result-box--error .result-box-icon:before {
	content: "";
	width: 80px;
	height: 80px;
	background-image: url("../img/icon/multiply-red.svg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
}
.load-more-button-wrap {
	padding: 60px;
	text-align: center;
}
.swiper-slide {
	outline: 0;
}
.swiper-slide img {
	outline: 0;
	border-style: none;
}
.swiper-lazy-preloader {
	border: 4px solid #878ea8;
	border-top-color: transparent;
	outline: 0;
}
.wp-block-image {
	margin-bottom: 16px;
	width: 100%;
}
.wp-block-image.size-large img {
	max-width: 100%;
	height: auto;
}
img.aligncenter,
.wp-block-image.aligncenter {
	display: block;
	margin: 12px auto;
	padding: 0;
}
img.alignnone,
.wp-block-image.alignnone {
	display: inline;
	margin: 12px 0;
	padding: 0;
}
img.alignright,
.wp-block-image.alignright {
	display: inline;
	margin: 16px 0 16px 24px;
	padding: 0;
}
img.alignleft,
.wp-block-image.alignleft {
	display: inline;
	margin: 16px 24px 16px 0;
	padding: 0;
}
.wp-block-image.aligncenter {
	text-align: center;
}
.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
	width: 100%;
}
.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright {
	display: table;
}
.wp-block-image .aligncenter > figcaption,
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption {
	display: table-caption;
	caption-side: bottom;
}
.wp-block-image .alignleft {
	float: left;
}
.wp-block-image .alignright {
	float: right;
}
.wp-block-image .aligncenter {
	margin-left: auto;
	margin-right: auto;
}
.wp-has-aspect-ratio {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.wp-has-aspect-ratio:before {
	content: "";
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	display: block;
	overflow: hidden;
}
.wp-has-aspect-ratio iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
blockquote {
	margin-top: 60px;
	border-left: 3px solid #3ba935;
	padding-left: 24px;
	font: 16px/30px "Metropolis", Helvetica, "Helvetica Neue", Arial, sans-serif;
	color: #535a72;
}
blockquote p {
	font: 16px/30px "Metropolis", Helvetica, "Helvetica Neue", Arial, sans-serif;
	color: #535a72;
}
.wp-block-pullquote {
	width: 100%;
	border-top: 3px solid #3ba935;
	border-bottom: 3px solid #3ba935;
	padding: 24px;
	color: #535a72;
	text-align: center;
}
.wp-block-pullquote p,
.wp-block-pullquote cite {
	margin: 0;
	font: 16px/30px "Metropolis", Helvetica, "Helvetica Neue", Arial, sans-serif;
	color: #535a72;
	font-style: normal;
	text-align: center;
}
.wp-block-pullquote blockquote {
	border: 0;
	padding: 0;
	margin: 0;
}
.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}
.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2;
}
.wpcf7 form.init .wpcf7-response-output {
	display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232;
}
.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
	border-color: #ffb900;
}
.wpcf7-form-control-wrap {
	position: relative;
}
.wpcf7-not-valid-tip {
	color: #dc3232;
	font-size: 1em;
	font-weight: normal;
	display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: 0.2em 0.8em;
}
span.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}
span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
	content: " ";
}
div.wpcf7 .ajax-loader {
	visibility: hidden;
	display: inline-block;
	background-image: url("../../assets/ajax-loader.gif");
	width: 16px;
	height: 16px;
	border: 0;
	padding: 0;
	margin: 0 0 0 4px;
	vertical-align: middle;
}
div.wpcf7 .ajax-loader.is-active {
	visibility: visible;
}
div.wpcf7 div.ajax-error {
	display: none;
}
div.wpcf7 .placeheld {
	color: #888;
}
div.wpcf7 input[type="file"] {
	cursor: pointer;
}
div.wpcf7 input[type="file"]:disabled {
	cursor: default;
}
div.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}
header {
	top: 0;
	z-index: 10;
	width: 100%;
	margin-bottom: 36px;
	padding: 65px 0 84px;
	-webkit-transition-property: margin-top, -webkit-box-shadow, -webkit-transform;
	transition-property: margin-top, -webkit-box-shadow, -webkit-transform;
	transition-property: box-shadow, margin-top, transform;
	transition-property: box-shadow, margin-top, transform, -webkit-box-shadow,
		-webkit-transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	background-color: #fff;
}
header .container {
	position: relative;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 1300px;
	height: 100%;
}
header.active {
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.04),
		0 2px 6px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.04), 0 2px 6px rgba(0, 0, 0, 0.04),
		0 0 1px rgba(0, 0, 0, 0.04);
}
header.active:after {
	content: "";
	position: absolute;
	bottom: 67px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #f3f3f3;
}
header.sticky-out {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}
header.sticky-in {
	position: fixed;
	top: 0;
	left: 0;
	-webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
	padding: 34px 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
header.sticky-in .logo {
	overflow: hidden;
	width: 30px;
}
header.sticky-in.active {
	padding: 34px 0 84px;
}
.header-nav {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: 100%;
	margin: 0 86px 0 auto;
}
.header-nav > li {
	margin-right: 65px;
}
.header-nav > li:last-child {
	margin-right: 0;
}
.header-nav > li > a {
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	font: 700 18px "Metropolis", Helvetica, "Helvetica Neue", Arial, sans-serif;
}
.header-nav > li.resources-nav-item {
	position: relative;
	z-index: 2;
}
.header-nav > li.resources-nav-item::before,
.header-nav > li.resources-nav-item::after {
	display: none;
	content: "";
	position: absolute;
	top: 85%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: calc(100% + 30px);
	height: calc(100% + 10px);
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.header-nav > li.resources-nav-item::after {
	top: calc(100% + 20px);
	height: 2px;
	background-color: #3ba935;
	opacity: 0;
	visibility: hidden;
}
.header-nav > li > .sub-menu {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	position: absolute;
	top: calc(100% + 21px);
	left: calc(50% - 50px);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	gap: 12px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 30px;
	background-color: #fff;
	-webkit-box-shadow: 0 16px 24px rgba(0, 0, 0, 0.06),
		0 2px 6px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
	box-shadow: 0 16px 24px rgba(0, 0, 0, 0.06), 0 2px 6px rgba(0, 0, 0, 0.04),
		0 0 1px rgba(0, 0, 0, 0.04);
}
.header-nav > li > .sub-menu > li {
	margin-right: 60px;
	padding-left: 32px;
}
.header-nav > li > .sub-menu > li:last-child {
	margin-right: 0;
}
.header-nav > li > .sub-menu > li > a {
	display: block;
	margin-bottom: 10px;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font: 18px/24px "Metropolis", Helvetica, "Helvetica Neue", Arial, sans-serif;
	color: #0b2b51;
}
.header-nav > li > .sub-menu > li.industrial-sources-nav-item {
	background: url("../img/icon/industrial-sources-nav-item-icon.svg") no-repeat
		0 0;
}
.header-nav > li > .sub-menu > li.activities-nav-item {
	background: url("../img/icon/activities-nav-item-icon.svg") no-repeat 0 0;
}
.header-nav > li > .sub-menu > li.why-evreka-nav-item {
	background: url("../img/icon/why-evreka-nav-item-icon.svg") no-repeat 0 0;
}
.header-nav > li > .sub-menu > li li {
	margin: 10px 0;
}
.header-nav > li > .sub-menu > li li a {
	white-space: nowrap;
	font: bold 18px/24px "Metropolis", Helvetica, "Helvetica Neue", Arial,
		sans-serif;
}
.lang-nav {
	position: relative;
	cursor: pointer;
}
.lang-nav span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font: 700 16px "Metropolis", Helvetica, "Helvetica Neue", Arial, sans-serif;
}
.lang-nav span img {
	margin-left: 5px;
	width: 18px;
	height: auto;
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
	transition: -webkit-transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.lang-nav:after {
	content: "";
	position: absolute;
	top: calc(100% - 5px);
	left: 0;
	width: 100%;
	height: 10px;
}
.lang-nav ul {
	position: absolute;
	top: 100%;
	left: 50%;
	padding: 16px 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #fff;
	-webkit-box-shadow: 0 16px 24px rgba(0, 0, 0, 0.06),
		0 2px 6px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
	box-shadow: 0 16px 24px rgba(0, 0, 0, 0.06), 0 2px 6px rgba(0, 0, 0, 0.04),
		0 0 1px rgba(0, 0, 0, 0.04);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}
.lang-nav li {
	margin-bottom: 16px;
}
.lang-nav li:last-child {
	margin-bottom: 0;
}
.lang-nav li a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 24px;
	height: 30px;
	font: 700 16px "Metropolis", Helvetica, "Helvetica Neue", Arial, sans-serif;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.lang-nav li a:after {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 3px;
	height: 100%;
	background-color: #3ba935;
	border-radius: 0 4px 4px 0;
}
.lang-nav li a.active,
.lang-nav li a:hover {
	color: #3ba935;
}
.lang-nav li a.active:after,
.lang-nav li a:hover:after {
	opacity: 1;
	visibility: visible;
}
.lang-nav li.wpml-ls-current-language a {
	color: #3ba935;
}
.lang-nav li.wpml-ls-current-language a:after {
	opacity: 1;
	visibility: visible;
}
.lang-nav:hover span img,
.lang-nav.active span img {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.lang-nav:hover ul,
.lang-nav.active ul {
	opacity: 1;
	visibility: visible;
}
.lang-nav__current-language {
	text-transform: uppercase;
}
.mobile-menu {
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	cursor: pointer;
	width: 40px;
	height: 40px;
	margin-left: -10px;
	padding-top: 4px;
}
.mobile-menu .mobile-menu-inner {
	position: relative;
	display: block;
	width: 22px;
	height: 14px;
}
.mobile-menu .line {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: calc(100% - 6px);
	height: 1.75px;
	margin-top: -0.87px;
	background-color: #0b2b51;
	-webkit-transition: all 320ms ease-in;
	transition: all 320ms ease-in;
}
.mobile-menu .line:first-child {
	top: 0;
	margin: 0;
	width: 100%;
}
.mobile-menu .line:last-child {
	width: calc(100% - 6px);
	top: auto;
	bottom: 0;
	margin: 0;
}
.mobile-menu.active .line {
	opacity: 0;
	background-color: #0b2b51;
}
.mobile-menu.active .line:first-child {
	opacity: 1;
	-webkit-transform: translateY(4px) translateX(0) rotate(45deg);
	transform: translateY(4px) translateX(0) rotate(45deg);
}
.mobile-menu.active .line:last-child {
	width: 100%;
	opacity: 1;
	-webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
	transform: translateY(-8px) translateX(0) rotate(-45deg);
}
footer {
	z-index: 0;
	padding: 80px 0 70px;
	background-color: #0b2b51;
}
footer .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	max-width: 1265px;
}
.request-demo-footer {
	padding: 0 15px;
	margin-bottom: 72px;
	text-align: center;
}
.request-demo-footer p {
	margin-bottom: 35px;
	font: 400 37px/40px "Metropolis", Helvetica, "Helvetica Neue", Arial,
		sans-serif;
	color: #e2e7f5;
}
.request-demo-footer p strong {
	display: block;
	font: 700 48px/58px "Metropolis", Helvetica, "Helvetica Neue", Arial,
		sans-serif;
	color: #fff;
}
.copyright {
	max-width: 230px;
	margin-right: 30px;
}
.copyright p {
	margin-top: 100px;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
}
.copyright p a {
	display: inline-block;
	color: #fff;
	border-bottom: 1px solid transparent;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.copyright p a:hover {
	border-bottom-color: #fff;
}
.foot-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-right: auto;
	margin-left: 20px;
}
.foot-nav > li {
	margin-right: 100px;
}
.foot-nav > li:last-child {
	margin-right: 0;
}
.foot-nav > li > a {
	font: 700 24px "Metropolis", Helvetica, "Helvetica Neue", Arial, sans-serif;
	color: #e2e7f5;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
}
.foot-nav ul {
	margin-top: 30px;
}
.foot-nav ul li {
	margin-bottom: 20px;
}
.foot-nav ul li:last-child {
	margin-bottom: 0;
}
.foot-nav ul a {
	font: 700 18px "Metropolis", Helvetica, "Helvetica Neue", Arial, sans-serif;
	color: #adb4cb;
	-webkit-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}
.foot-nav ul a:hover {
	color: #fff;
}
.foot-nav ul li.careers {
	margin-left: -20px;
}
.foot-nav ul li.careers a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 48px;
	padding: 10px 20px 10px 50px;
	background: rgba(0, 0, 0, 0.07);
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
	border-radius: 52px;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	background: url("../../assets/img/icon/megaphone.svg") no-repeat 20px center;
}
.foot-nav ul li.careers a:hover {
	background-image: url("../../assets/img/icon/megaphone-white.svg");
}
.stay-in-touch {
	min-width: 242px;
	margin-left: 30px;
}
.stay-in-touch h3 {
	margin-bottom: 40px;
	color: #fff;
}
.stay-in-touch ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 30px 0 0;
}
.stay-in-touch li a {
	display: block;
	width: 24px;
	height: 24px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-indent: -999999px;
}
.stay-in-touch li a:hover {
	opacity: 0.6;
}
.stay-in-touch li.instagram-nav a {
	background: url("../img/icon/social/instagram.svg") no-repeat 0 center;
}
.stay-in-touch li.youtube-nav a {
	background: url("../img/icon/social/youtube.svg") no-repeat 0 center;
}
.stay-in-touch li.facebook-nav a {
	background: url("../img/icon/social/facebook.svg") no-repeat 0 center;
}
.stay-in-touch li.twitter-nav a {
	background: url("../img/icon/social/twitter.svg") no-repeat 0 center;
}
.stay-in-touch li.medium-nav a {
	background: url("../img/icon/social/medium.svg") no-repeat 0 center;
}
.stay-in-touch li.linkedin-nav a {
	background: url("../img/icon/social/linkedin.svg") no-repeat 0 center;
}
.stay-in-touch form {
	position: relative;
	width: 100%;
}
.stay-in-touch .form-item {
	margin-bottom: 0;
}
.stay-in-touch .form-item.error input[type="text"],
.stay-in-touch .form-item.error input[type="email"] {
	border-color: rgba(152, 22, 22, 0.4);
}
.stay-in-touch .form-item .helper {
	color: #981616;
}
.stay-in-touch .hs-form-field > label:first-child {
	display: none;
}
.stay-in-touch .no-list {
	display: none;
}
.stay-in-touch .hs-error-msgs label,
.stay-in-touch .hs_error_rollup label {
	all: unset;
	font-size: 14px;
	color: #fff;
}
.stay-in-touch .hs-error-msgs {
	margin-top: 5px;
}
.stay-in-touch .hs_error_rollup ul {
	margin-top: 5px;
}
.stay-in-touch .submitted-message {
	color: #fff;
	font-size: 14px;
}
.stay-in-touch input[type="text"],
.stay-in-touch input[type="email"] {
	width: 100%;
	padding: 0 10px;
	border-color: rgba(255, 255, 255, 0.4);
	background-color: transparent;
	color: #fff;
}
.stay-in-touch input[type="text"]::-webkit-input-placeholder,
.stay-in-touch input[type="email"]::-webkit-input-placeholder {
	color: #adb4cb;
}
.stay-in-touch input[type="text"]::-moz-placeholder,
.stay-in-touch input[type="email"]::-moz-placeholder {
	color: #adb4cb;
}
.stay-in-touch input[type="text"]:-ms-input-placeholder,
.stay-in-touch input[type="email"]:-ms-input-placeholder {
	color: #adb4cb;
}
.stay-in-touch input[type="text"]::-ms-input-placeholder,
.stay-in-touch input[type="email"]::-ms-input-placeholder {
	color: #adb4cb;
}
.stay-in-touch input[type="text"]::placeholder,
.stay-in-touch input[type="email"]::placeholder {
	color: #adb4cb;
}
.stay-in-touch input[type="text"]:focus,
.stay-in-touch input[type="email"]:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #fff;
}
.stay-in-touch button,
.stay-in-touch input[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
	width: 44px;
	height: 44px;
	font-size: 24px;
	color: #dffdbf;
	cursor: pointer;
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	background-color: transparent;
	border: 0;
	text-indent: -9999px;
	background: url(../../assets/img/icon/envelope.svg) no-repeat center center;
	background-size: 24px;
}
.stay-in-touch button:hover,
.stay-in-touch input[type="submit"]:hover {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.hamburger-menu__btn {
	position: relative;
	display: block;
	width: 30px;
	height: 16px;
	text-indent: -99999px;
	cursor: pointer;
}
.hamburger-menu__btn:before,
.hamburger-menu__btn:after,
.hamburger-menu__btn i {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #0b2b51;
	border-radius: 100px;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.hamburger-menu__btn::after,
.hamburger-menu__btn i {
	top: auto;
	bottom: 0;
	width: 22px;
}
.hamburger-menu__btn i {
	top: 50%;
	margin-top: -1px;
	font: bold 16px "Metropolis", Helvetica, "Helvetica Neue", Arial, sans-serif;
}
.hamburger-menu ul {
	position: absolute;
	top: calc(100% + 20px);
	right: 10px;
	width: 100%;
	height: 68px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	white-space: nowrap;
	opacity: 0;
	visibility: hidden;
	-webkit-transition-property: opacity, visibility;
	transition-property: opacity, visibility;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}
.hamburger-menu ul li {
	margin-right: 65px;
}
.hamburger-menu ul li:last-child {
	margin-right: 0;
}
.hamburger-menu ul a {
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	font: 700 18px "Metropolis", Helvetica, "Helvetica Neue", Arial, sans-serif;
}
.hamburger-menu.active .hamburger-menu__btn i {
	width: 0;
}
.hamburger-menu.active .hamburger-menu__btn:before,
.hamburger-menu.active .hamburger-menu__btn:after {
	width: 24px;
	top: 8px;
	left: -2px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.hamburger-menu.active .hamburger-menu__btn:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.hamburger-menu.active ul {
	opacity: 1;
	visibility: visible;
}
.hero-slider {
	position: relative;
	z-index: 2;
	overflow: hidden;
	width: 100%;
	height: 898px;
	margin-bottom: 100px;
}
.hero-slider__item {
	width: 100%;
}
.hero-slider__text {
	width: 100%;
	max-width: 1050px;
	margin: 0 auto 24px;
}
.hero-slider__text h1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	font: 700 68px/68px "Metropolis", Helvetica, "Helvetica Neue", Arial,
		sans-serif;
	color: #0b2b51;
}
.hero-slider__text h1 span {
	max-width: 260px;
	margin-right: 95px;
	font: 37px/40px "Metropolis", Helvetica, "Helvetica Neue", Arial, sans-serif;
}
.hero-slider__text .button-wrap {
	margin: 42px 0 0 355px;
}
.hero-slider__text .primary-button {
	padding: 2px 30px;
	height: 50px;
}
.hero-slider__animation {
	max-height: 668px;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#fff),
		to(rgba(252, 253, 255, 0))
	);
	background: linear-gradient(180deg, #fff 0, rgba(252, 253, 255, 0) 100%);
	background-color: #f5f7ff;
	text-align: center;
}
.hero-slider__animation video {
	width: 100%;
	max-width: 1440px;
	height: 100%;
}
.multi-card-slider {
	overflow: hidden;
	position: relative;
	z-index: 2;
	width: 100%;
	background: url("../img/bg/multi-card-slider-wave.png") #f6f8ff repeat-x 0 0;
}
.multi-card-slider .container {
	position: relative;
}
.multi-card-slider .swiper-prev,
.multi-card-slider .swiper-next {
	position: absolute;
	z-index: 2;
	right: 64px;
	bottom: 22px;
}
.multi-card-slider .swiper-prev.swiper-button-disabled,
.multi-card-slider .swiper-next.swiper-button-disabled {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	background-color: #e2e7f5;
	border-color: #e2e7f5;
	cursor: none;
}
.multi-card-slider .swiper-next {
	right: 0;
}
.multi-card-slider__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 80px;
}
.multi-card-slider__title h2 {
	font-family: "Metropolis", Helvetica, "Helvetica Neue", Arial, sans-serif;
}
.multi-card-slider__title h2 span {
	display: block;
	font-weight: 400;
	font-size: 37px;
	line-height: 48px;
	color: #535a72;
}
.multi-card-slider__items {
	overflow: visible;
	padding-bottom: 116px;
}
.multi-card-slider__items .multi-card {
	margin-right: 30px;
}
.multi-card-slider__items .multi-card:last-child {
	margin-right: 0;
}
.multi-card {
	display: block;
	position: relative;
	width: 370px;
	min-height: 390px !important;
	background-color: #fff;
	border-radius: 20px;
	padding: 65px 40px 60px;
}
.multi-card .icon {
	height: 89px;
	margin-bottom: 50px;
}
.multi-card .icon img {
	display: block;
	height: 100%;
}
.multi-card h3 {
	margin-bottom: 10px;
	line-height: 29px;
	color: #0b2b51;
}
.multi-card p {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: #535a72;
}
.featured-slider-with-icon {
	position: relative;
	overflow: hidden;
	width: 100%;
	background-color: #f6f8ff;
	padding-bottom: 120px;
}
.featured-slider-with-icon__item {
	position: relative;
}
.featured-slider-with-icon__item .container {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	height: 730px;
	min-height: 730px;
}
.featured-slider-with-icon__image {
	position: absolute;
	top: 0;
	left: -390px;
	max-width: 962px;
	max-height: 730px;
	min-height: 730px;
	width: 100%;
	height: 100%;
}
.featured-slider-with-icon__image img {
	display: block;
	max-width: 100%;
	height: auto;
}
.featured-slider-with-icon
	.swiper-slide-next
	.featured-slider-with-icon__image {
	left: 0;
}
.featured-slider-with-icon__info {
	max-width: 570px;
	margin: 85px 0 82px;
}
.featured-slider-with-icon__info > span {
	display: block;
	color: #535a72;
}
.featured-slider-with-icon__info h2 {
	letter-spacing: -0.5px;
}
.featured-slider-with-icon__info p {
	margin: 40px 0 30px;
}
.featured-slider-with-icon__info .secondary-button {
	margin: 10px 30px 10px 0;
}
.featured-slider-with-icon__info .link-button {
	margin: 10px 0;
}
.featured-slider-with-icon__info .link-button svg * {
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.featured-slider-with-icon__info .link-button:hover svg * {
	fill: #0b2b51;
}
.featured-slider-with-icon__nav {
	overflow: visible;
	position: absolute;
	top: calc(100% - 300px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	max-width: 1400px;
	width: 100%;
	padding: 0 15px;
}
.featured-slider-with-icon__nav .swiper-wrapper {
	width: auto;
}
.featured-slider-with-icon__nav a {
	position: relative;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 48px;
	min-width: 48px;
	height: 48px;
	border-radius: 6px;
	background-color: #fff;
	-webkit-box-shadow: 0 4px 6px -1px rgba(173, 180, 203, 0.1),
		0 1px 4px -1px rgba(173, 180, 203, 0.5);
	box-shadow: 0 4px 6px -1px rgba(173, 180, 203, 0.1),
		0 1px 4px -1px rgba(173, 180, 203, 0.5);
	margin-right: 17px;
	-webkit-transition: margin-top 0.3s ease-in-out;
	transition: margin-top 0.3s ease-in-out;
}
.featured-slider-with-icon__nav a:before {
	content: "";
	position: absolute;
	top: calc(100% + 15px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #3ba935;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.featured-slider-with-icon__nav a.swiper-slide-thumb-active {
	margin-top: -30px;
	background-color: #0b2b51;
}
.featured-slider-with-icon__nav a.swiper-slide-thumb-active img {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}
.featured-slider-with-icon__nav a.swiper-slide-thumb-active:before {
	opacity: 1;
	visibility: visible;
}
.featured-slider-with-icon__nav a:last-child {
	margin-right: 0;
}
.featured-slider-with-icon__nav a:nth-child(7) .tooltip,
.featured-slider-with-icon__nav a:nth-child(8) .tooltip,
.featured-slider-with-icon__nav a:nth-child(9) .tooltip {
	left: auto;
	right: -10px;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.featured-slider-with-icon__nav a:nth-child(7) .tooltip::before,
.featured-slider-with-icon__nav a:nth-child(8) .tooltip::before,
.featured-slider-with-icon__nav a:nth-child(9) .tooltip::before {
	left: auto;
	right: 26px;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.roi-widget-section {
	position: relative;
	z-index: 4;
	background: url("../../assets/img/bg/roi-widget-wave.png") repeat-x 0 0;
}
.roi-widget {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	max-width: 1170px;
	background-color: #0b2b51;
	margin: 0 auto;
	padding: 60px 60px 30px;
	border-radius: 30px;
}
.roi-widget .primary-button {
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-transform: none;
	background-color: #5fc595;
	border-color: #5fc595;
}
.roi-widget .primary-button:hover {
	background-color: #399e6f;
	border-color: #399e6f;
}
.roi-widget .secondary-button {
	text-transform: none;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.4);
}
.roi-widget .secondary-button:hover {
	border-color: #fff;
}
.roi-widget .wpcf7-response-output {
	margin: 0 !important;
	margin-bottom: 30px !important;
	color: #ffb900 !important;
}
.roi-widget .roi-widget-savings {
	width: 100%;
}
.roi-widget .roi-widget-savings .roi-widget-row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
.roi-widget__info {
	width: 100%;
	max-width: 360px;
	padding: 62px 0 20px;
	margin-right: 100px;
}
.roi-widget__info h2 {
	color: #fff;
}
.roi-widget__info h2 span {
	font-weight: normal;
	font-family: "Metropolis", Helvetica, "Helvetica Neue", Arial, sans-serif;
}
.roi-widget__info p {
	margin: 4px 0 16px;
	font-size: 22px;
	line-height: 30px;
	color: #fff;
}
.roi-widget__info-meter {
	position: absolute;
	top: -90px;
	left: 47px;
	padding: 17px;
	width: 192px;
	height: 192px;
	border-radius: 50%;
	background-color: #0b2b51;
}
.roi-widget-savings h2 {
	margin-bottom: 15px;
	font: 32px "Metropolis", Helvetica, "Helvetica Neue", Arial, sans-serif;
	color: #fff;
}
.roi-widget-form-layout {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.roi-widget-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.roi-widget-col {
	min-width: 280px;
	margin-right: 28px;
}
.roi-widget-col + .roi-widget-col {
	margin-right: 0;
}
.roi-widget-result {
	margin: 20px 0;
	padding: 14px 20px;
	background: rgba(0, 0, 0, 0.14);
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
	border-radius: 6px;
	font: 16px/24px "Metropolis", Helvetica, "Helvetica Neue", Arial, sans-serif;
	color: #fff;
}
.roi-widget-result span {
	display: block;
	margin-top: 4px;
	font-weight: 600;
	font-size: 24px;
}
.roi-widget-chart {
	overflow: hidden;
	width: 100%;
	height: 150px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 6px;
}
.roi-widget-chart .ct-chart {
	margin: 15px 0 -25px -15px;
}
.roi-widget-chart .chart-label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 26px;
}
.roi-widget-chart .chart-label span {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font: 600 10px "Metropolis", Helvetica, "Helvetica Neue", Arial, sans-serif;
	color: #fff;
	text-align: center;
}
.roi-widget-chart .chart-label span:before {
	content: "";
	width: 11px;
	height: 11px;
	display: block;
	margin-right: 5px;
	border-radius: 3px;
	background-color: #5fc595;
}
.roi-widget-chart .chart-label span + span:before {
	background-color: #535a72;
}
.roi-widget-action {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.roi-widget-action .secondary-button,
.roi-widget-action .primary-button {
	width: calc(50% - 15px);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.testimonials-slider {
	width: 100%;
	padding-top: 200px;
}
.testimonials-slider .h1 {
	margin-bottom: 30px;
}
.testimonials-slider .h1 span {
	display: block;
	color: #535a72;
}
.testimonials-slider .testimonials-button {
	position: absolute;
	bottom: 60px;
	left: 0;
	z-index: 5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.testimonials-slider .testimonials-button-prev,
.testimonials-slider .testimonials-button-next {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background-color: #c4c4c4;
	-webkit-transition: background-color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
	cursor: pointer;
}
.testimonials-slider .testimonials-button-prev svg,
.testimonials-slider .testimonials-button-next svg {
	width: 42px;
	height: 42px;
}
.testimonials-slider .testimonials-button-prev:hover,
.testimonials-slider .testimonials-button-next:hover {
	background: rgba(196, 196, 196, 0.3);
}
.testimonials-slider .testimonials-button-next {
	margin-left: 18px;
}
.testimonials-slider-item {
	width: 100%;
	padding-bottom: 60px;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.testimonials-slider-text {
	max-width: 520px;
	margin-right: 50px;
	padding-bottom: 80px;
}
.testimonials-slider-text p:not(.h1) {
	position: relative;
	color: #0b2b51;
}
.testimonials-slider-text p:not(.h1)::before,
.testimonials-slider-text p:not(.h1)::after {
	content: "";
	display: block;
	width: 40px;
	height: 30px;
	margin: 0 0 15px 0;
	background: url("../img/icon/quote-before.svg") no-repeat 0 0;
}
.testimonials-slider-text p:not(.h1)::after {
	width: 62px;
	height: 45px;
	margin: 10px 0 0 auto;
	background: url("../img/icon/quote-after.svg") no-repeat 0 0;
}
.testimonials-slider-text .testimonials-person {
	display: block;
	margin-top: 20px;
	font-size: 18px;
	line-height: 21px;
	color: #000;
}
.testimonials-slider-text .testimonials-person span {
	display: block;
	font-size: 16px;
	color: #3ba935;
}
.testimonials-slider-image {
	position: relative;
}
.testimonials-slider-image img {
	max-width: 536px;
	height: auto;
}
.reference-logos {
	padding: 32px 0 110px;
}
.reference-logos-slider {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}
.reference-logos-slider .swiper-slide {
	padding: 0 10px;
	text-align: center;
}
.reference-logos-slider img {
	margin: 0 auto;
}
.reference-logos-slider .swiper-wrapper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.reference-logos--all {
	padding: 0;
	margin-bottom: 110px;
}
.reference-logos--all .swiper-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.reference-logos--all .swiper-wrapper .reference-logos__item {
	display: block;
	width: calc(100% / 4 - 40px);
	margin: 40px 20px;
	text-align: center;
}
.roi-calculator-header-wrapper {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	left: 0;
	z-index: 15;
	width: 100%;
	height: 80px;
	-webkit-transition-property: margin, -webkit-transform;
	transition-property: margin, -webkit-transform;
	transition-property: margin, transform;
	transition-property: margin, transform, -webkit-transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}
.roi-calculator-header-wrapper.closed {
	margin-bottom: -80px;
	-webkit-transform: translateY(-80px);
	transform: translateY(-80px);
}
.roi-calculator-header-wrapper.hidden {
	-webkit-transform: translateY(-80px);
	transform: translateY(-80px);
}
.roi-calculator-header {
	overflow: hidden;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 1280px;
	width: 100%;
	height: 80px;
	min-height: 80px;
	margin: 0 auto;
	background-color: #878ea8;
	border-radius: 0 0 30px 30px;
}
.roi-calculator-header .h2 {
	margin: 0 30px 0 80px;
	font-weight: 700;
	color: #fff;
	white-space: nowrap;
}
.roi-calculator-header .h2 span {
	font-weight: normal;
	font-family: "Metropolis", Helvetica, "Helvetica Neue", Arial, sans-serif;
}
.roi-calculator-header-advanced {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #0b2b51;
	height: 100%;
	margin-left: auto;
	margin-right: 0;
	padding: 0 100px 0 14px;
	border-radius: 100px 0 70px 100px;
}
.roi-calculator-header-advanced p {
	padding: 0 20px;
	font-weight: 700;
	color: #fff;
}
.roi-calculator-header-advanced .primary-button {
	margin-left: auto;
	margin-right: 0;
	border-color: #5fc595;
	background-color: #5fc595;
	font-size: 11px;
	white-space: nowrap;
}
.roi-calculator-header-advanced .primary-button:hover {
	background-color: #399e6f;
	border-color: #399e6f;
}
.roi-calculator-header-close {
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	z-index: 2;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 24px;
	color: #adb4cb;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.card-grid {
	position: relative;
	z-index: 2;
	max-width: 370px;
	height: 252px;
	width: 100%;
	padding: 16px 30px 20px;
	border-radius: 20px;
	border: 1px solid #e2e7f5;
	background-color: #fff;
	cursor: pointer;
}
.card-grid h2,
.card-grid h3 {
	margin: 6px 0 12px;
}
.card-grid img {
	width: 48px;
}
.card-grid-content {
	position: relative;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	border-radius: 20px;
	width: 100%;
	border: 1px solid #fff;
	background-color: #fff;
	-webkit-transition: 0.15s ease-in-out;
	transition: 0.15s ease-in-out;
}
.card-grid-content__text {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.card-grid__action {
	display: none;
	padding: 20px 0;
}
.card-grid__action .card-grid__features-btn {
	display: inline-block;
	font: 700 16px/24px "Metropolis", Helvetica, "Helvetica Neue", Arial,
		sans-serif;
	color: #878ea8;
	white-space: nowrap;
}
.card-grid__action .card-grid__features-btn img {
	position: relative;
	top: 6px;
	display: inline-block;
	width: 24px;
	height: auto;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.card-grid__action .secondary-button,
.card-grid__action .primary-button {
	height: 40px;
	padding: 0 12px;
	text-transform: none;
	font-size: 14px;
	line-height: 40px;
	white-space: nowrap;
}
.card-grid__action .secondary-button {
	border-color: #f6f8ff;
	background-color: #f6f8ff;
	color: #0b2b51;
}
.card-grid__action .secondary-button:hover {
	background-color: #ecf0ff;
}
.card-grid__action.active .card-grid__features-btn img {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.card-grid__action.active .card-features-list {
	opacity: 1;
	visibility: visible;
	height: auto;
	margin-top: 20px;
	padding-top: 20px;
}
.card-action-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	white-space: nowrap;
}
.card-action-buttons * {
	margin-right: 20px;
}
.card-action-buttons *:last-child {
	margin-right: 0;
}
.card-features-list {
	opacity: 0;
	visibility: hidden;
	height: 0;
	-webkit-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
	border-top: 1px solid #e2e7f5;
}
.card-features-list li {
	position: relative;
	padding-left: 28px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #535a72;
}
.card-features-list li:last-child {
	margin-bottom: 0;
}
.card-features-list img {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 16px;
}
.card-grid-medium-height {
	height: 260px;
}
.feature-summary-bar {
	position: relative;
	margin-bottom: 100px;
}
.feature-summary-bar .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 65px 0 0;
}
.feature-summary-item {
	max-width: 174px;
	margin: 14px;
	text-align: center;
}
.feature-summary-item figure {
	overflow: hidden;
	height: 158px;
	margin: 0 auto;
}
.feature-summary-item img {
	display: block;
	width: 100%;
	margin: 0 auto;
}
.feature-summary-item h6 {
	font: 700 16px/24px "Inter", Helvetica, "Helvetica Neue", Arial, sans-serif;
	color: #0b2b51;
}
.roi-cta {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1170px;
	width: 100%;
	border-radius: 30px;
	margin-bottom: 100px;
	background-color: #878ea8;
}
.roi-cta h2 {
	margin: 0 30px 0 90px;
	color: #fff;
	font-weight: 700;
}
.roi-cta h2 span {
	display: block;
	font-weight: 400;
	font-family: "Metropolis", Helvetica, "Helvetica Neue", Arial, sans-serif;
}
.roi-cta-content {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #0b2b51;
	padding: 24px;
	border-radius: 150px 30px 30px 150px;
}
.roi-cta-content-text {
	max-width: 340px;
	margin-left: 74px;
	margin-right: 40px;
}
.roi-cta-content-text p {
	margin-bottom: 15px;
	font: 700 22px/30px "Metropolis", Helvetica, "Helvetica Neue", Arial,
		sans-serif;
	color: #fff;
}
.roi-cta-content-text .primary-button {
	background-color: #5fc595;
	border-color: #5fc595;
}
.roi-cta-content-text .primary-button:hover {
	background-color: #399e6f;
	border-color: #399e6f;
}
.success-stories-slider {
	width: 100%;
	position: relative;
	margin-bottom: 100px;
}
.success-stories-slider .container {
	position: relative;
}
.success-stories-slider .swiper-wrapper {
	z-index: 2;
}
.success-stories-slider .swiper-prev,
.success-stories-slider .swiper-next {
	position: absolute;
	bottom: 110px;
	left: 38px;
	z-index: 3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	padding: 2px 0;
	background: rgba(0, 0, 0, 0.3);
	border-radius: 50%;
	color: #fff;
	font-size: 24px;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	cursor: pointer;
}
.success-stories-slider .swiper-prev:hover,
.success-stories-slider .swiper-next:hover {
	background: rgba(0, 0, 0, 0.7);
}
.success-stories-slider .swiper-next {
	left: 508px;
}
.success-stories-slider .slider-page-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	bottom: 0;
	left: calc(100% - 458px);
	z-index: 3;
	color: #000;
}
.success-stories-slider .slider-page-info a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	font-size: 24px;
}
.success-stories-slider .slider-page-info .swiper-pagination {
	position: static;
	width: auto;
}
.success-stories-slider-items {
	overflow: visible;
	position: relative;
	z-index: 2;
	padding: 50px 0;
}
.success-stories-slider-items::after {
	content: "";
	position: absolute;
	top: 0;
	left: -50px;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: url("../img/bg/succes-stories-vector.png") #fff no-repeat 0 0;
}
.success-stories-slider-item {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-height: 495px;
}
.success-stories-slider-item-text {
	max-width: 440px;
	width: 100%;
	margin-left: 25px;
}
.success-stories-slider-item-text .h1 {
	position: relative;
	z-index: 3;
	display: block;
	margin-bottom: 40px;
}
.success-stories-slider-item-text p {
	margin-bottom: 40px;
}
.success-stories-slider-item-text .h6 {
	line-height: 22px;
}
.success-stories-slider-item-text .h6 span {
	display: block;
	margin-top: 6px;
	font-size: 16px;
	line-height: 19px;
	color: #3ba935;
}
.success-stories-slider-item-image {
	overflow: hidden;
	position: relative;
	border-radius: 40px;
}
.success-stories-slider-item-image img {
	position: relative;
	z-index: 1;
	display: block;
}
.success-stories-slider-item-image:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(rgba(0, 0, 0, 0)),
		to(rgba(29, 29, 29, 0.6))
	);
	background: linear-gradient(
		180deg,
		rgba(0, 0, 0, 0) 0,
		rgba(29, 29, 29, 0.6) 100%
	);
}
.request-demo-modal {
	max-width: 718px;
}
.request-demo-modal .wpcf7-textarea {
	max-height: 100px;
}
.benefit-grid {
	margin-bottom: 100px;
}
.benefit-grid .container {
	padding-top: 100px;
	padding-bottom: 100px;
	border-bottom: 1px solid #ededed;
}
.benefit-grid h2 {
	margin-bottom: 60px;
	font-weight: 700;
	text-align: center;
}
.benefit-grid-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.benefit-grid-list li {
	position: relative;
	width: calc(100% / 3 - 40px);
	margin: 20px;
	padding-left: 84px;
}
.benefit-grid-list figure {
	position: absolute;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	border-radius: 12px;
	background-color: #f5fbf5;
}
.two-column-text {
	padding: 100px 0;
}
.two-column-text h2 {
	margin-bottom: 60px;
	font-weight: 700;
	text-align: center;
}
.two-column-text .container.text-col {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}
.two-column-text p {
	max-width: 635px;
	margin: 0 auto 30px;
	text-align: left;
}
.two-column-text p:empty {
	display: none;
}
.featured-downloads {
	position: relative;
	margin-bottom: 160px;
}
.featured-downloads-cover {
	overflow: hidden;
	max-height: 708px;
}
.featured-downloads-cover img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.featured-downloads-box {
	position: relative;
	max-width: 970px;
	margin: -100px auto 0;
	padding: 60px;
	-webkit-box-shadow: 0 24px 32px rgba(0, 0, 0, 0.02),
		0 16px 24px rgba(0, 0, 0, 0.02), 0 4px 8px rgba(0, 0, 0, 0.02),
		0 0 1px rgba(0, 0, 0, 0.02);
	box-shadow: 0 24px 32px rgba(0, 0, 0, 0.02), 0 16px 24px rgba(0, 0, 0, 0.02),
		0 4px 8px rgba(0, 0, 0, 0.02), 0 0 1px rgba(0, 0, 0, 0.02);
	border-radius: 12px;
	background-color: #fff;
	text-align: center;
}
.featured-downloads-box h3 {
	max-width: 554px;
	margin: 0 auto 40px;
	font-size: 32px;
	line-height: 36px;
	color: #000;
}
.featured-downloads-box ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 735px;
	margin: 0 auto;
}
.featured-downloads-box a {
	position: relative;
	display: block;
	width: 184px;
	height: 162px;
	padding: 20px;
	margin: 20px 30px;
	background: #fff;
	border: 1px solid #e2e7f5;
	border-radius: 20px;
}
.featured-downloads-type {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	text-align: center;
}
.featured-downloads-type img {
	max-width: 116px;
	margin: 0 auto;
}
.featured-downloads-type figcaption {
	font-weight: bold;
	font-size: 14px;
	line-height: 24px;
	color: #535a72;
}
.featured-downloads-modal {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	max-width: 717px;
}
.featured-downloads-modal .modal-description h3 {
	margin: 35px 0 12px;
}
.screenshot-with-description {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 158px;
}
.screenshot-with-description-image {
	display: block;
	max-width: 680px;
}
.screenshot-with-description-image img {
	max-width: 100%;
}
.screenshot-with-description-text {
	margin-left: 80px;
	max-width: 520px;
}
.screenshot-with-description-text h3 {
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 36px;
}
.cta-section {
	padding: 100px 0;
	background-color: #f6f8ff;
	text-align: center;
}
.cta-section p {
	max-width: 1022px;
	margin: 0 auto 60px;
	font: bold 36px/50px "Metropolis", Helvetica, "Helvetica Neue", Arial,
		sans-serif;
	color: #0b2b51;
}
.cta-section a {
	width: 100%;
	max-width: 322px;
	margin: 0 15px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.features-card-grid {
	padding: 85px 0 100px;
	text-align: center;
}
.features-card-grid .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.features-card-grid .primary-button {
	max-width: 322px;
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 45px auto 0;
}
.features-card-grid-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 270px;
	width: 100%;
	height: 238px;
	margin: 15px;
	padding: 20px;
	background-color: #fff;
	border: 1px solid #e2e7f5;
	border-radius: 28px;
	text-align: center;
}
.features-card-grid-item figure {
	width: 120px;
	height: 120px;
	margin: 0 auto 15px;
}
.features-card-grid-item img {
	display: block;
	width: 100%;
}
.features-card-grid-item h3 {
	width: 100%;
	font: bold 20px/33px "Inter", Helvetica, "Helvetica Neue", Arial, sans-serif;
}
.side-by-side-description
	.side-by-side-description-item:nth-child(even)
	figure {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}
.side-by-side-description
	.side-by-side-description-item:nth-child(even)
	.side-by-side-description-item-list {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	margin: 0 -100px 0 0;
}
.side-by-side-description
	.side-by-side-description-item:nth-child(even)
	.side-by-side-description-item-list:before {
	left: auto;
	right: 12px;
}
.side-by-side-description .side-by-side-description-item:nth-child(even) ul {
	border-bottom-right-radius: 0;
}
.side-by-side-description-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 160px;
	position: relative;
}
.side-by-side-description-item figure {
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.side-by-side-description-item figure img {
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 580px;
	height: auto;
	border-radius: 10px;
}
.side-by-side-description-item ul {
	position: relative;
	z-index: 3;
	border-radius: 10px;
	padding: 60px;
	border-bottom-left-radius: 0;
	background-color: #fff;
	margin-top: 60px;
	height: calc(100% - 60px);
}
.side-by-side-description-item li {
	max-width: 606px;
	margin-bottom: 40px;
}
.side-by-side-description-item li:last-child {
	margin-bottom: 0;
}
.side-by-side-description-item li h3 {
	margin-bottom: 20px;
	font-size: 36px;
	line-height: 58px;
}
.side-by-side-description-item h2 {
	margin-bottom: 16px;
	font-weight: bold;
	font-size: 36px;
	line-height: 58px;
}
.side-by-side-description-item .primary-button {
	margin-top: 40px;
	height: 40px;
	font-size: 14px;
	text-transform: none;
}
.side-by-side-description-item:last-of-type {
	margin-bottom: 0;
}
.side-by-side-description-item-list {
	position: relative;
	margin: 0 0 0 -100px;
}
.side-by-side-description-item-list:before {
	content: "";
	position: absolute;
	top: 72px;
	left: 12px;
	z-index: 2;
	width: 106px;
	height: 218px;
	-webkit-box-shadow: 20px -16px 44px rgba(0, 0, 0, 0.25);
	box-shadow: 20px -16px 44px rgba(0, 0, 0, 0.25);
}
.side-by-side-description--landing {
	padding: 140px 0 100px;
	background-color: #f9faff;
}
.side-by-side-description--landing .side-by-side-description-item-list ul {
	background-color: #f9faff;
}
.side-by-side-description--center {
	margin: 120px 0 140px;
}
.side-by-side-description--center .side-by-side-description-item {
	margin-bottom: 0;
}
.side-by-side-description--center .side-by-side-description-item-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 0 -200px;
}
.side-by-side-description--center .side-by-side-description-item-list::before {
	display: none;
}
.side-by-side-description--center .side-by-side-description-item-list ul {
	height: unset;
	padding: 60px 67px 53px 90px;
	border-radius: 10px;
	margin-top: 0;
}
.side-by-side-description--center .side-by-side-description-item-list ul h3 {
	margin-bottom: 10px;
}
.side-by-side-description--center
	.side-by-side-description-item-list
	ul
	.primary-button {
	margin-top: 40px;
	text-transform: uppercase;
}
.corporate-testimonial {
	margin-bottom: 160px;
}
.corporate-testimonial .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 100px 0;
	border-bottom: 1px solid #ededed;
}
.corporate-testimonial__text {
	margin-left: 120px;
}
.corporate-testimonial__text p {
	margin-bottom: 16px;
	font-size: 20px;
	line-height: 30px;
	color: #0b2b51;
}
.corporate-testimonial__text p:before {
	content: "“";
	margin-right: -4px;
}
.corporate-testimonial__text p:after {
	content: "”";
	margin-left: -4px;
}
.corporate-testimonial__text span {
	font-weight: 600;
	font-size: 16px;
	line-height: 36px;
	letter-spacing: 1px;
	color: #0b2b51;
	text-transform: uppercase;
}
.ebook-card {
	position: relative;
	width: 100%;
	height: 453px;
	max-height: 453px;
	cursor: pointer;
}
.ebook-card-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
	height: 100%;
	padding: 20px 30px;
	background-color: #fff;
	border: 1px solid #e2e7f5;
	border-radius: 20px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.ebook-card-inner-image {
	width: 100%;
	height: 159px;
	margin-bottom: 20px;
}
.ebook-card-inner-image img {
	width: 100%;
	height: 100%;
}
.ebook-card-inner-title {
	font: 700 22px/30px "Metropolis", Helvetica, "Helvetica Neue", Arial,
		sans-serif;
	color: #0b2b51;
	margin-bottom: 12px;
}
.ebook-card-inner-content {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font: 400 18px/30px "Metropolis", Helvetica, "Helvetica Neue", Arial,
		sans-serif;
	color: #535a72;
	margin-bottom: 12px;
}
.ebook-card-inner-info {
	font: 700 16px/30px "Metropolis", Helvetica, "Helvetica Neue", Arial,
		sans-serif;
	color: #12a4ed;
}
.ebook-card-inner .primary-button {
	display: none;
	text-transform: none;
	height: 40px;
	min-height: 40px;
	margin-top: 20px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(4px);
	transform: translateY(4px);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.ebook-card-inner .primary-button.active {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.ebook-card.active .ebook-card-inner {
	height: 513px;
	-webkit-box-shadow: 0 12px 74px -10px rgba(83, 90, 114, 0.26),
		0 20px 25px -5px rgba(83, 90, 114, 0.06),
		0 10px 10px -10px rgba(83, 90, 114, 0.1);
	box-shadow: 0 12px 74px -10px rgba(83, 90, 114, 0.26),
		0 20px 25px -5px rgba(83, 90, 114, 0.06),
		0 10px 10px -10px rgba(83, 90, 114, 0.1);
}
.slider-with-thumbs {
	width: 100%;
	max-width: 570px;
}
.slider-with-thumbs-main {
	width: 100%;
	height: 365px;
	margin-bottom: 12px;
	pointer-events: none;
}
.slider-with-thumbs-main-item {
	width: 100%;
	height: 365px !important;
	border-radius: 20px;
}
.slider-with-thumbs-main-item img {
	width: 100%;
	height: 100%;
	max-height: 365px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: inherit;
}
.slider-with-thumbs-thumbnail {
	width: 100%;
	height: 80px;
}
.slider-with-thumbs-thumbnail .slick-list {
	width: calc(100% + 6px);
}
.slider-with-thumbs-thumbnail .slick-track {
	margin: 0;
}
.slider-with-thumbs-thumbnail-item {
	width: 100%;
	height: 100%;
	border-radius: 12px;
	margin-right: 12px;
	opacity: 0.4;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.slider-with-thumbs-thumbnail-item:last-child {
	margin-right: 0;
}
.slider-with-thumbs-thumbnail-item.slick-current {
	opacity: 1;
}
.slider-with-thumbs-thumbnail-item img {
	width: 96px;
	height: 80px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: inherit;
}
.custom-ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
}
.custom-ul-item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
	margin-bottom: 30px;
}
.custom-ul-item:last-child {
	margin-bottom: 0;
}
.custom-ul-item::before {
	content: "";
	width: 9px;
	min-width: 9px;
	height: 9px;
	background-image: url("../../assets/img/bg/custom-ul-bg.svg");
	background-repeat: no-repeat;
	margin-right: 25px;
	-webkit-transform: translateY(9px);
	transform: translateY(9px);
}
.custom-ul-item span {
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	color: #535a72;
}
.basic-text-section {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-bottom: 110px;
}
.basic-text-section .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.basic-text-section-title {
	width: 100%;
	max-width: 383px;
	margin-right: 30px;
}
.basic-text-section-title .h2 {
	font-weight: 700;
	line-height: 58px;
}
.basic-text-section-inner {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: 570px;
	margin-left: auto;
}
.basic-text-section-inner p {
	font: 400 18px/30px "Metropolis", Helvetica, "Helvetica Neue", Arial,
		sans-serif;
	color: #0b2b51;
	margin-bottom: 30px;
}
.basic-text-section-inner p:last-child {
	margin-bottom: 0;
}
.post-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
	padding-bottom: 10px;
	border-bottom: 1px solid #e2e7f5;
}
.post-card-image {
	width: 100%;
	height: 174px;
	border-radius: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}
.post-card-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: inherit;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.post-card-image:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.post-card-title {
	display: block;
	padding: 0 20px;
	margin-bottom: 20px;
	min-height: 90px;
}
.post-card-title h6 {
	font: 700 22px/30px "Metropolis", Helvetica, "Helvetica Neue", Arial,
		sans-serif;
	color: #0b2b51;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.post-card-title:hover h6 {
	color: #12a4ed;
}
.post-card-action {
	width: 100%;
	padding: 0 20px;
}
.post-card-action .link-button {
	line-height: 30px;
}
.post-card-action-date {
	position: relative;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	color: #878ea8;
	padding-left: 7px;
	margin-left: 3px;
}
.post-card-action-date::before {
	content: "";
	width: 1px;
	height: 15px;
	background-color: #878ea8;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.post-card--big {
	padding-bottom: 20px;
}
.post-card--big .post-card-image {
	height: 529px;
}
.subscription-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
	padding: 30px;
	background-color: #535a72;
	border-radius: 20px;
}
.subscription-card p {
	font: 400 20px/28px "Metropolis", Helvetica, "Helvetica Neue", Arial,
		sans-serif;
	color: #fff;
	margin-bottom: 15px;
}
.subscription-card .form-item {
	width: 100%;
	margin-bottom: 6px;
}
.subscription-card input[type="email"] {
	padding: 0 16px;
	background-color: transparent;
	font: 400 14px/24px "Inter", Helvetica, "Helvetica Neue", Arial, sans-serif;
	color: #fff;
}
.subscription-card input[type="email"]::-webkit-input-placeholder {
	color: #fff;
}
.subscription-card input[type="email"]::-moz-placeholder {
	color: #fff;
}
.subscription-card input[type="email"]:-ms-input-placeholder {
	color: #fff;
}
.subscription-card input[type="email"]::-ms-input-placeholder {
	color: #fff;
}
.subscription-card input[type="email"]::placeholder {
	color: #fff;
}
.subscription-card span,
.subscription-card .hs-richtext p {
	font: 400 16px/24px "Inter", Helvetica, "Helvetica Neue", Arial, sans-serif;
	color: #fff;
	margin-bottom: 20px;
}
.subscription-card .primary-button,
.subscription-card input[type="submit"] {
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-transform: none;
}
.subscription-card .hbspt-form {
	width: 100%;
}
.subscription-card .hbspt-form label {
	all: unset;
}
.subscription-card .hbspt-form .submitted-message {
	all: unset;
	color: #fff;
	text-align: center;
}
.subscription-card .hs-form-field > label {
	display: none;
}
.subscription-card .hs-form-field .input {
	margin-bottom: 6px;
}
.subscription-card .hs_submit {
	margin-top: 30px;
}
.subscription-card .hs-error-msgs label {
	font-size: 14px;
	color: #fff;
}
.report-cta-card {
	width: 100%;
	padding: 60px 47px 40px;
	background-color: #3ba935;
	border-radius: 20px;
}
.report-cta-card p {
	max-width: 229px;
	font: 400 37px/47px "Metropolis", Helvetica, "Helvetica Neue", Arial,
		sans-serif;
	color: #fff;
	margin-bottom: 30px;
}
.report-cta-card .primary-button {
	text-transform: none;
	background-color: #0b2b51;
	border-color: #0b2b51;
}
.report-cta-card .primary-button:hover {
	border-color: rgba(25, 44, 73, 0.8);
	background-color: rgba(25, 44, 73, 0.8);
}
.roi-cta-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
	padding: 24px 30px 30px;
	background-color: #0b2b51;
	border-radius: 20px;
}
.roi-cta-card h6 {
	max-width: 178px;
	font: 400 37px/54px "Metropolis", Helvetica, "Helvetica Neue", Arial,
		sans-serif;
	color: #fff;
	margin-bottom: 10px;
}
.roi-cta-card p {
	max-width: 262px;
	font: 400 24px/38px "Metropolis", Helvetica, "Helvetica Neue", Arial,
		sans-serif;
	color: #fff;
	margin-bottom: 6px;
}
.roi-cta-card .primary-button {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	text-transform: none;
}
.explore-topics {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-bottom: 95px;
}
.explore-topics .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.explore-topics .h1 {
	text-align: center;
	margin-bottom: 45px;
}
.explore-topics ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.explore-topics li {
	margin: 15px;
}
.explore-topics .secondary-button {
	text-transform: none;
}
.explore-topics .secondary-button svg path {
	-webkit-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
}
.explore-topics .secondary-button:hover svg path {
	fill: #fff;
}
.share {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.share strong {
	font-size: 11px;
	font-weight: 700;
	line-height: 16px;
	color: #000;
	margin-right: 20px;
}
.share ul {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.share li {
	margin-right: 10px;
}
.share li:last-child {
	margin-right: 0;
}
.share a {
	display: inline-block;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.share a:hover {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.share img {
	width: 24px;
	height: 24px;
}
.share--vertical-fix {
	position: fixed;
	top: 130px;
	left: 66px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.share--vertical-fix strong {
	margin-right: 0;
	margin-bottom: 20px;
}
.share--vertical-fix ul {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.share--vertical-fix li {
	margin-right: 0;
	margin-bottom: 10px;
}
.share--vertical-fix li:last-child {
	margin-bottom: 0;
}
.e-book-cta-card {
	width: 100%;
	padding: 40px 44px 40px 40px;
	background-color: #e2e7f5;
	border-radius: 20px;
}
.e-book-cta-card-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-bottom: 25px;
}
.e-book-cta-card-title h6 {
	font: 700 48px/58px "Metropolis", Helvetica, "Helvetica Neue", Arial,
		sans-serif;
	color: #0b2b51;
	padding-bottom: 12px;
	margin-left: 23px;
}
.e-book-cta-card p {
	font-size: 16px;
	line-height: 24px;
	color: #535a72;
	margin-bottom: 20px;
}
.e-book-cta-card .primary-button {
	background-color: #0b2b51;
	border-color: #0b2b51;
}
.e-book-cta-card .primary-button:hover {
	background-color: #535a72;
	border-color: #535a72;
}
.explore-more-content {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-bottom: 100px;
}
.explore-more-content h5 {
	font-size: 48px;
	font-weight: 700;
	line-height: 58px;
	color: #0b2b51;
	text-align: center;
	margin-bottom: 60px;
}
.explore-more-content .card-grid-list {
	padding: 0;
}
.sectoral-reports-download-modal {
	max-width: 712px;
}
.case-studies-card {
	position: relative;
	width: 100%;
	height: 178px;
}
.case-studies-card-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
	height: 100%;
	padding: 20px 34px 20px 30px;
	background-color: #fff;
	border: 1px solid #e2e7f5;
	border-radius: 20px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.case-studies-card-inner h4 {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 22px;
	font-weight: 700;
	line-height: 30px;
	color: #0b2b51;
	margin-bottom: 12px;
}
.case-studies-card-inner .primary-button {
	display: none;
	text-transform: none;
	margin-top: 14px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.case-studies-card-inner p {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.case-studies-card-inner-image {
	margin-right: 25px;
}
.image-text-section {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-bottom: 100px;
}
.image-text-section .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.image-text-section-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
	max-width: 540px;
	margin-right: 30px;
}
.image-text-section-inner .h2 {
	font-size: 32px;
	font-weight: 700;
	line-height: 58px;
	color: #000;
	margin-bottom: 20px;
}
.image-text-section-inner p {
	font: 400 16px/24px "Metropolis", Helvetica, "Helvetica Neue", Arial,
		sans-serif;
	color: #535a72;
	margin-bottom: 30px;
}
.image-text-section-picture {
	margin-left: auto;
}
.cstudies-download-modal {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	max-width: 717px;
}
.cstudies-download-modal .modal-description h3 {
	margin: 35px 0 12px;
}
.webinar-card {
	position: relative;
	width: 100%;
	height: 372px;
}
.webinar-card:hover {
	z-index: 2;
}
.webinar-card:hover .webinar-card-inner {
	top: -20px;
	width: calc(100% + 30px);
	padding: 30px;
	-webkit-box-shadow: 0 12px 74px -10px rgba(83, 90, 114, 0.26),
		0 20px 25px -5px rgba(83, 90, 114, 0.06),
		0 10px 10px -10px rgba(83, 90, 114, 0.1);
	box-shadow: 0 12px 74px -10px rgba(83, 90, 114, 0.26),
		0 20px 25px -5px rgba(83, 90, 114, 0.06),
		0 10px 10px -10px rgba(83, 90, 114, 0.1);
}
.webinar-card:hover .webinar-card-inner h6,
.webinar-card:hover .webinar-card-inner p {
	display: block;
	-webkit-line-clamp: unset;
	-webkit-box-orient: unset;
	overflow: unset;
}
.webinar-card:hover .webinar-card-inner-learn-more {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}
.webinar-card:hover .webinar-card-inner-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.webinar-card-inner {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	height: auto;
	min-height: 100%;
	padding: 27px 25px;
	background-color: #fff;
	border: 1px solid #e2e7f5;
	border-radius: 20px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.webinar-card-inner h6 {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 22px;
	font-weight: 700;
	line-height: 30px;
	color: #0b2b51;
	margin-bottom: 12px;
}
.webinar-card-inner p {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.webinar-card-inner-image {
	width: 100%;
	height: 143px;
	background-color: #d8dbe0;
	margin-bottom: 20px;
}
.webinar-card-inner-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.webinar-card-inner-button {
	display: none;
	margin-top: 20px;
	text-transform: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.webinar-card-inner-learn-more {
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 20px;
}
.webinar-card-inner-learn-more span {
	font: 700 16px/20px "Metropolis", Helvetica, "Helvetica Neue", Arial,
		sans-serif;
	color: #878ea8;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.webinar-card-inner-learn-more img {
	width: 20px;
	height: auto;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.webinar-card-inner-learn-more:hover span {
	color: #0b2b51;
}
.webinar-card-inner-learn-more.active {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}
.webinar-card-inner-learn-more.active img {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}
.webinar-card-inner-learn-more-detail {
	width: 100%;
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-top: 20px;
}
.webinar-card-inner-learn-more-detail ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 20px;
}
.webinar-card-inner-learn-more-detail li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 4px;
}
.webinar-card-inner-learn-more-detail li:last-child {
	margin-bottom: 0;
}
.webinar-card-inner-learn-more-detail li img {
	margin-right: 9px;
}
.webinar-card-inner-learn-more-detail li span {
	font: 400 16px/30px "Metropolis", Helvetica, "Helvetica Neue", Arial,
		sans-serif;
	color: #878ea8;
}
.webinar-card-inner-learn-more-detail .webinar-speakers {
	display: inline;
}
.webinar-card-inner-learn-more-detail .webinar-speakers span + span {
	padding-left: 5px;
}
.webinar-card-inner-learn-more-detail .webinar-speakers span + span:before {
	content: "|";
	padding-right: 5px;
}
.webinar-card-inner-learn-more-detail .primary-button {
	text-transform: none;
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.webinar-card-inner-learn-more-detail.active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.secondary-feature-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	width: 100%;
	max-width: 135px;
	min-width: 135px;
	height: 135px;
	padding: 15px 5px 0;
	background-color: #fff;
	-webkit-box-shadow: 0 18.6489px 24.8652px rgba(0, 0, 0, 0.02),
		0 12.4326px 18.6489px rgba(0, 0, 0, 0.02),
		0 3.10815px 196.22px rgba(0, 0, 0, 0.04), 0 0 0.777038px rgba(0, 0, 0, 0.04);
	box-shadow: 0 18.6489px 24.8652px rgba(0, 0, 0, 0.02),
		0 12.4326px 18.6489px rgba(0, 0, 0, 0.02),
		0 3.10815px 196.22px rgba(0, 0, 0, 0.04), 0 0 0.777038px rgba(0, 0, 0, 0.04);
	border-radius: 10px;
}
.secondary-feature-card span {
	max-width: 80px;
	font: 400 12px/16px "Metropolis", Helvetica, "Helvetica Neue", Arial,
		sans-serif;
	color: #000;
	text-align: center;
	margin-top: 8px;
}
.side-by-side-video {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	padding: 174px 0 120px;
}
.side-by-side-video .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.side-by-side-video .video-content {
	margin-bottom: 95px;
}
.side-by-side-video .video-content:nth-of-type(2n) .video-content-video {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	margin-right: 0;
	margin-left: auto;
}
.side-by-side-video .video-content:nth-of-type(2n) .video-content-content {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}
.side-by-side-video .video-content:last-of-type {
	margin-bottom: 0;
}
.video-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
}
.video-content-video {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 536px;
	min-width: 536px;
	height: 376px;
	background-image: url("../../assets/img/bg/video-content-bg.svg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin-right: auto;
}
.video-content-video iframe {
	width: 462px;
	height: 318px;
	border-radius: 20px;
}
.video-content-content {
	margin-top: 74px;
	margin-left: 15px;
}
.video-content-content .h2 {
	max-width: 522px;
	font-size: 36px;
	font-weight: 700;
	line-height: 48px;
	color: #0b2b51;
	margin-bottom: 20px;
}
.video-content-content p {
	max-width: 606px;
	font: 400 16px/28px "Metropolis", Helvetica, "Helvetica Neue", Arial,
		sans-serif;
}
.video-content-content ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.video-content-content ul li {
	position: relative;
	width: 100%;
	margin-bottom: 10px;
	padding-left: 13px;
}
.video-content-content ul li:last-child {
	margin-bottom: 0;
}
.video-content-content ul li::before {
	content: "";
	width: 5px;
	height: 5px;
	background-color: #535a72;
	border-radius: 50%;
	position: absolute;
	top: 12px;
	left: 0;
}
.video-content--big .video-content-video {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 628px;
	min-width: 628px;
	height: 425px;
	background-image: url("../../assets/img/bg/video-content-big-bg.svg");
	background-size: 200px 242px;
	background-position: top right;
}
.video-content--big .video-content-video iframe {
	margin-top: 48px;
	margin-right: 40px;
	width: 580px;
	height: 384px;
}
.about-me {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	padding: 120px 0 100px;
}
.about-me .container {
	max-width: 1040px;
}
.about-me .social-links {
	margin-top: 160px;
}
.about-me-wrapper {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.about-me-wrapper-image {
	margin-right: 30px;
}
.about-me-wrapper-image img {
	display: block;
	max-width: 100%;
}
.about-me-wrapper-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
	max-width: 528px;
	margin-left: auto;
}
.about-me-wrapper-inner .h1 {
	margin-bottom: 23px;
}
.about-me-wrapper-inner p {
	margin-bottom: 16px;
}
.about-me-wrapper-inner strong {
	font: 400 18px/22px "Inter", Helvetica, "Helvetica Neue", Arial, sans-serif;
	color: #0b2b51;
	margin-bottom: 6px;
}
.about-me-wrapper-inner span {
	font: 400 16px/19px "Inter", Helvetica, "Helvetica Neue", Arial, sans-serif;
	color: #3ba935;
}
.quick-info-banner {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-bottom: 120px;
	height: 567px;
	background-repeat: no-repeat;
	background-size: cover;
}
.quick-info-banner::after {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(25, 44, 73, 0.8);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.quick-info-banner .container {
	position: relative;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	text-align: center;
}
.quick-info-banner h6 {
	font: 700 37px/58px "Metropolis", Helvetica, "Helvetica Neue", Arial,
		sans-serif;
	color: #fff;
	margin-bottom: 40px;
}
.quick-info-banner h6 span {
	color: #3ba935;
}
.quick-info-banner p {
	max-width: 728px;
	font: 400 28px/43px "Metropolis", Helvetica, "Helvetica Neue", Arial,
		sans-serif;
	color: #fff;
}
.quick-info-banner-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	margin-top: 40px;
}
.quick-info-banner-buttons .primary-button {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	max-width: 222px;
	height: 50px;
	max-height: 50px;
	font-size: 14px;
	line-height: 24px;
}
.quick-info-banner-buttons .primary-button:first-child {
	background-color: #fff;
	border-color: #fff;
	color: #0b2b51;
	margin-right: 40px;
}
.quick-info-banner-buttons .primary-button:first-child:hover {
	background-color: #f6f8ff;
	border-color: #f6f8ff;
}
.landing-features-section {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin: 120px 0;
}
.landing-features-section .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.landing-features-section-image {
	width: 100%;
	max-width: 478px;
	height: 405px;
	border-radius: 16px;
	margin-right: 52px;
}
.landing-features-section-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: inherit;
}
.landing-features-section-inner {
	width: 100%;
}
.landing-features-section-inner .h1 {
	font-size: 38px;
	line-height: 52px;
	margin-bottom: 40px;
}
.landing-features-section-inner ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}
.landing-features-section-inner a,
.landing-features-section-inner div {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding: 25px 30px 25px 18px;
	background-color: #fff;
	-webkit-box-shadow: 0 16px 24px rgba(0, 0, 0, 0.06),
		0 2px 6px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
	box-shadow: 0 16px 24px rgba(0, 0, 0, 0.06), 0 2px 6px rgba(0, 0, 0, 0.04),
		0 0 1px rgba(0, 0, 0, 0.04);
	border-radius: 20px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.landing-features-section-inner a span,
.landing-features-section-inner div span {
	font-size: 22px;
	line-height: 31px;
	margin-left: 30px;
}
.landing-features-section-inner a:hover,
.landing-features-section-inner div:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.landing-calendar {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	padding: 100px 0 7px;
	background-color: #f9faff;
}
.landing-calendar .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.landing-calendar .h1 {
	font-size: 38px;
	line-height: 52px;
	margin-bottom: 120px;
}
.landing-calendar-cards {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}
.landing-calendar-cards-item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	max-width: calc(100% / 3 - 23px);
	padding: 82px 40px 40px;
	background-color: #fff;
	-webkit-box-shadow: 0 13.8144px 20.7216px rgba(0, 0, 0, 0.06),
		0 1.7268px 5.18041px rgba(0, 0, 0, 0.04), 0 0 0.863402px rgba(0, 0, 0, 0.04);
	box-shadow: 0 13.8144px 20.7216px rgba(0, 0, 0, 0.06),
		0 1.7268px 5.18041px rgba(0, 0, 0, 0.04), 0 0 0.863402px rgba(0, 0, 0, 0.04);
	border-radius: 14px;
	margin-right: 34px;
	margin-bottom: 93px;
}
.landing-calendar-cards-item:nth-of-type(3n) {
	margin-right: 0;
}
.landing-calendar-cards-item h6 {
	font-size: 24px;
	font-weight: 700;
	line-height: 28px;
	color: #0b2b51;
	text-align: center;
	margin-bottom: 54px;
}
.landing-calendar-cards-item ul {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 38px;
}
.landing-calendar-cards-item ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 14px;
}
.landing-calendar-cards-item ul li:last-child {
	margin-bottom: 0;
}
.landing-calendar-cards-item ul li strong {
	font: 700 20px/24px "Metropolis", Helvetica, "Helvetica Neue", Arial,
		sans-serif;
	color: #0b2b51;
}
.landing-calendar-cards-item ul li span {
	font: 400 16px/24px "Metropolis", Helvetica, "Helvetica Neue", Arial,
		sans-serif;
	color: #0b2b51;
}
.landing-calendar-cards-item-icon {
	position: absolute;
	top: -59px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100px;
	height: 100px;
	background-color: #fff;
	border-radius: 50%;
}
.speakers {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin: 120px 0 100px;
}
.speakers .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.speakers .h1 {
	font-size: 38px;
	line-height: 52px;
	margin-bottom: 50px;
}
.speakers ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}
.speakers ul li {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}
.speakers ul li:not(:last-child) {
	margin-right: 200px;
}
.speakers ul li img {
	width: 200px;
	height: 200px;
	-o-object-fit: cover;
	object-fit: cover;
	margin-bottom: 20px;
}
.speakers ul li strong {
	font: 700 24px/32px "Metropolis", Helvetica, "Helvetica Neue", Arial,
		sans-serif;
	color: #0b2b51;
	margin-bottom: 10px;
}
.speakers ul li span {
	font: 400 18px/24px "Metropolis", Helvetica, "Helvetica Neue", Arial,
		sans-serif;
	color: #0b2b51;
}
.landing-footer {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	padding: 90px 0;
	background-color: #0b2b51;
}
.landing-footer .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.landing-footer p {
	font: 400 16px/24px "Inter", Helvetica, "Helvetica Neue", Arial, sans-serif;
	color: #fff;
}
.secondary-image-content {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin: 160px 0 90px;
}
.secondary-image-content .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.secondary-image-content-item {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 187px;
}
.secondary-image-content-item:last-of-type {
	margin-bottom: 0;
}
.secondary-image-content-item:nth-of-type(2n)
	.secondary-image-content-item-inner {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	margin-left: unset;
	margin-right: 40px;
}
.secondary-image-content-item:nth-of-type(2n)
	.secondary-image-content-item-picture {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	margin-right: 0;
	margin-left: auto;
}
.secondary-image-content-item-inner {
	width: 100%;
	max-width: 540px;
	padding-top: 30px;
	margin-left: auto;
}
.secondary-image-content-item-inner .h1 {
	font-size: 36px;
	line-height: 58px;
	margin-bottom: 16px;
}
.secondary-image-content-item-inner-customer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-top: 30px;
}
.secondary-image-content-item-inner-customer strong {
	font: 700 16px/24px "Metropolis", Helvetica, "Helvetica Neue", Arial,
		sans-serif;
	color: #0b2b51;
}
.secondary-image-content-item-inner-customer span {
	font: 600 16px/24px "Metropolis", Helvetica, "Helvetica Neue", Arial,
		sans-serif;
	color: #3ba935;
}
.secondary-image-content-item-inner-customer span small {
	display: inline-block;
	font: 600 16px/24px "Metropolis", Helvetica, "Helvetica Neue", Arial,
		sans-serif;
}
.secondary-image-content-item-inner-customer span small + small {
	position: relative;
	padding-left: 7px;
}
.secondary-image-content-item-inner-customer span small + small::before {
	content: "";
	width: 2px;
	height: 13px;
	background-color: #3ba935;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.secondary-image-content-item-picture {
	width: 100%;
	max-width: 540px;
	height: 400px;
	border-radius: 12px;
	margin-right: 40px;
}
.secondary-image-content-item-picture img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: inherit;
}
.scroll-position-bar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: #fff;
}
.scroll-position-bar__fill {
	width: 0;
	height: 100%;
	background: #3ba935;
	-webkit-transition: width 0.2s linear;
	transition: width 0.2s linear;
}
.mfp-bg {
	background: rgba(0, 0, 0, 0.5);
	opacity: 1;
}
.modal-wrap {
	position: relative;
	background-color: #fff;
	border-radius: 12px;
	padding: 60px;
	margin: 50px auto;
}
.modal-wrap .mfp-close {
	position: absolute;
	top: -20px;
	right: -20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	background: #f5f5f5;
	border: 3px solid gray;
	border-radius: 100px;
	opacity: 1;
	font-size: 0;
}
.modal-wrap .mfp-close:after {
	content: "";
	width: 20px;
	height: 20px;
	background-image: url("../img/icon/multiply.svg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
}
.modal-wrap label {
	font-weight: 600;
	font-size: 13px;
	line-height: 28px;
}
.modal-wrap br,
.modal-wrap p:empty {
	display: none;
}
.modal-description {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
}
.modal-description h3 {
	margin: 60px 0 12px;
}
.modal-description p {
	margin-bottom: 20px;
}
.modal-description .icon {
	margin-top: 35px;
}
.modal-footer {
	margin: 10px -60px -60px;
	padding: 30px 60px 60px;
	border-top: 1px solid #e9e9e9;
	background-color: rgba(233, 233, 233, 0.2);
	border-radius: 0 0 12px 12px;
}
.modal-footer .form-button {
	margin-top: 30px;
}
.modal-footer .form-button + p {
	display: none;
}
.modal-footer .checkbox {
	margin-bottom: 12px;
}
.modal-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 40px;
}
.modal-col {
	max-width: 270px;
	width: 100%;
}
.cookie-alert {
	position: fixed;
	bottom: 62px;
	left: 0;
	z-index: 20;
	width: 100%;
}
.cookie-alert .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.cookie-alert-inner {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 12px 16px;
	background-color: #fff;
	-webkit-box-shadow: 0 4px 6px -1px rgba(173, 180, 203, 0.1),
		0 1px 4px -1px rgba(173, 180, 203, 0.5);
	box-shadow: 0 4px 6px -1px rgba(173, 180, 203, 0.1),
		0 1px 4px -1px rgba(173, 180, 203, 0.5);
	border-radius: 4px;
}
.cookie-alert-inner p {
	font: 400 16px/20px "Metropolis", Helvetica, "Helvetica Neue", Arial,
		sans-serif;
	color: #535a72;
}
.cookie-alert-inner p a {
	text-decoration: underline;
	color: #535a72;
}
.cookie-alert-inner .primary-button {
	text-transform: unset;
	margin-left: 16px;
}
.social-links {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.social-links ul {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.social-links li {
	margin-right: 40px;
}
.social-links li:last-child {
	margin-right: 0;
}
.social-links a {
	display: inline-block;
	width: 42px;
	height: 42px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.social-links a img {
	width: 100%;
	height: 100%;
}
.social-links a:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.partnership-section {
	overflow: hidden;
	position: relative;
	margin: 136px 0 0;
	padding: 112px 0 0;
}
.partnership-section::before,
.partnership-section::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: #f5f7ff;
}
.partnership-section::after {
	z-index: 2;
	background: url("../img/bg/parntnership-section-bg.png") no-repeat center top
		70px;
	margin-left: 190px;
}
.partnership-section .container {
	position: relative;
	z-index: 4;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-height: 668px;
}
.partnership-section .primary-button {
	width: 100%;
	margin: 0 15% 20px 0;
	max-width: 325px;
	-ms-flex-item-align: end;
	align-self: flex-end;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.partnership-section-inner::before,
.partnership-section-inner::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	max-height: 396px;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#fff),
		to(rgba(252, 253, 255, 0))
	);
	background: linear-gradient(180deg, #fff 0, rgba(252, 253, 255, 0) 100%);
	opacity: 0.7;
}
.partnership-section-inner::after {
	top: auto;
	bottom: 0;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	max-height: 300px;
}
.partnership-section-text {
	max-width: 394px;
}
.partnership-section-title {
	margin-bottom: 36px;
	font: 400 37px/68px "Metropolis", Helvetica, "Helvetica Neue", Arial,
		sans-serif;
	color: #0b2b51;
}
.partnership-section-title strong {
	display: block;
	font-weight: 700;
	font-size: 48px;
}
.partnership-section-desc {
	margin-bottom: 10px;
	font-family: "Metropolis", Helvetica, "Helvetica Neue", Arial, sans-serif;
}
.partnership-section-desc a {
	color: #12a4ed;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.partnership-section-desc a:hover {
	color: #0b2b51;
}
.partnership-accordion .item strong {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font: 700 24px/58px "Metropolis", Helvetica, "Helvetica Neue", Arial,
		sans-serif;
	color: #0b2b51;
	cursor: pointer;
}
.partnership-accordion .item strong::after {
	content: "";
	display: block;
	position: relative;
	top: 1px;
	width: 20px;
	height: 12px;
	margin-left: 8px;
	background: url("../img/icon/arrow-down-gray.svg") no-repeat 0 0;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.partnership-accordion .item p {
	display: none;
}
.partnership-accordion .item--active strong::after {
	-webkit-transform: rotate(0);
	transform: rotate(0);
}
.partnership-section--page {
	margin: 0 0 78px;
	padding: 168px 0 275px;
}
.partnership-section--page .partnership-section-title {
	margin-bottom: 56px;
	font-weight: 700;
	font-size: 48px;
	line-height: 58px;
}
.partnership-section--page .partnership-section-title strong {
	display: inline;
}
.partnership-section--page .partnership-section-desc a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	margin-top: 24px;
}
.side-by-side-description--partnership {
	margin-bottom: 140px;
	text-align: center;
}
.side-by-side-description--partnership .primary-button {
	width: 100%;
	height: 73px;
	max-width: 470px;
	margin-top: 124px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 24px;
	line-height: 24px;
}
.side-by-side-description--partnership .side-by-side-description-item-list {
	text-align: left;
}
.side-by-side-description--partnership
	.side-by-side-description-item:nth-child(2)
	.side-by-side-description-item-list {
	background-color: transparent;
	margin-right: 0;
}
.side-by-side-description--partnership
	.side-by-side-description-item:nth-child(2)
	.side-by-side-description-item-list::before {
	display: none;
}
.side-by-side-description--partnership
	.side-by-side-description-item:nth-child(2)
	.side-by-side-description-item-list
	ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
	padding: 0;
}
@media (-webkit-min-device-pixel-ratio: 1.3),
	(min-device-pixel-ratio: 1.3),
	(min-resolution: 1.3dppx) {
	.roi-steps:after {
		background-image: url("../img/roi-widget/roi-section-bg-image@2x.png") !important;
	}
}
@media (min-width: 290px) and (max-width: 1023px) {
	.section-title {
		margin-bottom: 30px;
		padding: 0 24px;
		font-size: 28px;
		line-height: 34px;
	}
	.form-item-group .form-item {
		width: 100%;
		margin: 30px 0 0;
	}
	body {
		padding-top: 86px;
	}
	body.sticky-header-active {
		padding-top: 86px;
	}
	body.page-template-page-news .blog-list {
		margin-top: 60px;
	}
	body.solutions-template-default .side-by-side-description {
		margin-bottom: 60px;
	}
	.container {
		padding: 0 24px;
	}
	.hero-info,
	.partnership-area,
	.evreka-crew-join {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 40px;
	}
	.hero-info__text,
	.partnership-area__text,
	.evreka-crew-join__text {
		max-width: 100%;
		margin-bottom: 50px;
	}
	.hero-info__text img,
	.partnership-area__text img,
	.evreka-crew-join__text img {
		width: 70px;
		margin-bottom: 30px;
	}
	.hero-info__text .h1,
	.hero-info__text h2,
	.partnership-area__text .h1,
	.partnership-area__text h2,
	.evreka-crew-join__text .h1,
	.evreka-crew-join__text h2 {
		font-size: 28px;
		line-height: 38px;
	}
	.hero-info__text p:not(.h1),
	.partnership-area__text p:not(.h1),
	.evreka-crew-join__text p:not(.h1) {
		margin: 20px 0;
	}
	.hero-info figure,
	.partnership-area figure,
	.evreka-crew-join figure {
		overflow: hidden;
		width: 100%;
		height: 482px;
	}
	.hero-info figure img,
	.partnership-area figure img,
	.evreka-crew-join figure img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}
	.partnership-area,
	.evreka-crew-join {
		margin: 10px 0 60px;
	}
	.partnership-area .container,
	.evreka-crew-join .container {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.partnership-area__text,
	.evreka-crew-join__text {
		margin: 0 0 60px 0;
	}
	.partnership-area__text .primary-button,
	.evreka-crew-join__text .primary-button {
		width: 100%;
		max-width: 440px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.partnership-area figure,
	.evreka-crew-join figure {
		height: auto;
	}
	.evreka-crew-join figure {
		max-width: 375px;
		margin: 0 auto;
	}
	.partnership-area--centered {
		margin: 0 0 30px;
		padding: 40px 24px;
	}
	.partnership-area--centered p {
		margin-bottom: 24px;
		font-size: 16px;
		line-height: 28px;
	}
	.subpage-hero-title {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		padding: 0 24px;
	}
	.subpage-hero-title > span,
	.subpage-hero-title > h1,
	.subpage-hero-title > .h1 {
		max-width: 100%;
		width: 100%;
		padding: 0 30px 0 0;
		margin: 0 0 10px;
		font-size: 28px;
		line-height: 36px;
	}
	.subpage-hero-title p,
	.subpage-hero-title h1 {
		max-width: 100%;
		font-size: 32px;
		line-height: 42px;
	}
	.subpage-hero-title p span,
	.subpage-hero-title h1 span {
		display: inline;
	}
	.subpage-hero-info {
		margin-top: 0;
		margin-bottom: 35px;
	}
	.subpage-hero-info .container {
		min-height: 0;
	}
	.subpage-hero-info figure {
		margin: 40px auto 0;
	}
	.subpage-hero-info img {
		display: block;
		width: 100%;
		max-width: 440px;
	}
	.subpage-hero--references .subpage-hero-title {
		padding-left: 0;
		margin-bottom: 30px;
	}
	.subpage-hero--references .subpage-hero-info .container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.subpage-hero--references .subpage-hero-info h2 {
		margin-bottom: 0;
	}
	.subpage-hero--references .subpage-hero-info figure {
		margin: 40px auto 0;
	}
	.subpage-hero--references .subpage-hero-info img {
		display: block;
		width: 100%;
		max-width: 440px;
	}
	.subpage-hero--contact-us .container,
	.subpage-hero--career-us .container {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.subpage-hero--contact-us .container h2,
	.subpage-hero--career-us .container h2 {
		display: block;
		font-size: 32px;
		line-height: 42px;
	}
	.subpage-hero--contact-us .subpage-hero-info-text,
	.subpage-hero--career-us .subpage-hero-info-text {
		max-width: 100%;
	}
	.subpage-hero--contact-us {
		border-bottom: 1px solid #e2e7f5;
	}
	.subpage-hero--contact-us h1 {
		position: static;
		margin-bottom: 40px;
	}
	.subpage-hero--contact-us .subpage-hero-info {
		margin-bottom: 0;
	}
	.subpage-hero--contact-us .subpage-hero-info figure {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		overflow: hidden;
		position: relative;
		width: calc(100% + 24px);
		max-height: 260px;
		height: auto;
		margin: 0 -24px;
	}
	.subpage-hero--contact-us .subpage-hero-info img {
		max-width: 500px;
		margin: 0 auto;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
		-webkit-transform-origin: right 0;
		transform-origin: right 0;
	}
	.subpage-hero--contact-us .subpage-hero-info-text {
		width: calc(100% + 48px);
		max-width: calc(100% + 48px);
		margin: 0 -24px;
		padding: 40px 24px;
		background-color: #fff;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.subpage-hero--contact-us h4 {
		margin: 0;
		font-size: 16px;
		line-height: 30px;
		text-transform: uppercase;
	}
	.subpage-hero--contact-us p {
		margin-top: 15px;
		font-size: 16px;
	}
	.subpage-hero--about-us,
	.subpage-hero--privacy-policy {
		min-height: auto;
	}
	.subpage-hero--about-us .container,
	.subpage-hero--privacy-policy .container {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.subpage-hero--about-us .subpage-hero-info h2,
	.subpage-hero--privacy-policy .subpage-hero-info h2 {
		display: block;
		font-weight: normal;
		font-size: 28px;
		line-height: 36px;
	}
	.subpage-hero--about-us .subpage-hero-info p,
	.subpage-hero--privacy-policy .subpage-hero-info p {
		margin: 10px 0 0;
		font-weight: bold;
		font-size: 32px;
		line-height: 42px;
	}
	.subpage-hero--about-us .subpage-hero-info figure,
	.subpage-hero--privacy-policy .subpage-hero-info figure {
		position: static;
		overflow: hidden;
		height: 260px;
	}
	.subpage-hero--about-us .subpage-hero-info img,
	.subpage-hero--privacy-policy .subpage-hero-info img {
		width: 250%;
		position: relative;
		left: calc(50% - 15px);
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		max-width: 600px;
	}
	.subpage-hero--about-us .subpage-hero-info-text,
	.subpage-hero--privacy-policy .subpage-hero-info-text {
		max-width: 100%;
	}
	.subpage-hero--career-us p {
		margin-top: 10px;
		font-size: 32px;
		line-height: 42px;
		color: #0b2b51;
	}
	.subpage-hero--career-us .subpage-hero-info {
		margin-bottom: 0;
	}
	.subpage-hero--career-us .subpage-hero-info figure {
		height: auto;
		margin-bottom: 40px;
	}
	.subpage-hero--career-us .subpage-hero-info figure::after {
		display: none;
	}
	.subpage-hero--solutions-list .subpage-hero-info h2 {
		display: none;
	}
	.subpage-hero--industries .subpage-hero-info,
	.subpage-hero--solutions .subpage-hero-info {
		margin-bottom: 0;
	}
	.subpage-hero--industries .subpage-hero-info h2,
	.subpage-hero--solutions .subpage-hero-info h2 {
		display: block;
		margin-bottom: 40px;
		font: bold 32px/42px "Metropolis", Helvetica, "Helvetica Neue", Arial,
			sans-serif;
	}
	.subpage-hero--industries .subpage-hero-info h2 span,
	.subpage-hero--solutions .subpage-hero-info h2 span {
		margin-bottom: 5px;
		font: normal 28px/36px "Metropolis", Helvetica, "Helvetica Neue", Arial,
			sans-serif;
		color: #0b2b51;
	}
	.subpage-hero--industries .subpage-hero-info .container,
	.subpage-hero--solutions .subpage-hero-info .container {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		height: auto;
	}
	.subpage-hero--industries .subpage-hero-info figure,
	.subpage-hero--solutions .subpage-hero-info figure {
		margin: 0 -30px 0 auto;
	}
	.subpage-hero--industries .subpage-hero-info figure img,
	.subpage-hero--solutions .subpage-hero-info figure img {
		margin: 0;
	}
	.subpage-hero--solutions .subpage-hero-info figure {
		margin: 0 0 0 auto;
	}
	.subpage-hero--solutions .subpage-hero-info figure img {
		margin: 0 0 -40px 0;
	}
	.subpage-hero--e-book {
		min-height: auto;
		max-height: unset;
	}
	.subpage-hero--e-book .subpage-hero-info .container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.subpage-hero--e-book .subpage-hero-info figure {
		position: relative;
		bottom: 0;
		right: 0;
		margin: 0 auto;
	}
	.subpage-hero--e-book .subpage-hero-info-text {
		margin-top: 0;
	}
	.subpage-hero--e-book .subpage-hero-info-text p {
		display: none;
	}
	.subpage-hero--e-book .subpage-hero-info-text h1 {
		display: block;
		margin-bottom: 40px;
		font-size: 32px;
		line-height: 42px;
	}
	.subpage-hero--e-book-detail {
		min-height: auto;
		max-height: unset;
	}
	.subpage-hero--e-book-detail .subpage-hero-info-text {
		margin-bottom: 132px;
	}
	.subpage-hero--e-book-detail .subpage-hero-info-text .h1 {
		display: block;
		font: 700 32px/40px "Metropolis", Helvetica, "Helvetica Neue", Arial,
			sans-serif;
		margin-bottom: 40px;
	}
	.subpage-hero--e-book-detail .subpage-hero-info-text .h1::first-line {
		font: 400 32px/40px "Metropolis", Helvetica, "Helvetica Neue", Arial,
			sans-serif;
	}
	.subpage-tab {
		margin: -16px 0 24px;
		border-bottom: 1px solid #c4c4c4;
	}
	.subpage-tab .container {
		padding: 0;
	}
	.subpage-tab a {
		margin-bottom: -1px;
		padding-bottom: 15px;
		font-size: 16px;
		line-height: 32px;
	}
	.subpage-tab a::after {
		height: 5px;
	}
	.card-grid-list {
		padding: 0 0 40px;
	}
	.contact-info-area {
		margin: 30px 0 0;
	}
	.contact-info-area .container {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.contact-locations {
		max-width: 100%;
		width: 100%;
	}
	.contact-locations h2 {
		font-size: 24px;
		line-height: 36px;
	}
	.contact-country {
		margin-bottom: 40px;
	}
	.contact-location-item h4 {
		font-size: 20px;
	}
	.contact-map {
		width: calc(100% + 48px);
		max-width: calc(100% + 48px);
		height: 400px;
		margin: 50px -24px 0;
		border-radius: 0;
	}
	.about-item {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -24px 40px;
		padding: 30px 24px 0;
		border-top: 1px solid #e2e7f5;
	}
	.about-item:first-child {
		border-top: 0;
		padding-top: 0;
	}
	.about-item + .about-item {
		margin-top: 0;
	}
	.about-item + .about-item .about-item-image {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.about-item + .about-item .about-item-text {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin: 0 0 40px;
	}
	.about-item-text {
		max-width: 100%;
		margin: 0 0 40px;
	}
	.about-item-text h3 {
		margin-bottom: 20px;
		font-size: 28px;
		line-height: 38px;
	}
	.about-item-text p.medium-text {
		font-size: 16px;
		line-height: 28px;
	}
	.about-item-text p + p {
		margin-top: 20px;
	}
	.about-item-image {
		min-width: 100%;
		border-radius: 12px;
		margin: 0 auto;
	}
	.hero-counter {
		margin: 0 -50vw 40px;
		padding: 24px 24px 12px;
	}
	.hero-counter p {
		font-weight: 500;
		margin-bottom: 16px;
	}
	.hero-counter ul {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.hero-counter li {
		width: calc(100% / 2 - 40px);
		margin: 12px 20px;
		font-size: 16px;
	}
	.hero-counter li span {
		font-size: 20px;
		line-height: 25px;
	}
	.awards-area h2 {
		font-size: 24px;
		line-height: 40px;
	}
	.awards-area p {
		margin-bottom: 40px;
		font-size: 16px;
		line-height: 24px;
	}
	.evreka-crew-section {
		padding: 40px 24px;
		text-align: left;
	}
	.evreka-crew-section img {
		display: block;
		max-width: 72px;
		margin: 0 auto;
	}
	.evreka-crew-section h2 {
		margin: 20px 0 10px;
		font-size: 24px;
		line-height: 36px;
	}
	.evreka-crew-section p {
		margin: 0;
	}
	.evreka-crew-section p + p {
		margin-top: 30px;
	}
	.evreka-crew-detail {
		padding: 40px 0 0;
	}
	.evreka-crew-detail h2 {
		margin-bottom: 20px;
		font-size: 28px;
		line-height: 38px;
		text-align: left;
	}
	.evreka-crew-detail
		.side-by-side-description
		.side-by-side-description-item:nth-child(even) {
		margin-bottom: 0;
		padding: 40px 24px;
		background-color: #fff;
	}
	.evreka-crew-detail
		.side-by-side-description
		.side-by-side-description-item:nth-child(even)
		ul {
		background-color: #fff;
	}
	.evreka-crew-reasons {
		margin-bottom: 30px;
	}
	.evreka-crew-reasons li {
		width: 100%;
		margin: 10px 0;
		padding-left: 58px;
	}
	.evreka-crew-reasons figure {
		width: 48px;
		height: 48px;
		padding: 10px;
		border-radius: 8px;
	}
	.evreka-crew-reasons figure img {
		display: block;
		width: 100%;
	}
	.evreka-crew-reasons h3 {
		margin-bottom: 4px;
		font-size: 16px;
		line-height: 24px;
	}
	.evreka-crew-features {
		padding: 0;
		margin: 0 0 60px;
	}
	.evreka-crew-features .container {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.evreka-crew-features-item {
		width: 100%;
		max-width: 100%;
		padding: 32px 0;
		margin: 0;
		border-bottom: 1px solid #e2e7f5;
	}
	.evreka-crew-features-item:last-child {
		border-bottom: 0;
	}
	.evreka-crew-features-item img {
		max-width: 36px;
	}
	.evreka-crew-features-item h4 {
		margin: 20px 0 8px;
	}
	.evreka-crew-questions {
		margin-bottom: 60px;
	}
	.evreka-crew-questions .container {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.evreka-crew-hire,
	.evreka-crew-faq {
		max-width: 100%;
		width: 100%;
	}
	.evreka-crew-hire > p,
	.evreka-crew-faq > p {
		margin-bottom: 24px;
	}
	.evreka-crew-hire {
		width: calc(100% + 48px);
		max-width: calc(100% + 48px);
		margin: 0 -24px 40px;
		padding: 0 24px 40px;
		border-bottom: 1px solid #e2e7f5;
	}
	.evreka-crew-hire li {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin-bottom: 20px;
	}
	.evreka-crew-hire li span {
		width: 38px;
		min-width: 38px;
		height: 38px;
		margin-right: 10px;
	}
	.evreka-crew-faq {
		max-width: 100%;
	}
	.evreka-crew-faq .accordion-item {
		margin-right: 0;
	}
	.evreka-crew-jobs h2 {
		margin-bottom: 12px;
		font-size: 28px;
		line-height: 28px;
		text-align: left;
		color: #0b2b51;
	}
	.evreka-crew-jobs p {
		max-width: 100%;
		margin: 0 0 40px;
		text-align: left;
		color: #0b2b51;
	}
	.evreka-crew-jobs h4 {
		margin-bottom: 20px;
		padding: 10px 16px;
		font-size: 16px;
		line-height: 24px;
	}
	.evreka-crew-jobs .pagination {
		margin: 30px 0;
	}
	.evreka-crew-jobs-item {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 20px;
		padding: 25px 55px 25px 30px;
	}
	.evreka-crew-jobs-item span {
		width: 100%;
		margin: 4px 0;
	}
	.evreka-crew-jobs-item span:first-child {
		margin-bottom: 8px;
	}
	.evreka-crew-jobs-item .uil {
		position: absolute;
		top: 23px;
		right: 22px;
	}
	.evreka-crew-jobs-item:hover .uil {
		right: 0;
	}
	.career-detail {
		margin: 0 0 40px;
	}
	.career-detail .container {
		grid-template-columns: 1fr;
		row-gap: 30px;
		padding: 0 0 20px;
	}
	.career-detail-sidebar {
		grid-column: unset;
		grid-row: 1;
		position: static;
		max-width: 100%;
		padding: 30px 24px 0;
	}
	.career-detail-sidebar h2 {
		display: block;
	}
	.career-detail-sidebar ul {
		margin-bottom: 0;
	}
	.career-detail-apply-button {
		grid-column: unset;
		grid-row: 3;
		bottom: 0;
		z-index: 4;
		border-radius: 0;
	}
	.career-detail-content {
		grid-column: unset;
		grid-row: 2;
		max-width: 100%;
		padding: 0 24px;
		margin-top: 0;
		margin-left: 0;
	}
	.career-detail-content h2 {
		display: none;
	}
	.career-detail-content h3 {
		margin-top: 30px;
	}
	.career-detail-content ul,
	.career-detail-content p {
		margin-bottom: 15px;
	}
	.career-modal h2 {
		margin-bottom: 40px;
		font-size: 20px;
		line-height: 32px;
	}
	.career-modal h2 span {
		font-weight: normal;
		font-size: 16px;
		line-height: 16px;
	}
	.career-modal__container {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.career-modal-col {
		max-width: 100%;
	}
	.roi-sidebar {
		max-width: 100%;
		width: 100%;
	}
	.roi-sidebar h2 {
		max-width: 260px;
		font-size: 28px;
		line-height: 36px;
	}
	.roi-sidebar form {
		max-width: 100%;
	}
	.roi-steps {
		padding-bottom: 60px;
		background-color: #fff;
	}
	.roi-steps::after {
		display: none;
	}
	.roi-steps .container {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		min-height: auto;
	}
	.roi-steps .roi-sidebar {
		margin-right: 0;
		border-bottom: 1px solid #e2e7f5;
	}
	.roi-step-nav {
		margin-top: 40px;
	}
	.roi-step-nav span {
		width: 36px;
		min-width: 36px;
		margin-right: 16px;
		border-radius: 80px;
	}
	.roi-step-nav span i {
		display: inline;
	}
	.roi-step-nav li {
		display: none;
	}
	.roi-step-nav li.active {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.roi-step-content {
		max-width: calc(100% + 48px);
		width: calc(100% + 48px);
		margin: 0 -24px;
	}
	.roi-step-content--finish {
		max-width: calc(100% + 48px);
	}
	.roi-option-item {
		width: 100%;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 30px 24px;
		margin-bottom: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0;
		background-color: transparent;
		border-bottom: 1px solid #e2e7f5;
	}
	.roi-option-item:last-child {
		border-bottom: 0;
		padding-bottom: 10px;
	}
	.roi-option-item-icon {
		margin: 0;
	}
	.roi-option-item-icon img {
		height: 48px;
	}
	.collection-select {
		margin: 0 0 20px 0;
	}
	.roi-action-bar {
		padding: 0 24px;
	}
	.roi-action-bar .primary-button {
		width: 47%;
		padding: 0 14px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		white-space: nowrap;
	}
	.roi-action-bar .print-button {
		display: none !important;
	}
	.roi-step-box {
		width: 100%;
		min-height: 0;
		padding: 30px 0;
		margin: 0 24px;
		-webkit-box-shadow: none;
		box-shadow: none;
		background-color: transparent;
		border-radius: 0;
		border-bottom: 1px solid #e2e7f5;
	}
	.roi-step-box h4 {
		max-width: 100%;
		padding-right: 36px;
	}
	.roi-step-box p {
		line-height: 24px;
	}
	.roi-step-box .box-icon {
		top: 12px;
		right: -14px;
	}
	.roi-step-box ul {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.roi-step-box li {
		width: calc(100% / 2 - 15px);
		margin: 30px 15px 0 0;
	}
	.roi-step-box--meter:last-child {
		border-bottom: 0;
	}
	.roi-step-box--chart:last-child {
		margin-bottom: 0;
		border-bottom: 0;
	}
	.roi-graphic {
		margin: 0 24px;
		border-radius: 0;
		border-bottom: 1px solid #e2e7f5;
	}
	.roi-graphic h3 {
		padding: 5px 10px;
		margin-bottom: 10px;
		border-bottom: 1px solid #e2e7f5;
		font-size: 18px;
	}
	.roi-graphic svg {
		margin: 0 0 0 -30px;
	}
	.roi-graphic .ct-horizontal {
		-webkit-transform: rotate(-36deg);
		transform: rotate(-36deg);
		white-space: nowrap;
		margin: 22px 0 0 0;
	}
	.roi-graphic-footer {
		padding: 34px 10px 13px;
	}
	.roi-graphic-footer strong {
		font-size: 16px;
	}
	.partner-programs-hero {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0;
	}
	.partner-programs-hero .container {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.partner-programs-hero figure {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		position: static;
		margin: 135px 0 0 auto;
		padding-left: 24px;
	}
	.partner-programs-hero figure img {
		display: block;
		max-width: 100%;
	}
	.partner-programs-hero h1 {
		position: absolute;
		top: 0;
		left: 0;
		padding: 0 24px;
		font-size: 28px;
		line-height: 36px;
	}
	.partner-programs-hero p {
		max-width: 100%;
		width: 100%;
		margin-top: 46px;
	}
	.partner-programs-form {
		padding: 0;
		margin: 30px 0 60px;
	}
	.partner-programs-form form {
		max-width: 100%;
	}
	.partner-programs-form .form-item-group .form-item {
		width: 100%;
		margin: 15px 0;
	}
	.primary-button,
	.secondary-button,
	input[type="submit"] {
		font-size: 14px;
	}
	.primary-button--xlarge,
	.secondary-button--xlarge,
	input[type="submit"]--xlarge {
		height: 50px;
		max-height: 50px;
		font-size: 16px;
		line-height: 24px;
	}
	.accordion {
		margin: 0 -24px -1px;
	}
	.accordion-item {
		padding: 0 24px 20px;
		margin-bottom: 20px;
	}
	.accordion-item h5 {
		font-size: 16px;
		line-height: 20px;
	}
	.result-box .result-box-icon {
		width: 90px;
		height: 90px;
		margin-bottom: 15px;
	}
	.result-box .result-box-icon::before {
		font-size: 60px;
	}
	.result-box h2 {
		margin-bottom: 10px;
	}
	.result-box p {
		margin-bottom: 30px;
		font-size: 16px;
		line-height: 24px;
	}
	.result-box--error .result-box-icon:before {
		width: 40px;
		height: 40px;
		font-size: 40px;
	}
	header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 56px;
		padding: 0;
		margin-bottom: 0;
		-webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.04),
			0 0 2px rgba(0, 0, 0, 0.06), 0 0 1px rgba(0, 0, 0, 0.04);
		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.04), 0 0 2px rgba(0, 0, 0, 0.06),
			0 0 1px rgba(0, 0, 0, 0.04);
	}
	header .logo {
		max-width: 116px;
	}
	header .logo img {
		display: block;
		width: 100%;
	}
	header.sticky-in .logo {
		overflow: visible;
		width: auto;
	}
	header.sticky-in.active {
		padding: 0;
	}
	header.active:after {
		display: none;
	}
	header.mobile-menu-active {
		height: 100%;
		overflow: auto;
	}
	header.mobile-menu-active .container {
		height: 56px;
		border-bottom: 2px solid #f2f2f2;
	}
	.header-nav {
		display: none;
		position: absolute;
		top: 80px;
		left: 24px;
		width: calc(100% - 48px);
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0;
	}
	.header-nav.active {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.header-nav > li {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		width: 100%;
		margin: 0;
		border-bottom: 1px solid #f2f2f2;
	}
	.header-nav > li > a {
		display: block;
		padding: 16px 0;
		font-size: 16px;
	}
	.header-nav > li.resources-nav-item {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		background: url("../img/icon/arrow-down-black.svg") no-repeat right 10px top
			24px;
	}
	.header-nav > li.resources-nav-item.active {
		background: url("../img/icon/arrow-down-green.svg") no-repeat right 10px top
			24px;
	}
	.header-nav > li.resources-nav-item.active > a {
		color: #3ba935;
	}
	.header-nav > li.resources-nav-item.active > .sub-menu {
		display: block;
		opacity: 1;
		visibility: visible;
	}
	.header-nav > li > .sub-menu {
		display: none;
		position: static;
		padding: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		background-color: transparent;
		-webkit-transform: none;
		transform: none;
		margin-top: -15px;
	}
	.header-nav > li > .sub-menu > li {
		width: 100%;
		padding-left: 0;
		margin-right: 0;
	}
	.header-nav > li > .sub-menu > li > a {
		opacity: 0.8;
		padding-left: 32px;
		margin: 20px 0 10px;
		text-transform: uppercase;
		font-weight: 600;
		font-size: 12px;
	}
	.header-nav > li > .sub-menu > li li {
		margin: 0;
		border-bottom: 1px solid #f2f2f2;
	}
	.header-nav > li > .sub-menu > li li a {
		display: block;
		padding: 16px 0;
		font-size: 16px;
		line-height: 20px;
	}
	.mobile-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	footer {
		padding: 50px 0 60px;
	}
	footer .container {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.request-demo-footer {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1px;
		order: 1px;
		padding: 0 24px;
		margin-bottom: 0;
	}
	.request-demo-footer p {
		margin-bottom: 30px;
		font-size: 24px;
	}
	.request-demo-footer p strong {
		font-size: 28px;
		line-height: 38px;
	}
	.copyright {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		padding-top: 65px;
		padding-bottom: 10px;
		margin: 0;
	}
	.copyright .logo {
		max-width: 152px;
	}
	.copyright .logo img {
		display: block;
		width: 100%;
	}
	.copyright p {
		margin-top: 20px;
	}
	.foot-nav {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		width: calc(100% + 48px);
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 60px -24px;
		padding: 30px 24px;
		border-top: 1px solid rgba(255, 255, 255, 0.2);
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	}
	.foot-nav > li > a {
		font-size: 20px;
	}
	.foot-nav ul {
		margin-top: 20px;
	}
	.foot-nav ul li {
		margin-bottom: 12px;
	}
	.foot-nav ul a {
		font-size: 16px;
	}
	.foot-nav ul li.careers {
		margin-left: -12px;
	}
	.foot-nav ul li.careers a {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		height: 40px;
		padding: 8px 10px 8px 40px;
		background-position: 10px center;
	}
	.stay-in-touch {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		width: 100%;
		margin: 0;
	}
	.stay-in-touch h3 {
		margin-bottom: 20px;
	}
	.stay-in-touch form {
		max-width: 425px;
	}
	.stay-in-touch ul:not(.hs-error-msgs) {
		position: absolute;
		left: 24px;
		bottom: 30px;
	}
	.stay-in-touch li {
		margin-right: 18px;
	}
	.stay-in-touch li:last-child {
		margin-right: 0;
	}
	.hamburger-menu__btn {
		display: none;
	}
	.hamburger-menu ul {
		opacity: 1;
		visibility: visible;
		position: static;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		height: auto;
	}
	.hamburger-menu ul li {
		width: 100%;
		margin: 0;
		border-bottom: 1px solid #f2f2f2;
	}
	.hamburger-menu ul li:last-child {
		border-bottom: 0;
	}
	.hamburger-menu ul a {
		display: block;
		padding: 16px 0;
		font-size: 16px;
	}
	.hero-slider {
		height: auto;
		margin-bottom: 50px;
	}
	.hero-slider__text {
		max-width: 100%;
		margin-bottom: 40px;
		padding: 0 24px;
	}
	.hero-slider__text h1 {
		display: block;
		font-size: 32px;
		line-height: 42px;
	}
	.hero-slider__text h1 span {
		display: block;
		max-width: 100%;
		padding-left: 0;
		margin: 0 0 10px;
		font-size: 28px;
		line-height: 36px;
	}
	.hero-slider__text .button-wrap {
		margin: 20px 0 0 0;
	}
	.hero-slider__animation {
		position: relative;
		max-height: 100%;
		height: 342px;
	}
	.hero-slider__animation video {
		position: absolute;
		left: 50%;
		bottom: 0;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		width: auto;
		height: 342px;
	}
	.multi-card-slider {
		border-top: 1px solid #e2e7f5;
		border-bottom: 1px solid #e2e7f5;
		padding-top: 40px;
		background-position: 0 -80px;
	}
	.multi-card-slider .swiper-prev,
	.multi-card-slider .swiper-next {
		left: 20px;
		bottom: 60px;
	}
	.multi-card-slider .swiper-next {
		left: 84px;
	}
	.multi-card-slider__title {
		width: 100%;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 0;
	}
	.multi-card-slider__title h2 {
		font: bold 38px/38px "Metropolis", Helvetica, "Helvetica Neue", Arial,
			sans-serif;
		letter-spacing: -0.5px;
	}
	.multi-card-slider__title h2 span {
		font-size: 24px;
	}
	.multi-card-slider__title .primary-button {
		margin-top: 30px;
	}
	.multi-card-slider__items {
		margin-top: 30px;
	}
	.multi-card {
		width: 250px;
		min-height: 280px !important;
		padding: 30px 24px;
	}
	.multi-card .icon {
		height: 50px;
		margin-bottom: 20px;
	}
	.multi-card h3 {
		margin-bottom: 12px;
		font-size: 20px;
		line-height: 25px;
	}
	.multi-card p {
		font-size: 14px;
		line-height: 21px;
	}
	.featured-slider-with-icon {
		padding-bottom: 140px;
	}
	.featured-slider-with-icon__item {
		display: block !important;
	}
	.featured-slider-with-icon__item .container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		height: unset;
	}
	.featured-slider-with-icon__image {
		position: relative;
		top: 0;
		left: 0;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		max-width: 100%;
		min-height: 235px;
		max-height: unset;
		margin: 0;
	}
	.featured-slider-with-icon__info {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		max-width: 100% !important;
		margin: 0 !important;
	}
	.featured-slider-with-icon__info > span {
		font-size: 20px;
	}
	.featured-slider-with-icon__info h2 {
		font-size: 26px;
		line-height: 38px;
	}
	.featured-slider-with-icon__info p {
		margin: 20px 0 30px;
	}
	.featured-slider-with-icon__info .secondary-button {
		width: 100%;
		margin: 0 0 20px 0;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.featured-slider-with-icon__info .link-button {
		width: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 0;
	}
	.featured-slider-with-icon__nav {
		position: static;
		-webkit-transform: translateX(0);
		transform: translateX(0);
		margin-top: 30px;
	}
	.featured-slider-with-icon__nav .swiper-wrapper {
		width: 100%;
		padding: 30px 0;
	}
	.featured-slider-with-icon__nav a .tooltip {
		display: none !important;
	}
	.roi-widget {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		border-radius: 0;
		padding: 24px;
	}
	.roi-widget .primary-button {
		font-size: 15px;
	}
	.roi-widget .secondary-button {
		width: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		font-size: 15px;
	}
	.roi-widget__info-meter {
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.roi-widget-savings {
		margin-top: 28px;
	}
	.roi-widget-savings h2 {
		display: none;
	}
	.roi-widget-row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.roi-widget-col {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 100%;
		min-width: 100%;
		margin: 0;
	}
	.roi-widget-col .form-item {
		margin-bottom: 20px;
	}
	.roi-widget-col .form-item,
	.roi-widget-col .form-button {
		width: 100%;
	}
	.roi-widget-result {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		width: 100%;
	}
	.roi-widget-chart {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		width: 100%;
	}
	.roi-widget-chart svg {
		width: 100% !important;
	}
	.roi-widget-action {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 10px;
	}
	.roi-widget-action .secondary-button,
	.roi-widget-action .primary-button {
		width: 100%;
		margin: 20px 0 0;
	}
	.testimonials-slider .testimonials-button {
		position: relative;
		bottom: 0;
	}
	.testimonials-slider-item {
		display: block !important;
	}
	.testimonials-slider-text {
		max-width: 100%;
		margin: 0 0 50px;
		padding-bottom: 0;
	}
	.testimonials-slider-image {
		margin: 0;
	}
	.testimonials-slider-image img {
		display: block;
		max-width: 440px;
		width: 100%;
		margin: 0 auto;
	}
	.reference-logos {
		padding: 60px 0;
	}
	.reference-logos-slider {
		padding: 0;
	}
	.reference-logos-slider .swiper-slide {
		padding: 0 24px;
		height: 80px;
	}
	.reference-logos-slider img {
		width: 100%;
		height: 100%;
		-o-object-fit: contain;
		object-fit: contain;
	}
	.reference-logos--all {
		margin-bottom: 40px;
		padding: 0;
	}
	.roi-calculator-header-wrapper {
		display: none;
	}
	.card-grid {
		max-width: 100%;
		height: auto;
		padding: 0;
		padding-bottom: 24px;
		border: 0;
		border-radius: 0;
		border-bottom: 1px solid #e2e7f5;
	}
	.card-grid > img {
		width: 40px;
	}
	.card-grid-content {
		position: static;
		-webkit-transform: none;
		transform: none;
		width: 100%;
		padding: 0;
		background-color: transparent;
		border-radius: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		border: 0;
	}
	.card-grid-content__text {
		font-size: 14px;
		margin-bottom: 14px;
		-webkit-line-clamp: unset;
	}
	.card-grid__action {
		display: block;
		padding: 5px 0 0;
	}
	.card-grid__action .secondary-button,
	.card-grid__action .primary-button {
		height: 36px;
		font-size: 14px;
	}
	.card-grid__action.active .card-features-list {
		padding-top: 10px;
	}
	.card-action-buttons {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		white-space: normal;
	}
	.card-action-buttons * {
		margin-right: 8px;
	}
	.card-action-buttons *.card-grid__features-btn {
		margin-right: 4px;
	}
	.card-action-buttons .secondary-button,
	.card-action-buttons .primary-button {
		padding: 0 7px;
	}
	.card-features-list {
		border-top: 0;
	}
	.feature-summary-bar {
		margin-bottom: 40px;
	}
	.feature-summary-bar .container {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 0 0 40px 0;
		border: 0;
		border-bottom: 1px solid #e2e7f5;
	}
	.feature-summary-item {
		max-width: 150px;
	}
	.feature-summary-item figure {
		height: 140px;
	}
	.feature-summary-item h6 {
		font-size: 14px;
		line-height: 20px;
	}
	.roi-cta {
		overflow: visible;
		position: relative;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 40px 0 40px;
		border-radius: 0;
		padding: 70px 24px 24px;
		background-color: #0b2b51;
	}
	.roi-cta h2 {
		margin: 0 0 6px;
		font-weight: normal;
		font-size: 24px;
		line-height: 30px;
	}
	.roi-cta h2 span {
		display: inline;
		font: 700 22px "Metropolis", Helvetica, "Helvetica Neue", Arial, sans-serif;
	}
	.roi-cta-content {
		position: static;
		width: 100%;
		border-radius: 0;
		padding: 0;
	}
	.roi-cta-content img {
		position: absolute;
		top: -44px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 108px;
		height: 108px;
		background-color: #0b2b51;
		border: 10px solid #0b2b51;
		border-radius: 50%;
	}
	.roi-cta-content-text {
		max-width: 100%;
		margin: 0;
	}
	.roi-cta-content-text p {
		font-size: 16px;
		line-height: 22px;
	}
	.roi-cta-content-text .primary-button {
		width: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-transform: capitalize;
	}
	.roi-cta-content-text .primary-button .uil {
		display: none;
	}
	.success-stories-slider {
		margin: 0 0 60px;
		padding-top: 40px;
		border-top: 1px solid #e2e7f5;
	}
	.success-stories-slider .swiper-next,
	.success-stories-slider .swiper-prev {
		display: none !important;
	}
	.success-stories-slider .slider-page-info {
		position: static;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 10px;
	}
	.success-stories-slider-items {
		padding: 0;
	}
	.success-stories-slider-items::after {
		top: auto;
		background-size: cover;
		background-position: bottom center;
	}
	.success-stories-slider-item {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-bottom: 65px;
	}
	.success-stories-slider-item-text {
		max-width: 100%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin: 0 0 30px;
	}
	.success-stories-slider-item-text .h1 {
		margin: 0 0 20px;
		font-size: 28px;
		line-height: 38px;
	}
	.success-stories-slider-item-text .h6 {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		text-align: center;
	}
	.success-stories-slider-item-image {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		margin: 0 auto 20px;
		border-radius: 20px;
	}
	.success-stories-slider-item-image img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}
	.benefit-grid {
		padding-bottom: 25px;
		border-bottom: 1px solid #ededed;
		margin-bottom: 60px;
	}
	.benefit-grid .container {
		padding-top: 40px;
		padding-bottom: 0;
		border-bottom: 0;
	}
	.benefit-grid h2 {
		margin-bottom: 15px;
		font-size: 28px;
		line-height: 38px;
		text-align: left;
	}
	.benefit-grid-list li {
		width: 100%;
		margin: 15px 0;
		padding-left: 68px;
	}
	.benefit-grid-list figure {
		width: 40px;
		height: 40px;
		border-radius: 8px;
	}
	.benefit-grid-list figure img {
		max-height: 26px;
	}
	.two-column-text {
		padding: 40px 0 10px;
	}
	.two-column-text h2 {
		padding: 0 24px;
		margin-bottom: 10px;
		font-size: 28px;
		line-height: 38px;
		text-align: left;
	}
	.two-column-text .container {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-column-count: auto;
		-moz-column-count: auto;
		column-count: auto;
		-webkit-column-width: 100%;
		-moz-column-width: 100%;
		column-width: 100%;
	}
	.two-column-text .container.text-col {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
	.two-column-text .container.text-col p {
		width: 100%;
		max-width: 100%;
		margin-left: 0;
		margin-left: 0;
	}
	.featured-downloads {
		margin-bottom: 40px;
		padding-bottom: 30px;
		border-bottom: 1px solid #e2e7f5;
	}
	.featured-downloads-cover {
		max-height: 226px;
	}
	.featured-downloads-box {
		max-width: 100%;
		margin: 40px 0 0;
		padding: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		text-align: left;
	}
	.featured-downloads-box h3 {
		max-width: 100%;
		margin: 0 24px 24px;
		font-size: 24px;
	}
	.featured-downloads-box ul {
		max-width: 100%;
	}
	.featured-downloads-box a {
		width: 100px;
		height: 97px;
		padding: 15px;
		margin: 10px 7px;
		border-radius: 10px;
		padding: 16px;
	}
	.featured-downloads-box a > img {
		display: block;
		max-height: 26px;
		margin: 0 auto;
	}
	.featured-downloads-type {
		bottom: 16px;
		padding: 0 16px;
	}
	.featured-downloads-type img {
		max-width: 100%;
	}
	.featured-downloads-type figcaption {
		font-size: 10px;
		line-height: 12px;
	}
	.screenshot-with-description {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 40px;
		padding: 0 24px;
	}
	.screenshot-with-description-image {
		margin: 0 auto 40px;
	}
	.screenshot-with-description-text {
		max-width: 100%;
		margin-left: 0;
		text-align: center;
	}
	.screenshot-with-description-text h3 {
		margin-bottom: 12px;
		font-size: 28px;
	}
	.cta-section {
		padding: 40px 24px;
	}
	.cta-section p {
		margin-bottom: 28px;
		font-size: 24px;
		line-height: 36px;
	}
	.cta-section a {
		margin: 10px 0;
	}
	.features-card-grid {
		padding: 40px 0 60px;
	}
	.features-card-grid .container {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.features-card-grid .primary-button {
		width: calc(100% - 48px);
		margin: 20px 24px 0;
	}
	.features-card-grid-item {
		max-width: 140px;
		height: 138px;
		border-radius: 10px;
		padding: 16px;
		margin: 10px 8px;
	}
	.features-card-grid-item figure {
		width: 48px;
		height: 48px;
		margin-bottom: 8px;
	}
	.features-card-grid-item h3 {
		font-size: 16px;
		line-height: 20px;
	}
	.side-by-side-description .section-title {
		display: none;
	}
	.side-by-side-description
		.side-by-side-description-item:nth-child(even)
		figure {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.side-by-side-description
		.side-by-side-description-item:nth-child(even)
		.side-by-side-description-item-list {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		margin: 0;
	}
	.side-by-side-description-item {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -24px;
		padding: 40px 24px;
		border-top: 1px solid #e2e7f5;
	}
	.side-by-side-description-item figure {
		max-height: 300px;
		margin: 0 auto;
	}
	.side-by-side-description-item ul {
		padding: 0;
		margin-top: 30px;
		height: auto;
	}
	.side-by-side-description-item li {
		max-width: 100%;
	}
	.side-by-side-description-item li h3 {
		margin-bottom: 10px;
		font-size: 28px;
		line-height: 38px;
	}
	.side-by-side-description-item-list {
		margin: 0;
	}
	.side-by-side-description-item-list::before {
		display: none;
	}
	.corporate-testimonial {
		margin-bottom: 0;
	}
	.corporate-testimonial .container {
		padding: 40px 24px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		border-bottom: 0;
	}
	.corporate-testimonial img {
		display: block;
		max-width: 100%;
	}
	.corporate-testimonial__text {
		margin: 15px 0 0;
	}
	.corporate-testimonial__text p {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 10px;
	}
	.corporate-testimonial__text span {
		font-size: 14px;
	}
	.partnership-section {
		margin-top: 90px;
	}
	.partnership-section .container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		min-height: auto;
	}
	.partnership-section .primary-button {
		width: auto;
		margin: 30px 0 20px;
	}
	.partnership-section::after {
		margin-left: 0;
		opacity: 0.7;
	}
	.partnership-section-text {
		max-width: 100%;
	}
	.side-by-side-description--partnership
		.side-by-side-description-item:nth-child(2)
		.side-by-side-description-item-list
		ul {
		margin-top: 30px;
	}
	.side-by-side-description--partnership
		.side-by-side-description-item:nth-child(2)
		figure
		img {
		-o-object-fit: contain;
		object-fit: contain;
	}
	.side-by-side-description--partnership .primary-button {
		width: auto;
		height: 65px;
		margin: 80px 15px 0;
		font-size: 20px;
		line-height: 20px;
	}
}
@media (min-width: 290px) and (max-width: 374px) {
	.partnership-area--centered {
		padding-left: 20px;
		padding-right: 20px;
	}
	.subpage-tab a {
		font-size: 15px;
	}
	.featured-slider-with-icon__image {
		min-height: 195px;
	}
	.featured-slider-with-icon__info .link-button {
		font-size: 13px;
	}
	.card-action-buttons .card-grid__features-btn {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		margin-top: 15px;
	}
	.card-action-buttons .secondary-button,
	.card-action-buttons .primary-button {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
}
@media (min-width: 290px) and (max-width: 767px) {
	.card-grid-list .container {
		grid-template-columns: 1fr;
		gap: 30px 0;
	}
	.awards-area {
		border-bottom: 1px solid #e2e7f5;
		padding-bottom: 40px;
		margin-bottom: 30px;
	}
	.awards-area figure {
		height: auto;
	}
	.awards-area ul {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.awards-area li {
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
		width: calc(100% / 2 - 40px);
		margin: 15px 20px;
	}
	.roi-main {
		margin-top: 0;
	}
	.roi-main .container {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		min-height: auto;
		margin-bottom: 60px;
	}
	.roi-main figure {
		max-width: 375px;
		margin-top: 110px;
	}
	.roi-main figure img {
		display: block;
		max-width: 100%;
	}
	.roi-main .roi-sidebar {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		margin: 20px 0 0 0;
	}
	.roi-main .roi-sidebar h2 {
		position: absolute;
		top: 0;
		left: 24px;
		max-width: 260px;
		font-size: 28px;
		line-height: 36px;
	}
	.foot-nav > li {
		width: calc(100% / 2);
		margin: 30px 0 20px;
	}
	.success-stories-slider-items::after {
		left: -20px;
		bottom: 60px;
		width: 300px;
		height: 290px;
	}
	.success-stories-slider-item-image {
		height: 220px;
	}
	.mfp-container {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	.modal-wrap {
		padding: 24px;
	}
	.modal-wrap .mfp-close {
		top: 24px;
		right: 24px;
		width: 36px;
		height: 36px;
		border: 0;
	}
	.modal-wrap .form-item {
		margin-bottom: 15px;
	}
	.modal-description .evreka-logo {
		display: none;
	}
	.modal-description h3 {
		margin-top: 50px;
	}
	.modal-footer {
		padding: 24px;
		margin: 10px -24px -24px;
	}
	.modal-row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.modal-col {
		max-width: 100%;
	}
}
@media (min-width: 290px) and (max-width: 1394px) {
	.lang-nav ul {
		left: auto;
		right: 0;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
@media (min-width: 290px) and (max-width: 1109px) {
	.roi-calculator-header .h2 {
		margin-left: 30px;
	}
	.roi-calculator-header-advanced {
		padding-right: 70px;
	}
}
@media (min-width: 290px) and (max-width: 519px) {
	.partnership-accordion .item strong {
		margin: 26px 0;
		font-size: 18px;
		line-height: normal;
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.card-grid-list .container {
		grid-template-columns: 1fr 1fr;
		gap: 40px 18px;
	}
	.roi-main .container {
		min-height: auto;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
	.roi-main figure {
		max-width: 1024px;
	}
	.roi-main figure img {
		display: block;
		max-width: 100%;
	}
	.roi-main .roi-sidebar {
		margin-bottom: 30px;
	}
	.foot-nav {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.success-stories-slider-items::after {
		left: 15px;
		bottom: 50px;
		width: 420px;
		height: 410px;
	}
	.success-stories-slider-item-image {
		height: 350px;
	}
}
@media (min-width: 768px) {
	.case-studies-card:hover {
		z-index: 2;
	}
	.case-studies-card:hover .case-studies-card-inner {
		width: calc(100% + 20px);
		height: auto;
		padding: 40px 34px 37px 40px;
		-webkit-box-shadow: 0 12px 74px -10px rgba(83, 90, 114, 0.26),
			0 20px 25px -5px rgba(83, 90, 114, 0.06),
			0 10px 10px -10px rgba(83, 90, 114, 0.1);
		box-shadow: 0 12px 74px -10px rgba(83, 90, 114, 0.26),
			0 20px 25px -5px rgba(83, 90, 114, 0.06),
			0 10px 10px -10px rgba(83, 90, 114, 0.1);
	}
	.case-studies-card:hover .case-studies-card-inner .primary-button {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.modal-wrap .mfp-close {
		right: 0;
	}
}
@media (min-width: 1024px) and (max-width: 1169px) {
	.hero-info__text,
	.partnership-area__text,
	.evreka-crew-join__text {
		max-width: 370px;
	}
	.hero-info figure,
	.partnership-area figure,
	.evreka-crew-join figure {
		text-align: right;
	}
	.hero-info figure img,
	.partnership-area figure img,
	.evreka-crew-join figure img {
		max-width: 90%;
		margin-left: 30px;
	}
}
@media (min-width: 1024px) and (max-width: 1259px) {
	.card-grid-list .container {
		margin-left: 15px;
		margin-right: 15px;
	}
}
@media (min-width: 1024px) {
	.header-nav > li.resources-nav-item::before,
	.header-nav > li.resources-nav-item::after {
		display: block;
	}
	.header-nav > li.resources-nav-item:hover::after {
		opacity: 1;
		visibility: visible;
	}
	.header-nav > li.resources-nav-item:hover > .sub-menu {
		opacity: 1;
		visibility: visible;
	}
	.card-grid:hover {
		z-index: 3;
		cursor: default;
	}
	.card-grid:hover .card-grid-content {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: calc(100% + 15%);
		padding: 5% 10%;
		border-color: #e2e7f5;
		-webkit-box-shadow: 0 12px 74px -10px rgba(83, 90, 114, 0.26),
			0 20px 25px -5px rgba(83, 90, 114, 0.06),
			0 10px 10px -10px rgba(83, 90, 114, 0.1);
		box-shadow: 0 12px 74px -10px rgba(83, 90, 114, 0.26),
			0 20px 25px -5px rgba(83, 90, 114, 0.06),
			0 10px 10px -10px rgba(83, 90, 114, 0.1);
	}
	.card-grid:hover .card-grid-content .card-grid-content__text {
		-webkit-line-clamp: unset;
	}
	.card-grid:hover .card-grid__action {
		display: block;
	}
}
@media (min-width: 1024px) and (max-width: 1359px) {
	.header-nav > li > .sub-menu {
		left: calc(50% - 70px);
	}
}
@media (min-width: 1024px) and (max-width: 1099px) {
	.foot-nav > li {
		margin-right: 60px;
	}
}
@media (min-width: 1024px) and (max-width: 1230px) {
	.multi-card-slider .swiper-prev {
		right: 84px;
	}
	.multi-card-slider .swiper-next {
		right: 20px;
	}
}
@media (min-width: 1024px) and (max-width: 1064px) {
	.featured-slider-with-icon .featured-slider-with-icon__image {
		left: -500px;
	}
}
@media (min-width: 1024px) and (max-width: 1184px) {
	.featured-slider-with-icon__nav {
		top: calc(100% - 180px);
	}
}
@media (min-width: 1024px) and (max-width: 1269px) {
	.card-grid__action .card-grid__features-btn {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		width: 100%;
		margin-top: 20px;
	}
	.card-action-buttons {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.card-action-buttons .secondary-button,
	.card-action-buttons .primary-button {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
}
@media (min-width: 1024px) and (max-width: 1079px) {
	.success-stories-slider .swiper-next {
		left: 445px;
	}
	.success-stories-slider-item-text {
		margin-left: 40px;
	}
	.success-stories-slider-item-image {
		width: 514px;
	}
}
@media (min-width: 1024px) and (max-width: 1199px) {
	.corporate-testimonial {
		margin-bottom: 60px;
	}
	.corporate-testimonial .container {
		padding: 40px 15px;
	}
}
@media (min-width: 1065) and (max-width: 1169px) {
	.featured-slider-with-icon .featured-slider-with-icon__image {
		left: -430px;
	}
}
@media (min-width: 1170px) and (max-width: 1249px) {
	.featured-slider-with-icon .featured-slider-with-icon__image {
		left: -375px;
	}
}
@media (min-width: 1250px) and (max-width: 1349px) {
	.featured-slider-with-icon .featured-slider-with-icon__image {
		left: -320px;
	}
}
@media (min-width: 1350px) and (max-width: 1560px) {
	.featured-slider-with-icon .featured-slider-with-icon__image {
		left: -250px;
	}
}
@media (min-width: 1561px) {
	.hero-info .container {
		position: relative;
	}
	.hero-info .container figure {
		right: -150px;
	}
	.featured-slider-with-icon__item .container {
		position: relative;
	}
}
@media (max-width: 1366px) {
	.share--vertical-fix {
		left: 15px;
	}
}
@media (max-width: 1280px) {
	.share--vertical-fix {
		position: static;
		top: unset;
		left: unset;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.share--vertical-fix strong {
		margin-right: 20px;
		margin-bottom: 0;
	}
	.share--vertical-fix ul {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.share--vertical-fix li {
		margin-bottom: 0;
		margin-right: 10px;
	}
}
@media (max-width: 1279px) {
	.featured-slider-with-icon__info {
		margin: 85px 0 82px -60px;
	}
}
@media (max-width: 1199px) {
	.subpage-hero--sectoral-reports .subpage-hero-info figure {
		right: 0;
	}
	.subpage-hero--testimonials .subpage-hero-info figure {
		position: relative;
		bottom: 0;
	}
	.subpage-hero--landing-secondary .subpage-hero-info figure {
		right: 0;
		z-index: -1;
	}
	.e-book-summary p {
		max-width: 470px;
	}
	.thumb-slider-content .slider-with-thumbs {
		margin-right: 30px;
	}
	.blog-list-intro .container {
		-webkit-column-gap: 30px;
		-moz-column-gap: 30px;
		column-gap: 30px;
	}
	.featured-slider-with-icon__info {
		max-width: 550px;
	}
	.featured-slider-with-icon__nav {
		top: calc(100% - 280px);
	}
	.roi-widget__info {
		margin-right: 44px;
	}
	.landing-features-section .container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.landing-features-section-image {
		max-width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
	.speakers ul {
		gap: 100px;
	}
	.cookie-alert-inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.cookie-alert-inner p {
		text-align: center;
	}
	.cookie-alert-inner .primary-button {
		margin-left: 0;
		margin-top: 8px;
	}
}
@media (max-width: 1023px) {
	.hero-info {
		height: auto;
	}
	.hero-info .container {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.hero-info .container figure {
		position: static;
		top: 0;
		right: 0;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	.subpage-hero--sectoral-reports {
		min-height: auto;
		max-height: unset;
	}
	.subpage-hero--sectoral-reports .subpage-hero-info figure {
		position: relative;
		margin-right: 0;
	}
	.subpage-hero--one-pagers {
		min-height: auto;
		max-height: unset;
	}
	.subpage-hero--one-pagers .subpage-hero-info {
		height: auto;
	}
	.subpage-hero--one-pagers .subpage-hero-info .container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.subpage-hero--one-pagers .subpage-hero-info figure {
		position: relative;
		bottom: 0;
	}
	.subpage-hero--one-pagers .subpage-hero-info-text {
		margin-bottom: 40px;
	}
	.subpage-hero--one-pagers .subpage-hero-info-text h1 {
		font-size: 32px;
		line-height: 42px;
		margin-bottom: 0;
	}
	.subpage-hero--one-pagers .subpage-hero-info-text p {
		display: none;
	}
	.subpage-hero--case-studies {
		min-height: auto;
		max-height: unset;
	}
	.subpage-hero--case-studies .subpage-hero-info {
		height: auto;
	}
	.subpage-hero--case-studies .subpage-hero-info .container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.subpage-hero--case-studies .subpage-hero-info figure {
		width: 467px;
		position: relative;
		left: -74px;
		margin-top: 0;
	}
	.subpage-hero--case-studies .subpage-hero-info-text {
		margin-bottom: 40px;
	}
	.subpage-hero--case-studies .subpage-hero-info-text h1 {
		font-size: 32px;
		line-height: 42px;
		margin-bottom: 0;
	}
	.subpage-hero--case-studies .subpage-hero-info-text p {
		display: none;
	}
	.subpage-hero--webinars {
		min-height: auto;
		max-height: unset;
	}
	.subpage-hero--webinars .subpage-hero-info figure {
		width: 246px;
		margin-right: 0;
	}
	.subpage-hero--webinars .subpage-hero-info-text h1 {
		font-size: 32px;
		line-height: 42px;
		margin-bottom: 0;
	}
	.subpage-hero--testimonials {
		min-height: auto;
		max-height: unset;
	}
	.subpage-hero--testimonials .subpage-hero-info .container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.subpage-hero--testimonials .subpage-hero-info .container figure {
		width: 303px;
		max-width: 303px;
		margin-right: 0;
		margin-top: 0;
		margin-bottom: 37px;
	}
	.subpage-hero--testimonials .subpage-hero-info-text {
		margin-bottom: 60px;
	}
	.subpage-hero--testimonials .subpage-hero-info-text .h1 {
		font-size: 28px;
		line-height: 36px;
		margin-bottom: 12px;
	}
	.subpage-hero--testimonials .subpage-hero-info-text p {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 20px;
	}
	.subpage-hero--landing {
		min-height: auto;
		max-height: unset;
		padding-top: 0;
	}
	.subpage-hero--landing .subpage-hero-info {
		height: auto;
		padding-bottom: 40px;
	}
	.subpage-hero--landing .subpage-hero-info .container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.subpage-hero--landing .subpage-hero-info figure {
		display: none;
	}
	.subpage-hero--landing .subpage-hero-info-text {
		width: 100%;
		max-width: 100%;
		margin-right: 0;
		margin-bottom: 40px;
	}
	.subpage-hero--landing .subpage-hero-info-text .h1 {
		font-size: 28px;
		line-height: 36px;
		margin-bottom: 20px;
	}
	.subpage-hero--landing .subpage-hero-info-text .h1::first-line,
	.subpage-hero--landing .subpage-hero-info-text .h1 span {
		font-size: 28px;
		line-height: 36px;
	}
	.subpage-hero--landing .subpage-hero-info-text p {
		font-size: 16px;
		line-height: 28px;
		margin-bottom: 20px;
	}
	.subpage-hero--landing .subpage-hero-info-cards {
		padding-right: 0;
	}
	.subpage-hero--landing .subpage-hero-info-cards .secondary-feature-card img {
		width: unset;
		max-width: unset;
	}
	.subpage-hero--landing
		.subpage-hero-info-cards
		.secondary-feature-card:nth-child(4),
	.subpage-hero--landing
		.subpage-hero-info-cards
		.secondary-feature-card:nth-child(5),
	.subpage-hero--landing
		.subpage-hero-info-cards
		.secondary-feature-card:nth-child(6) {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	.subpage-hero--landing-secondary {
		min-height: auto;
		max-height: unset;
	}
	.subpage-hero--landing-secondary .subpage-hero-info figure {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		position: relative;
		right: -24px;
		width: 100%;
		height: auto;
		margin-top: 0;
	}
	.subpage-hero--landing-secondary .subpage-hero-info figure img {
		width: 50%;
	}
	.subpage-hero--privacy-policy .h1 {
		font-weight: 700 !important;
	}
	.e-book-summary {
		margin-bottom: 40px;
	}
	.e-book-summary p {
		padding-top: 410px;
		max-width: 100%;
		margin-right: 0;
		margin-bottom: 0;
	}
	.e-book-summary img {
		width: 100%;
		max-width: 431px;
		height: auto;
		top: -150px;
		right: unset;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.e-book-summary--sectoral-reports-detail p {
		padding-top: 0;
		margin-bottom: 20px;
	}
	.e-book-summary--sectoral-reports-detail p:first-of-type {
		padding-top: 410px;
	}
	.e-book-summary--sectoral-reports-detail p:last-of-type {
		margin-bottom: 0;
	}
	.thumb-slider-content {
		margin-bottom: 40px;
	}
	.thumb-slider-content .container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding: 0;
	}
	.thumb-slider-content .slider-with-thumbs {
		margin-right: 0;
		margin-bottom: 40px;
	}
	.thumb-slider-content-inner {
		width: calc(100% - 40px);
		margin: 0 auto;
		padding-bottom: 40px;
		border-bottom: 1px solid #e2e7f5;
	}
	.thumb-slider-content-inner .h2 {
		font-size: 28px;
		line-height: 58px;
		margin-bottom: 15px;
	}
	.blog-list-intro .container {
		grid-template-columns: repeat(2, 1fr);
	}
	.blog-list-intro .post-card-title {
		min-height: 90px;
	}
	.blog-list-intro .post-card--big {
		grid-row: unset;
	}
	.blog-list-intro .post-card--big .post-card-title {
		margin-bottom: 10px;
	}
	.blog-detail {
		margin-bottom: 40px;
	}
	.blog-detail-intro {
		grid-template-columns: repeat(1, 1fr);
		gap: 40px;
		margin-bottom: 40px;
	}
	.blog-detail-intro-image {
		width: calc(100% + 48px);
		max-width: calc(100% + 48px);
		height: 222px;
		padding-bottom: 0;
		margin-left: -24px;
		border-radius: 0;
	}
	.blog-detail-intro-inner {
		max-width: 100%;
		margin-right: 0;
	}
	.blog-detail-intro-inner .h2 {
		font-size: 28px;
		line-height: 42px;
		margin-bottom: 10px;
		margin-top: 30px;
	}
	.blog-detail-inner {
		padding-bottom: 40px;
		border-bottom: 1px solid #e2e7f5;
	}
	.blog-detail-inner-content h1 {
		font-size: 32px;
		line-height: 42px;
	}
	.privacy-policy {
		margin: 0 0 60px;
	}
	.privacy-policy-block {
		margin-bottom: 12px;
		max-width: 100%;
	}
	.privacy-policy-block p {
		margin-bottom: 12px;
	}
	.privacy-policy-block-inner {
		margin: 12px 0;
		padding-left: 16px;
	}
	.privacy-policy-block-list {
		padding-left: 16px;
		margin: 12px 0;
	}
	.error-page-image {
		width: 90%;
		height: auto;
	}
	.error-page-image img {
		width: 100%;
		height: auto;
	}
	.roi-widget__info {
		max-width: 100%;
		width: 100%;
		padding: 80px 0 0;
		margin-bottom: 20px;
		margin-right: 0;
	}
	.roi-widget__info h2 {
		font-size: 32px;
	}
	.roi-widget__info p {
		font-size: 16px;
		line-height: 24px;
	}
	.roi-widget-form-layout {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.side-by-side-description--landing {
		padding: 30px 0;
	}
	.side-by-side-description--landing
		.side-by-side-description-item:first-of-type {
		border: 0;
		padding-top: 0;
	}
	.side-by-side-description--center {
		margin: 60px 0 30px;
	}
	.side-by-side-description--center
		.side-by-side-description-item:first-of-type {
		border: 0;
		padding-top: 0;
	}
	.side-by-side-description--center .side-by-side-description-item-list {
		margin: 20px 0 0 0;
	}
	.side-by-side-description--center .side-by-side-description-item-list ul {
		padding: 0;
	}
	.side-by-side-description--center .side-by-side-description-item-list ul h3 {
		margin-bottom: 8px;
	}
	.side-by-side-description--center
		.side-by-side-description-item-list
		ul
		.primary-button {
		margin-top: 20px;
	}
	.slider-with-thumbs {
		max-width: 100%;
	}
	.slider-with-thumbs-main {
		margin-bottom: 0;
		pointer-events: unset;
	}
	.slider-with-thumbs-main-item {
		border-radius: 0;
	}
	.slider-with-thumbs-thumbnail {
		display: none;
	}
	.custom-ul-item {
		margin-bottom: 20px;
	}
	.custom-ul-item::before {
		margin-right: 15px;
	}
	.custom-ul-item span {
		line-height: 24px;
	}
	.basic-text-section {
		margin-bottom: 60px;
	}
	.basic-text-section .container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.basic-text-section-title {
		max-width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.basic-text-section-title .h2 {
		font-size: 28px;
		line-height: 38px;
	}
	.basic-text-section-inner {
		max-width: 100%;
	}
	.post-card--big {
		padding-bottom: 10px;
	}
	.post-card--big .post-card-image {
		height: 174px;
	}
	.explore-topics {
		margin-bottom: 40px;
	}
	.explore-topics .h1 {
		font-size: 32px;
		line-height: 42px;
		margin-bottom: 24px;
	}
	.explore-topics li {
		margin: 8px;
	}
	.explore-more-content {
		margin-bottom: 60px;
	}
	.explore-more-content h5 {
		font-size: 28px;
		line-height: 42px;
		margin-bottom: 30px;
	}
	.case-studies-card-inner h4 {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 6px;
		-webkit-line-clamp: 2;
	}
	.case-studies-card-inner p {
		font-size: 14px;
		line-height: 24px;
	}
	.case-studies-card-inner-image {
		width: 48px;
		min-width: 48px;
		height: 48px;
	}
	.case-studies-card-inner-image img {
		width: 100%;
		height: 100%;
	}
	.image-text-section-picture {
		width: 50%;
		height: auto;
	}
	.image-text-section-picture img {
		width: 100%;
	}
	.side-by-side-video {
		padding: 0 0 30px;
	}
	.side-by-side-video .video-content {
		padding-bottom: 20px;
		border-bottom: 1px solid #e2e7f5;
		margin-bottom: 30px;
	}
	.side-by-side-video .video-content:last-of-type {
		margin-bottom: 0;
		padding-bottom: 0;
		border: 0;
	}
	.side-by-side-video .video-content:nth-of-type(2n) .video-content-video {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.side-by-side-video .video-content:nth-of-type(2n) .video-content-content {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.video-content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.video-content-video {
		width: 100%;
		min-width: 100%;
		height: 224px;
		background: transparent;
	}
	.video-content-video iframe {
		width: 100%;
		height: 100%;
	}
	.video-content-content {
		margin-top: 20px;
		margin-left: 0;
	}
	.video-content-content .h2 {
		max-width: 100%;
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 8px;
	}
	.video-content-content p {
		max-width: 100%;
	}
	.video-content--big .video-content-video {
		width: 100%;
		min-width: 100%;
		height: 224px;
		background: transparent;
	}
	.video-content--big .video-content-video iframe {
		width: 100%;
		height: 100%;
		margin-top: 0;
		margin-right: 0;
	}
	.about-me {
		padding: 43px 0 30px;
	}
	.about-me .social-links {
		margin-top: 60px;
	}
	.about-me-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.about-me-wrapper-image {
		margin: 0 auto 25px;
	}
	.about-me-wrapper-inner {
		max-width: 100%;
		margin-left: 0;
	}
	.about-me-wrapper-inner .h1 {
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 8px;
	}
	.about-me-wrapper-inner p {
		margin-bottom: 14px;
	}
	.about-me-wrapper-inner strong {
		font: 400 16px/19px "Inter", Helvetica, "Helvetica Neue", Arial, sans-serif;
		margin-bottom: 4px;
	}
	.about-me-wrapper-inner a {
		font: 400 14px/17px "Inter", Helvetica, "Helvetica Neue", Arial, sans-serif;
	}
	.quick-info-banner {
		height: unset;
		padding: 80px 0 64px;
	}
	.quick-info-banner h6 {
		font: 700 22px/30px "Metropolis", Helvetica, "Helvetica Neue", Arial,
			sans-serif;
		margin-bottom: 30px;
	}
	.quick-info-banner p {
		max-width: 100%;
		font: 400 16px/24px "Inter", Helvetica, "Helvetica Neue", Arial, sans-serif;
	}
	.landing-features-section {
		margin: 50px 0;
	}
	.landing-features-section-image {
		height: 224px;
	}
	.landing-features-section-inner .h1 {
		font-size: 28px;
		line-height: 38px;
		margin-bottom: 20px;
	}
	.landing-features-section-inner a,
	.landing-features-section-inner div {
		padding: 25px 30px 25px 25px;
	}
	.landing-calendar {
		padding: 40px 0 0;
	}
	.landing-calendar .h1 {
		max-width: 327px;
		font-size: 28px;
		line-height: 38px;
		text-align: center;
		margin-bottom: 66px;
	}
	.landing-calendar-cards-item {
		max-width: calc(100% / 2 - 17px);
		padding: 46px 15px 15px;
		margin-bottom: 76px;
	}
	.landing-calendar-cards-item h6 {
		margin-bottom: 17px;
	}
	.landing-calendar-cards-item ul {
		margin-bottom: 29px;
	}
	.landing-calendar-cards-item .primary-button {
		width: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.landing-calendar-cards-item:nth-of-type(3n) {
		margin-right: 34px;
	}
	.landing-calendar-cards-item:nth-of-type(2n),
	.landing-calendar-cards-item:last-of-type {
		margin-right: 0;
	}
	.landing-calendar-cards-item-icon {
		width: 72px;
		height: 72px;
		top: -36px;
	}
	.landing-calendar-cards-item-icon img {
		width: 35px;
		height: 35px;
	}
	.speakers {
		margin: 60px 0;
	}
	.speakers .h1 {
		font-size: 28px;
		line-height: 38px;
		margin-bottom: 40px;
	}
	.speakers ul {
		gap: 50px;
	}
	.landing-footer {
		padding: 18px 0;
	}
	.landing-footer p {
		font: 400 14px/24px "Inter", Helvetica, "Helvetica Neue", Arial, sans-serif;
		text-align: center;
	}
	.secondary-image-content {
		margin: 40px 0;
	}
	.secondary-image-content-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-bottom: 1px solid #e2e7f5;
	}
	.secondary-image-content-item:last-of-type {
		padding-bottom: 0;
		border: 0;
	}
	.secondary-image-content-item:nth-of-type(2n)
		.secondary-image-content-item-inner {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		margin-right: 0;
	}
	.secondary-image-content-item:nth-of-type(2n)
		.secondary-image-content-item-picture {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin-left: 0;
	}
	.secondary-image-content-item-inner {
		max-width: 100%;
		margin-left: 0;
		padding-top: 0;
		margin-top: 20px;
	}
	.secondary-image-content-item-inner .h1 {
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 20px;
	}
	.secondary-image-content-item-inner-customer {
		margin-top: 4px;
	}
	.secondary-image-content-item-inner-customer strong {
		font: 700 14px/24px "Metropolis", Helvetica, "Helvetica Neue", Arial,
			sans-serif;
	}
	.secondary-image-content-item-inner-customer span {
		font: 600 14px/24px "Metropolis", Helvetica, "Helvetica Neue", Arial,
			sans-serif;
	}
	.secondary-image-content-item-picture {
		max-width: 100%;
	}
	.social-links li {
		margin-right: 20px;
	}
	.social-links a {
		width: 32px;
		height: 32px;
	}
}
@media (max-width: 991px) {
	.blog-detail-inner {
		grid-template-columns: repeat(1, 1fr);
	}
	.blog-detail-inner-content {
		margin-right: 0;
	}
	.blog-detail-inner-side {
		display: none;
	}
	.reference-logos--all .reference-logos__item {
		width: calc(100% / 3 - 40px) !important;
		margin: 20px 20px !important;
	}
}
@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}
@media screen and (max-width: 800px) and (orientation: landscape),
	screen and (max-height: 300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}
@media (max-width: 767px) {
	.subpage-hero--sectoral-reports .subpage-hero-info .container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.subpage-hero--sectoral-reports .subpage-hero-info figure {
		width: 293px;
		margin-top: 74px;
	}
	.subpage-hero--sectoral-reports .subpage-hero-info-text .h1 {
		font-size: 32px;
		line-height: 42px;
	}
	.subpage-hero--landing .subpage-hero-info-cards {
		width: 100%;
		-webkit-column-gap: 14px;
		-moz-column-gap: 14px;
		column-gap: 14px;
		row-gap: 20px;
	}
	.subpage-hero--landing .subpage-hero-info-cards .secondary-feature-card {
		max-width: 100%;
		min-width: 100%;
	}
	.e-book-summary p {
		padding-top: 200px;
	}
	.e-book-summary img {
		top: -100px;
		max-width: 231px;
	}
	.e-book-summary--sectoral-reports-detail p {
		padding-top: 0;
		margin-bottom: 20px;
	}
	.e-book-summary--sectoral-reports-detail p:first-of-type {
		padding-top: 220px;
	}
	.e-book-summary--sectoral-reports-detail p:last-of-type {
		margin-bottom: 0;
	}
	.e-book-summary--sectoral-reports-detail img {
		top: -120px;
		max-width: 253px;
	}
	.blog-list-intro .container {
		grid-template-columns: repeat(1, 1fr);
		row-gap: 40px;
	}
	.blog-list-intro .post-card-title {
		min-height: unset;
	}
	.banner-template {
		padding: 60px 0;
	}
	.banner-template h6 {
		max-width: 327px;
		font: 700 28px/44px "Metropolis", Helvetica, "Helvetica Neue", Arial,
			sans-serif;
		margin-top: 30px;
	}
	.error-page-inner h1 {
		font-size: 28px;
		line-height: 24px;
	}
	.error-page-image {
		width: 100%;
	}
	.reference-logos--all .reference-logos__item {
		width: calc(100% / 5 - 40px) !important;
	}
	.reference-logos--all .reference-logos__item img {
		width: 100%;
		height: auto;
	}
	.post-card-title {
		min-height: unset;
	}
	.subscription-card {
		width: calc(100% + 48px);
		padding: 20px 24px;
		margin-left: -24px;
		border-radius: 0;
	}
	.subscription-card p,
	.subscription-card span {
		font: 400 16px/24px "Metropolis", Helvetica, "Helvetica Neue", Arial,
			sans-serif;
	}
	.subscription-card span {
		margin-bottom: 10px;
	}
	.report-cta-card {
		width: calc(100% + 48px);
		padding: 20px 24px;
		margin-left: -24px;
		border-radius: 0;
	}
	.report-cta-card p {
		max-width: 100%;
		font: 400 32px/36px "Metropolis", Helvetica, "Helvetica Neue", Arial,
			sans-serif;
		margin-bottom: 20px;
	}
	.report-cta-card .primary-button {
		width: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		height: 44px;
	}
	.roi-cta-card {
		width: calc(100% + 48px);
		padding: 20px 24px;
		margin-left: -24px;
		border-radius: 0;
	}
	.roi-cta-card h6 {
		font: 400 37px/48px "Metropolis", Helvetica, "Helvetica Neue", Arial,
			sans-serif;
		margin-bottom: 16px;
	}
	.roi-cta-card p {
		font: 400 20px/32px "Metropolis", Helvetica, "Helvetica Neue", Arial,
			sans-serif;
		margin-bottom: 20px;
	}
	.case-studies-card {
		height: auto;
	}
	.case-studies-card-inner {
		position: static;
		top: unset;
		left: unset;
		-webkit-transform: unset;
		transform: unset;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 0 0 15px;
		border: 0;
		border-bottom: 1px solid #e2e7f5;
		border-radius: 0;
	}
	.case-studies-card-inner .primary-button {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
	}
	.case-studies-card-inner-image {
		margin-right: 0;
		margin-bottom: 12px;
	}
	.image-text-section {
		margin-bottom: 60px;
	}
	.image-text-section .container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.image-text-section-inner {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		max-width: 100%;
		margin-right: 0;
	}
	.image-text-section-inner .h2 {
		font-size: 28px;
		line-height: 38px;
		margin-bottom: 2px;
	}
	.image-text-section-inner p {
		margin-bottom: 20px;
	}
	.image-text-section-picture {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin-right: auto;
		margin-bottom: 60px;
	}
	.secondary-feature-card {
		height: auto;
		padding-bottom: 10px;
	}
	.secondary-feature-card img {
		width: 48px;
		height: 48px;
	}
	.quick-info-banner-buttons {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.quick-info-banner-buttons .primary-button {
		height: 44px;
		max-height: 44px;
	}
	.quick-info-banner-buttons .primary-button:first-child {
		margin-right: 0;
		margin-bottom: 16px;
	}
	.landing-features-section-inner ul {
		grid-template-columns: repeat(1, 1fr);
	}
	.landing-calendar-cards-item {
		max-width: 100%;
		margin-right: 0;
	}
	.speakers ul {
		grid-template-columns: repeat(1, 1fr);
		gap: 40px;
	}
	.secondary-image-content-item-picture {
		height: 224px;
	}
}
@media (max-width: 480px) {
	.subpage-hero--e-book-detail .subpage-hero-info-text .primary-button {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 100%;
		padding: 0;
	}
	.slider-with-thumbs-main {
		height: 284px;
	}
	.slider-with-thumbs-main .slick-list,
	.slider-with-thumbs-main .slick-track {
		height: 100% !important;
	}
	.slider-with-thumbs-main-item img {
		max-height: 284px;
	}
}
@media (max-width: 479px) {
	.subpage-hero--webinars .subpage-hero-info {
		height: auto;
	}
	.subpage-hero--webinars .subpage-hero-info .container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.subpage-hero--webinars .subpage-hero-info figure {
		margin-top: 0;
	}
	.subpage-hero--webinars .subpage-hero-info figure::after {
		display: none;
	}
	.subpage-hero--webinars .subpage-hero-info-text {
		margin-bottom: 40px;
	}
	.subpage-hero--landing-secondary .subpage-hero-info figure {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: calc(100% + 48px);
		right: unset;
		margin-left: -24px;
	}
	.subpage-hero--landing-secondary .subpage-hero-info figure img {
		width: 100%;
		max-width: 100%;
	}
	.hero-slider__animation video {
		left: -120px;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	.reference-logos--all .reference-logos__item {
		width: calc(100% / 2 - 40px) !important;
		height: 54px;
	}
	.reference-logos--all .reference-logos__item img {
		width: 100%;
		height: 100%;
		-o-object-fit: contain;
		object-fit: contain;
	}
	.cta-section .primary-button {
		width: 100%;
		max-width: 100%;
	}
	.image-text-section-inner {
		padding-top: 385px;
	}
	.image-text-section-inner .primary-button {
		width: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.image-text-section-picture {
		position: absolute;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		width: auto;
		height: 325px;
		margin: 0;
	}
	.image-text-section-picture img {
		height: 100%;
		width: auto;
	}
}
@media (max-width: 374px) {
	.subpage-hero--case-studies .subpage-hero-info figure {
		left: -124px;
	}
	.subpage-hero--landing .subpage-hero-info-cards {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media print {
	body {
		background: transparent;
	}
	header,
	footer,
	.roi-sidebar,
	.print-btn,
	.meter-chart {
		display: none;
	}
	#hubspot-messages-iframe-container {
		visibility: hidden;
	}
	body.page-template-page-roi-steps header {
		display: block;
		margin: 0 0 10px;
		padding: 10px 0;
	}
	body.page-template-page-roi-steps header .container {
		margin: 0;
		padding: 0 10px;
		max-width: auto;
	}
	body.page-template-page-roi-steps header .container > *:not(.logo) {
		display: none;
	}
	.roi-steps {
		padding: 0;
		background: transparent;
	}
	.roi-steps .container {
		margin: 0;
		padding: 0 10px;
		max-width: auto;
		min-height: auto;
	}
	.roi-steps:after {
		display: none;
	}
	.roi-step-box {
		-webkit-box-shadow: none;
		box-shadow: none;
		border: 1px solid #ddd;
	}
	.roi-step-box li > span {
		color: green;
	}
	.roi-action-bar {
		display: none;
	}
	.roi-step-box--meter {
		padding: 20px;
		min-height: auto;
	}
	.roi-step-box--meter figure {
		margin-top: 20px;
	}
	.roi-step-box--chart {
		padding: 10px;
		min-height: auto;
	}
}
@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-webkit-keyframes rotate {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes rotate {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.one-column-text {
	margin-bottom: 5rem;
	margin-top: 5rem;
}
.one-column-text-hero-image-responsive {
	width: 1024px;
	height: auto;
}
@media only screen and (max-width: 1023px) {
	.one-column-text-hero-image-responsive,
	.use_cases_hero_section_image {
		max-width: 100%;
		height: auto;
	}
}
.use_cases_hero_section_image {
	width: 500px;
	height: 500px;
	margin: 1rem;
	z-index: 55;
	overflow: visible;
}
.subpage-hero-use-cases {
	margin-top: 1rem !important;
}
.quick-info-banner-margin {
	margin-bottom: 2rem !important;
}
.two-column-text-padding {
	padding-top: 4rem !important;
}
.privacy-policy .container .cta-section {
	width: 100%;
}
.media-kit-image {
	margin: 4rem auto;
}
.media-kit-image-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem;
	justify-items: center;
}
.media-kit-image-grid-items__image {
	display: block;
	max-width: 100%;
	margin: 2rem auto;
}
.media-kit-image__header {
	margin: 1rem;
}
.media-kit-image__text {
	margin: 1rem;
}
.media-kit-image-grid-items__image__darkbg {
	background-color: #0b2b51;
}
.media-kit-image-grid-items__list {
	list-style-type: none;
	text-align: center;
}
.media-kit-image-grid-items__list__title {
	margin-bottom: 0.5rem;
}
.media-kit-brand {
	margin: 4rem auto;
}
.media-kit-image-grid-items__links__items {
	display: inline-block;
	padding-bottom: 0.25rem;
}
.media-kit-brand-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem;
	justify-items: center;
}
.media-kit-brand__headtext {
	text-align: center;
}
.media-kit-icons {
	margin: 4rem auto;
}
.media-kit-icons-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem;
	justify-items: center;
}
@media (min-width: 1024px) {
	.media-kit-image-grid {
		grid-template-columns: repeat(4, 1fr);
	}
	.media-kit-brand-grid {
		grid-template-columns: repeat(3, 1fr);
	}
	.media-kit-icons-grid {
		grid-template-columns: repeat(4, 1fr);
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.media-kit-image-grid {
		grid-template-columns: repeat(3, 1fr);
	}
	.media-kit-brand-grid {
		grid-template-columns: repeat(3, 1fr);
	}
	.media-kit-icons-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}
.homepage-resources-section {
	position: relative;
	z-index: 4;
	background: url("../../assets/img/bg/roi-widget-wave.png") repeat-x 0 0;
}
.homepage-resources-slider-items {
	padding-top: 5rem;
}
.homepage-resources-items__text p {
	padding-right: 4rem;
	padding-top: 3rem;
}
.homepage-resources-slider-item {
	width: 100%;
	padding-bottom: 60px;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.homepage-resources__text {
	max-width: 32rem;
	margin-right: 3rem;
	padding-bottom: 5rem;
	margin-top: 10rem;
}
.homepage-resources__text h2 {
	padding-bottom: 2rem;
}
.homepage-resources__text p {
	margin-bottom: 2rem;
}
.homepage-resources-button {
	position: absolute;
	bottom: 60px;
	left: 0;
	z-index: 5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.homepage-resources-button-prev,
.homepage-resources-button-next {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background-color: #c4c4c4;
	-webkit-transition: background-color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
	cursor: pointer;
}
.homepage-resources-button-prev svg,
.homepage-resources-button-next svg {
	width: 42px;
	height: 42px;
}
.homepage-resources-button-prev:hover,
.homepage-resources-button-next:hover {
	background: rgba(196, 196, 196, 0.3);
}
.homepage-resources-button-next {
	margin-left: 18px;
}
@media only screen and (max-width: 1023px) {
	.homepage-resources-section .swiper-wrapper img {
		margin-top: 5rem;
	}
	.homepage-resources-button {
		position: relative;
		bottom: 0;
	}
	.homepage-resources-button {
		position: relative;
		bottom: 0;
	}
	.homepage-resources-slider-item {
		display: block !important;
	}
	.homepage-resources__text {
		max-width: 100%;
		margin: 13rem 0 5rem 0;
		padding-bottom: 0;
	}
	.homepage-resources__image {
		margin: 0;
	}
	.homepage-resources__image img {
		display: block;
		max-width: 500px;
		width: 100%;
		margin: 0 auto;
	}
}
.faq-block {
	margin-bottom: 5rem;
	margin-top: 5rem;
}
.faq-block-info h2 {
	margin-bottom: 0.75rem;
}
.faq-block-info p {
	font-weight: 600;
	line-height: 28px;
	margin-bottom: 40px;
}
.faq-accordion-item .accordion-item-content p {
	font-weight: 400;
}
.launcher-container {
	margin-bottom: 32px;
}
.playbook-container {
	margin-bottom: 32px;
}
#botgate-iframe {
	bottom: 38px !important;
}
footer .container {
	margin-bottom: 5rem;
}
#hubspot-messages-iframe-container.widget-align-right {
	bottom: 3.75rem !important;
}
.footer-nav li {
	width: 23%;
}
.foot-nav {
	justify-content: space-evenly;
	width: 100%;
}
.foot-nav li {
	margin-right: 40px !important;
}
.foot-nav li:last-child {
	margin-right: 10px !important;
}
.menu-company {
	padding-top: 32px;
}
.foot-nav .menu-company a {
	font-size: 24px;
	color: #fff;
}
.foot-nav .menu-company .sub-menu a {
	font-size: 18px;
	color: #adb4cb;
}
.foot-nav__deep {
	width: 100%;
	height: 2rem;
	background: #3ba935;
	position: absolute;
	bottom: 0;
}
.copyright {
	margin-left: 32px;
}
.copyright p {
	margin-top: 32px !important;
}
.stay-in-touch {
	width: 368px;
}
.stay-in-touch h3 {
	padding-left: 10px;
}
.stay-in-touch ul {
	justify-content: space-evenly !important;
}
@media (max-width: 1023px) {
	.request-demo-footer {
		margin: auto;
	}
	.stay-in-touch {
		text-align: center;
		width: 100%;
		margin-top: 3rem;
	}
	.stay-in-touch ul:not(.hs-error-msgs) {
		margin: auto;
		max-width: 80%;
		margin-top: 48px;
		position: inherit;
	}
	.foot-nav {
		justify-content: space-between;
		margin-left: 1rem;
	}
	.foot-nav li {
		margin-top: 32px;
	}
	.foot-nav li:last-child {
		margin-right: 40px !important;
	}
}
.footer-nav li {
	width: 23%;
}
.foot-nav {
	width: 100%;
}
.menu-company {
	padding-top: 32px;
}
.foot-nav .menu-company a {
	font-size: 24px;
	color: #fff;
}
.foot-nav .menu-company .sub-menu a {
	font-size: 18px;
	color: #adb4cb;
}
.foot-nav__deep {
	width: 100%;
	height: 2rem;
	background: #3ba935;
	position: absolute;
	bottom: 0;
}
.copyright {
	margin-left: 32px;
}
.copyright p {
	margin-top: 32px !important;
}
.mobile-footer-menu {
	display: none;
}
@media only screen and (min-width: 768px) {
	.mobile-footer-menu {
		display: none !important;
	}
	.foot-nav li {
		margin-right: 40px !important;
	}
	.foot-nav li:last-child {
		margin-right: 10px !important;
	}
	.request-demo-footer {
		text-align: left;
	}
}
@media only screen and (max-width: 767px) {
	.desktop-footer-menu {
		display: none !important;
	}
	.mobile-footer-menu {
		display: block !important;
	}
	.bellows-menu-item-has-children {
		border-top: 1px solid #264e7d !important;
	}
	.bellows-menu-item-37113 {
		border-top: 1px solid #264e7d !important;
		border-bottom: 1px solid #264e7d !important;
	}
	.foot-nav {
		border: none;
		margin: 0;
		padding: 0;
	}
	footer .container {
		padding: 0;
	}
	.foot-contact .container {
		margin-bottom: 0.5rem;
	}
	footer .foot-contact a {
		color: #adb4cb;
		margin: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: 48px;
		padding: 10px 20px 10px 50px;
		background: rgba(0, 0, 0, 0.07);
		-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
		box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
		border-radius: 52px;
		-webkit-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
		background: url("../../assets/img/icon/megaphone.svg") no-repeat 20px center;
	}
	footer .foot-contact a:hover {
		background-image: url("../../assets/img/icon/megaphone-white.svg");
	}
	.copyright {
		margin: auto;
	}
	.copyright .logo {
		max-width: 100%;
	}
}
.bellows .bellows-nav .bellows-target > .bellows-target-text {
	color: #fff !important;
	font-size: 18px !important;
}
.bellows .bellows-nav .bellows-submenu .bellows-target > .bellows-target-text {
	color: #adb4cb !important;
}
.footer-roi {
	margin-top: 30px;
	border-radius: 30px 30px 0 0;
	width: 100%;
	background-color: #3ba935;
}
.footer-roi .container {
	width: 100%;
	max-width: 7500px !important;
	padding-right: 0 !important;
}
.footer-roi p {
	color: white;
}
.footer-roi h2 {
	color: white;
}
.footer-roi img {
	width: 64px;
	height: auto;
}
.footer-roi-bold {
	font-weight: 700;
}
.footer-roi__title {
	width: 300px;
}
.footer-roi__cta {
	background-color: #0b2b51;
	position: relative;
	bottom: 12px;
	width: 900px;
	padding: 0.75rem;
	border-radius: 50px 50px 4px 50px;
}
.footer-roi__cta-button {
	margin-right: 12px;
}
.footer-roi__cta-button img {
	width: 1rem;
	height: auto;
}
.flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.roi-title-mobile-show {
	display: none;
}
.roi-title-mobile-hide {
	display: block;
}
@media (min-width: 1601px) {
	.footer-roi h2 {
		margin-left: 30%;
	}
	.footer-roi__title {
		width: 400px;
	}
}
@media (max-width: 1600px) {
	.footer-roi h2 {
		margin-left: 20%;
	}
}
@media (max-width: 1023px) {
	.roi-title-mobile-show {
		display: block;
	}
	.roi-title-mobile-hide {
		display: none;
	}
	.footer-roi {
		border-bottom: #3ba935 solid 15px;
		margin-top: 10rem;
	}
	.footer-roi .container {
		max-width: 95%;
		padding: 0;
		margin-right: 0;
	}
	.flex {
		flex-wrap: wrap;
		flex-direction: column;
	}
	.footer-roi__cta {
		bottom: 0;
		max-width: 100%;
		margin-bottom: 2rem;
	}
	.footer-roi__cta-image {
		position: relative;
		bottom: 30;
	}
	.footer-roi__cta-image,
	.footer-roi__cta-text,
	.footer-roi__cta-button {
		margin: auto;
	}
	.footer-roi__cta-button img {
		width: 1rem !important;
		height: auto;
		transform: translateY(0) !important;
	}
	.footer-roi img {
		margin: auto;
		margin-bottom: 1rem;
		width: 160px;
		height: auto;
		transform: translateY(-60px);
	}
	.footer-roi h2 {
		margin: 0.25rem 0 1rem 0;
		text-align: center;
		transform: translateY(-50px);
	}
	.footer-roi p {
		margin: 2rem auto;
		font-size: 32px;
		line-height: 42px;
		transform: translateY(-50px);
	}
	.footer-roi__cta-button {
		transform: translateY(-30px);
	}
	.footer-roi {
		background-color: #0b2b51;
	}
	.footer-roi__title {
		height: 50px;
		margin: auto;
	}
}
.aroi-grid {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	height: 590px;
}
.aroi-form iframe {
	min-width: 100%;
	height: 600px;
	border: none;
}
@media (max-width: 1023px) {
	.aroi .container {
		max-width: 100%;
	}
	.aroi-grid {
		height: auto;
		justify-content: center;
	}
	.aroi-form {
		min-width: 100%;
	}
	.aroi-grid__image {
		margin-bottom: 5rem;
	}
	.form-input-wide {
		width: calc(100% - 14px) !important;
	}
}
.solutions__page {
	padding-top: 24px;
}
.solutions__page .card-grid-list {
	padding-top: 12px !important;
}
.hero-info__text .h1 span,
.hero-info__text h2 span {
	color: #3ba935 !important;
}
.evreka_button {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 44px;
	padding: 2px 16px;
	border-radius: 4px;
	background-color: #3ba935;
	border: 1px solid #3ba935;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	-webkit-transition-property: background-color, color, border-color;
	transition-property: background-color, color, border-color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	margin-bottom: 12px;
	border: none;
}
.evreka_button:hover {
	color: white;
	background-color: #7bdcb5;
	border: none;
}

.evreka_item_list {
	height: 5px;
	width: 25px;
	background-color: green;
	border-radius: 6px;
}
.evreka_item_list_row {
	display: flex;
	align-items: center;
	gap: 12px;
}

/* BANNER 1 */
.banner-v1 {
	width: 100%;
	color: white;
	background: #0b2b51;
	display: flex;
	justify-content: space-around;
	align-items: stretch;
	flex-wrap: nowrap;
	border-radius: 0 0 2rem 2rem;
	overflow: hidden;
}

.banner-v1 .logo {
	flex: 3;
	padding: 6px 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.banner-v1 .logo svg {
	width: 75%;
}

.banner-v1 .content {
	flex: 7;
	background: #3ba935;
	padding: 10px 30px;
	border-radius: 5rem 0rem 0 5rem;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.banner-v1 .content .text {
	flex: 7;
	display: flex;
	justify-content: center;
	align-items: center;
	height: auto;
}

.banner-v1 .content .text p {
	color: white;
	font-family: "Inter";
	font-style: italic;
	font-weight: 500;
	font-size: 24px;
	letter-spacing: -0.9px;
	line-height: 29px;
}

.banner-v1 .content .button {
	flex: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	height: auto;
}

.banner-v1 .content .button button {
	padding: 10px 15px;
	color: white;
	font-family: "Inter";
	font-style: italic;
	font-weight: 500;
	font-size: 18px;
	letter-spacing: -0.9px;
	line-height: 29px;
	outline: 0;
	border: 0;
	background: #0b2b51;
	border-radius: 5px;
	cursor: pointer;
	transition: all ease-in-out 0.2s;
}

.banner-v1 .content .button button:hover {
	scale: 1.02;
	opacity: 0.9;
	transition: all ease-in-out 0.2s;
}

.banner-v1 .content .button svg {
	width: 15px;
	height: 15px;
}

@media screen and (max-width: 800px) {
	.banner-v1 {
		flex-direction: column;
	}

	.banner-v1 .logo {
		flex: 1;
		padding: 6px 30px;
	}

	.banner-v1 .content {
		flex: 1;
		border-radius: 3rem 3rem 0 0;
		padding: 50px 30px;
		flex-direction: column;
		text-align: center;
	}
}

/* BANNER 2 */
.banner-v2 {
	width: 100%;
	color: white;
	background: #0b2b51;
	display: flex;
	justify-content: space-around;
	align-items: stretch;
	flex-wrap: nowrap;
	border-radius: 0 0 2rem 2rem;
	overflow: hidden;
}

.banner-v2 .logo {
	flex: 3;
	padding: 20px 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.banner-v2 .logo svg {
	width: 75%;
}

.banner-v2 .content {
	flex: 7;
	background: #3ba935;
	padding: 10px 30px;
	border-radius: 5rem 0rem 0 5rem;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.banner-v2 .content .text {
	flex: 7;
	display: flex;
	justify-content: flex-start;
	padding-left: 15px;
	align-items: center;
	height: auto;
}

.banner-v2 .content .text p {
	color: white;
	font-family: "Inter";
	font-style: italic;
	font-weight: 500;
	font-size: 24px;
	letter-spacing: -0.9px;
	line-height: 29px;
}

@media screen and (max-width: 800px) {
	.banner-v2 {
		flex-direction: column;
	}

	.banner-v2 .logo {
		flex: 1;
		padding: 20px 30px;
	}

	.banner-v2 .content {
		flex: 1;
		border-radius: 3rem 3rem 0 0;
		padding: 50px 30px;
		flex-direction: column;
		text-align: center;
	}
}

/* BANNER 3 */
.banner-v3 {
	width: 100%;
	color: white;
	background: #0b2b51;
	display: flex;
	justify-content: space-around;
	align-items: stretch;
	flex-wrap: nowrap;
	border-radius: 0 0 2rem 2rem;
	overflow: hidden;
}

.banner-v3 .logo {
	flex: 1;
	padding: 20px 30px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-left: 50px;
}

.banner-v3 .logo svg {
	/* width:100%; */
}

@media screen and (max-width: 800px) {
	.banner-v3 {
		flex-direction: column;
	}

	.banner-v3 .logo {
		flex: 1;
		padding: 20px 30px;
	}
}
