/*!
Theme Name: Koyfin - Core
Author: Koyfin
Author URI: 
Description: Koyfin parent theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: koyfin
*/

/* Box sizing
--------------------------------------------- */
*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Typography
--------------------------------------------- */

body,
button,
input,
select,
optgroup,
textarea {
	color: var(--color);
	font-family: 'AktivGrotesk', sans-serif;
	font-size: var(--font-size);
	line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 0;
}

h1 {
	position: relative;
	z-index: 1;
}

h2 {}

h3 {}

h4 {}

h5 {}

h6 {}

p {
	margin-top: 0;
	margin-bottom: .875em;
}

p:last-child {
	margin-bottom: 0;
}

a {
	color: var(--black);
	text-decoration: none;
}

strong {
	font-weight: 700
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

.aktivgrotesk {
	font-family: 'AktivGrotesk', sans-serif;
}

.with-arrow {
	position: relative;
	padding-bottom: 5px;
}

.with-arrow:before {
	transform-origin: 0% 50%;
	display: block;
	content: '';
	position: absolute;
	bottom: 0px;
	transform: scaleX(0);
	width: 100%;
	height: 1px;
	background-color: var(--color);
	transition: transform .25s ease-in-out;
}

.with-arrow:hover:before {
	transform: scaleX(1);
}

.with-arrow:after {
	padding: 4px;
	position: absolute;
	right: -10px;
	top: 1px;
	content: '';
	box-shadow: 1px -1px 0 0 var(--color) inset;
	border: solid transparent;
	border-width: 0 0 10px 10px;
}

.with-arrow.arrow-right {
	padding-right: 15px;
}

.with-arrow.arrow-right:after {
	transform: rotate(225deg)
}

.button {
	text-align: center;
	font-size: 16px;
	border-radius: 5px;
	padding: 0 33px;
	height: 58px;
	line-height: 60px;
	transition: all .25s ease-in-out;
	color: var(--white);
	background: var(--black);
	font-weight: 500;
}
body:not(.scrolled-up) .headercontent .button.inverted {
	background-color: transparent;
	border: 1px solid #D1D2D3;
	color: var(--black);
}
#masthead.dark #mobile-menu-show span,
#masthead.dark #mobile-menu-show span:before,
#masthead.dark #mobile-menu-show span:after,
#masthead.dark .bottombuttons a:not(.button),
.button.dark {
	background-color: #fff;
	color: var(--black);
}

.button:hover {
	background: var(--black80);
}
.button2 {
	font-size: 16px;
	line-height: 32px;
	letter-spacing: 0.01em;
	color: var(--black);
	font-weight: 500;
	position: relative;
}
.button2::after {
	content: '';
	position: absolute;
	bottom: -7px;
	left: 0;
	right: 0;
	height: 1px;
	background-color: var(--black);
	pointer-events: none;
}
#masthead.dark .button:hover,
.button.dark:hover {
	background-color: var(--black10);
}

#masthead.dark .button:active,
.button.dark:active {
	background-color: var(--lightgray);
}

.button.small {
	height: 48px;
	line-height: 50px;
	padding: 0 20px;
}

.button.bottomline {
	border-bottom: 1px solid var(--black);
	background: transparent;
	border-radius: 0;
	color: var(--black);
	height: 100%;
	line-height: 32px;
	padding: 0;
	font-weight: 500;
}

.button.bottomline:hover {
	color: var(--color);
	border-color: var(--color);
}

.button.size20 {
	font-size: 20px;
}

.button.white {
	background: var(--white);
	color: var(--black);
}

.button.white:hover {
	background: var(--lightgray);
}

.button.width-292 {
	width: 292px;
	font-weight: 500;
}

.validation_error {
	display: none;
}

.validation_message {
	font-size: 14px;
	text-align: left;
}


.smalltop {
	font-size: 20px;
	line-height: 30px;
	color: var(--black);
}

.tags span {
	width: 100px;
	height: 25px;
	line-height: 23px;
	border-radius: 50em;
	letter-spacing: 2px;
	font-size: 11px;
	font-weight: 500;
	margin-right: 5px;
}

.tags span .f-pink {
	border-color: var(--pink);
}

.tags span .f-green {
	border-color: var(--green);
}

.tags span .f-blue {
	border-color: var(--blue);
}


.lity-iframe video {
	width: 100%;
	height: 100%;
}

.lity-iframe,
.lity-iframe div,
.lity-inline,
.lity-inline div,
.lity-youtube,
.lity-youtube div,
.lity-vimeo,
.lity-vimeo div {
	height: 100% !important;
	max-height: 100% !important;
	width: 100% !important;
	max-width: 100% !important;
	padding-top: inherit;
}


/* Accordion */
.accordionjs {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}

.accordionjs .acc_section {
	position: relative;
	z-index: 10;
	overflow: hidden;
	border-bottom: 1px solid #D1D2D3;
	padding-bottom: 45px;
}

.accordionjs .acc_section .acc_head {
	position: relative;
	display: block;
	cursor: pointer;
	user-select: none;
	color: var(--black);
	padding-top: 48px;
	font-size: 24px;
	line-height: 32px;
	font-weight: 500;
	letter-spacing: -0.5px;
	padding-right: 30px;

}

.accordionjs .acc_section .acc_head span {
	width: 25px;
	height: 25px;
	background-image: url(assets/images/icon-plus.png);
	top: 51px;
	right: 5px;
	background-size: 100%;
	background-repeat: no-repeat
}


.accordionjs .acc_section.acc_active .acc_head span {
	background-image: url(assets/images/icon-minus.png);
}


.accordionjs .acc_section .acc_content {
	padding-top: 20px;
	max-width: 774px;
	font-size: 18px;
	line-height: 30px;
	color: var(--black);

}

.accordionjs .acc_section.item-1 .acc_content ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

.accordionjs .acc_section .acc_content li {
	display: block;
}

.accordionjs .acc_section .acc_content li:nth-child(odd) {
	width: 50%
}

.accordionjs .acc_section .acc_content li:nth-child(even) {
	width: 40%
}

.accordionjs .acc_section .acc_content a {
	display: inline-block;
	margin-bottom: 3px
}

.accordionjs .active .acc_head>a,
.accordionjs .acc_content li a.active {
	color: #000 !important
}

.accordionjs .active .acc_head {
	border-color: #DDDDDE
}

.accordionjs .acc_section.acc_active>.acc_content {
	display: block !important;
}

@media screen and (max-width: 768px ) {
	footer .accordionjs .acc_section .acc_head span {
		height: 8px;
		width: 12px;
    background-image: url(assets/images/arrow.svg);
		right: 5px;
		top: 29px;
	}
}

@media screen and (max-width: 567px) {
	.accordionjs .acc_section .acc_head {
		letter-spacing: 0;
		font-size: 20px;
		line-height: 30px;
		padding-top: 25px;
	}

	.accordionjs .acc_section {
		padding-bottom: 25px;
	}

	.accordionjs .acc_section .acc_content {
		max-width: 300px;
		font-size: 16px;
		line-height: 26px;
		font-weight: 400;
		padding-top: 20px;
	}

	.accordionjs .acc_section .acc_head span {
		right: 0;
		top: 29px;
		background-size: 14px;
		background-position: center
	}
}

@media screen and (max-width: 767px) {
	.button:not(.bottomline) {
		padding: 0 20px;
		height: 48px;
		line-height: 48px;
	}
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
	align-self: center;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Navigation */
#masthead {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
	color: var(--black);
}

.scrolled #masthead {
	height: 0
}

#masthead .right .link {
	margin-right: 28px;
	font-size: 16px;
	font-weight: 500
}

#masthead.dark .right .link {
	color: #fff;
}

body.admin-bar #masthead {
	top: 32px
}

#masthead .container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: calc(1280px + 30px);
}

@media (max-width:767.98px) {
	#masthead #logo img {
		width: 114px
	}
}

#masthead #logo,
#masthead #logo a {
	line-height: 0;
}

#masthead #logo a {
	display: inline-block;
	position: relative;
	margin-top: 2px;
}

#masthead #logo a img {
	position: relative;
	top: -1px;
	opacity: 1;
	transition: opacity .3s ease-in-out
}

#masthead #site-navigation {
	display: flex;
	align-items: center;
	margin: 0 0 0 29px;
	padding: 0;
	position: relative;
}

#masthead #site-navigation .menu {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0 0 0 35px;
	opacity: 1;
	visibility: visible;
	transition: opacity .5s ease-in-out, visibility .5s ease-in-out, margin 1s ease-in-out
}

#masthead #site-navigation .menu:after {
	display: block;
	clear: both;
	content: ""
}

#masthead #site-navigation .menu>li {
	display: block;
	float: left
}

#masthead #site-navigation .menu>li+li {
	margin-left: 31px
}

#masthead #site-navigation .menu>li>a {
	display: block;
	float: left;
	line-height: 26px;
	font-size: 16px;
	position: relative;
	transition: color .3s ease-in-out;
	font-weight: 500
}

#masthead.dark #site-navigation .menu>li>a {
	color: #fff;
}

#masthead .headercontent {
	padding: 20px 0;
	will-change: transform;
	width: 100%;
	transition: transform var(--trans-smooth), color var(--trans), background-color var(--trans) .5s, -webkit-transform var(--trans-smooth);
}

body.scrolled #masthead .headercontent {
	background: var(--white);
	transform: translateY(-150%) translateZ(0);
}


body.scrolled #masthead.dark .headercontent {
	background: var(--black);
}

body.scrolled-up .headercontent {
	border-bottom: 1px solid #e8e8e9;
	background: var(--white);
	transform: translateY(0) translateZ(0);
	transition: background .2s ease-in-out;
}

body.scrolled-up #masthead.dark .headercontent {
	border-color: var(--black);
	background-color: var(--black);
}

#masthead #mobile-menu-hide,
#masthead #mobile-menu-show,
#masthead #site-navigation .menu>li>a {
	text-decoration: none
}

#masthead #mobile-menu-hide,
#masthead #mobile-menu-show {
	width: 25px;
	height: 16px;
	margin-top: -2px
}

#masthead #mobile-menu-hide span,
#masthead #mobile-menu-show span {
	height: 2px;
	width: 25px;
	background: var(--black);
	display: block
}

#masthead #mobile-menu-hide {
	padding-left: 20px
}

#masthead #mobile-menu-hide span {
	transform: rotate(90deg);
	position: absolute;
	left: 0;
	top: 7px;
	display: inline-block;
	width: 12px;
	height: 8px;
	background: url(assets/images/arrow-white.svg) no-repeat left;
}

#masthead #mobile-menu-show span:before {
	position: absolute;
	content: '';
	height: 2px;
	width: 25px;
	top: 7px;
	left: 0;
	background: var(--black);
}

#masthead #mobile-menu-show span:after {
	position: absolute;
	content: '';
	height: 2px;
	width: 25px;
	top: 14px;
	left: 0;
	background: var(--black);
}

#masthead #mobile-menu-show {
	display: none;
}


#masthead #mobile-navigation {
	display: none;
	background: var(--white);
	position: fixed;
	top: 65px;
	left: 0;
	width: 100vw;
	height: calc((var(--vh, 1vh) * 100) - 65px);
	z-index: 300;
	color: #fff;
	padding: 9px 25px 30px 25px;
	overflow: auto;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 100vw;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease-in-out;
	align-items: flex-start;
	flex-direction: column;
	justify-content: flex-start;
}


#masthead #mobile-navigation .accordionjs .acc_section .acc_content li,
#masthead #mobile-navigation .accordionjs {
	width: 100%;
}

#masthead #mobile-navigation ul {
	padding: 0;
	margin: 0;
}

#masthead #mobile-navigation .accordionjs .acc_section .acc_head {
	padding: 16px 0 20px 0;
	font-size: 24px;
	line-height: 31px;
	font-weight: 500;
	color: var(--black);
	letter-spacing: -0.01em;
}

#masthead #mobile-navigation .accordionjs .acc_section {
	border: none
}

#masthead #mobile-navigation .accordionjs .acc_head {
	border-bottom: 1px solid var(--black)
}

#masthead #mobile-navigation .accordionjs .acc_section {
	padding-bottom: 0;
}

#masthead #mobile-navigation .accordionjs .acc_section.acc_active {
	padding-bottom: 15px;
}

#masthead #mobile-navigation .accordionjs .acc_section .acc_content .level1 a {
	display: block;
	padding-bottom: 22px;
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	color: var(--black);
}

#masthead #mobile-navigation .accordionjs .acc_section .acc_content {
	padding-top: 23px;
}

#masthead #mobile-navigation .accordionjs .acc_section .acc_head span {
	right: 0;
	padding-right: 0;
	top: 21px;
	background-image: url(assets/images/arrow.svg);
	background-size: 11px;
	transform: rotate(-90deg);
	background-position: center;
}

#masthead #mobile-navigation .bottombuttons {
	width: 100%;
	margin-top: auto;
}

#masthead #mobile-navigation .bottombuttons a {
	margin-top: 16px;
	height: 58px;
	line-height: 58px;
	width: 100%;
	display: block;
}

#masthead #mobile-navigation .bottombuttons a.white {
	border: 1px solid #d1d2d3
}

.mobile-menu-visible #masthead #mobile-menu-show span {
	width: 30px;
	height: 30px;
	background: url(assets/images/icon-close.png) no-repeat center;
}

.mobile-menu-visible #masthead #mobile-menu-show span:before,
.mobile-menu-visible #masthead #mobile-menu-show span:after {
	display: none
}

.mobile-menu-visible #masthead.dark #mobile-menu-show span {
	background: url(assets/images/icon-close-ondark.png) no-repeat center;
}

.mobile-menu-visible #masthead #mobile-menu-show {
	width: 25px;
	height: 30px;
	margin-top: -5px;
}

#masthead #mobile-navigation .item-3 .acc_head span {
	display: none
}

#masthead #mobile-navigation .item-3 .acc_head a {
	display: block;
	width: 100%;
}

body.header-color-black #masthead {
	color: #000
}

body.header-color-black #masthead #logo a .logo-black {
	opacity: 1
}

body.header-color-black #masthead #logo a .logo-white {
	opacity: 0
}

body.header-color-black #masthead #site-navigation {
	border-left-color: #000
}

body.header-color-black #masthead #mobile-menu-show {
	border-right-color: #000
}

body.scrolled #masthead #logo a .logo-black {
	opacity: 1
}

body.scrolled #masthead #logo a .logo-white {
	opacity: 0
}

body.scrolled #masthead #site-navigation {
	border-left-color: #000
}

body.menu-hidden #masthead #site-navigation #menu-show {
	opacity: 1;
	visibility: visible
}

body.scrolled #masthead #mobile-menu-show {
	color: var(--color)
}

body.menu-hidden #masthead #site-navigation .menu {
	opacity: 0;
	visibility: hidden
}

@media (max-width:991.98px) {
	#masthead #site-navigation {
		padding-left: 20px
	}

	#masthead #site-navigation .menu>li+li {
		margin-left: 15px
	}
}

@media (max-width:767.98px) {
	#masthead #site-navigation {
		display: none
	}

	#masthead .headercontent {
		border-bottom: 1px solid #e8e8e9;
		padding: 16px 0 13px 0;
	}

	#masthead #mobile-menu-show {
		display: block
	}

	#masthead #mobile-navigation {
		display: flex
	}

	body.mobile-menu-visible #masthead #mobile-navigation {
		opacity: 1;
		visibility: visible;
		margin-left: 0
	}

	#masthead #mobile-navigation #mobile-menu-hide {
		position: absolute;
		top: 26px;
		left: 25px;
	}

	#masthead #mobile-navigation .menu {
		text-align: center;
		display: block;
		margin: 0;
		padding: 0;
		list-style: none;
	}

	#masthead #mobile-navigation .menu>li {
		display: block
	}

	#masthead #mobile-navigation .menu>li>a {
		text-decoration: none;
		color: inherit;
		font-size: 40px;
		line-height: 1.5;
	}

	#masthead #mobile-navigation .menu>li+li {
		margin-top: 20px;
	}
}

.menu-item-has-children {
	position: relative
}

#masthead #site-navigation .menu:hover li a {
	color: var(--black60);
}

#masthead #site-navigation .menu>li:hover > a {
	color: var(--black);
}

#masthead #site-navigation .menu li ul li:hover a {
	color: var(--black);
}

#masthead.dark #site-navigation .menu:hover li a {
	color: var(--black40);
}

#masthead.dark #site-navigation .menu>li:hover a {
	color: var(--black10);
}

#masthead.dark #site-navigation .menu>li:hover ul li a {
	color: var(--black50);
}

#masthead.dark #site-navigation .menu>li ul li:hover a {
	color: var(--black);
	background-color: var(--lightgray);
}

.sub-menu {
	overflow: hidden;
	border-radius: 8px;
	transition: all .25s ease-in-out;
	position: absolute;
	top: 32px;
	left: 0;
	visibility: hidden;
	opacity: 0;
	background: #fff;
	width: 292px;
	margin: 0;
	padding: 0;
	box-shadow: 0px 19px 21px -1px rgba(0, 0, 0, 0.18);
}

.sub-menu li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.sub-menu li a {
	position: relative;
	font-weight: 500;
	color: var(--black60);
	font-size: 16px;
	line-height: 56px;
	height: 56px;
	display: block;
	padding: 0 24px;
}

.sub-menu li a:hover {
	background: #F8F8F8;
	color: var(--black);
}

.menu-item-has-children:hover .sub-menu {
	visibility: visible;
	opacity: 1
}

.sub-menu li a:hover:after {
	width: 18px;
	height: 16px;
	content: '';
	position: absolute;
	top: 19px;
	right: 20px;
	background: url(assets/images/swiper-nav-arrow.svg) no-repeat center;
	transform: scale(-1);
}


@media screen and (max-width: 768px) {
	.sub-menu {
		display: none !important
	}
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: 1
}

/* Footer */

footer.site-footer {
	padding-top: 13px;
}

.site-footer a:hover svg path {
	fill: var(--black70);
}

.site-footer #footer-bottom {
	font-size: 12px;
	line-height: 18px;
	font-weight: 500
}

.site-footer .bottomlinks a {
	margin-left: 50px
}

.site-footer .accord .accordion_in {
	width: 100%;
	max-width: 190px
}

.site-footer #footer-top {
	padding-bottom: 44px;
}

.site-footer .accordionjs .acc_section .acc_content {
	padding-top: 9px;
}

.site-footer .accordionjs .acc_section .acc_content p {
	margin-bottom: 13px;
}

.page-id-429 .site-footer,
.page-id-487 .site-footer,
.page-id-469 .site-footer,
.page-id-495 .site-footer {
	padding-top: 0;
	margin-top: 50px;
}



@media (min-width:768px) {

	.site-footer .bottomlinks a:nth-child(3),
	.site-footer .bottomlinks a:nth-child(4) {
		display: none
	}

}

@media (max-width:991.98px) {}

@media screen and (max-width: 767px) {
	#footer-top .left {
		padding-bottom: 50px;
		text-align: center
	}

	#footer-top .left,
	#footer-top .right,
	#footer-bottom .left,
	#footer-bottom .right {
		width: 100%
	}

	#footer-bottom .left {
		display: none;
	}

	#footer-top {
		flex-direction: column;
		margin-bottom: 0;
		padding-bottom: 50px
	}

	.site-footer .bottomlinks a:first-child {
		margin-left: 0
	}

	#footer-bottom #copyright-text,
	.site-footer .bottomlinks a {
		margin: 0 24px 0 0;
	}

	#footer-bottom .right {
		margin-top: 30px;
	}
}

@media screen and (max-width: 768px) {
	footer.site-footer {
		margin-top: 62px;
	}
}

@media (min-width:575.98px) {
	footer .accordionjs .acc_section .acc_content {
		display: block !important
	}

	footer .accordionjs .acc_section .acc_head {
		padding-top: 0;
		/* padding-bottom: 7px; */
		letter-spacing: 0;
		font-weight: 500;
		pointer-events: none;
		font-size: 14px;
		color: var(--black60)
	}

	footer .accordionjs .acc_section .acc_head span {
		display: none
	}

	footer .accordionjs a {
		font-weight: 500;
		color: var(--black);
		font-size: 18px;
		line-height: 30px;
	}

	footer .accordionjs .more {
		cursor: pointer;
	}

	footer .accordionjs .more span {
		vertical-align: 3px;
		display: inline-block;
		width: 12px;
		margin-left: 5px;
		height: 8px;
		background-image: url(assets/images/arrow.svg);

		background-size: 100%;
		background-repeat: no-repeat;
	}

	footer .accordionjs .more.active {
		color: var(--black60);
	}

	footer .accordionjs .more.active span {
		transform: rotate(180deg);
		color: var(--black60);
		background-image: url('assets/images/arrow-black60.svg');
	}

	footer .accordionjs .acc_section {
		border: 0
	}

	footer .follow {
		display: none
	}
}

@media (max-width:575.98px) {
	.site-footer .acc_head {
		font-weight: 500 !important;
		letter-spacing: -0.01em !important;
		font-size: 24px !important;
		line-height: 31px !important;
	}

	.site-footer .more {
		display: none !important
	}

	.site-footer .acc_content .item {
		display: block !important
	}

	body {
		font-weight: 500
	}

	#footer-bottom .social-icons {
		display: none
	}

	.site-footer .accord .accordion_in {
		max-width: 100%
	}

	.site-footer .accordionjs .acc_section .acc_head span {top:39px;}

	footer.site-footer {
		padding-top: 50px;
		margin-top: 0;
	}

	.site-footer .accord {
		flex-direction: column;
	}

	#footer-bottom .right {
		margin-top: 0
	}

	#footer-top .left {
		text-align: left;
		padding-bottom: 10px
	}

	#footer-top .left img {
		width: 41px
	}

}

@media screen and (max-width: 767px) {
	html {
		font-size: 18px;
	}


}

@media screen and (max-width: 567px) {
	html {
		overflow: auto !important;
	}

	.smalltop {
		font-size: 16px;
		line-height: 26px;
	}

	.tags span {
		font-size: 10px;
		width: 86px;
		height: 21px;
		line-height: 19px;
	}

	.button.size20 {
		font-size: 16px;
	}

}


@media screen and (max-width: 370px) {
	h1 {
		font-size: 64px;
	}

}

/* Product features page */

.page-id-429
/* Product features page - end */

/* Product features page */
.page-id-362 #masthead .headercontent {
	border-bottom: none;
}

@media screen and (max-width: 992px) {
	.page-id-362 .module-14 .image {
		margin-top: 49px;
	}

	.page-id-362 .module-14 .text {
		text-align: left;
	}

	.page-id-362 .module-14 .text .subt {
		margin-left: 0;
		margin-right: 0;
	}
}

@media screen and (min-width: 992px) {
	.page-id-362 .module-16.layout-left .image {
		justify-content: end;
	}
}

@media screen and (max-width: 768px) {
	.page-id-362 .module-14 {
		padding-top: 117px;
	}

	.page-id-362 .module-14 .image img {
		margin: 0 0 0 auto;
	}
}

@media screen and (max-width: 567px) {
	.page-id-362 .module-14 h3 {
		margin-bottom: 24px;
	}

	.page-id-362 .module-14 p {
		margin-bottom: 40px;
	}

	.page-id-362 .module-14 p.medium {
		margin-bottom: 8px;
	}
}

@media screen and (max-width: 400px) {
	.page-id-362 .module-14 br {
		display: none;
	}
}

/* Product features page - end */

/* Pricing */
.page-id-13 {
	overflow-y: hidden;
}
.page-id-13 .container {
	padding: 0 32px;
}

.page-id-13 .module-1 .toptext {
	font-size: 18px;
}

.page-id-13 .module-1 .title88 {
	letter-spacing: -0.02em;
}

.page-id-13 .module-16 {
	padding-top: 7px;
	background-color: var(--lightgray);
	margin-bottom: 0;
}

.page-id-13 .module-16 .top-text .desc {
	color: var(--black40);
}

.page-id-13 .module-4 {
	padding-top: 75px;
}

.page-id-13 .module-20 {
	padding-top: 43px;
}

.page-id-13 .module-20 .title60 {
	padding-bottom: 13px;
}

.page-id-13 .module-20 .accordionjs .acc_section {
	padding-bottom: 48px;
}

.page-id-13 .module-20 .accordionjs .acc_section .acc_head {
	letter-spacing: -0.01em;
}

.page-id-13 .module-16 .container {
	padding: 0;
	width: 1182px;
}
@media screen and (max-width: 992px ) {
	.page-id-13 .module-0,
	.page-id-13 .module-1,
	.page-id-13 .module-1 .bg-mask {
		background-color: var(--lightgray) !important;
	}
	.page-id-13 .module-16 .inner {
		padding-bottom: 72px;
	}
}
@media screen and (min-width: 992px) {
	.page-id-13 .module-16 .text {
		padding: 120px 59px 130px 48px;
	}
}
@media screen and (min-width: 1400px) {
	.page-id-13 .module-16 .text {
		padding: 120px 59px 130px 80px;
	}
}


/* Pricing - end */

/* Pricing table */

.page-id-634 .container {
	padding: 0 24px;
	width: calc(1223px + 48px);
}

.page-id-634 .module-21 h1 {
	margin-top: 99px;
	letter-spacing: -0.02em;
}

.page-id-634 .module-16 .title18 {
	font-size: 16px;
	line-height: 42px;
	height: 42px;
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 24px;
	display: inline-block;
	padding: 0 20px;
	margin-bottom: 24px;
}

.page-id-634 .module-16 h2 {
	margin-bottom: 24px;
}

.page-id-634 .module-16 .button {
	background-color: #fff;
	color: var(--black);
}

.page-id-634 .module-16 .desc {
	margin-bottom: 30px;
	font-weight: 400;
}

.page-id-634 .module-16 .text {
	padding: 0 25px 71px 0;
}

.page-id-634 .module-16 .top-text p {
	max-width: 510px;
}

.page-id-634 .module-16 {
	position: relative;
	z-index: 99;
}

.page-id-634 .module-16 .top-text .desc {
	color: var(--black40);
}

.page-id-634 .module-16 img {
	margin-left: auto;
}

@media screen and (max-width: 992px) {
	.page-id-634 .module-16 img {
		aspect-ratio: 1 / 1;
		object-fit: cover;
		width: 100%;
	}

	.page-id-634 .module-16 .title18 {
		height: 34px;
		line-height: 34px;
	}

	.module-16.full-simple .inner {
		padding: 88px 0 80px 0 !important;
	}

	.page-id-634 .module-16 .text {
		padding: 0 0 71px 0 !important;
	}
}

@media screen and (max-width: 768px ) {
	.page-id-634 .module-21 h1 {
		margin-top: 44px;
	}
}

@media screen and (max-width: 567px) {
	.page-id-634 .module-16 .title48 {
		font-size: 40px;
		line-height: 48px;
	}

	.page-id-634 .module-16 .desc {
		margin-bottom: 48px;
	}

	.page-id-634 .module-16 .image {
		margin-top: 0;
	}
}

@media screen and (max-width: 325px) {
	.page-id-634 .container {
		padding: 0 16px;
	}

	.page-id-634 .module-19 .inner .inner {
		padding: 0 16px;
	}
}

/* Pricing table - end */

/* Data coverage subpages */
.parent-pageid-711 {
	overflow-y: hidden;
}

.parent-pageid-711 .module-1 {
	padding-bottom: 56px;
}
.page-id-1239.parent-pageid-711 .module-1,
.page-id-1243.parent-pageid-711 .module-1,
.page-id-1209.parent-pageid-711 .module-1  {
	padding-bottom: 0;
	overflow:hidden;
}

.page-id-1209 .module-1 .image img,
.page-id-1239 .module-1 .image img,
.page-id-1243 .module-1 .image img {
	box-shadow: 0px 0px 60px 0px rgba(5,5,5,0.38);
}


.parent-pageid-711 .module-1 .toptext {
	margin-bottom: 26px;
	font-size: 18px;
	line-height: 30px;
}

.parent-pageid-711 .module-1 .titl {
	max-width: 1006px;
	margin-top: 24px;
}

.parent-pageid-711 .module-1 .image {
	margin-top: 94px;
}

.parent-pageid-711 .title88 {
	letter-spacing: -0.02em;
}

.parent-pageid-711 .module-3 {
	padding: 107px 0;
}

.parent-pageid-711 .module-3 .flex .inner {
	max-width: 330px;
}


.parent-pageid-711 .module-3 .title48 {
	letter-spacing: -0.015em;
}

.parent-pageid-711 .module-3 .sectiontitle {
	padding-bottom: 39px;
}

.parent-pageid-711 .module-3 .flex>div {
	padding: 0;
}

.parent-pageid-711 .module-3 .title20 {
	padding-top: 0;
	padding-bottom: 8px;
	color: var(--black);
}

.parent-pageid-711 .module-3 .text p {
	font-weight: 400 !important;
}

.parent-pageid-711 .module-4 {
	margin-bottom: 97px;
	margin-top: 14px;
	padding: 24px 0;
}

.parent-pageid-711 .module-12 {
	margin-bottom: 0;
}

.parent-pageid-711 .module-12 {
	margin-top: 144px;
}

.parent-pageid-711 .module-12 .text .inner {
	max-width: 583px;
}

.parent-pageid-711 .module-12 .text .title34 {
	letter-spacing: -0.02em
}

.parent-pageid-711 .module-12 {
	padding: 120px 0
}

.parent-pageid-711 .module-16 .title48 {
	letter-spacing: -0.015em;
}

.parent-pageid-711 .module-16 .top-text {
	max-width: 464px;
}

.parent-pageid-711 .module-16.simple .top-text p {
	margin-bottom: 10px;
}

.parent-pageid-711 .title48,
.parent-pageid-711 .module-16.simple .top-text p.desc {
	margin-bottom: 24px;
}

.parent-pageid-711 .module-16.simple .top-text p.desc {
	font-weight: 400;
}

.parent-pageid-711 .module-17 {
	padding-top: 56px;
}

.parent-pageid-711 .module-17 .title48 {
	margin-bottom: 16px;
}

@media (min-width:992px) {

	.page-id-713 #module-6 .top-text {
		max-width: 464px;
	}

	.page-id-713 #module-8 .top-text {
		max-width: 500px;
	}

	.page-id-713 #module-8 .text {
		padding-right: 120px;
	}

	.parent-pageid-711 .module-16.simple.layout-left .text {
		padding: 88px 141px 90px 0;
	}
	
	.parent-pageid-711 .module-16.simple.layout-right .text {
		padding: 88px 0 90px 111px
	}

	.parent-pageid-711 .module-16.simple.layout-right .top-text {
		max-width: 497px;
	}
}

@media (min-width:768px) {
	.parent-pageid-711 .module-1 .titl p {
		letter-spacing: -0.01em;
	}
	.parent-pageid-711.page-id-1243 .module-3 .flex .inner {max-width:100%;}
	.page-id-1243 .module-3 .flex>div {    width: calc(33.3333333% - 15px)}
}

@media (max-width:768px) {
	.parent-pageid-711 .module-1 .toptext {
		margin-bottom: 26px;
	}
}


@media screen and (max-width: 768px) {
	.parent-pageid-711 .module-1 .image {
		margin-top: 48px;
	}

	.parent-pageid-711 .module-1 {
		padding-bottom: 8px;
	}

	.parent-pageid-711 .module-4 {
		margin-bottom: 24px;
	}

	.parent-pageid-711 .title48 {
		margin-bottom: 16px;
	}

	.parent-pageid-711 .module-12 {
		margin-top: -36px;
	}

}

@media screen and (max-width: 567px) {
	.parent-pageid-711 .container {
		padding-left: 24px;
		padding-right: 24px;
	}

	.parent-pageid-711 .module-1 .title24,
	.parent-pageid-711 .module-1 .titl {
		font-size: 18px;
		line-height: 30px;
	}

	.parent-pageid-711 .module-1 .button {
		height: 58px;
		line-height: 58px;
	}

	.parent-pageid-711 .module-16.simple .top-text p.desc {
		font-size: 16px;
		line-height: 26px;
	}

	.parent-pageid-711:not(.page-id-827, .page-id-837, .page-id-848) .module-1 .titl,
	.parent-pageid-711:not(.page-id-786, .page-id-827, .page-id-837, .page-id-848) .module-1 .title88 {
		padding: 0 16px;
	}

	.parent-pageid-711 .title48 {
		font-size: 40px;
		line-height: 48px;
	}

	.page-id-827 .module-1 .title88,
	.page-id-827 .module-1 .titl,
	.page-id-837 .module-1 .title88,
	.page-id-837 .module-1 .titl {
		margin-right: -8px;
		margin-left: -8px;
	}

	.parent-pageid-711 .module-3 {
		padding: 77px 0 65px 0;
	}
	.parent-pageid-711 .module-3 .title20 {
		font-size: 20px;
		line-height: 30px;
	}
	.parent-pageid-711 .module-3 .sectiontitle {
		padding-bottom: 31px;
	}
	.parent-pageid-711 .module-3 .flex {
		gap: 40px 0;
	}

	.parent-pageid-711 .module-4 {
		margin-bottom: 40px;
	}

	.parent-pageid-711 .module-10  {
		padding: 63px 0 47px 0 !important;
	}

	.parent-pageid-711 .module-10 .title24 {
		padding-bottom: 52px;
	}

	.parent-pageid-711 .module-10 .button {
		height: 58px;
		line-height: 58px;
	}

	
	.parent-pageid-711 .module-12 .text .title34 {
		letter-spacing: -0.01em
	}

	.parent-pageid-711 .module-12 {
		padding: 58px 0 43px 0
	}

	.parent-pageid-711 .module-17 {
		padding-top: 64px;
	}

	.parent-pageid-711 .module-17 .title48 {
		max-width: unset;
	}

	.parent-pageid-711 .module-17 .title20 {
		font-size: 18px;
		line-height: 30px;
	}

	.parent-pageid-711 .module-17 .inner {
		margin-top: 46px;
	}
}

/* Data coverage subpages - end */

/* Product features subpages */

.parent-pageid-362 .module-1 .image::before {
	box-shadow: 0px 79px 72px -72px #191E25B2;
}

.parent-pageid-362 .module-1 .toptext {
	margin-bottom: 16px;
}

.parent-pageid-362 .module-1 .titl {
	margin-top: 40px;
	letter-spacing: -0.01em;
}

.parent-pageid-362 .module-1 .button {
	height: 48px;
	line-height: 48px;
	padding: 0 21px;
}

.parent-pageid-362 .module-1 .image {
	margin-top: 95px;
}

body.parent-pageid-362 {
	color: var(--black70);
}

@media screen and (max-width: 768px) {
	.parent-pageid-362 .module-3 {
		padding-top: 0;
	}

	.parent-pageid-362 .module-3 .flex>div:first-child {
		padding-top: 45px !important;
	}
}

/* Product features subpages - end*/

/* Data coverage parent */
.page-id-711 {
	overflow-x: hidden;
}

.page-id-711 .module-5 .title34 {
	letter-spacing: -0.02em;
}

.page-id-711 .module-2 {
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: -52px;
}

.page-id-711 .module-22 {
	margin-top: -86px;
}

.page-id-711 .module-5 .title20 {
	padding-bottom: 22px;
}

.page-id-711 .module-5 .pr2 {
	padding-right: 0;
}

.page-id-711 .module-5 .title60 {
	letter-spacing: -0.015em;
}

.page-id-711 .module-23 .stat:nth-child(1) .number {
	letter-spacing:  -0.06em;
}
.page-id-711 .module-23 .stat:nth-child(2) .number {
	letter-spacing: -0.014em;
}
.page-id-711 .module-23 .stat:nth-child(3) .number {
	letter-spacing: -0.04em;
}

.page-id-711 .module-17 {
	margin-top: 78px;
}

@media screen and (max-width: 992px ) {
	.page-id-711 .module-14 img {
		margin-bottom: 36px;
		max-width: calc(100% - 30px);
	}
	.page-id-711 .module-2 {
		margin-top: -36px;
	}
	.page-id-711 .module-2 .container > div > div {
		height: min(108vw, 910px);
	}
	.page-id-711 .module-2 img {
		position: absolute;
    left: -4vw;
    max-width: 142vw;
	}
	.page-id-711 .module-22 {
		margin-top: -53px;
	}
}
@media screen and (max-width: 768px ) {
	.page-id-711 .module-17 {
		margin-top: 49px;
	}	
	.page-id-711 .module-14 {
		padding-top: 120px;
	}
	.page-id-711 .module-17 .inner {
		margin-top: 44px;
	}
}
@media screen and (max-width: 567px ) {
	.page-id-711 .module-17 .title48 {
		max-width: unset;
		margin-bottom: 0;
	}
	.page-id-711 .module-17 .title20 {
		font-size: 18px;
		line-height: 30px;
	}
	.page-id-711 .module-17 .container .title20:first-child {
		margin-top: 14px;
	}
	.page-id-711 .module-14 .text {
		text-align: left;
	}
	.page-id-711 .module-14 .title20 {
		font-size: 18px;
		line-height: 30px;
	}
	.page-id-711 .module-14 p:first-child {
		margin-bottom: 13px;
	}
	.page-id-711 .module-14 .subt {
		margin-bottom: 5px;
	}
	.page-id-711 .module-5 .title20 {
		font-size: 18px;
		line-height: 30px;
		padding-bottom: 16px;
	}
	.page-id-711 .module-5 {
    padding: 93px 0 58px 0px !important;
	}
	.page-id-711 .module-2 .container > div > div {
		height: min(113vw, 910px);
	}
	.page-id-711 .module-2 img {
		max-width: 152vw;
	}
}

/* Data coverage parent - end */

/* Data coverage/crypto */

.page-id-1209 .module-1 .image,
.page-id-1239 .module-1 .image,
.page-id-1243 .module-1 .image {
	max-width: 1135px;
}

.page-id-1209 .module-1 .image:before,
.page-id-1239 .module-1 .image:before,
.page-id-1243 .module-1 .image:before {
	display:none;
}

.page-id-1209 .module-1 .titl,
.page-id-1239 .module-1 .titl,
.page-id-1243 .module-1 .titl {
	margin-top: 23px;
}

.page-id-1209 .module-1 .titl p,
.page-id-1239 .module-1 .titl p,
.page-id-1243 .module-1 .titl p {
	letter-spacing: 0;
}

.page-id-1209 .module-1 .mt3.flex,
.page-id-1239 .module-1 .mt3.flex,
.page-id-1243 .module-1 .mt3.flex {
	margin-top: 55px;
}

@media screen and (max-width: 567px ) {

}

/* Data coverage/crypto - end */

/* Use cases */
.parent-pageid-11 .container {
	padding: 0 24px;
	width: calc(1216px + 48px);
}

.parent-pageid-11 .module-3 .text p {font-weight:400}



.parent-pageid-11 .module-1 .toptext {
	font-size: 18px;
	line-height: 30px;
}

.parent-pageid-11 .module-1 .titl {
	max-width: 789px;
	margin-top: 29px;
}

.parent-pageid-11.page-id-1412 .module-1 .titl {max-width:800px;}

.parent-pageid-11 .module-1 .button {
	height: 48px;
	line-height: 48px;
	padding: 0 21px;
	margin-top: 39px;
}
.parent-pageid-11 .module-24 {
	margin-bottom: 55px;
}
.parent-pageid-11 .module-5 {
	margin-top: 40px;
	margin-bottom: 7px;
}
.parent-pageid-11 .module-5 .pb2 {
	padding-bottom: 22px;
}
.parent-pageid-11 .module-3 {
	padding-bottom: 0;
}
.parent-pageid-11 .module-12 {
	margin-top: 0;
	padding-top: 55px;
}
.parent-pageid-11 .module-12 .text .inner {
	max-width: 507px;
}

.parent-pageid-11.page-id-1416 .module-12 .text .inner {    max-width: 521px;}

.parent-pageid-11.page-id-1378 .module-12 .text .inner {
    max-width: 521px;
}

.parent-pageid-11 .module-12 .text {
	top: 38px;
}
.parent-pageid-11 .module-12 .title34 {
	line-height: 40px;
	letter-spacing: -0.02em;
	margin-bottom: -6px;
}
.parent-pageid-11 .module-12 .text:before {
	top: -77px;
}
.parent-pageid-11 .module-12 .text {
	width: calc(100% - 540px);
}
.parent-pageid-11 .module-23 .stat:last-child {
	border: none;
}

.parent-pageid-11 .module-23 .number {line-height:100px;font-size:92px;letter-spacing: -0.06em;}

.page-id-1412 .module-16.layout-left .text {max-width: 529px;}
.page-id-1412 .module-25 .subt {max-width:685px;}
.page-id-1416 .module-25 .subt{max-width:701px;}


@media screen and (min-width: 992px ) {
	.parent-pageid-11 .module-5 .flex .col-6:first-child {
		width: 80%;
		max-width:702px;
	}

	.parent-pageid-11.page-id-1412 .module-5 .flex .col-6:first-child {
		max-width:725px;
	}

	.parent-pageid-11.page-id-1416 .module-5 .flex .col-6:first-child {
		max-width:725px;
	}

	.parent-pageid-11.page-id-1424 .module-5 .flex .col-6:first-child {
		max-width:725px;
	}

	.parent-pageid-11.page-id-1388 .module-5 .flex .col-6:first-child {max-width: 722px;}

	.parent-pageid-11.page-id-1363 .module-5 .flex .col-6:first-child {max-width:722px;}

	.parent-pageid-11.page-id-1363 .module-16 .top-text .desc {max-width: 454px;}

	.parent-pageid-11 .module-3 .flex>div {
		width: calc(33.3333333% - 12px);
		padding: 64px 14px 48px 0;
	}
	.parent-pageid-11 .module-3 .inner .title32 {
		padding-top: 16px;
		letter-spacing: -0.01em;
		padding-bottom: 0;
	}
	.parent-pageid-11 .module-3 .flex .inner {
		max-width: unset;
	}
	.parent-pageid-11 .module-3 .flex .inner .title24 {
		padding-bottom: 9px;
	}

	.parent-pageid-11 .module-16 {
		display: flex;
    align-items: center;
    justify-content: center;
	}
	.parent-pageid-11 .module-16.layout-left .text {
    padding: 0 88px 0 0px;
	}
	.parent-pageid-11 .module-16.layout-right .text {
		padding: 0 0 0 112px;
	}


	.parent-pageid-11 .module-16.layout-right .container { max-width:calc(1258px + 48px);   width: calc(1258px + 48px);}
	.parent-pageid-11 .module-16.layout-right .container .desc {max-width:100%}

	.parent-pageid-11.page-id-1388 .module-16.layout-right#module-12 .container .desc {max-width: 454px;}

	.parent-pageid-11.page-id-1424 .module-16.layout-left .top-text p {max-width:495px;}
	.parent-pageid-11.page-id-1424 .module-16.layout-right .top-text  {max-width:454px;}
	.parent-pageid-11.page-id-1424 .module-16.layout-left#module-13 .top-text {max-width:454px;}

	.parent-pageid-11 .module-16 h2 {
		margin-bottom: 24px;
		letter-spacing: -0.015em;
	}
	.parent-pageid-11 .module-16 .top-text {
		max-width: unset;
	}
	.parent-pageid-11 .module-16 .top-text p {
    max-width: unset;
		margin-bottom: 8px;
	}

	.parent-pageid-11.page-id-1396 .module-16.layout-left .top-text  {max-width:454px;}
	.parent-pageid-11.page-id-1396 .module-16.layout-right .top-text p {max-width:497px;}

	.parent-pageid-11.page-id-1416 .module-16#module-9 .top-text {max-width:496px;}
	.parent-pageid-11.page-id-1416 .module-16#module-11 .top-text {max-width:454px;}
	.parent-pageid-11.page-id-1416 .module-16.layout-right .top-text {max-width:454px;}
	.parent-pageid-11 .module-16 .top-text {
		margin-bottom: 0;
	}

	
}
@media screen and (min-width: 768px ) {
	.parent-pageid-11 .module-16 {
		margin-bottom: 137px;
		margin-top: 110px;
	}
	.parent-pageid-11 .module-23 {
		padding-top: 105px;
		margin-top: -39px;
		padding-bottom: 62px;
	}
	.parent-pageid-11 .module-23  .number {
		padding-right: 0;
	}
	.parent-pageid-11 .module-23  .number p {
		margin-bottom: 0;
	}
	.parent-pageid-11 .module-23 .stat {
    margin-bottom: 24px;
    padding-bottom: 14px;
    padding-top: 14px;
	}
	.parent-pageid-11 .module-23 .stat .text {
		font-size: 16px;
		line-height: 26px;
		letter-spacing: 0;
	}
}
@media screen and (max-width: 768px ) {
	.parent-pageid-11 .module-1 {
		padding: 50px 0 38px 0;
	}
	.parent-pageid-11 .module-1 .toptext {
		margin-bottom: 10px;
	}
	.parent-pageid-11 .module-12 {
		margin-top: 23px;
		padding-top: 53px;
	}
	.parent-pageid-11 .module-24 {
		margin-bottom: 16px;
	}
	.parent-pageid-11 .module-12 .img .name {
		order: 1;
		padding-top: 27px;
    font-size: 20px;
    line-height: 30px;
	}
	.parent-pageid-11 .module-12 .img .position {
		font-size: 14px;
		line-height: 22px;
	}
	.parent-pageid-11 .module-12.contained .img img {
		margin-top: 40px;
		aspect-ratio: 349 / 339;
		border-radius: 8px;
		object-fit: cover;
	}
	.parent-pageid-11 .module-23 {
		padding-top: 73px;
		padding-bottom: 26px;
	}
	.parent-pageid-11 .module-23 .stat .text {
		max-width: 140px;
	}
	.parent-pageid-11 .module-23 .number {
		padding-right: 0;
	}
	.parent-pageid-11 .module-23 .number p {
		margin-bottom: 0;
	}
}
@media screen and (max-width: 600px) {
	.parent-pageid-11 .module-12 .text:before {
		width: 41px;
		height: 31px;
		top: -11px;
	}
	.parent-pageid-11 .module-12 .title34 {
		font-size: 32px;
		line-height: 38px;
	}
	.parent-pageid-11 .module-12 .img {
		overflow: visible;
	}
}
@media screen and (max-width: 567px ) {
	.parent-pageid-11 .module-1 .title20 {
    font-size: 18px;
    line-height: 30px;
		margin-top: 26px;
	}
	.parent-pageid-11 .module-1 .button {
		margin-top: 47px;
	}
	.parent-pageid-11 .module-5 {
		margin-top: 0;
    padding-top: 38px !important;
		padding-bottom: 0 !important;
	}
	.parent-pageid-11 .module-5 br {
		display: none;
	}
	.parent-pageid-11 .module-5 .title60 {
		letter-spacing: -0.01em;
	}
	.parent-pageid-11 .module-5 .pb2 {
		padding-bottom: 15px;
	}
	.parent-pageid-11 .module-5 .title20 {
		font-size: 18px;
		line-height: 30px;
	}
	.parent-pageid-11 .module-3 {
		padding-top: 0;
		margin-top: 36px;
	}
	.parent-pageid-11 .module-3 .flex>div {
		padding: 0 0 46px 0;
	}
	.parent-pageid-11 .module-3 .title32 {
		padding: 5px 0;
	}
	.parent-pageid-11 .module-3 .flex .inner .title24 {
		letter-spacing: -0.01em;
		padding-bottom: 5px;
	}
	.parent-pageid-11 .module-23 .number {font-weight:400;}
	.parent-pageid-11 #module-8 {
		padding-top: 71px !important;
		margin-bottom: 52px;
	}
	.parent-pageid-11 .module-16.default .text {
		padding: 11px 0 0 0;
	}
	.parent-pageid-11 .module-16 .title48, .module-16 .title34 {
		font-size: 32px !important;
		line-height: 38px !important;
	}
	.parent-pageid-11 .module-16 .title18 {
		margin-bottom: 9px;
		letter-spacing: 0;
		font-size: 16px;
		line-height: 26px;
	}
	.parent-pageid-11 .module-16.default .image-mobile {
		margin-top: 20px;
		margin-bottom: 0;
	}
	.parent-pageid-11 .module-16 .flex {
		margin-bottom: 0;
	}
	.parent-pageid-11 .module-23 .number {line-height:65px;font-size:65px;}
}
/* Use cases - end */

/* Home page */

.page-id-74 #module-13,
.page-id-1477 #module-13 {
	margin-bottom: 0;
}

.page-id-1477 .module-1 .titl {
	max-width: unset;
	margin-top: 20px;
}

.page-id-1477 .module-1 .button {
	margin-top: 47px;
}

.page-id-1477 .module-1 .image {
	margin-top: 80px;
	max-width: unset;
}

.page-id-1477 .module-3 .title32,
.page-id-1477 .module-3 .title60 {
	letter-spacing: -0.01em;
}

.page-id-1477 .module-3 .title32 {
	padding-top: 35px;
	padding-bottom: 19px;
}

.page-id-1477 .module-3 .text p {
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	color: var(--black70);
}

.page-id-1477 #module-5 {
	padding-top: 68px;
}

.page-id-1477 #module-5 .container > .title20 {
	font-size: 18px;
	padding-left: 3px;
}

.page-id-1477 #module-5 .inner {
	margin: 6px 49px 0px auto;
	max-width: 508px;
}

.page-id-1477 #module-5 .inner .title20 {
	font-size: 18px;
	line-height: 27px;
}

.page-id-1477 .module-6 .inner {
	padding-top: 38px;
	max-width: 803px;
}

.page-id-1477 .module-6 .box {
	margin-top: 0;
	max-width: 350px;
}

.page-id-1477 .module-6 .box img {
	aspect-ratio: 1;
	object-fit: cover;
	object-position: top;
}

.page-id-1477 .module-6 .inner .title34 {
	font-size: 24px;
	line-height: 31.2px;
	letter-spacing: -0.01em;
	padding-top: 26px;
	padding-bottom: 9px;
}

.page-id-1477 .module-6 .text {
	font-size: 18px;
	line-height: 28px;
}

.page-id-1477 .module-6 .text a {
	text-decoration: none;
	color: var(--black);
}

.page-id-1477 #module-7 .title20,
.page-id-1477 #module-10 .title20,
.page-id-1477 #module-12 .title20 {
	font-size: 18px;
	line-height: 27px;
}

.page-id-1477 .module-9 .title34 {
	font-size: 24px;
	line-height: 31.2px;
	letter-spacing: -0.01em;
}

.page-id-1477 #module-12 {
	margin-bottom: 0;
}

@media screen and (max-width: 768px ) {
	.page-id-1477 .module-1 {
		padding: 50px 0 62px 0;
	}
	.page-id-1477 .module-1 br {
		display: none;
	}
	.page-id-1477 .module-3 .flex>div {
		padding: 80px 0 0 0;
	}
	.page-id-1477 .module-3 .flex>div:first-of-type {
		padding: 50px 0 0 0;
	}
}


/* Home page - end */


/* About us */

.page-id-1483 #module-2 {
	margin-bottom: 0;
}

.page-id-1483 #module-2 h1 {
	letter-spacing: -0.02em;
}
.page-id-1483 #module-2 .title20 {
	padding-bottom: 7px;
}

.page-id-1483 #module-2 .flex div {
	width: 100%;
	max-width: 1000px;
	padding-left: 7px;
}

.page-id-1483 #module-2 .flex div:last-child {
	display: none;
}

.page-id-1483 #module-3 {
	margin-top: 71px;
	letter-spacing: -0.02em;
}

.page-id-1483 #module-3 .inner {
	max-width: 390px;
	margin: 0 0 0 auto;
}

.page-id-1483 #module-6 {
	margin-bottom: 0;
}

.page-id-1483 #module-6 .inner {
	margin: 6px auto 0 0;
  padding: 0 0 0 13px;
}

.page-id-1483 #module-9 {
	margin-bottom: 23px;
}

.page-id-1483 #module-9 .inner {
	margin: auto 0 0 0;
	padding: 0 0 0 6px;
}

.page-id-1483 #module-12 {
	margin-top: 81px;
	margin-bottom: 0;
}

.page-id-1483 #module-12 .inner {
	margin: -2px 0px 0px 0px;
	padding: 0px 0 0 13px;
}

.page-id-1483 #module-13 .swiper-button-next,
.page-id-1483 #module-13 .swiper-button-prev {
	top: calc(50% - 69px);
}

.page-id-1483 #module-13 {
	margin-top: 0;
}

.page-id-1483 #module-14 {
	margin-bottom: 34px;
}

.page-id-1483 #module-14 .inner {
	margin: -2px 0px 0px 0px;
	padding: 0px 0 0 13px;
	max-width: 559px;
}

.page-id-1483 .module-4 {
	padding-top: 0;
}

.page-id-1483 .module-4 .flex {
	justify-content: center;
	flex-wrap: wrap;
	gap: 0 24px;
}

.page-id-1483 .module-4 img {
	max-width: unset;
	margin: 45px 0;
	width: 100%;
	max-width: 389px;
}

.page-id-1483 .module-10 {
	margin-top: 35px;
}
@media screen and (max-width: 768px ) {
	.page-id-1483 #module-3 {
		margin-top: 0;
	}
}
@media screen and (max-width: 567px ) {
	.page-id-1483 .module-4 {
		padding-bottom: 16px;
	}
	.page-id-1483 .module-4 img {
		margin: 0 0 20px 0;
	}
	.page-id-1483 #module-2 {
    padding-bottom: 47px !important;
	}
	.page-id-1483 #module-2 h1 {
		font-size: 40px;
		line-height: 44px;
		letter-spacing: -0.015em;
	}
	.page-id-1483 #module-2 .flex div {
		padding-left: 1px;
	}
	.page-id-1483 #module-2 .title20 {
		padding-bottom: 9px;
	}
	.page-id-1483 #module-3 {
		padding-top: 0px !important;
		padding-bottom: 15px !important;
	}
	.page-id-1483 #module-3 .title24 {
		font-size: 20px;
		line-height: 30px;
		letter-spacing: 0;
	}
	.page-id-1483 #module-4 {
		padding-bottom: 0;
	}
	.page-id-1483 #module-5 {
		padding-top: 68px !important;
	}
	.page-id-1483 .module-29 {
		padding-bottom: 6px !important;
	}
	.page-id-1483 #module-6 {
		padding-top: 74px !important;
		padding-bottom: 12px !important;
	}
	.page-id-1483 #module-6 .title72 {
		font-size: 40px;
		line-height: 48px;
		margin-bottom: -23px;
	}
	.page-id-1483 #module-6 .title18 {
		font-size: 16px;
		line-height: 26px;
	}
	.page-id-1483 #module-6 .inner {
		padding: 0;
	}
	.page-id-1483 #module-6 div > .title18:first-child {
		margin-bottom: 58px;
	}
	.page-id-1483 #module-7 {
		padding-bottom: 65px !important;
	}
	.page-id-1483 #module-8 {
		padding-top: 75px !important;
		padding-bottom: 4rem !important;
	}
	.page-id-1483 #module-9 {
		padding-top: 74px !important;
		padding-bottom: 0 !important;
		margin-bottom: 38px;
	}
	.page-id-1483 #module-9 .title72 {
		font-size: 40px;
		line-height: 48px;
	}
	.page-id-1483 #module-9 .title20 {
		font-size: 18px;
		line-height: 30px;
		margin-top: 15px;
	}
	.page-id-1483 #module-9 .inner {
		padding: 0;
	}
	.page-id-1483 .module-32 {
		padding-top: 82px !important;
	}
	.page-id-1483 #module-12 {
		margin-top: 51px;
		padding-top: 72px !important;
		padding-bottom: 11px !important;
	}
	.page-id-1483 #module-12 .title72 {
		font-size: 40px;
		line-height: 48px;
	}
	.page-id-1483 #module-12 .title20 {
		font-size: 18px;
		line-height: 30px;
	}
	.page-id-1483 #module-12 .inner {
		margin: 15px 0px 0px 0px;
		padding: 0;
	}
	.page-id-1483 #module-13 {
		padding-bottom: 64px !important;
	}
	.page-id-1483 #module-14 {
		padding-top: 76px !important;
		padding-bottom: 0 !important;
		margin-bottom: 51px;
	}
	.page-id-1483 #module-14 .title72 {
		font-size: 40px;
		line-height: 48px;
	}
	.page-id-1483 #module-14 .title20 {
		font-size: 18px;
		line-height: 30px;
	}
	.page-id-1483 #module-14 .inner {
		margin: 15px 0px 0px 0px;
		padding: 0;
	}
}
/* About us - end */


/* Careers */

body:not(.scrolled-up).page-id-1676 #masthead .right .button {
	background-color: #fff;
	color: var(--black);
}

body:not(.scrolled-up).page-id-1676 #masthead .right .link {
	color: #fff;
}

.page-id-1676 #module-4 {
	padding: 211px 0;
}

.page-id-1676 #module-4 .inner {
	max-width: 1007px;
}

.page-id-1676 #module-4 p {
	letter-spacing: 0;
	margin-bottom: 8px;
}
.page-id-1676 #module-4 p:nth-child(2){
	letter-spacing: -0.015em;
	line-height: 66px;
}

.page-id-1676 #module-5 {
	padding-top: 114px;
}

.page-id-1676 #module-6 {
	padding-top: 119px;
	padding-bottom: 117px;
}

.page-id-1676 #module-6 .title {
	margin-bottom: 54px;
}

.page-id-1676 #module-6 .swiper-slide {
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
}

.page-id-1676 #module-6 .swiper-slide .text {
	padding: 16px 24px 48px;
}

.page-id-1676 #module-6 .title18 {
	margin-bottom: -1px;
}
.page-id-1676 #module-6 .swiper-slide p:nth-child(2){
	margin-bottom: 2px;
}
.page-id-1676 #module-6 .swiper-slide p:nth-child(3){
	font-size: 16px;
	line-height: 26px;
}
.page-id-1676 #module-6 .progress-bar {
	margin-top: 55px;
}

.page-id-1676 #module-6 .swiper-button-next,
.page-id-1676 #module-6 .swiper-button-prev {
	background-color: transparent;
	width: 56px;
	height: 56px;
	border: 1px solid var(--black15);
	display: flex !important;
}
.page-id-1676 #module-6 .swiper-button-next:after,
.page-id-1676 #module-6  .swiper-button-prev:after {
	background-image: url('./assets/images/swiper-nav-arrow.svg');
}
.page-id-1676 #module-6 .swiper-button-prev:after {
	transform: rotate(0deg);
}
.page-id-1676 #module-6 .swiper-button-next::after {
	transform: rotate(180deg);
}
.page-id-1676 #module-6 .swiper-button-next {
	right: 16px;
  top: 39px;
}
.page-id-1676 #module-6 .swiper-button-prev {
	right: 80px;
	top: 39px;
	left: unset;
}

.page-id-1676 #module-6 .swiper-button-prev:hover,
.page-id-1676 #module-6 .swiper-button-next:hover {
    background-color: #fff !important;
    border-color: var(--black) !important;
}

.page-id-1676 #module-6 .swiper-button-prev:active,
.page-id-1676 #module-6 .swiper-button-next:active
{
    background: #E8E8E9 !important;
}

.page-id-1676 .swiper-button-next.swiper-button-disabled, .page-id-1676 .swiper-button-prev.swiper-button-disabled {opacity: .35;
    cursor: auto;
    pointer-events: none;}

	.page-id-1676 .swiper-button-next.swiper-button-disabled:after, .page-id-1676 .swiper-button-prev.swiper-button-disabled:after {
		opacity: 0.18;
	}

.page-id-1676 #module-7 {
	padding-top: 51px;
}
.page-id-1676 #module-7 .inner {
	margin: -1px 0px 0px 63px;
}

.page-id-1676 #module-10 {
	margin-top: 35px;
	margin-bottom: 0;
}
.page-id-1676 #module-10 .inner {
	margin: 0 0 0 8px;
	max-width: 494px;
}

.page-id-1676 #module-11 .swiper-slide {
	border-radius: 8px;
	padding: 24px 24px 30px;
	background-color: #fff;
}
.page-id-1676 #module-11 .title18 {
	margin-bottom: 20px;
}
.page-id-1676 #module-11 .title34 {
	margin-bottom: 5px;
	letter-spacing: -0.02em;
}
.page-id-1676 #module-11 .title16 {
	font-size: 16px;
	line-height: 26px;
	color: var(--black60);
}
.page-id-1676 #module-11 .swiper-button-next,
.page-id-1676 #module-11 .swiper-button-prev {
	background-color: transparent;
	width: 56px;
	height: 56px;
	border: 1px solid var(--black15);
	display: flex !important;
}
.page-id-1676 #module-11 .swiper-button-next:after,
.page-id-1676 #module-11  .swiper-button-prev:after {
	background-image: url('./assets/images/swiper-nav-arrow.svg');
}
.page-id-1676 #module-11 .swiper-button-prev:after {
	transform: rotate(0deg);
}
.page-id-1676 #module-11 .swiper-button-next::after {
	transform: rotate(180deg);
}
.page-id-1676 #module-11 .swiper-button-next {
	right: 16px;
  top: unset;
  bottom: -129px;
}
.page-id-1676 #module-11 .swiper-button-prev {
	right: 80px;
	left: unset;
  top: unset;
  bottom: -129px;
}
.page-id-1676 #module-11 img:hover {
	transition: all 10s linear;
	transform: scale(1.2);
}


.page-id-1676 #module-11 .swiper-button-prev:hover,
.page-id-1676 #module-11 .swiper-button-next:hover {
    background-color: #fff !important;
    border-color: var(--black) !important;
}

.page-id-1676 #module-11 .swiper-button-prev:active,
.page-id-1676 #module-11 .swiper-button-next:active
{
    background: #E8E8E9 !important;
}

.page-id-1676 #module-12 {
	margin-top: 0;
}
.page-id-1676 #module-12 .inner {
	margin: 0 0 0 8px;
	max-width: 494px;
}

.page-id-1676 #module-13 {
	padding-top: 32px;
	padding-bottom: 0;
}

.page-id-1676 #module-14 .inner {
	margin: 0 0 0 8px;
	max-width: 494px;
}

.page-id-1676 #module-15 {
	padding-top: 45px;
	padding-bottom: 87px;
}

.page-id-1676 #module-17 {
	margin-top: 111px;
}

.page-id-1676 #module-17 .bottom-text p {
	font-size: 20px;
	line-height: 30px;	
	margin-bottom: 0;
}
.page-id-1676 #module-17 .bottom-text p:first-child {
	margin-top: 4px;
}
.page-id-1676 #module-17 .bottom-text div {
	padding: 24px 24px 22px;
}

@media screen and (max-width: 992px ) {
	.page-id-1676 #module-7 .inner,
	.page-id-1676 #module-10 .inner,
	.page-id-1676 #module-12 .inner,
	.page-id-1676 #module-14 .inner {
		margin: 1rem 0 0 0;
	}
	.page-id-1676 #module-7 .title72,
	.page-id-1676 #module-10 .title72,
	.page-id-1676 #module-12 .title72,
	.page-id-1676 #module-14 .title72 {
		font-size: 40px;
		line-height: 48px;
		letter-spacing: -0.015em;
	}
}

@media screen and (max-width: 768px ) {
	.page-id-1676 #module-11 .swiper-button-next,
	.page-id-1676 #module-11 .swiper-button-prev {
		display: none !important;
	}
}

@media screen and (max-width: 567px ) {
	.page-id-1676 #module-4 {
		padding-top: 67px;
    padding-bottom: 0;
	}
	.page-id-1676 #module-7 .title20,
	.page-id-1676 #module-10 .title20,
	.page-id-1676 #module-12 .title20,
	.page-id-1676 #module-14 .title20 {
		padding-bottom: 5px;
	}
	.page-id-1676 #module-7 .inner .title20,
	.page-id-1676 #module-10 .inner .title20,
	.page-id-1676 #module-12 .inner .title20,
	.page-id-1676 #module-14 .inner .title20 {
		padding-top: 5px;
		font-size: 18px;
		line-height: 27px;
	}
	.page-id-1676 #module-7 .inner,
	.page-id-1676 #module-10 .inner,
	.page-id-1676 #module-12 .inner,
	.page-id-1676 #module-14 .inner {
    margin: 12px 0 0 0;
	}
	.page-id-1676 #module-4 p {
		padding-bottom: 3px;
	}
	.page-id-1676 #module-4 p:nth-child(2) {
		font-size: 32px;
		line-height: 38.4px;
		letter-spacing: -0.02em;
	}

	.page-id-1676 #module-5 {
		padding-top: 109px;
	}
	.page-id-1676 #module-5 .title72 {
		font-size: 40px;
		line-height: 48px;
		margin-bottom: 43px;
	}

	.page-id-1676 #module-6 {
		padding-top: 65px;
		padding-bottom: 55px;
	}
	.page-id-1676 #module-6 .title {
    margin-bottom: 47px;
	}
	.page-id-1676 #module-6 .swiper-slide .text {
		padding: 9px 24px 23px 13px;
	}
	.page-id-1676 #module-6 .title18 {
    margin-bottom: 11px;
	}
	.page-id-1676 #module-6 .title24 {
		font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
		margin-bottom: 2px;
	}
	.page-id-1676 #module-6 .swiper-slide p:nth-child(3) {
		font-size: 14px;
		line-height: 22.4px;
	}
	.page-id-1676 #module-6 .progress-bar {
    margin-top: 48px;
	}
	
	.page-id-1676 #module-7 {
		padding-top: 66px !important;
	}

	.page-id-1676 #module-9 {
		padding-top: 38px;
		padding-bottom: 25px;
	}

	.page-id-1676 #module-10 {
    padding-top: 64px !important;
		padding-bottom: 0 !important;
	}

	.page-id-1676 #module-11 {
		padding-top: 38px !important;
		padding-bottom: 72px !important;
	}
	.page-id-1676 #module-11 .swiper-slide {
    padding: 16px 16px 21px;
	}
	.page-id-1676 #module-11 img {
		display: block;
	}
	.page-id-1676 #module-11 .title34 {
		margin-bottom: -2px;
	}
	.page-id-1676 #module-11 .title16 {
		font-size: 14px;
	}

	.page-id-1676 #module-12 {
		padding-top: 79px !important;
		padding-bottom: 0 !important;
	}

	.page-id-1676 #module-13 {
    padding-top: 21px;
	}

	.page-id-1676 #module-14 {
    padding-top: 98px !important;
		padding-bottom: 35px !important;
	}

	.page-id-1676 #module-15 {
    padding-top: 25px;
    padding-bottom: 0;
	}

	.page-id-1676 #module-16 {
		margin-bottom: 0;
	}

	.page-id-1676 #module-17 {
		margin-top: 0;
	}

	.page-id-1676 #module-17 .bottom-text p:first-child {
		margin-top: 0;
	}

}

/* Careers - end */

/* Compare childs */

.parent-pageid-18 #module-3 {
	margin-top: 0 !important;
	margin-bottom: 0;
	padding-top: 0 !important;
	padding-bottom: 50px !important;
}

.parent-pageid-18 #module-3 .inner p {
	font-weight: 400;
}

.parent-pageid-18 .module-28 img {
	display: block;
	margin-bottom: 0;
}

.parent-pageid-18 #module-8 {
	margin-top: 140px;
	margin-bottom: 0;
}

.parent-pageid-18 #module-9  .container > div:nth-of-type(2) img {
	max-width: 112px;
}

.parent-pageid-18 #module-10 {
	position: relative;
	z-index: 5;
}

@media screen and (max-width: 991px ) {
	.parent-pageid-18 #module-11 img {
		max-width: 420px;
	}
}

@media screen and (min-width: 568px ) {
	.parent-pageid-18 #module-2 {
		padding: 55px 0;
	}
	
	.parent-pageid-18 #module-3 {
		padding-bottom: 53px !important;
	}
	.parent-pageid-18 #module-3 .inner {
		max-width: 600px;
		margin: 8px 0 0 11px;
	}
	.parent-pageid-18 #module-3 .inner p {
		font-size: 18px;
		line-height: 30px;
		margin-bottom: 26px;
	}
	.parent-pageid-18 #module-6 .flex div:first-child,
	.parent-pageid-18 #module-8 .flex div:first-child,
	.parent-pageid-18 #module-10 .flex div:first-child,
	.parent-pageid-18 #module-12 .flex div:first-child,
	.parent-pageid-18 #module-14 .flex div:first-child{
		padding: 13px 0 0 3px;
		flex-basis: 70%;
	}
	.parent-pageid-18 #module-10 .flex div:first-child {
		flex-basis: 66%;
	}
}

@media screen and (min-width: 992px ) {
	.parent-pageid-18 #module-11 .stickyelement  {
		top: 66%;
		height: 91vh;
		max-height: unset;
		transform: translate(17%, -50%);
		margin-left: 170px;
	}
	.parent-pageid-18 #module-12 {
		margin-top: -250px;
		margin-bottom: 0;
	}
}
@media screen and (max-width: 1500px ) {
.parent-pageid-18 #module-11 .stickyelement {    height: auto;}
}

.parent-pageid-18 .module-22 .button-post img {
	width: unset;
	height: unset;
}

.parent-pageid-18 #module-13 {
	padding-bottom: 58px;
}

.parent-pageid-18 #module-14 {
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0 !important;
}

.parent-pageid-18 #module-15 .post-thumbnail {
	border-radius: 8px;
	overflow: hidden;
}

.parent-pageid-18 #module-15 .inner {
	margin-top: 16px;
}

.parent-pageid-18 #module-15 .text p:first-of-type {
	margin-bottom: 4px;
}

@media screen and (max-width: 992px ) {
	.parent-pageid-18 #module-1 .text {
		text-align: left;
	}

	.parent-pageid-18 #module-1 .col-6 div {
		margin-left: auto;
    margin-right: auto;
    max-width: 512px;
	}

	.parent-pageid-18 .flex img {
		order: unset !important;
	}

	.parent-pageid-18 #module-12 .flex > div:nth-of-type(2) {
		display: none;
	}

	.parent-pageid-18 #module-15 {
		padding-top: 5px;
	}

}

@media screen and (max-width: 768px ) {
	.parent-pageid-18 #module-1 {
		padding-top: 119px;
	}
}

@media screen and (max-width: 567px ) {
	.parent-pageid-18 #module-1 .text .subt {
		font-size: 18px;
		line-height: 27px;
		margin-bottom: 39px;
	}

	.parent-pageid-18 #module-1 .image {
		margin-top: 47px;
		margin-bottom: 49px;
	}

	.parent-pageid-18 #module-1 img {
		box-shadow: 0px 8px 32px 0px #191e2533;
	}
	
	.parent-pageid-18 #module-2 {
		padding: 19px 0;
	}

	.parent-pageid-18 #module-3 h3 {
		max-width: 300px;
    letter-spacing: -0.015em;
	}

	.parent-pageid-18 #module-6 {
		padding-top: 66px !important;
		padding-bottom: 21px !important;
	}

	.parent-pageid-18 #module-6 h3,
	.parent-pageid-18 #module-8 h3,
	.parent-pageid-18 #module-10 h3,
	.parent-pageid-18 #module-12 h3,
	.parent-pageid-18 #module-14 h3{
		font-size: 40px;
		line-height: 48px;
	}
	
	.parent-pageid-18 #module-6 .title20,
	.parent-pageid-18 #module-8 .title20,
	.parent-pageid-18 #module-10 .title20,
	.parent-pageid-18 #module-12 .title20,
	.parent-pageid-18 #module-14 .title20{
		font-size: 18px;
		line-height: 27px;
	}

	.parent-pageid-18 #module-6 .title20.pb2,
	.parent-pageid-18 #module-8 .title20.pb2,
	.parent-pageid-18 #module-10 .title20.pb2,
	.parent-pageid-18 #module-12 .title20.pb2,
	.parent-pageid-18 #module-14 .title20.pb2{
		padding-bottom: 15px;
	}
	
	.parent-pageid-18 #module-8 {
		padding-top: 66px !important;
		padding-bottom: 38px !important;
		margin-top: 65px;
	}

	.parent-pageid-18 #module-9 {
		padding-bottom: 64px;
	}

	.parent-pageid-18 #module-10 {
		padding-top: 98px !important;
	}

	.parent-pageid-18 #module-11 img {
		max-width: 330px;
	}
	.parent-pageid-18 #module-11 .container {
    margin-top: 15px;
	}

	.parent-pageid-18 #module-12 {
		padding-bottom: 53px !important;
	}

	.parent-pageid-18 #module-13 {
    padding-bottom: 31px;
	}

	.parent-pageid-18 #module-14 {
		padding-top: 74px !important;
		padding-bottom: 11px !important;
	}

	.parent-pageid-18 #module-16 {
		padding-top: 66px;
		padding-bottom: 27px;
	}

	.parent-pageid-18 #module-16 h2 {
		letter-spacing: -0.02em;
		padding-bottom: 28px;
	}

}

/* Compare childs - end */