/*!
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
--------------------------------------------- */
.layout-hide {
	display: none !important;
}

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)
}

.wow {
	visibility: hidden;
}

.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) {
	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;
}

.button2:hover {
	color: var(--black70);
}

.button2:hover::after {
	background-color: var(--black70);
}

#masthead.dark .button:hover {
	background-color: var(--black10);
}

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

#masthead.dark .headercontent .right .button {
	background: #fff;
	color: var(--black);
}

.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(--black70);
	border-color: var(--black70);
}

.button.bottomline.f-white {
	color: #fff;
	border-color: #fff;
}

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

.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.svg);
	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: var(--black) !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: 25px;
		width: 25px;
		background-image: url(assets/images/arrow.svg);
		background-size: 20px;
		right: 5px;
		top: 29px;
	}
}

@media screen and (max-width: 768px) {
	.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;
	}
}

@media screen and (max-width: 568px) {
	.module-37 .accordionjs .acc_section .acc_content {
		padding-right: 23px !important;
		max-width: 100%;
	}
}

/* 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);
	border-color: #31343a;
}

#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: 64px;
	left: 0;
	width: 100vw;
	height: calc((var(--vh, 1vh) * 100) - 64px);
	z-index: 300;
	color: #fff;
	padding: 9px 25px 24px 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 {
	font-size: 24px;
	line-height: 31px;
	font-weight: 500;
	color: var(--black);
	letter-spacing: -0.01em;
	text-transform: capitalize;
	padding: 0;
}

#masthead #mobile-navigation .accordionjs .acc_section {
	padding: 23px 0 25px 0;
	border: none;
}

#masthead #mobile-navigation .accordionjs .acc_section {
	border-bottom: 1px solid var(--black20);
}

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

#masthead #mobile-navigation .accordionjs .acc_section .acc_content {
	padding-top: 16px;
	padding-bottom: 0;
	margin-bottom: -10px;
}

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

#masthead #mobile-navigation .accordionjs .acc_section.acc_active .acc_head span {
	transform: rotate(180deg);
}

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

#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
}

#masthead #mobile-navigation ul li:nth-child(1) .acc_head a,
#masthead #mobile-navigation ul li:nth-child(2) .acc_head a,
#masthead #mobile-navigation ul li:nth-child(4) .acc_head a {
	pointer-events: none;
}

.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;
	margin-right: 2px;
}

#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: var(--black);
}

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: var(--black);
}

body.header-color-black #masthead #mobile-menu-show {
	border-right-color: var(--black);
}

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: var(--black);
}

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.dark .headercontent {
		/* border-bottom: 1px solid #31343a; */
	}

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

	#masthead #mobile-navigation {
		display: flex
	}

	body.mobile-menu-visible {
		overflow: hidden;
	}

	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 (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: 767px) {
	footer.site-footer {
		margin-top: 62px;
	}

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


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

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

	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 (min-width: 768px) {
	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:hover {
		color: var(--black70);
	}

	footer .accordionjs .more span {
		vertical-align: 3px;
		display: inline-block;
		width: 12px;
		margin-left: 5px;
		height: 8px;
		background-image: url('assets/images/arrow.svg');
		position: relative;
		background-size: 100%;
		background-repeat: no-repeat;
	}

	footer .accordionjs .more:hover span {
		background-image: url('assets/images/arrow-black70.svg');
	}

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

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

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

	footer .accordionjs .more.active:hover span {
		background-image: url('assets/images/arrow-black70.svg');
	}


	/* preload images */
	footer .accordionjs .more span::after {
		position: absolute;
		top: 0;
		content: '';
		background-image: url('assets/images/arrow-black60.svg');
	}

	footer .accordionjs .more span::before {
		position: absolute;
		top: 0;
		content: '';
		background-image: url('assets/images/arrow-black70.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
	}

}

@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 */

/* Product features page - end */

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

.page-id-362 #module-2 .inner {
	margin: 0;
	padding: 104px 0;
}

.page-id-362 .module-16 h2 {
	margin-bottom: 23px;
}

.page-id-362 .module-16 .top-text .desc {
	font-weight: 500;
}

.page-id-362 .module-14 .image img {
	max-height: min(704px, 84vh);
	object-fit: cover;
	object-position: top center;
}

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

.page-id-362 .module-14 .image .image-1024-1366 {
	display: none;
}

@media screen and (max-width: 1100px) and (min-height: 1200px) {
	.page-id-362 .module-14 .image {
		bottom: unset;
		top: 420px;
	}

	.page-id-362 .module-14 .image .image-1024-1366 {
		display: block;
	}

	.page-id-362 .module-14 .image .defimg {
		display: 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;
	}

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

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

	.page-id-11 .module-14 .image {
		padding-bottom: 30px;
	}

	.page-id-11 .module-14 .image img {
		width: 100%;
	}
}

@media screen and (min-width: 992px) {
	.page-id-362 .module-16 .image {
		justify-content: end;
		flex-basis: 55%;
		padding: 14px 0px;
	}

	.page-id-362 .module-16 .text {
		padding: 104px 80px 104px 80px;
	}
}

@media screen and (max-width: 768px) {
	.page-id-362 .module-12 .container {
		background-color: var(--lightgray);
	}

	.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-2 h3 p {
		font-size: 32px;
		line-height: 38.4px;
		letter-spacing: -0.02em;
		max-width: 300px;
		margin: 0 auto;
	}

	.page-id-362 #module-2 .title24 {
		font-size: 18px;
		line-height: 30px;
	}

	.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;
	}

	.page-id-11 .module-14 .text .subt {
		font-size: 18px;
		line-height: 27px;
		color: var(--black70);
	}

	.page-id-362 .module-16 h2 {
		font-size: 32px !important;
		line-height: 38.4px !important;
		letter-spacing: -0.02em;
	}

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


}

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

	.page-id-11 .module-14 .image {
		padding-left: 25px;
	}
}

/* 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: 100px;
}

.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-1 {
		padding-bottom: 50px;
	}

	.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;
	}
}

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

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

	.page-id-13 .module-20 .accordionjs .acc_head,
	.page-id-634 .module-20 .accordionjs .acc_head {
		padding-top: 31px;
	}

	.accordionjs .acc_section .acc_head span {
		top: 32px;
	}
}

/* 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;
}

/* temporarily disable Basic column */
.page-id-634 .module-19 .plancount-1 {
	display:none !important
}


@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-2791 {
	overflow-y: hidden;
}

.parent-pageid-2791 .module-1 {
	padding-bottom: 56px;
}

.page-id-1239.parent-pageid-2791 .module-1,
.page-id-1243.parent-pageid-2791 .module-1,
.page-id-1209.parent-pageid-2791 .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-2791 .module-1 .toptext {
	margin-bottom: 26px;
	font-size: 18px;
	line-height: 30px;
}

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

.page-id-11 .module-12 .text .inner {
	max-width: 579px;
}

.page-id-11 .module-12 {
	margin-bottom: 0;
	padding: 8rem 0;
}

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

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

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

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

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

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

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

.parent-pageid-2791 .module-17 h2 {
	max-width: 703px;
}

.page-id-786 #module-5 {
	margin-bottom: 143px;
}

@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-2791 .module-16.simple.layout-left .text {
		padding: 88px 141px 90px 0;
	}

	.parent-pageid-2791 .module-16.simple.layout-right .text {
		padding: 88px 0 90px 111px
	}

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

@media (min-width:768px) {
	.parent-pageid-2791 .module-1 .titl p {
		letter-spacing: -0.01em;
	}

	.parent-pageid-2791.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-2791 .module-1 .toptext {
		margin-bottom: 26px;
	}

	.page-id-786 #module-5 {
		margin-bottom: 80px;
	}
}


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

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

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

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

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

}

@media screen and (max-width: 567px) {
	.page-id-11 .module-12 {
		padding: 3rem 0;
	}

	.parent-pageid-2791 .container {
		padding-left: 24px;
		padding-right: 24px;
	}

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

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

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

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

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

	.page-id-786 .module-57 .title48 {
		font-size: 32px;
		line-height: 38.4px;
	}

	.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-2791 .module-3 {
		padding: 77px 0 65px 0;
	}

	.parent-pageid-2791 .module-3 .title20 {
		font-size: 20px;
		line-height: 30px;
	}

	.parent-pageid-2791 .module-3 .sectiontitle {
		padding-bottom: 31px;
	}

	.parent-pageid-2791 .module-3 .flex {
		gap: 40px 0;
	}

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

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

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

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


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

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

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

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

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

	.parent-pageid-2791 .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 .image::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 50%;
	left: -50vw;
	right: -50vw;
	background-color: #f8f8f8;
}

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

.parent-pageid-362 .module-1 .titl {
	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;
	}
}

@media screen and (max-width: 567px) {
	.parent-pageid-362 .module-1 .image::before {
		box-shadow: 0px 24px 56px -32px #191E25B2, 0px 0px 104px 8px #191E251A;
	}

	.parent-pageid-362 .module-1 .image,
	.parent-pageid-2791 .module-1 .image {
		margin-top: -63px;
		transform: translateY(111px);
	}

	.parent-pageid-362 .module-1 .image::after {
		display: none;
	}

	.parent-pageid-362 #module-3,
	.parent-pageid-2791 #module-3 {
		padding-top: 100px;
	}

	.parent-pageid-362 .module-1 .titl {
		letter-spacing: 0;
		font-size: 18px;
		line-height: 30px;
	}

}

/* 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 parent v2 - start */
body.page-id-2791 #masthead .headercontent {
	transition: all var(--trans);
}

body.page-id-2791 #masthead.dark .headercontent {
	background-color: #090B0F;
}

body.page-id-2791 #masthead.light .headercontent {
	background-color: #fff;
}

body.page-id-2791 #masthead.dark,
body.page-id-2791 #masthead.light {
	background-color: transparent;
}

.page-id-2791 #masthead {
	transition: background var(--trans);
}

.page-id-2791 #masthead.light {
	background: #fff;
}

.page-id-2791 #masthead #mobile-navigation {
	top: 64px;
}

.page-id-2791 .module-14 .text {
	width: 100%;
	margin-top: -13px;
}

.page-id-2791 .module-14 .bg svg {
	position: absolute;
	top: 0;
	left: 50%;
	width: 100vw;
	height: max(113vh, 64vw);
	transform: translateX(-50%);
}

.page-id-2791 .module-14 .text .subt {
	max-width: unset;
	margin-bottom: 34px;
	letter-spacing: -0.01em;
}

.page-id-2791 .module-14 h1 {
	margin-bottom: 20px;
}

.page-id-2791 .module-14 .button {
	padding: 0 33px;
}

.page-id-2791 .module-14 svg>circle:nth-of-type(odd) {
	r: 0;
	animation: mapPulse 3s infinite;
}

.page-id-2791 .module-14 svg>circle:nth-of-type(1) {
	animation-delay: 600ms;
}

.page-id-2791 .module-14 svg>circle:nth-of-type(3) {
	animation-delay: 1300ms;
}

.page-id-2791 .module-14 svg>circle:nth-of-type(5) {
	animation-delay: 2500ms;
}

.page-id-2791 .module-14 svg>circle:nth-of-type(7) {
	animation-delay: 1300ms;
}

.page-id-2791 .module-14 svg>circle:nth-of-type(9) {
	animation-delay: 600ms;
}

.page-id-2791 .module-14 svg>circle:nth-of-type(11) {
	animation-delay: 2500ms;
}

@keyframes mapPulse {
	from {
		r: 0%;
		opacity: 1;
	}

	50% {
		r: 1.5%;
		opacity: 1;
	}

	to {
		r: 1.5%;
		opacity: 0;
	}
}

.page-id-2791 .module-15 .inner {
	margin-top: 35px;
}

.page-id-2791 .module-15 .inner h3 {
	color: var(--black60);
	margin-bottom: 0;
	padding-bottom: 0;
}

.page-id-2791 .module-15 .inner>div>* {
	font-size: 60px;
	line-height: 66px;
	letter-spacing: -1px;
	color: var(--black);
	font-weight: 500;
}

.page-id-2791 #module-5 {
	margin-bottom: 0;
}

@media screen and (max-width: 1200px) {
	.page-id-2791 .module-14 .bg svg {
		width: 120vw;
	}
}

@media screen and (max-width: 992px) {
	.page-id-2791 .module-14 {
		height: 100vh;
	}

	.page-id-2791 .module-14 .bg svg {
		top: 7vh;
		width: 130vw;
	}
}

@media screen and (max-width: 991.98px) {
	.page-id-2791 .module-15 .inner>div>* {
		font-size: 45px;
		line-height: 54px;
	}
}

@media screen and (max-width: 768px) {
	.page-id-2791 .module-14 .bg svg {
		top: 20vh;
		width: 100vw;
		height: max(132vh, 64vw);
	}

	.page-id-2791 .module-14 {
		padding-top: 0;
	}

	.page-id-2791 .module-14 .inner {
		padding-top: 172px;
		justify-content: start;
	}

	.page-id-2791 .module-14 .button {
		height: 58px;
		line-height: 58px;
	}
}

@media screen and (max-width: 768px) and (max-height: 660px) {
	.page-id-2791 .module-14 .bg svg {
		top: 20vh;
		width: 100vw;
		height: max(125vh, 64vw);
	}
}

@media screen and (max-width: 567px) {
	.page-id-2791 .module-14 .title24 {
		font-size: 18px;
		line-height: 30px;
	}

	.module-14.dark .topt {
		margin-bottom: 8px;
	}

	.page-id-2791 .module-14 .text .subt {
		margin-bottom: 50px;
	}

	.page-id-2791 .module-14 h1 {
		margin-bottom: 21px;
	}

	.page-id-2791 .module-15 .inner>div>*,
	.page-id-2791 .module-15 .inner h3 {
		font-size: 32px;
		line-height: 38.4px;
		letter-spacing: -0.02em;
	}

	.page-id-2791 .module-15 .inner {
		margin-top: 0;
		padding: 68px 0 36px 0;
	}

	.page-id-2791 .module-14 .bg svg {
		width: max(121vw, 76vh);
		height: auto;
		top: 313px;
	}
}

@media screen and (max-width: 567px) and (min-height: 650px) {
	.page-id-2791 .module-14 .bg svg {
		width: max(121vw, 85vh);
	}
}

@media screen and (max-width: 567px) and (min-height: 700px) {
	.page-id-2791 .module-14 .bg svg {
		width: max(121vw, 95vh);
		top: 293px;
	}
}

@media screen and (max-width: 567px) and (min-height: 750px) {
	.page-id-2791 .module-14 .bg svg {
		width: max(121vw, 100vh);
		top: 293px;
	}
}

/* Data coverage parent v2 - 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 .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;
}

.parent-pageid-11 .module-25 {
	margin-bottom: 38px;
}

.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;
}

.parent-pageid-11 .module-3 .flex .inner img {
	width: 49px;
}


@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: 200px;
		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: 1100px) {
	.parent-pageid-11 .module-5 br {
		display: none;
	}
}

@media screen and (min-width: 768px) and (max-width: 992px) {
	.parent-pageid-11 .module-5 .container>div {
		max-width: 75%;
	}
}

@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;
	}

	.parent-pageid-11 .module-25 {
		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-4 {
		padding: 42px 0 32px 0;
	}

	.parent-pageid-11 .module-5 {
		margin-top: 0;
		padding-top: 38px !important;
		padding-bottom: 0 !important;
	}

	.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;
	max-width: 350px;
	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 {
	color: var(--black);
}

.page-id-1477 #module-10 {
	padding-bottom: calc(250px);
}

.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;
}

.page-id-1477 .module-11 {
	padding-top: 100px;
}

.page-id-1477 .module-9 .stickyelement {
	top: 50% !important;
	margin-top: 250px;
	margin-bottom: -42vw;
	max-height: unset;
	transform: translate(32%, -50%);
}

@media screen and (max-width: 992px) {
	.page-id-1477 #module-5 .inner {
		margin: 6px 0 0 0;
		max-width: 100%;
	}

	.page-id-1477 #module-7 .flex,
	.page-id-1477 #module-10 .flex {
		max-width: 75%;
	}

	.page-id-1477 #module-7 h3 br {
		display: none;
	}

	.page-id-1477 .module-9 .stickyelement {
		transform: translate(24%, 0);
		max-height: 50vh;
	}

	.page-id-1477 .module-9 .stickyelement {
		margin: 0;
	}

	.page-id-1477 .module-9 .img {
		margin: 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;
	}

	.page-id-1477 #module-7 .flex,
	.page-id-1477 #module-10 .flex {
		max-width: 100%;
	}

	.page-id-1477 #module-10 {
		padding-bottom: 60px;
	}
}

@media screen and (max-width: 600px) {
	.page-id-1477 .module-9 .img {
		overflow-x: hidden;
	}

	.page-id-1477 .module-9 .stickyelement {
		/* transform: translate(4%, 0); */
		max-width: 128%;
	}
}

@media screen and (max-width: 567px) {
	.page-id-1477 #module-5 {
		padding-top: 80px !important;
		padding-bottom: 0 !important;
	}

	.page-id-1477 #module-10,
	.page-id-1477 #module-12 {
		padding-top: 80px !important;
	}

	.page-id-1477 .module-11 {
		padding-top: 60px;
	}

	.page-id-1477 .module-1 .titl {
		font-size: 20px;
		line-height: 30px;
		margin-top: 26px;
	}

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

	.page-id-1477 .module-1 .image {
		margin-top: 71px;
	}

	.page-id-1477 #module-3 {
		padding-top: 6px;
	}

	.page-id-1477 #module-3 img {
		max-width: 70px;
		max-height: 70px;
	}

	.page-id-1477 .module-3 .title32 {
		padding: 15px 0 16px 0;
	}

}


/* Home page - end */


/* Product > mobile app */
.page-id-2436 .module-1 .image {
	max-width: 1234px;
}

.page-id-2436 .module-1 .extrabuttons {
	z-index: 2;
	position: relative;
}

.page-id-2436 .module-1 .image img {
	margin-top: -120px;
}

.page-id-2436 .module-1 .image:before {
	display: none;
}

@media screen and (min-width: 769px) {
	.page-id-2436 .module-4 {
		padding-top: 1rem;
	}
}

@media screen and (max-width: 992px) {
	.page-id-2436 .module-1 {
		text-align: left
	}

	.page-id-2436 .module-1 .toptext {
		justify-content: flex-start;
	}

	.page-id-2436 .module-1 p,
	.page-id-2436 .module-1 h1,
	.page-id-2436 .module-1 .titl {
		margin-left: 0;
		text-align: left;
	}
}

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

	.page-id-2436 .module-1 .image img,
	.page-id-2436 .module-1 .image {
		margin-top: 0;
	}

}

@media screen and (max-width: 567px) {
	.page-id-2436 .module-1 .image img {
		width: calc(100% + 50px);
		max-width: calc(100% + 50px);
		margin-left: -25px;
	}

	.page-id-2436 .module-1 .title24 {
		font-size: 18px;
		line-height: 30px;
	}

	.page-id-2436 .module-1 .extrabuttons {
		margin-top: 1rem;
	}

	.page-id-2436 .module-1 .extrabuttons a {
		width: 50%;
		max-width: 164px;
		text-align: center;
	}

	.page-id-2436 .module-1 .extrabuttons img {
		display: block;
		width: 100%;
		margin: 0;
	}

	.page-id-2436 .module-1 .extrabuttons a:nth-child(1) img {
		padding-right: 5px;
	}

	.page-id-2436 .module-1 .extrabuttons a:nth-child(2) img {
		padding-left: 5px;
	}

	.page-id-2436 .module-1 .image {
		margin-top: 30px;
	}

	.page-id-2436 .module-4 {
		padding: 50px 0;
	}
}

/* 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 .image {
	max-width: 100%;
	margin: 45px 0;
}

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

.page-id-1483 .module-4 img {
	width: 100%;
}

.page-id-1483 .module-10 {
	margin-top: 35px;
}

@media screen and (max-width: 992px) {
	.page-id-1483 .module-4 .image {
		margin: 15px 0;
	}

	.page-id-1483 .module-4 {
		padding-bottom: 15px;
	}

	.page-id-1483 #module-2 {
		padding-top: 96px !important;
		padding-bottom: 64px !important;
	}

	.page-id-1483 #module-6 .inner {
		padding: 0;
	}

	.page-id-1483 #module-14 {
		padding-bottom: 0 !important;
	}

	.page-id-1483 #module-3 {
		margin-top: 0;
		padding-top: 0 !important;
	}
}

@media screen and (min-width: 769px) {
	.page-id-1483 .module-4 .flex {
		justify-content: space-between;
		gap: 0;
	}

	.page-id-1483 .module-4 .image {
		max-width: calc(33% - 12px);
	}
}

@media screen and (max-width: 768px) {
	.page-id-1483 #module-3 {
		margin-top: 0;
	}

	.page-id-1483 .module-4 .image {
		margin: 10px 0;
	}
}

@media screen and (max-width: 567px) {
	.page-id-1483 #module-2 {
		padding-top: 60px !important;
	}

	.page-id-1483 .module-4 {
		padding-bottom: 16px;
	}

	.page-id-1483 .module-4 img {
		max-width: 100%;
		width: 100%;
		margin: 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;
	}

	.page-id-1483 #module-6 .title18 {
		font-size: 16px;
		line-height: 26px;
	}

	.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 25px 24px;
}

.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 {
	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 {
	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;
}

.page-id-1676 .module-30 .image {
	height: 259px;
}

@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;
	}

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

	.page-id-1676 .module-30#module-11 {
		padding-top: 0 !important;
	}
}

@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;
	}

	.page-id-1676 .module-30 .image {
		height: 186px;
	}

	.page-id-1676 #module-6 .swiper-button-next,
	.page-id-1676 #module-6 .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: 48px !important;
		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 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;
	}

	.page-id-1676 .swiper0 .swiper-button-prev,
	.page-id-1676 .swiper0 .swiper-button-next {
		display: none;
	}

}

/* 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-12 .stickyelement {
	margin: 430px 0 -52vw 0;
	max-width: 100%;
	width: unset;
}

.parent-pageid-18 #module-11 {
	margin-bottom: 0;
}

@media screen and (max-width: 1100px) and (min-height: 1200px) {
	.parent-pageid-18 .module-14 .image-center {
		transform: none;
	}
}

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

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

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

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

.parent-pageid-18 .module-9 h4 {
	font-size: 24px;
	line-height: 31px;
}

.parent-pageid-18 .module-43 .table-header .grid img:last-of-type {
	max-width: 118px;
}

@media screen and (min-width: 992px) {
	.parent-pageid-18 .module-9 .wrap2 {
		height: 140vh;
		margin-bottom: -53vw;
	}
}

@media screen and (max-width: 1300px) and (min-width: 992px) {
	.parent-pageid-18 .module-9 .wrap2 {
		margin-bottom: -66vw;
	}
}

@media screen and (max-width: 991px) {
	.parent-pageid-18 #module-12 .stickyelement {
		object-fit: contain;
		max-width: 100%;
		max-height: 45vh;
		margin: 0;
		transform: translateX(-5vw);
	}

	.parent-pageid-18 #module-12 .img.absolute {
		text-align: center;
	}

	.parent-pageid-18 #module-12 .text {
		height: 1300px;
	}

	.parent-pageid-18 #module-12 .text-inner {
		top: 476px;
	}

	.parent-pageid-18 #module-12 .text:last-child .text-inner {
		top: 66px;
	}
}

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

	.parent-pageid-18 #module-12 .text {
		height: 500px;
	}

}

@media screen and (max-width: 567px) {
	.parent-pageid-18 #module-12 h4 {
		font-size: 20px;
		line-height: 30px;
		font-weight: 500;
	}

	.parent-pageid-18 #module-12 .text:last-child {
		top: 0 !important;
	}

	.parent-pageid-18 #module-12 .text:last-child .text-inner {
		padding-bottom: 50px !important;
		top: 60px !important;
	}

	.parent-pageid-18 #module-12 .text p {
		font-weight: 400;
	}

	.parent-pageid-18 #module-12 .text-inner {
		top: min(460px, 60vh);
	}

	.parent-pageid-18 #module-12 .text:last-child .text-inner {
		top: -3vh;
	}
}

@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-9 .flex div:first-child,
	.parent-pageid-18 #module-11 .flex div:first-child,
	.parent-pageid-18 #module-13 .flex div:first-child,
	.parent-pageid-18 #module-15 .flex div:first-child {
		padding: 13px 0 0 3px;
		flex-basis: 70%;
	}

	.parent-pageid-18 #module-11 .flex div:first-child {
		flex-basis: 66%;
	}
}

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

	.parent-pageid-18 #module-13 {
		margin-top: 0;
		margin-bottom: 0;
	}
}

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

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

@media screen and (max-width: 768px) {
	.parent-pageid-18 .module-22 .button-post img {
		max-width: 32px;
		max-height: 32px;
	}
}


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



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

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

.parent-pageid-18 #module-16 .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 .flex img {
		order: unset !important;
	}

	.parent-pageid-18 #module-1 h1,
	.parent-pageid-18 #module-1 .text .subt {
		margin-right: 0;
		margin-left: 0;
	}

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

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

}

@media screen and (max-width: 992px) and (min-width: 768px) {
	.parent-pageid-18 .module-5 .col-6 {
		max-width: 75%;
	}

	.parent-pageid-18 #module-16 .inner {
		grid-template-columns: 1fr 1fr;
		gap: 32px;
	}

	.parent-pageid-18 .module-25 img {
		object-fit: cover;
		width: 100%;
	}

	.parent-pageid-18 .button.bottomline {
		margin-top: auto;
		height: 32px;
		width: fit-content;
		margin-top: auto;
	}

	.parent-pageid-18 .module-25 .post {
		height: 100%;
		display: flex;
		flex-direction: column;
	}

	.parent-pageid-18 .module-25 .text {
		display: flex;
		flex-direction: column;
		flex-grow: 1;
	}
}

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

@media screen and (max-width: 567px) {
	.parent-pageid-18 .module-9 .img {
		padding-bottom: 230px;
	}

	.parent-pageid-18 #module-1 .text .subt {
		font-size: 18px;
		line-height: 27px;
		margin-bottom: 39px;
		color: var(--black70);
	}

	.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: 320px;
		letter-spacing: -0.015em;
	}

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

	.parent-pageid-18 #module-6 h3,
	.parent-pageid-18 #module-9 h3,
	.parent-pageid-18 #module-11 h3,
	.parent-pageid-18 #module-13 h3,
	.parent-pageid-18 #module-15 h3 {
		font-size: 40px;
		line-height: 48px;
	}

	.parent-pageid-18 #module-6 .title20,
	.parent-pageid-18 #module-9 .title20,
	.parent-pageid-18 #module-11 .title20,
	.parent-pageid-18 #module-13 .title20,
	.parent-pageid-18 #module-15 .title20 {
		font-size: 18px;
		line-height: 27px;
	}

	.parent-pageid-18 #module-6 .title20.pb2,
	.parent-pageid-18 #module-9 .title20.pb2,
	.parent-pageid-18 #module-11 .title20.pb2,
	.parent-pageid-18 #module-13 .title20.pb2,
	.parent-pageid-18 #module-15 .title20.pb2 {
		padding-bottom: 15px;
	}

	.parent-pageid-18 #module-9 {
		padding-top: 72px !important;
		padding-bottom: 38px !important;
		margin-top: 65px;
	}

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

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

	.parent-pageid-18 #module-12 img {
		max-width: 330px;
	}

	.parent-pageid-18 #module-12 .container {
		margin-top: 15px;
	}

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

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

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

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

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

}

/* Compare childs - end */




#bottombar {
	transition: all 0.2s ease-in-out;
	height: 111px;
	line-height: 111px;
	font-size: 24px;
	font-weight: 500;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	background: #E8E8E9;
}

#bottombar svg {
	margin-left: 10px;
}

#bottombar:hover {
	color: var(--black80);
	background: #D1D2D3;
}

#bottombar:hover svg {
	opacity: 0.7;
}

@media screen and (max-width: 567px) {
	#bottombar {
		height: 60px;
		line-height: 60px;
		font-size: 20px;
	}
}




/* 404 page styles */
body.error404 {
	padding-top: 180px;
	background: var(--black);
}

body.error404 h1 {
	padding-top: 24px;
}

body.error404 .site-main .inner {
	padding-left: 16px;
	padding-bottom: 122px;
}

body.error404 .site-main .button {
	margin-top: 52px;
}

body.error404 .site-main .button:hover {
	color: var(--black20);
	border-color: var(--black20);
}

body.error404 footer.site-footer {
	padding-top: 80px;
}

@media screen and (max-width: 567px) {
	body.error404 {
		padding-top: 136px;
	}

	body.error404 .site-main .inner {
		padding: 0 0 104px 0;
	}

	body.error404 h1 {
		padding-top: 17px;
	}

	body.error404 .site-main .button {
		margin-top: 31px;
	}

	body.error404 .site-main .title88 {
		letter-spacing: -0.015em;
	}

	body.error404 .site-main p.title88 {
		color: var(--black40);
	}
}


/* archive */
.archive {
	padding-top: 120px;
}

.archive h1 {
	font-size: 2em !important;
}

.archive header.page-header {
	padding-bottom: 50px;
}

/* Default Gravity forms style */
#defaultform {
	flex-basis: 100%;
	--gapX: 32px;
}

#defaultform .gform_legacy_markup_wrapper {
	margin: 0 auto !important;
}

#defaultform h4 {
	margin-bottom: 30px;
}

#defaultform ul {
	align-items: baseline;
	display: flex;
	flex-wrap: wrap;
	gap: 0 var(--gapX);
}

#defaultform .gform_legacy_markup_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	max-width: 100% !important
}

#defaultform ul li {
	flex-basis: 100%;
	padding: 0;
}

#defaultform .half {
	flex-basis: calc(50% - (var(--gapX) / 2));
}

#defaultform .gform_legacy_markup_wrapper ul li.gfield {
	margin-top: 25px;
}

#defaultform input,
#defaultform select,
#defaultform textarea {
	height: 56px;
	padding: 5px 14px;
	border-radius: 6px;
	border: 1px solid rgba(163, 165, 168, 1);
	margin-bottom: 0;
	color: var(--black);
}

#defaultform textarea {
	height: 162px;
	padding-top: 15px;
}

#defaultform select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.41 0.589844L6 5.16984L10.59 0.589844L12 1.99984L6 7.99984L0 1.99984L1.41 0.589844Z' fill='black'/%3E%3C/svg%3E");
	background-position: calc(100% - 22px) center;
	background-repeat: no-repeat;
	cursor: pointer;
}

#defaultform input:hover,
#defaultform select:hover {
	border: 1px solid rgba(71, 75, 81, 1);
}

#defaultform input:focus,
#defaultform select:focus {
	border: 1px solid rgba(25, 30, 37, 1);
}

#defaultform input[type="submit"],
#defaultform button[type="submit"] {
	height: 58px;
	line-height: 60px;
	padding: 0 32px 0 32px;
	margin: 0;
	letter-spacing: 0.01em;
	color: #fff;
	border: none;
}

#gform_1 .gform_footer .gform_button,
#gform_2 .gform_footer .gform_button {
	opacity: 0;
	visibility: hidden;
}

#defaultform input::placeholder {
	color: var(--black40);
}

#defaultform .gform_footer {
	width: fit-content;
	position: relative;
	padding: 0;
	margin: 33px 0 0 0;
}

#gform_preview_1_10 {
	position: relative;
	order: 2;
	line-height: 58px;
	margin-left: 14px;
}

#gfield_upload_rules_1_10,
#gfield_upload_rules_1_11 {
	display: block !important;
	overflow: visible !important;
}

.gform_delete {
	top: -1px;
	position: relative;
	margin-right: 3px;
}

#gform_preview_1_10 strong {
	font-weight: 400;
	color: var(--error);
}

#defaultform .gform_footer span {
	position: absolute;
	top: 21px;
	left: 190px;
}


#defaultform .gform_legacy_markup_wrapper .top_label .gfield_label {
	font-size: 14px;
	color: var(--black);
	font-weight: 500;
	line-height: 21px;
}

#defaultform .gform_legacy_markup_wrapper .gfield_required {
	color: var(--blue) !important;
	margin-left: 2px !important;
}

#defaultform .gform_legacy_markup_wrapper .ginput_complex .ginput_left {
	width: 100% !important;
	padding: 0 !important;
}

#defaultform .ginput_container_fileupload input[type="file"] {
	display: none;
}

#defaultform .ginput_container_fileupload {
	display: flex;
	flex-wrap: wrap;
}

#defaultform .ginput_container_fileupload .custom-upload {
	position: relative;
	order: 1;
	font-size: 16px;
	color: var(--black);
	height: 58px;
	line-height: 58px;
	border: 1px solid rgba(209, 210, 211, 1);
	border-radius: 6px;
	width: fit-content;
	padding: 0 33px;
	font-weight: 500;
	cursor: pointer;
	margin-bottom: 13px;
}

#defaultform .ginput_container_fileupload .custom-upload:hover {
	border: 1px solid rgba(25, 30, 37, 1);
}


#defaultform .filename {
	position: relative;
	order: 2;
	line-height: 58px;
	color: var(--blue);
	margin-left: 14px;
}

#defaultform .gform_fileupload_rules {
	flex-basis: 100%;
	position: relative;
	order: 3;
	font-size: 14px;
	color: var(--black60);
}

#defaultform .gform_legacy_markup_wrapper li.gfield.gfield_error,
#defaultform .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: transparent !important;
	border: none !important;
}

#defaultform .gform_legacy_markup_wrapper .gfield_error .gfield_label {
	color: var(--black) !important;
}

#defaultform .gform_legacy_markup_wrapper .validation_message {
	color: var(--error) !important;
	font-size: 14px !important;
	position: relative;
	padding-left: 20px !important;
	font-weight: 400 !important;
	margin-top: -10px;
}

#defaultform .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
#defaultform .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
	margin-top: 0
}

#defaultform .gfield_error input,
#defaultform .gfield_error select,
#defaultform .gfield_error textarea {
	border: 1px solid rgba(237, 18, 32, 1) !important;
}

#defaultform .gform_legacy_markup_wrapper .validation_message::before {
	content: '';
	position: absolute;
	top: 17px;
	left: 0;
	background-image: url('assets/images/warning-icon.svg');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 16.67px;
	height: 16.67px;
}

#defaultform .confirmation-message {
	color: var(--black);
	padding-left: 32px;
	position: relative;
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
}

#defaultform .confirmation-message:before {
	content: '';
	position: absolute;
	top: 7px;
	left: 0;
	width: 15px;
	height: 11px;
	background: url(assets/images/check-blue.svg);
	background-size: 100%;
}

#defaultform .gform_legacy_markup_wrapper .ginput_container span:not(.ginput_price) {
	margin-bottom: 0 !important;
}

@media screen and (max-width: 768px) {
	#defaultform .half {
		flex-basis: 100%;
	}

	#defaultform .gform_footer {
		margin: 25px auto 0 auto !important;
	}

	#defaultform .gform_legacy_markup_wrapper .ginput_container_fileupload span.custom-upload {
		width: 100%;
		text-align: center;
		margin-top: 3px;
		margin-bottom: 13px !important;
	}

	#defaultform .gform_fileupload_rules {
		font-size: 12px;
	}

	#defaultform .gform_footer {
		width: 100%;
	}

	body #defaultform .gform_legacy_markup_wrapper .top_label div.ginput_container {
		margin-top: 4px !important;
	}

	#defaultform input,
	#defaultform select {
		height: 49px;
	}

}

@media screen and (max-width: 640px) {
	#defaultform .gform_footer span {
		left: unset;
		right: 78px;
	}

	#defaultform button[type="submit"] {
		width: 100%;
	}

}

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

	#defaultform input,
	#defaultform select,
	#defaultform textarea {
		font-size: 14px;
	}

	#defaultform input {
		line-height: 51px !important
	}

	body #defaultform .gform_legacy_markup_wrapper ul li.gfield {
		margin-top: 20px !important;
	}

	#defaultform input[type="submit"],
	#defaultform button[type="submit"] {
		font-size: 16px;
	}
}

.single-blog #content {
	margin-top: 140px;
}

.single-blog #content>.container,
.single-blog #content section:not(.module-10) .container {
	max-width: calc(906px + 64px);
	width: 100%;
}

.single-blog h1 {
	font-size: 54px;
	font-weight: 500;
	line-height: 60px;
	letter-spacing: -0.015em;
}

.single-blog .module-20 {
	padding-top: 0 !important;
}

@media screen and (max-width: 567px) {
	.single-blog #content {
		margin-top: 80px;
	}

	.single-blog h1 {
		font-size: 36px;
		line-height: 43px;
	}

	.single-blog .module-20 .accordionjs .acc_section .acc_head span {
		top: 29px;
	}

}