/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	-webkit-box-sizing: content-box;
	        box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	/* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

.not-selectable {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.carousel {
	position: relative;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.carousel *,
.carousel *:before,
.carousel *:after {
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
}

.carousel.is-draggable {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}

.carousel.is-dragging {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.carousel__viewport {
	position: relative;
	overflow: hidden;
	max-width: 100%;
	max-height: 100%;
}

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

.carousel__slide {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: var(--carousel-slide-width, 60%);
	max-width: 100%;
	padding: 1rem;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	-ms-scroll-chaining: none;
	    overscroll-behavior: contain;
	-webkit-overflow-scrolling: touch;
	-ms-touch-action: pan-y;
	    touch-action: pan-y;
}

.has-dots {
	margin-bottom: calc(0.5rem + 22px);
}

.carousel__dots {
	margin: 0 auto;
	padding: 0;
	position: absolute;
	top: calc(100% + 0.5rem);
	left: 0;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	list-style: none;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.carousel__dots .carousel__dot {
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
	width: 22px;
	height: 22px;
	cursor: pointer;
}

.carousel__dots .carousel__dot:after {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	background-color: currentColor;
	opacity: 0.25;
	-webkit-transition: opacity 0.15s ease-in-out;
	transition: opacity 0.15s ease-in-out;
}

.carousel__dots .carousel__dot.is-selected:after {
	opacity: 1;
}

.carousel__button {
	width: var(--carousel-button-width, 48px);
	height: var(--carousel-button-height, 48px);
	padding: 0;
	border: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	pointer-events: all;
	cursor: pointer;
	color: var(--carousel-button-color, currentColor);
	background: var(--carousel-button-bg, transparent);
	border-radius: var(--carousel-button-border-radius, 50%);
	-webkit-box-shadow: var(--carousel-button-shadow, none);
	        box-shadow: var(--carousel-button-shadow, none);
	-webkit-transition: opacity 0.15s ease;
	transition: opacity 0.15s ease;
}

.carousel__button.is-prev,
.carousel__button.is-next {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.carousel__button.is-prev {
	left: 10px;
}

.carousel__button.is-next {
	right: 10px;
}

.carousel__button[disabled] {
	cursor: default;
	opacity: 0.3;
}

.carousel__button svg {
	width: var(--carousel-button-svg-width, 50%);
	height: var(--carousel-button-svg-height, 50%);
	fill: none;
	stroke: currentColor;
	stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
	stroke-linejoin: bevel;
	stroke-linecap: round;
	-webkit-filter: var(--carousel-button-svg-filter, none);
	        filter: var(--carousel-button-svg-filter, none);
	pointer-events: none;
}

html.with-fancybox {
	scroll-behavior: auto;
}

body.compensate-for-scrollbar {
	overflow: hidden !important;
	-ms-touch-action: none;
	    touch-action: none;
}

.fancybox__container {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	direction: ltr;
	margin: 0;
	padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	color: var(--fancybox-color, #fff);
	-webkit-tap-highlight-color: transparent;
	overflow: hidden;
	z-index: 1050;
	outline: none;
	-webkit-transform-origin: top left;
	        transform-origin: top left;
	--carousel-button-width: 48px;
	--carousel-button-height: 48px;
	--carousel-button-svg-width: 24px;
	--carousel-button-svg-height: 24px;
	--carousel-button-svg-stroke-width: 2.5;
	--carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}

.fancybox__container *,
.fancybox__container *::before,
.fancybox__container *::after {
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
}

.fancybox__container :focus {
	outline: none;
}

body:not(.is-using-mouse) .fancybox__container :focus {
	-webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
	        box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
}
.fancybox__backdrop {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	background: var(--fancybox-bg, rgba(24, 24, 27, 0.92));
}

.fancybox__carousel {
	position: relative;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	min-height: 0;
	height: 100%;
	z-index: 10;
}

.fancybox__carousel.has-dots {
	margin-bottom: calc(0.5rem + 22px);
}

.fancybox__viewport {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: visible;
	cursor: default;
}

.fancybox__track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
}

.fancybox__slide {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 48px 8px 8px 8px;
	position: relative;
	-ms-scroll-chaining: none;
	    overscroll-behavior: contain;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	outline: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	--carousel-button-width: 36px;
	--carousel-button-height: 36px;
	--carousel-button-svg-width: 22px;
	--carousel-button-svg-height: 22px;
}

.fancybox__slide::before,
.fancybox__slide::after {
	content: "";
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 0px;
	        flex: 0 0 0;
	margin: auto;
}
.fancybox__content {
	margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
	padding: 36px;
	color: var(--fancybox-content-color, #374151);
	background: var(--fancybox-content-bg, #fff);
	position: relative;
	-ms-flex-item-align: center;
	    align-self: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	z-index: 20;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
	outline: thin dotted;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.fancybox__caption {
	-ms-flex-item-align: center;
	    align-self: center;
	max-width: 100%;
	margin: 0;
	padding: 1rem 0 0 0;
	line-height: 1.375;
	color: var(--fancybox-color, currentColor);
	visibility: visible;
	cursor: auto;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	overflow-wrap: anywhere;
}

.is-loading .fancybox__caption {
	visibility: hidden;
}

.fancybox__container > .carousel__dots {
	top: 100%;
	color: var(--fancybox-color, #fff);
}

.fancybox__nav .carousel__button {
	z-index: 40;
}

.fancybox__nav .carousel__button.is-next {
	right: 8px;
}
.fancybox__nav .carousel__button.is-prev {
	left: 8px;
}
.carousel__button.is-close {
	position: absolute;
	top: 8px;
	right: 8px;
	top: calc(env(safe-area-inset-top, 0px) + 8px);
	right: calc(env(safe-area-inset-right, 0px) + 8px);
	z-index: 40;
}
.fancybox__content > .carousel__button.is-close {
	position: absolute;
	top: -40px;
	right: 0;
	color: var(--fancybox-color, #fff);
}

.fancybox__no-click,
.fancybox__no-click button {
	pointer-events: none;
}

.fancybox__spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 50px;
	height: 50px;
	color: var(--fancybox-color, currentColor);
}

.fancybox__slide .fancybox__spinner {
	cursor: pointer;
	z-index: 1053;
}

.fancybox__spinner svg {
	-webkit-animation: fancybox-rotate 2s linear infinite;
	        animation: fancybox-rotate 2s linear infinite;
	-webkit-transform-origin: center center;
	        transform-origin: center center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 100%;
}

.fancybox__spinner svg circle {
	fill: none;
	stroke-width: 2.75;
	stroke-miterlimit: 10;
	stroke-dasharray: 1, 200;
	stroke-dashoffset: 0;
	-webkit-animation: fancybox-dash 1.5s ease-in-out infinite;
	        animation: fancybox-dash 1.5s ease-in-out infinite;
	stroke-linecap: round;
	stroke: currentColor;
}

@-webkit-keyframes fancybox-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}

@keyframes fancybox-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}
@-webkit-keyframes fancybox-dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0;
	}
	50% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -35px;
	}
	100% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -124px;
	}
}
@keyframes fancybox-dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0;
	}
	50% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -35px;
	}
	100% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -124px;
	}
}
.fancybox__backdrop,
.fancybox__caption,
.fancybox__nav,
.carousel__dots,
.carousel__button.is-close {
	opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,
.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,
.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
	-webkit-animation: 0.15s ease backwards fancybox-fadeIn;
	        animation: 0.15s ease backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__backdrop,
.fancybox__container.is-animated.is-closing .fancybox__caption,
.fancybox__container.is-animated.is-closing .fancybox__nav,
.fancybox__container.is-animated.is-closing .carousel__dots,
.fancybox__container.is-animated.is-closing .carousel__button.is-close {
	-webkit-animation: 0.15s ease both fancybox-fadeOut;
	        animation: 0.15s ease both fancybox-fadeOut;
}

.fancybox-fadeIn {
	-webkit-animation: 0.15s ease both fancybox-fadeIn;
	        animation: 0.15s ease both fancybox-fadeIn;
}

.fancybox-fadeOut {
	-webkit-animation: 0.1s ease both fancybox-fadeOut;
	        animation: 0.1s ease both fancybox-fadeOut;
}

.fancybox-zoomInUp {
	-webkit-animation: 0.2s ease both fancybox-zoomInUp;
	        animation: 0.2s ease both fancybox-zoomInUp;
}

.fancybox-zoomOutDown {
	-webkit-animation: 0.15s ease both fancybox-zoomOutDown;
	        animation: 0.15s ease both fancybox-zoomOutDown;
}

.fancybox-throwOutUp {
	-webkit-animation: 0.15s ease both fancybox-throwOutUp;
	        animation: 0.15s ease both fancybox-throwOutUp;
}

.fancybox-throwOutDown {
	-webkit-animation: 0.15s ease both fancybox-throwOutDown;
	        animation: 0.15s ease both fancybox-throwOutDown;
}

@-webkit-keyframes fancybox-fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes fancybox-fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@-webkit-keyframes fancybox-fadeOut {
	to {
		opacity: 0;
	}
}
@keyframes fancybox-fadeOut {
	to {
		opacity: 0;
	}
}
@-webkit-keyframes fancybox-zoomInUp {
	from {
		-webkit-transform: scale(0.97) translate3d(0, 16px, 0);
		        transform: scale(0.97) translate3d(0, 16px, 0);
		opacity: 0;
	}
	to {
		-webkit-transform: scale(1) translate3d(0, 0, 0);
		        transform: scale(1) translate3d(0, 0, 0);
		opacity: 1;
	}
}
@keyframes fancybox-zoomInUp {
	from {
		-webkit-transform: scale(0.97) translate3d(0, 16px, 0);
		        transform: scale(0.97) translate3d(0, 16px, 0);
		opacity: 0;
	}
	to {
		-webkit-transform: scale(1) translate3d(0, 0, 0);
		        transform: scale(1) translate3d(0, 0, 0);
		opacity: 1;
	}
}
@-webkit-keyframes fancybox-zoomOutDown {
	to {
		-webkit-transform: scale(0.97) translate3d(0, 16px, 0);
		        transform: scale(0.97) translate3d(0, 16px, 0);
		opacity: 0;
	}
}
@keyframes fancybox-zoomOutDown {
	to {
		-webkit-transform: scale(0.97) translate3d(0, 16px, 0);
		        transform: scale(0.97) translate3d(0, 16px, 0);
		opacity: 0;
	}
}
@-webkit-keyframes fancybox-throwOutUp {
	to {
		-webkit-transform: translate3d(0, -30%, 0);
		        transform: translate3d(0, -30%, 0);
		opacity: 0;
	}
}
@keyframes fancybox-throwOutUp {
	to {
		-webkit-transform: translate3d(0, -30%, 0);
		        transform: translate3d(0, -30%, 0);
		opacity: 0;
	}
}
@-webkit-keyframes fancybox-throwOutDown {
	to {
		-webkit-transform: translate3d(0, 30%, 0);
		        transform: translate3d(0, 30%, 0);
		opacity: 0;
	}
}
@keyframes fancybox-throwOutDown {
	to {
		-webkit-transform: translate3d(0, 30%, 0);
		        transform: translate3d(0, 30%, 0);
		opacity: 0;
	}
}
.fancybox__carousel .carousel__slide {
	scrollbar-width: thin;
	scrollbar-color: #ccc rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
	background-color: rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
	background-color: #ccc;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	        box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}

.fancybox__carousel.is-draggable .fancybox__slide,
.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}

.fancybox__carousel.is-dragging .fancybox__slide,
.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.fancybox__carousel .fancybox__slide .fancybox__content {
	cursor: auto;
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.fancybox__image {
	-webkit-transform-origin: 0 0;
	        transform-origin: 0 0;
	-ms-touch-action: none;
	    touch-action: none;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	-webkit-transition: none;
	transition: none;
}

.has-image .fancybox__content {
	padding: 0;
	background: transparent;
	min-height: 1px;
}

.is-closing .has-image .fancybox__content {
	overflow: visible;
}

.has-image[data-image-fit=contain] {
	overflow: visible;
	-ms-touch-action: none;
	    touch-action: none;
}

.has-image[data-image-fit=contain] .fancybox__content {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.has-image[data-image-fit=contain] .fancybox__image {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}

.has-image[data-image-fit=contain-w] {
	overflow-x: hidden;
	overflow-y: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__content {
	min-height: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__image {
	max-width: 100%;
	height: auto;
}

.has-image[data-image-fit=cover] {
	overflow: visible;
	-ms-touch-action: none;
	    touch-action: none;
}

.has-image[data-image-fit=cover] .fancybox__content {
	width: 100%;
	height: 100%;
}

.has-image[data-image-fit=cover] .fancybox__image {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
	-ms-flex-negative: 1;
	    flex-shrink: 1;
	min-height: 1px;
	overflow: visible;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
	width: 100%;
	height: 80%;
}

.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
	width: 960px;
	height: 540px;
	max-width: 100%;
	max-height: 100%;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
	padding: 0;
	background: rgba(24, 24, 27, 0.9);
	color: #fff;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
	background: #e5e3df;
}

.fancybox__html5video,
.fancybox__iframe {
	border: 0;
	display: block;
	height: 100%;
	width: 100%;
	background: transparent;
}

.fancybox-placeholder {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}

.fancybox__thumbs {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	position: relative;
	padding: 0px 3px;
	opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
	-webkit-animation: 0.15s ease-in backwards fancybox-fadeIn;
	        animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
	opacity: 0;
}

.fancybox__thumbs .carousel__slide {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: var(--fancybox-thumbs-width, 96px);
	margin: 0;
	padding: 8px 3px;
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	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;
	overflow: visible;
	cursor: pointer;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-width: 5px;
	border-style: solid;
	border-color: var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
	opacity: 0;
	-webkit-transition: opacity 0.15s ease;
	transition: opacity 0.15s ease;
	border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
	opacity: 0.92;
}

.fancybox__thumbs .carousel__slide > * {
	pointer-events: none;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.fancybox__thumb {
	position: relative;
	width: 100%;
	padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
	background-size: cover;
	background-position: center center;
	background-color: rgba(255, 255, 255, 0.1);
	background-repeat: no-repeat;
	border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__toolbar {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 20;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(8.1%, rgba(0, 0, 0, 0.006)), color-stop(15.5%, rgba(0, 0, 0, 0.021)), color-stop(22.5%, rgba(0, 0, 0, 0.046)), color-stop(29%, rgba(0, 0, 0, 0.077)), color-stop(35.3%, rgba(0, 0, 0, 0.114)), color-stop(41.2%, rgba(0, 0, 0, 0.155)), color-stop(47.1%, rgba(0, 0, 0, 0.198)), color-stop(52.9%, rgba(0, 0, 0, 0.242)), color-stop(58.8%, rgba(0, 0, 0, 0.285)), color-stop(64.7%, rgba(0, 0, 0, 0.326)), color-stop(71%, rgba(0, 0, 0, 0.363)), color-stop(77.5%, rgba(0, 0, 0, 0.394)), color-stop(84.5%, rgba(0, 0, 0, 0.419)), color-stop(91.9%, rgba(0, 0, 0, 0.434)), to(rgba(0, 0, 0, 0.44)));
	background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);
	padding: 0;
	-ms-touch-action: none;
	    touch-action: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	--carousel-button-svg-width: 20px;
	--carousel-button-svg-height: 20px;
	opacity: var(--fancybox-opacity, 1);
	text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4));
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
	-webkit-animation: 0.15s ease-in backwards fancybox-fadeIn;
	        animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
	opacity: 0;
}

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

.fancybox__toolbar__items--left {
	margin-right: auto;
}

.fancybox__toolbar__items--center {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.fancybox__toolbar__items--right {
	margin-left: auto;
}
.fancybox__counter {
	min-width: 72px;
	padding: 0 10px;
	line-height: var(--carousel-button-height, 48px);
	text-align: center;
	font-size: 17px;
	font-variant-numeric: tabular-nums;
	-webkit-font-smoothing: subpixel-antialiased;
}

.fancybox__progress {
	background: var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
	height: 3px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: scaleX(0);
	        transform: scaleX(0);
	-webkit-transform-origin: 0;
	        transform-origin: 0;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: linear;
	        transition-timing-function: linear;
	z-index: 30;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.fancybox__container:-webkit-full-screen::backdrop {
	opacity: 0;
}

.fancybox__container:-ms-fullscreen::backdrop {
	opacity: 0;
}

.fancybox__container:fullscreen::-ms-backdrop {
	opacity: 0;
}

.fancybox__container:fullscreen::backdrop {
	opacity: 0;
}

.fancybox__button--fullscreen g:nth-child(2) {
	display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(1) {
	display: none;
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(1) {
	display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
	display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2) {
	display: block;
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(2) {
	display: block;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
	display: block;
}

.fancybox__button--slideshow g:nth-child(2) {
	display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
	display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
	display: block;
}

.bg-str img {
	width: 100%;
	max-width: none;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.button,
input[type=button],
input[type=reset],
input[type=submit],
button[type=submit] {
	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;
	gap: 10px;
	position: relative;
	padding: 12px 25px;
	border: 1px solid transparent;
	border-radius: 50px;
	background: var(--color-blue-500);
	-webkit-transition: all var(--animation-duration) var(--animation-timing-function);
	transition: all var(--animation-duration) var(--animation-timing-function);
	font-size: 16px;
	line-height: 1.2;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	color: var(--color-white);
	cursor: pointer;
}
.button-reversed {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
}
.button-reversed .icon-arrow {
	-webkit-transform: scale(-1);
	        transform: scale(-1);
}
.button .icon-arrow,
input[type=button] .icon-arrow,
input[type=reset] .icon-arrow,
input[type=submit] .icon-arrow,
button[type=submit] .icon-arrow {
	display: block;
	width: 13px;
	height: 12px;
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAyNiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzQ5NjFfNDYzMDQpIj4KPHBhdGggZD0iTTI1LjUzNjQgNC44OTI4MUwyMC44NTY0IDAuMzYxNjhDMjAuMjUxNiAtMC4xNjE0OTkgMTkuMzIzOCAtMC4xMTExNjggMTguNzgzMyAwLjQ3NDI2MkMxOC4yODY1IDEuMDEzMzQgMTguMjg1MiAxLjgyNzkgMTguNzgzMyAyLjM2Njk4TDIwLjk5NiA0LjUxMjY3SDEuNDY2OTVDMC42NTY4NDIgNC41MTI2NyAwIDUuMTQ4NDQgMCA1LjkzMjU0QzAgNi43MTY2NSAwLjY1Njg0MiA3LjM1MTA4IDEuNDY2OTUgNy4zNTI0MUgyMS4wMTY1TDE4Ljc4MTkgOS41MTkzQzE4LjE3NzEgMTAuMDQyNSAxOC4xMjUxIDEwLjk0MDUgMTguNjY1NiAxMS41MjU5QzE5LjIwNjEgMTIuMTExMyAyMC4xMzM5IDEyLjE2MTcgMjAuNzM4NyAxMS42Mzg1QzIwLjc3OTggMTEuNjAyNyAyMC44MTk1IDExLjU2NDMgMjAuODU2NCAxMS41MjQ2TDI1LjUzNjQgNi45OTM0N0MyNS44MTE1IDYuNzI3MjQgMjUuOTY2MSA2LjM2NTY1IDI1Ljk2NjEgNS45ODk1VjUuOTQzMTRDMjUuOTc5OCA1LjU0OTc2IDI1LjgyMzggNS4xNjk2MyAyNS41MzY0IDQuODkyODFaIiBmaWxsPSIjMjc4RUM3Ii8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfNDk2MV80NjMwNCI+CjxyZWN0IHdpZHRoPSIyNS45NjY5IiBoZWlnaHQ9IjEyLjAwMDIiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==") no-repeat 100% 0;
	background-size: auto 100%;
	-webkit-transition: all var(--animation-duration) var(--animation-timing-function);
	transition: all var(--animation-duration) var(--animation-timing-function);
}
.button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
button[type=submit]:hover {
	background: var(--color-blue);
	color: var(--color-white);
	text-decoration: none;
}
.button:hover .icon-arrow,
input[type=button]:hover .icon-arrow,
input[type=reset]:hover .icon-arrow,
input[type=submit]:hover .icon-arrow,
button[type=submit]:hover .icon-arrow {
	width: 26px;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAyNiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzQ5NjFfNDYzMDQpIj4KPHBhdGggZD0iTTI1LjUzNjQgNC44OTI4MUwyMC44NTY0IDAuMzYxNjhDMjAuMjUxNiAtMC4xNjE0OTkgMTkuMzIzOCAtMC4xMTExNjggMTguNzgzMyAwLjQ3NDI2MkMxOC4yODY1IDEuMDEzMzQgMTguMjg1MiAxLjgyNzkgMTguNzgzMyAyLjM2Njk4TDIwLjk5NiA0LjUxMjY3SDEuNDY2OTVDMC42NTY4NDIgNC41MTI2NyAwIDUuMTQ4NDQgMCA1LjkzMjU0QzAgNi43MTY2NSAwLjY1Njg0MiA3LjM1MTA4IDEuNDY2OTUgNy4zNTI0MUgyMS4wMTY1TDE4Ljc4MTkgOS41MTkzQzE4LjE3NzEgMTAuMDQyNSAxOC4xMjUxIDEwLjk0MDUgMTguNjY1NiAxMS41MjU5QzE5LjIwNjEgMTIuMTExMyAyMC4xMzM5IDEyLjE2MTcgMjAuNzM4NyAxMS42Mzg1QzIwLjc3OTggMTEuNjAyNyAyMC44MTk1IDExLjU2NDMgMjAuODU2NCAxMS41MjQ2TDI1LjUzNjQgNi45OTM0N0MyNS44MTE1IDYuNzI3MjQgMjUuOTY2MSA2LjM2NTY1IDI1Ljk2NjEgNS45ODk1VjUuOTQzMTRDMjUuOTc5OCA1LjU0OTc2IDI1LjgyMzggNS4xNjk2MyAyNS41MzY0IDQuODkyODFaIiBmaWxsPSIjMTkyNTVBIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfNDk2MV80NjMwNCI+CjxyZWN0IHdpZHRoPSIyNS45NjY5IiBoZWlnaHQ9IjEyLjAwMDIiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==");
}
.button.button-orange,
input.button-orange[type=button],
input.button-orange[type=reset],
input.button-orange[type=submit],
button.button-orange[type=submit] {
	background-color: var(--color-orange);
	border-color: var(--color-orange);
}
.button.button-orange:not(:hover) .icon-arrow,
input.button-orange[type=button]:not(:hover) .icon-arrow,
input.button-orange[type=reset]:not(:hover) .icon-arrow,
input.button-orange[type=submit]:not(:hover) .icon-arrow,
button.button-orange[type=submit]:not(:hover) .icon-arrow {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMyAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzQ5NjFfMzM1NDQpIj4KPHBhdGggZD0iTTEyLjU3MDMgNC44OTI4MUw3Ljg5MDMyIDAuMzYxNjhDNy4yODU0NyAtMC4xNjE0OTkgNi4zNTc2OCAtMC4xMTExNjggNS44MTcxNiAwLjQ3NDI2MkM1LjMyMDQyIDEuMDEzMzQgNS4zMTkwNSAxLjgyNzkgNS44MTcxNiAyLjM2Njk4TDguMDI5ODkgNC41MTI2N0gxLjQ2Njk1QzAuNjU2ODQyIDQuNTEyNjcgMCA1LjE0ODQ0IDAgNS45MzI1NEMwIDYuNzE2NjUgMC42NTY4NDIgNy4zNTEwOCAxLjQ2Njk1IDcuMzUyNDFIOC4wNTA0Mkw1LjgxNTc5IDkuNTE5M0M1LjIxMDk1IDEwLjA0MjUgNS4xNTg5NSAxMC45NDA1IDUuNjk5NDcgMTEuNTI1OUM2LjI0IDEyLjExMTMgNy4xNjc3OSAxMi4xNjE3IDcuNzcyNjMgMTEuNjM4NUM3LjgxMzY4IDExLjYwMjcgNy44NTMzNyAxMS41NjQzIDcuODkwMzIgMTEuNTI0NkwxMi41NzAzIDYuOTkzNDdDMTIuODQ1NCA2LjcyNzI0IDEzIDYuMzY1NjUgMTMgNS45ODk1VjUuOTQzMTRDMTMuMDEzNyA1LjU0OTc2IDEyLjg1NzcgNS4xNjk2MyAxMi41NzAzIDQuODkyODFaIiBmaWxsPSJ3aGl0ZSIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzQ5NjFfMzM1NDQiPgo8cmVjdCB3aWR0aD0iMTMiIGhlaWdodD0iMTIiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==");
}
.button.button-orange:hover,
input.button-orange[type=button]:hover,
input.button-orange[type=reset]:hover,
input.button-orange[type=submit]:hover,
button.button-orange[type=submit]:hover {
	background-color: var(--color-blue);
	border-color: var(--color-blue);
}
.button-secondary,
input[type=button].button-secondary,
input[type=reset].button-secondary,
input[type=submit].button-secondary,
button[type=submit].button-secondary {
	border-color: var(--color-blue-500);
	background: none;
	color: var(--color-blue-500);
}
.button-secondary:hover,
input[type=button].button-secondary:hover,
input[type=reset].button-secondary:hover,
input[type=submit].button-secondary:hover,
button[type=submit].button-secondary:hover {
	background: var(--color-blue);
	border-color: var(--color-blue);
	color: var(--color-white);
}
.button-secondary:not(:hover) .icon-arrow {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMyAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzQ5NjFfMzM1NDQpIj4KPHBhdGggZD0iTTEyLjU3MDMgNC44OTI4MUw3Ljg5MDMyIDAuMzYxNjhDNy4yODU0NyAtMC4xNjE0OTkgNi4zNTc2OCAtMC4xMTExNjggNS44MTcxNiAwLjQ3NDI2MkM1LjMyMDQyIDEuMDEzMzQgNS4zMTkwNSAxLjgyNzkgNS44MTcxNiAyLjM2Njk4TDguMDI5ODkgNC41MTI2N0gxLjQ2Njk1QzAuNjU2ODQyIDQuNTEyNjcgMCA1LjE0ODQ0IDAgNS45MzI1NEMwIDYuNzE2NjUgMC42NTY4NDIgNy4zNTEwOCAxLjQ2Njk1IDcuMzUyNDFIOC4wNTA0Mkw1LjgxNTc5IDkuNTE5M0M1LjIxMDk1IDEwLjA0MjUgNS4xNTg5NSAxMC45NDA1IDUuNjk5NDcgMTEuNTI1OUM2LjI0IDEyLjExMTMgNy4xNjc3OSAxMi4xNjE3IDcuNzcyNjMgMTEuNjM4NUM3LjgxMzY4IDExLjYwMjcgNy44NTMzNyAxMS41NjQzIDcuODkwMzIgMTEuNTI0NkwxMi41NzAzIDYuOTkzNDdDMTIuODQ1NCA2LjcyNzI0IDEzIDYuMzY1NjUgMTMgNS45ODk1VjUuOTQzMTRDMTMuMDEzNyA1LjU0OTc2IDEyLjg1NzcgNS4xNjk2MyAxMi41NzAzIDQuODkyODFaIiBmaWxsPSIjMTkyNTVBIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfNDk2MV8zMzU0NCI+CjxyZWN0IHdpZHRoPSIxMyIgaGVpZ2h0PSIxMiIgZmlsbD0iIzE5MjU1QSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=");
}
.button-secondary.button-white,
input.button-white[type=button].button-secondary,
input.button-white[type=reset].button-secondary,
input.button-white[type=submit].button-secondary,
button.button-white[type=submit].button-secondary {
	border-color: var(--color-white);
	color: var(--color-white);
}
.button-secondary.button-white:hover {
	background-color: var(--color-white);
	border-color: var(--color-white);
	color: var(--color-blue-500);
}
.button-secondary.button-white:not(:hover) .icon-arrow {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMyAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzQ5NjFfMzM1NDQpIj4KPHBhdGggZD0iTTEyLjU3MDMgNC44OTI4MUw3Ljg5MDMyIDAuMzYxNjhDNy4yODU0NyAtMC4xNjE0OTkgNi4zNTc2OCAtMC4xMTExNjggNS44MTcxNiAwLjQ3NDI2MkM1LjMyMDQyIDEuMDEzMzQgNS4zMTkwNSAxLjgyNzkgNS44MTcxNiAyLjM2Njk4TDguMDI5ODkgNC41MTI2N0gxLjQ2Njk1QzAuNjU2ODQyIDQuNTEyNjcgMCA1LjE0ODQ0IDAgNS45MzI1NEMwIDYuNzE2NjUgMC42NTY4NDIgNy4zNTEwOCAxLjQ2Njk1IDcuMzUyNDFIOC4wNTA0Mkw1LjgxNTc5IDkuNTE5M0M1LjIxMDk1IDEwLjA0MjUgNS4xNTg5NSAxMC45NDA1IDUuNjk5NDcgMTEuNTI1OUM2LjI0IDEyLjExMTMgNy4xNjc3OSAxMi4xNjE3IDcuNzcyNjMgMTEuNjM4NUM3LjgxMzY4IDExLjYwMjcgNy44NTMzNyAxMS41NjQzIDcuODkwMzIgMTEuNTI0NkwxMi41NzAzIDYuOTkzNDdDMTIuODQ1NCA2LjcyNzI0IDEzIDYuMzY1NjUgMTMgNS45ODk1VjUuOTQzMTRDMTMuMDEzNyA1LjU0OTc2IDEyLjg1NzcgNS4xNjk2MyAxMi41NzAzIDQuODkyODFaIiBmaWxsPSJ3aGl0ZSIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzQ5NjFfMzM1NDQiPgo8cmVjdCB3aWR0aD0iMTMiIGhlaWdodD0iMTIiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==");
}

.button-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 12px;
	font-size: 16px;
	line-height: 1.2;
	text-transform: uppercase;
	color: var(--base-text-color);
}
.button-link__icon {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	background: var(--color-blue);
	color: var(--color-white);
	-webkit-transition: all var(--animation-duration) var(--animation-timing-function);
	transition: all var(--animation-duration) var(--animation-timing-function);
}
.button-link .icon {
	width: 50%;
	height: 50%;
}
.button-link:hover {
	color: var(--base-text-color);
}
.button-link:hover .button-link__icon {
	background: var(--base-text-color);
}

.button-arrow {
	width: 50px;
	aspect-ratio: 1/1;
	background: var(--color-blue);
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	color: var(--color-white);
	-webkit-transition: all var(--animation-duration) var(--animation-timing-function);
	transition: all var(--animation-duration) var(--animation-timing-function);
}
.button-arrow:hover {
	color: var(--color-white);
}
.button-arrow .icon {
	width: 24px;
	aspect-ratio: 1/0.4615;
	-webkit-transform: rotate(90deg);
	        transform: rotate(90deg);
}

form,
fieldset {
	border: none;
	display: block;
	padding: 0;
	margin: 0 0 var(--vertical-rhythm) 0;
	color: var(--base-text-color);
}

label {
	display: block;
	font-weight: 500;
	font-size: var(--label-fz);
	line-height: 1.2;
	color: var(--label-color);
	margin: 0 0 18px;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=password],
input[type=url],
input[type=number],
input[type=date],
input[type=file],
textarea {
	-webkit-appearance: none;
	outline: none;
	max-width: 100%;
	width: 100%;
	padding: var(--input-y) var(--input-x);
	margin: 0;
	border: var(--input-border) solid var(--input-border-color);
	border-radius: var(--input-radius);
	background: var(--input-bg-color);
	font-size: var(--input-fz);
	line-height: var(--input-lh);
	font-weight: 500;
	color: var(--input-color);
	text-align: left;
}
input[type=text]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=file]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: var(--input-placeholder-color);
	opacity: 1;
	-webkit-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}

input[type=text]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=url]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=date]:-moz-placeholder,
input[type=file]:-moz-placeholder,
textarea:-moz-placeholder {
	color: var(--input-placeholder-color);
	opacity: 1;
	-moz-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}

input[type=text]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=file]::-moz-placeholder,
textarea::-moz-placeholder {
	color: var(--input-placeholder-color);
	opacity: 1;
	-moz-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}

input[type=text]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=file]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: var(--input-placeholder-color);
	opacity: 1;
	-ms-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}

input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=password]:focus,
input[type=url]:focus,
input[type=number]:focus,
input[type=date]:focus,
input[type=file]:focus,
textarea:focus {
	border-color: var(--input-focus-border-color);
}
input[type=text]:focus::-webkit-input-placeholder,
input[type=tel]:focus::-webkit-input-placeholder,
input[type=email]:focus::-webkit-input-placeholder,
input[type=search]:focus::-webkit-input-placeholder,
input[type=password]:focus::-webkit-input-placeholder,
input[type=url]:focus::-webkit-input-placeholder,
input[type=number]:focus::-webkit-input-placeholder,
input[type=date]:focus::-webkit-input-placeholder,
input[type=file]:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	opacity: 0;
}

input[type=text]:focus:-moz-placeholder,
input[type=tel]:focus:-moz-placeholder,
input[type=email]:focus:-moz-placeholder,
input[type=search]:focus:-moz-placeholder,
input[type=password]:focus:-moz-placeholder,
input[type=url]:focus:-moz-placeholder,
input[type=number]:focus:-moz-placeholder,
input[type=date]:focus:-moz-placeholder,
input[type=file]:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
	opacity: 0;
}

input[type=text]:focus::-moz-placeholder,
input[type=tel]:focus::-moz-placeholder,
input[type=email]:focus::-moz-placeholder,
input[type=search]:focus::-moz-placeholder,
input[type=password]:focus::-moz-placeholder,
input[type=url]:focus::-moz-placeholder,
input[type=number]:focus::-moz-placeholder,
input[type=date]:focus::-moz-placeholder,
input[type=file]:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
	opacity: 0;
}

input[type=text]:focus:-ms-input-placeholder,
input[type=tel]:focus:-ms-input-placeholder,
input[type=email]:focus:-ms-input-placeholder,
input[type=search]:focus:-ms-input-placeholder,
input[type=password]:focus:-ms-input-placeholder,
input[type=url]:focus:-ms-input-placeholder,
input[type=number]:focus:-ms-input-placeholder,
input[type=date]:focus:-ms-input-placeholder,
input[type=file]:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
	opacity: 0;
}

.error input[type=text],
.error input[type=tel],
.error input[type=email],
.error input[type=search],
.error input[type=password],
.error input[type=url],
.error input[type=number],
.error input[type=date],
.error input[type=file],
.error textarea {
	color: var(--color-red);
	background: rgba(177, 32, 40, 0.1);
}
input[type=text].wpcf7-not-valid,
input[type=tel].wpcf7-not-valid,
input[type=email].wpcf7-not-valid,
input[type=search].wpcf7-not-valid,
input[type=password].wpcf7-not-valid,
input[type=url].wpcf7-not-valid,
input[type=number].wpcf7-not-valid,
input[type=date].wpcf7-not-valid,
input[type=file].wpcf7-not-valid,
textarea.wpcf7-not-valid {
	color: var(--color-red);
	background: rgba(177, 32, 40, 0.1);
}

textarea {
	resize: none;
	vertical-align: top;
	width: 100%;
	height: 150px;
	border: 1px solid var(--input-border-color);
}

/* button, */
input[type=button],
input[type=reset],
input[type=submit],
button[type=submit] {
	-webkit-appearance: none;
}
input[type=reset] {
	margin-bottom: var(--vertical-rhythm);
}

input[type=file] {
	max-width: 100%;
}

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

/* custom checkbox styles */
.jcf-checkbox {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: default;
	background: none;
	border: 1px solid var(--color-blue-500);
	margin: 0 15px 0 0;
	height: var(--checkbox-size);
	width: var(--checkbox-size);
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 var(--checkbox-size);
	        flex: 0 0 var(--checkbox-size);
}
.error .jcf-checkbox {
	border-color: var(--color-red);
	background: rgba(177, 32, 40, 0.1);
}

.jcf-checkbox span {
	position: absolute;
	display: none;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	background: var(--color-blue-500);
}

.jcf-checkbox input[type=checkbox] {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}

.jcf-checkbox.jcf-checked span {
	display: block;
}

/* custom radio styles */
.jcf-radio {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	cursor: default;
	border: 1px solid var(--input-border-color);
	border-radius: 50%;
	margin: 0 4px 0 0;
	height: var(--radio-size);
	width: var(--radio-size);
	max-width: var(--radio-size);
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 var(--radio-size);
	        flex: 0 0 var(--radio-size);
}

.jcf-radio span {
	display: none;
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	z-index: 2;
	border-radius: 50%;
	border: 1px solid var(--input-border-color);
	background: var(--input-border-color);
}

.jcf-radio input[type=radio] {
	position: absolute;
	height: 100%;
	width: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}

.jcf-radio.jcf-checked span {
	display: block;
}

/* custom select styles */
.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	border: var(--input-border) solid var(--input-border-color);
	border-width: 0 0 1px;
	border-radius: var(--input-radius);
	background: var(--input-bg-color);
	min-width: 0;
	width: 100%;
	padding: 10px 50px 10px 10px;
	font-size: var(--input-fz);
	line-height: var(--input-lh);
	font-weight: 500;
	color: var(--input-color);
}
.jcf-select.jcf-drop-active .jcf-select-opener:before {
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}
.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}
.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	min-height: 1em;
}
.jcf-select .jcf-select-opener {
	position: absolute;
	width: 38px;
	bottom: 0;
	right: 0;
	top: 0;
}
.jcf-select .jcf-select-opener:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 12px;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 14px;
	height: 14px;
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzUxMDJfMTI1MzkpIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi4yMDY2IDUuMDIxMDRMNi45ODQwMiA5LjkyODkzTDEuNzkzMDIgNS4wMTg3NEwyLjQ4MDIxIDQuMjkyMjVMNi45ODYyNiA4LjU1NDU2TDExLjUyMTggNC4yOTIzMkwxMi4yMDY2IDUuMDIxMDRaIiBmaWxsPSIjMTkyNTVBIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfNTEwMl8xMjUzOSI+CjxyZWN0IHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K") no-repeat;
	background-size: 100%;
}

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

body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0px;
	z-index: 9999;
	top: 100%;
	left: 0;
	right: 0;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
	border: 1px solid var(--color-blue);
	overflow: hidden;
}

/* multiple select styles */
.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid var(--color-blue);
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */
.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: var(--color-gray-light);
	font-size: 20px;
	line-height: var(--input-lh);
	width: 100%;
}
.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 ul li {
	overflow: hidden;
	display: block;
}
.jcf-list .jcf-overflow {
	overflow: auto;
}
.jcf-list .jcf-option {
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 8px 10px;
	color: var(--input-color);
	height: 1%;
}
.jcf-list .jcf-option-placeholder {
	display: none;
}
.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}
.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}
.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: var(--color-blue);
	color: var(--color-white);
}

html {
	font-size: var(--rem-base);
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: constant(safe-area-inset);
	padding: env(safe-area-inset);
}

body {
	color: var(--base-text-color);
	font: 500 var(--base-font-size)/var(--base-line-height) var(--base-font);
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: var(--color-white);
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	line-height: 1.5;
	font-weight: 700;
	color: var(--h1-h6-color);
}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a,
.h a {
	color: inherit;
	font-size: inherit;
}
h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
.h4 a:hover,
h5 a:hover,
.h5 a:hover,
h6 a:hover,
.h6 a:hover,
.h a:hover {
	color: var(--accent-color);
}

h1,
.h1 {
	font-size: var(--h1);
	line-height: 1.25;
	font-weight: 600;
	margin: 0 0 0.6em;
}

h2,
.h2 {
	font-size: var(--h2);
	line-height: 1.562;
	margin: 0 0 0.4em;
}

h3,
.h3 {
	font-size: var(--h3);
	line-height: 1.4;
	margin: 0 0 0.5em;
}

h4,
.h4 {
	font-size: var(--h4);
	line-height: 1.5;
	margin: 0 0 0.6em;
}

h5,
.h5 {
	font-size: var(--h5);
	line-height: inherit;
	margin: 0 0 0.7em;
}

h6,
.h6 {
	font-size: var(--h6);
	margin: 0 0 0.8em;
}

p {
	margin-bottom: 1.5em;
	margin-top: 0;
}

a {
	color: var(--base-link-color);
	text-decoration: none;
	-webkit-transition: all var(--animation-duration) var(--animation-timing-function);
	transition: all var(--animation-duration) var(--animation-timing-function);
}
a:hover {
	text-decoration: none;
	color: var(--color-orange-dark);
}

.link-invisible {
	color: inherit;
	text-decoration: none;
}
.link-invisible:hover {
	color: var(--accent-color);
}

.text-underline {
	text-decoration: underline;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

ul,
ol {
	list-style: none;
	margin-top: 0;
	padding-left: 0;
}
ul li,
ol li {
	list-style: none;
}

#sidebar ol:not([class]),
#sidebar ul:not([class]),
.entry ol:not([class]),
.entry ul:not([class]),
ul.list-style,
ol.list-style {
	--margin-li-top: 0;
	margin: 0 0 1.5em;
}
#sidebar ol:not([class]) li,
#sidebar ul:not([class]) li,
.entry ol:not([class]) li,
.entry ul:not([class]) li,
ul.list-style li,
ol.list-style li {
	padding-left: 20px;
	position: relative;
}
#sidebar ol:not([class]) li + li,
#sidebar ul:not([class]) li + li,
.entry ol:not([class]) li + li,
.entry ul:not([class]) li + li,
ul.list-style li + li,
ol.list-style li + li {
	margin-top: var(--margin-li-top);
}
#sidebar ol:not([class]) ul,
#sidebar ul:not([class]) ul,
.entry ol:not([class]) ul,
.entry ul:not([class]) ul,
ul.list-style ul,
ol.list-style ul {
	margin-bottom: 0;
	margin-top: var(--margin-li-top);
}
#sidebar ol:not([class]) ol,
#sidebar ul:not([class]) ol,
.entry ol:not([class]) ol,
.entry ul:not([class]) ol,
ul.list-style ol,
ol.list-style ol {
	margin-bottom: 0;
	margin-top: var(--margin-li-top);
}

#sidebar ul:not([class]) > li,
.entry ul:not([class]) > li,
ul.list-style > li {
	padding-left: 26px;
}
#sidebar ul:not([class]) > li:before,
.entry ul:not([class]) > li:before,
ul.list-style > li:before {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	top: 0.9em;
	left: 7px;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	background-color: var(--color-orange);
}

#sidebar ol:not([class]),
.entry ol:not([class]),
ol.list-style {
	counter-reset: list;
}
#sidebar ol:not([class]) > li,
.entry ol:not([class]) > li,
ol.list-style > li {
	padding-left: 30px;
}
#sidebar ol:not([class]) > li:before,
.entry ol:not([class]) > li:before,
ol.list-style > li:before {
	content: counter(list) ".";
	counter-increment: list;
	position: absolute;
	top: 0;
	left: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin-bottom: 1.2em;
	border: 1px solid var(--brand-color);
}
table th,
table td {
	font-size: 12px;
	line-height: 2;
	text-align: center;
	border-left: 1px solid var(--brand-color);
}
table th:first-child,
table td:first-child {
	text-align: left;
	text-transform: uppercase;
	border-left: none;
}
table th {
	padding: 11px 17px;
	border-bottom: 1px solid var(--brand-color);
	font-weight: 400;
}
table td {
	padding: 4px 17px;
}
table tr:nth-child(odd) td {
	background-color: var(--brand-color);
}

pre {
	max-width: 100%;
	background: rgba(0, 0, 0, 0.1);
	padding: 0.5em;
}

blockquote {
	font-size: 48px;
	line-height: 1.125;
	background: transparent;
	border: none;
	padding: 0;
	margin: 0 0 1.2em;
}
blockquote p:last-child {
	margin-bottom: 0;
}

dl {
	margin: 0 0 1.2em;
}
dl dt {
	float: left;
	clear: left;
	font-weight: bold;
	padding: 10px 5px;
}
dl dd {
	margin-left: 0;
	padding: 10px 0;
}

* {
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
	max-height: 1000000px;
}
*:after,
*:before {
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
}

.resize-active {
	-webkit-transition: none !important;
	transition: none !important;
}
.resize-active *,
.resize-active *:before,
.resize-active *:after {
	-webkit-transition: inherit !important;
	transition: inherit !important;
}

.container {
	width: 100%;
	max-width: calc(var(--container) + var(--gutter) * 2);
	margin: 0 auto;
	padding-left: var(--gutter);
	padding-right: var(--gutter);
}
.container--md {
	max-width: calc(var(--container-md) + var(--gutter) * 2);
}

html,
body {
	height: 100%;
}

.wrapper {
	display: grid;
	grid-template-rows: auto 1fr auto;
	min-height: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.main,
.header,
.footer {
	min-width: 0;
}

.main {
	position: relative;
}

.offset-header {
	padding-top: 154px;
}

.bg-str {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
}
.underline {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 1em;
}
.underline:before {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
	content: "";
	height: 4px;
	width: 9999px;
	background: var(--color-orange);
}

.icon {
	width: 2rem;
	height: 2rem;
}

.socials {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 26px;
	margin: 0;
	font-size: 0;
	line-height: 0;
}
.socials .icon {
	width: 22px;
	height: 22px;
}

.tabs-content .tab {
	opacity: 0;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}
.tabs-content .tab.active {
	opacity: 1;
}

.js-tab-hidden {
	display: block !important;
	left: -9999px !important;
	position: absolute !important;
	top: -9999px !important;
}

.fancybox__backdrop {
	background: rgba(39, 142, 199, 0.95);
}

.fancybox__thumbs {
	display: none !important;
}

.fancybox__content {
	color: var(--base-text-color);
}

.fancybox__content > .carousel__button.is-close {
	top: 10px;
	right: 10px;
	color: var(--color-blue);
}
.fancybox__content > .carousel__button.is-close:hover {
	color: var(--color-orange);
}
.fancybox__content > .carousel__button.is-close svg {
	width: 22px;
	height: 22px;
	-webkit-filter: none;
	        filter: none;
}

.fancybox__nav {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 100%;
	max-width: 1500px;
}

.fancybox__nav .carousel__button {
	width: 60px;
	height: 60px;
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjEiIGhlaWdodD0iNjEiIHZpZXdCb3g9IjAgMCA2MSA2MSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE5LjI3OTEgMzMuNDcxM0wyNy45MyA0MS44NDcxQzI5LjA0OCA0Mi44MTQyIDMwLjc2MzEgNDIuNzIxMSAzMS43NjIyIDQxLjYzOUMzMi42ODA0IDQwLjY0MjUgMzIuNjgyOSAzOS4xMzY4IDMxLjc2MjIgMzguMTQwM0wyNy42NzIgMzQuMTc0TDM5LjgwMzUgMzQuMTc0QzQxLjMwMSAzNC4xNzQgNDIuNTE1MSAzMi45OTg4IDQyLjUxNTEgMzEuNTQ5NEM0Mi41MTUxIDMwLjEgNDEuMzAxIDI4LjkyNzMgMzkuODAzNSAyOC45MjQ4TDI3LjYzNDEgMjguOTI0OEwzMS43NjQ3IDI0LjkxOTNDMzIuODgyOCAyMy45NTIzIDMyLjk3ODkgMjIuMjkyMyAzMS45Nzk3IDIxLjIxMDFDMzAuOTgwNiAyMC4xMjggMjkuMjY1NiAyMC4wMzQ5IDI4LjE0NzUgMjEuMDAyQzI4LjA3MTcgMjEuMDY4MSAyNy45OTgzIDIxLjEzOTEgMjcuOTMgMjEuMjEyNkwxOS4yNzkxIDI5LjU4ODNDMTguNzcwNyAzMC4wODA0IDE4LjQ4NDggMzAuNzQ4OCAxOC40ODQ4IDMxLjQ0NDFMMTguNDg0OCAzMS41Mjk4QzE4LjQ1OTUgMzIuMjU3IDE4Ljc0NzkgMzIuOTU5NiAxOS4yNzkxIDMzLjQ3MTNaIiBmaWxsPSJ3aGl0ZSIvPgo8Y2lyY2xlIGN4PSIzMC41IiBjeT0iMzAuNSIgcj0iMzAiIHRyYW5zZm9ybT0icm90YXRlKC0xODAgMzAuNSAzMC41KSIgc3Ryb2tlPSJ3aGl0ZSIvPgo8L3N2Zz4K") no-repeat;
	background-size: 100%;
}
.fancybox__nav .carousel__button:hover {
	opacity: 0.6;
}
.fancybox__nav .carousel__button svg {
	display: none;
}

.fancybox__nav .carousel__button.is-next {
	-webkit-transform: scaleX(-1);
	        transform: scaleX(-1);
}

.anim-zoom-out img {
	-webkit-transform: scale(1.2);
	        transform: scale(1.2);
	will-change: transform;
}

.anim-slide-up {
	-webkit-transform: translateY(150px);
	        transform: translateY(150px);
	will-change: transform;
}
.anim-slide-up img {
	-webkit-transform: scale(1.2);
	        transform: scale(1.2);
	will-change: transform;
}

.anim-slide-up-stagger > * {
	-webkit-transform: translateY(150px);
	        transform: translateY(150px);
	opacity: 0;
	will-change: transform;
}

.anim-fade-in {
	opacity: 0;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	padding: 40px 0;
	background: var(--color-white);
}
.home:not(.menu-active) .header:not(._sticked) {
	background: none;
}
body:not(.menu-active) .header._sticked {
	padding: 10px 0;
	background: var(--color-blue-500);
	color: var(--color-white);
}
body:not(.menu-active) .header._sticked .container {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.header .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 20px;
}
body:not(.menu-active) .header._sticked .header__logo img:nth-child(1) {
	display: none;
}
.header__logo img:nth-child(2) {
	display: none;
	-webkit-transition: -webkit-transform 0.8s;
	transition: -webkit-transform 0.8s;
	transition: transform 0.8s;
	transition: transform 0.8s, -webkit-transform 0.8s;
	will-change: transform;
}
body:not(.menu-active) .header._sticked .header__logo img:nth-child(2) {
	display: block;
	-webkit-animation-name: flip;
	        animation-name: flip;
	-webkit-animation-duration: 1s;
	        animation-duration: 1s;
}

.menu {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-column-gap: 60px;
	   -moz-column-gap: 60px;
	        column-gap: 60px;
	row-gap: 20px;
	font-weight: 500;
	text-transform: uppercase;
}
.menu > li {
	position: relative;
	padding-bottom: 8px;
	margin-bottom: -8px;
}
.menu a {
	display: inline-block;
	vertical-align: top;
	position: relative;
	color: inherit;
}
.menu a:hover,
.menu a.highlighted {
	font-weight: 700;
}
.menu a.highlighted .sub-arrow {
	-webkit-transform: translateY(-50%) scale(-1);
	        transform: translateY(-50%) scale(-1);
}
.menu a.has-submenu {
	padding-right: 15px;
}
.menu a .sub-arrow {
	position: absolute;
	top: 50%;
	right: -5px;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 14px;
	height: 14px;
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzUxMDJfMTI1MzkpIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi4yMDY2IDUuMDIxMDRMNi45ODQwMiA5LjkyODkzTDEuNzkzMDIgNS4wMTg3NEwyLjQ4MDIxIDQuMjkyMjVMNi45ODYyNiA4LjU1NDU2TDExLjUyMTggNC4yOTIzMkwxMi4yMDY2IDUuMDIxMDRaIiBmaWxsPSIjMTkyNTVBIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfNTEwMl8xMjUzOSI+CjxyZWN0IHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K") no-repeat;
	background-size: 100%;
}
body:not(.menu-active) .header._sticked .menu a .sub-arrow {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzUxMzFfMTEzNDgpIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi4yMDY4IDUuMDIxMDRMNi45ODQxNSA5LjkyODkzTDEuNzkzMTYgNS4wMTg3NEwyLjQ4MDM1IDQuMjkyMjVMNi45ODY0IDguNTU0NTZMMTEuNTIyIDQuMjkyMzJMMTIuMjA2OCA1LjAyMTA0WiIgZmlsbD0id2hpdGUiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF81MTMxXzExMzQ4Ij4KPHJlY3Qgd2lkdGg9IjE0IiBoZWlnaHQ9IjE0IiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=");
}
.menu ul {
	display: none;
	position: absolute;
	top: 100% !important;
	z-index: 2;
	min-width: 0 !important;
	max-width: 300px;
	padding: 0;
	margin-top: 0 !important;
	background: var(--color-blue);
	border-bottom-right-radius: 20px;
	overflow: hidden;
	-webkit-box-shadow: 0 5px 10px rgba(31, 70, 117, 0.1);
	        box-shadow: 0 5px 10px rgba(31, 70, 117, 0.1);
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.7px;
	white-space: nowrap;
	color: var(--color-white);
}
.menu ul a {
	display: block;
	padding: 5px 15px 5px 10px;
}
.menu ul a:hover {
	background-color: var(--color-blue-250);
}

.menu-opener {
	display: none;
	width: 38px;
	height: 24px;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 11;
	background-color: transparent;
	outline: none;
	border: none;
	cursor: pointer;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.menu-opener span,
.menu-opener:before,
.menu-opener:after {
	background-color: var(--brand-color);
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	content: "";
	height: 3px;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
body:not(.menu-active) header._sticked .menu-opener span,
body:not(.menu-active) header._sticked .menu-opener:before,
body:not(.menu-active) header._sticked .menu-opener:after {
	background-color: var(--color-white);
}
.menu-opener:before {
	top: 0;
}
.menu-opener:after {
	top: 20px;
}

.menu-active {
	overflow: hidden;
}
.menu-active .menu-opener:before,
.menu-active .menu-opener:after {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	top: 10px;
	left: 0;
	right: 0;
}
.menu-active .menu-opener:after {
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
.menu-active .menu-opener span {
	display: none;
}

.current-menu-item > a,
.current-menu-parent > a {
	font-weight: 700;
}

@-webkit-keyframes flip {
	from {
		-webkit-transform: scaleX(-1);
		        transform: scaleX(-1);
	}
	to {
		-webkit-transform: scaleX(1);
		        transform: scaleX(1);
	}
}

@keyframes flip {
	from {
		-webkit-transform: scaleX(-1);
		        transform: scaleX(-1);
	}
	to {
		-webkit-transform: scaleX(1);
		        transform: scaleX(1);
	}
}
.footer {
	margin-top: auto;
	overflow: hidden;
	position: relative;
	z-index: 1;
	padding: 105px 0;
	background: var(--brand-color);
	color: var(--color-white);
}
.footer__bg {
	position: absolute;
	top: 50%;
	right: -12%;
	z-index: -1;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: clamp(250px, 51vw, 969px);
	aspect-ratio: 1/1.7595;
}
.footer h3 {
	font-size: 22px;
	line-height: 1.2;
	font-weight: 700;
	color: var(--color-blue);
	margin-bottom: 24px;
}
.footer a {
	color: inherit;
}
.footer a:hover {
	color: var(--color-blue);
}
.footer-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	position: relative;
	margin-bottom: 50px;
}
.footer-contacts {
	width: 27%;
	margin-right: 21%;
	padding-right: 20px;
}
.footer-contacts address {
	font-style: normal;
	line-height: 1.556;
	margin-bottom: 20px;
}
.footer-contacts p {
	margin-bottom: 30px;
}
.footer-contacts a {
	text-decoration: underline;
	text-underline-position: above;
}
.footer-logo {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 50px;
}
.footer-menu {
	width: 21%;
	height: 100%;
	padding-top: 10px;
	padding-right: 20px;
	position: absolute;
	top: 0;
	left: 27%;
}
.footer-menu ul {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 5px;
	font-size: 16px;
	text-transform: uppercase;
	margin: 0;
}
.footer-assets {
	width: 52%;
	padding-top: 10px;
}
.footer-posts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
	margin-bottom: 65px;
	font-size: 20px;
	line-height: 1.8;
}
.footer-posts__item {
	position: relative;
	padding-right: 15px;
}
.footer-posts__item:nth-child(1) {
	width: 48%;
	padding-right: 50px;
}
.footer-posts__item:nth-child(1):after {
	position: absolute;
	top: -8px;
	right: 8px;
	bottom: -8px;
	z-index: 1;
	content: "";
	width: 1px;
	background: rgba(255, 255, 255, 0.3);
}
.footer-posts__item:nth-child(2) {
	width: 52%;
}
.footer-posts p:last-child {
	margin-bottom: 0;
}
.footer-posts a {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	position: relative;
	padding-right: 16px;
}
.footer-posts a:after {
	position: absolute;
	bottom: 12px;
	right: 0;
	content: "";
	width: 13px;
	height: 12px;
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMyAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzUxNDdfOTAzMikiPgo8cGF0aCBkPSJNMTIuNTcwMyA0Ljg5MjgxTDcuODkwMzIgMC4zNjE2OEM3LjI4NTQ3IC0wLjE2MTQ5OSA2LjM1NzY4IC0wLjExMTE2OCA1LjgxNzE2IDAuNDc0MjYyQzUuMzIwNDIgMS4wMTMzNCA1LjMxOTA1IDEuODI3OSA1LjgxNzE2IDIuMzY2OThMOC4wMjk4OSA0LjUxMjY3SDEuNDY2OTVDMC42NTY4NDIgNC41MTI2NyAwIDUuMTQ4NDQgMCA1LjkzMjU0QzAgNi43MTY2NSAwLjY1Njg0MiA3LjM1MTA4IDEuNDY2OTUgNy4zNTI0MUg4LjA1MDQyTDUuODE1NzkgOS41MTkzQzUuMjEwOTUgMTAuMDQyNSA1LjE1ODk1IDEwLjk0MDUgNS42OTk0NyAxMS41MjU5QzYuMjQgMTIuMTExMyA3LjE2Nzc5IDEyLjE2MTcgNy43NzI2MyAxMS42Mzg1QzcuODEzNjggMTEuNjAyNyA3Ljg1MzM3IDExLjU2NDMgNy44OTAzMiAxMS41MjQ2TDEyLjU3MDMgNi45OTM0N0MxMi44NDU0IDYuNzI3MjQgMTMgNi4zNjU2NSAxMyA1Ljk4OTVWNS45NDMxNEMxMy4wMTM3IDUuNTQ5NzYgMTIuODU3NyA1LjE2OTYzIDEyLjU3MDMgNC44OTI4MVoiIGZpbGw9IiMyNzhFQzciLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF81MTQ3XzkwMzIiPgo8cmVjdCB3aWR0aD0iMTMiIGhlaWdodD0iMTIiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==") no-repeat;
	background-size: 100%;
}
.footer-subscribe h3 {
	font-size: 20px;
	margin-bottom: 32px;
}
.footer-subscribe-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 16px;
	position: relative;
	margin: 0;
}
.footer-subscribe-form__el {
	position: relative;
	width: 43%;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
.footer-subscribe-form__el ~ .footer-subscribe-form__el {
	width: 100%;
	-ms-flex-negative: initial;
	    flex-shrink: initial;
}
.footer-subscribe-form input {
	--input-placeholder-color: rgba(255, 255, 255, 0.40);
	padding: 13px 24px;
	border-radius: 30px;
	background: var(--color-blue-400);
	font-size: 18px;
	line-height: 22px;
	color: var(--color-white);
}
.footer-subscribe-form input.wpcf7-not-valid {
	color: var(--color-white);
	background: var(--color-blue-400);
	border-color: var(--color-orange);
}
.footer-subscribe-form .button.button-secondary,
.footer-subscribe-form input.button-secondary[type=button],
.footer-subscribe-form input.button-secondary[type=reset],
.footer-subscribe-form input.button-secondary[type=submit],
.footer-subscribe-form button.button-secondary[type=submit] {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	padding: 12px 20px;
	border-color: var(--color-blue);
	font-size: 14px;
	font-weight: 600;
	color: var(--color-white);
}
.footer-subscribe-form .button.button-secondary:hover,
.footer-subscribe-form input.button-secondary[type=button]:hover,
.footer-subscribe-form input.button-secondary[type=reset]:hover,
.footer-subscribe-form input.button-secondary[type=submit]:hover,
.footer-subscribe-form button.button-secondary[type=submit]:hover {
	background: var(--color-blue);
}
.footer-subscribe-form .wpcf7-form-control-wrap {
	display: block;
}
.footer-subscribe-form .wpcf7-not-valid-tip {
	position: absolute;
	top: calc(100% + 3px);
	left: 0;
	padding-left: 22px;
	font-size: 13px;
	font-weight: 700;
	color: var(--color-orange);
}
.footer-subscribe-form .wpcf7-not-valid-tip:before {
	position: absolute;
	top: 6px;
	left: 2px;
	z-index: 1;
	content: "";
	width: 12px;
	height: 13px;
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxMiAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjYwMzQgNS40NzczN0w3LjI4MzM3IDEuMjk0OEM2LjcyNTA1IDAuODExODYxIDUuODY4NjMgMC44NTgzMjEgNS4zNjk2OCAxLjM5ODcyQzQuOTExMTYgMS44OTYzMiA0LjkwOTg5IDIuNjQ4MjMgNS4zNjk2OCAzLjE0NTg0TDcuNDEyMjEgNS4xMjY0OEgxLjM1NDExQzAuNjA2MzE2IDUuMTI2NDggMCA1LjcxMzM0IDAgNi40MzcxM0MwIDcuMTYwOTIgMC42MDYzMTYgNy43NDY1NSAxLjM1NDExIDcuNzQ3NzhINy40MzExNkw1LjM2ODQyIDkuNzQ3OThDNC44MTAxMSAxMC4yMzA5IDQuNzYyMTEgMTEuMDU5OCA1LjI2MTA1IDExLjYwMDJDNS43NiAxMi4xNDA2IDYuNjE2NDIgMTIuMTg3MSA3LjE3NDc0IDExLjcwNDJDNy4yMTI2MyAxMS42NzEyIDcuMjQ5MjYgMTEuNjM1NyA3LjI4MzM3IDExLjU5OUwxMS42MDM0IDcuNDE2NDVDMTEuODU3MyA3LjE3MDcgMTIgNi44MzY5MyAxMiA2LjQ4OTdWNi40NDY5MUMxMi4wMTI2IDYuMDgzNzkgMTEuODY4NiA1LjczMjkgMTEuNjAzNCA1LjQ3NzM3WiIgZmlsbD0iI0VGNzkxMSIvPgo8L3N2Zz4K") no-repeat;
	background-size: 100%;
}
.footer-subscribe-form .wpcf7-response-output {
	position: absolute;
	bottom: calc(100% + 5px);
	left: 0;
	border: none !important;
	margin: 0 !important;
	padding: 0 0 0 23px !important;
	font-size: 14px;
	color: var(--color-white) !important;
}
.footer-subscribe-form .wpcf7-response-output:before {
	position: absolute;
	top: 5px;
	left: 0;
	z-index: 1;
	content: "";
	width: 17px;
	height: 16px;
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNyAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzU5MzRfODQ0MSkiPgo8cGF0aCBkPSJNOC41IDAuMjVDMy45NTI2IDAuMjUgMC4yNjU2MjUgMy43MjEzNCAwLjI2NTYyNSA4QzAuMjY1NjI1IDEyLjI4MTIgMy45NTI2IDE1Ljc1IDguNSAxNS43NUMxMy4wNDc0IDE1Ljc1IDE2LjczNDQgMTIuMjgxMiAxNi43MzQ0IDhDMTYuNzM0NCAzLjcyMTM0IDEzLjA0NzQgMC4yNSA4LjUgMC4yNVpNOC41IDMuNjg3NUM5LjI3MDE4IDMuNjg3NSA5Ljg5NDUzIDQuMjc1MTMgOS44OTQ1MyA1QzkuODk0NTMgNS43MjQ4NyA5LjI3MDE4IDYuMzEyNSA4LjUgNi4zMTI1QzcuNzI5ODIgNi4zMTI1IDcuMTA1NDcgNS43MjQ4NyA3LjEwNTQ3IDVDNy4xMDU0NyA0LjI3NTEzIDcuNzI5ODIgMy42ODc1IDguNSAzLjY4NzVaTTEwLjM1OTQgMTEuNjI1QzEwLjM1OTQgMTEuODMyMSAxMC4xODEgMTIgOS45NjA5NCAxMkg3LjAzOTA2QzYuODE5MDMgMTIgNi42NDA2MiAxMS44MzIxIDYuNjQwNjIgMTEuNjI1VjEwLjg3NUM2LjY0MDYyIDEwLjY2NzkgNi44MTkwMyAxMC41IDcuMDM5MDYgMTAuNUg3LjQzNzVWOC41SDcuMDM5MDZDNi44MTkwMyA4LjUgNi42NDA2MiA4LjMzMjA5IDYuNjQwNjIgOC4xMjVWNy4zNzVDNi42NDA2MiA3LjE2NzkxIDYuODE5MDMgNyA3LjAzOTA2IDdIOS4xNjQwNkM5LjM4NDEgNyA5LjU2MjUgNy4xNjc5MSA5LjU2MjUgNy4zNzVWMTAuNUg5Ljk2MDk0QzEwLjE4MSAxMC41IDEwLjM1OTQgMTAuNjY3OSAxMC4zNTk0IDEwLjg3NVYxMS42MjVaIiBmaWxsPSIjMjc4RUM3Ii8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfNTkzNF84NDQxIj4KPHJlY3Qgd2lkdGg9IjE3IiBoZWlnaHQ9IjE2IiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=") no-repeat;
	background-size: 100%;
}
.footer-subscribe-form .wpcf7-spinner {
	display: none !important;
}
.footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.75);
	padding-top: 42px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	font-size: 14px;
	line-height: 1.2;
}
.footer-bottom p {
	margin: 0;
}
.footer-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 32px;
	margin: 0;
}
.footer-links li {
	position: relative;
}
.footer-links li:after {
	position: absolute;
	top: 50%;
	right: -16px;
	z-index: 2;
	content: "";
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 1px;
	height: 27px;
	background: var(--color-blue);
}
.footer-links li:last-child:after {
	display: none;
}

.hero {
	position: relative;
	overflow: hidden;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 150px 0;
	min-height: 100vh;
}
.hero .container {
	position: relative;
	z-index: 2;
}
.hero__bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
}
.hero__bg:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	content: "";
	width: 100%;
	height: 100%;
	background: radial-gradient(35.7% 51.07% at 16.59% 38.99%, #fff 0%, rgba(255, 255, 255, 0.9) 29.58%, rgba(255, 255, 255, 0) 100%), linear-gradient(150deg, #fff 11.97%, rgba(255, 255, 255, 0.15) 75.2%);
}
.home2 .hero__bg:before {
	background: radial-gradient(19.81% 53.34% at 16.87% 36.1%, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(132deg, #fff 13.62%, rgba(255, 255, 255, 0.65) 58.3%, rgba(255, 255, 255, 0) 92.47%);
}
.hero__bg img,
.hero__bg video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
}
.hero__bg-img {
	display: none;
}

.hero-image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	min-height: 600px;
	padding: 100px 0;
	position: relative;
	z-index: 1;
}
.hero-image h1:last-child {
	margin-bottom: 100px;
}
.hero-image__bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.hero-image__bg img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
}

.hero-article {
	position: relative;
	z-index: 2;
	background: var(--color-blue-500);
	color: var(--color-white);
	margin-bottom: 170px;
}
.hero-article .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.hero-article__text {
	width: 50%;
	-webkit-transform: translateY(-80px);
	        transform: translateY(-80px);
	padding: 100px 150px 50px 0;
	position: relative;
	z-index: 1;
}
.hero-article__text:before {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	z-index: -1;
	content: "";
	width: 9999px;
	background: var(--color-blue-500);
}
.hero-article__text .underline {
	margin-bottom: 55px;
}
.hero-article__text .button,
.hero-article__text input[type=button],
.hero-article__text input[type=reset],
.hero-article__text input[type=submit],
.hero-article__text button[type=submit] {
	margin-top: 15px;
}
.hero-article__image {
	width: 50%;
	padding-top: 90px;
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-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: end;
}
.hero-article__image:before {
	position: absolute;
	top: 60px;
	left: 80px;
	z-index: -1;
	content: "";
	width: 9999px;
	height: 100%;
	background: var(--color-blue-500);
}
.hero-article__image-wrap {
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin-bottom: -15px;
}
.hero-article__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
}

.section-intro {
	padding: 80px 200px 80px 0;
	position: relative;
	z-index: 2;
	background: var(--gradient-primary);
	font-size: 20px;
	line-height: 1.7;
	font-weight: 600;
}
.section-intro:before {
	position: absolute;
	top: 0;
	right: 100%;
	bottom: 0;
	z-index: -1;
	content: "";
	width: 9999px;
	background: var(--gradient-primary);
}
.section-intro p:last-child {
	margin-bottom: 0;
}

.news {
	padding-bottom: 100px;
}
.news-header {
	display: grid;
	grid-template-columns: 55% 45%;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	margin-bottom: 58px;
}
.news .section-intro {
	margin-top: -78px;
	min-height: 220px;
}
.news-nav {
	padding: 50px 20px 70px;
	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;
}
.news-nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 20px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 1.2;
}
.news-nav ul li.active a {
	font-weight: 600;
}
.news-nav ul li.active a:after {
	width: 100%;
}
.news-nav ul a {
	position: relative;
	padding: 0 4px 15px;
	color: inherit;
}
.news-nav ul a:after {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	content: "";
	width: 0;
	height: 3px;
	background: var(--color-orange);
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.news-nav ul a:hover {
	color: var(--accent-color);
}
.news-filter {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 50px;
	margin-bottom: 60px;
}
.news-filter .jcf-select {
	background: none;
	border-radius: 0;
	border-bottom-color: var(--color-blue);
	padding-left: 0;
	padding-bottom: 22px;
	font-size: 20px;
	line-height: 1.2;
}
.news-filter .jcf-select-opener:before {
	margin-top: -5px;
}
.news-cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 50px;
	margin-bottom: 60px;
}
.news-cards__more {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: relative;
}
.news-cards__more .button:hover,
.news-cards__more input[type=button]:hover,
.news-cards__more input[type=reset]:hover,
.news-cards__more input[type=submit]:hover,
.news-cards__more button[type=submit]:hover {
	background: var(--color-blue);
	border-color: var(--color-blue);
	color: var(--color-white);
}
.news-cards__more .button-arrow {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: auto;
	height: 100%;
}
.news-cards__more-button:hover .button,
.news-cards__more-button:hover input[type=button],
.news-cards__more-button:hover input[type=reset],
.news-cards__more-button:hover input[type=submit],
.news-cards__more-button:hover button[type=submit] {
	visibility: hidden;
	opacity: 0;
}
.news-cards__more-button:hover .button-arrow {
	visibility: visible;
	opacity: 1;
}
.news-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	background: var(--color-gray-light2);
	color: inherit;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.news-card__image {
	height: 225px;
	position: relative;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
.news-card__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.news-card__label {
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 2;
	min-width: 120px;
	padding: 8px 15px;
	border-radius: 20px;
	background: var(--color-white);
	font-size: 14px;
	line-height: 1.2;
	font-weight: 600;
	text-align: center;
}
.news-card__button {
	position: absolute;
	bottom: -20px;
	right: 30px;
	z-index: 2;
	width: 40px;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	color: var(--color-white);
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.news-card__button:after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: var(--color-blue-500);
	-webkit-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
}
.news-card__button--alt:after {
	background: var(--color-blue);
}
.news-card__button--alt .icon {
	width: 1.4rem;
	height: 1.3rem;
}
.news-card__text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	height: 100%;
	padding: 20px 25px;
}
.news-card__text h4 {
	line-height: 1.33;
	margin-bottom: 1.2em;
}
.news-card__meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 5px 20px;
	margin: auto 0 0;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 600;
}
.news-card__meta li {
	position: relative;
}
.news-card__meta li:after {
	position: absolute;
	top: 50%;
	right: -14px;
	z-index: 1;
	content: "";
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--color-blue);
}
.news-card__meta li:last-child:after {
	display: none;
}
.news-card:hover {
	color: inherit;
	background-color: var(--color-blue-200);
	-webkit-box-shadow: -8px -8px 40px 0px rgba(25, 37, 90, 0.07);
	        box-shadow: -8px -8px 40px 0px rgba(25, 37, 90, 0.07);
}
.news-card:hover .news-card__button {
	color: var(--color-blue);
}
.news-card:hover .news-card__button:after {
	-webkit-transform: scale(1.2);
	        transform: scale(1.2);
	background-color: var(--color-white);
}

.post {
	padding: 0 0 100px;
}
.post-hero {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.post-hero__text {
	width: calc(50% + 90px);
	padding: 60px 60px 115px 0;
}
.post-hero__text h1 {
	font-size: 40px;
	line-height: 1.25;
}
.post-hero__image {
	width: calc(50% - 90px);
	position: relative;
}
.post-hero__image-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 50vw;
	height: 100%;
	overflow: hidden;
}
.post-hero__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
}
.post-heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 80px;
}
.post-heading .section-intro {
	width: calc(50% + 125px);
	padding-right: 100px;
	margin-top: -80px;
}
.post-meta {
	font-size: 20px;
	margin-bottom: 0;
}
.post-contacts {
	width: calc(50% - 125px);
	padding: 69px 0 0 54px;
}
.post-contacts ul {
	margin: 0;
	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;
}
.post-contacts a {
	color: inherit;
}
.post-contacts a:hover {
	color: var(--color-orange-dark);
}
.post-content {
	padding-right: 26%;
}
.post-content .button,
.post-content input[type=button],
.post-content input[type=reset],
.post-content input[type=submit],
.post-content button[type=submit] {
	margin-top: 45px;
}
.post-content .post-contacts {
	display: none;
}

.article {
	padding: 100px 0;
}
.article h1 {
	margin-bottom: 35px;
}
.article h2 {
	margin-top: 40px;
	margin-bottom: 25px;
}
.article h5 {
	margin-bottom: 20px;
}
.article p {
	margin-bottom: 1.5em;
}
.article p + h5 {
	margin-top: 35px;
}
.article address {
	font-style: normal;
	margin-bottom: 1.5em;
}
.article a:not([class]) {
	text-decoration: underline;
}
.article__meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 40px;
}
.article__meta-wrap {
	padding: 28px 40px;
	padding-left: 0;
	position: relative;
}
.article__meta-wrap:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	content: "";
	width: 9999px;
	background: var(--color-gray-light2);
}
.article__meta + h2 {
	margin-top: 0;
}
.article__accent {
	margin-top: 50px;
	padding: 42px 66px;
	background: var(--color-blue-100);
	font-size: 20px;
}
.article__accent h2 {
	margin-top: 0;
	margin-bottom: 30px;
}
.article__accent ol:not([class]) {
	--margin-li-top: 6px;
}
.article__accent ol:not([class]):last-child {
	margin-bottom: 0;
}

.team {
	padding-bottom: 150px;
}
.team-hero {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
	overflow: hidden;
}
.team-hero__text {
	width: 50%;
	position: relative;
	padding: 120px 0;
	font-size: 20px;
	line-height: 1.7;
}
.team-hero__text:before {
	position: absolute;
	top: 60px;
	right: -45px;
	bottom: 80px;
	z-index: -1;
	content: "";
	width: 9999px;
	background: var(--gradient-primary);
}
.team-hero__image {
	width: 50%;
	overflow: hidden;
	position: relative;
	z-index: -1;
}
.team-hero__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
}
.team-hero .container {
	max-width: 745px;
	margin-right: 0;
	padding-right: 100px;
}
.team-hero h2,
.team-hero .h2 {
	margin-bottom: 55px;
}
.team-board-nav {
	margin: -42px 0 100px -4px;
	position: relative;
	z-index: 2;
}
.team-board-nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 45px;
	margin: 0;
	font-size: 20px;
	line-height: 1.2;
}
.team-board-nav ul li.active a {
	font-weight: 600;
}
.team-board-nav ul li.active a:after {
	width: 100%;
}
.team-board-nav ul a {
	position: relative;
	padding: 0 4px 15px;
	color: inherit;
}
.team-board-nav ul a:after {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	content: "";
	width: 0;
	height: 3px;
	background: var(--color-orange);
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.team-board-nav ul a:hover {
	color: var(--accent-color);
}
.team-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 95px 50px;
}
.team-grid-item {
	position: relative;
	padding-right: 45px;
	cursor: pointer;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.team-grid-item img {
	width: 100%;
	aspect-ratio: 1/1;
	-o-object-fit: 100%;
	   object-fit: 100%;
	-o-object-position: center;
	   object-position: center;
}
.team-grid-item__text {
	position: absolute;
	left: 45px;
	bottom: -45px;
	z-index: 2;
	width: calc(100% - 45px);
	padding: 24px 20px 28px;
	padding-right: 60px;
	background: var(--color-blue);
	font-size: 18px;
	line-height: 1.3;
	font-weight: 500;
	color: var(--color-white);
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.team-grid-item h4 {
	font-size: inherit;
	line-height: inherit;
	margin-bottom: 8px;
}
.team-grid-item p {
	margin: 0;
}
.team-grid-item__button {
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 2;
	width: 33px;
	height: 33px;
	border: 1px solid var(--color-white);
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.team-grid-item__button .icon {
	width: 40%;
	aspect-ratio: 1/0.923;
}
.team-grid-item:hover .team-grid-item__text {
	background-color: var(--color-green);
}
.team-grid-item:hover .team-grid-item__button {
	background-color: var(--color-white);
	color: var(--color-blue);
}

.person-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 40px;
	height: 100%;
	position: relative;
}
.person-card-modal {
	width: 100%;
	padding: 60px;
	max-height: 650px;
}
.person-card__image {
	width: calc(50% - 20px);
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}
.person-card__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
}
.person-card__image .person-card__social-link {
	display: none;
}
.person-card__text {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	font-size: 16px;
	line-height: 1.625;
}
.person-card__text h3 {
	margin-bottom: 24px;
}
.person-card__text h4 {
	line-height: 1.1667;
	font-weight: 500;
	margin-bottom: 38px;
}
.person-card__text p {
	margin-bottom: 1.7em;
}
.person-card__text p:last-child {
	margin-bottom: 0;
}
.person-card__social-link {
	margin-top: 35px;
	font-size: 0;
	line-height: 0;
	outline: none !important;
	color: var(--color-blue);
}
.person-card__social-link:hover {
	color: var(--accent-color);
}
.person-card__social-link .icon {
	width: 24px;
	height: 24px;
}
.person-card__scrollable {
	overflow-y: auto;
	padding-right: 20px;
}
.person-card__scrollable::-webkit-scrollbar-track {
	background-color: var(--color-gray);
}
.person-card__scrollable::-webkit-scrollbar {
	width: 6px;
	background-color: var(--color-gray);
}
.person-card__scrollable::-webkit-scrollbar-thumb {
	background-color: var(--color-blue);
}

.events {
	padding-bottom: 100px;
}
.events-header {
	display: grid;
	grid-template-columns: 55% 45%;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	margin-bottom: 70px;
}
.events .section-intro {
	margin-top: -78px;
	min-height: 220px;
}
.events-nav {
	padding: 50px 75px 0 125px;
}
.events-nav .jcf-select {
	background: none;
	border-radius: 0;
	border-bottom-color: var(--color-blue);
	padding-left: 0;
	padding-bottom: 22px;
	font-size: 20px;
	line-height: 1.2;
}
.events-nav .jcf-select-opener:before {
	margin-top: -5px;
}
.events-cards {
	margin-bottom: 100px;
}
.events-cards:last-child {
	margin-bottom: 0;
}
.events-cards__heading {
	margin-bottom: 62px;
}
.events-cards-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 36px;
}
.events-cards__more {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: relative;
	margin-top: -15px;
}
.events-cards__more .button:hover,
.events-cards__more input[type=button]:hover,
.events-cards__more input[type=reset]:hover,
.events-cards__more input[type=submit]:hover,
.events-cards__more button[type=submit]:hover {
	background: var(--color-blue);
	border-color: var(--color-blue);
	color: var(--color-white);
}
.events-cards__more .button-arrow {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.events-cards__more-button:hover .button,
.events-cards__more-button:hover input[type=button],
.events-cards__more-button:hover input[type=reset],
.events-cards__more-button:hover input[type=submit],
.events-cards__more-button:hover button[type=submit] {
	visibility: hidden;
	opacity: 0;
}
.events-cards__more-button:hover .button-arrow {
	visibility: visible;
	opacity: 1;
}
.events-card {
	padding: 45px 35px;
	padding-right: 20%;
	background: var(--color-gray-light2);
}
.events-card__meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 20px;
	margin-bottom: 25px;
	font-size: 16px;
	line-height: 1.2;
}
.events-card__date {
	padding: 11px 21px;
	border-radius: 20px;
	font-size: 16px;
	line-height: 1.2;
	font-weight: bold;
	text-transform: capitalize;
	color: var(--color-white);
	background: var(--color-green);
}
.events-card__date--white {
	background: var(--color-white);
	color: var(--color-blue-500);
}
.events-card__location {
	font-weight: 500;
}
.events-card h3 {
	font-size: 26px;
	margin-bottom: 25px;
}
.events-card__links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 10px 30px;
	margin: 0;
}

.text-block {
	position: relative;
	margin-bottom: 90px;
}
.text-block .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 100px;
}
.text-block .container.align-center {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.text-block__text {
	width: 50%;
	position: relative;
	z-index: 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-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.text-block__text h2 {
	margin-bottom: 50px;
}
.text-block__text p {
	margin-bottom: 40px;
}
.text-block__text ul:last-child {
	margin-bottom: 0;
}
.text-block__text .button,
.text-block__text input[type=button],
.text-block__text input[type=reset],
.text-block__text input[type=submit],
.text-block__text button[type=submit] {
	margin-top: 20px;
}
.text-block__image {
	width: 50%;
	position: relative;
}
.text-block__image-wrap {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.text-block-collage > div {
	will-change: transform;
	overflow: hidden;
}
.text-block-collage img {
	width: 100%;
	will-change: transform;
	-webkit-transform: scale(1.2);
	        transform: scale(1.2);
}
.text-block--reversed .container {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
}
.text-block--reversed .text-block__text {
	padding-right: 50px;
}
.text-block--intro {
	margin-top: 50px;
}
.text-block--intro .container {
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.text-block--intro .text-block__text:after {
	position: absolute;
	top: -130px;
	left: -9999px;
	right: -100px;
	bottom: 0;
	z-index: -1;
	content: "";
	background: var(--gradient-primary);
}
.text-block--intro .text-block__image:after {
	display: none;
	position: absolute;
	top: 0;
	left: -25px;
	right: -25px;
	bottom: 30%;
	z-index: -1;
	content: "";
	background: #edf4f9;
}
.text-block--stretch .container {
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}
.text-block--stretch .text-block__image {
	min-height: 464px;
}
.text-block--stretch .text-block__image-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.text-block--stretch .text-block__image-wrap > img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
}
.text-block--inner {
	padding: 90px 0;
	margin-bottom: 0 !important;
	background: var(--color-gray-light2);
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.text-block--inner:before {
	position: absolute;
	top: 7%;
	left: -17%;
	z-index: -1;
	content: "";
	width: clamp(150px, 51vw, 969px);
	aspect-ratio: 1/1.7595;
	background: url(../img/decor-dna-white.svg) no-repeat;
	background-size: 100%;
}
.text-block--inner .text-block__text {
	padding: 0;
}

.text-block-filled {
	margin-bottom: 150px;
}
.text-block-filled__body {
	padding: 65px 74px;
	background: var(--color-blue-500);
	font-size: 24px;
	line-height: 1.667;
	color: var(--color-white);
}
.text-block-filled h2 {
	margin-bottom: 20px;
}
.text-block-filled p:last-child {
	margin-bottom: 0;
}

.text-card {
	margin-bottom: 120px;
}
.text-card .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.text-card__text {
	width: calc(50% + 350px);
	margin-left: -275px;
	padding: 60px 160px 60px 340px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	overflow: hidden;
	position: relative;
	z-index: 1;
	-webkit-transform: translateY(100px);
	        transform: translateY(100px);
	will-change: transform;
	background-color: var(--color-gray-light2);
	font-size: 20px;
	line-height: 1.7;
}
.text-card__text .underline {
	margin-bottom: 50px;
}
.text-card__text p:last-child {
	margin-bottom: 0;
}
.text-card__text .button,
.text-card__text input[type=button],
.text-card__text input[type=reset],
.text-card__text input[type=submit],
.text-card__text button[type=submit] {
	margin-top: 10px;
}
.text-card__image {
	width: calc(50% - 75px);
	padding: 60px 0;
	overflow: hidden;
	position: relative;
	z-index: 2;
	-webkit-transform: translateY(200px);
	        transform: translateY(200px);
	will-change: transform;
}
.text-card__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
	-webkit-transform: scale(1.2);
	        transform: scale(1.2);
	will-change: transform;
}
.text-card--reversed .text-card__text {
	margin-left: auto;
	margin-right: -275px;
	padding-left: 75px;
	padding-right: 340px;
}
.text-card--blue .text-card__text {
	background-color: var(--color-blue);
	color: var(--color-white);
}

.contacts-heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	margin-bottom: 92px;
}
.contacts-heading .section-intro {
	width: calc(50% + 70px);
	padding-right: 200px;
	margin-top: -80px;
}
.contacts-info {
	width: calc(50% - 70px);
	padding: 65px 0 0 145px;
}
.contacts-info ul {
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 30px;
	font-size: 20px;
	line-height: 1.4;
	font-weight: 600;
}
.contacts-info ul a {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding-left: 60px;
	color: inherit;
}
.contacts-info ul a:hover {
	color: var(--color-orange);
}
.contacts-info ul .icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 34px;
	height: 34px;
}
.contacts-main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 160px;
	padding-bottom: 100px;
}
.contacts-aside {
	width: 340px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
.contacts-aside h4 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 18px;
}
.contacts-aside ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 15px;
	margin: 0;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 600;
	text-transform: uppercase;
}
.contacts-aside ul li {
	-webkit-transform: translateY(100px);
	        transform: translateY(100px);
	will-change: transform;
}
.contacts-aside ul li.active a {
	background: var(--color-orange);
	color: var(--color-white);
}
.contacts-aside ul li.active a:after {
	display: block;
}
.contacts-aside ul a {
	display: block;
	position: relative;
	padding: 22px 32px;
	padding-right: 50px;
	border-radius: 14px;
	background: var(--color-gray-light2);
	color: var(--color-blue-500);
}
.contacts-aside ul a:after {
	display: none;
	position: absolute;
	top: 50%;
	right: 25px;
	z-index: 1;
	content: "";
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 13px;
	height: 12px;
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMyAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzQ5NjFfMzM1NDQpIj4KPHBhdGggZD0iTTEyLjU3MDMgNC44OTI4MUw3Ljg5MDMyIDAuMzYxNjhDNy4yODU0NyAtMC4xNjE0OTkgNi4zNTc2OCAtMC4xMTExNjggNS44MTcxNiAwLjQ3NDI2MkM1LjMyMDQyIDEuMDEzMzQgNS4zMTkwNSAxLjgyNzkgNS44MTcxNiAyLjM2Njk4TDguMDI5ODkgNC41MTI2N0gxLjQ2Njk1QzAuNjU2ODQyIDQuNTEyNjcgMCA1LjE0ODQ0IDAgNS45MzI1NEMwIDYuNzE2NjUgMC42NTY4NDIgNy4zNTEwOCAxLjQ2Njk1IDcuMzUyNDFIOC4wNTA0Mkw1LjgxNTc5IDkuNTE5M0M1LjIxMDk1IDEwLjA0MjUgNS4xNTg5NSAxMC45NDA1IDUuNjk5NDcgMTEuNTI1OUM2LjI0IDEyLjExMTMgNy4xNjc3OSAxMi4xNjE3IDcuNzcyNjMgMTEuNjM4NUM3LjgxMzY4IDExLjYwMjcgNy44NTMzNyAxMS41NjQzIDcuODkwMzIgMTEuNTI0NkwxMi41NzAzIDYuOTkzNDdDMTIuODQ1NCA2LjcyNzI0IDEzIDYuMzY1NjUgMTMgNS45ODk1VjUuOTQzMTRDMTMuMDEzNyA1LjU0OTc2IDEyLjg1NzcgNS4xNjk2MyAxMi41NzAzIDQuODkyODFaIiBmaWxsPSJ3aGl0ZSIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzQ5NjFfMzM1NDQiPgo8cmVjdCB3aWR0aD0iMTMiIGhlaWdodD0iMTIiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==") no-repeat;
	background-size: 100%;
}
.contacts-aside ul a:hover {
	background: var(--color-orange);
	color: var(--color-white);
}
.contacts-aside ul a:hover:after {
	display: block;
}
.contacts-form {
	width: 100%;
	padding: 7px 0 0;
	opacity: 0;
}
.contacts-form .tab {
	padding-top: 100px;
	margin-top: -100px;
}
.contacts-form form {
	margin: 0;
}
.contacts-form .row {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 50px;
	overflow: hidden;
	max-height: 300px;
	opacity: 1;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.contacts-form .row-hidden {
	max-height: 0;
	opacity: 0;
}
.contacts-form__group {
	margin-bottom: 38px;
}
.contacts-form__check {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-top: -18px;
	margin-bottom: 40px;
}
.contacts-form__check .wpcf7-list-item-label,
.contacts-form__check label {
	font-size: 16px;
	margin-bottom: 0;
}
.contacts-form__check .wpcf7-list-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.contacts-form .req {
	color: var(--color-red);
}
.contacts-form textarea {
	height: 265px;
}
.contacts-form .wpcf7-form-control-wrap {
	display: block;
}
.contacts-form .wpcf7-list-item {
	margin: 0;
}
.contacts-form .wpcf7-response-output {
	position: relative;
	border: none !important;
	margin: -10px 0 0 !important;
	padding: 0 0 36px 30px !important;
	color: inherit !important;
	font-weight: 400;
}
.contacts-form .wpcf7-response-output:before {
	position: absolute;
	top: 6px;
	left: 0;
	z-index: 1;
	content: "";
	width: 24px;
	aspect-ratio: 1/1;
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNyAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzU5MzRfODQ0MSkiPgo8cGF0aCBkPSJNOC41IDAuMjVDMy45NTI2IDAuMjUgMC4yNjU2MjUgMy43MjEzNCAwLjI2NTYyNSA4QzAuMjY1NjI1IDEyLjI4MTIgMy45NTI2IDE1Ljc1IDguNSAxNS43NUMxMy4wNDc0IDE1Ljc1IDE2LjczNDQgMTIuMjgxMiAxNi43MzQ0IDhDMTYuNzM0NCAzLjcyMTM0IDEzLjA0NzQgMC4yNSA4LjUgMC4yNVpNOC41IDMuNjg3NUM5LjI3MDE4IDMuNjg3NSA5Ljg5NDUzIDQuMjc1MTMgOS44OTQ1MyA1QzkuODk0NTMgNS43MjQ4NyA5LjI3MDE4IDYuMzEyNSA4LjUgNi4zMTI1QzcuNzI5ODIgNi4zMTI1IDcuMTA1NDcgNS43MjQ4NyA3LjEwNTQ3IDVDNy4xMDU0NyA0LjI3NTEzIDcuNzI5ODIgMy42ODc1IDguNSAzLjY4NzVaTTEwLjM1OTQgMTEuNjI1QzEwLjM1OTQgMTEuODMyMSAxMC4xODEgMTIgOS45NjA5NCAxMkg3LjAzOTA2QzYuODE5MDMgMTIgNi42NDA2MiAxMS44MzIxIDYuNjQwNjIgMTEuNjI1VjEwLjg3NUM2LjY0MDYyIDEwLjY2NzkgNi44MTkwMyAxMC41IDcuMDM5MDYgMTAuNUg3LjQzNzVWOC41SDcuMDM5MDZDNi44MTkwMyA4LjUgNi42NDA2MiA4LjMzMjA5IDYuNjQwNjIgOC4xMjVWNy4zNzVDNi42NDA2MiA3LjE2NzkxIDYuODE5MDMgNyA3LjAzOTA2IDdIOS4xNjQwNkM5LjM4NDEgNyA5LjU2MjUgNy4xNjc5MSA5LjU2MjUgNy4zNzVWMTAuNUg5Ljk2MDk0QzEwLjE4MSAxMC41IDEwLjM1OTQgMTAuNjY3OSAxMC4zNTk0IDEwLjg3NVYxMS42MjVaIiBmaWxsPSIjMjc4RUM3Ii8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfNTkzNF84NDQxIj4KPHJlY3Qgd2lkdGg9IjE3IiBoZWlnaHQ9IjE2IiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=") no-repeat;
	background-size: 100%;
}
.contacts-form .wpcf7-not-valid-tip {
	font-size: 12px;
	color: var(--color-red);
}

.info-section {
	padding: 150px 0 400px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 600;
}
.info-section h1 {
	margin-bottom: 40px;
}
.info-section p {
	margin-bottom: 60px;
}
.info-section__bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
}
.info-section__bg img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
}

.science {
	margin-bottom: 165px;
}
.science .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.science-cards {
	width: calc(50% + 50px);
}
.science__text {
	width: calc(50% - 50px);
	padding: 60px 75px;
	background: var(--color-blue-500);
	line-height: 1.667;
	color: var(--color-white);
}
.science__text p {
	margin-bottom: 40px;
}
.science__text p:last-child {
	margin-bottom: 0;
}
.science-card {
	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;
	gap: 40px;
	padding: 0 40px;
	background: -webkit-gradient(linear, left top, right top, from(#eaf1f6), color-stop(78.98%, rgba(244, 249, 252, 0)), to(#eaf1f6));
	background: linear-gradient(90deg, #eaf1f6 0%, rgba(244, 249, 252, 0) 78.98%, #eaf1f6 100%);
	-webkit-box-shadow: -8px 0 40px 0px rgba(25, 37, 90, 0.1);
	        box-shadow: -8px 0 40px 0px rgba(25, 37, 90, 0.1);
}
.science-card h2 {
	line-height: 1.1875;
	margin: 20px 0;
}
.science-card__image {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}

.cta {
	margin: 165px 0;
}
.cta .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.cta-card {
	position: relative;
	z-index: 1;
	line-height: 1.667;
	-webkit-transform: translateY(150px);
	        transform: translateY(150px);
	will-change: transform;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.cta-card:nth-child(1) {
	-webkit-transform: translateY(150px);
	        transform: translateY(150px);
}
.cta-card:nth-child(2) {
	-webkit-transform: translateY(200px);
	        transform: translateY(200px);
}
.cta-card__text {
	height: 100%;
	min-height: 450px;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	padding: 50px 42px;
}
.cta-card__image {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}
.cta-card__image .active {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.cta-card h3 {
	font-size: 26px;
}
.cta-card h3.underline {
	padding-bottom: 18px;
	margin-bottom: 35px;
}
.cta-card h3.underline:before {
	height: 3px;
}
.cta-card h4 {
	margin-bottom: 20px;
}
.cta-card p {
	margin-bottom: 15px;
}
.cta-card p:last-of-type {
	margin-bottom: 35px;
}
.cta-card .button,
.cta-card input[type=button],
.cta-card input[type=reset],
.cta-card input[type=submit],
.cta-card button[type=submit] {
	margin-top: auto;
}
.cta-card--01 {
	width: calc(50% + 50px);
	margin-right: -60px;
	background-color: var(--color-blue);
	color: var(--color-white);
}
.cta-card--01 .cta-card__text {
	padding-right: 46%;
}
.cta-card--02 {
	width: calc(50% + 10px);
	margin: 30px 0 -30px;
	background: var(--color-blue-500) url(../img/img-09.jpg) no-repeat;
	background-size: cover;
	color: var(--color-white);
}
.cta-card--02 .cta-card__text {
	padding-right: 35%;
}
.cta-card--02 .cta-card__image {
	bottom: 60px;
	right: 35px;
}
.cta-card--03 {
	width: calc(50% + 50px);
	margin-right: -60px;
	background-color: var(--color-gray-light2);
}
.cta-card--03 .cta-card__text {
	padding-right: 45%;
}
.cta-card--03 .cta-card__image {
	bottom: -30px;
	right: -20px;
}
.cta-card--04 {
	width: calc(50% + 50px);
	margin: 30px 0 -30px;
	background: var(--color-blue-500) url(../img/img-09.jpg) no-repeat;
	background-size: cover;
	color: var(--color-white);
}
.cta-card--04 .cta-card__text {
	padding-right: 45%;
}
.cta-card--04 .cta-card__image {
	right: 25px;
}

.page-decor {
	position: absolute;
	z-index: -2;
	min-width: 300px;
	max-width: 970px;
}
.page-decor-wrap {
	height: 0;
	overflow: hidden;
}
.page-decor--01 {
	width: 51vw;
	bottom: -240px;
	left: -334px;
}
.page-decor--02 {
	top: -425px;
	right: -9vw;
	width: 51vw;
}
.page-decor--03 {
	width: 51vw;
	top: 50%;
	left: -334px;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.page-decor--04 {
	width: 51vw;
	bottom: -545px;
	left: -334px;
}
.page-decor--05 {
	width: 51vw;
	bottom: -1285px;
	left: -334px;
}
.page-decor--06 {
	width: 51vw;
	bottom: 5vw;
	left: -334px;
}

.benefits {
	position: relative;
	z-index: 2;
	margin-bottom: -30px;
}
.benefits:before,
.benefits:after {
	position: absolute;
	z-index: -1;
	content: "";
	bottom: 0;
	width: 100%;
	height: 200px;
}
.benefits:before {
	left: 0;
	background: var(--color-gray-light2);
}
.benefits:after {
	height: 165px;
	bottom: 35px;
	left: calc(50% - 720px);
	background: -webkit-gradient(linear, left top, right top, from(var(--color-gray-light2)), color-stop(15%, var(--color-gray-light2)), color-stop(40%, var(--color-white)), to(var(--color-white)));
	background: linear-gradient(to right, var(--color-gray-light2) 0%, var(--color-gray-light2) 15%, var(--color-white) 40%, var(--color-white) 100%);
}
.benefits__intro {
	width: 50%;
}
.benefits__intro h2 {
	margin-bottom: 50px;
}
.benefits__intro h2:last-child {
	margin-bottom: 0;
}
.benefits__intro p:last-child {
	margin-bottom: 0;
}
.benefits-cards {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 48px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.benefits-cards__col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 48px;
}
.benefits-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 30px;
	padding: 42px 62px;
	background: -webkit-gradient(linear, right top, left top, color-stop(0.2%, #f4f9fc), color-stop(78.88%, rgba(244, 249, 252, 0)), color-stop(99.82%, #f4f9fc)), #fff;
	background: linear-gradient(270deg, #f4f9fc 0.2%, rgba(244, 249, 252, 0) 78.88%, #f4f9fc 99.82%), #fff;
	-webkit-box-shadow: -8px -8px 40px 0px rgba(25, 37, 90, 0.07);
	        box-shadow: -8px -8px 40px 0px rgba(25, 37, 90, 0.07);
}
.benefits-card__icon {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
.benefits-card h4 {
	margin-bottom: 10px;
}
.benefits-card p:last-child {
	margin-bottom: 0;
}
@media (max-width: 1919px) {
	.page-decor--01 {
		bottom: -10vw;
		left: -20vw;
	}
	.page-decor--02 {
		top: -5vw;
		right: -5vw;
	}
	.page-decor--03 {
		left: -20vw;
	}
	.page-decor--04 {
		bottom: -20vw;
		left: -20vw;
	}
	.page-decor--05 {
		bottom: -60vw;
		left: -20vw;
	}
	.page-decor--06 {
		left: -20vw;
	}
}
@media (max-width: 1679px) {
	.footer-contacts {
		margin-right: 19%;
	}
	.footer-menu {
		width: 19%;
	}
	.footer-assets {
		width: 54%;
	}
	.hero-article__text {
		-webkit-transform: translateY(-60px);
		        transform: translateY(-60px);
		padding-right: 90px;
	}
	.hero-article__image {
		padding-top: 60px;
	}
	.info-section {
		padding: 150px 0 300px;
	}
}
@media (max-width: 1439px) {
	.offset-header {
		padding-top: 134px;
	}
	.fancybox__nav .carousel__button.is-prev {
		left: 15px;
	}
	.fancybox__nav .carousel__button.is-next {
		right: 15px;
	}
	.header {
		padding: 30px 0;
	}
	.footer-contacts {
		margin-right: 15%;
	}
	.footer-menu {
		padding-top: 0;
		width: 15%;
	}
	.footer-assets {
		width: 58%;
	}
	.hero-image {
		min-height: 500px;
	}
	.section-intro {
		padding-right: 100px;
	}
	.news-nav ul {
		gap: 20px 15px;
		font-size: 14px;
	}
	.team-hero .container {
		padding-right: 50px;
	}
	.contacts-heading .section-intro {
		padding-right: 100px;
	}
	.science-card__image {
		width: 50%;
	}
	.benefits:before,
	.benefits:after {
		height: 160px;
	}
	.benefits:after {
		height: 140px;
		bottom: 20px;
		left: var(--gutter);
		background: -webkit-gradient(linear, left top, right top, from(var(--color-gray-light2)), color-stop(30%, var(--color-gray-light2)), color-stop(60%, var(--color-white)), to(var(--color-white)));
		background: linear-gradient(to right, var(--color-gray-light2) 0%, var(--color-gray-light2) 30%, var(--color-white) 60%, var(--color-white) 100%);
	}
}
@media (max-width: 1365px) {
	html {
		font-size: calc(var(--rem-base) - 1.5px);
	}
	.footer {
		padding: 60px 0;
	}
	.footer-menu {
		position: static;
		width: auto;
		height: auto;
		padding: 0 0 95px;
	}
	.footer-menu ul {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		gap: 25px;
	}
	.footer-posts {
		display: none;
	}
	.hero-image h1:last-child {
		margin-bottom: 70px;
	}
	.hero-article__text {
		-webkit-transform: translateY(-50px);
		        transform: translateY(-50px);
		padding: 50px 50px 0 0;
	}
	.post-hero__text h1 {
		font-size: 34px;
	}
	.team-board-nav ul {
		gap: 30px;
	}
	.team-grid-item__text {
		padding: 20px;
		padding-right: 60px;
		font-size: 16px;
	}
	.text-block .container {
		gap: 50px;
	}
	.text-block__text h2 {
		margin-bottom: 30px;
	}
	.text-block__text p {
		margin-bottom: 30px;
	}
	.text-block__text .button,
	.text-block__text input[type=button],
	.text-block__text input[type=reset],
	.text-block__text input[type=submit],
	.text-block__text button[type=submit] {
		margin-top: 0;
	}
	.text-block--reversed .text-block__text {
		padding-right: 0;
	}
	.text-block--intro .text-block__text:after {
		top: -100px;
		right: -50px;
	}
	.text-block--stretch .text-block__image {
		min-height: 400px;
	}
	.text-block-filled {
		margin-bottom: 90px;
	}
	.text-block-filled__body {
		padding: 40px 50px;
		font-size: 20px;
	}
	.text-card__text {
		padding-right: 100px;
	}
	.text-card--reversed .text-card__text {
		padding-right: 320px;
	}
	.contacts-info {
		padding: 60px 0 0 88px;
	}
	.contacts-main {
		gap: 50px;
	}
	.info-section {
		padding: 100px 0 250px;
	}
	.science {
		margin-bottom: 120px;
	}
	.science-cards {
		width: calc(50% + 25px);
	}
	.science__text {
		width: calc(50% - 25px);
		padding: 40px;
		font-size: 16px;
	}
	.science__text p {
		margin-bottom: 30px;
	}
	.science-card {
		gap: 20px;
		padding: 0 20px;
	}
	.science-card h2 {
		font-size: 26px;
	}
	.cta {
		margin: 120px 0;
	}
	.cta .container {
		-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;
	}
	.cta-card--01 {
		width: auto;
		max-width: 790px;
		margin-right: 0;
	}
	.cta-card--01 .cta-card__text {
		padding-right: 40%;
	}
	.cta-card--01 .cta-card__image {
		width: 60%;
		right: -30px;
	}
	.cta-card--02 {
		width: auto;
		max-width: 790px;
		margin: 0;
	}
	.cta-card--03 {
		width: auto;
		max-width: 750px;
		margin-right: 0;
	}
	.cta-card--03 .cta-card__image {
		right: 0;
	}
	.cta-card--04 {
		width: auto;
		max-width: 750px;
		margin: 0;
	}
	.cta-card--04 .cta-card__image {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end;
		height: 100%;
		right: 0;
	}
	.cta-card--04 .cta-card__image img {
		width: auto;
		max-height: 100%;
	}
	.page-decor--01 {
		left: -5vw;
	}
	.page-decor--03 {
		left: -5vw;
	}
	.page-decor--04 {
		left: -5vw;
	}
	.page-decor--06 {
		left: -5vw;
	}
	.benefits__intro h2 {
		margin-bottom: 30px;
	}
	.benefits-card {
		padding: 30px 40px;
	}
}
@media (max-width: 1279px) {
	label {
		margin-bottom: 10px;
	}
	.underline {
		padding-bottom: 15px;
	}
	.footer {
		font-size: 16px;
	}
	.footer h3 {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.footer-contacts {
		width: 30%;
		margin-right: 20%;
	}
	.footer-menu {
		padding-bottom: 55px;
	}
	.footer-menu ul {
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		gap: 15px 40px;
	}
	.footer-assets {
		padding-top: 0;
		width: 50%;
		max-width: 420px;
	}
	.footer-subscribe h3 {
		margin-bottom: 15px;
	}
	.footer-subscribe-form {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
	.footer-subscribe-form__el {
		width: 100%;
	}
	.footer-subscribe-form .wpcf7-not-valid-tip {
		display: block;
		position: relative;
		top: auto;
		left: auto;
	}
	.footer-subscribe-form .wpcf7-response-output {
		display: block;
		position: relative;
		bottom: auto;
		left: auto;
	}
	.hero-image {
		min-height: 40vw;
	}
	.section-intro {
		padding: 50px 50px 50px 0;
	}
	.news-header {
		display: block;
	}
	.news .section-intro {
		margin-top: -50px;
		min-height: 0;
		max-width: 80vw;
	}
	.news-nav {
		padding: 50px 0 0;
	}
	.news-nav ul {
		font-size: 16px;
	}
	.news-filter {
		gap: 30px 20px;
		margin-bottom: 40px;
	}
	.news-filter .jcf-select {
		padding-bottom: 15px;
		font-size: 16px;
	}
	.news-filter .jcf-select-opener:before {
		margin-top: -3px;
	}
	.news-cards {
		gap: 30px 20px;
	}
	.news-card__image {
		height: 150px;
	}
	.news-card__text {
		padding: 20px 15px;
	}
	.post-hero__text h1 {
		font-size: 28px;
	}
	.post-heading .section-intro {
		margin-top: -50px;
		padding-right: 50px;
	}
	.post-meta {
		font-size: 18px;
	}
	.post-content {
		padding-right: 0;
	}
	.post-content .button,
	.post-content input[type=button],
	.post-content input[type=reset],
	.post-content input[type=submit],
	.post-content button[type=submit] {
		margin-top: 0;
	}
	.team-hero__text {
		font-size: 18px;
	}
	.team-hero .container {
		padding-right: var(--gutter);
	}
	.team-hero h2,
	.team-hero .h2 {
		margin-bottom: 30px;
	}
	.team-board-nav ul {
		font-size: 18px;
	}
	.team-grid {
		-webkit-column-gap: 20px;
		   -moz-column-gap: 20px;
		        column-gap: 20px;
	}
	.team-grid-item {
		padding-right: 20px;
	}
	.team-grid-item__text {
		left: 20px;
		width: calc(100% - 20px);
		padding: 15px;
		padding-right: 50px;
		font-size: 14px;
	}
	.team-grid-item__button {
		bottom: 15px;
		right: 15px;
		width: 28px;
		height: 28px;
	}
	.person-card-modal {
		padding: 40px;
		max-height: 600px;
	}
	.events-header {
		display: block;
	}
	.events .section-intro {
		margin-top: -50px;
		min-height: 0;
		max-width: 80vw;
	}
	.events-nav {
		padding: 50px 0 0;
	}
	.events-nav .jcf-select {
		max-width: 33.33%;
		padding-bottom: 15px;
		font-size: 16px;
	}
	.events-nav .jcf-select-opener:before {
		margin-top: -3px;
	}
	.contacts-heading {
		margin-bottom: 80px;
	}
	.contacts-heading .section-intro {
		margin-top: -50px;
		padding-right: 50px;
	}
	.contacts-aside {
		width: 305px;
	}
	.contacts-aside h4 {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.contacts-aside ul {
		line-height: 1.125;
	}
	.contacts-aside ul a {
		padding: 17px 25px;
	}
	.contacts-form .row {
		grid-column-gap: 30px;
	}
	.contacts-form__group {
		margin-bottom: 24px;
	}
	.contacts-form__check {
		margin-top: 0;
		margin-bottom: 30px;
	}
	.contacts-form textarea {
		height: 220px;
	}
	.cta-card__text {
		min-height: 400px;
	}
	.cta-card h3.underline {
		padding-bottom: 15px;
	}
}
@media (max-width: 1199px) {
	.offset-header {
		padding-top: 90px;
	}
	.header {
		min-height: 90px;
		padding: 0;
	}
	body:not(.menu-active) .header._sticked {
		padding: 0;
	}
	.header .container {
		display: block;
	}
	.header-holder {
		position: relative;
		z-index: 10;
		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;
		padding: 20px 0;
	}
	.header__logo {
		max-width: 140px;
	}
	.header__logo img {
		max-height: 50px;
	}
	.menu-drop {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		padding: 90px 0 20px;
		overflow: hidden;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all 0.2s linear;
		transition: all 0.2s linear;
		background: var(--color-white);
	}
	.menu-drop__wrap {
		height: 100%;
		overflow-x: hidden;
		overflow-y: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.menu {
		margin: auto 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		font-size: 22px;
		text-align: center;
	}
	.menu > li {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.menu ul {
		position: static;
		max-width: initial;
		padding: 10px 0 0;
		background: none;
		-webkit-box-shadow: none;
		        box-shadow: none;
		font-size: 18px;
		color: inherit;
	}
	.menu ul a:hover {
		background: none;
		color: var(--color-blue);
	}
	.menu-opener {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
	}
	.menu-active .menu-drop {
		opacity: 1;
		visibility: visible;
	}
	.hero-article {
		margin-bottom: 150px;
	}
	.text-card {
		margin-bottom: 100px;
	}
	.text-card__text {
		padding: 50px 60px 50px 310px;
		font-size: 18px;
	}
	.text-card__text .underline {
		margin-bottom: 30px;
	}
	.text-card__text br {
		display: none;
	}
	.text-card__image {
		padding: 50px 0;
	}
	.text-card--reversed .text-card__text {
		padding-left: 50px;
		padding-right: 300px;
	}
	.contacts-info {
		padding-left: 30px;
	}
	.page-decor--02 {
		top: auto;
		bottom: -15vw;
		right: -15vw;
		width: 67vw;
	}
	.page-decor--05 {
		left: -5vw;
	}
	.benefits {
		margin-bottom: 0;
	}
	.benefits:before,
	.benefits:after {
		height: 100px;
	}
	.benefits:after {
		height: 80px;
		bottom: 20px;
	}
	.benefits__intro {
		margin-bottom: 50px;
	}
	.benefits-cards {
		grid-template-columns: 100%;
		gap: 30px;
	}
	.benefits-cards__col {
		gap: 30px;
	}
}
@media (max-width: 1023px) {
	.fancybox__nav {
		display: none;
	}
	.footer {
		padding: 40px 0;
	}
	.footer__bg {
		top: auto;
		bottom: -5%;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	.footer-top {
		margin-bottom: 30px;
	}
	.footer-contacts {
		width: 50%;
		margin-right: 0;
	}
	.footer-bottom {
		padding-top: 30px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 20px;
		text-align: center;
	}
	.hero {
		padding-bottom: 100px;
		min-height: 0;
	}
	.hero-image h1:last-child {
		margin-bottom: 0;
	}
	.hero-article .container {
		display: block;
	}
	.hero-article__text {
		width: auto;
		-webkit-transform: none;
		        transform: none;
		padding: 60px 0;
	}
	.hero-article__image {
		width: auto;
		padding: 0;
	}
	.section-intro {
		padding: 50px 0;
	}
	.section-intro:before {
		left: -25px;
		right: -25px;
		width: auto;
	}
	.news .section-intro {
		max-width: inherit;
		margin: 0;
	}
	.news-card__label {
		min-width: 100px;
		padding: 5px 10px;
	}
	.news-card__button {
		bottom: -15px;
		right: 15px;
		width: 30px;
		height: 30px;
	}
	.news-card__button .icon {
		width: 1.5rem;
		height: 1.5rem;
	}
	.news-card__text h4 {
		font-size: 16px;
	}
	.news-card__meta {
		font-size: 14px;
	}
	.post-hero {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.post-hero__text {
		width: auto;
		padding: 50px 0 30px;
	}
	.post-hero__image {
		width: auto;
		margin: 0 -25px;
		height: 50vw;
		max-height: 400px;
	}
	.post-hero__image-wrap {
		width: 100%;
	}
	.post-heading {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		margin-bottom: 50px;
	}
	.post-heading .section-intro {
		width: 100%;
		margin: 0;
		padding-right: 0;
	}
	.post-contacts {
		display: none;
		width: auto;
		padding: 20px 0 50px;
	}
	.post-content .post-contacts {
		display: block;
	}
	.article {
		padding: 60px 0;
	}
	.article h1 {
		margin-bottom: 30px;
	}
	.article__meta-wrap {
		padding: 15px 30px;
		padding-left: 0;
	}
	.article__accent {
		padding: 30px;
	}
	.team-hero {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		margin-bottom: 50px;
	}
	.team-hero__text {
		width: auto;
		padding: 40px 0;
	}
	.team-hero__text:before {
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		width: auto;
	}
	.team-hero__image {
		width: auto;
		height: 50vw;
		max-height: 400px;
	}
	.team-hero .container {
		max-width: 100%;
	}
	.team-board-nav {
		margin: 0 0 50px;
	}
	.team-board-nav ul {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.team-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.person-card {
		gap: 20px;
	}
	.person-card-modal {
		padding: 30px;
		max-height: 500px;
	}
	.events .section-intro {
		max-width: inherit;
		margin: 0;
	}
	.events-card {
		padding: 25px 20px;
	}
	.text-block .container {
		display: block;
	}
	.text-block__text {
		width: auto;
		display: block;
		padding: 50px 0;
	}
	.text-block__image {
		width: auto;
		text-align: center;
	}
	.text-block-collage {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 30px;
		position: relative;
		z-index: 1;
	}
	.text-block-collage > div {
		-webkit-transform: translateY(100px);
		        transform: translateY(100px);
	}
	.text-block-collage img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		   object-fit: cover;
		-o-object-position: center;
		   object-position: center;
	}
	.text-block--intro {
		margin-top: 0;
		margin-bottom: 0 !important;
	}
	.text-block--intro .text-block__text:after {
		top: 0;
	}
	.text-block--intro .text-block__image:after {
		display: block;
	}
	.text-block--stretch .text-block__image {
		margin: 0 -25px;
		min-height: clamp(250px, 50vw, 400px);
	}
	.text-block--inner {
		padding: 60px 0;
	}
	.text-block-filled {
		margin-bottom: 40px;
	}
	.text-block-filled__body {
		padding: 30px 40px;
		font-size: initial;
	}
	.text-block-filled br {
		display: none;
	}
	.text-card .container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.text-card__text {
		width: auto;
		margin: 0;
		padding: 50px;
	}
	.text-card__image {
		width: 100%;
		aspect-ratio: 16/9;
		padding: 0;
		-webkit-transform: translateY(150px);
		        transform: translateY(150px);
	}
	.text-card--reversed .text-card__text {
		padding: 50px;
		margin: 0;
	}
	.contacts-heading {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		margin-bottom: 50px;
	}
	.contacts-heading .section-intro {
		width: 100%;
		margin: 0;
		padding-right: 0;
	}
	.contacts-info {
		width: auto;
		padding: 50px 0 0;
	}
	.contacts-main {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.contacts-aside {
		width: 100%;
	}
	.contacts-aside ul a:after {
		width: 12px;
		height: 13px;
		background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxMyAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTcuNjA3MTkgMTMuMDcwM0wxMi4xMzgzIDguMzkwMzJDMTIuNjYxNSA3Ljc4NTQ3IDEyLjYxMTIgNi44NTc2OCAxMi4wMjU3IDYuMzE3MTZDMTEuNDg2NyA1LjgyMDQyIDEwLjY3MjEgNS44MTkwNSAxMC4xMzMgNi4zMTcxNkw3Ljk4NzMzIDguNTI5ODlMNy45ODczMyAxLjk2Njk1QzcuOTg3MzMgMS4xNTY4NCA3LjM1MTU2IDAuNSA2LjU2NzQ2IDAuNUM1Ljc4MzM1IDAuNSA1LjE0ODkyIDEuMTU2ODQgNS4xNDc1OSAxLjk2Njk1TDUuMTQ3NTkgOC41NTA0MkwyLjk4MDcgNi4zMTU3OUMyLjQ1NzUyIDUuNzEwOTUgMS41NTk1MSA1LjY1ODk1IDAuOTc0MDgyIDYuMTk5NDdDMC4zODg2NTEgNi43NCAwLjMzODMxOSA3LjY2Nzc5IDAuODYxNDk4IDguMjcyNjNDMC44OTcyNiA4LjMxMzY4IDAuOTM1NjcxIDguMzUzMzcgMC45NzU0MDYgOC4zOTAzMkw1LjUwNjUzIDEzLjA3MDNDNS43NzI3NiAxMy4zNDU0IDYuMTM0MzUgMTMuNSA2LjUxMDUgMTMuNUg2LjU1Njg2QzYuOTUwMjQgMTMuNTEzNyA3LjMzMDM3IDEzLjM1NzcgNy42MDcxOSAxMy4wNzAzWiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==");
	}
	.contacts-form .wpcf7-response-output {
		margin: 0 !important;
	}
	.info-section {
		padding: 100px 0 150px;
	}
	.info-section h1 {
		margin-bottom: 20px;
	}
	.info-section p {
		margin-bottom: 40px;
	}
	.science {
		margin: 80px 0;
	}
	.science .container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.science-cards {
		width: auto;
	}
	.science__text {
		width: auto;
	}
	.cta {
		margin: 80px 0;
	}
	.cta-card:nth-child(1) {
		-webkit-transform: translateY(100px);
		        transform: translateY(100px);
	}
	.cta-card:nth-child(2) {
		-webkit-transform: translateY(100px);
		        transform: translateY(100px);
	}
	.cta-card--02 .cta-card__image {
		right: 20px;
	}
	.cta-card--03 .cta-card__image {
		max-width: 40vw;
	}
	.benefits {
		padding-top: 50px;
	}
	.benefits__intro {
		width: auto;
	}
}
@media (max-width: 767px) {
	.button-link {
		font-size: 14px;
	}
	.button-link__icon {
		width: 35px;
		height: 35px;
	}
	textarea {
		height: 200px;
	}
	html {
		font-size: calc(var(--rem-base) - 2px);
	}
	.offset-header {
		padding-top: 72px;
	}
	.underline {
		padding-bottom: 10px;
	}
	.underline:before {
		height: 3px;
	}
	.anim-slide-up {
		-webkit-transform: translateY(70px);
		        transform: translateY(70px);
	}
	.anim-slide-up-stagger > * {
		-webkit-transform: translateY(70px);
		        transform: translateY(70px);
	}
	.header {
		min-height: 72px;
	}
	.header-holder {
		padding: 15px 0;
	}
	.header__logo {
		max-width: 100px;
	}
	.header__logo img {
		max-height: 42px;
	}
	.menu-opener {
		width: 30px;
		height: 19px;
	}
	.menu-opener span,
	.menu-opener:before,
	.menu-opener:after {
		top: 8px;
	}
	.menu-opener:before {
		top: 0;
	}
	.menu-opener:after {
		top: 16px;
	}
	.footer-top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
		gap: 50px;
	}
	.footer-logo {
		margin-bottom: 30px;
	}
	.footer-menu {
		padding-bottom: 40px;
	}
	.footer-menu ul {
		gap: 15px 20px;
	}
	.hero__bg img,
	.hero__bg video {
		display: none;
	}
	.hero__bg-img {
		display: block !important;
	}
	.news-filter {
		grid-template-columns: repeat(2, 1fr);
	}
	.news-cards {
		grid-template-columns: repeat(2, 1fr);
	}
	.post-hero__text h1 {
		font-size: 26px;
	}
	.article__meta {
		font-size: 18px;
	}
	.article__meta-wrap {
		padding: 10px 15px;
		padding-left: 0;
	}
	.article__accent {
		font-size: 18px;
	}
	.team-hero__text {
		font-size: 16px;
	}
	.person-card__social-link {
		margin-top: 20px;
	}
	.events {
		padding-bottom: 60px;
	}
	.events-nav .jcf-select {
		max-width: 50%;
	}
	.events-cards {
		margin-bottom: 60px;
	}
	.events-cards__heading {
		margin-bottom: 40px;
	}
	.events-cards__more {
		margin-top: 0;
	}
	.events-card h3 {
		font-size: 22px;
	}
	.text-block {
		margin-bottom: 60px;
	}
	.text-block-collage {
		gap: 20px;
	}
	.text-block-collage > div {
		-webkit-transform: translateY(70px);
		        transform: translateY(70px);
	}
	.text-block--inner:before {
		left: -5%;
	}
	.text-block-filled {
		margin-bottom: 0;
	}
	.text-block-filled__body {
		padding: 25px 20px;
	}
	.text-card__text {
		padding: 40px 30px;
		font-size: 16px;
	}
	.text-card__image {
		-webkit-transform: translateY(100px);
		        transform: translateY(100px);
	}
	.text-card--reversed .text-card__text {
		padding: 40px 30px;
	}
	.contacts-aside ul li {
		-webkit-transform: translateY(70px);
		        transform: translateY(70px);
	}
	.contacts-form .wpcf7-response-output {
		padding: 0 0 30px 25px !important;
	}
	.contacts-form .wpcf7-response-output:before {
		width: 18px;
	}
	.info-section {
		padding: 60px 0 100px;
		font-size: 20px;
	}
	.science {
		margin: 60px 0;
	}
	.cta {
		margin: 60px 0;
	}
	.cta-card:nth-child(1) {
		-webkit-transform: translateY(70px);
		        transform: translateY(70px);
	}
	.cta-card:nth-child(2) {
		-webkit-transform: translateY(70px);
		        transform: translateY(70px);
	}
	.cta-card__text {
		min-height: 300px;
		padding: 30px;
	}
	.cta-card h3.underline {
		padding-bottom: 10px;
		margin-bottom: 20px;
	}
	.cta-card--01 .cta-card__text {
		padding-right: 40%;
	}
	.cta-card--02 .cta-card__text {
		padding-right: 35%;
	}
	.cta-card--02 .cta-card__image {
		max-width: 200px;
		bottom: 40px;
		right: 10px;
	}
	.cta-card--03 .cta-card__text {
		padding-right: 40%;
	}
	.cta-card--04 .cta-card__text {
		padding-right: 40%;
	}
	.cta-card--04 .cta-card__image {
		width: 40%;
	}
	.page-decor--03 {
		top: auto;
		bottom: -10vw;
		-webkit-transform: none;
		        transform: none;
	}
}
@media (max-width: 666px) {
	html {
		font-size: calc(var(--rem-base) - 2.5px);
	}
	#sidebar ul:not([class]) > li,
	.entry ul:not([class]) > li,
	ul.list-style > li {
		padding-left: 15px;
	}
	#sidebar ul:not([class]) > li:before,
	.entry ul:not([class]) > li:before,
	ul.list-style > li:before {
		width: 6px;
		height: 6px;
		left: 0;
	}
	.fancybox__slide {
		padding: 10px;
	}
	.fancybox__content > .carousel__button.is-close {
		top: 0;
		right: 0;
	}
	.footer-contacts {
		width: 100%;
		padding: 0;
	}
	.footer-contacts address {
		margin-bottom: 15px;
	}
	.footer-contacts p {
		margin-bottom: 15px;
	}
	.footer-logo {
		margin-bottom: 20px;
	}
	.footer-menu ul {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}
	.footer-assets {
		width: 100%;
		max-width: inherit;
		padding: 0;
	}
	.hero-image {
		padding: 80px 0;
	}
	.hero-article {
		margin-bottom: 120px;
	}
	.hero-article__image:before {
		top: 40px;
		left: 40px;
	}
	.section-intro {
		padding: 20px 0;
		font-size: 18px;
	}
	.news-nav ul {
		font-size: 14px;
	}
	.article {
		padding: 20px 0 40px;
	}
	.article__accent {
		padding: 30px 20px;
		margin: 0 -20px;
	}
	.team-board-nav ul {
		font-size: 14px;
	}
	.person-card {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.person-card-modal {
		max-height: 100%;
	}
	.person-card__image {
		width: 100%;
		max-width: 250px;
		padding-right: 40px;
		position: relative;
	}
	.person-card__image img {
		height: auto;
		aspect-ratio: 1/1;
	}
	.person-card__image .person-card__social-link {
		display: block;
	}
	.person-card__text {
		overflow-y: auto;
	}
	.person-card__text h3 {
		font-size: 18px;
		margin-bottom: 5px;
	}
	.person-card__text h4 {
		font-size: 16px;
		margin-bottom: 20px;
	}
	.person-card__text p {
		margin-bottom: 15px;
	}
	.person-card__social-link {
		display: none;
		position: absolute;
		bottom: 0;
		right: 0;
		margin: 0;
	}
	.person-card__scrollable {
		padding-right: 10px;
	}
	.text-card {
		margin-bottom: 80px;
	}
	.text-card__text {
		padding: 30px 20px;
	}
	.text-card--reversed .text-card__text {
		padding: 30px 20px;
	}
	.contacts-info ul {
		font-size: 18px;
	}
	.contacts-info ul a {
		padding-left: 40px;
	}
	.contacts-info ul .icon {
		width: 26px;
		height: 26px;
	}
	.contacts-form .row {
		grid-template-columns: 100%;
	}
	.science-card h2 br {
		display: none;
	}
	.cta-card--02 .cta-card__image {
		right: 0;
	}
	.page-decor--02 {
		bottom: -30vw;
		right: -30vw;
		width: 100vw;
	}
}
@media (max-width: 640px) {
	.fancybox__toolbar__items--center:not(:last-child) {
		display: none;
	}
}
@media (max-width: 567px) {
	.news {
		padding-bottom: 60px;
	}
	.news-header {
		margin-bottom: 40px;
	}
	.news-nav ul {
		max-width: 300px;
	}
	.news-nav ul a {
		padding: 0 2px 10px;
	}
	.news-nav ul a:after {
		height: 2px;
	}
	.news-filter {
		grid-template-columns: 100%;
	}
	.news-cards {
		grid-template-columns: 100%;
		margin-bottom: 40px;
	}
	.team-board-nav ul a {
		padding: 0 2px 10px;
	}
	.team-board-nav ul a:after {
		height: 2px;
	}
	.team-grid {
		grid-template-columns: 100%;
	}
	.person-card-modal {
		padding: 20px;
	}
	.person-card__image {
		max-width: 200px;
	}
	.events-header {
		margin-bottom: 40px;
	}
	.events-nav .jcf-select {
		max-width: 100%;
	}
	.events-card__meta {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
	.events-card h3 {
		font-size: 20px;
	}
	.events-card__links {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
	.text-block-collage {
		grid-template-columns: 100%;
	}
	.text-block--intro .text-block__image:after {
		bottom: 50px;
	}
	.science__text {
		padding: 30px;
	}
	.science-card {
		gap: 10px;
		padding-right: 5px;
	}
	.science-card h2 {
		font-size: 20px;
	}
	.cta-card__text {
		min-height: 0;
	}
	.cta-card p:last-of-type {
		margin-bottom: 20px;
	}
	.cta-card--01 .cta-card__text {
		padding-right: 30px;
	}
	.cta-card--01 .cta-card__image {
		display: none;
	}
	.cta-card--02 .cta-card__text {
		padding-right: 30px;
	}
	.cta-card--02 .cta-card__image {
		display: none;
	}
	.cta-card--03 .cta-card__text {
		padding-right: 30px;
	}
	.cta-card--03 .cta-card__image {
		display: none;
	}
	.cta-card--04 .cta-card__text {
		padding-right: 30px;
	}
	.cta-card--04 .cta-card__image {
		display: none;
	}
	.benefits-card {
		padding: 25px 20px;
	}
	.benefits-card__icon {
		width: 60px;
	}
}
@media (max-width: 479px) {
	.benefits-card {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
}
@media (max-width: 374px) {
	html {
		overflow-x: hidden;
		font-size: calc(var(--rem-base) - 3px);
	}
}
@media all and (min-width: 1024px) {
	.fancybox__container {
		--carousel-button-width: 48px;
		--carousel-button-height: 48px;
		--carousel-button-svg-width: 27px;
		--carousel-button-svg-height: 27px;
	}
	.fancybox__slide {
		padding: 64px 100px;
	}
	.fancybox__nav .carousel__button.is-next {
		right: 40px;
	}
	.fancybox__nav .carousel__button.is-prev {
		left: 40px;
	}
	.carousel__button.is-close {
		right: 40px;
	}
	.fancybox__toolbar {
		padding: 8px;
	}
}
@media (min-width: 1024px) {
	.text-block-collage__image-01 {
		width: 100%;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	.text-block-collage__image-02 {
		width: 72.5%;
		margin: -11% 5.5% 0 auto;
		-webkit-transform: translateY(200px);
		        transform: translateY(200px);
	}
	.text-block-collage__image-03 {
		width: 49%;
		margin: -4% 0 0 auto;
		-webkit-transform: translateY(150px);
		        transform: translateY(150px);
	}
	.text-block--intro .text-block__text {
		padding: 20px 0 80px;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}
	.text-card--reversed .container {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: row-reverse;
		        flex-direction: row-reverse;
	}
}
@media (min-width: 1200px) {
	.menu ul li:first-child a {
		padding-top: 10px;
	}
	.menu ul li:last-child a {
		padding-bottom: 10px;
	}
}
@media (min-width: 1440px) {
	.text-block--intro .text-block__text {
		padding-bottom: 120px;
	}
}
