
@-webkit-keyframes l3 {
	20% {
		background: var(--_g) 0% 50%, var(--_g1) 50% 50%, var(--_g1) 100% 50%;
		background-size: calc(100% / 3) 50%;
		background-position: 0 0, 50% 50%, 100% 50%;
	}
	
	40% {
		background: var(--_g1) 0% 50%, var(--_g) 50% 50%, var(--_g1) 100% 50%;
		background-size: calc(100% / 3) 50%;
		background-position: 0 100%, 50% 0, 100% 50%;
	}
	
	60% {
		background: var(--_g1) 0% 50%, var(--_g1) 50% 50%, var(--_g) 100% 50%;
		background-size: calc(100% / 3) 50%;
		background-position: 0 50%, 50% 100%, 100% 0;
	}
	
	80% {
		background: var(--_g1) 0% 50%, var(--_g1) 50% 50%, var(--_g) 100% 50%;
		background-size: calc(100% / 3) 50%;
		background-position: 0 50%, 50% 50%, 100% 100%;
	}
}

@keyframes l3 {
	20% {
		background: var(--_g) 0% 50%, var(--_g1) 50% 50%, var(--_g1) 100% 50%;
		background-size: calc(100% / 3) 50%;
		background-position: 0 0, 50% 50%, 100% 50%;
	}
	
	40% {
		background: var(--_g1) 0% 50%, var(--_g) 50% 50%, var(--_g1) 100% 50%;
		background-size: calc(100% / 3) 50%;
		background-position: 0 100%, 50% 0, 100% 50%;
	}
	
	60% {
		background: var(--_g1) 0% 50%, var(--_g1) 50% 50%, var(--_g) 100% 50%;
		background-size: calc(100% / 3) 50%;
		background-position: 0 50%, 50% 100%, 100% 0;
	}
	
	80% {
		background: var(--_g1) 0% 50%, var(--_g1) 50% 50%, var(--_g) 100% 50%;
		background-size: calc(100% / 3) 50%;
		background-position: 0 50%, 50% 50%, 100% 100%;
	}
}

@-webkit-keyframes HeroSliderAnimation {
	0%, to {
		-webkit-transform: scale(.5);
		transform: scale(.5);
		opacity: 0;
	}
	
	20%, 5% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	
	25% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}

@keyframes HeroSliderAnimation {
	0%, to {
		-webkit-transform: scale(.5);
		transform: scale(.5);
		opacity: 0;
	}
	
	20%, 5% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	
	25% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}

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

:focus, :hover {
	outline: 0;
}

html {
	min-height: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	height: 100%;
	min-width: 320px;
	background: #021d5f;
	font-size: 18px;
	line-height: 1.45;
	font-weight: 400;
	color: #fff;
	font-family: "Open Sans", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	z-index: 10;
}

ol, ul {
	padding: 0;
}

li {
	list-style: none;
}

blockquote cite, details, figcaption, figure, main, menu {
	display: block;
}

blockquote p, button, figure, h1, h2, h3, h4, h5, h6, input, ol, optgroup, p, ul {
	margin: 0;
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	-webkit-text-decoration-skip: objects;
	text-decoration: none;
	color: inherit;
	outline: 0;
}

abbr[title] {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

b, strong {
	font-weight: 700;
}

em, i {
	font-style: italic;
}

small {
	font-size: 80%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

svg:not(:root) {
	overflow: hidden;
}

button, input {
	overflow: visible;
}

button, select {
	text-transform: none;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button, fieldset, legend {
	padding: 0;
}

legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

summary {
	display: list-item;
}

template {
	display: none;
}

table {
	border-collapse: collapse;
	margin: 0;
}

.button, .button .actions, .button span, .hs-button, .hs-button .actions, .hs-button span, .hs-submit, .hs-submit .actions, .hs-submit span {
	display: inline-block;
	position: relative;
	z-index: 10;
	-webkit-transition: -webkit-transform .2s linear;
	transition: transform .2s linear;
	transition: transform .2s linear, -webkit-transform .2s linear;
	will-change: transform;
}

.button, .hs-button, .hs-submit {
	cursor: pointer;
	text-transform: uppercase;
	border: 0;
	vertical-align: top;
	overflow: hidden;
	font-family: "Open Sans", sans-serif;
	line-height: 1.5;
	letter-spacing: .05em;
	color: #fff;
	background: #ff7f00;
	text-align: center;
	font-size: 14px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: 600;
}

.button .actions, .button span, .hs-button .actions, .hs-button span, .hs-submit .actions, .hs-submit span {
	width: 100%;
	padding: 17px 31px;
}

.button .actions::after, .button .actions::before, .button span::after, .button span::before, .hs-button .actions::after, .hs-button .actions::before, .hs-button span::after, .hs-button span::before, .hs-submit .actions::after, .hs-submit .actions::before, .hs-submit span::after, .hs-submit span::before {
	content: "";
	position: absolute;
	background: #ff6b00;
	z-index: -1;
	width: 130%;
	height: 0;
	padding-bottom: 120%;
	border-radius: 50%;
	-webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
	transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}

.button .actions::before, .button span::before, .hs-button .actions::before, .hs-button span::before, .hs-submit .actions::before, .hs-submit span::before {
	top: 100%;
	left: -15%;
}

.button .actions::after, .button span::after, .hs-button .actions::after, .hs-button span::after, .hs-submit .actions::after, .hs-submit span::after {
	bottom: 110%;
	left: -15%;
	-webkit-transition: -webkit-transform .4s cubic-bezier(.1, 0, .3, 1);
	transition: transform .4s cubic-bezier(.1, 0, .3, 1);
	transition: transform .4s cubic-bezier(.1, 0, .3, 1), -webkit-transform .4s cubic-bezier(.1, 0, .3, 1);
}

.no-touch .button .actions:hover:not(:disabled):not(.disabled)::before, .no-touch .button span:hover:not(:disabled):not(.disabled)::before, .no-touch .hs-button .actions:hover:not(:disabled):not(.disabled)::before, .no-touch .hs-button span:hover:not(:disabled):not(.disabled)::before, .no-touch .hs-submit .actions:hover:not(:disabled):not(.disabled)::before, .no-touch .hs-submit span:hover:not(:disabled):not(.disabled)::before {
	-webkit-transform: translate3d(0, -50%, 0) scale3d(1, 1, 1);
	transform: translate3d(0, -50%, 0) scale3d(1, 1, 1);
	-webkit-transition: -webkit-transform .4s cubic-bezier(.1, 0, .3, 1);
	transition: transform .4s cubic-bezier(.1, 0, .3, 1);
	transition: transform .4s cubic-bezier(.1, 0, .3, 1), -webkit-transform .4s cubic-bezier(.1, 0, .3, 1);
}

.no-touch .button .actions:hover:not(:disabled):not(.disabled)::after, .no-touch .button span:hover:not(:disabled):not(.disabled)::after, .no-touch .hs-button .actions:hover:not(:disabled):not(.disabled)::after, .no-touch .hs-button span:hover:not(:disabled):not(.disabled)::after, .no-touch .hs-submit .actions:hover:not(:disabled):not(.disabled)::after, .no-touch .hs-submit span:hover:not(:disabled):not(.disabled)::after {
	-webkit-transform: translate3d(0, 50%, 0) scale3d(1, 1, 1);
	transform: translate3d(0, 50%, 0) scale3d(1, 1, 1);
	-webkit-transition-duration: .05s;
	transition-duration: .05s;
	-webkit-transition-delay: .44s;
	transition-delay: .44s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
}

.button.small, .hs-button.small, .hs-submit.small {
	font-size: 13px;
}

.button.small span, .hs-button.small span, .hs-submit.small span {
	padding: 12px 24px;
}

.button.white, .hs-button.white, .hs-submit.white {
	background: #fff;
	color: #021d5f;
}

.button.white span::after, .button.white span::before, .hs-button.white span::after, .hs-button.white span::before, .hs-submit.white span::after, .hs-submit.white span::before {
	background: #ebf3ff;
}

.button.blue, .hs-button.blue, .hs-submit.blue, .slick-dots li.slick-active button {
	background: #0038ff;
}

.button.blue span::after, .button.blue span::before, .hs-button.blue span::after, .hs-button.blue span::before, .hs-submit.blue span::after, .hs-submit.blue span::before {
	background: #0085ff;
}

.button.bordered, .hs-button.bordered, .hs-submit.bordered {
	background: #fff;
	color: #0038ff;
	border: 1px solid #0038ff;
}

.button.bordered span::after, .button.bordered span::before, .hs-button.bordered span::after, .hs-button.bordered span::before, .hs-submit.bordered span::after, .hs-submit.bordered span::before {
	background: #ebf3ff;
}

.button.bordered.small, .hs-button.bordered.small, .hs-submit.bordered.small {
	border-color: rgba(0, 56, 255, .2);
}

.button.white-bordered, .hs-button.white-bordered, .hs-submit.white-bordered {
	background: 0 0;
	border: 1px solid #fff;
}

.no-touch .button.white-bordered:hover:not(:disabled):not(.disabled), .no-touch .hs-button.white-bordered:hover:not(:disabled):not(.disabled), .no-touch .hs-submit.white-bordered:hover:not(:disabled):not(.disabled) {
	color: #021d5f;
	border: 1px solid #ebf3ff;
}

.button.white-bordered span::after, .button.white-bordered span::before, .hs-button.white-bordered span::after, .hs-button.white-bordered span::before, .hs-submit.white-bordered span::after, .hs-submit.white-bordered span::before {
	background: #fff;
}

.button.blue-bordered, .hs-button.blue-bordered, .hs-submit.blue-bordered {
	background: 0 0;
	color: #0038ff;
	border: 1px solid #0038ff;
}

.button.blue-bordered span::after, .button.blue-bordered span::before, .hs-button.blue-bordered span::after, .hs-button.blue-bordered span::before, .hs-submit.blue-bordered span::after, .hs-submit.blue-bordered span::before {
	background: #ebf3ff;
}

.button.grey-border, .hs-button.grey-border, .hs-submit.grey-border {
	background: 0 0;
	color: currentColor;
	border: 1px solid;
	-o-border-image: linear-gradient(-240deg, #272727 -5.44%, rgba(255, 255, 255, 0) 89.38%) 1;
	border-image: linear-gradient(-240deg, #272727 -5.44%, rgba(255, 255, 255, 0) 89.38%) 1;
}

.button.grey-border span:after, .button.grey-border span:before, .hs-button.grey-border span:after, .hs-button.grey-border span:before, .hs-submit.grey-border span:after, .hs-submit.grey-border span:before {
	background: 0 0;
}

.button .icon, .hs-button .icon, .hs-submit .icon {
	padding: 0;
	margin: 0 10px 0 0;
}

.button .icon path, .contact-item .icon svg path, .event-information-row svg path, .hs-button .icon path, .hs-submit .icon path {
	fill: currentColor;
}

.button .icon-share, .hs-button .icon-share, .hs-submit .icon-share {
	width: 14px;
	height: 14px;
}

.button-nav {
	width: 42px;
	height: 42px;
	border: 1px solid #0038ff;
	-webkit-transition: border-image .7s;
	transition: border-image .7s;
	transition: border-image .7s, -o-border-image .7s;
}

.button-nav.slick-disabled, .button-nav:disabled {
	opacity: .3;
	cursor: default;
	pointer-events: none;
}

.button-nav path, .no-touch .submenu .primary-link a:hover svg path, .no-touch .submenu-list a:hover svg path, .pagination .btn path {
	fill: #0038ff;
}

.button-nav.prev {
	-o-border-image: linear-gradient(-301.27deg, #0038ff -13.32%, rgba(0, 56, 255, 0) 91.11%) 1;
	border-image: linear-gradient(-301.27deg, #0038ff -13.32%, rgba(0, 56, 255, 0) 91.11%) 1;
}

.no-touch .button-nav.prev:not(.slick-disabled):hover, .no-touch .button-nav.prev:not(:disabled):hover {
	-o-border-image: linear-gradient(-301.27deg, rgba(0, 56, 255, 0) -13.32%, #0038ff 91.11%) 1;
	border-image: linear-gradient(-301.27deg, rgba(0, 56, 255, 0) -13.32%, #0038ff 91.11%) 1;
}

.button-nav.next {
	-o-border-image: linear-gradient(301.27deg, #0038ff -13.32%, rgba(0, 56, 255, 0) 91.11%) 1;
	border-image: linear-gradient(301.27deg, #0038ff -13.32%, rgba(0, 56, 255, 0) 91.11%) 1;
}

.no-touch .button-nav.next:not(.slick-disabled):hover, .no-touch .button-nav.next:not(:disabled):hover {
	-o-border-image: linear-gradient(301.27deg, rgba(0, 56, 255, 0) -13.32%, #0038ff 91.11%) 1;
	border-image: linear-gradient(301.27deg, rgba(0, 56, 255, 0) -13.32%, #0038ff 91.11%) 1;
}

input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text] {
	height: 44px;
}

input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], textarea {
	display: inline-block;
	margin: 0;
	border: 1px solid rgba(32, 38, 44, .2);
	font: 16px/1.5 "Open Sans", sans-serif;
	padding: 10px 14px;
	vertical-align: middle;
	background: 0 0;
	outline: 0;
	color: rgab(#20262c, .7);
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

input[type=email]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	opacity: .7;
	color: #20262c;
}

input[type=email]:-moz-placeholder, input[type=email]::-moz-placeholder, input[type=number]:-moz-placeholder, input[type=number]::-moz-placeholder, input[type=password]:-moz-placeholder, input[type=password]::-moz-placeholder, input[type=tel]:-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=text]:-moz-placeholder, input[type=text]::-moz-placeholder, textarea:-moz-placeholder, textarea::-moz-placeholder {
	opacity: .7;
	color: #20262c;
}

input[type=email]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=text]:-ms-input-placeholder, textarea:-ms-input-placeholder {
	opacity: .7;
	color: #20262c;
}

input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=tel]:focus, input[type=text]:focus, select:focus, textarea:focus {
	border-color: #0038ff;
}

input[type=email].search-input, input[type=number].search-input, input[type=password].search-input, input[type=tel].search-input, input[type=text].search-input, textarea.search-input {
	background: url("https://cdn-ilddnkl.nitrocdn.com/WqZeSxAeWPHLEPooVhGObCqkhRLNLrLj/assets/images/optimized/rev-4f27ff6/www.dataminr.com/wp-content/themes/bigdrop-theme/dist/images/icon-search.svg") no-repeat 95% 50%;
}

input[type=email].search-input.nitro-lazy, input[type=number].search-input.nitro-lazy, input[type=password].search-input.nitro-lazy, input[type=tel].search-input.nitro-lazy, input[type=text].search-input.nitro-lazy, textarea.search-input.nitro-lazy {
	background-image: none !important;
}

input[type=email]:-webkit-autofill, input[type=email]:-webkit-autofill:focus, input[type=email]:-webkit-autofill:hover, input[type=number]:-webkit-autofill, input[type=number]:-webkit-autofill:focus, input[type=number]:-webkit-autofill:hover, input[type=password]:-webkit-autofill, input[type=password]:-webkit-autofill:focus, input[type=password]:-webkit-autofill:hover, input[type=tel]:-webkit-autofill, input[type=tel]:-webkit-autofill:focus, input[type=tel]:-webkit-autofill:hover, input[type=text]:-webkit-autofill, input[type=text]:-webkit-autofill:focus, input[type=text]:-webkit-autofill:hover, textarea:-webkit-autofill, textarea:-webkit-autofill:focus, textarea:-webkit-autofill:hover {
	-webkit-text-fill-color: rgab(#20262c, .7);
	-webkit-box-shadow: 0 0 0 1000px transparent inset;
	-webkit-transition: background-color 5000s ease-in-out 0s, border-color 5000s ease-in-out 0s;
	transition: background-color 5000s ease-in-out 0s, border-color 5000s ease-in-out 0s;
}

textarea {
	resize: none;
	max-width: 100% !important;
	width: 100% !important;
	height: 148px !important;
	max-height: 148px !important;
}

select {
	display: inline-block;
	margin: 0;
	padding: 10px 14px;
	font: 16px/1.5 "Open Sans", sans-serif;
	height: 44px;
	vertical-align: middle;
	border: 1px solid rgba(32, 38, 44, .2);
	outline: 0;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	background: url("https://cdn-ilddnkl.nitrocdn.com/WqZeSxAeWPHLEPooVhGObCqkhRLNLrLj/assets/images/optimized/rev-4f27ff6/www.dataminr.com/wp-content/themes/bigdrop-theme/dist/images/ico-select-arrow.svg") 97.5% 50% no-repeat;
	background-size: 16px 16px;
}

select.nitro-lazy {
	background-image: none !important;
}

input[type=checkbox], input[type=radio] {
	position: absolute;
	pointer-events: none;
	top: auto;
	left: 0;
	opacity: 0;
}

input[type=checkbox]:disabled~label, input[type=checkbox]:disabled~span, input[type=radio]:disabled~label, input[type=radio]:disabled~span {
	opacity: .3;
}

input[type=checkbox]:not(:disabled)~label, input[type=checkbox]:not(:disabled)~span, input[type=radio]:not(:disabled)~label, input[type=radio]:not(:disabled)~span {
	cursor: pointer;
}

.no-touch input[type=checkbox]:not(:disabled)~label:hover, .no-touch input[type=checkbox]:not(:disabled)~span:hover, .no-touch input[type=radio]:not(:disabled)~label:hover, .no-touch input[type=radio]:not(:disabled)~span:hover {
	opacity: 1;
}

input[type=checkbox]:not(:disabled):checked~label, input[type=checkbox]:not(:disabled):checked~span, input[type=radio]:not(:disabled):checked~label, input[type=radio]:not(:disabled):checked~span {
	opacity: 1;
	color: #20262c;
}

input[type=checkbox]:not(:disabled):checked~label:before, input[type=checkbox]:not(:disabled):checked~span:before, input[type=radio]:not(:disabled):checked~label:before, input[type=radio]:not(:disabled):checked~span:before {
	border-color: #20262c;
}

.no-touch input[type=checkbox]:not(:disabled):hover~label:before, .no-touch input[type=checkbox]:not(:disabled):hover~span:before, .no-touch input[type=radio]:not(:disabled):hover~label:before, .no-touch input[type=radio]:not(:disabled):hover~span:before {
	opacity: 1;
	border-color: #20262c;
}

.no-touch input[type=checkbox]:not(:disabled):hover~label:after, .no-touch input[type=checkbox]:not(:disabled):hover~span:after, .no-touch input[type=radio]:not(:disabled):hover~label:after, .no-touch input[type=radio]:not(:disabled):hover~span:after {
	background-image: url("https://cdn-ilddnkl.nitrocdn.com/WqZeSxAeWPHLEPooVhGObCqkhRLNLrLj/assets/images/optimized/rev-4f27ff6/www.dataminr.com/wp-content/themes/bigdrop-theme/dist/images/Icon-radio-check-dark.svg");
}

input[type=checkbox]:checked~label, input[type=checkbox]:checked~span, input[type=radio]:checked~label, input[type=radio]:checked~span {
	color: #20262c;
}

input[type=checkbox]:checked~label:before, input[type=checkbox]:checked~span:before, input[type=radio]:checked~label:before, input[type=radio]:checked~span:before {
	background: #363b41;
	border-color: #363b41;
}

.no-touch input[type=checkbox]:checked:hover~label:after, .no-touch input[type=checkbox]:checked:hover~span:after, .no-touch input[type=radio]:checked:hover~label:after, .no-touch input[type=radio]:checked:hover~span:after, input[type=checkbox]:checked~label:after, input[type=checkbox]:checked~span:after, input[type=radio]:checked~label:after, input[type=radio]:checked~span:after {
	background-image: url("https://cdn-ilddnkl.nitrocdn.com/WqZeSxAeWPHLEPooVhGObCqkhRLNLrLj/assets/images/optimized/rev-4f27ff6/www.dataminr.com/wp-content/themes/bigdrop-theme/dist/images/Icon-radio-check-white.svg");
}

input[type=checkbox]:focus-visible~label:before, input[type=checkbox]:focus-visible~span:before, input[type=radio]:focus-visible~label:before, input[type=radio]:focus-visible~span:before {
	outline-color: rgba(32, 38, 44, .6);
}

input[type=checkbox]~label, input[type=checkbox]~span, input[type=radio]~label, input[type=radio]~span {
	-webkit-transition: color .2s linear;
	transition: color .2s linear;
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0 0 0 30px;
	margin: 0 !important;
	-webkit-tap-highlight-color: transparent;
	font-size: 14px;
	line-height: 1.8;
}

input[type=checkbox]~label:before, input[type=checkbox]~span:before, input[type=radio]~label:before, input[type=radio]~span:before {
	content: "";
	width: 20px;
	height: 20px;
	border: 2px solid rgba(32, 38, 44, .6);
	outline: 2px dashed transparent;
	position: absolute;
	top: 2px;
	left: 0;
	-webkit-transition: border-color .2s linear, background .2s linear, outline-color .2s linear;
	transition: border-color .2s linear, background .2s linear, outline-color .2s linear;
}

input[type=checkbox]~label:after, input[type=checkbox]~span:after, input[type=radio]~label:after, input[type=radio]~span:after {
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	top: 2px;
	left: 0;
	background: url("https://cdn-ilddnkl.nitrocdn.com/WqZeSxAeWPHLEPooVhGObCqkhRLNLrLj/assets/images/optimized/rev-4f27ff6/www.dataminr.com/wp-content/themes/bigdrop-theme/dist/images/Icon-radio-check-white.svg") 50% 50% no-repeat;
	background-size: 16px 16px;
	opacity: 1;
}

input[type=checkbox]~label a, input[type=checkbox]~span a, input[type=radio]~label a, input[type=radio]~span a {
	text-decoration: underline;
}

.no-touch .hbspt-form .hs-richtext a:hover, .no-touch input[type=checkbox]~label a:hover, .no-touch input[type=checkbox]~span a:hover, .no-touch input[type=radio]~label a:hover, .no-touch input[type=radio]~span a:hover {
	text-decoration: none;
}

input[type=radio], label {
	display: inline-block;
	margin: 0;
	vertical-align: middle;
}

input[type=radio]~label:before, input[type=radio]~span:before {
	border-radius: 50%;
}

label {
	font-size: 14px;
	line-height: 1.5;
	opacity: .7;
	color: currentColor;
}

.hs-form-booleancheckbox label, .hs-form-checkbox label, .hs-form-radio label {
	opacity: 1;
	color: #8e9194;
}

.hs-form-booleancheckbox label span, .hs-form-checkbox label span, .hs-form-radio label span, .no-touch .header-search-block:hover .open-search span {
	color: #20262c;
}

.hs-form-checkbox+.hs-form-checkbox {
	margin-top: 5px;
}

.form-item>* {
	display: block;
	width: 100%;
}

form fieldset {
	border: 0;
	padding: 0;
	width: 100%;
}

form fieldset input {
	width: 100%;
}

.hbspt-form fieldset .input, form fieldset .input {
	margin-bottom: 20px;
	margin-right: 0 !important;
}

.hbspt-form fieldset .input+.hs-error-msgs, form fieldset .input+.hs-error-msgs {
	margin-top: -20px;
	margin-bottom: 20px;
}

.hbspt-form fieldset {
	max-width: 100% !important;
	border: 0;
	padding: 0;
	margin: 0;
}

.hbspt-form .hs_error_rollup {
	text-align: center;
	padding-bottom: 20px;
}

.hbspt-form .hs_error_rollup label, .no-touch .scroll-down:hover svg path {
	opacity: 1;
}

.hbspt-form .hs-error-msgs label {
	padding: 0;
	margin: 0;
	color: #ff0707;
}

.hbspt-form input, .hbspt-form select {
	width: 100% !important;
}

.hbspt-form .form-columns-2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: calc(100% + 20px) !important;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
}

.hbspt-form .form-columns-2 .hs-form-field {
	float: none !important;
	width: auto !important;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0;
}

.hbspt-form .form-columns-2 .input {
	margin-right: 0 !important;
}

.hbspt-form .hs-richtext {
	padding: 10px 0;
	color: #8e9194;
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 10px;
}

.hbspt-form .hs-richtext a {
	text-decoration: underline;
	color: #0038ff;
}

.hbspt-form .hs-recaptcha {
	margin-bottom: 30px;
}

.hbspt-form .hs-submit {
	width: 100%;
}

.hbspt-form .hs-submit .hs-button {
	background-color: transparent;
}

.hbspt-form .inputs-list.multi-container {
	padding-top: 10px;
}

.pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	margin-top: 50px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.pagination.align-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.pagination .dots, .pagination .extend, .pagination a, .pagination span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.pagination .dots:not(.btn), .pagination .extend:not(.btn), .pagination a:not(.btn), .pagination span:not(.btn) {
	width: 45px;
	height: 45px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.5;
}

.pagination .dots:not(.btn).active, .pagination .extend:not(.btn).active, .pagination a:not(.btn).active, .pagination span:not(.btn).active {
	background: #0038ff !important;
	color: #fff !important;
	text-decoration: none !important;
}

.no-touch .pagination a:not(.btn):not(.extend):hover {
	color: #0038ff;
	text-decoration: underline;
}

.pagination .btn {
	width: 42px;
	height: 42px;
	border: 1px solid #0038ff;
	-webkit-transition: border-image .7s;
	transition: border-image .7s;
	transition: border-image .7s, -o-border-image .7s;
}

.pagination .btn.disabled {
	opacity: .3;
	cursor: default;
}

.pagination .btn.disabled path {
	fill: rgba(32, 38, 44, .3);
}

.pagination .previouspostslink {
	-o-border-image: linear-gradient(-301.27deg, #0038ff -13.32%, rgba(0, 56, 255, 0) 91.11%) 1;
	border-image: linear-gradient(-301.27deg, #0038ff -13.32%, rgba(0, 56, 255, 0) 91.11%) 1;
}

.no-touch .pagination .previouspostslink:not(.disabled):hover {
	-o-border-image: linear-gradient(-301.27deg, rgba(0, 56, 255, 0) -13.32%, #0038ff 91.11%) 1;
	border-image: linear-gradient(-301.27deg, rgba(0, 56, 255, 0) -13.32%, #0038ff 91.11%) 1;
}

.pagination .nextpostslink {
	-o-border-image: linear-gradient(301.27deg, #0038ff -13.32%, rgba(0, 56, 255, 0) 91.11%) 1;
	border-image: linear-gradient(301.27deg, #0038ff -13.32%, rgba(0, 56, 255, 0) 91.11%) 1;
}

.no-touch .pagination .nextpostslink:not(.disabled):hover {
	-o-border-image: linear-gradient(301.27deg, rgba(0, 56, 255, 0) -13.32%, #0038ff 91.11%) 1;
	border-image: linear-gradient(301.27deg, rgba(0, 56, 255, 0) -13.32%, #0038ff 91.11%) 1;
}

.h1, .h2, .h3, .h4, h1, h2, h3, h4 {
	letter-spacing: -.01em;
}

.h1, .h2, h1, h2 {
	font-size: 28px;
	line-height: 1.26;
	font-weight: 400;
}

.h3, .h4, .h5, .h6, h3, h4, h5, h6 {
	font-size: 20px;
	line-height: 1.45;
	font-weight: 400;
}

.h5, .h6, h5, h6 {
	font-size: 16px;
	font-weight: 600;
}

.h6, h6 {
	font-size: 13px;
}

.content a:not([class]) {
	color: #0038ff;
}

.no-touch .content a:not([class]):hover {
	text-decoration: underline;
}

.check-list li, .content li, .dots-list li, .numbered-list li {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.45;
	margin-bottom: 12px;
	position: relative;
}

.content ul:not(.check-list)>li, .hero-section .double-col-view .aside-title ul:not(.check-list)>li, ul.dots-list:not(.check-list)>li {
	padding-left: 31px;
	position: relative;
}

.content ul:not(.check-list)>li::before, .hero-section .double-col-view .aside-title ul:not(.check-list)>li::before, ul.dots-list:not(.check-list)>li::before {
	content: "";
	position: absolute;
	width: 11px;
	height: 11px;
	background: #0085ff;
	left: 0;
	top: 7px;
}

.content ul:not(.check-list) ol, .content ul:not(.check-list) ul, .hero-section .double-col-view .aside-title ul:not(.check-list) ol, .hero-section .double-col-view .aside-title ul:not(.check-list) ul, ul.dots-list:not(.check-list) ol, ul.dots-list:not(.check-list) ul {
	padding-left: 10px;
	margin-top: 12px;
}

.content ul:not(.check-list) ul>li::before, .hero-section .double-col-view .aside-title ul:not(.check-list) ul>li::before, ul.dots-list:not(.check-list) ul>li::before {
	background: 0 0;
	border: 1px solid #0085ff;
}

.content ol, ol.numbered-list {
	counter-reset: counterName;
}

.content ol[start="1"], ol.numbered-list[start="1"] {
	counter-reset: counterName 0;
	z-index: 10;
}

.content ol[start="2"], ol.numbered-list[start="2"] {
	counter-reset: counterName 1;
	z-index: 10;
}

.content ol[start="3"], ol.numbered-list[start="3"] {
	counter-reset: counterName 2;
	z-index: 10;
}

.content ol[start="4"], ol.numbered-list[start="4"] {
	counter-reset: counterName 3;
	z-index: 10;
}

.content ol[start="5"], ol.numbered-list[start="5"] {
	counter-reset: counterName 4;
	z-index: 10;
}

.content ol[start="6"], ol.numbered-list[start="6"] {
	counter-reset: counterName 5;
	z-index: 10;
}

.content ol[start="7"], ol.numbered-list[start="7"] {
	counter-reset: counterName 6;
	z-index: 10;
}

.content ol[start="8"], ol.numbered-list[start="8"] {
	counter-reset: counterName 7;
	z-index: 10;
}

.content ol[start="9"], ol.numbered-list[start="9"] {
	counter-reset: counterName 8;
	z-index: 10;
}

.content ol[start="10"], ol.numbered-list[start="10"] {
	counter-reset: counterName 9;
	z-index: 10;
}

.content ol[start="11"], ol.numbered-list[start="11"] {
	counter-reset: counterName 10;
	z-index: 10;
}

.content ol[start="12"], ol.numbered-list[start="12"] {
	counter-reset: counterName 11;
	z-index: 10;
}

.content ol[start="13"], ol.numbered-list[start="13"] {
	counter-reset: counterName 12;
	z-index: 10;
}

.content ol[start="14"], ol.numbered-list[start="14"] {
	counter-reset: counterName 13;
	z-index: 10;
}

.content ol[start="15"], ol.numbered-list[start="15"] {
	counter-reset: counterName 14;
	z-index: 10;
}

.content ol[start="16"], ol.numbered-list[start="16"] {
	counter-reset: counterName 15;
	z-index: 10;
}

.content ol[start="17"], ol.numbered-list[start="17"] {
	counter-reset: counterName 16;
	z-index: 10;
}

.content ol[start="18"], ol.numbered-list[start="18"] {
	counter-reset: counterName 17;
	z-index: 10;
}

.content ol[start="19"], ol.numbered-list[start="19"] {
	counter-reset: counterName 18;
	z-index: 10;
}

.content ol[start="20"], ol.numbered-list[start="20"] {
	counter-reset: counterName 19;
	z-index: 10;
}

.content ol[start="21"], ol.numbered-list[start="21"] {
	counter-reset: counterName 20;
	z-index: 10;
}

.content ol[start="22"], ol.numbered-list[start="22"] {
	counter-reset: counterName 21;
	z-index: 10;
}

.content ol[start="23"], ol.numbered-list[start="23"] {
	counter-reset: counterName 22;
	z-index: 10;
}

.content ol[start="24"], ol.numbered-list[start="24"] {
	counter-reset: counterName 23;
	z-index: 10;
}

.content ol[start="25"], ol.numbered-list[start="25"] {
	counter-reset: counterName 24;
	z-index: 10;
}

.content ol[start="26"], ol.numbered-list[start="26"] {
	counter-reset: counterName 25;
	z-index: 10;
}

.content ol[start="27"], ol.numbered-list[start="27"] {
	counter-reset: counterName 26;
	z-index: 10;
}

.content ol[start="28"], ol.numbered-list[start="28"] {
	counter-reset: counterName 27;
	z-index: 10;
}

.content ol[start="29"], ol.numbered-list[start="29"] {
	counter-reset: counterName 28;
	z-index: 10;
}

.content ol[start="30"], ol.numbered-list[start="30"] {
	counter-reset: counterName 29;
	z-index: 10;
}

.content ol[start="31"], ol.numbered-list[start="31"] {
	counter-reset: counterName 30;
	z-index: 10;
}

.content ol[start="32"], ol.numbered-list[start="32"] {
	counter-reset: counterName 31;
	z-index: 10;
}

.content ol[start="33"], ol.numbered-list[start="33"] {
	counter-reset: counterName 32;
	z-index: 10;
}

.content ol[start="34"], ol.numbered-list[start="34"] {
	counter-reset: counterName 33;
	z-index: 10;
}

.content ol[start="35"], ol.numbered-list[start="35"] {
	counter-reset: counterName 34;
	z-index: 10;
}

.content ol[start="36"], ol.numbered-list[start="36"] {
	counter-reset: counterName 35;
	z-index: 10;
}

.content ol[start="37"], ol.numbered-list[start="37"] {
	counter-reset: counterName 36;
	z-index: 10;
}

.content ol[start="38"], ol.numbered-list[start="38"] {
	counter-reset: counterName 37;
	z-index: 10;
}

.content ol[start="39"], ol.numbered-list[start="39"] {
	counter-reset: counterName 38;
	z-index: 10;
}

.content ol.official-style>li:before, ol.numbered-list.official-style>li:before {
	border: 0;
	font-size: 16px;
	line-height: 1.45;
	margin-top: 0;
}

.content ol.official-style ul li:before, .relevanssi-live-search-results #relevanssi-live-ajax-search-spinner.rlv-has-spinner:after, ol.numbered-list.official-style ul li:before {
	display: none;
}

.content ol.official-style ol li:before, iframe, ol.numbered-list.official-style ol li:before {
	border: 0;
}

.check-list>li, .content ol>li, ol.numbered-list>li {
	padding-left: 38px;
}

.check-list>li::before, .content ol>li:before, ol.numbered-list>li:before {
	position: absolute;
	border: 2px solid rgba(32, 38, 44, .9);
	border-radius: 50%;
	left: 0;
	top: 0;
	width: 22px;
	height: 22px;
}

.content ol>li:before, ol.numbered-list>li:before {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	content: counter(counterName, decimal) "";
	counter-increment: counterName;
	font-weight: 600;
	font-size: 13px;
}

.content ol>li ol>li::before, ol.numbered-list>li ol>li::before {
	font-size: 12px;
}

.content ol ol, .content ol ul, ol.numbered-list ol, ol.numbered-list ul {
	padding-left: 10px;
	margin-top: 12px;
}

.check-list>li {
	margin-bottom: 12px;
	position: relative;
}

.check-list>li::before {
	content: "";
	background: url("https://cdn-ilddnkl.nitrocdn.com/WqZeSxAeWPHLEPooVhGObCqkhRLNLrLj/assets/images/optimized/rev-4f27ff6/www.dataminr.com/wp-content/themes/bigdrop-theme/dist/images/check-icon.svg") no-repeat center;
	background-size: 15px;
}

blockquote {
	margin: 0;
	font-style: normal;
	padding: 0;
}

blockquote q, blockquote q:after, blockquote q:before {
	quotes: none;
}

table td, table th {
	border: 1px solid #20262c;
	padding: 5px;
}

.light-bg {
	background: #edeff4;
	color: #20262c;
}

.white-bg {
	background: #fff;
	color: #20262c;
}

.gradient-bg {
	background: linear-gradient(96.96deg, #0251b5 1.61%, #021d5f 100.03%);
}

.slick-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px;
}

.slick-dots li {
	line-height: 0;
}

.slick-dots button {
	background: rgba(32, 38, 44, .2);
	font-size: 0;
	border: 0;
	padding: 0;
	margin: 0;
	width: 8px;
	height: 8px;
	cursor: pointer;
	border-radius: 0;
}

.heading {
	line-height: 1.45;
	font-size: 18px;
	margin: 0 0 50px;
}

.heading.two-column .h2+p, .heading.two-column h2+p {
	margin-top: 20px;
}

.heading.two-column p {
	color: rgba(255, 255, 255, .8);
}

.heading p, .light-bg .heading.two-column p {
	color: rgba(32, 38, 44, .8);
}

.heading.align-center {
	text-align: center;
}

.heading-box {
	margin: 0 0 40px;
}

.heading-box .heading {
	margin: 0 auto 32px;
	max-width: 840px;
}

.heading-box.align-center {
	text-align: center;
}

.event-information-row {
	text-transform: uppercase;
	font: 600 12px/1.5 "Open Sans", sans-serif;
	letter-spacing: .05em;
}

.event-information-row li {
	padding: 4px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-width: -webkit-fit-content;
	min-width: -moz-fit-content;
	min-width: fit-content;
	position: relative;
}

.event-information-row li:last-child {
	padding-right: 0;
	margin-right: 0;
}

.event-information-row li:last-child:before {
	display: none;
}

.event-information-row li span:not(.icon) {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

.event-information-row .icon {
	-ms-flex-item-align: center;
	align-self: center;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16px;
	flex: 0 0 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 10px 0 0;
}

.event-information-row svg {
	width: 16px;
	height: 16px;
}

.play-video {
	display: block;
	width: 56px;
	height: 56px;
	background-color: #edeff4;
	border-radius: 50%;
	position: relative;
}

.play-video:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 12px solid #0038ff;
	margin-left: 2px;
}

.category {
	display: block;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: .05em;
	font-weight: 600;
}

.sticky-form.no-sticky {
	position: relative;
	top: 0;
}

.form-box {
	background: #fff;
	color: #20262c;
	padding: 20px;
}

.form-box .button span {
	display: block;
}

.form-box .h3, .form-box h3 {
	margin: 0 0 20px;
}

.form-box .double-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	gap: 20px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.form-box .double-col>* {
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto;
}

.form-box .privacy-text {
	padding: 10px 0;
	color: #8e9194;
	font-size: 14px;
	line-height: 1.5;
}

.form-box .privacy-text a {
	text-decoration: underline;
	color: #0038ff;
}

.contact-item a, .no-touch .form-box .privacy-text a:hover {
	text-decoration: none;
}

.form-box .form-text label {
	display: block;
	margin: 0 0 6px;
}

.form-box .form-checkbox {
	line-height: 0;
}

.form-box .form-checkbox label {
	opacity: 1;
	color: #20262c;
}

.form-box .form-checkbox label:before {
	opacity: .6;
}

.form-box .form-checkbox input:checked~label:before {
	opacity: 1;
}

.form-box .radion-box>label {
	margin: 0 0 6px;
}

.form-box .radion-box :last-child {
	margin-bottom: 0;
}

.form-box .radio-row {
	margin: 0 0 8px;
}

.form-box .radio-row label {
	position: relative;
	display: block;
	border: 1px solid rgba(32, 38, 44, .1);
	padding: 16px 24px 16px 57px;
	font-size: 16px;
	opacity: 1;
	line-height: 1.5;
}

.form-box .radio-row label>.category {
	display: block;
	margin: 0 0 3px;
	color: #0038ff;
	letter-spacing: .05em;
	font-size: 14px;
}

.form-box .radio-row input[type=radio]~label:before, .form-box .radio-row input[type=radio]~span:before {
	top: 30px;
	left: 22px;
}

.form-box .radio-row input[type=radio]~label:after, .form-box .radio-row input[type=radio]~span:after {
	top: 35px;
	left: 27px;
}

.form-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.form-item .jcf-select~label, .form-item input+label, .form-item select~label {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
	opacity: 1;
	position: relative;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	font-size: 14px;
	line-height: 1.5;
	color: rgba(32, 38, 44, .7);
	-webkit-transform: translate(14px, 37px);
	transform: translate(14px, 37px);
	max-width: calc(100% - 24px);
	margin: 0 0 6px;
}

.form-item .jcf-select.jcf-focus~label, .form-item .jcf-select.selected~label, .form-item input:focus+label, .form-item input:not(:placeholder-shown)+label, .form-item select.selected~label, .form-item select:focus~label {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	font-size: 12px;
	margin: 0 0 7px;
}

.contact-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
	max-width: 540px;
}

.contact-item {
	padding: 34px;
	border: 1px solid;
	-o-border-image: linear-gradient(145deg, rgba(255, 255, 255, 0) 0%, #0350b4 40%) 1;
	border-image: linear-gradient(145deg, rgba(255, 255, 255, 0) 0%, #0350b4 40%) 1;
}

.contact-item>.h6 {
	margin: 0 0 20px;
}

.contact-item, .contact-item .contact-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
}

.contact-item .h5, .contact-item .h6 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	row-gap: 10px;
	text-transform: uppercase;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.contact-item .h6 {
	letter-spacing: .05em;
}

.contact-item .h5, .media-comment .content-holder blockquote cite strong {
	font-weight: 400;
}

.contact-item .h5 span:not(.icon) {
	opacity: .7;
}

.no-touch .contact-item a:hover, .no-touch .relevanssi-live-search-result a:hover, .no-touch .relevanssi-live-search-result-status a:hover {
	text-decoration: underline;
}

.contact-item .icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 24px;
	flex: 0 0 24px;
	margin-right: 10px;
}

.contact-item .icon, .contact-item .icon svg {
	width: 24px;
	height: 24px;
}

.contact-item .icon svg circle {
	stroke: currentColor;
}

.with-bottom-bg, .with-top-bg {
	position: relative;
	z-index: 15 !important;
}

.with-bottom-bg .section-bg, .with-top-bg .section-bg {
	position: absolute;
	width: 1px;
	height: 1px;
	left: 0;
	pointer-events: none;
}

.with-top-bg .section-bg {
	top: 0;
	z-index: -1;
}

.with-bottom-bg .section-bg {
	top: auto;
	bottom: 0;
	z-index: -2;
}

.scroll-down {
	display: block;
	width: 30px;
	height: 30px;
}

.scroll-down svg path {
	stroke: #fff;
	opacity: .6;
}

.copy-btn {
	position: relative;
	z-index: 10;
}

.copy-btn:before {
	content: "";
	display: none;
	position: absolute;
	z-index: 100;
	top: 37px;
	left: 13px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid rgba(0, 0, 0, .72);
}

.copy-btn:after {
	content: "Copy to Clipboard";
	display: none;
	position: absolute;
	z-index: 101;
	top: 42px;
	left: -37px;
	width: 114px;
	height: 36px;
	color: #fff;
	font-size: 10px;
	line-height: 36px;
	text-align: center;
	background: rgba(0, 0, 0, .72);
	border-radius: 3px;
}

.comment-form label, .no-touch .copy-btn:hover:after, .no-touch .copy-btn:hover:before, .relevanssi-live-search-results #relevanssi-live-ajax-search-spinner.rlv-has-spinner+.screen-reader-text {
	display: block;
}

.touch .copy-btn:active:after, .touch .copy-btn:active:before, .touch .copy-btn:focus:after, .touch .copy-btn:focus:before {
	display: block;
}

.copy-btn:active:after, .copy-btn:focus:after, .touch .copy-btn:active:after, .touch .copy-btn:focus:after {
	content: "Copied!";
}

.video-single-holder {
	position: relative;
	z-index: 20;
	overflow: hidden;
}

.video-single-holder.poster-hide .poster {
	opacity: 0;
	pointer-events: none;
}

.video-single-holder:before {
	content: "";
	padding-top: 56.2%;
	display: block;
}

.video-single-holder .poster {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
	-webkit-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
}

.hero-section .video-bg video, .video-single-holder .poster>img, .video-single-holder iframe {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.video-single-holder .play-video {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.hero-section .video-bg video, .video-single-holder iframe {
	position: absolute;
	left: 0;
	top: 0;
}

.nothing-found {
	padding-top: 50px;
}

.atcb-list-item {
	font-size: 14px !important;
	padding: 10px !important;
}

.search-hero .relevanssi-live-search-results {
	border-radius: 0;
}

.search-hero .relevanssi-live-search-results .ajax-results {
	padding: 0 15px;
}

.relevanssi-live-search-results {
	position: absolute;
	top: 100% !important;
	left: 0 !important;
	width: 100% !important;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
	border-radius: 0;
	max-height: 240px !important;
	z-index: 20;
	background-color: #edeff4 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.relevanssi-live-search-results.relevanssi-live-search-results-showing {
	opacity: 1;
	pointer-events: all;
}

.relevanssi-live-search-results .ajax-results {
	height: 240px;
	max-height: 240px;
	overflow: auto;
}

.relevanssi-live-search-results .ajax-results::-webkit-scrollbar {
	width: 2px;
}

.relevanssi-live-search-results .ajax-results::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 3px rgba(0, 56, 255, .3);
}

.relevanssi-live-search-results .ajax-results::-webkit-scrollbar-thumb {
	background-color: #0038ff;
	outline: 1px solid #0038ff;
}

.relevanssi-live-search-results .live-ajax-messages .screen-reader-text {
	display: none;
	color: #20262c;
	font-family: "Open Sans", sans-serif;
	font-size: 14px !important;
	line-height: 145% !important;
	opacity: .5;
	padding: 0 5px !important;
}

.relevanssi-live-search-results #relevanssi-live-ajax-search-spinner.rlv-has-spinner {
	border: 0;
	width: 60px;
	height: 20px;
	--_g: no-repeat radial-gradient(circle closest-side, #ff7f00 90%, rgba(0, 0, 0, 0));
	--_g1: no-repeat radial-gradient(circle closest-side, #d1d3d6 90%, rgba(0, 0, 0, 0));
	background: var(--_g) 0% 50%, var(--_g1) 50% 50%, var(--_g1) 100% 50%;
	background-size: calc(100% / 3) 50%;
	-webkit-animation: l3 1.5s infinite linear;
	animation: l3 1.5s infinite linear;
	border-radius: 0;
	margin: 20px 0 8px;
}

.relevanssi-live-search-result p, .relevanssi-live-search-result-status p {
	color: #20262c !important;
	padding: 11px 5px !important;
	line-height: 1.45 !important;
	font-family: "Open Sans", sans-serif !important;
}

.relevanssi-live-search-result p {
	font-size: 14px !important;
}

.relevanssi-live-search-no-results strong, .relevanssi-live-search-result p strong, .relevanssi-live-search-result-status p strong {
	font-weight: 600 !important;
}

.relevanssi-live-search-result-status:last-child p {
	border-bottom: 0 !important;
}

.relevanssi-live-search-result-status p {
	font-weight: 400 !important;
	font-size: 14px !important;
}

.relevanssi-live-search-result-status p a {
	color: #0038ff;
	font-size: 14px;
	font-weight: 600;
	line-height: 150%;
	letter-spacing: .7px;
	text-transform: uppercase;
}

.ajax-results .relevanssi-live-search-result:nth-child(4)~.relevanssi-live-search-result {
	display: none;
}

.relevanssi-live-search-no-results {
	padding: 14px 5px !important;
	color: #20262c !important;
	font-size: 14px !important;
	line-height: 1.45 !important;
	font-family: "Open Sans", sans-serif !important;
}

.custom-calendar-box, .custom-calendar-box .calendar-link {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.custom-calendar-box {
	position: relative;
	z-index: 20;
}

.no-touch .custom-calendar-box:hover .calendar-link {
	text-decoration: underline;
}

.custom-calendar-box .calendar-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 0;
	background-color: transparent;
	padding: 0;
	margin: 0;
	cursor: pointer;
	pointer-events: none;
}

.custom-calendar-box add-to-calendar-button {
	position: absolute !important;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
}

.no-events-placeholder {
	text-align: center;
	max-width: 360px;
	margin: 0 auto;
	color: rgba(32, 38, 44, .4);
}

.upcoming-event-section .no-events-placeholder {
	margin-top: -40px;
}

.no-events-placeholder .ico-holder {
	margin-bottom: 40px;
}

.no-events-placeholder .ico-holder img {
	vertical-align: top;
}

.no-events-placeholder .h3, .no-events-placeholder h3 {
	margin-bottom: 0;
	padding-bottom: 16px;
	color: rgba(32, 38, 44, .6);
}

.has-black-background-color {
	background-color: #20262c !important;
}

.has-black-color {
	color: #20262c !important;
}

.has-dark-blue-background-color {
	background-color: #021d5f !important;
}

.has-dark-blue-color {
	color: #021d5f !important;
}

.has-blue-background-color {
	background-color: #0038ff !important;
}

.has-blue-color {
	color: #0038ff !important;
}

.has-sky-blue-background-color {
	background-color: #1b94ff !important;
}

.has-sky-blue-color {
	color: #1b94ff !important;
}

.has-orange-background-color {
	background-color: #ff7f00 !important;
}

.has-orange-color {
	color: #ff7f00 !important;
}

.has-white-background-color {
	background-color: #fff !important;
}

.has-white-color {
	color: #fff !important;
}

.has-gray-background-color {
	background-color: #f0f1f4 !important;
}

.has-gray-color {
	color: #f0f1f4 !important;
}

.wp-caption.aligncenter, .wp-caption.alignleft, .wp-caption.alignright {
	margin: 0 auto 20px;
	text-align: center;
}

.gallery, img.aligncenter, img.alignleft, img.alignright {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto 20px;
}

.gallery {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.gallery .gallery-item {
	margin: 0;
	padding: 0 10px 20px;
	width: 100%;
}

.gallery .gallery-item img {
	display: block;
	width: 100%;
}

.commentlist li:before, .slick-slide.slick-loading img {
	display: none;
}

.commentlist .comment-container {
	margin: 0 0 20px;
}

.commentlist .perma {
	float: right;
	margin: 0 0 0 20px;
}

.commentlist .avatar {
	float: left;
	margin: 0 20px 20px 0;
}

.commentlist .comment-entry {
	overflow: hidden;
	width: 100%;
}

.commentlist .comment-entry .reply {
	text-align: right;
}

.slick-list, .slick-slider {
	position: relative;
	display: block;
}

.slick-slider {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: 0;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-list, .slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:after, .slick-track:before {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir=rtl] .slick-slide {
	float: right;
}

.slick-slide>div>* {
	vertical-align: top;
}

.jcf-list li, .slick-initialized .slick-slide, .slick-slide img {
	display: block;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle, .slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-arrow {
	background: 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 0;
	color: #0038ff;
	cursor: pointer;
	width: 30px;
	height: 30px;
}

.slick-arrow svg {
	margin: auto;
	width: 16px;
	height: 17px;
}

.slick-arrow svg path {
	fill: currentColor;
}

.jcf-scrollable-wrapper {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	position: relative;
}

.jcf-scrollbar-vertical {
	position: absolute;
	cursor: default;
	width: 8px;
	bottom: 0;
	right: 0;
	top: 0;
	border-radius: 2px;
}

.jcf-scrollbar-vertical .jcf-scrollbar-slider {
	width: 2px;
	margin: 0 auto;
	background: rgba(0, 58, 112, .1);
}

.jcf-scrollbar-vertical .jcf-scrollbar-dec {
	height: 0;
	width: 14px;
	left: 0;
	top: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-inc {
	height: 0;
	width: 14px;
	left: 0;
	top: auto;
	bottom: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
	height: 41px;
	width: 4px;
	border-radius: 4px;
	background-color: #20262c;
}

.jcf-scrollbar-horizontal {
	position: absolute;
	background: #e3e3e3;
	right: auto;
	top: auto;
	left: 0;
	bottom: 0;
	width: 1px;
	height: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-dec, .jcf-scrollbar-horizontal .jcf-scrollbar-inc {
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	background: #bbb;
	height: 14px;
	width: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
	left: auto;
	right: 0;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-slider, .jcf-select {
	display: inline-block;
	position: relative;
	height: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
	position: absolute;
	background: #888;
	height: 14px;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec, .jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
	background: #e3e3e3;
}

.jcf-select {
	vertical-align: top;
	width: 100%;
	min-width: 150px;
	height: 44px;
	cursor: pointer;
	text-align: left;
	z-index: 20;
	max-width: 100%;
	font: 400 16px/1.4 "Open Sans", sans-serif;
}

.jcf-select.jcf-drop-active .jcf-select-opener:before {
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-option-hideme {
	height: 0;
	pointer-events: none;
	margin: 0;
	padding: 0 !important;
	visibility: hidden;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	color: rgba(32, 38, 44, .7);
	border: 1px solid rgba(32, 38, 44, .2);
	padding: 10px 14px;
	height: inherit;
	-webkit-transition: background-color .3s, border-color .3s;
	transition: background-color .3s, border-color .3s;
}

.jcf-select .jcf-select-text .jcf-option-hideme {
	visibility: visible;
	height: auto;
	opacity: .4;
}

.jcf-select .jcf-select-text>span {
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-right: 20px;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	width: 50px;
	bottom: 0;
	right: 0;
	top: 0;
}

.jcf-select .jcf-select-opener:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 16px;
	height: 16px;
	background: url("https://cdn-ilddnkl.nitrocdn.com/WqZeSxAeWPHLEPooVhGObCqkhRLNLrLj/assets/images/optimized/rev-4f27ff6/www.dataminr.com/wp-content/themes/bigdrop-theme/dist/images/select-arrow.svg") 50% 50% no-repeat;
	background-size: contain;
	-webkit-transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.jcf-select .jcf-select-drop {
	position: absolute;
	top: 100%;
	border-color: #20262c;
	margin-top: 5px;
	padding-top: 9px;
	display: block;
}

.jcf-select .jcf-drop-flipped {
	bottom: calc(100% - 27px);
	top: auto;
}

.jcf-select .jcf-drop-flipped .jcf-list {
	padding: 0 0 27px;
}

body>.jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 100;
}

.jcf-select-drop {
	background: #edeff4;
	border: 1px solid rgba(32, 38, 44, .2);
	overflow: hidden;
	z-index: 0;
}

.jcf-list li::before, .jcf-select-drop .jcf-select-drop-content .jcf-scrollbar-horizontal {
	display: none;
}

.jcf-select-drop.jcf-drop-flipped {
	margin: 2px 0 0;
}

.jcf-select-drop.jcf-select-white-view {
	border-color: #fff;
	background: #20262c;
}

.jcf-select-drop.jcf-select-white-view .jcf-list .jcf-option, .no-touch .footer-bottom button:hover {
	color: #fff;
}

.jcf-select-drop.jcf-select-white-view .jcf-list .jcf-option.jcf-selected {
	color: #0038ff;
}

.jcf-list {
	display: block;
	position: relative;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

.jcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.jcf-list li {
	overflow: hidden;
	padding-left: 0;
	margin-bottom: 0;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	overflow: hidden;
	display: block;
	color: #20262c;
	cursor: pointer;
	font-size: 14px;
	line-height: 24px;
	padding: 10px 8px 10px 20px;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}

.jcf-list .jcf-option.jcf-hover {
	text-decoration: underline;
}

.jcf-list .jcf-option.jcf-selected, .no-touch .header-search-block .header-search .quick-links-block .quick-links a:hover {
	color: #0038ff;
}

.jcf-list .jcf-option.first-disabled {
	height: 0;
	opacity: 0;
	visibility: hidden;
	padding: 0;
	margin: 0;
	line-height: 0;
	font-size: 0;
}

.jcf-list .jcf-disabled {
	display: none !important;
}

.jcf-list .jcf-optgroup-caption {
	display: block;
	cursor: default;
	padding: 0 17px;
	font-weight: 700;
	margin-bottom: 28px;
	text-transform: uppercase;
}

.jcf-list .jcf-optgroup {
	display: block;
	padding-bottom: 4px;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 49px;
	position: relative;
}

.jcf-list .jcf-optgroup .jcf-option:before {
	content: "";
	position: absolute;
	left: 17px;
	top: 50%;
	width: 20px;
	height: 20px;
	border-radius: 2px;
	border: 1px solid #050505;
}

.header {
	position: fixed;
	z-index: 500;
	color: #fff;
	width: 100%;
}

.header::before {
	content: "";
	position: absolute;
	width: 100%;
	top: 0;
	height: 60px;
	background: #021d5f;
	opacity: 0;
	z-index: -1;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
}

.scrolled:not(.menu-opened) .header::before {
	opacity: 1;
}

.header-top {
	padding: 10px 0;
	width: 100%;
}

.header-top .holder {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-top .logo {
	width: 150px;
	height: 23px;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.menu-opened .button-menu i, .menu-opened .header-top .logo {
	opacity: 0;
}

.footer-logo img, .header-top .logo img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.header-bottom {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	-webkit-transition: .5s opacity;
	transition: .5s opacity;
	background: #021d5f;
}

.header-search-block {
	margin-bottom: 25px;
	padding: 0 38px;
}

.no-touch .header-search-block:hover .open-search {
	background: #edeff4;
}

.no-touch .header-search-block:hover .open-search svg path, .no-touch .header-subnavigation .subnavigation-link:hover svg path {
	fill: #20262c;
}

.menu-opened .header-bottom, .no-touch .header-search-block:hover .header-search {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.header-search-block .header-search .quick-links-block, .header-search-block .open-search, .header-subnavigation .subnavigation-button .button span::after, .header-subnavigation .subnavigation-button .button span::before {
	display: none;
}

.header-search-block .header-search button svg, .header-search-block .open-search svg {
	width: 16px;
	height: 16px;
	-o-object-fit: contain;
	object-fit: contain;
}

.header-search-block .header-search button svg path, .header-search-block .open-search svg path, .header-subnavigation .subnavigation-link svg path {
	fill: #fff;
}

.header-search-block .header-search form {
	position: relative;
}

.header-search-block .header-search input {
	width: 100%;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, .5);
	outline: 0;
	color: #fff;
	padding: 0 20px 12px 0;
	font-size: 13px;
	letter-spacing: .05em;
	font-weight: 600;
	height: auto;
}

.header-search-block .header-search input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, .6);
	text-transform: uppercase;
}

.header-search-block .header-search input::-moz-placeholder {
	color: rgba(255, 255, 255, .6);
	text-transform: uppercase;
}

.header-search-block .header-search input::-ms-input-placeholder {
	color: rgba(255, 255, 255, .6);
	text-transform: uppercase;
}

.header-search-block .header-search input::placeholder {
	color: rgba(255, 255, 255, .6);
	text-transform: uppercase;
}

.header-search-block .header-search input:-webkit-autofill, .header-search-block .header-search input:-webkit-autofill:focus, .header-search-block .header-search input:-webkit-autofill:hover {
	-webkit-text-fill-color: #fff;
	-webkit-box-shadow: 0 0 0 1000px transparent inset;
	border-color: #fff;
	-webkit-transition: background-color 5000s ease-in-out 0s, border-color 5000s ease-in-out 0s;
	transition: background-color 5000s ease-in-out 0s, border-color 5000s ease-in-out 0s;
}

.header-search-block .header-search button {
	background: 0 0;
	border: 0;
	position: absolute;
	bottom: 0;
	top: 0;
	padding-bottom: 5px;
	right: 0;
	cursor: pointer;
}

.header .media-card .content-holder p, .header-search-block .header-search .quick-links-block .h5, .header-search-block .header-search .quick-links-block h5 {
	margin-bottom: 20px;
}

.header-search-block .header-search .quick-links-block .quick-links a {
	font-weight: 600;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.header-search-block .header-search .quick-links-block .quick-links li {
	margin-bottom: 16px;
}

.header-search-block .header-search .quick-links-block .quick-links li:last-of-type, .submenu .content-wrap.width-details .media-card .content-holder .details .detail:last-of-type {
	margin-bottom: 0;
}

.header-subnavigation {
	margin-top: auto;
	position: relative;
}

.header-subnavigation::before {
	content: "";
	position: absolute;
	height: 100vh;
	bottom: 0;
	left: 0;
	right: 0;
	background: url("https://cdn-ilddnkl.nitrocdn.com/WqZeSxAeWPHLEPooVhGObCqkhRLNLrLj/assets/images/optimized/rev-4f27ff6/www.dataminr.com/wp-content/themes/bigdrop-theme/dist/images/menu-bg.jpg") no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
	z-index: -1;
}

.header-subnavigation .subnavigation-button {
	font-size: 0;
}

.header-subnavigation .subnavigation-button .button {
	width: 100%;
	font-size: 13px;
	-webkit-transition: background .4s;
	transition: background .4s;
}

.no-touch .header-subnavigation .subnavigation-button .button:hover, .no-touch .header-subnavigation .subnavigation-link:hover {
	background: #edeff4;
	color: #20262c;
}

.header-subnavigation .subnavigation-button .button span {
	padding: 21px 28px;
}

.header-subnavigation .subnavigation-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.header-subnavigation .subnavigation-links>* {
	width: 50%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.header-subnavigation .subnavigation-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 20px;
	border-top: 1px solid rgba(255, 255, 255, .16);
	font-weight: 600;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: .05em;
	text-transform: uppercase;
	-webkit-transition: background .4s;
	transition: background .4s;
}

.header-subnavigation .subnavigation-link.blue, .header.white .header-subnavigation .subnavigation-link.blue {
	background-color: #0038ff;
}

.no-touch .header-subnavigation .subnavigation-link:hover svg circle {
	stroke: #20262c;
}

.header-subnavigation .subnavigation-link:first-child {
	border-right: 1px solid rgba(255, 255, 255, .16);
}

.header-subnavigation .subnavigation-link svg {
	width: 18px;
	height: 18px;
	-o-object-fit: contain;
	object-fit: contain;
}

.header-subnavigation .subnavigation-link svg circle {
	stroke: #fff;
}

body:not(.scrolled):not(.menu-opened) .header.white {
	background: #fff;
	color: #20262c;
}

body:not(.scrolled):not(.menu-opened) .header.white .header-bottom {
	border-bottom: 1px solid rgba(0, 0, 0, .16);
}

body:not(.scrolled):not(.menu-opened) .header.white .header-top .logo {
	position: relative;
}

body:not(.scrolled):not(.menu-opened) .header.white .header-top .logo::after {
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	bottom: -1px;
	background: url("https://cdn-ilddnkl.nitrocdn.com/WqZeSxAeWPHLEPooVhGObCqkhRLNLrLj/assets/images/source/rev-4f27ff6/www.dataminr.com/wp-content/themes/bigdrop-theme/dist/images/logo-blue.svg") no-repeat;
	background-size: contain;
	pointer-events: none;
}

body:not(.scrolled):not(.menu-opened) .header.white .header-subnavigation .subnavigation-button .button:not(.orange) {
	background: #0038ff;
	color: #fff;
}

body:not(.scrolled):not(.menu-opened) .header.white .header-subnavigation .subnavigation-link.blue {
	background-color: #0038ff;
	color: #fff;
}

body:not(.scrolled):not(.menu-opened) .header.white .header-search-block .open-search, body:not(.scrolled):not(.menu-opened) .header.white .header-subnavigation .subnavigation-link:not(.blue) {
	border-color: rgba(0, 0, 0, .16);
}

body:not(.scrolled):not(.menu-opened) .header.white .header-search-block .open-search svg path, body:not(.scrolled):not(.menu-opened) .header.white .header-subnavigation .subnavigation-link:not(.blue) svg path {
	fill: #20262c;
}

body:not(.scrolled):not(.menu-opened) .header.white .header-subnavigation .subnavigation-link:not(.blue) svg circle {
	stroke: #20262c;
}

body:not(.scrolled):not(.menu-opened) .header.white .header-search-block .open-search span {
	color: #20262c;
}

body:not(.scrolled):not(.menu-opened) .header.white .header-search-block .header-search, body:not(.scrolled):not(.menu-opened) .header.white .submenu {
	border: 1px solid rgba(0, 0, 0, .16);
	border-top: none;
}

body:not(.scrolled):not(.menu-opened) .header.white .main-menu .has-submenu .open-submenu:before {
	border: solid #20262c;
	border-width: 0 1.5px 1.5px 0;
}

body.no-touch:not(.scrolled):not(.menu-opened) .header.white .header-subnavigation .subnavigation-button .button:hover, body.no-touch:not(.scrolled):not(.menu-opened) .header.white .header-subnavigation .subnavigation-link:hover {
	background: #0085ff;
	color: #fff;
}

body.no-touch:not(.scrolled):not(.menu-opened) .header.white .header-search-block .open-search:hover svg path, body.no-touch:not(.scrolled):not(.menu-opened) .header.white .header-subnavigation .subnavigation-link:hover svg path {
	fill: #fff;
}

body.no-touch:not(.scrolled):not(.menu-opened) .header.white .header-subnavigation .subnavigation-link:hover svg circle {
	stroke: #fff;
}

body.no-touch:not(.scrolled):not(.menu-opened) .header.white .header-search-block .open-search:hover, body.no-touch:not(.scrolled):not(.menu-opened) .header.white .main-menu>li>a:hover {
	background: #0085ff;
}

body.no-touch:not(.scrolled):not(.menu-opened) .header.white .header-search-block .open-search:hover span, body.no-touch:not(.scrolled):not(.menu-opened) .header.white .main-menu>li>a:hover span {
	color: #fff;
}

.header .media-card .content-holder .link {
	margin-top: 0;
}

.button-menu {
	position: relative;
	width: 40px;
	height: 40px;
	margin-right: -10px;
	z-index: 2;
	background: #fff;
	border: 0;
}

.button-menu:after, .button-menu:before {
	content: "";
	position: absolute;
	height: 1px;
	width: 18px;
	background-color: #000;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
}

.button-menu:before {
	margin-top: -6px;
}

.button-menu:after {
	margin-top: 6px;
}

.button-menu i {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 1px;
	width: 18px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #000;
}

.menu-opened .button-menu:after, .menu-opened .button-menu:before {
	background-color: currentColor;
}

.menu-opened .button-menu:before {
	margin-top: 0;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

.menu-opened .button-menu:after {
	margin-top: 0;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 100;
	height: 100%;
	width: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-top: 74px;
}

.main-menu {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 0 38px;
	margin-bottom: 30px;
}

.main-menu>li {
	padding: 18px 0;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.main-menu>li:last-child {
	border-bottom: 0;
}

.main-menu>li.has-submenu.active .submenu, .no-touch .main-menu>li:hover .submenu {
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
}

.main-menu>li>a span {
	font-size: 18px;
	line-height: 1.36;
	letter-spacing: -.01em;
}

.main-menu .has-submenu {
	position: relative;
}

.footer-menu .menu-item-has-children.active button::after, .main-menu .has-submenu.active .open-submenu::after {
	opacity: 0;
}

.main-menu .has-submenu .open-submenu {
	position: absolute;
	border: 0;
	width: 26px;
	height: 26px;
	top: 18px;
	right: 0;
	background: 0 0;
}

.submenu {
	margin-top: 18px;
}

.submenu .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.submenu, .submenu .content-wrap, .submenu .primary-link, .submenu .primary-link p, .submenu-list p {
	display: none;
}

.submenu .content-wrap .media-card {
	height: 100%;
}

.submenu .content-wrap .media-card .img-holder {
	padding-bottom: 52%;
}

.submenu .content-wrap .media-card .content-holder {
	padding: 32px 30px 30px;
}

.submenu .content-wrap .media-card .content-holder .h5, .submenu .content-wrap .media-card .content-holder h5 {
	font-weight: 400;
	margin-bottom: 10px;
}

.submenu .content-wrap .media-card .content-holder p {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.45;
	color: #20262c;
}

.submenu .content-wrap.width-details .media-card {
	background: #fff;
	padding: 30px;
}

.submenu .content-wrap.width-details .media-card .img-holder {
	padding-bottom: 51%;
}

.submenu .content-wrap.width-details .media-card .content-holder {
	padding: 20px 0 0;
}

.submenu .content-wrap.width-details .media-card .content-holder .details {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.45;
	margin-bottom: 20px;
}

.submenu .content-wrap.width-details .media-card .content-holder .details .detail {
	margin-bottom: 5px;
}

.submenu .content-wrap.width-details .media-card .content-holder .details .title {
	color: rgba(32, 38, 44, .6);
}

.submenu .primary-link a, .submenu-list a {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.45;
	color: rgba(255, 255, 255, .8);
}

.submenu .primary-link a:only-child, .submenu-list a:only-child {
	margin-bottom: 0;
}

.no-touch .submenu .primary-link a:hover, .no-touch .submenu-list a:hover {
	color: #0038ff;
}

.submenu .primary-link a svg path, .submenu-list a svg path {
	fill: #20262c;
}

.submenu-list, .submenu-list li {
	margin-bottom: 18px;
}

.submenu-list:last-child {
	margin-bottom: 0;
}

.submenu .links-block .submenu-list li:last-of-type, .submenu-list li:last-of-type {
	margin-bottom: 0;
}

.submenu .links-block .title {
	font-weight: 600;
	font-size: 13px;
	line-height: 1.5;
	letter-spacing: .05em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, .5);
	margin-bottom: 8px;
	margin-top: 30px;
}

.submenu .links-block .submenu-list {
	width: auto;
}

.submenu .links-block .submenu-list li {
	padding: 0;
	margin-bottom: 14px;
	border-bottom: none;
}

.submenu .links-block .submenu-list li a {
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: .05em;
}

.footer {
	position: relative;
	z-index: 50;
	color: #fff;
	padding: 60px 0 36px;
}

body.light-bg .footer {
	background: #021d5f;
}

.footer-logo {
	width: 157px;
	height: 23px;
	margin-bottom: 16px;
}

.footer-block, .footer-social {
	margin-bottom: 40px;
}

.footer-block .h5, .footer-block h5 {
	margin-bottom: 8px;
}

.no-touch .footer-block .h5 a:hover, .no-touch .footer-block h5 a:hover {
	text-decoration: underline;
}

.footer-block p {
	font-size: 14px;
	line-height: 1.5;
	color: rgba(255, 255, 255, .7);
}

.footer-info .footer-block .button {
	margin-top: 25px;
}

.footer .sub-menu, .footer-social .h5, .footer-social h5 {
	margin-bottom: 20px;
}

.footer-social-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
}

.footer-social-item a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: 1px solid rgba(255, 255, 255, .3);
	-webkit-transition: background .3s;
	transition: background .3s;
}

.footer-social-item a svg {
	fill: #fff;
	-webkit-transition: fill .3s;
	transition: fill .3s;
}

.no-touch .footer-social-item a:hover {
	border: 1px solid #021d5f;
	background: #ebf3ff;
}

.no-touch .footer-social-item a:hover svg {
	fill: #021d5f;
}

.footer-bottom, .footer-bottom button {
	font-size: 13px;
	line-height: 1.5;
	color: rgba(255, 255, 255, .5);
}

.footer-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.footer-bottom button {
	background: 0 0;
	display: inline-block;
	vertical-align: top;
	border: 0;
	padding: 0;
	font-family: inherit;
	cursor: pointer;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-bottom: 14px;
}

.footer-links li {
	margin-bottom: 14px;
}

.hero-section.light-bg .hero-banner .content-holder, .no-touch .footer-links a:hover {
	color: #fff;
}

.footer-menu {
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	margin-bottom: 20px;
}

.footer-menu .menu-item-has-children button {
	position: absolute;
	border: 0;
	width: 26px;
	height: 26px;
	top: 0;
	right: 0;
	background: 0 0;
	pointer-events: none;
}

.footer-menu .menu-item-has-children button::after, .footer-menu .menu-item-has-children button::before {
	position: absolute;
	content: "";
	background: #9aa5bf;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.footer-menu .menu-item-has-children button::before {
	width: 16px;
	height: 1px;
}

.footer-menu .menu-item-has-children button::after {
	width: 1px;
	height: 16px;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.footer-menu .menu-item-has-children>span {
	display: block;
	padding-bottom: 20px;
}

.footer-menu>li {
	position: relative;
}

.footer .sub-menu {
	display: none;
}

.footer .sub-menu li {
	margin-bottom: 12px;
	line-height: 1;
}

.footer .sub-menu li:last-of-type, .media-list.without-category .media-card p:last-of-type {
	margin-bottom: 0;
}

.footer .sub-menu li a {
	font-size: 13px;
	border-bottom: 1px solid transparent;
	-webkit-transition: border-color .5s;
	transition: border-color .5s;
}

.no-touch .footer .sub-menu li a:hover {
	border-color: currentColor;
}

.footer-subscribe {
	margin-bottom: 40px;
}

.footer-subscribe form {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	min-height: 57px;
}

.footer-subscribe .subscribe-input-wrap input {
	width: 100%;
	background: 0 0;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	font-size: 14px;
	padding: 12px 120px 12px 0;
	color: #fff;
}

.footer-subscribe .subscribe-input-wrap input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, .5);
}

.footer-subscribe .subscribe-input-wrap input::-moz-placeholder {
	color: rgba(255, 255, 255, .5);
}

.footer-subscribe .subscribe-input-wrap input::-ms-input-placeholder {
	color: rgba(255, 255, 255, .5);
}

.footer-subscribe .subscribe-input-wrap input::placeholder {
	color: rgba(255, 255, 255, .5);
}

.footer-subscribe .button {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}

.footer-content .footer-block {
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.hero-section {
	position: relative;
	overflow: hidden;
	z-index: 20;
}

.hero-section:first-child:not(.indent-top) {
	margin-top: -60px;
}

.hero-section:first-child:not(.indents-internal-top) {
	padding-top: 60px;
}

.hero-section:first-child~div, .hero-section:first-child~section {
	position: relative;
	z-index: 20;
}

.hero-section.with-picture:not(.light-bg) .breadcrumbs li, .hero-section.with-picture:not(.light-bg) .breadcrumbs>span, .hero-section.with-video:not(.light-bg) .breadcrumbs li, .hero-section.with-video:not(.light-bg) .breadcrumbs>span, .hero-section:not(.light-bg) .breadcrumbs li, .hero-section:not(.light-bg) .breadcrumbs>span {
	color: rgba(255, 255, 255, .5);
}

.hero-section:not(.light-bg) .breadcrumbs li a, .hero-section:not(.light-bg) .breadcrumbs>span a {
	color: #fff;
}

.hero-section:not(.light-bg) .breadcrumbs li a:after, .hero-section:not(.light-bg) .breadcrumbs>span a:after {
	background: url("https://cdn-ilddnkl.nitrocdn.com/WqZeSxAeWPHLEPooVhGObCqkhRLNLrLj/assets/images/optimized/rev-4f27ff6/www.dataminr.com/wp-content/themes/bigdrop-theme/dist/images/arrow-right-icon-white.svg") no-repeat;
}

.hero-section.with-top-bg {
	overflow: visible;
}

.hero-section.with-top-bg .hero-title {
	max-width: 765px;
}

.hero-section.with-top-bg .category {
	margin-bottom: 15px;
}

.hero-section .breadcrumbs {
	padding-top: 20px;
}

.hero-section.with-btn-down:first-child:not(.indent-bottom) {
	margin-bottom: 60px;
}

.hero-section.with-btn-down .scroll-down {
	display: none;
}

.hero-section.with-picture:first-child:not(.indents-internal-bottom), .hero-section.with-video:first-child:not(.indents-internal-bottom) {
	padding-bottom: 60px;
}

.hero-section.with-picture .hero-holder, .hero-section.with-picture .hero-title, .hero-section.with-video .hero-holder, .hero-section.with-video .hero-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.hero-section.with-picture .hero-holder, .hero-section.with-video .hero-holder {
	position: relative;
	z-index: 3;
}

.hero-section.with-picture .hero-title, .hero-section.with-video .hero-title {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: left;
	margin-left: 0;
	padding: 82% 0 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: none;
}

.hero-section.with-picture .hero-title .h1, .hero-section.with-picture .hero-title .h2, .hero-section.with-picture .hero-title h1, .hero-section.with-picture .hero-title h2, .hero-section.with-video .hero-title .h1, .hero-section.with-video .hero-title .h2, .hero-section.with-video .hero-title h1, .hero-section.with-video .hero-title h2 {
	margin-bottom: 10px;
}

.hero-section.with-picture:not(.light-bg) .breadcrumbs, .hero-section.with-video:not(.light-bg) .breadcrumbs {
	position: absolute;
	top: 0;
	left: 20px;
}

.hero-section.with-picture:not(.light-bg) .breadcrumbs a, .hero-section.with-video:not(.light-bg) .breadcrumbs a {
	color: #fff;
	border-bottom: 1px solid transparent;
}

.no-touch .hero-section.with-picture:not(.light-bg) .breadcrumbs a:hover, .no-touch .hero-section.with-video:not(.light-bg) .breadcrumbs a:hover {
	border-color: #fff;
}

.hero-section.with-picture:not(.light-bg) .breadcrumbs a::after, .hero-section.with-video:not(.light-bg) .breadcrumbs a::after {
	background: url("https://cdn-ilddnkl.nitrocdn.com/WqZeSxAeWPHLEPooVhGObCqkhRLNLrLj/assets/images/optimized/rev-4f27ff6/www.dataminr.com/wp-content/themes/bigdrop-theme/dist/images/arrow-right-icon-white.svg");
}

.hero-section.with-picture .bg, .hero-section.with-video .bg {
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	padding-bottom: 100%;
	overflow: hidden;
}

.hero-section.with-picture .bg img, .hero-section.with-video .bg img {
	position: absolute;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center top;
	object-position: center top;
}

.hero-section.with-picture .button-holder .button, .hero-section.with-video .button-holder .button {
	width: 100%;
}

.hero-section.with-picture.full-width-picture .bg, .hero-section.with-video.full-width-picture .bg {
	width: 200%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.content .custom-media-box.white .img-holder img, .hero-section.with-picture.full-width-picture .bg img, .hero-section.with-video.full-width-picture .bg img {
	-o-object-fit: cover;
	object-fit: cover;
}

.hero-section.with-picture.full-width-picture .category, .hero-section.with-video.full-width-picture .category {
	margin-bottom: 15px;
}

.hero-section .featured-block .category {
	margin-right: auto;
	font-size: 12px;
	line-height: 14px;
	padding: 4px 8px;
	background: #fff;
	color: #021d5f;
	letter-spacing: .05px;
}

.hero-section .link-row:not(:first-child) {
	margin-top: 40px;
}

.hero-section.next-info .hero-holder {
	padding-bottom: 30px;
}

.hero-section .double-col-view {
	padding-top: 40px;
}

.hero-section .double-col-view .aside-title {
	font-size: 18px;
	margin: 0 0 8px;
}

.hero-section .double-col-view .aside-title ol, .hero-section .double-col-view .aside-title p, .hero-section .double-col-view .aside-title ul {
	opacity: .8;
}

.hero-section .double-col-view .aside-title ol+ol, .hero-section .double-col-view .aside-title ol+p, .hero-section .double-col-view .aside-title ol+ul, .hero-section .double-col-view .aside-title p+ol, .hero-section .double-col-view .aside-title p+p, .hero-section .double-col-view .aside-title p+ul, .hero-section .double-col-view .aside-title ul+ol, .hero-section .double-col-view .aside-title ul+p, .hero-section .double-col-view .aside-title ul+ul {
	margin-top: 15px !important;
}

.hero-section .double-col-view .aside-title ol {
	counter-reset: counterName;
}

.hero-section .double-col-view .aside-title ol>li {
	position: relative;
	z-index: 10;
	padding-left: 38px;
}

.hero-section .double-col-view .aside-title ol>li:before {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	content: counter(counterName, decimal) "";
	counter-increment: counterName;
	border-radius: 50%;
	left: 0;
	top: 0;
	border: 2px solid rgba(32, 38, 44, .9);
	font-weight: 600;
	width: 22px;
	height: 22px;
}

.hero-section .double-col-view .aside-title ol ol, .hero-section .double-col-view .aside-title ol ul {
	padding-left: 10px;
	margin-top: 12px;
}

.hero-section .double-col-view .aside-title .h1, .hero-section .double-col-view .aside-title h1 {
	margin: 0 0 20px;
}

.hero-section .double-col-view .aside-title>:last-child {
	margin: 0;
}

.hero-section .double-col-view .aside-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.hero-section .double-col-view .aside-picture {
	max-width: 300px;
	line-height: 0;
	width: 100%;
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
	margin: 0 auto;
	text-align: center;
}

.hero-section .double-col-view .aside-picture img {
	max-width: 100%;
	height: auto;
}

.hero-section .event-heading, .hero-section .event-tomb {
	margin: 0 0 49px;
}

.hero-section .event-heading .category {
	margin: 0 0 20px;
	letter-spacing: 2px;
}

.hero-section.with-banner:first-child:not(.indent-bottom) {
	margin-bottom: 60px;
}

.hero-section.with-banner:first-child.light-bg:not(.indent-bottom) {
	margin-bottom: 0 !important;
}

.hero-section.with-banner:first-child.light-bg:not(.indents-internal-bottom) {
	padding-bottom: 0 !important;
}

.hero-section.with-banner .breadcrumbs {
	margin-bottom: 30px;
}

.hero-section.with-banner .hero-holder {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-bottom: 30px;
}

.hero-section.with-banner .hero-holder .category {
	margin-bottom: 20px;
}

.hero-section.with-banner .hero-banner {
	background: linear-gradient(96.96deg, #0251b5 1.61%, #021d5f 100.03%);
	padding: 16px;
	border: 1px solid #024fb1;
}

.hero-section.with-banner .hero-banner .content-holder {
	max-width: 585px;
}

.hero-section.with-banner .hero-banner .h5, .hero-section.with-banner .hero-banner h5 {
	margin-bottom: 9px;
}

.hero-section.with-banner .hero-banner p {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	color: rgba(255, 255, 255, .7);
}

.hero-section.with-banner .hero-banner .button-holder {
	margin-top: 20px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.hero-section.with-banner .hero-banner .button-holder .button {
	min-width: 167px;
}

.hero-section .hero-event .category {
	letter-spacing: 2px;
	margin: 0 0 20px;
}

.hero-section .video-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.hero-section .video-bg:after {
	content: "";
	position: absolute;
	left: 0;
	top: 90%;
	width: 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 28, 95, 0)), color-stop(6.67%, rgba(1, 28, 95, .01)), color-stop(13.33%, rgba(1, 28, 95, .04)), color-stop(20%, rgba(1, 28, 95, .08)), color-stop(26.67%, rgba(1, 28, 95, .15)), color-stop(33.33%, rgba(1, 28, 95, .23)), color-stop(40%, rgba(1, 28, 95, .33)), color-stop(46.67%, rgba(1, 28, 95, .44)), color-stop(53.33%, rgba(2, 29, 95, .56)), color-stop(60%, rgba(2, 29, 95, .67)), color-stop(66.67%, rgba(2, 29, 95, .77)), color-stop(73.33%, rgba(2, 29, 95, .85)), color-stop(80%, rgba(2, 29, 95, .92)), color-stop(86.67%, rgba(2, 29, 95, .96)), color-stop(93.33%, rgba(2, 29, 95, .99)), to(#021d5f));
	background: linear-gradient(180deg, rgba(1, 28, 95, 0) 0%, rgba(1, 28, 95, .01) 6.67%, rgba(1, 28, 95, .04) 13.33%, rgba(1, 28, 95, .08) 20%, rgba(1, 28, 95, .15) 26.67%, rgba(1, 28, 95, .23) 33.33%, rgba(1, 28, 95, .33) 40%, rgba(1, 28, 95, .44) 46.67%, rgba(2, 29, 95, .56) 53.33%, rgba(2, 29, 95, .67) 60%, rgba(2, 29, 95, .77) 66.67%, rgba(2, 29, 95, .85) 73.33%, rgba(2, 29, 95, .92) 80%, rgba(2, 29, 95, .96) 86.67%, rgba(2, 29, 95, .99) 93.33%, #021d5f 100%);
	z-index: 100;
}

.hero-section .video-bg video:first-child {
	z-index: 20;
}

.hero-section .video-bg video.hide {
	display: none;
}

.hero-section .video-bg img {
	width: 100%;
	height: auto;
}

.hero-section.error-page .container {
	width: 100%;
}

.hero-section.error-page .hero-title .button-holder {
	text-align: center;
}

.hero-section .big-title {
	font-size: 100px;
	font-weight: 600;
	line-height: 136%;
	letter-spacing: -1.5px;
	text-align: center;
	margin-bottom: -5px !important;
}

.hero-section .big-title+p {
	opacity: 1;
	max-width: 424px;
	margin: 0 auto;
	text-align: center;
}

.hero-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.hero-bg.full-height img {
	height: 100%;
}

.hero-bg img {
	width: 100%;
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
}

.hero-title {
	margin: 0 auto;
	max-width: 840px;
	text-align: center;
	padding-top: 60px;
}

.hero-title .h1, .hero-title .h2, .hero-title h1, .hero-title h2 {
	margin-bottom: 20px;
}

.hero-title .h1 img, .hero-title .h2 img, .hero-title h1 img, .hero-title h2 img {
	max-width: 100%;
}

.hero-title .categiry {
	display: block;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: .05em;
	font-weight: 600;
}

.hero-title p {
	font-size: 18px;
	line-height: 1.45;
	opacity: .8;
}

.hero-title p+p {
	margin-top: 15px;
}

.hero-title .button-holder, .hero-title+.featured-slider, .hero-title+.upcoming-event {
	margin-top: 20px;
}

.article-info-slider .slick-dots li:before, .breadcrumbs, .text-template .logos-slider .slick-dots li:before {
	display: none;
}

.breadcrumbs li, .breadcrumbs>span {
	font-weight: 600;
	font-size: 12px;
	line-height: 1;
	letter-spacing: .04em;
	text-transform: uppercase;
	margin-bottom: 8px;
	color: rgba(32, 38, 44, .5);
}

.breadcrumbs li a, .breadcrumbs>span a {
	display: inline-block;
	margin-right: 28px;
	position: relative;
	color: #20262c;
	border-bottom: 1px solid transparent;
	-webkit-transition: border-color .5s;
	transition: border-color .5s;
}

.no-touch .breadcrumbs li a:hover, .no-touch .breadcrumbs>span a:hover {
	border-color: currentColor;
}

.breadcrumbs li a::after, .breadcrumbs>span a::after {
	content: "";
	position: absolute;
	top: 3px;
	right: -18px;
	width: 8px;
	height: 8px;
	background: url("https://cdn-ilddnkl.nitrocdn.com/WqZeSxAeWPHLEPooVhGObCqkhRLNLrLj/assets/images/optimized/rev-4f27ff6/www.dataminr.com/wp-content/themes/bigdrop-theme/dist/images/arrow-right-icon-black.svg");
	pointer-events: none;
}

.light-bg:not(.indent-bottom)+.cutout-cta-section {
	margin-top: 60px;
}

.cutout-cta {
	color: #fff;
	background: linear-gradient(96.96deg, #0251b5 1.61%, #021d5f 100.03%);
	padding: 30px 20px;
	position: relative;
	border: 1px solid #024fb1;
}

.cutout-cta .h1, .cutout-cta .h2, .cutout-cta .h3, .cutout-cta h1, .cutout-cta h2, .cutout-cta h3 {
	margin-bottom: 16px;
}

.cutout-cta .button-holder {
	margin-top: 20px;
}

.cutout-cta .button {
	width: 100%;
}

.cutout-cta.with-picture {
	background: #024fb1;
}

.cutout-cta.with-picture.half-picture .picture {
	overflow: hidden;
}

.cutout-cta.with-picture .two-column {
	position: relative;
	z-index: 2;
}

.cutout-cta.with-picture .picture {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.cutout-cta.with-picture .picture::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(2, 29, 95, .6);
}

.cutout-cta.with-bg .picture img, .cutout-cta.with-picture .picture img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.cutout-cta.with-bg {
	background: #edeff4;
	color: #20262c;
}

.cutout-cta.with-bg .two-column {
	position: relative;
	z-index: 2;
}

.cutout-cta.with-bg .picture {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.cutout-cta.with-bg p {
	color: rgba(32, 38, 44, .8);
}

.text-template-section {
	padding: 60px 0;
}

.text-template-section.large .text-template {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

.text-template {
	margin: 0 auto;
	max-width: 820px;
}

.text-template-footer {
	margin-top: 50px;
	border-top: 1px solid;
	-o-border-image: linear-gradient(90deg, rgba(37, 85, 255, .4) -1.52%, rgba(171, 190, 255, 0) 109.98%) 1;
	border-image: -webkit-gradient(linear, left top, right top, color-stop(-1.52%, rgba(37, 85, 255, .4)), color-stop(109.98%, rgba(171, 190, 255, 0))) 1;
	border-image: linear-gradient(90deg, rgba(37, 85, 255, .4) -1.52%, rgba(171, 190, 255, 0) 109.98%) 1;
	padding-top: 50px;
}

.text-template-footer .article-date {
	margin-bottom: 24px;
}

.text-template .logos-bar {
	margin-left: 0;
	margin-right: 0;
}

.text-template .logos-slider .logo-holder img, .text-template .logos-slider .slick-list {
	mix-blend-mode: normal;
}

.text-template .logos-slider .logo-holder {
	padding: 0;
	height: 78px;
}

.text-template .logos-slider .slick-dots {
	margin: 0;
	padding-top: 20px;
}

.text-template .logos-slider .slick-dots li {
	margin: 0;
	padding: 0;
}

.content .h1, .content .h2, .content .h3, .content .h4, .content .h5, .content .h6, .content blockquote, .content h1, .content h2, .content h3, .content h4, .content h5, .content h6, .content ol, .content p, .content ul {
	margin-bottom: 20px;
}

.content .checked-block .check-list li:last-child, .content .checked-block ol li:last-child, .content .checked-block ul li:last-child, .content>:last-child {
	margin-bottom: 0;
}

.content p+.h1, .content p+.h2, .content p+.h3, .content p+.h4, .content p+.h5, .content p+.h6, .content p+h1, .content p+h2, .content p+h3, .content p+h4, .content p+h5, .content p+h6, .featured-block .featured-content p+ol, .featured-block .featured-content p+ul {
	padding-top: 20px;
}

.content p {
	color: rgba(32, 38, 44, .8);
	font-size: 18px;
	line-height: 1.45;
}

.content p:empty {
	margin-bottom: 0;
	height: 25px;
}

.content .wp-block-image img, .content p img {
	max-width: 100% !important;
	height: auto !important;
}

.content p img {
	display: block;
	margin: 30px 0;
}

.content .wp-block-image figcaption, .content p img+figcaption {
	color: rgba(32, 38, 44, .5);
	font-size: 14px;
	line-height: 22px;
	font-weight: 600;
	display: block;
}

.content p img+figcaption {
	margin-top: -15px;
	margin-bottom: 30px;
}

.content .wp-block-image, .content p+.custom-media-box {
	margin: 30px 0;
}

.content .wp-block-image img {
	vertical-align: top;
}

.content .wp-block-image figcaption {
	padding-top: 10px;
}

.content ol, .content ul {
	color: rgba(32, 38, 44, .8);
}

.content>ul>li {
	font-size: 18px;
	line-height: 1.45;
}

.content small {
	font-size: 90%;
}

.content strong {
	color: #20262c;
}

.article-main-content blockquote, .content blockquote {
	padding-top: 37px;
	position: relative;
}

.article-main-content blockquote::before, .content blockquote::before {
	position: absolute;
	content: "";
	width: 30px;
	height: 23px;
	top: 0;
	left: 0;
	background: url("https://cdn-ilddnkl.nitrocdn.com/WqZeSxAeWPHLEPooVhGObCqkhRLNLrLj/assets/images/optimized/rev-4f27ff6/www.dataminr.com/wp-content/themes/bigdrop-theme/dist/images/quote-icon.svg") no-repeat center;
	background-size: cover;
}

.article-main-content blockquote p, .content blockquote p {
	font-weight: 400;
	font-size: 22px;
	line-height: 1.36;
	letter-spacing: -.01em;
	margin-bottom: 16px;
	color: #20262c;
}

.article-main-content blockquote cite, .content blockquote cite {
	display: block;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	opacity: .8;
	font-style: normal;
}

.article-main-content blockquote cite strong, .content blockquote cite strong {
	display: block;
	margin-bottom: 8px;
	font-size: 18px;
}

.content blockquote cite .date, .testimonials-card blockquote cite .date {
	margin-top: 8px;
	display: block;
	color: #021d5f;
	letter-spacing: .05em;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	line-height: 1.17;
}

.content .category {
	margin-bottom: 20px;
}

.content .checked-block {
	position: relative;
	z-index: 20;
}

.content .checked-block .check-list, .content .checked-block ol, .content .checked-block ul {
	margin-bottom: 0;
}

.content .custom-media-box.revers {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.content .custom-media-box.white .wrap {
	background-color: #fff;
	padding: 20px;
}

.content .custom-media-box .img-holder {
	position: relative;
	z-index: 20;
	height: 200px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}

.content .custom-media-box img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.content .custom-media-box .category {
	font-size: 12px;
	line-height: 14px;
	letter-spacing: .6px;
	margin-bottom: 12px;
}

.content .custom-media-box .category a {
	color: #0038ff;
}

.content .custom-media-box .h4, .content .custom-media-box h4 {
	margin-bottom: 12px;
}

.content .stats-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 -30px -30px;
	padding-bottom: 30px;
}

.content .stats-block .item {
	margin: 0 0 30px 30px;
	width: calc(50% - 30px);
}

.content .stats-block .item:nth-child(even) {
	position: relative;
	z-index: 20;
}

.content .stats-block .item:nth-child(even):after {
	content: "";
	position: absolute;
	top: 0;
	left: -25px;
	bottom: 0;
	width: 1px;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 56, 255, .5)), to(rgba(0, 56, 255, .08)));
	background: linear-gradient(180deg, rgba(0, 56, 255, .5) 0%, rgba(0, 56, 255, .08) 100%);
}

.content .stats-block .number {
	font-size: 50px;
	line-height: 116%;
	font-weight: 600;
	letter-spacing: -.8px;
	margin-bottom: 10px;
}

.content .stats-block .h5, .content .stats-block h5 {
	margin-bottom: 0;
}

.content .three-columns-info .h5, .content .three-columns-info h5 {
	margin-bottom: 12px;
}

.content .three-columns-info p {
	font-weight: 400;
}

.content .custom-box {
	margin-bottom: 30px;
}

.content .custom-box .white-box {
	background-color: #fff;
	padding: 20px;
	margin-top: 25px;
}

.content .custom-box .white-box p, .content .three-columns-info p {
	font-size: 16px;
	line-height: 150%;
}

.content .custom-box .white-box .stats-block {
	padding-bottom: 0;
}

.content .custom-box .white-box .stats-block .number {
	font-size: 30px;
	line-height: 130%;
	letter-spacing: -.3px;
}

.content .custom-box .white-box .stats-block .h5, .content .custom-box .white-box .stats-block h5 {
	font-size: 14px;
	line-height: 150%;
	font-weight: 400;
	margin-bottom: 0;
}

.content .custom-box .h5, .content .custom-box h5 {
	margin-bottom: 8px;
}

.content .custom-box p {
	margin-bottom: 0;
}

.content .custom-box .button {
	margin-top: 24px;
}

.article, .article-date {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.article {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.article .indent-top {
	margin-top: 23px;
}

.article .indent-bottom {
	margin-bottom: 23px;
}

.article-date {
	gap: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.content .article-date {
	margin-bottom: 20px;
}

.article-date img {
	width: 16px;
}

.article-date time {
	font-weight: 600;
	font-size: 12px;
	line-height: 1.17;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.article-heading {
	text-align: center;
	max-width: 820px;
	margin: 0 auto 29px;
}

.article-heading .h1, .article-heading h1 {
	margin: 0 0 30px;
}

.article-heading, .content .article-heading p {
	font-size: 18px;
	line-height: 1.45;
}

.article-privacy-box, .content .article-privacy-box p {
	color: #fff;
	font-size: 16px;
	line-height: 1.45;
	font-weight: 600;
}

.article-privacy-box {
	padding: 30px;
	background: linear-gradient(96.96deg, #0251b5 1.61%, #021d5f 100.03%), linear-gradient(113.12deg, rgba(255, 255, 255, 0) -.07%, #0350b4 98.68%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.content .article-privacy-box p {
	margin: 0;
}

.article-privacy-box .text {
	max-width: 680px;
}

.article-info-box {
	background: #fff;
	padding: 20px;
}

.article-info-box .h2, .article-info-box .h3, .article-info-box .h4, .article-info-box h2, .article-info-box h3, .article-info-box h4 {
	margin: 0 0 15px;
}

.article-info-box li, .article-info-box p {
	margin: 0 0 24px;
	font-size: 18px;
	line-height: 1.45;
}

.article-info-box li:last-child, .article-info-box p:last-child, .article-info-box>:last-child, .article-info-columns .box>:last-child, .article-info-slider .article-info-item>:last-child, .article-main-content ol>li:last-child, .block-list .heading .h2:last-child, .block-list .heading h2:last-child, .block-list .heading p:last-child {
	margin-bottom: 0;
}

.article-info-slider {
	padding: 15px;
	position: relative;
	border: 1px solid;
	-o-border-image: linear-gradient(150.12deg, #0350b4 8.07%, rgba(255, 255, 255, 0) 80.43%) 1;
	border-image: linear-gradient(150.12deg, #0350b4 8.07%, rgba(255, 255, 255, 0) 80.43%) 1;
}

*+.article-info-slider, .h2+.article-info-slider, h2+.article-info-slider {
	margin-top: 30px;
}

.article-info-slider .slick-dots {
	margin: 25px 0 1px;
}

.article-info-slider .slick-dots li {
	margin: 0;
	padding-left: 0;
}

.article-info-columns p, .article-info-slider .article-info-item p {
	font-size: 16px;
	line-height: 1.45;
}

.article-info-columns {
	display: grid;
	gap: 20px;
	grid-template-columns: 1fr;
}

.article-info-columns .h4, .article-info-columns h4 {
	margin: 0 0 16px;
}

.article-info-columns.with-border {
	gap: 20px;
}

.article-info-columns.with-border .box {
	border: 1px solid;
	-o-border-image: linear-gradient(120.12deg, rgba(255, 255, 255, 0) 15%, #0350b4 120%) 1;
	border-image: linear-gradient(120.12deg, rgba(255, 255, 255, 0) 15%, #0350b4 120%) 1;
	padding: 20px;
}

.article-info-columns.with-border .icon {
	height: 40px;
	margin: 0 0 20px;
}

.article-info-columns.with-border .icon img {
	max-height: 100%;
	width: auto;
}

.article-info-columns a:not([class]) {
	color: currentColor;
	text-decoration: underline;
}

.no-touch .article-info-columns a:not([class]):hover, .no-touch .featured-block .featured-content p a:not(.button):hover {
	text-decoration: none;
}

.article-content-holder+.tags-holder {
	position: relative;
	z-index: 10;
	padding-top: 72px;
}

.article-content-holder+.tags-holder:before {
	content: "";
	position: absolute;
	top: 35px;
	left: 0;
	height: 2px;
	width: 100%;
	background: -webkit-gradient(linear, left top, right top, from(rgba(0, 56, 255, .5)), to(rgba(0, 56, 255, .08)));
	background: linear-gradient(90deg, rgba(0, 56, 255, .5) 0%, rgba(0, 56, 255, .08) 100%);
}

.article-content-nav {
	font-size: 16px;
	line-height: 150%;
}

.article-content-nav .active:not(.prev) a {
	color: #20262c;
}

.article-content-nav .active:not(.prev) a:after {
	width: 2px;
	background-color: #0038ff;
}

.article-content-nav a {
	color: rgba(32, 38, 44, .6);
	padding: 8px 0 8px 24px;
	display: block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	position: relative;
	z-index: 20;
	-webkit-transition: color .5s ease-in-out;
	transition: color .5s ease-in-out;
}

.no-touch .article-content-nav a:hover {
	color: #20262c;
}

.no-touch .article-content-nav a:hover:after {
	width: 2px;
	background-color: #0038ff;
}

.article-content-nav a:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	background-color: #d6ddf7;
	width: 1px;
	-webkit-transition: width .5s ease-in-out, background-color .5s ease-in-out;
	transition: width .5s ease-in-out, background-color .5s ease-in-out;
}

.article-main-content>:last-child {
	margin-bottom: 0 !important;
}

.article-main-content ol>li {
	font-weight: 600;
	margin-bottom: 20px;
}

.article-content-add-info {
	padding-bottom: 30px;
}

.article-content-add-info .author-box {
	padding: 20px;
	border: 1px solid;
	-o-border-image: linear-gradient(113.12deg, rgba(255, 255, 255, 0) 20%, #0350b4 98.68%) 1;
	border-image: linear-gradient(113.12deg, rgba(255, 255, 255, 0) 20%, #0350b4 98.68%) 1;
	max-width: 246px;
	width: 100%;
	margin: 0 auto;
}

.article-content-add-info .author-heading {
	position: relative;
	z-index: 20;
	padding-bottom: 23px;
	margin-bottom: 23px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: rgba(32, 38, 44, .5);
	font-size: 14px;
	font-weight: 400;
	line-height: 150%;
}

.article-content-add-info .author-heading:after, .article-content-add-info .share-list.blue:after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background: -webkit-gradient(linear, right top, left top, from(rgba(0, 56, 255, .5)), to(rgba(0, 56, 255, .08)));
	background: linear-gradient(270deg, rgba(0, 56, 255, .5) 0%, rgba(0, 56, 255, .08) 100%);
}

.article-content-add-info .author-heading:after {
	bottom: 0;
}

.article-content-add-info .author-heading .photo {
	width: 48px;
	height: 48px;
	overflow: hidden;
	position: relative;
	border-radius: 50%;
	margin-right: 20px;
}

.article-content-add-info .author-heading .photo img, .info-list.whith-icons .icon-holder img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.article-content-add-info .author-heading .name {
	font-weight: 600;
	color: #20262c;
}

.article-content-add-info .date {
	font-size: 12px;
	font-weight: 600;
	line-height: 14px;
	letter-spacing: .6px;
	text-transform: uppercase;
	color: #20262c;
}

.article-content-add-info .read {
	color: rgba(32, 38, 44, .5);
	font-size: 14px;
	font-weight: 400;
	line-height: 150%;
	padding-top: 10px;
}

.article-content-add-info .share-list.blue {
	position: relative;
	z-index: 10;
	padding-top: 23px;
	margin-top: 23px;
	gap: 8px;
}

.article-content-add-info .share-list.blue:after {
	top: 0;
}

.article-content-add-info .additional-post {
	padding: 20px;
	border: 1px solid;
	-o-border-image: linear-gradient(113.12deg, rgba(255, 255, 255, 0) 20%, #0350b4 98.68%) 1;
	border-image: linear-gradient(113.12deg, rgba(255, 255, 255, 0) 20%, #0350b4 98.68%) 1;
	max-width: 246px;
	width: 100%;
	font-size: 16px;
	line-height: 150%;
	margin: 30px auto 0;
}

.article-content-add-info .additional-post .img-holder {
	position: relative;
	z-index: 20;
	height: 200px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}

.article-content-add-info .additional-post img, .article-media-slider img {
	position: absolute;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.article-content-add-info .additional-post img {
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
}

.article-content-add-info .additional-post .h5, .article-content-add-info .additional-post h5 {
	margin-bottom: 12px;
}

.article-content-add-info .additional-post .button {
	margin-top: 22px;
}

.article-main-content hr {
	margin: 35px 0 !important;
	border: 0;
	display: block;
	height: 2px;
	background: -webkit-gradient(linear, left top, right top, from(rgba(0, 56, 255, .5)), to(rgba(0, 56, 255, .08)));
	background: linear-gradient(90deg, rgba(0, 56, 255, .5) 0%, rgba(0, 56, 255, .08) 100%);
}

.tags-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 -5px -5px;
	padding-bottom: 25px;
}

.tags-list li {
	margin: 0 0 5px 5px;
	border: 1px solid #20262c;
	padding: 3px 7px;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 14px;
	letter-spacing: .6px;
	text-transform: uppercase;
	opacity: .6;
}

.article-media-slider {
	margin-bottom: 30px;
}

.article-media-slider .img-holder {
	position: relative;
	z-index: 20;
	padding-top: 36.46vw;
	overflow: hidden;
	margin-bottom: 55px;
}

.article-media-slider img {
	top: 0;
	left: 0;
	z-index: 10;
}

.article-media-slider .caption, .article-media-slider .caption p {
	text-align: center;
	color: rgba(32, 38, 44, .5);
	max-width: 320px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 22px;
}

.article-media-slider .caption strong {
	font-weight: 600;
	color: rgba(32, 38, 44, .5);
}

.article-media-slider .slick-dots {
	position: absolute;
	top: 36.46vw;
	left: 0;
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 17px;
}

.article-media-slider .slick-dots>li {
	padding-left: 0 !important;
}

.article-media-slider .slick-dots>li:before, .post-card-content .button span {
	display: none;
}

.block-list .heading, .block-list .heading .h2, .block-list .heading h2, .block-list .heading p, .block-list .list {
	margin-bottom: 20px;
}

.block-list .view-more .button span {
	padding: 17px 30px;
}

.post-list-slider {
	margin: 0 -20px;
}

.post-list, .post-list-slider .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.post-list-slider .post-card {
	height: 100%;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.post-list-slider .slick-slide {
	height: auto;
	padding: 0 20px 0 0;
}

.post-list-slider .slick-slide>div {
	height: 100%;
	line-height: 0;
}

.post-list-slider .slick-dots {
	padding: 20px 20px 0;
}

.post-list {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px;
}

.post-list .featured-block {
	margin: 20px 0;
	width: 100%;
}

.post-list .featured-block:first-child {
	margin-top: 0;
}

.post-list .featured-block:last-child {
	margin-bottom: 0;
}

.post-list.grid-list {
	max-width: calc(100vw - 20px);
	margin-right: -20px;
}

.post-list.grid-list .slick-slide {
	height: auto;
	padding: 0 20px 0 0;
}

.post-list.grid-list .post-card {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	min-height: 424px;
}

.post-list.grid-list .post-card:nth-child(2n) {
	min-height: 318px;
	-ms-flex-item-align: auto;
	align-self: auto;
	margin-bottom: 106px;
}

.post-list.grid-list .post-card:nth-child(5n) {
	-webkit-transform: translateY(-106px);
	transform: translateY(-106px);
}

.post-list.grid-list .post-card:nth-last-child(1), .post-list.grid-list .post-card:nth-last-child(2), .post-list.grid-list .post-card:nth-last-child(3) {
	margin-bottom: 0;
}

.post-list.grid-list .slick-dots {
	padding: 6px 0 10px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

.post-card {
	min-height: 280px;
	position: relative;
	width: 100%;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.no-touch .post-card:hover .post-card-img img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.post-card.horizontal-view {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.post-card.horizontal-view .category {
	padding: 0;
	background: 0 0;
	color: #0038ff;
}

.post-card.horizontal-view .post-card-img {
	position: relative;
	top: auto;
	left: auto;
	bottom: auto;
	right: auto;
	height: 280px;
}

.post-card.horizontal-view .post-card-content {
	background: #fff;
	color: #20262c;
}

.post-card.horizontal-view .button-holder {
	line-height: 0;
	margin-top: auto;
	padding-top: 20px;
}

.post-card.horizontal-view .button {
	position: relative;
	top: auto;
	bottom: auto;
	right: auto;
	left: auto;
	background: #0038ff;
}

.location-item>span, .media-comments-slider .slick-dots li, .post-card.horizontal-view .button span {
	display: block;
}

.post-card .label {
	position: absolute;
	z-index: 3;
	pointer-events: none;
	left: 32px;
	top: 28px;
	max-width: calc(100% - 64px);
	max-height: 30%;
	-o-object-fit: cover;
	object-fit: cover;
}

.post-card-img {
	line-height: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.post-card-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: -webkit-transform .8s;
	transition: transform .8s;
	transition: transform .8s, -webkit-transform .8s;
}

.post-card-content {
	position: relative;
	width: 100%;
	height: inherit;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: flex-end;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 16px;
	background: linear-gradient(32.9deg, rgba(1, 24, 85, 0) 39.03%, #011855 113.56%), linear-gradient(173.84deg, rgba(1, 24, 85, 0) 30.11%, #011855 98.06%);
	color: #fff;
	line-height: 1.5;
	font-size: 16px;
}

.post-card-content .h4, .post-card-content h4, .post-card-content p {
	margin: 12px 0 0;
}

.no-touch .featured-block .logos-block .col .img-holder a:hover, .post-card-content p {
	opacity: .7;
}

.post-card-content>:last-child {
	margin-bottom: 0;
}

.post-card-content .category {
	font-weight: 600;
	font-size: 12px;
	line-height: 1.17;
	text-transform: uppercase;
	letter-spacing: .05em;
	padding: 4px 8px;
	color: #021d5f;
	background: #fff;
}

.post-card-content .button {
	background: 0 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.info-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 20px;
}

.info-list+.logos-bar {
	margin-top: 20px;
}

.info-list+.logos-bar .slick-dots {
	margin-bottom: 26px;
}

.info-list.three-column .info-card {
	-o-border-image: linear-gradient(132.23deg, rgba(0, 56, 255, .5) 2.62%, rgba(255, 255, 255, 0) 33.33%, rgba(255, 255, 255, 0) 63.97%, rgba(0, 56, 255, .5) 101.02%) 1;
	border-image: linear-gradient(132.23deg, rgba(0, 56, 255, .5) 2.62%, rgba(255, 255, 255, 0) 33.33%, rgba(255, 255, 255, 0) 63.97%, rgba(0, 56, 255, .5) 101.02%) 1;
}

.info-list.big-cards .info-card {
	text-align: left;
	padding: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-o-border-image: linear-gradient(113.12deg, rgba(255, 255, 255, 0) 10%, #0350b4 78.68%) 1;
	border-image: linear-gradient(113.12deg, rgba(255, 255, 255, 0) 10%, #0350b4 78.68%) 1;
}

.info-list.big-cards .button-holder {
	margin-top: auto;
}

.info-list.big-cards .button-holder .button {
	margin-top: 35px;
}

.info-list.small-borders .info-card {
	-o-border-image: linear-gradient(132.23deg, rgba(0, 56, 255, .5) 2.62%, rgba(255, 255, 255, 0) 33.33%, rgba(255, 255, 255, 0) 63.97%, rgba(0, 56, 255, .5) 101.02%) 1;
	border-image: linear-gradient(132.23deg, rgba(0, 56, 255, .5) 2.62%, rgba(255, 255, 255, 0) 33.33%, rgba(255, 255, 255, 0) 63.97%, rgba(0, 56, 255, .5) 101.02%) 1;
}

.info-list.with-category .info-card {
	text-align: left;
	padding: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.info-list.with-category p {
	margin-bottom: 16px;
}

.info-list.with-category .button-holder {
	margin-top: auto;
}

.info-list.numbered .info-card, .info-list.with-buttons .info-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.info-list.numbered .info-card {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.info-list.numbered .info-card .number {
	color: #0038ff;
}

.info-list.numbered .info-card p {
	max-width: 220px;
	margin: 0 auto;
}

.info-list.bulleted .info-card p {
	opacity: 1;
	color: #fff;
}

.info-list.with-buttons .info-card {
	text-align: left;
	padding: 16px;
	min-height: 230px;
	border: 1px solid;
	-o-border-image: linear-gradient(113.12deg, rgba(255, 255, 255, 0) 20%, #0350b4 128%) 1;
	border-image: linear-gradient(113.12deg, rgba(255, 255, 255, 0) 20%, #0350b4 128%) 1;
}

.info-list.with-buttons p {
	margin-bottom: 18px;
}

.info-list.with-buttons .button-holder {
	margin-top: auto;
}

.info-list.white .info-card {
	background: #fff;
	color: #20262c;
}

.info-list.grey .info-card {
	background: #edeff4;
	color: #20262c;
}

.info-list.whith-icons .info-card {
	padding: 16px;
}

.info-list.whith-icons .icon-holder {
	width: 62px;
	height: 62px;
	margin: 0 auto 16px;
}

.info-list.whith-icons.small-icons .info-card {
	-o-border-image: linear-gradient(113.12deg, rgba(255, 255, 255, 0) 20%, #0350b4 128%) 1;
	border-image: linear-gradient(113.12deg, rgba(255, 255, 255, 0) 20%, #0350b4 128%) 1;
}

.info-list.whith-icons.small-icons .info-card .icon-holder {
	width: 50px;
	height: 50px;
}

.info-list.with-logos .info-card {
	text-align: left;
	position: relative;
	padding: 16px 86px 16px 16px;
}

.info-list.with-logos .info-card .category {
	color: #20262c;
	font-size: 12px;
	margin-bottom: 12px;
}

.info-list.with-logos .info-card .h3, .info-list.with-logos .info-card .h4, .info-list.with-logos .info-card h3, .info-list.with-logos .info-card h4 {
	margin-bottom: 12px;
}

.info-list.with-logos .info-card p {
	font-size: 16px;
}

.info-list.with-logos .info-card .logo-holder {
	width: 60px;
	position: absolute;
	right: 16px;
	top: 16px;
	bottom: 16px;
}

.info-list.with-logos .info-card .logo-holder img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: top left;
	object-position: top left;
}

.info-list.with-images .info-card {
	background: #021d5f;
}

.info-list.with-images+.logos-bar .slick-dots {
	margin-bottom: 26px;
}

.info-list.with-images .img-holder {
	position: relative;
	z-index: 20;
	overflow: hidden;
	height: 282px;
	margin: -16px -16px 16px;
}

.info-list.with-images .img-holder img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.info-list.with-images .h3, .info-list.with-images h3 {
	color: #fff !important;
}

.info-list.with-images p {
	color: rgba(255, 255, 255, .8);
}

.info-card {
	padding: 30px;
	text-align: center;
	border: 1px solid;
	-o-border-image: linear-gradient(113.12deg, rgba(255, 255, 255, 0) 0%, #0350b4 28%) 1;
	border-image: linear-gradient(113.12deg, rgba(255, 255, 255, 0) 0%, #0350b4 28%) 1;
	width: 100%;
}

.info-card .h3, .info-card .h4, .info-card h3, .info-card h4 {
	margin-bottom: 13px;
}

.info-card .h3:last-child, .info-card .h4:last-child, .info-card h3:last-child, .info-card h4:last-child {
	margin-bottom: 0;
}

.info-card .h3+.category, .info-card .h4+.category, .info-card h3+.category, .info-card h4+.category, .media-comment .content-holder blockquote {
	color: #20262c;
}

.info-card .number {
	font-weight: 600;
	font-size: 20px;
	line-height: 1.45;
	margin-bottom: 38px;
}

.info-card .bullet {
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #fff;
	margin-bottom: 30px;
}

.info-card .logo-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 70px;
	margin-bottom: 30px;
}

.info-card .logo-wrap img {
	max-height: 100%;
}

.info-card .category {
	font-weight: 600;
	font-size: 13px;
	line-height: 1.5;
	letter-spacing: .05em;
	text-transform: uppercase;
	margin-bottom: 12px;
	color: #0038ff;
}

.info-card p {
	font-size: 18px;
	line-height: 1.5;
}

.media-list {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 20px;
}

.media-list.white .content-holder, .media-list.without-category.white .media-card .content-holder {
	background-color: #fff;
}

.media-list.without-category .media-card .content-holder {
	padding: 16px;
	background: rgba(255, 255, 255, .93);
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
}

.media-list+.logos-bar {
	margin-top: 20px;
}

.media-list+.logos-bar .slick-dots {
	margin-bottom: 26px;
}

.media-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.no-touch .media-card:hover .img-holder img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.no-touch .media-card .content-holder a:hover, .no-touch .media-card:hover .h3 a, .no-touch .media-card:hover .h4 a, .no-touch .media-card:hover h3 a, .no-touch .media-card:hover h4 a {
	text-decoration: underline;
}

.media-card .img-holder {
	position: relative;
	padding-bottom: 63%;
	overflow: hidden;
	width: 100%;
}

.media-card .img-holder img {
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: -webkit-transform .8s;
	transition: transform .8s;
	transition: transform .8s, -webkit-transform .8s;
}

.media-card .content-holder a:after, .media-card .img-holder a, .media-card .img-holder img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.media-card .img-holder .play-video {
	position: absolute;
	z-index: 5;
	pointer-events: none;
	bottom: 24px;
	right: 24px;
}

.media-card .content-holder {
	position: relative;
	background: #fff;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 38px 16px 16px;
}

.cascade-list .media-card .content-holder {
	padding: 16px;
}

.media-card .content-holder .category {
	position: absolute;
	left: 30px;
	top: 0;
	font-weight: 600;
	font-size: 12px;
	line-height: 1.17;
	letter-spacing: .05em;
	text-transform: uppercase;
	background: #0038ff;
	color: #fff;
	padding: 4px 8px;
}

.media-card .content-holder .h3, .media-card .content-holder h3 {
	margin-bottom: 12px;
	color: #20262c;
}

.media-card .content-holder .h4, .media-card .content-holder h4 {
	margin-bottom: 12px;
}

.media-card .content-holder p {
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 1.5;
	color: rgba(32, 38, 44, .7);
}

.media-card .content-holder a:after {
	content: "";
	z-index: 20;
}

.media-card .content-holder .button {
	margin-top: auto;
}

.media-card .content-holder .link {
	margin-top: auto;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: .05em;
	text-transform: uppercase;
	color: #0038ff;
}

.media-card .button-holder {
	margin-top: auto;
	padding-top: 25px;
}

.media-card .date {
	color: #20262c;
	font-size: 12px;
	font-weight: 600;
	line-height: 14px;
	letter-spacing: .6px;
	text-transform: uppercase;
	margin-bottom: 12px;
}

.section-title {
	margin: 0 auto 20px;
	text-align: center;
}

.section-title .h2, .section-title .h3, .section-title .h4, .section-title h2, .section-title h3, .section-title h4, .section-title p {
	margin-bottom: 20px;
}

.section-title .h2:last-child, .section-title .h3:last-child, .section-title .h4:last-child, .section-title h2:last-child, .section-title h3:last-child, .section-title h4:last-child, .section-title p:last-child {
	margin-bottom: 0;
}

.section-title p {
	font-size: 18px;
	line-height: 1.45;
	opacity: .8;
	max-width: 820px;
	margin-left: auto;
	margin-right: auto;
}

.section-title .button-holder {
	margin-top: 30px;
}

.section-title.text-left {
	text-align: left;
	margin-left: 0;
	margin-right: 0;
}

.featured-block.reverse {
	direction: rtl;
}

.featured-block.reverse>* {
	direction: ltr;
}

.featured-block.colored .featured-content {
	background: linear-gradient(96.96deg, #0251b5 1.61%, #021d5f 100.03%);
	color: #fff;
}

.featured-block.white .featured-content {
	background: rgba(255, 255, 255, .93);
}

.featured-block.media-slider-view {
	background: linear-gradient(96.96deg, #0251b5 1.61%, #021d5f 100.03%);
}

.featured-block.media-slider-view .featured-media {
	padding: 0;
}

.featured-block.media-slider-view .featured-content {
	background: 0 0;
	color: #fff;
}

.featured-block .featured-content {
	padding: 30px 20px;
	background: #edeff4;
	color: #20262c;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.featured-block .featured-content .button-holder {
	margin-top: 20px;
}

.featured-block .featured-content .h1, .featured-block .featured-content .h2, .featured-block .featured-content .h3, .featured-block .featured-content .h4, .featured-block .featured-content .h5, .featured-block .featured-content .h6, .featured-block .featured-content h1, .featured-block .featured-content h2, .featured-block .featured-content h3, .featured-block .featured-content h4, .featured-block .featured-content h5, .featured-block .featured-content h6 {
	margin-bottom: 16px;
}

.featured-block .featured-content p, .featured-details .content-holder p {
	font-weight: 400;
	font-size: 18px;
	line-height: 1.45;
	opacity: .8;
}

.featured-block .featured-content p+p {
	margin-top: 16px;
}

.featured-block .featured-content p a:not(.button) {
	text-decoration: underline;
}

.featured-block .featured-content>p:only-child {
	font-size: 18px;
}

.featured-block .featured-content .event-information-row {
	margin: -5px 0 9px;
}

.featured-block .category {
	font-weight: 600;
	font-size: 14px;
	line-height: 1.4;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 16px;
}

.featured-block .featured-media {
	position: relative;
	padding-bottom: 78%;
	overflow: hidden;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.featured-block .featured-media>img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.featured-block.with-logos .featured-media {
	padding: 0;
}

.featured-block .logos-block {
	background: linear-gradient(96.96deg, #0251b5 1.61%, #021d5f 100.03%);
	border: 1px solid;
	-o-border-image: linear-gradient(113.12deg, rgba(255, 255, 255, 0) -.07%, #0350b4 98.68%) 1;
	border-image: linear-gradient(113.12deg, rgba(255, 255, 255, 0) -.07%, #0350b4 98.68%) 1;
	width: 100%;
	height: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 30px 20px;
}

.featured-block .logos-block, .featured-block .logos-block .row, .featured-block.with-logos .featured-media {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.featured-block .logos-block .row:first-child .col:not(:last-child) {
	-o-border-image: linear-gradient(0deg, rgba(37, 85, 255, .5) 0%, rgba(171, 190, 255, 0) 90%) 1;
	border-image: -webkit-gradient(linear, left bottom, left top, from(rgba(37, 85, 255, .5)), color-stop(90%, rgba(171, 190, 255, 0))) 1;
	border-image: linear-gradient(0deg, rgba(37, 85, 255, .5) 0%, rgba(171, 190, 255, 0) 90%) 1;
}

.featured-block .logos-block .row .col:last-child {
	-o-border-image: linear-gradient(90deg, rgba(37, 85, 255, .5) -1.52%, rgba(171, 190, 255, 0) 109.98%) 1;
	border-image: -webkit-gradient(linear, left top, right top, color-stop(-1.52%, rgba(37, 85, 255, .5)), color-stop(109.98%, rgba(171, 190, 255, 0))) 1;
	border-image: linear-gradient(90deg, rgba(37, 85, 255, .5) -1.52%, rgba(171, 190, 255, 0) 109.98%) 1;
}

.featured-block .logos-block .row .col:not(:nth-child(3)) {
	border-right: 1px solid rgba(37, 85, 255, .5);
	-o-border-image: linear-gradient(90deg, rgba(37, 85, 255, .5) 0%, rgba(37, 85, 255, .5) 100%) 1;
	border-image: -webkit-gradient(linear, left top, right top, from(rgba(37, 85, 255, .5)), to(rgba(37, 85, 255, .5))) 1;
	border-image: linear-gradient(90deg, rgba(37, 85, 255, .5) 0%, rgba(37, 85, 255, .5) 100%) 1;
}

.featured-block .logos-block .row:not(:last-child) .col {
	border-bottom: 1px solid rgba(37, 85, 255, .5);
}

.featured-block .logos-block .col {
	width: 33.33%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100px;
}

.featured-block .logos-block .col:nth-child(2) {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.featured-block .logos-block .col:nth-child(3) {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.featured-block .logos-block .col .img-holder {
	width: 70%;
	height: 41%;
}

.featured-block .logos-block .col .img-holder a {
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.featured-block .logos-block .col .img-holder img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: left center;
	object-position: left center;
}

.featured-block.with-careers-slider .featured-media {
	padding: 0;
	width: auto;
	display: block;
	overflow: visible;
}

.featured-block .time-to-read {
	padding-bottom: 20px;
	color: rgba(32, 38, 44, .6);
	font-size: 12px;
	font-weight: 600;
	line-height: 14px;
	letter-spacing: .6px;
	text-transform: uppercase;
}

.featured-slider .featured-block {
	display: grid !important;
}

.featured-slider .featured-block .button-holder {
	margin-top: 10px;
	line-height: 0;
}

.featured-slider .slick-track {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.featured-slider .slick-slide {
	height: auto;
	padding: 0 10px 0 0;
}

.featured-media-slider .slick-slide>div, .featured-slider .slick-slide .featured-block, .featured-slider .slick-slide>div, .media-comments-slider .slick-slide>div {
	height: 100%;
}

.featured-slider .slick-dots {
	position: absolute;
	bottom: 15px;
	right: 0;
	padding: 0 20px;
	left: 0;
}

.featured-media-slider {
	position: relative;
	-ms-flex-item-align: center;
	align-self: center;
	padding: 40px 50px;
	max-width: 485px;
	margin: 0 auto;
	width: 95%;
}

.featured-media-slider .slick-track {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.featured-media-slider .slick-slide {
	height: auto;
}

.featured-media-slider .slick-arrow {
	margin-top: -5px;
	position: absolute;
	top: 50%;
	color: #fff;
}

.featured-media-slider .slick-arrow.next, .featured-media-slider .slick-arrow.prev {
	-o-border-image: linear-gradient(121.27deg, #fff -13.32%, rgba(0, 56, 255, .6) 50%, rgba(0, 56, 255, 0) 91.11%) 1;
	border-image: linear-gradient(121.27deg, #fff -13.32%, rgba(0, 56, 255, .6) 50%, rgba(0, 56, 255, 0) 91.11%) 1;
}

.featured-media-slider .slick-arrow.prev {
	left: 0;
	-webkit-transform: translateY(-50%) scaleY(-1);
	transform: translateY(-50%) scaleY(-1);
}

.featured-media-slider .slick-arrow.next {
	right: 0;
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

.featured-media-slider .slick-arrow.next svg {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.featured-media-slider .slick-dots {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 17px;
}

.featured-media-slider .slick-dots button, .statistic-list .slick-dots button, .testimonials-slider .slick-dots button {
	background: rgba(255, 255, 255, .2);
}

.featured-media-slider .picture {
	height: 100%;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.featured-media-slider .picture img {
	max-width: 100%;
	margin: auto;
	line-height: 0;
}

.colored-block {
	padding: 30px 20px;
}

.media-comments-slider {
	padding-bottom: 30px;
	position: relative;
}

.media-comments-slider::before {
	position: absolute;
	top: 0;
	bottom: 30px;
	left: 0;
	right: 0;
}

.media-comments-slider .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.media-comments-slider .slick-slide {
	height: auto;
}

.media-comments-slider .slick-dots {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: absolute;
	line-height: 0;
	bottom: 0;
}

.media-comments-slider .slick-dots li:last-child {
	margin-right: 0;
}

.light-bg .media-comments-slider .slick-dots li.slick-active button, .media-comments-slider .slick-dots li.slick-active button {
	background: #0038ff;
}

.media-comments-slider .slick-dots li button {
	background: rgba(255, 255, 255, .2);
	font-size: 0;
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
	width: 8px;
	height: 8px;
	cursor: pointer;
}

.light-bg .media-comments-slider .slick-dots li button {
	background: rgba(32, 38, 44, .2);
}

.media-comments-slider .slide {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.media-comments-slider .slide .media-comment {
	height: 100%;
}

.media-comment .content-holder blockquote cite, .media-comments-slider .slide .media-comment .content-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.media-comments-slider .slide .media-comment .content-holder {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.media-comments-slider .slick-arrow {
	display: none !important;
}

.media-comment .content-holder {
	padding: 30px 20px;
	background: rgba(255, 255, 255, .93);
}

.media-comment .content-holder blockquote cite {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
}

.media-comment .content-holder blockquote cite .date {
	background: #fff;
	padding: 4px 8px;
}

.media-comment .img-holder {
	position: relative;
	padding-bottom: 100%;
	overflow: hidden;
	width: 100%;
}

.media-comment .img-holder img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.share-block {
	padding: 34px;
	display: inline-block;
	border: 1px solid;
	-o-border-image: linear-gradient(113.12deg, rgba(255, 255, 255, 0) 10%, #0350b4 78.68%) 1;
	border-image: linear-gradient(113.12deg, rgba(255, 255, 255, 0) 10%, #0350b4 78.68%) 1;
}

.share .title {
	font-weight: 600;
	font-size: 12px;
	line-height: 1.17;
	letter-spacing: .05em;
	text-transform: uppercase;
	margin-bottom: 24px;
}

.share-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 16px;
}

.share-list li a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: 1px solid rgba(32, 38, 44, .3);
	-webkit-transition: background .3s;
	transition: background .3s;
}

.no-touch .share-list li a:hover {
	background: #fff;
}

.share-list.blue {
	gap: 10px;
}

.share-list.blue li {
	line-height: 25px;
	height: 25px;
}

.share-list.blue li a {
	width: 25px;
	height: 25px;
	border: 0;
}

.link-row {
	background: #edeff4;
	margin: 0 -20px;
}

.link-row ul {
	padding: 15px 4px;
	display: grid;
	overflow: auto;
	grid-auto-flow: column;
}

.link-row li {
	white-space: nowrap;
	text-align: center;
	font: 600 14px/1.5 "Open Sans", sans-serif;
	letter-spacing: .05em;
	text-transform: uppercase;
	padding: 3px 30px 4px;
	position: relative;
	-ms-flex-item-align: center;
	align-self: center;
}

.link-row li:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 1px;
	height: 100%;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(-1.52%, rgba(0, 56, 255, .5)), color-stop(109.98%, rgba(0, 56, 255, .075)));
	background: linear-gradient(180deg, rgba(0, 56, 255, .5) -1.52%, rgba(0, 56, 255, .075) 109.98%);
}

.link-row li:first-child:before {
	display: none;
}

.link-row a {
	color: #20262c;
	border-bottom: 1px solid transparent;
	-webkit-transition: border-color .5s;
	transition: border-color .5s;
}

.no-touch .link-row a:hover {
	border-color: currentColor;
}

.upcoming-event-section .heading {
	margin: 0;
	font-size: 18px;
	line-height: 1.5;
}

.upcoming-event-section .heading .h2, .upcoming-event-section .heading h2 {
	margin: 0 0 20px;
}

.upcoming-event-section .heading>:last-child {
	margin-bottom: 0;
}

.upcoming-event-section .container>* {
	padding-bottom: 20px;
}

.upcoming-event-section .container>:last-child {
	padding-bottom: 0;
}

.upcoming-event-section .container>.button-holder {
	padding-top: 11px;
	line-height: 0;
	text-align: center;
}

.upcoming-event-section .container>.button-holder .button {
	width: 100%;
}

.upcoming-event {
	padding: 0 0 30px;
}

.upcoming-event+.upcoming-event {
	padding-top: 31px;
	position: relative;
}

.upcoming-event+.upcoming-event:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	content: "";
	background: -webkit-gradient(linear, left top, right top, color-stop(-1.52%, rgba(0, 56, 255, .5)), color-stop(109.98%, rgba(0, 56, 255, .075)));
	background: linear-gradient(90deg, rgba(0, 56, 255, .5) -1.52%, rgba(0, 56, 255, .075) 109.98%);
}

.upcoming-event:last-child {
	padding-bottom: 0;
}

.upcoming-event.with-bg {
	background: #edeff4;
	color: #20262c;
}

.upcoming-event.with-bg .text {
	padding: 20px;
}

.upcoming-event.reverse .text {
	margin: 0 auto 0 0;
}

.upcoming-event.big-view {
	display: block;
	padding: 20px;
}

.upcoming-event.big-view .text {
	padding: 20px 0 0;
	background: 0 0;
}

.upcoming-event .picture {
	position: relative;
}

.upcoming-event .picture:before {
	padding-top: 50.1%;
	content: "";
	display: block;
}

.upcoming-event .picture img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.upcoming-event .text {
	-ms-flex-item-align: center;
	align-self: center;
	padding: 20px;
	background: #fff;
}

.upcoming-event .text>* {
	margin: 0 0 15px;
}

.upcoming-event .text>:last-child {
	margin-bottom: 0;
}

.upcoming-event .text .event-information-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.upcoming-event .text .event-information-row li {
	margin-right: 21px;
	padding: 2px 17px 2px 0;
}

.upcoming-event .text .event-information-row li:before {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 1px;
	opacity: .2;
	background: currentColor;
	content: "";
}

.upcoming-event .text .event-information-row li:last-child {
	padding-right: 0;
	margin-right: 0;
}

.upcoming-event .category {
	text-transform: uppercase;
	font: 600 14px/1.5 "Open Sans", sans-serif;
	display: block;
	color: #0038ff;
	margin: 0 0 15px;
	letter-spacing: .05em;
}

.upcoming-event .button-holder {
	padding-top: 4px;
	line-height: 0;
}

.upcoming-event .button-holder .button {
	width: 100%;
}

.upcoming-event-slider {
	max-width: calc(100vw - 20px);
	margin-right: -20px;
}

.upcoming-event-slider .slick-dots {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 28px;
}

.upcoming-event-slider .slick-track {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.upcoming-event-slider .slick-slide {
	height: auto;
	padding: 0 20px 0 0;
}

.testimonials-slider .slick-slide>div, .upcoming-event-slider .slick-slide .upcoming-event, .upcoming-event-slider .slick-slide>div {
	height: 100%;
}

.upcoming-event-slider .slick-slide .upcoming-event {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.upcoming-event-slider .slick-slide .upcoming-event .text {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.upcoming-event-slider .slick-slide .upcoming-event .text .button-holder {
	margin-top: auto;
}

.upcoming-event-slider .upcoming-event {
	max-width: calc(100vw - 20px);
}

.featured-details {
	position: relative;
	color: #20262c;
	padding: 30px;
}

.featured-details-bg {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
}

.featured-details-bg::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #0038ff;
	mix-blend-mode: saturation;
	opacity: .5;
}

.featured-details-bg img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.featured-details .holder {
	display: grid;
	grid-template-columns: 1fr;
	gap: 30px;
	margin-bottom: 30px;
}

.featured-details .content-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.featured-details .content-holder .h2, .featured-details .content-holder h2 {
	margin-bottom: 20px;
}

.featured-details .content-holder .segment {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-top: 30px;
}

.featured-details .content-holder .segment::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 1px;
	background: -webkit-gradient(linear, left top, right top, color-stop(-1.52%, #0038ff), color-stop(109.98%, rgba(0, 56, 255, .075)));
	background: linear-gradient(90deg, #0038ff -1.52%, rgba(0, 56, 255, .075) 109.98%);
}

.featured-details .img-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	padding-bottom: 17%;
}

.featured-details .img-holder .img img {
	max-width: 100%;
}

.featured-details .img-holder .img:first-child {
	max-width: 64%;
}

.featured-details .img-holder .img:last-child {
	position: absolute;
	right: 0;
	left: 52%;
	top: 7.5%;
}

.featured-details .img-holder .img:last-child img {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: bottom right;
	object-position: bottom right;
}

.featured-details .check-list li {
	font-weight: 600;
}

.filter {
	margin: 0 0 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	gap: 20px;
}

.filter>* {
	width: 100%;
}

.filter label {
	display: block;
	margin: 0 0 6px;
}

.aside-col .filter .filter-col.search {
	margin-left: 0;
}

.filter .filter-title {
	display: block;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.5;
}

.filter-col.search label {
	margin: 0 0 3px;
	font-size: 16px;
	line-height: 1.5;
}

.filter-col.search .form-item input:focus+label, .filter-col.search .form-item input:not(:placeholder-shown)+label {
	font-size: 14px;
	line-height: 1.5;
	margin: 0 0 6px;
	color: rgba(32, 38, 44, .5);
}

.filter-col .search-row {
	color: #20262c;
}

.filter-col .search-row input {
	padding-right: 60px;
}

.filter-col .search-row .search-btn {
	width: 50px;
	height: 44px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	top: 26px;
	opacity: .6;
}

.description-block .subnavigation li.current-menu-item a::before, .no-touch .filter-col .search-row .search-btn:hover {
	opacity: 1;
}

.filter-col .search-row .search-btn svg {
	margin: auto;
}

.team-section {
	padding-top: 40px;
}

.team-section .tab-link {
	margin-bottom: 40px;
}

.team-section .tab-link li {
	max-width: none;
}

.team-list {
	display: grid;
	gap: 20px;
	grid-template-columns: 1fr;
}

.team-card {
	position: relative;
	min-height: 400px;
	padding: 10px 30px 10px 0;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	z-index: 1;
}

.no-touch .team-card:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.team-card .img-holder {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: -1;
}

.team-card .img-holder img {
	-webkit-transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s;
}

.team-card .content-holder {
	background: rgba(255, 255, 255, .94);
	padding: 14px;
	width: 100%;
}

.team-card .content-holder .h4, .team-card .content-holder h4 {
	margin-bottom: 5px;
}

.next-info+.info-section::before, .team-card .content-holder .h4 a::before, .team-card .content-holder h4 a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.tab-link a, .team-card .content-holder p {
	font-weight: 600;
	font-size: 14px;
	line-height: 145%;
}

.next-info+.info-section {
	position: relative;
	padding-top: 30px;
	z-index: 20;
}

.next-info+.info-section::before {
	background: #edeff4;
}

.tab-link, .tab-link ul, .team-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.tab-link {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 -20px;
}

.tab-link ul {
	padding: 0 20px 10px;
	overflow: auto;
	gap: 20px;
}

.tab-link li {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	max-width: 200px;
}

.tab-link a {
	min-width: -webkit-fit-content;
	min-width: -moz-fit-content;
	min-width: fit-content;
	padding: 12px 24px;
	-webkit-transition: all .5s;
	transition: all .5s;
	color: #20262c;
	text-transform: uppercase;
	letter-spacing: .05em;
	line-height: 1.5;
	display: block;
	border: 1px solid;
	-o-border-image: linear-gradient(308.09deg, #272727 -4.44%, rgba(255, 255, 255, 0) 70.38%) 1;
	border-image: linear-gradient(308.09deg, #272727 -4.44%, rgba(255, 255, 255, 0) 70.38%) 1;
}

.description-block .subnavigation li.current-menu-item a, .no-touch .tab-link a:hover {
	color: #0038ff;
}

.tab-link a.active {
	border-color: transparent;
	-o-border-image: none;
	border-image: none;
	color: #fff;
	background: #0038ff;
}

.no-touch .tab-link a.active:hover {
	color: #fff;
}

.popup-open {
	overflow: hidden;
	position: relative;
	-webkit-overflow-scrolling: touch;
	height: 100%;
}

.popups {
	position: fixed;
	width: 100%;
	height: 100vh;
	left: 0;
	top: 0;
	border: 0;
	z-index: 800;
	opacity: 0;
	visibility: hidden;
	background: rgba(32, 38, 44, .9);
	-webkit-transition: opacity .5s ease, visibility .5s ease;
	transition: opacity .5s ease, visibility .5s ease;
	pointer-events: none;
}

.popup-open .popups, .popup.active {
	pointer-events: auto;
	opacity: 1;
	visibility: visible;
}

.popup {
	position: static;
	display: block;
	height: 100vh;
	overflow: auto;
}

.popup.active {
	z-index: 100;
	-webkit-overflow-scrolling: touch;
}

.person-details, .popup-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.popup-holder {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.popup-holder .button-close {
	position: sticky;
	background: #0038ff;
	top: 10px;
	left: 0;
	width: 30px;
	height: 30px;
	cursor: pointer;
	z-index: 1;
	border: 0;
	-webkit-transition: border-color .3s;
	transition: border-color .3s;
	margin-left: calc(100% - 40px);
}

.popup-holder .button-close::after, .popup-holder .button-close::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 17px;
	height: 1px;
	background-color: #fff;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
	border: 0;
}

.popup-holder .button-close::before {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.popup-holder .button-close::after {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

.no-touch .popup-holder .button-close:hover {
	background: #0085ff;
}

.bio-popup .container {
	padding: 0;
}

.bio-popup .person-details {
	margin-top: -35px;
}

.person-details {
	background: #edeff4;
	min-height: 100vh;
	padding: 48px;
	color: #20262c;
}

.person-details .part-media {
	overflow: hidden;
	width: 100%;
	height: 300px;
	margin-bottom: 16px;
	max-width: 400px;
}

.person-details .part-media img, .team-card .img-holder img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.person-details .part-content .top {
	margin-bottom: 30px;
}

.person-details .part-content .top .h2, .person-details .part-content .top h2 {
	margin-bottom: 8px;
}

.person-details .part-content .top .share-list {
	margin-top: 24px;
}

.person-details p {
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: rgba(32, 38, 44, .8);
}

.event-box .h2, .event-box h2 {
	margin: 0 0 50px;
}

.event-list .event {
	padding: 31px 0 30px;
	position: relative;
}

.event-list .event:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	content: "";
	background: -webkit-gradient(linear, left top, right top, color-stop(-1.52%, rgba(0, 56, 255, .5)), color-stop(109.98%, rgba(0, 56, 255, .075)));
	background: linear-gradient(90deg, rgba(0, 56, 255, .5) -1.52%, rgba(0, 56, 255, .075) 109.98%);
}

.event-list .event:last-child {
	padding-bottom: 31px;
}

.event-list .event:last-child:after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	content: "";
	background: -webkit-gradient(linear, left top, right top, color-stop(-1.52%, rgba(0, 56, 255, .5)), color-stop(109.98%, rgba(0, 56, 255, .075)));
	background: linear-gradient(90deg, rgba(0, 56, 255, .5) -1.52%, rgba(0, 56, 255, .075) 109.98%);
}

.content .event-list .event, .content .event-list .event p {
	font-size: 16px;
	line-height: 1.5;
}

.content .event-list .event .h4, .content .event-list .event h4 {
	margin: 0 0 10px;
}

.event>* {
	margin-bottom: 12px;
}

.event>:last-child {
	margin-bottom: 0;
}

.event .time {
	display: block;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: .05em;
	text-transform: uppercase;
	color: #0038ff;
}

.event .speaker-list {
	margin: 30px 0 0;
}

.speaker-list {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.speaker-list>.category {
	grid-column: 1/-1;
	letter-spacing: 2px;
}

.aside-col.content .speaker-list, .hero-section .speaker-list {
	grid-template-columns: 1fr;
}

.aside-col.content .speaker-list .text, .hero-section .speaker-list .text {
	color: rgba(255, 255, 255, .8);
	font-size: 16px;
	line-height: 1.5;
}

.hero-section .speaker-list .text .name {
	color: #fff;
}

.aside-col.content .speaker-list {
	margin-top: 49px;
}

.aside-col.content .speaker-list .text {
	color: #20262c;
}

.aside-col.content .speaker-list .text .name {
	color: #20262c;
	margin-bottom: 0;
}

.speaker-list .text {
	margin-bottom: 0 !important;
}

.speaker-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
}

.speaker-item .picture {
	line-height: 0;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 48px;
	flex: 0 0 48px;
	overflow: hidden;
	border-radius: 50%;
	height: 48px;
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.speaker-item .picture img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.speaker-item .text {
	color: rgba(32, 38, 44, .5);
	font-weight: 400;
}

.speaker-item .text>span {
	display: block;
	padding: 2px 0;
}

.speaker-item .text>span.name {
	font-weight: 600;
	color: #20262c;
}

.add-to-calendar-button, .event-tomb {
	background: #edeff4;
	padding: 30px;
	display: grid;
	grid-template-columns: 1fr;
	gap: 31px;
	color: #20262c;
}

.add-to-calendar-button .col, .event-tomb .col {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.add-to-calendar-button .col:before, .event-tomb .col:before {
	position: absolute;
	right: 0;
	left: 0;
	bottom: -16px;
	height: 1px;
	width: 100%;
	content: "";
	background: -webkit-gradient(linear, left top, right top, color-stop(-1.52%, rgba(0, 56, 255, .5)), color-stop(109.98%, rgba(0, 56, 255, .075)));
	background: linear-gradient(90deg, rgba(0, 56, 255, .5) -1.52%, rgba(0, 56, 255, .075) 109.98%);
}

.add-to-calendar-button .col:last-child:before, .event-tomb .col:last-child:before, .result-box .row .category li:last-child:after {
	display: none;
}

.add-to-calendar-button address, .event-tomb address {
	display: block;
	font-style: normal;
}

.add-to-calendar-button .category, .event-tomb .category {
	margin: 0 0 16px;
	letter-spacing: 2px;
}

.add-to-calendar-button .h4, .add-to-calendar-button .h5, .add-to-calendar-button h4, .add-to-calendar-button h5, .event-tomb .h4, .event-tomb .h5, .event-tomb h4, .event-tomb h5 {
	display: block;
	margin: 0 0 20px;
}

.add-to-calendar-button .atcb-button, .add-to-calendar-button .link, .event-tomb .atcb-button, .event-tomb .link {
	color: #0038ff;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 600;
	margin: auto 0 0;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	letter-spacing: .05em;
}

.add-to-calendar-button .atcb-button svg, .add-to-calendar-button .link svg, .event-tomb .atcb-button svg, .event-tomb .link svg {
	width: 22px;
	height: 22px;
	margin: 0 0 0 10px;
}

.add-to-calendar-button .atcb-button svg path, .add-to-calendar-button .link svg path, .event-tomb .atcb-button svg path, .event-tomb .link svg path, .search-row .search-btn svg path {
	fill: currentColor;
}

.no-touch .add-to-calendar-button .atcb-button:hover, .no-touch .add-to-calendar-button .link:hover, .no-touch .event-tomb .atcb-button:hover, .no-touch .event-tomb .link:hover, .no-touch .result-box .row a:hover {
	text-decoration: underline;
}

.atcb-button {
	border: 0 !important;
	font-family: "Open Sans", sans-serif !important;
	text-align: left !important;
	margin-right: auto !important;
	background: 0 0 !important;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	gap: 10px !important;
	cursor: pointer !important;
}

.atcb-button .atcb-dropdown-anchor {
	width: 22px;
	height: 22px;
	background: url("https://cdn-ilddnkl.nitrocdn.com/WqZeSxAeWPHLEPooVhGObCqkhRLNLrLj/assets/images/optimized/rev-4f27ff6/www.dataminr.com/wp-content/themes/bigdrop-theme/dist/images/calendar-icon2.svg") no-repeat 50% 50%;
}

.atcb-button .atcb-dropdown-anchor.nitro-lazy {
	background-image: none !important;
}

.testimonials-slider {
	margin-left: -10px;
	margin-right: -10px;
	padding-bottom: 58px;
	position: relative;
}

.testimonials-slider.with-orange-quote .testimonial-card.content blockquote:before {
	background: url("https://cdn-ilddnkl.nitrocdn.com/WqZeSxAeWPHLEPooVhGObCqkhRLNLrLj/assets/images/optimized/rev-4f27ff6/www.dataminr.com/wp-content/themes/bigdrop-theme/dist/images/quote-icon-orange.svg") no-repeat center;
}

.testimonials-slider.with-orange-quote .testimonial-card.content blockquote cite {
	min-height: 10px;
}

.light-bg .testimonials-slider .slick-dots :not(.slick-active) button {
	background: #c4c7cc;
}

.testimonials-slider .slick-arrow {
	display: none !important;
}

.testimonials-slider .slick-dots {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 0;
}

.testimonials-slider .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.testimonials-slider .slick-slide {
	height: auto;
}

.testimonials-slider .slide {
	padding: 0 10px;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.logos-slider .slick-slide>div, .testimonials-slider .testimonial-card {
	height: 100%;
}

.testimonial-card {
	background: #edeff4;
	color: #20262c;
	padding: 30px;
	position: relative;
}

.light-bg .testimonial-card {
	background: #fff;
}

.testimonial-card.content blockquote, .testimonial-card.content blockquote cite {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.testimonial-card.content blockquote {
	height: 100%;
}

.testimonial-card.content blockquote cite {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: auto;
	font-weight: 600;
	font-size: 14px;
	line-height: 145%;
	min-height: 50px;
}

.testimonial-card.content blockquote cite strong {
	font-weight: 400;
	font-size: 18px;
}

.testimonial-card .ava-holder {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	bottom: 30px;
	left: 30px;
}

.page-title-img img, .testimonial-card .ava-holder img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.testimonial-card .ava-holder+blockquote cite {
	padding-left: 66px;
}

.description-block {
	margin-bottom: 50px;
}

.description-block .subnavigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: auto;
	position: relative;
	z-index: 10;
	margin-left: -20px;
	margin-right: -20px;
	padding: 0 20px 6px;
	margin-bottom: 16px;
}

.description-block .subnavigation li {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
}

.description-block .subnavigation li::before {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background: rgba(0, 56, 255, .1);
	bottom: 0;
}

.description-block .subnavigation li a {
	color: #20262c;
	text-decoration: none;
	padding: 16px;
	white-space: nowrap;
	display: block;
	position: relative;
}

.description-block .subnavigation li a::before {
	content: "";
	position: absolute;
	bottom: 0;
	height: 1px;
	width: 100%;
	left: 0;
	background: #0038ff;
	opacity: 0;
	-webkit-transition: .3s opacity;
	transition: .3s opacity;
}

.description-block .tab {
	-webkit-transition: opacity .8s ease, visibility .8s;
	transition: opacity .8s ease, visibility .8s;
	width: 100%;
	left: -100%;
	opacity: 0;
	visibility: hidden;
	top: -3000px;
	position: absolute;
}

.description-block .tab.active {
	opacity: 1;
	visibility: visible;
	left: 0;
	top: 0;
	position: relative;
}

.description-block+.button-holder .button {
	width: 100%;
}

.description {
	padding: 30px 20px;
	background: #fff;
}

.description .category {
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 16px;
}

.container .double-col-view .content blockquote p, .container .double-col-view .content blockquote q, .container.double-col-view .content blockquote p, .container.double-col-view .content blockquote q, .description p, .description-block .subnavigation li {
	font-size: 20px;
	line-height: 1.45;
	font-weight: 400;
}

.logos-section {
	margin-bottom: 20px;
}

.logos-section+.logos-section:not(.indent-bottom) {
	margin-bottom: 0;
	margin-top: -20px;
}

.logos-section+.logos-section:not(.indent-top) {
	margin-top: -20px;
}

.info-list-section+.logos-section:not([class*=indent-]) {
	overflow: hidden;
	margin-bottom: 0;
}

.info-list-section+.logos-section:not([class*=indent-]) .logos-bar {
	margin-top: 20px;
}

.logos-bar {
	background: #edeff4;
	padding: 30px 20px;
	margin: 0 -20px;
}

.logos-bar.tall-logos .logos-slider {
	max-width: initial;
}

.logos-bar.tall-logos .logo-holder {
	height: auto;
}

.logos-bar.tall-logos .logo-holder a {
	height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.light-bg .logos-bar {
	background: rgba(255, 255, 255, .93);
}

.logos-bar.white {
	background: #fff;
}

.logos-bar .logos-slider {
	max-width: 100%;
}

.logos-bar .logos-slider .logo-holder {
	height: 60px;
}

.logos-bar .button-holder {
	line-height: 0;
	text-align: center;
	margin: 0;
}

.logos-slider .slick-list {
	mix-blend-mode: luminosity;
	min-width: 100%;
}

.logos-slider .slick-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 16px;
}

.logos-slider .slick-arrow {
	display: none !important;
}

.logos-slider .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.logos-slider .slick-slide {
	height: auto;
	text-align: center;
	width: 100%;
}

.logos-slider .slide {
	height: auto;
}

.logos-slider .logo-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 320px;
	margin: 0 auto;
	height: 47px;
	padding: 0 10px;
}

.no-touch .logos-slider .logo-holder:hover img {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}

.logos-slider .logo-holder img {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: -webkit-filter .5s ease-in-out;
	transition: filter .5s ease-in-out;
	transition: filter .5s ease-in-out, -webkit-filter .5s ease-in-out;
}

.location-container {
	gap: 20px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.location-item {
	padding: 20px;
	display: grid;
	gap: 6px;
	grid-template-columns: 1fr;
	background: #fff;
	border: 1px solid;
	-o-border-image: linear-gradient(145deg, rgba(0, 56, 255, .8) 0%, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0) 85%, rgba(0, 56, 255, .8) 100%) 1;
	border-image: linear-gradient(145deg, rgba(0, 56, 255, .8) 0%, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0) 85%, rgba(0, 56, 255, .8) 100%) 1;
}

.location-item .category {
	background: #0038ff;
	color: #fff;
	padding: 1px 4px;
	letter-spacing: .05em;
	width: -webkit-min-content;
	width: -moz-min-content;
	width: min-content;
	font-size: 12px;
	line-height: 14px;
}

.page-title .breadcrumbs {
	padding-top: 20px;
}

.page-title.article-details {
	padding: 20px 0 50px;
}

.page-title.article-details .featured-block .h2, .page-title.article-details .featured-block h2 {
	margin-bottom: 20px;
}

.page-title.article-details .featured-block .button-holder {
	margin-top: 30px;
}

.page-title .share-custom-box.active .box, .page-title .share-list a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.page-title .share-custom-box .box, .page-title .share-custom-box .close {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.page-title .share-custom-box .box {
	margin-top: 20px;
	display: none;
	border-width: 1px;
	border-style: solid;
	-o-border-image: linear-gradient(-210deg, #272727 -5.44%, rgba(255, 255, 255, 0) 89.38%) 1;
	border-image: linear-gradient(-210deg, #272727 -5.44%, rgba(255, 255, 255, 0) 89.38%) 1;
	padding: 8px 28px;
	width: 100%;
}

.page-title .share-custom-box .close {
	border: 0;
	padding: 0;
	background-color: transparent;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 25px;
	height: 25px;
	margin: 0 9px 0 -6px;
	cursor: pointer;
}

.no-touch .page-title .share-custom-box .close:hover svg path {
	stroke: #0038ff;
}

.page-title .share-custom-box .close svg path {
	-webkit-transition: stroke .4s ease-in-out;
	transition: stroke .4s ease-in-out;
}

.page-title .share-list {
	margin: 0 0 0 -10px;
	gap: 0;
}

.page-title .share-list li {
	padding: 0 !important;
	margin: 0 0 0 10px;
	line-height: 25px;
}

.page-title .share-list li:before {
	display: none;
}

.page-title-img {
	line-height: 0;
	height: 300px;
}

.search-hero {
	color: #fff;
	position: relative;
	z-index: 40;
	margin-top: -60px;
	padding-top: 60px;
}

.search-hero .search-hero-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	overflow: hidden;
}

.search-hero .search-hero-bg:after {
	background: radial-gradient(68.21% 119.36% at 79.45% -3.13%, #0335b6 3%, #0354ba 100%);
	position: absolute;
	top: 10%;
	width: 1322px;
	height: calc(100% * 1.5);
	right: -15%;
	content: "";
	opacity: .5;
	-webkit-transform: rotate(162.06deg);
	transform: rotate(162.06deg);
	-webkit-filter: blur(150px);
	filter: blur(150px);
	z-index: -1;
}

.search-hero .breadcrumbs {
	padding-top: 20px;
}

.search-hero .breadcrumbs li, .search-hero .breadcrumbs span {
	color: rgba(255, 255, 255, .7);
}

.search-hero .breadcrumbs li a, .search-hero .breadcrumbs span a {
	color: #fff;
}

.search-hero .breadcrumbs li a:after, .search-hero .breadcrumbs span a:after {
	background: url("https://cdn-ilddnkl.nitrocdn.com/WqZeSxAeWPHLEPooVhGObCqkhRLNLrLj/assets/images/optimized/rev-4f27ff6/www.dataminr.com/wp-content/themes/bigdrop-theme/dist/images/arrow-right-icon-white.svg") no-repeat;
}

.search-hero .search-form {
	position: relative;
	z-index: 10;
}

.search-form {
	margin: 0 auto;
	max-width: 1100px;
}

.search-form label {
	text-transform: uppercase;
	margin: 0 0 26px;
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: .04em;
}

.search-form .search-row .search-btn svg {
	width: 28px;
	height: 28px;
}

.search-form .form-item input {
	display: block;
	color: #fff;
	padding: 0 50px 25px 0;
	border: 1px solid rgba(255, 255, 255, .8);
	border-width: 0 0 2px;
	font-size: 18px;
	line-height: 1.45;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.search-form .form-item input::-webkit-input-placeholder {
	opacity: .7;
	color: #fff;
}

.search-form .form-item input:-moz-placeholder, .search-form .form-item input::-moz-placeholder {
	opacity: .7;
	color: #fff;
}

.search-form .form-item input:-ms-input-placeholder {
	opacity: .7;
	color: #fff;
}

.search-form .form-item input:focus, .search-form .form-item input:not(:placeholder-shown) {
	border-color: #fff;
}

.result-box .row .category li, .search-row {
	position: relative;
}

.search-row .search-btn {
	position: absolute;
	top: -3px;
	right: 0;
	height: 32px;
	width: 32px;
	-webkit-transition: all .5s;
	transition: all .5s;
	background: 0 0;
	border: 0;
	color: currentColor;
	cursor: pointer;
}

.no-touch .search-row .search-btn:hover, .result-box .row p {
	opacity: .8;
}

.search-row .search-btn svg {
	width: 18px;
	height: 18px;
}

.search-section .container {
	display: grid;
	grid-template-columns: 1fr;
	gap: 40px;
}

.search-filter-col .title {
	display: block;
	text-transform: uppercase;
	color: #021d5f;
	margin: 0 0 16px;
	letter-spacing: .05em;
}

.search-filter-col .box {
	background-color: #fff;
	padding: 20px;
	font-size: 14px;
	line-height: 145%;
}

.search-filter-col .box .h5, .search-filter-col .box h5 {
	margin-bottom: 8px;
}

.search-filter-col .box .button {
	margin-top: 24px;
}

.search-filter {
	-ms-flex-item-align: start;
	align-self: start;
	background: #fff;
}

.search-filter li.has-child a {
	background: #f6f6fa;
}

.search-filter li a, .search-filter ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.search-filter li a {
	padding: 12px 16px;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.no-touch .search-filter li a:hover {
	color: #fff;
	background: #021d5f;
}

.search-filter li span {
	margin: 0 0 0 auto;
	padding-left: 5px;
	opacity: .7;
}

.search-filter ul {
	gap: 2px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.search-filter ul ul {
	background: #f6f6fa;
	font-weight: 400;
}

.search-result-col .result-text {
	display: block;
	margin: 0 0 29px;
}

.comment-card blockquote cite strong, .search-result-col .result-text span {
	font-weight: 400;
}

.search-result-col .h3, .search-result-col h3 {
	margin-bottom: 30px;
}

.result-box .row {
	padding: 21px 10px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
	position: relative;
	font-size: 16px;
	line-height: 1.5;
}

.result-box .row:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	content: "";
	background: -webkit-gradient(linear, left top, right top, color-stop(-1.52%, rgba(122, 151, 255, .5)), color-stop(109.98%, rgba(171, 190, 255, 0)));
	background: linear-gradient(90deg, rgba(122, 151, 255, .5) -1.52%, rgba(171, 190, 255, 0) 109.98%);
}

.result-box .row:last-child {
	padding-bottom: 21px;
}

.result-box .row:last-child:after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	content: "";
	background: -webkit-gradient(linear, left top, right top, color-stop(-1.52%, rgba(122, 151, 255, .5)), color-stop(109.98%, rgba(171, 190, 255, 0)));
	background: linear-gradient(90deg, rgba(122, 151, 255, .5) -1.52%, rgba(171, 190, 255, 0) 109.98%);
}

.result-box .row .category {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	color: #0038ff;
	letter-spacing: .05em;
}

.result-box .row .category li:after {
	display: inline-block;
	content: "/";
	padding: 0 8px;
}

.result-box .row a {
	color: currentColor;
}

.career-section {
	position: relative;
	color: #20262c;
}

.career-section-bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.career-section-bg img {
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	height: 100%;
}

.accordion-wrap {
	position: relative;
}

.accordion-item {
	padding: 16px 0;
	border-bottom: 1px solid rgba(32, 38, 44, .2);
}

.accordion-item:first-child {
	border-top: 1px solid rgba(32, 38, 44, .2);
}

.accordion-item .title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	padding-right: 40px;
	padding-bottom: 13px;
	padding-top: 13px;
	cursor: pointer;
}

.accordion-item .title::before {
	content: "";
	position: absolute;
	top: -16px;
	bottom: -16px;
	left: -16px;
	right: -16px;
}

.accordion-item .title svg {
	position: absolute;
	right: 0;
	-webkit-transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
}

.accordion-item .title svg path {
	fill: #20262c;
}

.accordion-item .image {
	margin-top: 16px;
	text-align: center;
}

.accordion-item .image img {
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	height: auto;
}

.accordion-item p {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 12px;
	color: rgba(32, 38, 44, .7);
}

.accordion-item .arrow-link {
	display: inline-block;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.5;
	color: #0038ff;
	letter-spacing: .05em;
	text-transform: uppercase;
	border-bottom: 1px solid transparent;
	-webkit-transition: border-color .5s;
	transition: border-color .5s;
}

.no-touch .accordion-item .arrow-link:hover {
	border-color: currentColor;
}

.accordion-item .button {
	margin: 14px 0 12px;
}

.accordion-item.opened .title {
	color: #0038ff;
}

.accordion-item.opened .title ::before {
	bottom: 0;
}

.accordion-item.opened .title svg {
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
}

.accordion-item.opened .title svg path {
	fill: #0038ff;
}

.careers-slider {
	max-width: 100%;
}

.careers-slider .slick-dots {
	display: none !important;
}

.careers-slider-holder {
	position: relative;
}

.careers-slider .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
}

.careers-slider .slick-list, .careers-slider .slick-slide>div {
	height: 100%;
}

.careers-slider .slick-slide {
	height: auto;
}

.careers-slider .slide {
	height: 100%;
}

.career-card, .careers-slider .slide, .careers-slider-nav, .careers-slider-nav .slider-counter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.careers-slider-nav {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	left: 20px;
	right: 20px;
	bottom: 30px;
	gap: 10px;
	position: absolute;
}

.careers-slider-nav .slider-counter {
	font-weight: 600;
	font-size: 14px;
	line-height: 150%;
	letter-spacing: .05em;
	color: #20262c;
}

.careers-slider-nav .segment {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	height: 1px;
	background: -webkit-gradient(linear, right top, left top, color-stop(-1.52%, rgba(122, 151, 255, .5)), color-stop(109.98%, rgba(171, 190, 255, 0)));
	background: linear-gradient(270deg, rgba(122, 151, 255, .5) -1.52%, rgba(171, 190, 255, 0) 109.98%);
}

.careers-slider .slick-arrow {
	position: absolute;
}

.career-card {
	position: relative;
	height: 100%;
	padding-top: 300px;
}

.career-card .img-holder {
	position: absolute;
	top: 0;
	left: 0;
	height: 300px;
	width: 100%;
}

.career-card .img-holder img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.career-card .content-holder {
	position: relative;
	background: #fff;
	border: .69163px solid rgba(0, 0, 0, .12);
	color: #20262c;
	padding: 30px 20px 90px;
}

.career-card .content-holder p {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	color: rgba(32, 38, 44, .8);
}

.positions-section .button-holder {
	margin-top: 50px;
	text-align: center;
}

.position-card {
	padding: 16px;
	position: relative;
	-webkit-transition: background .3s;
	transition: background .3s;
	border-top: 1px solid;
	-o-border-image: linear-gradient(90deg, rgba(122, 151, 255, .5) -1.52%, rgba(171, 190, 255, 0) 109.98%) 1;
	border-image: -webkit-gradient(linear, left top, right top, color-stop(-1.52%, rgba(122, 151, 255, .5)), color-stop(109.98%, rgba(171, 190, 255, 0))) 1;
	border-image: linear-gradient(90deg, rgba(122, 151, 255, .5) -1.52%, rgba(171, 190, 255, 0) 109.98%) 1;
}

.position-card:last-child {
	border-bottom: 1px solid;
}

.no-touch .position-card:hover {
	background: #fff;
}

.position-card .category {
	letter-spacing: .05em;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.5;
	color: #0038ff;
	margin-bottom: 16px;
}

.position-card .details, .position-card .position-date {
	letter-spacing: .05em;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	line-height: 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
}

.award-card .img-holder img, .position-card .details img, .position-card .position-date img {
	width: 16px;
	height: 16px;
	-o-object-fit: contain;
	object-fit: contain;
}

.position-card .h4 a::before, .position-card h4 a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	cursor: url("https://cdn-ilddnkl.nitrocdn.com/WqZeSxAeWPHLEPooVhGObCqkhRLNLrLj/assets/images/optimized/rev-4f27ff6/www.dataminr.com/wp-content/themes/bigdrop-theme/dist/images/cursor.svg"), pointer;
}

.position-card .details {
	margin-top: 16px;
}

.position-card .position-date {
	margin-top: 12px;
}

.job-details-section {
	margin: 60px 0;
}

.job-details {
	display: block;
}

.job-details .share-block {
	padding: 16px;
	display: block;
	border: 0;
	border-top: 1px solid;
	-o-border-image: linear-gradient(113.12deg, rgba(255, 255, 255, 0) 10%, #0350b4 78.68%) 1;
	border-image: linear-gradient(113.12deg, rgba(255, 255, 255, 0) 10%, #0350b4 78.68%) 1;
}

.job-details .text-template {
	margin-bottom: 50px;
}

.job-details .aside-block, .job-details .awards-block {
	margin-bottom: 30px;
}

.job-details .form-box {
	margin-top: 50px;
}

.article-info {
	border: 1px solid;
	-o-border-image: linear-gradient(113.12deg, rgba(255, 255, 255, 0) 10%, #0350b4 78.68%) 1;
	border-image: linear-gradient(113.12deg, rgba(255, 255, 255, 0) 10%, #0350b4 78.68%) 1;
	padding: 16px;
	margin: 32px 0;
}

.article-info .h5, .article-info h5 {
	margin-bottom: 24px;
}

.article-info p {
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: rgda(#20262c, .8);
}

.details-card {
	background: #fff;
	margin-left: -20px;
	margin-right: -20px;
	margin-bottom: 60px;
	padding: 30px 20px;
}

.details-card .title {
	font-weight: 600;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: .05em;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.details-card .details-list {
	display: grid;
	grid-gap: 16px;
}

.details-card p {
	line-height: 1.5;
	color: rgba(32, 38, 44, .7);
	font-weight: 400;
	font-size: 16px;
}

.details-card .button-holder {
	margin-top: 20px;
}

.details-card .button-holder .button {
	width: 100%;
}

.aside-block {
	background: #fff;
	padding: 16px;
	max-width: 550px;
}

.aside-block.content .h5, .aside-block.content h5, .aside-block.content p {
	margin-bottom: 8px;
}

.aside-block.content ul>li::before {
	top: 7px;
}

.aside-block.content li {
	margin-bottom: 8px;
	font-size: 16px;
	min-height: 24px;
}

.aside-block .button-holder {
	margin-top: 24px;
}

.awards-block {
	padding: 16px;
	border-top: 1px solid;
	-o-border-image: linear-gradient(113.12deg, rgba(255, 255, 255, 0) 10%, #0350b4 78.68%) 1;
	border-image: linear-gradient(113.12deg, rgba(255, 255, 255, 0) 10%, #0350b4 78.68%) 1;
}

.awards-block .title {
	font-weight: 600;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: .05em;
	text-transform: uppercase;
	margin-bottom: 24px;
}

.awards-list {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 24px;
}

.award-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 8px;
}

.award-card .img-holder {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 120px;
	height: 80px;
	background: #e1e4ec;
}

.award-card .img-holder img {
	width: 100%;
	height: 100%;
}

.aside-block.content p, .award-card p {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.45;
}

.statistic-list {
	width: 68%;
	min-width: 218px;
	max-width: 270px;
	margin-left: -20px;
}

.statistic-list .slick-list {
	overflow: visible;
}

.statistic-list .slick-slide:last-of-type .statistic-card::after {
	display: none;
}

.statistic-list .slick-dots {
	margin-top: 30px;
	margin-left: 20px;
}

.statistic-list .slide {
	padding: 24px 20px;
	position: relative;
}

.statistic-list .slide::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: auto;
	width: 1px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(-1.52%, rgba(0, 56, 255, .5)), color-stop(109.98%, rgba(0, 56, 255, .075)));
	background: linear-gradient(180deg, rgba(0, 56, 255, .5) -1.52%, rgba(0, 56, 255, .075) 109.98%);
}

.statistic-card {
	position: relative;
	width: 100%;
}

.statistic-card .number {
	font-weight: 600;
	font-size: 40px;
	line-height: 1.16;
	letter-spacing: -.01em;
	margin-bottom: 20px;
}

.statistic-card p {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	color: rgba(255, 255, 255, .7);
}

.info-cta-block .category {
	font-weight: 600;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: .05em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, .6);
	margin-bottom: 16px;
}

.info-cta-block .h2, .info-cta-block h2, .info-cta-block p {
	margin-bottom: 16px;
}

.info-cta-block .category:last-child, .info-cta-block .h2:last-child, .info-cta-block h2:last-child, .info-cta-block p:last-child {
	margin-bottom: 0;
}

.info-cta-block .dots-list>li {
	font-weight: 600;
	margin-bottom: 20px;
}

.info-cta-block p {
	font-size: 18px;
	line-height: 1.45;
	opacity: .8;
}

.info-cta-block .button-holder {
	margin-top: 30px;
}

.info-cta-block .button-holder .button {
	width: 100%;
}

.comments-section.with-top-button {
	position: relative;
	z-index: 10;
}

.comments-slider {
	margin-bottom: 30px;
}

.comments-slider .slick-dots {
	display: none !important;
}

.comments-slider-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	position: relative;
	padding-top: 30px;
}

.comments-slider-nav .button-nav {
	width: 42px;
	height: 42px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.comments-slider-nav .segment {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 1px;
	background: -webkit-gradient(linear, right top, left top, color-stop(-1.52%, rgba(122, 151, 255, .5)), color-stop(109.98%, rgba(171, 190, 255, 0)));
	background: linear-gradient(270deg, rgba(122, 151, 255, .5) -1.52%, rgba(171, 190, 255, 0) 109.98%);
}

.picture-section {
	position: relative;
	overflow: hidden;
}

.picture-section .section-bg img {
	width: 200%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	height: auto;
}

.picture-section .info-cta-block {
	text-align: left;
	margin: 0;
	max-width: none;
}

.picture-section .dots-list {
	display: block;
}

.picture-section .dots-list li {
	max-width: 100%;
	margin-bottom: 20px;
}

.picture-section .dots-list li::before {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.hero-slider {
	display: none;
}

.hero-slider.animate .slide {
	-webkit-animation: HeroSliderAnimation 15s linear infinite;
	animation: HeroSliderAnimation 15s linear infinite;
}

.hero-slider .slide {
	position: absolute;
	-webkit-transform: scale(.5);
	transform: scale(.5);
	opacity: 0;
}

.hero-slider .slide:nth-child(1) {
	left: 0;
	top: 30%;
}

.hero-slider .slide:nth-child(2) {
	right: 4%;
	top: 36%;
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
}

.hero-slider .slide:nth-child(3) {
	left: 0;
	top: 53%;
	-webkit-animation-delay: 6s;
	animation-delay: 6s;
}

.hero-slider .slide:nth-child(4) {
	left: 2%;
	bottom: 21%;
	-webkit-animation-delay: 9s;
	animation-delay: 9s;
}

.hero-slider .slide:nth-child(5) {
	right: 5%;
	bottom: 15%;
	-webkit-animation-delay: 12s;
	animation-delay: 12s;
}

.hero-card {
	background: url("https://cdn-ilddnkl.nitrocdn.com/WqZeSxAeWPHLEPooVhGObCqkhRLNLrLj/assets/images/optimized/rev-4f27ff6/www.dataminr.com/wp-content/themes/bigdrop-theme/dist/images/hero-slide-bg.jpg") repeat-y;
	background-size: 100% auto;
	border: 1px solid;
	-o-border-image: linear-gradient(121deg, #fff -13.38%, rgba(255, 255, 255, 0) 91.48%) 1;
	border-image: linear-gradient(121deg, #fff -13.38%, rgba(255, 255, 255, 0) 91.48%) 1;
	width: 320px;
	padding: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
}

.hero-card.nitro-lazy {
	background-image: none !important;
}

.hero-card .icon-holder {
	width: 26px;
	height: 26px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.hero-card .icon-holder img, .testimonials-card img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.hero-card .category, .hero-card .time, .hero-card p {
	font-weight: 600;
	font-size: 9px;
	line-height: 1.5;
}

.hero-card .category {
	letter-spacing: .05em;
	text-transform: uppercase;
	padding: 0 5px;
	background: #0038ff;
	display: inline-block;
	margin-bottom: 6px;
}

.hero-card p {
	font-size: 15px;
	line-height: 150%;
	margin-bottom: 5px;
}

.hero-card .time {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 7px;
}

.hero-card .time svg {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 10px;
}

.hero-card .time svg path {
	fill: #fff;
}

.testimonials-card-list+.logos-bar {
	margin-top: 20px;
}

.testimonials-card .img-holder {
	position: relative;
	z-index: 20;
	overflow: hidden;
	height: 240px;
}

.investors-block, .testimonials-card .wrap {
	padding: 20px;
	background-color: rgba(255, 255, 255, .93);
}

.testimonials-card blockquote {
	padding: 47px 0 24px;
	position: relative;
}

.testimonials-card blockquote::before {
	position: absolute;
	content: "";
	width: 30px;
	height: 24px;
	top: 0;
	left: 0;
	background: url("https://cdn-ilddnkl.nitrocdn.com/WqZeSxAeWPHLEPooVhGObCqkhRLNLrLj/assets/images/optimized/rev-4f27ff6/www.dataminr.com/wp-content/themes/bigdrop-theme/dist/images/quote-icon.svg") no-repeat center;
	background-size: cover;
}

.testimonials-card blockquote p {
	font-weight: 400;
	font-size: 20px;
	line-height: 1.45;
	margin-bottom: 20px;
	color: #20262c;
}

.testimonials-card blockquote cite {
	display: block;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	font-style: normal;
	color: rgba(32, 38, 44, .8);
}

.testimonials-card blockquote cite strong {
	display: block;
	margin-bottom: 8px;
	font-size: 18px;
	font-weight: 400;
	color: #20262c;
}

.testimonials-card .button {
	margin-top: auto;
}

.investors-block {
	padding: 30px 20px;
}

.investors-block .title {
	font-weight: 400;
	color: #20262c;
	margin-bottom: 30px;
	text-align: center;
}

.investors-slider {
	width: 100%;
}

.investors-slider .logo-holder, .investors-slider .slick-dots {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.investors-slider .logo-holder {
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.investors-slider img {
	max-width: 100%;
	max-height: 100%;
}

.investors-slider .slick-dots {
	padding-top: 30px;
}

.investors-slider .slick-arrow {
	position: absolute;
	right: -3px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: auto;
	height: auto;
	border: 0;
	padding: 0;
	-webkit-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
}

.investors-slider .slick-arrow.slick-disabled {
	opacity: .2;
	pointer-events: none;
}

.investors-slider .slick-arrow.slick-prev {
	right: 27px;
}

.main, .wrapper {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.main {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding-top: 60px;
}

.wrapper {
	position: relative;
	overflow-x: clip;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	min-height: 100vh;
	height: 100%;
}

.footer, .header, .wrapper {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.container {
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
}

.container .double-col-view, .container.double-col-view {
	display: grid;
	gap: 20px;
}

.container .double-col-view .content, .container .double-col-view .content li, .container.double-col-view .content, .container.double-col-view .content li {
	font-size: 18px;
	line-height: 1.45;
}

.container .double-col-view .content blockquote, .container.double-col-view .content blockquote {
	background: #fff;
	padding: 87px 30px 30px;
}

.container .double-col-view .content blockquote:before, .container.double-col-view .content blockquote:before {
	width: 31px;
	height: 24px;
	top: 30px;
	left: 30px;
}

.container .double-col-view .content blockquote cite, .container.double-col-view .content blockquote cite {
	font-size: 14px;
	font-weight: 600;
}

.container .double-col-view .content blockquote cite strong, .container.double-col-view .content blockquote cite strong {
	font-size: 18px;
	line-height: 1.45;
	font-weight: 400;
	margin: 0 0 6px;
}

.light-bg:not(.indents-internal-top) .aside-col.content, .light-bg:not(.indents-internal-top) .aside-col.content .content {
	margin-top: 49px;
}

.indent-bottom {
	margin-bottom: 60px;
}

.indent-top {
	margin-top: 60px;
}

.indents-internal-small-top, .indents-internal-top {
	padding-top: 30px;
}

.indents-internal-bottom, .indents-internal-small-bottom {
	padding-bottom: 30px;
}

.line {
	padding: 0;
	margin: 0;
	border: 0;
	display: block;
	width: 100%;
	height: 1px;
	background: -webkit-gradient(linear, left top, right top, color-stop(-1.52%, rgba(0, 56, 255, .5)), color-stop(109.98%, rgba(0, 56, 255, .075)));
	background: linear-gradient(90deg, rgba(0, 56, 255, .5) -1.52%, rgba(0, 56, 255, .075) 109.98%);
}

@media (min-width:568px) {
	.event-information-row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.event-information-row li {
		margin-right: 21px;
		padding: 2px 17px 2px 0;
	}
	
	.event-information-row li:before {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		width: 1px;
		opacity: .2;
		background: currentColor;
		content: "";
	}
	
	.article-privacy-box, .form-box .double-col {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.form-box .double-col .form-item {
		width: calc(50% - 10px);
	}
	
	.hero-section.with-picture .button-holder .button, .hero-section.with-video .button-holder .button, .upcoming-event-section .container>.button-holder .button {
		width: auto;
	}
	
	.hero-section.with-banner .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.article-privacy-box .button-holder {
		text-align: right;
		-webkit-box-flex: 1;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
	}
	
	.article-info-slider {
		padding: 30px;
	}
	
	.article-info-columns {
		gap: 40px 20px;
		grid-template-columns: repeat(2, 1fr);
	}
	
	.post-list-slider .post-card {
		width: calc(50vw - 30px) !important;
	}
	
	.post-card {
		width: calc(50% - 10px);
		max-width: 540px;
		min-height: 318px;
	}
	
	.post-card.horizontal-view {
		width: calc(50% - 10px);
		max-width: 1100px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.post-card.horizontal-view .post-card-img {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(50% - 8px);
		flex: 0 0 calc(50% - 8px);
		display: none;
		height: auto;
	}
	
	.post-card .label {
		max-width: 58%;
	}
	
	.info-card {
		width: calc(( 100% - 20px ) / 2);
	}
	
	.featured-block {
		display: grid;
		grid-template-columns: 1fr;
	}
	
	.featured-block .featured-content-slider {
		width: calc(100vw - 40px);
	}
	
	.featured-block .logos-block {
		padding: 30px 100px;
	}
	
	.featured-slider .featured-block {
		grid-template-columns: 60% auto;
	}
	
	.featured-slider .slick-slide {
		padding: 0;
	}
	
	.featured-slider .slick-dots {
		left: 40%;
	}
	
	.media-comment .img-holder {
		padding-bottom: 90%;
	}
	
	.upcoming-event-section .container>.button-holder {
		text-align: left;
	}
	
	.upcoming-event {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 20px;
	}
	
	.upcoming-event.reverse {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	
	.upcoming-event .picture {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.5%;
		flex: 0 0 41.5%;
		-ms-flex-item-align: start;
		align-self: flex-start;
	}
	
	.upcoming-event .picture:before {
		padding-top: 53.1%;
	}
	
	.upcoming-event .text {
		padding: 6px 0 0;
		background: 0 0;
	}
	
	.upcoming-event .text>* {
		margin: 0 0 19px;
	}
	
	.upcoming-event .button-holder {
		padding-top: 0;
	}
	
	.upcoming-event .button-holder .button {
		width: auto;
	}
	
	.filter>* {
		width: calc(50% - 10px);
	}
	
	.team-list {
		grid-template-columns: 1fr 1fr;
	}
	
	.aside-col.content .speaker-list, .hero-section .speaker-list {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.logos-bar {
		margin: 0;
	}
	
	.location-item {
		grid-template-columns: auto -webkit-min-content;
		grid-template-columns: auto min-content;
	}
	
	.location-item .h6, .location-item h6 {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	
	.location-item .h3, .location-item h3 {
		grid-column: 1/span 2;
	}
	
	.position-card .holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		gap: 20px;
	}
	
	.position-card .path-right {
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}
	
	.position-card .path-left {
		max-width: 485px;
	}
	
	.awards-list, .details-card .details-list {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.statistic-list {
		width: 100%;
		max-width: 540px;
		margin-left: -20px;
	}
}

@media (min-width:768px) {
	.hbspt-form .form-columns-3, form fieldset.form-columns-2, form fieldset.form-columns-3 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
	}
	
	.hbspt-form .form-columns-3 .hs-form-field, form fieldset.form-columns-2>*, form fieldset.form-columns-3>* {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 0px;
		flex: 1 1 0;
	}
	
	.hbspt-form .form-columns-3 .hs-form-field {
		float: none !important;
		width: auto !important;
	}
	
	.hbspt-form .form-columns-3 .input {
		margin-right: 0 !important;
	}
	
	.relevanssi-live-search-result p, .relevanssi-live-search-result-status p {
		padding: 13px 5px !important;
	}
	
	.wp-caption.alignleft {
		float: left;
		margin: 0 20px 20px 0;
		text-align: left;
	}
	
	.wp-caption.alignright {
		text-align: right;
	}
	
	img.alignleft {
		float: left;
		margin: 0 20px 20px 0;
	}
	
	.wp-caption.alignright, img.alignright {
		float: right;
		margin: 0 0 20px 20px;
	}
	
	.gallery .gallery-item {
		width: 50%;
	}
	
	.hero-section.with-btn-down:first-child:not(.indent-bottom) {
		margin-bottom: 40px;
	}
	
	.hero-section.with-btn-down .hero-holder {
		padding: 100px 0;
	}
	
	.hero-section.with-btn-down .scroll-down {
		display: block;
		margin: 0;
		position: absolute;
		bottom: 50px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		z-index: 40;
	}
	
	.hero-section.with-picture .hero-holder, .hero-section.with-video .hero-holder {
		min-height: 400px;
	}
	
	.hero-section.with-picture .hero-title, .hero-section.with-video .hero-title {
		padding-top: 0;
		max-width: 46%;
	}
	
	.hero-section.with-picture:not(.light-bg) .breadcrumbs, .hero-section.with-video:not(.light-bg) .breadcrumbs {
		position: static;
	}
	
	.hero-section.with-picture .bg, .hero-section.with-video .bg {
		padding-bottom: 550px;
		left: 10%;
	}
	
	.hero-section.with-picture .bg img, .hero-section.with-video .bg img {
		-o-object-position: right top;
		object-position: right top;
	}
	
	.hero-section.with-picture.full-width-picture .bg, .hero-section.with-video.full-width-picture .bg {
		padding-bottom: 0;
		height: 100%;
		width: 180%;
		-webkit-transform: translateX(-40%);
		transform: translateX(-40%);
	}
	
	.hero-section .video-bg:after {
		top: auto;
		bottom: 0;
		height: 200px;
	}
	
	.hero-section.error-page .hero-title {
		padding-left: 100px;
		max-width: 80%;
	}
	
	.hero-section .big-title, .hero-section.error-page .hero-title .button-holder {
		text-align: left;
	}
	
	.hero-section .big-title+p {
		text-align: left;
		margin: 0;
	}
	
	.breadcrumbs {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.cutout-cta .two-column {
		text-align: center;
	}
	
	.cutout-cta .button {
		width: auto;
	}
	
	.cutout-cta.with-picture.half-picture .picture img {
		width: auto;
		position: absolute;
		right: 0;
		top: 0;
	}
	
	.cutout-cta.with-bg .two-column, .cutout-cta.with-picture .two-column {
		text-align: left;
		max-width: 63%;
	}
	
	.cutout-cta.with-picture .picture::before {
		display: none;
	}
	
	.cutout-cta.with-bg .picture img, .cutout-cta.with-picture .picture img {
		-o-object-position: 100% 50%;
		object-position: 100% 50%;
	}
	
	.content .checked-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	
	.content .checked-block>* {
		margin-bottom: 0;
	}
	
	.content .checked-block .check-list, .content .checked-block ol, .content .checked-block ul {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		width: 316px;
		margin-left: 104px;
	}
	
	.content .custom-media-box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	
	.content .custom-media-box.revers .wrap {
		padding: 0 50px 0 0;
	}
	
	.content .custom-media-box.white .img-holder {
		width: 260px;
	}
	
	.content .custom-media-box.white .wrap {
		padding: 30px;
	}
	
	.content .custom-media-box .img-holder {
		height: auto;
		width: 272px;
		min-height: 272px;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		margin-bottom: 0;
	}
	
	.content .custom-media-box .wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding-left: 50px;
	}
	
	.content .stats-block {
		margin: 0 0 -50px -180px;
	}
	
	.content .stats-block .item {
		margin: 0 0 50px 180px;
		width: calc(50% - 180px);
	}
	
	.content .stats-block .item:nth-child(even):after {
		left: -90px;
	}
	
	.content .custom-box, .content .three-columns-info {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	
	.content .three-columns-info {
		margin: 0 -10px;
	}
	
	.content .three-columns-info .item {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 0px;
		flex: 1 1 0;
		margin: 0 10px;
	}
	
	.content .custom-box {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	
	.content .custom-box .white-box {
		margin-top: 0;
		width: 340px;
		margin-left: 41px;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		padding: 34px;
	}
	
	.content .custom-box .white-box .stats-block {
		margin: 0 0 -24px -24px;
	}
	
	.content .custom-box .white-box .stats-block .item:after, .content .custom-box .white-box .stats-block:after, .featured-block .featured-content-slider .slick-track:after, .featured-block .featured-content-slider .slick-track:before {
		display: none;
	}
	
	.content .custom-box .white-box .stats-block .item {
		margin: 0 0 24px 24px;
		width: calc(50% - 24px);
	}
	
	.article-info-box {
		padding: 40px;
	}
	
	.article-content-add-info {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	
	.article-content-add-info .additional-post {
		margin-top: 0;
	}
	
	.post-list-slider .post-card.horizontal-view {
		width: calc(66.66vw - 30px) !important;
	}
	
	.post-list-slider .post-card {
		width: calc(33.33vw - 20px) !important;
	}
	
	.post-card {
		width: calc(33.33% - 14px);
	}
	
	.post-card.horizontal-view {
		width: calc(66.66% - 10px);
	}
	
	.post-card.horizontal-view .post-card-img {
		display: block;
	}
	
	.featured-block, .media-list {
		grid-template-columns: 1fr 1fr;
	}
	
	.featured-block {
		min-height: 400px;
	}
	
	.featured-block .featured-content-slider {
		width: calc(50vw - 40px);
	}
	
	.featured-block .featured-content-slider .slick-track {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	
	.featured-block .featured-content-slider .slick-slide {
		float: none;
		height: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	
	.featured-block .featured-content-slider .slick-slide>div {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	
	.featured-block .featured-content-slider .featured-content {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	.featured-block .featured-media {
		padding-bottom: 65%;
	}
	
	.featured-block .logos-block {
		padding: 30px;
	}
	
	.featured-block.with-careers-slider .featured-media {
		overflow: hidden;
		text-overflow: ellipsis;
	}
	
	.featured-slider .featured-block {
		grid-template-columns: 1fr 1fr;
	}
	
	.featured-slider .slick-dots {
		left: 50%;
	}
	
	.media-comments-slider {
		padding-bottom: 0;
	}
	
	.media-comments-slider::before {
		bottom: 0;
	}
	
	.media-comments-slider .slick-dots {
		bottom: 30px;
		left: 20px;
	}
	
	.media-comments-slider .slick-dots li button {
		background: rgba(32, 38, 44, .2);
	}
	
	.media-comment {
		display: grid;
		grid-template-columns: 1fr 40.8%;
		min-height: 400px;
	}
	
	.media-comment .content-holder {
		padding-bottom: 68px;
	}
	
	.media-comment .img-holder {
		height: 100%;
		padding: 0;
	}
	
	.upcoming-event-section .container>* {
		padding-top: 40px;
	}
	
	.upcoming-event-section .container .content-col, .upcoming-event-section.with-form .container .aside-col {
		grid-column: 1/span 2;
	}
	
	.upcoming-event-section .container .aside-col {
		grid-column: 1/2;
		grid-row: 1/2;
	}
	
	.upcoming-event-section .filter .filter-col {
		max-width: 100%;
		width: calc(50% - 10px);
	}
	
	.upcoming-event.big-view {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	
	.upcoming-event.big-view .picture {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 49.9%;
		flex: 0 0 49.9%;
	}
	
	.upcoming-event.big-view .picture:before {
		padding-top: 51.8%;
	}
	
	.upcoming-event.big-view .text {
		padding: 0;
	}
	
	.upcoming-event .category {
		margin: 0 0 20px;
	}
	
	.upcoming-event-slider {
		width: auto;
		margin-right: 0;
	}
	
	.featured-details .holder {
		grid-template-columns: 48% 1fr;
		margin-bottom: 42px;
	}
	
	.featured-details .content-holder .segment {
		margin-top: 42px;
	}
	
	.featured-details .img-holder {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	
	.featured-details .check-list {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 0 30px;
	}
	
	.person-details .part-media {
		height: 400px;
	}
	
	.add-to-calendar-button, .event-tomb {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.add-to-calendar-button .col:before, .event-tomb .col:before {
		top: 0;
		height: auto;
		width: 1px;
		bottom: 0;
		right: -16px;
		left: auto;
		background: -webkit-gradient(linear, left top, left bottom, color-stop(-1.52%, rgba(0, 56, 255, .5)), color-stop(109.98%, rgba(0, 56, 255, .075)));
		background: linear-gradient(180deg, rgba(0, 56, 255, .5) -1.52%, rgba(0, 56, 255, .075) 109.98%);
	}
	
	.testimonials-slider .testimonial-card {
		height: auto;
	}
	
	.description-block+.button-holder {
		text-align: center;
	}
	
	.description-block+.button-holder .button {
		width: auto;
	}
	
	.location-item .category {
		padding: 4px 8px;
		margin: 0 -1px 0 0;
	}
	
	.page-title.article-details {
		padding-top: 0;
	}
	
	.page-title.article-details .breadcrumbs {
		margin-bottom: 40px;
	}
	
	.page-title .share-custom-box, .page-title .share-custom-box .box {
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
	}
	
	.page-title .share-custom-box {
		z-index: 20;
		position: relative;
	}
	
	.page-title .share-custom-box.active .box {
		opacity: 1;
		pointer-events: all;
	}
	
	.page-title .share-custom-box .box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		min-width: 252px;
		position: absolute;
		left: 100%;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		opacity: 0;
		pointer-events: none;
		margin: 0 0 0 30px;
		-webkit-transition: opacity .5s ease-in-out;
		transition: opacity .5s ease-in-out;
	}
	
	.search-form .search-row .search-btn svg {
		width: 32px;
		height: 32px;
	}
	
	.search-section .container {
		grid-template-columns: 340px auto;
	}
	
	.careers-slider-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		max-width: 100%;
		height: 100%;
	}
	
	.careers-slider-nav {
		left: 36px;
		bottom: 36px;
		right: 36px;
	}
	
	.career-card {
		padding: 200px 16px 16px;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
	
	.career-card .img-holder {
		bottom: 0;
		height: auto;
	}
	
	.statistic-list, .statistic-list .slide {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	
	.statistic-list {
		max-width: 100%;
		margin-left: 0;
	}
	
	.statistic-list .slide {
		padding: 0 20px;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		width: calc(25% + 20px / 2);
	}
	
	.statistic-list .slide:first-of-type, .statistic-list .slide:last-of-type {
		width: calc(25% - 20px / 2);
	}
	
	.statistic-list .slide:first-of-type {
		padding-left: 0;
	}
	
	.statistic-list .slide:last-of-type {
		padding-right: 0;
	}
	
	.statistic-list .slide:last-of-type::after {
		display: none;
	}
	
	.statistic-card .number {
		margin-bottom: 8px;
	}
	
	.info-cta-block {
		max-width: 680px;
		margin: 0 auto;
		text-align: center;
	}
	
	.info-cta-block .dots-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		gap: 20px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		text-align: left;
	}
	
	.info-cta-block .dots-list>li {
		margin-bottom: 0;
		max-width: calc(33% - 40px / 3);
	}
	
	.info-cta-block .button-holder .button {
		width: auto;
	}
	
	.comments-slider {
		margin-bottom: 40px;
	}
	
	.comments-slider-nav {
		padding-top: 0;
	}
	
	.comments-slider-nav .segment {
		position: static;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	
	.hero-slider {
		position: absolute;
		display: block;
		top: 0;
		bottom: 0;
		right: 0;
		z-index: 3;
		width: 46%;
	}
	
	.testimonials-card, .testimonials-card-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	
	.testimonials-card-list {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-left: -20px;
	}
	
	.testimonials-card-list .testimonials-card {
		width: calc(50% - 20px);
		margin-left: 20px;
	}
	
	.testimonials-card {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.testimonials-card .img-holder {
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}
	
	.testimonials-card .wrap {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	
	.indents-internal-small-top, .indents-internal-top {
		padding-top: 60px;
	}
	
	.indents-internal-bottom {
		padding-bottom: 60px;
	}
	
	.indents-internal-small-bottom {
		padding-bottomtop: 60px;
	}
}

@media (min-width:1024px) {
	.heading.two-column {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	
	.heading.two-column .column {
		width: calc(50% - 25px);
	}
	
	.heading-box {
		margin: 0 0 50px;
	}
	
	.sticky-form {
		position: sticky;
		top: 60px;
	}
	
	.with-bottom-bg .section-bg, .with-top-bg .section-bg {
		width: 100%;
		height: auto;
		min-width: 1000px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		display: block;
	}
	
	.with-bottom-bg .section-bg img, .with-top-bg .section-bg img {
		width: 100%;
		height: auto;
	}
	
	.slick-arrow {
		width: 42px;
		height: 42px;
	}
	
	.hero-section.with-picture .bg, .hero-section.with-video .bg {
		width: 58%;
		top: 0;
		bottom: 0;
		left: auto;
		right: 0;
		padding-bottom: 0;
	}
	
	.hero-section.with-picture.full-width-picture .bg, .hero-section.with-video.full-width-picture .bg {
		width: 100%;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	.hero-section .double-col-view {
		padding-top: 90px;
	}
	
	.hero-section .double-col-view .aside-picture {
		max-width: 970px;
		margin: 0 -25% 0 -18%;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		width: auto;
	}
	
	.hero-section.with-banner:first-child:not(.indent-bottom) {
		margin-bottom: 40px;
	}
	
	.hero-section.with-banner:first-child:not(.indents-internal-bottom) {
		padding-bottom: 60px;
	}
	
	.hero-section.with-banner .hero-holder {
		margin-bottom: 0;
		min-height: auto;
	}
	
	.hero-section.with-banner .hero-bottom {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		margin-top: -50px;
	}
	
	.hero-section.with-banner .hero-banner {
		padding: 30px 30px 30px 34px;
		width: 60%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 30px;
	}
	
	.hero-section.with-banner .hero-banner .button-holder {
		margin-top: 0;
	}
	
	.hero-title+.featured-slider, .hero-title+.upcoming-event {
		margin-top: 50px;
	}
	
	.text-template-section {
		padding: 80px 0;
	}
	
	.hero-section.with-banner .hero-banner, .text-template-footer {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	
	.text-template-footer .article-date, .text-template-footer .share .title {
		margin-bottom: 0;
	}
	
	.text-template-footer, .text-template-footer .share {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 24px;
	}
	
	.text-template .logos-slider {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	
	.article-content-holder, .tags-holder {
		width: 100%;
		max-width: 821px;
		margin: 0 auto;
	}
	
	.tags-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	
	.tags-holder .tags-list {
		padding-bottom: 0;
	}
	
	.tags-holder .share-list {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		max-width: 40%;
		margin-left: 20px;
	}
	
	.block-list {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-template-rows: auto;
		grid-gap: 40px 20px;
		grid-template-areas: "heading heading more" "list list list";
	}
	
	.block-list .heading {
		grid-area: heading;
		margin-bottom: 0;
	}
	
	.block-list .list {
		grid-area: list;
		margin-bottom: 0;
	}
	
	.block-list .view-more {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		grid-area: more;
	}
	
	.post-list-slider {
		margin: 0;
	}
	
	.post-list-slider .slick-dots {
		padding: 20px 0 0;
	}
	
	.post-list.grid-list {
		margin-right: 0;
		max-width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		gap: 20px;
		margin-bottom: -106px;
	}
	
	.post-list.grid-list .post-card {
		-ms-flex-item-align: stretch;
		align-self: stretch;
	}
	
	.info-list.three-column .info-card {
		width: calc(( 100% - 40px ) / 3);
	}
	
	.info-list.big-cards .info-card {
		width: calc(( 100% - 20px ) / 2);
		padding: 40px;
	}
	
	.info-list.with-images .img-holder {
		margin: -40px -40px 40px;
	}
	
	.info-card {
		width: calc(( 100% - 60px ) / 4);
	}
	
	.media-list {
		grid-template-columns: repeat(3, 1fr);
	}
	
	.cascade-list .media-card:nth-child(even) .img-holder {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}
	
	.featured-block .featured-media {
		padding-bottom: 0;
		height: 100%;
	}
	
	.featured-block .logos-block {
		padding: 30px;
	}
	
	.featured-media-slider {
		padding: 40px 68px;
	}
	
	.colored-block {
		padding: 60px;
	}
	
	.link-row {
		margin: 0;
	}
	
	.link-row ul {
		padding: 26px 4px;
	}
	
	.upcoming-event-section .filter .filter-col {
		max-width: 100%;
		width: calc(33.33% - 14px);
	}
	
	.filter>* {
		width: calc(25% - 15px);
	}
	
	.aside-col .filter>* {
		max-width: 400px;
		width: 100%;
	}
	
	.filter-col.search {
		margin-left: auto;
	}
	
	.team-section .tab-link {
		margin-bottom: 50px;
	}
	
	.team-list {
		grid-template-columns: repeat(3, 1fr);
	}
	
	.tab-link {
		margin: 0;
	}
	
	.tab-link ul {
		padding: 0;
	}
	
	.description-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		background: #fff;
		padding: 80px;
		gap: 30px;
	}
	
	.description-block .subnavigation {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		width: 300px;
		padding: 0;
	}
	
	.description-block .subnavigation li a::before, .description-block .subnavigation li::before {
		width: 1px;
		top: 0;
		height: 100%;
	}
	
	.description-block .subnavigation li a {
		padding: 18px 30px;
		white-space: normal;
	}
	
	.description {
		padding: 0;
		background: 0 0;
	}
	
	.logos-bar, .logos-slider {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	
	.logos-bar, .logos-bar .logos-slider {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	
	.logos-bar .logos-slider {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.logos-bar .button-holder {
		margin: 0 0 0 8%;
		text-align: right;
	}
	
	.logos-slider {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		grid-gap: 20px;
	}
	
	.logos-slider .slide {
		max-width: calc(20% - 17px);
		width: auto;
		min-width: 88px;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}
	
	.logos-slider .logo-holder {
		max-width: none;
		height: 60px;
		padding: 5px 0;
	}
	
	.accordion {
		width: 40%;
		margin-right: auto;
		min-height: 420px;
	}
	
	.colored-block .accordion.full-height-image .accordion-item .image {
		top: -60px;
		right: -60px;
		width: calc(65% - 70px);
		height: calc(100% + 120px);
	}
	
	.accordion-item .image {
		position: absolute;
		right: 0;
		top: 0;
		width: calc(60% - 30px);
		height: 100%;
		margin: 0;
		opacity: 0;
		-webkit-transition: opacity .3s ease-in;
		transition: opacity .3s ease-in;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		overflow: hidden;
	}
	
	.accordion-item .image.showed {
		opacity: 1;
	}
	
	.accordion-item .image img {
		height: 100%;
		width: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}
	
	.positions-section .positions-filter .filter {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	
	.positions-section .positions-filter .filter-col {
		width: 29%;
	}
	
	.positions-section .positions-filter .filter-col:first-child {
		margin-right: auto;
	}
	
	.job-details-section {
		margin: 80px 0;
	}
	
	.job-details {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 30px;
	}
	
	.job-details .share-block {
		position: sticky;
		top: 78px;
		left: 0;
		-ms-flex-item-align: start;
		align-self: flex-start;
		border: 1px solid;
		-o-border-image: linear-gradient(113.12deg, rgba(255, 255, 255, 0) 10%, #0350b4 78.68%) 1;
		border-image: linear-gradient(113.12deg, rgba(255, 255, 255, 0) 10%, #0350b4 78.68%) 1;
	}
	
	.job-details .aside-left, .job-details .aside-right {
		width: 250px;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}
	
	.details-card {
		margin: 0;
		padding: 16px;
		position: sticky;
		top: 78px;
		left: 0;
		-ms-flex-item-align: start;
		align-self: flex-start;
	}
	
	.details-card .button-holder .button {
		width: auto;
	}
	
	.awards-block {
		border: 1px solid;
		-o-border-image: linear-gradient(113.12deg, rgba(255, 255, 255, 0) 10%, #0350b4 78.68%) 1;
		border-image: linear-gradient(113.12deg, rgba(255, 255, 255, 0) 10%, #0350b4 78.68%) 1;
	}
	
	.awards-list, .details-card .details-list {
		grid-template-columns: 1fr;
	}
	
	.award-card {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.statistic-list .slide {
		padding: 0 30px;
		width: calc(25% + 30px / 2);
	}
	
	.statistic-list .slide:first-of-type, .statistic-list .slide:last-of-type {
		width: calc(25% - 30px / 2);
	}
	
	.statistic-card .number {
		font-size: 60px;
		margin-bottom: 16px;
	}
	
	.statistic-card p {
		font-size: 18px;
	}
	
	.info-cta-block .category, .info-cta-block .h2, .info-cta-block h2, .info-cta-block p {
		margin-bottom: 20px;
	}
	
	.info-cta-block .dots-list {
		margin-top: 30px;
	}
	
	.info-cta-block .button-holder {
		margin-top: 36px;
	}
	
	.comments-section.with-top-button .section-title {
		position: relative;
		z-index: 20;
		padding-right: 30%;
	}
	
	.comments-section.with-top-button .section-title .button-holder {
		position: absolute;
		right: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		max-width: 30%;
		margin-top: 0;
		z-index: 10;
	}
	
	.picture-section {
		min-height: 41.57vw;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	
	.picture-section .container {
		width: 100%;
	}
	
	.picture-section .section-bg {
		position: absolute;
		top: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 100%;
		height: 100%;
	}
	
	.picture-section .section-bg img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	.picture-section .info-cta-block {
		max-width: 50%;
	}
	
	.hero-slider .slide:nth-child(3) {
		right: 37%;
		left: auto;
	}
	
	.container .double-col-view, .container.double-col-view {
		gap: 9.5%;
		grid-template-columns: 41% auto;
	}
}

@media (min-width:1024px) and (min-width:1800px) {
	.accordion-item .image {
		width: calc(65% - 130px);
	}
}

@media (min-width:1200px) {
	input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], select, textarea {
		padding: 16px 24px;
		height: 56px;
	}
	
	.h1, h1 {
		font-size: 48px;
		line-height: 1.16;
		font-weight: 300;
	}
	
	.h2, h2 {
		font-size: 32px;
		line-height: 1.36;
	}
	
	.h3, .h4, h3, h4 {
		font-size: 26px;
		line-height: 1.3;
	}
	
	.h4, h4 {
		font-size: 22px;
	}
	
	.content blockquote cite, .h5, h5 {
		font-size: 18px;
	}
	
	.h6, h6 {
		font-size: 13px;
	}
	
	.check-list li, .content li, .dots-list li, .numbered-list li {
		font-size: 18px;
		line-height: 1.5;
	}
	
	.content ul:not(.check-list)>li::before, ul.dots-list:not(.check-list)>li::before {
		top: 9px;
	}
	
	.content ol.official-style ol li:before, ol.numbered-list.official-style ol li:before {
		margin-top: 2px;
	}
	
	.content ol>li:before, ol.numbered-list>li:before {
		width: 24px;
		height: 24px;
		font-size: 14px;
	}
	
	.check-list>li::before {
		width: 24px;
		height: 24px;
		background-size: 16px;
	}
	
	.heading {
		font-size: 20px;
	}
	
	.heading.two-column .column {
		width: calc(50% - 50px);
	}
	
	.sticky-form {
		top: 62px;
	}
	
	.form-box {
		padding: 50px;
	}
	
	.form-item .jcf-select~label, .form-item input+label, .form-item select~label {
		margin: 0 0 4px;
		-webkit-transform: translate(24px, 43px);
		transform: translate(24px, 43px);
	}
	
	.video-single-holder .play-video {
		width: 64px;
		height: 64px;
	}
	
	.video-single-holder .play-video:before {
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
		border-left: 14px solid #0038ff;
	}
	
	.relevanssi-live-search-results .live-ajax-messages .screen-reader-text {
		padding: 0 !important;
	}
	
	.relevanssi-live-search-result p, .relevanssi-live-search-result-status p {
		padding: 13px 0 !important;
	}
	
	.relevanssi-live-search-no-results {
		padding: 14px 0 !important;
	}
	
	.jcf-select {
		height: 56px;
	}
	
	.jcf-select .jcf-select-text {
		padding: 16px 24px;
	}
	
	.jcf-list .jcf-optgroup-caption {
		line-height: 20px;
	}
	
	.header::before {
		height: 62px;
	}
	
	.header-top, .header-top .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.header-top {
		pointer-events: none;
		position: absolute;
		padding: 0;
		top: 0;
		bottom: 0;
	}
	
	.header-top .container {
		height: 100%;
		width: 100%;
	}
	
	.header-top .holder {
		height: 100%;
	}
	
	.header-bottom, .header-top .logo {
		position: relative;
		pointer-events: auto;
	}
	
	.header-top .logo {
		width: 142px;
		height: 21px;
		z-index: 20;
	}
	
	.header-bottom {
		bottom: auto;
		padding-left: calc(50% - 418px);
		overflow: visible;
		opacity: 1;
		visibility: visible;
		background: 0 0;
		border-bottom: 1px solid rgba(255, 255, 255, .16);
	}
	
	.header-search-block {
		margin-bottom: 0;
		padding: 0;
		position: relative;
	}
	
	.header-search-block .open-search {
		display: block;
		height: 100%;
		padding: 0 22px;
		cursor: pointer;
		background: 0 0;
		border: 0;
		border-left: 1px solid rgba(255, 255, 255, .16);
	}
	
	.header-search-block .open-search span, .header-subnavigation .subnavigation-link span, .header-subnavigation::before {
		display: none;
	}
	
	.header-search-block .header-search {
		position: absolute;
		top: 100%;
		right: 0;
		background: #edeff4;
		color: #20262c;
		padding: 34px;
		width: 536px;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		-webkit-transition: opacity .4s, visibility .4s;
		transition: opacity .4s, visibility .4s;
	}
	
	.header-search-block .header-search form {
		margin-bottom: 24px;
	}
	
	.header-search-block .header-search input {
		border-bottom: 1px solid rgba(32, 38, 44, .5);
		color: #20262c;
	}
	
	.header-search-block .header-search input::-webkit-input-placeholder {
		color: rgba(32, 38, 44, .6);
	}
	
	.header-search-block .header-search input::-moz-placeholder {
		color: rgba(32, 38, 44, .6);
	}
	
	.header-search-block .header-search input::-ms-input-placeholder {
		color: rgba(32, 38, 44, .6);
	}
	
	.header-search-block .header-search input::placeholder {
		color: rgba(32, 38, 44, .6);
	}
	
	.header-search-block .header-search button svg path {
		fill: #20262c;
	}
	
	.header-search-block .header-search .quick-links-block {
		display: block;
	}
	
	.header-subnavigation {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	
	.header-subnavigation .subnavigation-links>* {
		width: auto;
	}
	
	.header-subnavigation .subnavigation-link {
		border-top: none;
		padding-left: 22px;
		padding-right: 22px;
		border-left: 1px solid rgba(255, 255, 255, .16);
	}
	
	.header-subnavigation .subnavigation-link:first-child {
		border-right: none;
	}
	
	.header-subnavigation .subnavigation-link svg {
		width: 16px;
		height: 16px;
	}
	
	.button-menu {
		display: none;
	}
	
	.menu {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		height: auto;
		padding: 0;
		position: static;
	}
	
	.main-menu {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		margin-bottom: 0;
		padding: 0;
		margin-right: 15px;
	}
	
	.main-menu, .main-menu>li, .main-menu>li>a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	
	.main-menu>li {
		border-bottom: none;
		padding: 0;
	}
	
	.main-menu>li.has-submenu.active>a, .no-touch .main-menu>li:hover>a {
		background: #edeff4;
		-webkit-transition: background .4s;
		transition: background .4s;
	}
	
	.main-menu>li.has-submenu.active>a span, .no-touch .main-menu>li:hover>a span {
		color: #20262c;
	}
	
	.main-menu>li>a {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 0 17px;
		text-align: center;
		-webkit-transition: background .4s;
		transition: background .4s;
	}
	
	.touch .main-menu>li>a {
		padding: 0 27px 0 17px;
	}
	
	.main-menu>li>a span {
		font-size: 13px;
		letter-spacing: .05em;
		text-transform: uppercase;
		font-weight: 600;
	}
	
	.main-menu .has-submenu {
		position: static;
	}
	
	.main-menu .has-submenu:first-child {
		position: relative;
	}
	
	.main-menu .has-submenu:first-child .submenu {
		left: 0;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	.main-menu .has-submenu.active .open-submenu:before {
		border: solid #20262c;
		border-width: 0 1.5px 1.5px 0;
		-webkit-transform: translate(-80%, -20%) rotate(225deg);
		transform: translate(-80%, -20%) rotate(225deg);
	}
	
	.main-menu .has-submenu .open-submenu {
		position: relative;
		z-index: 10;
		margin-left: -27px;
		width: 20px;
		height: 26px;
	}
	
	.footer-menu .menu-item-has-children button, .no-touch .main-menu .has-submenu .open-submenu {
		display: none;
	}
	
	.main-menu .has-submenu .open-submenu::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-80%, -80%) rotate(45deg);
		transform: translate(-80%, -80%) rotate(45deg);
		border: solid #fff;
		border-width: 0 1.5px 1.5px 0;
		display: inline-block;
		padding: 2.5px;
	}
	
	.submenu {
		display: block;
		position: absolute;
		top: 100%;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		margin-top: 0;
		pointer-events: none;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: opacity .4s, visibility .4s;
		transition: opacity .4s, visibility .4s;
	}
	
	.submenu .content-wrap {
		width: 350px;
		color: #20262c;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		display: block;
	}
	
	.submenu .links-wrap, .submenu .primary-link a, .submenu-list a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		color: #20262c;
	}
	
	.submenu .links-wrap {
		background: #edeff4;
		padding: 34px;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		gap: 34px;
	}
	
	.submenu .primary-link a, .submenu-list a {
		font-weight: 600;
		font-size: 20px;
		line-height: 1.45;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 8px;
		margin-bottom: 8px;
	}
	
	.submenu .primary-link, .submenu-list {
		display: block;
		width: 270px;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}
	
	.submenu .primary-link p {
		display: block;
		font-weight: 400;
		font-size: 18px;
		line-height: 150%;
	}
	
	.submenu-list {
		width: 238px;
	}
	
	.submenu-list.with-description {
		width: 330px;
	}
	
	.submenu-list li {
		padding-bottom: 30px;
		margin-bottom: 30px;
		border-bottom: 1px solid rgba(32, 38, 44, .2);
	}
	
	.submenu-list li:last-of-type {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: 0;
	}
	
	.submenu-list p {
		display: block;
		font-weight: 400;
		font-size: 14px;
		line-height: 1.45;
	}
	
	.submenu .links-block {
		min-width: 178px;
		max-width: 270px;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}
	
	.submenu .links-block .title {
		color: rgba(32, 38, 44, .5);
		margin-bottom: 16px;
		margin-top: 0;
		font-size: 14px;
	}
	
	.submenu .links-block .submenu-list li a {
		text-transform: uppercase;
	}
	
	.footer {
		padding: 88px 0 54px;
	}
	
	.footer-top {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-bottom: 44px;
		padding-right: 14px;
	}
	
	.footer-logo {
		width: 175px;
		height: 25px;
		margin-bottom: 36px;
	}
	
	.footer-block .h5, .footer-block h5 {
		margin-bottom: 6px;
	}
	
	.footer-info {
		width: 330px;
	}
	
	.footer-info .footer-block {
		max-width: 260px;
		margin-bottom: 25px;
	}
	
	.footer-social {
		margin-bottom: 0;
		margin-top: 24px;
	}
	
	.footer-bottom .copyright {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	
	.footer-bottom button {
		margin: 0 0 0 14px;
	}
	
	.footer-links {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	
	.footer-links li {
		margin-left: 14px;
		margin-bottom: 0;
	}
	
	.footer-menu {
		border-bottom: none;
	}
	
	.footer .sub-menu {
		display: block;
		margin-bottom: 0;
	}
	
	.footer-menu, .footer-subscribe {
		margin-bottom: 0;
	}
	
	.footer-content {
		width: 270px;
	}
	
	.footer-content .footer-block {
		border-bottom: none;
		margin-bottom: 32px;
	}
	
	.footer-content .footer-block:last-of-type {
		margin-bottom: 0;
	}
	
	.footer-bottom {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.footer-nav {
		width: 174px;
	}
	
	.hero-section:first-child:not(.indent-top) {
		margin-top: -62px;
	}
	
	.hero-section:first-child:not(.indents-internal-top) {
		padding-top: 62px;
	}
	
	.hero-section.with-top-bg .h1, .hero-section.with-top-bg h1 {
		margin-bottom: 20px;
	}
	
	.hero-section.with-btn-down:first-child:not(.indent-bottom) {
		margin-bottom: 60px;
	}
	
	.hero-section.with-picture .container, .hero-section.with-video .container {
		min-height: calc(100vh - 70px);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.hero-section.with-picture .hero-holder, .hero-section.with-video .hero-holder {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	
	.hero-section.with-picture .hero-title .h1, .hero-section.with-picture .hero-title .h2, .hero-section.with-picture .hero-title h1, .hero-section.with-picture .hero-title h2, .hero-section.with-video .hero-title .h1, .hero-section.with-video .hero-title .h2, .hero-section.with-video .hero-title h1, .hero-section.with-video .hero-title h2 {
		margin-bottom: 20px;
	}
	
	.hero-section.with-picture .bg, .hero-section.with-video .bg {
		width: 58%;
		top: 0;
		bottom: 0;
		left: auto;
		right: 0;
		padding-bottom: 0;
	}
	
	.hero-section.with-picture.full-width-picture .bg img, .hero-section.with-video.full-width-picture .bg img {
		-o-object-fit: cover;
		object-fit: cover;
	}
	
	.hero-section .link-row:not(:first-child) {
		margin-top: 81px;
	}
	
	.hero-section.next-info .bg {
		bottom: -85px;
	}
	
	.hero-section.next-info .container {
		min-height: calc(760px - 75px);
	}
	
	.hero-section.next-info .hero-holder {
		padding: 7 f0px 0 120px;
	}
	
	.hero-section .double-col-view .aside-title {
		margin: 0 0 50px;
		font-size: 22px;
	}
	
	.hero-section .double-col-view .aside-title ol+ol, .hero-section .double-col-view .aside-title ol+p, .hero-section .double-col-view .aside-title ol+ul, .hero-section .double-col-view .aside-title p+ol, .hero-section .double-col-view .aside-title p+p, .hero-section .double-col-view .aside-title p+ul, .hero-section .double-col-view .aside-title ul+ol, .hero-section .double-col-view .aside-title ul+p, .hero-section .double-col-view .aside-title ul+ul {
		margin-top: 20px !important;
	}
	
	.hero-section .double-col-view .aside-title ul:not(.check-list)>li::before {
		top: 10px;
	}
	
	.hero-section .double-col-view .aside-title ol>li:before {
		width: 24px;
		height: 24px;
	}
	
	.hero-section.with-banner:first-child:not(.indent-bottom) {
		margin-bottom: 0;
	}
	
	.hero-section.with-banner:first-child:not(.indents-internal-bottom) {
		padding-bottom: 110px;
	}
	
	.hero-section.with-banner .bg {
		bottom: -40px;
	}
	
	.hero-section.with-banner .hero-holder .hero-title {
		padding-top: 20px;
	}
	
	.hero-section.with-banner .hero-holder .category {
		margin-bottom: 35px;
	}
	
	.hero-section.with-banner .hero-bottom {
		margin-top: -130px;
	}
	
	.hero-section.with-banner .hero-banner {
		width: 51.1%;
	}
	
	.hero-section.error-page .hero-title {
		margin-left: 100px;
		padding-bottom: 70px;
	}
	
	.hero-section .big-title {
		font-size: 150px;
	}
	
	.hero-section .big-title+p {
		font-size: 26px;
		line-height: 130%;
		letter-spacing: -.26px;
	}
	
	.hero-title {
		padding-top: 90px;
	}
	
	.hero-title .h1, .hero-title .h2, .hero-title h1, .hero-title h2 {
		margin-bottom: 30px;
	}
	
	.content blockquote cite strong, .hero-title p {
		font-size: 22px;
	}
	
	.featured-block .featured-content p+p, .hero-title p+p {
		margin-top: 20px;
	}
	
	.hero-title .button-holder {
		margin-top: 30px;
	}
	
	.cutout-cta {
		padding: 80px 100px 80px 80px;
	}
	
	.cutout-cta .two-column {
		text-align: left;
		display: grid;
		grid-template-columns: 352px 1fr;
		grid-gap: 150px;
	}
	
	.cutout-cta .h1:only-child, .cutout-cta .h2:only-child, .cutout-cta .h3:only-child, .cutout-cta h1:only-child, .cutout-cta h2:only-child, .cutout-cta h3:only-child {
		margin-bottom: 0;
	}
	
	.cutout-cta p {
		display: block;
		opacity: .8;
		margin-bottom: 8px;
		font-size: 22px;
		min-height: 77px;
	}
	
	.cutout-cta .button-holder {
		margin-top: 30px;
	}
	
	.cutout-cta.with-bg .two-column, .cutout-cta.with-picture .two-column {
		display: block;
		max-width: 50%;
	}
	
	.cutout-cta.with-bg .two-column .h1:only-child, .cutout-cta.with-bg .two-column .h2:only-child, .cutout-cta.with-bg .two-column .h3:only-child, .cutout-cta.with-bg .two-column h1:only-child, .cutout-cta.with-bg .two-column h2:only-child, .cutout-cta.with-bg .two-column h3:only-child, .cutout-cta.with-picture .two-column .h1:only-child, .cutout-cta.with-picture .two-column .h2:only-child, .cutout-cta.with-picture .two-column .h3:only-child, .cutout-cta.with-picture .two-column h1:only-child, .cutout-cta.with-picture .two-column h2:only-child, .cutout-cta.with-picture .two-column h3:only-child {
		margin-bottom: 30px;
	}
	
	.text-template-section {
		padding: 100px 0 120px;
	}
	
	.text-template .logos-bar {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.content p+.h1, .content p+.h2, .content p+.h3, .content p+.h4, .content p+.h5, .content p+.h6, .content p+h1, .content p+h2, .content p+h3, .content p+h4, .content p+h5, .content p+h6 {
		padding-top: 30px;
	}
	
	.article-info-box li, .article-info-box p, .content p, .content>ul>li {
		font-size: 20px;
	}
	
	.content .wp-block-image, .content p img, .content p+.custom-media-box {
		margin: 50px 0;
	}
	
	.content p img+figcaption {
		margin-top: -35px;
		margin-bottom: 50px;
	}
	
	.content .wp-block-image figcaption {
		padding-top: 15px;
	}
	
	.content blockquote {
		padding-top: 0;
		padding-left: 77px;
	}
	
	.content blockquote::before {
		width: 45px;
		height: 35px;
		top: 15px;
	}
	
	.content blockquote p {
		font-size: 32px;
		margin-bottom: 24px;
	}
	
	.content blockquote cite .date, .testimonials-card blockquote cite .date {
		padding-left: 8px;
	}
	
	.content .custom-media-box.white p {
		font-size: 20px;
		line-height: 150%;
		margin-bottom: 30px;
	}
	
	.content .stats-block {
		margin-bottom: -78px;
		padding-bottom: 58px;
	}
	
	.content .stats-block .item {
		margin-bottom: 78px;
	}
	
	.content .stats-block .number {
		margin-bottom: 20px;
		font-size: 80px;
		line-height: 116%;
	}
	
	.content .custom-box {
		margin-bottom: 50px;
	}
	
	.content .custom-box .white-box .stats-block .number {
		font-size: 30px;
		line-height: 130%;
		margin-bottom: 10px;
	}
	
	.content .custom-box .white-box .stats-block .h5, .content .custom-box .white-box .stats-block h5 {
		font-size: 16px;
		line-height: 150%;
	}
	
	.article-heading, .article-main-content blockquote cite strong, .content .article-heading p, .search-form .form-item input, .testimonial-card.content blockquote cite strong, .testimonials-card blockquote cite strong {
		font-size: 22px;
	}
	
	.article-info-columns p, .article-info-slider .article-info-item p, .article-main-content blockquote cite, .article-privacy-box, .content .article-privacy-box p, .info-card p {
		font-size: 18px;
	}
	
	.article-info-columns.with-border .box {
		padding: 40px;
	}
	
	.article-info-columns.with-border .icon {
		height: 60px;
		margin: 0 0 40px;
	}
	
	.article-content-holder {
		max-width: 100%;
		margin: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	
	.article-content-holder+.tags-holder {
		padding-top: 80px;
	}
	
	.article-content-holder+.tags-holder:before {
		top: 50px;
	}
	
	.article-content-nav {
		width: calc(50% - 350px);
		padding-right: 20px;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}
	
	.article-content-nav ul {
		position: sticky;
		top: 100px;
		left: 0;
		background-color: #edeff4;
		z-index: 20;
	}
	
	.article-main-content {
		width: 100%;
		max-width: 700px;
	}
	
	.article-main-content blockquote {
		padding: 65px 0 0;
	}
	
	.article-main-content blockquote::before {
		width: 53px;
		height: 35px;
	}
	
	.article-main-content blockquote p {
		font-size: 30px;
		line-height: 130%;
		letter-spacing: -.3px;
		margin-bottom: 30px;
	}
	
	.article-content-add-info {
		width: calc(50% - 350px);
		padding-left: 20px;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		padding-bottom: 0;
	}
	
	.article-content-add-info .additional-post {
		margin: 100px 0 0;
	}
	
	.article-main-content hr {
		margin: 50px 0 !important;
	}
	
	.tags-holder {
		max-width: 700px;
	}
	
	.article-media-slider {
		margin-bottom: 50px;
	}
	
	.article-media-slider .img-holder {
		margin-bottom: 73px;
	}
	
	.block-list .heading {
		padding-top: 15px;
	}
	
	.post-list-slider .post-card.horizontal-view {
		width: 753px !important;
	}
	
	.post-list-slider .post-card {
		width: 371px !important;
	}
	
	.post-list-slider .slick-dots {
		padding: 40px 0 0;
	}
	
	.post-card-content {
		padding: 26px;
		font-size: 18px;
	}
	
	.info-list.big-cards .info-card .h3, .info-list.big-cards .info-card h3 {
		max-width: 80%;
	}
	
	.info-list.with-category .info-card {
		padding: 26px;
	}
	
	.info-list.with-category p {
		margin-bottom: 30px;
	}
	
	.info-list.with-buttons .info-card {
		padding: 26px;
		min-height: 350px;
	}
	
	.info-list.with-buttons p {
		margin-bottom: 26px;
	}
	
	.info-list.whith-icons .info-card {
		padding: 26px;
	}
	
	.info-card .category {
		margin-bottom: 16px;
	}
	
	.media-list.custom-grid {
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: repeat(2, 1fr);
	}
	
	.media-list.custom-grid .media-card:nth-child(1) {
		grid-area: 1/1/2/3;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.media-list.custom-grid .media-card:nth-child(1) .img-holder, .media-list.custom-grid .media-card:nth-child(2) .img-holder {
		padding: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		width: calc(50% - 10px);
	}
	
	.media-list.custom-grid .media-card:nth-child(2) {
		grid-area: 2/1/3/3;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	
	.media-list.custom-grid .media-card:nth-child(3) {
		grid-area: 1/3/3/4;
	}
	
	.media-list.custom-grid .media-card:nth-child(3) .img-holder {
		padding-bottom: 97%;
		width: 100%;
	}
	
	.cascade-list .media-card .content-holder, .media-list.without-category .media-card .content-holder {
		padding: 26px;
	}
	
	.media-card .content-holder {
		padding: 48px 26px 26px;
	}
	
	.media-card .content-holder p {
		font-size: 18px;
	}
	
	.section-title {
		margin: 0 auto 40px;
	}
	
	.featured-details .content-holder p, .section-title p {
		font-size: 20px;
	}
	
	.section-title.text-left {
		max-width: 1000px;
	}
	
	.featured-block {
		min-height: 486px;
	}
	
	.featured-block .featured-content-slider {
		width: calc(1144px - ( 1144px / 2 ));
	}
	
	.featured-block .featured-content {
		padding: 60px 90px;
	}
	
	.featured-block .featured-content .h1, .featured-block .featured-content .h2, .featured-block .featured-content .h3, .featured-block .featured-content .h4, .featured-block .featured-content .h5, .featured-block .featured-content .h6, .featured-block .featured-content h1, .featured-block .featured-content h2, .featured-block .featured-content h3, .featured-block .featured-content h4, .featured-block .featured-content h5, .featured-block .featured-content h6 {
		margin-bottom: 20px;
	}
	
	.featured-block .featured-content li {
		margin-bottom: 20px;
		font-weight: 600;
	}
	
	.featured-block .featured-content>p:only-child {
		font-size: 22px;
	}
	
	.featured-block .logos-block {
		padding: 60px;
	}
	
	.featured-slider .slick-dots {
		padding: 0 90px;
		bottom: 40px;
	}
	
	.media-comments-slider .slick-dots {
		left: 137px;
		bottom: 60px;
	}
	
	.media-comment {
		min-height: 550px;
	}
	
	.media-comment .content-holder {
		padding: 60px 60px 128px;
	}
	
	.upcoming-event-section .container>* {
		padding-top: 0;
		padding-bottom: 0;
	}
	
	.upcoming-event-section .container {
		gap: 40px;
		display: grid;
		grid-template-columns: auto auto;
		grid-template-rows: auto 1fr;
	}
	
	.upcoming-event-section .container>.button-holder {
		padding-top: 0;
		grid-column: 2/3;
		grid-row: 1/2;
		-ms-flex-item-align: end;
		align-self: end;
		text-align: right;
	}
	
	.upcoming-event {
		gap: 28px;
		padding: 0 0 40px;
	}
	
	.upcoming-event+.upcoming-event {
		padding-top: 41px;
	}
	
	.upcoming-event.big-view {
		padding: 40px;
	}
	
	.upcoming-event.big-view .text {
		padding: 0 50px 0 0;
	}
	
	.upcoming-event.big-view .category {
		letter-spacing: 2px;
		margin: 0 0 16px;
	}
	
	.upcoming-event .text .event-information-row {
		margin: -2px 0 18px;
	}
	
	.upcoming-event .text .h4, .upcoming-event .text h4 {
		max-width: 90%;
	}
	
	.featured-details {
		padding: 80px;
	}
	
	.featured-details .holder {
		gap: 70px;
	}
	
	.featured-details .check-list {
		gap: 0 86px;
	}
	
	.featured-details .check-list li {
		margin-bottom: 20px;
	}
	
	.filter .filter-title, .person-details p {
		font-size: 18px;
	}
	
	.filter-col .search-row .search-btn {
		height: 56px;
	}
	
	.team-card {
		min-height: 540px;
	}
	
	.team-card .content-holder {
		padding: 24px;
	}
	
	.team-card .content-holder .h4, .team-card .content-holder h4 {
		margin-bottom: 16px;
	}
	
	.next-info+.info-section {
		margin-top: -100px;
		padding-top: 0;
	}
	
	.next-info+.info-section::before {
		top: 100px;
	}
	
	.popup {
		overflow: auto;
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		text-align: center;
		width: 100%;
		display: block;
		pointer-events: none;
	}
	
	.popup-holder, .popup::before {
		display: inline-block;
		vertical-align: middle;
	}
	
	.popup::before {
		height: 100%;
		content: "";
	}
	
	.popup-holder {
		position: relative;
		padding: 60px 0 40px;
	}
	
	.bio-popup .button-close {
		left: 0;
		margin-left: calc(50% + 440px);
	}
	
	.bio-popup .person-details {
		margin-top: -40px;
	}
	
	.person-details, .person-details .part-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	
	.person-details {
		width: 1000px;
		padding: 80px;
		min-height: auto;
		gap: 30px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	
	.person-details .part-media {
		position: sticky;
		width: 350px;
		max-width: none;
		height: auto;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		top: 10px;
		left: 0;
		-ms-flex-item-align: start;
		align-self: flex-start;
		margin-bottom: 0;
	}
	
	.person-details .part-content {
		text-align: left;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	.aside-col.content .speaker-list .text, .content .event-list .event, .content .event-list .event p, .hero-section .speaker-list .text {
		font-size: 18px;
	}
	
	.testimonial-card.content blockquote p {
		font-size: 26px;
		margin-bottom: 33px;
	}
	
	.testimonial-card.content blockquote {
		padding-left: 0;
		padding-top: 57px;
	}
	
	.testimonial-card.content blockquote::before {
		width: 30px;
		height: 23px;
		top: 0;
		left: 0;
	}
	
	.testimonial-card.content blockquote cite {
		min-height: 72px;
	}
	
	.testimonial-card .ava-holder {
		width: 72px;
		height: 72px;
	}
	
	.testimonial-card .ava-holder+blockquote cite {
		padding-left: 92px;
	}
	
	.container .double-col-view .content blockquote p, .container .double-col-view .content blockquote q, .container.double-col-view .content blockquote p, .container.double-col-view .content blockquote q, .description p, .description-block .subnavigation li {
		font-size: 22px;
		line-height: 1.3;
	}
	
	.description .category {
		margin-bottom: 24px;
	}
	
	.description p {
		font-size: 26px;
	}
	
	.logos-bar {
		padding: 20px 60px 20px 45px;
	}
	
	.logos-bar .button-holder {
		margin-left: 6%;
	}
	
	.location-container {
		max-width: 1240px;
		margin: 0 auto;
		grid-template-columns: repeat(3, 1fr);
	}
	
	.location-item {
		padding: 38px 40px 39px;
	}
	
	.search-hero {
		padding-top: 75px;
		margin-top: -75px;
	}
	
	.search-section .container {
		gap: 80px;
	}
	
	.search-filter-col .box {
		padding: 34px;
	}
	
	.search-result-col .h3, .search-result-col h3 {
		padding-top: 20px;
	}
	
	.result-box .row {
		font-size: 18px;
		padding: 41px 40px 40px;
	}
	
	.result-box .row:last-child {
		padding-bottom: 41px;
	}
	
	.career-section-bg img {
		width: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}
	
	.accordion-item p, .article-info p, .career-card .content-holder p, .details-card p, .testimonials-card blockquote cite {
		font-size: 18px;
	}
	
	.position-card {
		padding: 40px;
	}
	
	.job-details-section {
		margin: 120px 0;
	}
	
	.info-cta-block p {
		font-size: 20px;
	}
	
	.comments-section.with-top-button .section-title .button-holder {
		margin-top: 3px;
	}
	
	.comments-slider-nav {
		padding-left: 77px;
	}
	
	.picture-section .info-cta-block {
		max-width: 55%;
	}
	
	.testimonials-card .img-holder {
		height: 320px;
	}
	
	.testimonials-card .wrap {
		padding: 30px;
	}
	
	.testimonials-card blockquote {
		padding: 57px 0 30px;
	}
	
	.testimonials-card blockquote p {
		font-size: 22px;
		margin-bottom: 30px;
	}
	
	.investors-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 33px 35px;
	}
	
	.investors-block .title {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		margin-bottom: 0;
		width: 220px;
		padding-right: 20px;
		text-align: left;
	}
	
	.investors-block .title+.investors-slider {
		max-width: calc(100% - 220px);
		padding-right: 70px;
	}
	
	.main {
		padding-top: 62px;
	}
	
	.container {
		max-width: 1144px;
		margin: 0 auto;
		padding-left: 0;
		padding-right: 0;
	}
	
	.container .double-col-view .content, .container .double-col-view .content blockquote cite strong, .container .double-col-view .content li, .container.double-col-view .content, .container.double-col-view .content blockquote cite strong, .container.double-col-view .content li {
		font-size: 20px;
	}
	
	.indent-bottom {
		margin-bottom: 90px;
	}
	
	.indent-top {
		margin-top: 90px;
	}
	
	.indents-internal-top {
		padding-top: 90px;
	}
	
	.indents-internal-small-top {
		padding-top: 84px;
	}
	
	.indents-internal-bottom {
		padding-bottom: 90px;
	}
	
	.indents-internal-small-bottom {
		padding-bottom: 84px;
	}
}

@media (min-width:1201px) {
	.gallery .gallery-item {
		width: 25%;
	}
}

@media (min-width:1280px) {
	.main-menu>li>a {
		padding: 0 20px;
	}
	
	.touch .main-menu>li>a {
		padding: 0 30px 0 20px;
	}
	
	.main-menu .has-submenu .open-submenu {
		margin-left: -30px;
	}
}

@media (min-width:1440px) {
	.no-events-placeholder {
		margin: 0 0 0 150px;
	}
	
	.upcoming-event-section .no-events-placeholder {
		margin-top: -75px;
	}
	
	.header-top .logo {
		width: 150px;
		height: 23px;
	}
	
	.header-bottom {
		padding-left: calc(50% - 460px);
	}
	
	.submenu .content-wrap {
		width: 410px;
	}
	
	.submenu .primary-link {
		width: 332px;
	}
	
	.submenu .primary-link p {
		font-size: 20px;
	}
	
	.submenu-list.with-description {
		width: 450px;
	}
	
	.footer {
		padding: 47px 0 50px;
	}
	
	.footer-top {
		padding-right: 26px;
	}
	
	.footer-social {
		margin-top: 68px;
	}
	
	.hero-section.with-top-bg .category {
		margin-bottom: 20px;
	}
	
	.hero-section.with-btn-down:first-child:not(.indent-bottom) {
		margin-bottom: 109px;
	}
	
	.hero-section.with-btn-down .scroll-down {
		bottom: 40px;
	}
	
	.hero-section.with-picture:first-child:not(.indents-internal-bottom), .hero-section.with-video:first-child:not(.indents-internal-bottom) {
		padding-bottom: 0;
	}
	
	.hero-section.with-picture .container, .hero-section.with-video .container {
		min-height: calc(100vh - 60px);
	}
	
	.hero-section.with-picture.full-width-picture .category, .hero-section.with-video.full-width-picture .category {
		margin-bottom: 20px;
	}
	
	.hero-title {
		padding-top: 110px;
	}
	
	.cutout-cta {
		padding: 90px 87px 86px 80px;
	}
	
	.cutout-cta .two-column {
		grid-template-columns: 507px 1fr;
		grid-gap: 65px;
	}
	
	.cutout-cta .button-holder {
		margin-top: 38px;
	}
	
	.article-content-add-info .author-box {
		padding: 24px;
		margin: 0;
	}
	
	.article-content-add-info .share-list.blue {
		gap: 17px;
	}
	
	.article-content-add-info .additional-post {
		padding: 24px;
	}
	
	.post-list-slider .post-card.horizontal-view {
		width: 859px !important;
	}
	
	.post-list-slider .post-card {
		width: 425px !important;
	}
	
	.post-list .featured-block {
		margin: 60px 0;
	}
	
	.post-list.grid-list .post-card {
		min-height: 434px;
	}
	
	.post-list.grid-list .post-card:nth-child(2n) {
		min-height: 328px;
	}
	
	.info-list.with-logos .info-card {
		padding: 26px 120px 26px 26px;
	}
	
	.info-list.with-logos .info-card .logo-holder {
		width: 80px;
		right: 26px;
		top: 26px;
		bottom: 26px;
	}
	
	.info-card .logo-wrap {
		height: 95px;
		margin-bottom: 54px;
	}
	
	.featured-block {
		min-height: 556px;
	}
	
	.featured-block .featured-content-slider {
		width: calc(1304px - ( 1304px / 2 ));
	}
	
	.featured-block .featured-content {
		padding: 90px 110px;
	}
	
	.featured-block .logos-block {
		padding: 100px;
	}
	
	.featured-slider .slick-dots {
		bottom: 63px;
		padding: 0 110px;
	}
	
	.colored-block {
		padding: 80px;
	}
	
	.colored-block .section-title.text-left {
		max-width: 89%;
	}
	
	.upcoming-event-section .container {
		grid-template-columns: 25.8% auto;
		grid-template-rows: auto 1fr;
		gap: 33px 40px;
	}
	
	.upcoming-event-section .container .content-col {
		grid-column: 2/span 2;
		grid-row: 1/span 2;
	}
	
	.upcoming-event-section .container .aside-col {
		grid-row: 1/2;
	}
	
	.upcoming-event-section .container>.button-holder {
		grid-column: 1/2;
		grid-row: 2/span 2;
		-ms-flex-item-align: start;
		align-self: start;
		text-align: left;
	}
	
	.upcoming-event-section.with-form .container .content-col {
		padding-top: 76px;
	}
	
	.upcoming-event-section.with-form .container .aside-col {
		grid-column: 1/2;
	}
	
	.upcoming-event-section .filter .filter-col {
		width: 100%;
		max-width: 400px;
	}
	
	.upcoming-event.big-view {
		padding: 60px;
	}
	
	.upcoming-event.big-view .text {
		padding: 6px 100px 0 0;
	}
	
	.upcoming-event .picture {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 51.5%;
		flex: 0 0 51.5%;
	}
	
	.bio-popup .button-close {
		left: 0;
		margin-left: calc(50% + 495px);
	}
	
	.person-details {
		width: 1100px;
	}
	
	.person-details .part-media {
		width: 400px;
		height: 466px;
	}
	
	.add-to-calendar-button, .event-tomb {
		gap: 71px;
	}
	
	.add-to-calendar-button .col:before, .event-tomb .col:before {
		right: -36px;
	}
	
	.logos-bar {
		padding: 21px 80px 21px 68px;
	}
	
	.logos-bar.tall-logos .logo-holder {
		height: auto;
	}
	
	.logos-bar.tall-logos .logo-holder a {
		height: 90px;
	}
	
	.logos-bar .logos-slider .logo-holder {
		height: 80px;
	}
	
	.logos-bar .button-holder {
		margin-left: 2%;
	}
	
	.logos-slider .logo-holder {
		height: 57px;
		padding: 0;
	}
	
	.colored-block .accordion.full-height-image .accordion-item .image {
		top: -80px;
		right: -80px;
		width: calc(65% - 50px);
		height: calc(100% + 160px);
	}
	
	.job-details .aside-left, .job-details .aside-right {
		width: 300px;
	}
	
	.details-card .details-list {
		grid-gap: 24px;
	}
	
	.award-card {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.statistic-list .slide {
		padding: 0 56px;
		width: calc(25% + 56px / 2);
	}
	
	.statistic-list .slide:first-of-type, .statistic-list .slide:last-of-type {
		width: calc(25% - 56px / 2);
	}
	
	.comments-section.with-top-button .section-title {
		max-width: 100%;
	}
	
	.hero-slider {
		width: 43.4%;
	}
	
	.hero-card {
		gap: 20px;
		padding: 20px;
		width: 382px;
	}
	
	.testimonials-card .wrap {
		padding: 40px;
	}
	
	.container {
		max-width: 1304px;
	}
	
	.indent-bottom {
		margin-bottom: 110px;
	}
	
	.indent-top {
		margin-top: 110px;
	}
	
	.indents-internal-top {
		padding-top: 110px;
	}
	
	.indents-internal-bottom {
		padding-bottom: 110px;
	}
	
	.line-section.indents-internal-bottom {
		padding-bottom: 120px;
	}
	
	.line-section.indents-internal-top {
		padding-top: 120px;
	}
}

@media (min-width:1800px) {
	.button.small, .hs-button.small, .hs-submit.small {
		font-size: 14px;
	}
	
	input[type=checkbox]~label, input[type=checkbox]~span, input[type=radio]~label, input[type=radio]~span {
		font-size: 16px;
		line-height: 1.5;
	}
	
	.footer-block p, .form-box .privacy-text, .form-item .jcf-select~label, .form-item input+label, .form-item select~label, .hbspt-form .hs-richtext {
		font-size: 16px;
	}
	
	.h1, h1 {
		font-size: 58px;
	}
	
	.h2, h2 {
		font-size: 38px;
	}
	
	.h3, h3 {
		font-size: 30px;
	}
	
	.h4, h4 {
		font-size: 26px;
	}
	
	.check-list li, .content blockquote cite, .content li, .dots-list li, .h5, .numbered-list li, h5 {
		font-size: 20px;
	}
	
	.h6, h6 {
		font-size: 14px;
	}
	
	.content ul:not(.check-list)>li::before, .hero-section .double-col-view .aside-title ul:not(.check-list)>li::before, ul.dots-list:not(.check-list)>li::before {
		top: 10px;
	}
	
	.content ol.official-style ol li:before, .content ol.official-style>li:before, ol.numbered-list.official-style ol li:before, ol.numbered-list.official-style>li:before {
		margin-top: 2px;
	}
	
	.content ol>li:before, ol.numbered-list>li:before {
		width: 26px;
		height: 26px;
		font-size: 15px;
	}
	
	.check-list>li::before {
		width: 26px;
		height: 26px;
		background-size: 17px;
	}
	
	.heading {
		font-size: 22px;
	}
	
	.heading.two-column .column {
		width: calc(50% - 74px);
	}
	
	.event-information-row li span:not(.icon) {
		padding: 0 21px 0 0;
	}
	
	.sticky-form {
		top: 76px;
	}
	
	.form-item .jcf-select.jcf-focus~label, .form-item .jcf-select.selected~label, .form-item input:focus+label, .form-item input:not(:placeholder-shown)+label, .form-item select.selected~label, .form-item select:focus~label {
		font-size: 14px;
	}
	
	.form-item+.radion-box {
		margin-top: -3px;
	}
	
	.no-events-placeholder {
		margin-left: 90px;
		font-size: 20px;
		line-height: 150%;
	}
	
	.header::before {
		height: 75px;
	}
	
	.header-top .logo {
		margin-left: -65px;
		width: 182px;
		height: 31px;
	}
	
	.header-bottom {
		padding-left: calc(50% - 643px);
	}
	
	.header-search-block .open-search {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		border-left: none;
		padding: 0 20px;
	}
	
	.header-search-block .open-search svg, .header-subnavigation .subnavigation-link svg {
		width: 18px;
		height: 18px;
	}
	
	.header-search-block .open-search span {
		display: inline-block;
		color: #fff;
		font-weight: 600;
		font-size: 14px;
		line-height: 1.5;
		letter-spacing: .05em;
		text-transform: uppercase;
		font-family: "Open Sans", sans-serif;
		padding-left: 10px;
	}
	
	.header-subnavigation {
		margin-left: auto;
	}
	
	.header-subnavigation .subnavigation-button .button, .main-menu>li>a span {
		font-size: 14px;
	}
	
	.header-subnavigation .subnavigation-button .button span {
		padding: 27px 56px;
	}
	
	.header-subnavigation .subnavigation-link {
		gap: 10px;
		padding-left: 58px;
		padding-right: 58px;
	}
	
	.header-subnavigation .subnavigation-link span {
		display: inline;
	}
	
	.menu {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: start;
	}
	
	.main-menu {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		margin-right: 4px;
		gap: 4px;
	}
	
	.footer {
		padding: 62px 0 74px;
	}
	
	.footer-top {
		padding-right: 68px;
		margin-bottom: 50px;
	}
	
	.footer-logo {
		width: 200px;
		height: 30px;
		margin-bottom: 34px;
	}
	
	.footer-info {
		width: 370px;
		margin-right: 110px;
	}
	
	.footer-info .footer-block:first-child {
		margin-bottom: 33px;
	}
	
	.footer .sub-menu li a, .footer-bottom {
		font-size: 14px;
	}
	
	.footer-bottom button {
		margin-left: 50px;
		font-size: 14px;
	}
	
	.footer-links li {
		margin-left: 50px;
	}
	
	.footer .sub-menu li {
		margin-bottom: 14px;
	}
	
	.footer-content {
		width: 260px;
		margin-right: 220px;
	}
	
	.footer-nav {
		width: 200px;
	}
	
	.hero-section:first-child:not(.indent-top) {
		margin-top: -75px;
	}
	
	.hero-section:first-child:not(.indents-internal-top) {
		padding-top: 75px;
	}
	
	.hero-section .breadcrumbs+.hero-title {
		padding-top: 110px;
	}
	
	.hero-section.with-btn-down:first-child:not(.indent-bottom) {
		margin-bottom: 92px;
	}
	
	.hero-section.with-btn-down .hero-holder {
		padding: 20px 0 100px;
	}
	
	.hero-section.with-btn-down .scroll-down {
		bottom: 50px;
	}
	
	.hero-section.with-picture .container, .hero-section.with-video .container {
		min-height: calc(100vh - 70px);
	}
	
	.hero-section.with-picture .hero-title, .hero-section.with-video .hero-title {
		max-width: 42%;
	}
	
	.hero-section.with-picture.full-width-picture .hero-title, .hero-section.with-video.full-width-picture .hero-title {
		max-width: 46%;
	}
	
	.hero-section .featured-block {
		min-height: 607px;
	}
	
	.hero-section.next-info .container {
		min-height: calc(960px - 75px);
	}
	
	.hero-section.next-info .hero-holder {
		padding-bottom: 170px;
	}
	
	.content blockquote cite strong, .cutout-cta.with-picture p, .hero-section .double-col-view .aside-title, .hero-title p {
		font-size: 24px;
	}
	
	.hero-section .double-col-view .aside-title ol>li:before {
		width: 26px;
		height: 26px;
	}
	
	.hero-section.with-banner:first-child:not(.indents-internal-bottom) {
		padding-bottom: 110px;
	}
	
	.hero-section.with-banner .container {
		min-height: calc(1010px - 75px);
	}
	
	.hero-section.error-page .container {
		min-height: calc(100vh - 75px);
	}
	
	.hero-section.error-page .hero-title {
		margin-left: 140px;
		padding-bottom: 135px;
	}
	
	.hero-section.error-page .hero-title .button-holder {
		margin-top: 40px;
	}
	
	.hero-title {
		padding-top: 150px;
	}
	
	.hero-title p+p {
		margin-top: 35px;
	}
	
	.light-bg:not(.indent-bottom)+.cutout-cta-section {
		margin-top: 85px;
	}
	
	.cutout-cta {
		padding: 120px 223px 120px 100px;
	}
	
	.cutout-cta .two-column {
		grid-gap: 265px;
	}
	
	.cutout-cta .button-holder {
		margin-top: 30px;
	}
	
	.cutout-cta.with-picture {
		padding-top: 112px;
		padding-bottom: 112px;
	}
	
	.cutout-cta.with-picture .two-column {
		max-width: 61.4%;
	}
	
	.cutout-cta.with-bg {
		padding-top: 150px;
	}
	
	.cutout-cta.with-bg .two-column {
		max-width: 700px;
	}
	
	.cutout-cta.with-bg, .text-template-section.large {
		padding-bottom: 150px;
	}
	
	.article-info-box li, .article-info-box p, .content p, .content>ul>li, .media-list.custom-grid .media-card .content-holder p {
		font-size: 22px;
	}
	
	.content blockquote::before {
		width: 45px;
		height: 35px;
	}
	
	.content blockquote p {
		font-size: 38px;
		margin-bottom: 30px;
	}
	
	.content .three-columns-info {
		padding-top: 5px;
	}
	
	.article-heading, .article-main-content blockquote cite strong, .content .article-heading p {
		font-size: 24px;
	}
	
	.article-info-columns p, .article-info-slider .article-info-item p, .article-main-content blockquote cite, .article-privacy-box, .content .article-privacy-box p, .info-card p {
		font-size: 20px;
	}
	
	.article-privacy-box .button-holder {
		padding: 6px 15px 0 0;
	}
	
	.article-content-nav {
		width: calc(50% - 410px);
	}
	
	.article-main-content {
		max-width: 820px;
	}
	
	.article-main-content blockquote p {
		font-size: 30px;
		line-height: 130%;
		letter-spacing: -.3px;
		margin-bottom: 30px;
	}
	
	.article-main-content ol>li {
		line-height: 1.45;
	}
	
	.article-content-add-info {
		width: calc(50% - 410px);
	}
	
	.article-content-add-info .additional-post {
		padding: 34px;
		max-width: 340px;
		margin-top: 644px;
	}
	
	.article-content-add-info .additional-post .img-holder {
		min-height: 260px;
	}
	
	.tags-holder {
		max-width: 820px;
	}
	
	.article-media-slider .slick-dots {
		margin-top: 12px;
	}
	
	.block-list {
		grid-gap: 50px 20px;
	}
	
	.block-list .heading {
		padding-top: 0;
	}
	
	.post-list-slider .post-card.horizontal-view {
		width: 1100px !important;
	}
	
	.post-list-slider .post-card {
		width: 540px !important;
	}
	
	.post-list.grid-list {
		margin-bottom: -147px;
	}
	
	.post-list.grid-list .post-card {
		min-height: 583px;
	}
	
	.post-list.grid-list .post-card:nth-child(2n) {
		min-height: 436px;
		margin-bottom: 147px;
	}
	
	.post-list.grid-list .post-card:nth-child(5n) {
		-webkit-transform: translateY(-147px);
		transform: translateY(-147px);
	}
	
	.post-card {
		width: calc(33.33% - 10px);
		min-height: 436px;
	}
	
	.post-card-content {
		padding: 31px 30px;
		font-size: 20px;
	}
	
	.info-list.three-column.with-category {
		gap: 30px;
	}
	
	.info-list.three-column.with-category .info-card {
		width: calc(( 100% - 60px ) / 3);
	}
	
	.info-list.small-borders {
		padding: 0 40px 40px;
	}
	
	.info-list.numbered .info-card, .info-list.with-category .info-card {
		padding: 40px;
	}
	
	.info-list.with-category p:last-of-type {
		margin-bottom: 60px;
	}
	
	.info-list.bulleted .info-card {
		padding: 40px 25px;
	}
	
	.info-list.with-buttons .info-card {
		padding: 34px;
		min-height: 360px;
	}
	
	.info-list.with-buttons p {
		margin-bottom: 30px;
	}
	
	.info-list.whith-icons .info-card {
		min-height: 262px;
		padding: 50px 34px;
	}
	
	.info-list.whith-icons .icon-holder {
		margin-bottom: 32px;
	}
	
	.info-list.whith-icons.small-icons .info-card .icon-holder {
		margin-bottom: 40px;
	}
	
	.info-list.with-logos .info-card {
		padding: 30px 163px 30px 30px;
	}
	
	.info-list.with-logos .info-card .logo-holder {
		width: 109px;
		right: 30px;
		top: 30px;
		bottom: 30px;
	}
	
	.info-card {
		padding: 88px 30px;
	}
	
	.info-card .h3, .info-card .h4, .info-card h3, .info-card h4 {
		margin-bottom: 18px;
	}
	
	.info-card .logo-wrap {
		margin-top: -10px;
	}
	
	.info-card .logo-wrap~p:last-of-type {
		margin-bottom: 24px;
	}
	
	.info-card .category {
		font-size: 14px;
	}
	
	.media-list.custom-grid .media-card:nth-child(1), .media-list.custom-grid .media-card:nth-child(2) {
		min-height: 525px;
	}
	
	.cascade-list .media-card .content-holder, .media-list.white .content-holder, .media-list.without-category.white .media-card .content-holder {
		padding: 30px;
	}
	
	.media-list.without-category .media-card .content-holder {
		padding: 40px;
	}
	
	.media-card .content-holder {
		padding: 52px 30px 30px;
	}
	
	.media-card .content-holder p {
		font-size: 20px;
	}
	
	.cascade-list .media-card .content-holder p {
		font-size: 22px;
		line-height: 145%;
		margin-bottom: 60px;
	}
	
	.media-card .button-holder {
		padding-top: 38px;
	}
	
	.section-title {
		margin: 0 auto 50px;
	}
	
	.featured-block .featured-content p, .featured-details .content-holder p, .section-title p {
		font-size: 22px;
	}
	
	.section-title.text-left {
		max-width: 1180px;
	}
	
	.featured-block {
		grid-template-columns: 1fr 820px;
		min-height: 700px;
	}
	
	.featured-block.small-height {
		min-height: 608px;
	}
	
	.featured-block.media-slider-view {
		min-height: 688px;
	}
	
	.featured-block.media-slider-view .featured-content {
		padding-right: 20px;
		padding-left: 100px;
	}
	
	.featured-block .featured-content-slider {
		width: calc(1660px - ( 1660px / 2 ));
	}
	
	.featured-block .featured-content {
		padding: 110px 150px 110px 140px;
	}
	
	.featured-slider .featured-block .featured-content {
		padding: 140px 150px 90px 140px;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	
	.featured-block .featured-content>p:only-child {
		font-size: 24px;
	}
	
	.featured-block .featured-content .event-information-row li {
		padding-right: 24px;
	}
	
	.featured-block .logos-block .col {
		height: 136px;
	}
	
	.featured-slider .featured-block {
		grid-template-columns: 1fr 820px;
	}
	
	.featured-slider .featured-block .button-holder {
		margin-bottom: 50px;
	}
	
	.featured-slider .slick-dots {
		padding: 0 140px;
	}
	
	.featured-media-slider {
		margin: 0 100px 0 auto;
	}
	
	.colored-block {
		padding: 100px;
	}
	
	.colored-block .section-title.text-left {
		max-width: 81%;
	}
	
	.media-comments-slider .slick-dots {
		left: 177px;
		bottom: 100px;
	}
	
	.media-comment {
		min-height: 750px;
	}
	
	.media-comment .content-holder {
		padding: 100px 100px 162px;
	}
	
	.link-row li {
		min-width: 116px;
	}
	
	.upcoming-event-section .heading {
		font-size: 22px;
		line-height: 1.45;
	}
	
	.upcoming-event-section .container {
		gap: 31px 20px;
		grid-template-columns: 32.52% auto;
		grid-template-rows: auto 1fr;
	}
	
	.upcoming-event {
		gap: 38px;
		padding: 0 0 50px;
	}
	
	.upcoming-event+.upcoming-event {
		padding-top: 51px;
	}
	
	.upcoming-event.big-view .text {
		padding-left: 40px;
	}
	
	.upcoming-event .picture {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 46.5%;
		flex: 0 0 46.5%;
	}
	
	.upcoming-event .text .event-information-row {
		margin: -4px 0 28px;
	}
	
	.featured-details {
		padding: 78px 140px 108px;
	}
	
	.featured-details .holder {
		margin-bottom: 50px;
		gap: 156px;
	}
	
	.featured-details .content-holder {
		margin-top: 67px;
	}
	
	.featured-details .img-holder {
		padding-bottom: 4%;
	}
	
	.content .event-list .event, .content .event-list .event p, .filter .filter-title, .person-details p {
		font-size: 20px;
	}
	
	.team-card {
		padding: 10px 120px 10px 0;
	}
	
	.next-info+.info-section {
		margin-top: -150px;
	}
	
	.next-info+.info-section::before {
		top: 150px;
	}
	
	.popup-holder .button-close {
		width: 40px;
		height: 40px;
		top: 15px;
	}
	
	.bio-popup .button-close {
		margin-left: calc(50% + 620px);
	}
	
	.bio-popup .person-details {
		margin-top: -55px;
	}
	
	.person-details {
		width: 1380px;
		padding: 95px 95px 105px 105px;
		gap: 68px;
	}
	
	.person-details .part-media {
		width: 472px;
		height: 550px;
		top: 15px;
	}
	
	.speaker-list {
		grid-template-columns: repeat(auto-fit, minmax(200px, 260px));
	}
	
	.speaker-list>.category {
		margin: 0 0 10px;
	}
	
	.aside-col.content .speaker-list, .hero-section .speaker-list {
		padding: 0 7px;
		gap: 20px 40px;
	}
	
	.aside-col.content .speaker-list .picture, .hero-section .speaker-list .picture {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 72px;
		flex: 0 0 72px;
		height: 72px;
	}
	
	.aside-col.content .speaker-list .text, .hero-section .speaker-list .text {
		font-size: 20px;
	}
	
	.add-to-calendar-button, .event-tomb {
		padding: 40px 50px;
	}
	
	.add-to-calendar-button .h4, .add-to-calendar-button h4, .event-tomb .h4, .event-tomb h4 {
		font-size: 24px;
		line-height: 1.5;
		margin: 0 0 27px;
	}
	
	.add-to-calendar-button .h5, .add-to-calendar-button h5, .event-tomb .h5, .event-tomb h5 {
		margin: 0 0 27px;
	}
	
	.description-block {
		gap: 230px;
		padding: 100px;
	}
	
	.container .double-col-view .content blockquote p, .container .double-col-view .content blockquote q, .container.double-col-view .content blockquote p, .container.double-col-view .content blockquote q, .description-block .subnavigation li {
		font-size: 26px;
	}
	
	.description p {
		font-size: 30px;
	}
	
	.logos-bar {
		padding: 30px 100px;
	}
	
	.logos-bar.tall-logos .logos-slider {
		margin: 0 -115px;
	}
	
	.logos-bar .button-holder {
		margin-left: 8%;
	}
	
	.logos-slider {
		margin: 0 -50px;
	}
	
	.logos-slider .logo-holder {
		height: 80px;
	}
	
	.page-title.article-details .featured-block {
		min-height: 607px;
		grid-template-columns: 1fr 840px;
	}
	
	.page-title-img {
		height: 400px;
	}
	
	.search-hero .search-form {
		padding-top: 111px;
	}
	
	.search-form .form-item input {
		font-size: 24px;
		height: 57px;
	}
	
	.accordion-item p, .article-info p, .career-card .content-holder p, .details-card p, .result-box .row, .statistic-card p, .testimonials-card blockquote cite {
		font-size: 20px;
	}
	
	.accordion {
		width: 35%;
		min-height: 507px;
	}
	
	.colored-block .accordion.full-height-image {
		min-height: 620px;
		padding: 73px 0 60px 40px;
		width: 41.1%;
	}
	
	.colored-block .accordion.full-height-image .accordion-item .image {
		top: -100px;
		right: -100px;
		width: calc(65% - 130px);
		height: calc(100% + 200px);
	}
	
	.careers-slider-nav {
		left: 72px;
		bottom: 72px;
		right: 72px;
	}
	
	.career-card {
		padding: 200px 40px 40px;
	}
	
	.career-card .content-holder {
		padding: 32px 32px 104px;
	}
	
	.positions-section .container {
		max-width: 1380px;
	}
	
	.job-details .share-block {
		padding: 34px;
		top: 90px;
	}
	
	.job-details .aside-left, .job-details .aside-right {
		width: 340px;
	}
	
	.article-info, .job-details .aside-block, .job-details .awards-block {
		margin-bottom: 50px;
	}
	
	.details-card {
		padding: 34px;
		top: 90px;
	}
	
	.details-card .title {
		margin-bottom: 10px;
	}
	
	.aside-block, .awards-block {
		padding: 34px;
	}
	
	.statistic-list .slide {
		padding: 0 63px;
		width: calc(25% + 63px / 2);
	}
	
	.statistic-list .slide:first-of-type, .statistic-list .slide:last-of-type {
		width: calc(25% - 63px / 2);
	}
	
	.statistic-card .number {
		font-size: 80px;
		margin-bottom: 23px;
	}
	
	.info-cta-block p {
		font-size: 22px;
	}
	
	.comments-section .section-title {
		margin-bottom: 54px;
	}
	
	.comments-section.with-top-button .section-title .button-holder {
		right: 28px;
	}
	
	.comments-slider {
		margin-bottom: 52px;
	}
	
	.picture-section .info-cta-block {
		max-width: 798px;
	}
	
	.picture-section .info-cta-block p {
		font-size: 24px;
	}
	
	.testimonials-card .img-holder {
		height: 348px;
	}
	
	.investors-block {
		padding: 43px 100px;
	}
	
	.investors-block .title {
		width: 362px;
	}
	
	.investors-block .title+.investors-slider {
		max-width: calc(100% - 362px);
		padding-right: 150px;
	}
	
	.investors-slider .logo-holder {
		padding-right: 25px;
	}
	
	.main {
		padding-top: 75px;
	}
	
	.container {
		max-width: 1660px;
	}
	
	.container .double-col-view .content, .container .double-col-view .content blockquote cite strong, .container .double-col-view .content li, .container.double-col-view .content, .container.double-col-view .content blockquote cite strong, .container.double-col-view .content li {
		font-size: 22px;
	}
	
	.indent-bottom {
		margin-bottom: 150px;
	}
	
	.indent-top {
		margin-top: 150px;
	}
	
	.indents-internal-top {
		padding-top: 150px;
	}
	
	.indents-internal-top.small-desktop-version {
		padding-top: 120px;
	}
	
	.indents-internal-bottom {
		padding-bottom: 150px;
	}
}

@media (min-width:2400px) {
	.hero-section.next-info .container, .hero-section.with-banner .container {
		min-height: calc(100vh - 75px);
	}
}

@media (max-width:1439px) {
	.upcoming-event-section .filter .filter-title {
		max-width: 100%;
		width: 100%;
	}
}

@media (max-width:1199px) {
	.header-search-block .header-search {
		position: relative;
		z-index: 20;
	}
	
	.main-menu .has-submenu .open-submenu::after, .main-menu .has-submenu .open-submenu::before {
		position: absolute;
		content: "";
		background: #9aa5bf;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	
	.main-menu .has-submenu .open-submenu::before {
		width: 16px;
		height: 1px;
	}
	
	.main-menu .has-submenu .open-submenu::after {
		width: 1px;
		height: 16px;
		-webkit-transition: opacity .3s;
		transition: opacity .3s;
	}
	
	.cutout-cta .two-column p, .submenu .primary-link a svg, .submenu-list a svg {
		display: none;
	}
	
	.footer-bottom .copyright {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}
	
	.footer-content .footer-block {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	
	.cutout-cta.with-picture .two-column p {
		display: block;
	}
	
	.article-content-nav ul li:last-child {
		margin-bottom: 50px;
	}
	
	.colored-block .section-title.text-left .h2:not(.h1), .colored-block .section-title.text-left h2:not(.h1) {
		font-size: 22px;
		line-height: 1.36;
	}
	
	.info-cta-block .h2, .info-cta-block h2 {
		font-size: 28px;
		line-height: 1.26;
	}
	
	.comments-section .section-title {
		margin-bottom: 30px;
	}
}

@media (max-width:1023px) {
	.heading.two-column .column+.column {
		margin-top: 20px;
	}
	
	.sticky-form {
		margin-top: 0 !important;
		margin-bottom: 30px;
	}
	
	.post-list-slider .slick-list {
		overflow: visible;
		padding: 0 20px;
	}
	
	.upcoming-event-section .filter .filter-col.search {
		width: 100%;
	}
	
	.logos-bar .logos-slider+.button-holder {
		padding-top: 35px;
	}
	
	.info-cta-section.with-top-bg .section-bg {
		display: none;
	}
	
	.comments-section.with-top-button .container {
		position: static;
	}
	
	.comments-section.with-top-button .section-title .button-holder {
		position: absolute;
		bottom: 40px;
		left: 20px;
		right: 20px;
		margin-top: 0;
		text-align: center;
		z-index: 20;
	}
	
	.container .double-col-view.mobile-reverse .content-col, .container.double-col-view.mobile-reverse .content-col {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
}

@media (max-width:767px) {
	.hero-section .video-bg, .hero-section .video-bg:after {
		height: auto;
		aspect-ratio: 16/9;
	}
	
	.hero-section .video-bg video {
		height: auto;
		width: 200%;
		-webkit-transform: translateX(-43%);
		transform: translateX(-43%);
	}
	
	.content .three-columns-info .item+.item {
		margin-top: 30px;
	}
	
	.featured-block {
		padding-top: 30px;
	}
	
	.featured-block.with-careers-slider {
		display: block;
	}
	
	.media-comments-slider .slide .media-comment {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.info-cta-section.indents-internal-top {
		padding-top: 60px;
	}
	
	.comments-section .logos-slider {
		display: none;
	}
	
	.comments-section.with-top-button .logos-bar {
		padding-bottom: 110px;
	}
	
	.picture-section.indents-internal-bottom {
		padding-top: 60px;
	}
	
	.picture-section.indents-internal-top {
		padding-bottom: 60px;
	}
	
	.picture-section .info-cta-block .h2, .picture-section .info-cta-block h2 {
		font-size: 22px;
	}
	
	.testimonials-card-list .testimonials-card+.testimonials-card {
		margin-top: 20px;
	}
	
	.indents-internal-bottom+.indents-internal-bottom {
		padding-top: 30px;
	}
}

@media (max-width:567px) {
	.pagination {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	.featured-slider {
		margin: 0 -20px;
		padding: 0 20px;
		overflow: hidden;
	}
	
	.featured-slider.single-slide .slick-slide {
		padding: 0;
	}
	
	.featured-slider .slick-list {
		overflow: visible;
	}
	
	.featured-slider .featured-media {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	
	.upcoming-event-section .heading .h2, .upcoming-event-section .heading h2 {
		font-size: 28px;
	}
	
	.upcoming-event-slider .upcoming-event {
		gap: 0;
	}
	
	.logos-bar .button-holder .button {
		width: 100%;
	}
	
	.comments-section .colored-block {
		margin-left: -20px;
		margin-right: -20px;
		padding: 60px 20px;
	}
}

@media (max-width:449px) {
	.button, .hs-button, .hs-submit {
		width: 100%;
	}
}

@media (min-width:744px) and (max-width:1199px) {
	.hero-section.error-page {
		min-height: 100vh;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	
	.hero-section.error-page .hero-title {
		width: 100%;
	}
}

@media (min-width:768px) and (max-width:1023px) {
	.comments-section.with-top-button .logos-bar {
		padding-bottom: 140px;
	}
}
