@font-face {
	font-family: "Yellix";
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url("../fonts/Yellix-Light.woff2") format("woff2"), url("../fonts/Yellix-Light.woff") format("woff");
}
@font-face {
	font-family: "Yellix";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/Yellix-Regular.woff2") format("woff2"), url("../fonts/Yellix-Regular.woff") format("woff");
}
@font-face {
	font-family: "Yellix";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("../fonts/Yellix-Medium.woff2") format("woff2"), url("../fonts/Yellix-Medium.woff") format("woff");
}
@font-face {
	font-family: "Yellix";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("../fonts/Yellix-SemiBold.woff2") format("woff2"), url("../fonts/Yellix-SemiBold.woff") format("woff");
}
@font-face {
	font-family: "Reckless Neue";
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url("../fonts/RecklessNeue-Light.woff2") format("woff2"), url("../fonts/RecklessNeue-Light.woff") format("woff");
}
@font-face {
	font-family: "Reckless Neue";
	font-style: italic;
	font-weight: 300;
	font-display: swap;
	src: url("../fonts/RecklessNeue-LightItalic.woff2") format("woff2"), url("../fonts/RecklessNeue-LightItalic.woff") format("woff");
}
@font-face {
	font-family: "Reckless Neue";
	font-style: normal;
	font-weight: 350;
	font-display: swap;
	src: url("../fonts/RecklessNeue-Book.woff2") format("woff2"), url("../fonts/RecklessNeue-Book.woff") format("woff");
}
@font-face {
	font-family: "Reckless Neue";
	font-style: italic;
	font-weight: 350;
	font-display: swap;
	src: url("../fonts/RecklessNeue-BookItalic.woff2") format("woff2"), url("../fonts/RecklessNeue-BookItalic.woff") format("woff");
}
@font-face {
	font-family: "Reckless Neue";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/RecklessNeue-Regular.woff2") format("woff2"), url("../fonts/RecklessNeue-Regular.woff") format("woff");
}
@font-face {
	font-family: "Reckless Neue";
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/RecklessNeue-RegularItalic.woff2") format("woff2"), url("../fonts/RecklessNeue-RegularItalic.woff") format("woff");
}
@font-face {
	font-family: "Reckless Neue";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("../fonts/RecklessNeue-SemiBold.woff2") format("woff2"), url("../fonts/RecklessNeue-SemiBold.woff") format("woff");
}
@font-face {
	font-family: "Reckless Neue";
	font-style: italic;
	font-weight: 600;
	font-display: swap;
	src: url("../fonts/RecklessNeue-SemiBoldItalic.woff2") format("woff2"), url("../fonts/RecklessNeue-SemiBoldItalic.woff") format("woff");
}
/*! 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;
}

/**
 * Swiper 10.0.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 8, 2023
 */
@font-face {
	font-family: swiper-icons;
	src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
	font-weight: 400;
	font-style: normal;
}
:root {
	--swiper-theme-color: #007aff;
}

:host {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	overflow: clip;
	list-style: none;
	padding: 0;
	z-index: 1;
	display: block;
}

.swiper-vertical > .swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	        transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0px, 0, 0);
	        transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
	-ms-touch-action: pan-y;
	    touch-action: pan-y;
}

.swiper-vertical {
	-ms-touch-action: pan-x;
	    touch-action: pan-x;
}

.swiper-slide {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	display: block;
}

.swiper-fade-invisible-blank {
	visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto;
}

.swiper-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
	-webkit-transform: translateZ(0);
	        transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
	-webkit-perspective: 1200px;
	        perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	        transform-style: preserve-3d;
}

.swiper-3d {
	-webkit-perspective: 1200px;
	        perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
	-webkit-transform-style: preserve-3d;
	        transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
	display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
	-ms-scroll-snap-type: x mandatory;
	    scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
	-ms-scroll-snap-type: y mandatory;
	    scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
	-ms-scroll-snap-type: none;
	    scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
	content: "";
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	-webkit-box-ordinal-group: 10000;
	    -ms-flex-order: 9999;
	        order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: center center;
	scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
	-webkit-margin-start: var(--swiper-centered-offset-before);
	        margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
	-webkit-margin-before: var(--swiper-centered-offset-before);
	        margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	        transform-origin: 50%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
	-webkit-animation: swiper-preloader-spin 1s infinite linear;
	        animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
	0% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}

@keyframes swiper-preloader-spin {
	0% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}
.swiper-virtual .swiper-slide {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	        transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
	height: 1px;
	width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
	width: 1px;
	height: var(--swiper-virtual-size);
}

:root {
	--swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: var(--swiper-navigation-top-offset, 50%);
	width: calc(var(--swiper-navigation-size) / 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - var(--swiper-navigation-size) / 2);
	z-index: 10;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
	opacity: 0;
	cursor: auto;
	pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
	display: none !important;
}

.swiper-button-next svg,
.swiper-button-prev svg {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
	-webkit-transform-origin: center;
	        transform-origin: center;
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: var(--swiper-navigation-sides-offset, 10px);
	right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto;
}

.swiper-button-lock {
	display: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: "next";
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: 0.3s opacity;
	transition: 0.3s opacity;
	-webkit-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
	display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: var(--swiper-pagination-bottom, 8px);
	top: var(--swiper-pagination-top, auto);
	left: 0;
	width: 100%;
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(0.33);
	        transform: scale(0.33);
	position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	        transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	        transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(0.66);
	        transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(0.33);
	        transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(0.66);
	        transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(0.33);
	        transform: scale(0.33);
}

.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
	display: inline-block;
	border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	     appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-bullet:only-child {
	display: none !important;
}

.swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
	right: var(--swiper-pagination-right, 8px);
	left: var(--swiper-pagination-left, auto);
	top: 50%;
	-webkit-transform: translate3d(0px, -50%, 0);
	        transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
	display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: 0.2s top, 0.2s -webkit-transform;
	transition: 0.2s top, 0.2s -webkit-transform;
	transition: 0.2s transform, 0.2s top;
	transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: 0.2s left, 0.2s -webkit-transform;
	transition: 0.2s left, 0.2s -webkit-transform;
	transition: 0.2s transform, 0.2s left;
	transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: 0.2s right, 0.2s -webkit-transform;
	transition: 0.2s right, 0.2s -webkit-transform;
	transition: 0.2s transform, 0.2s right;
	transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-fraction {
	color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
	background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
	position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	        transform: scale(0);
	-webkit-transform-origin: left top;
	        transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	        transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: var(--swiper-pagination-progressbar-size, 4px);
	left: 0;
	top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
	width: var(--swiper-pagination-progressbar-size, 4px);
	height: 100%;
	left: 0;
	top: 0;
}

.swiper-pagination-lock {
	display: none;
}

.swiper-scrollbar {
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	position: relative;
	-ms-touch-action: none;
	background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
	display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
	position: absolute;
	left: var(--swiper-scrollbar-sides-offset, 1%);
	bottom: var(--swiper-scrollbar-bottom, 4px);
	top: var(--swiper-scrollbar-top, auto);
	z-index: 50;
	height: var(--swiper-scrollbar-size, 4px);
	width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
	position: absolute;
	left: var(--swiper-scrollbar-left, auto);
	right: var(--swiper-scrollbar-right, 4px);
	top: var(--swiper-scrollbar-sides-offset, 1%);
	z-index: 50;
	width: var(--swiper-scrollbar-size, 4px);
	height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	left: 0;
	top: 0;
}

.swiper-scrollbar-cursor-drag {
	cursor: move;
}

.swiper-scrollbar-lock {
	display: none;
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}

.swiper-slide-zoomed {
	cursor: move;
	-ms-touch-action: none;
	    touch-action: none;
}

.swiper .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	        transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	        transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-cube {
	overflow: visible;
}

.swiper-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	        transform-origin: 0 0;
	width: 100%;
	height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	        transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.6;
	z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
	content: "";
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	-webkit-filter: blur(50px);
	        filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
	pointer-events: auto;
	visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-flip {
	overflow: visible;
}

.swiper-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	-webkit-transition-property: opacity, height, -webkit-transform;
	transition-property: opacity, height, -webkit-transform;
	transition-property: transform, opacity, height;
	transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
	overflow: visible;
}

.swiper-cards .swiper-slide {
	-webkit-transform-origin: center bottom;
	        transform-origin: center bottom;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
}

.img-str {
	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;
	padding: 12px 30px;
	border: none;
	background: var(--color-black);
	-webkit-transition: color var(--animation-duration) var(--animation-timing-function), background var(--animation-duration) var(--animation-timing-function);
	transition: color var(--animation-duration) var(--animation-timing-function), background var(--animation-duration) var(--animation-timing-function);
	font-family: var(--accent-font);
	font-size: 18px;
	line-height: 1.2;
	font-weight: 500;
	text-align: center;
	white-space: nowrap;
	color: var(--color-white);
	cursor: pointer;
}
.button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
button[type=submit]:hover {
	text-decoration: none;
	background: var(--brand-color);
	color: var(--color-black);
}
.bg-green .button:hover,
.bg-green input[type=button]:hover,
.bg-green input[type=reset]:hover,
.bg-green input[type=submit]:hover,
.bg-green button[type=submit]:hover {
	background: var(--color-white);
}
.bg-gold .button:hover,
.bg-gold input[type=button]:hover,
.bg-gold input[type=reset]:hover,
.bg-gold input[type=submit]:hover,
.bg-gold button[type=submit]:hover {
	background: var(--color-white);
}
.bg-blue .button:hover,
.bg-blue input[type=button]:hover,
.bg-blue input[type=reset]:hover,
.bg-blue input[type=submit]:hover,
.bg-blue button[type=submit]:hover {
	background: var(--color-white);
}
.button-secondary,
input[type=button].button-secondary,
input[type=reset].button-secondary,
input[type=submit].button-secondary,
button[type=submit].button-secondary {
	background: var(--brand-color);
	color: var(--color-black);
}
.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-white);
}

.button-link {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
	font-family: var(--accent-font);
	font-size: 18px;
	line-height: 1.2;
	font-weight: 600;
	padding-bottom: 8px;
	border-bottom: 2px solid currentColor;
}
.button-link:hover {
	border-bottom-color: transparent;
	color: currentColor;
}

.button-link-arrow {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 10px;
	position: relative;
	font-family: var(--accent-font);
	font-size: 18px;
	line-height: 1.2;
	font-weight: 600;
}
.button-link-arrow:hover {
	color: currentColor;
}
.button-link-arrow:hover .icon {
	-webkit-transform: translateX(3px);
	        transform: translateX(3px);
}
.button-link-arrow > span {
	padding-bottom: 4px;
	border-bottom: 2px solid transparent;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.button-link-arrow > span:hover {
	border-bottom-color: currentColor;
}
.button-link-arrow .icon {
	width: 3rem;
	height: 3rem;
	margin-top: -5px;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.button-link-arrow--reversed {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
}
.button-link-arrow--reversed:hover .icon {
	-webkit-transform: translateX(-3px);
	        transform: translateX(-3px);
}

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: 400;
	font-size: var(--label-fz);
	line-height: 1.2;
	color: var(--label-color);
	margin: 0 0 8px;
}

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: 400;
	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;
}

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: var(--input-bg-color);
	border: 1px solid var(--input-border-color);
	margin: 0 10px 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);
}

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

.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-radius: var(--input-radius);
	background: var(--input-bg-color);
	min-width: 0;
	width: 100%;
	padding: var(--input-y) var(--input-x);
	padding-right: 40px;
	font-family: var(--accent-font);
	font-size: var(--input-fz);
	line-height: var(--input-lh);
	font-weight: 400;
	color: var(--input-color);
}
.jcf-select.jcf-drop-active {
	border-radius: var(--input-radius) var(--input-radius) 0 0;
	border-color: var(--brand-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: 1.2em;
}
.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	width: 20px;
	bottom: 0;
	right: 0;
	top: 0;
}
.jcf-select .jcf-select-opener:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 20px;
	height: 20px;
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i0KHQu9C+0LlfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAyMCAyMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjAgMjA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGQ9Ik0xMCwxNkwwLDZsMi0ybDgsOGw4LThsMiwyTDEwLDE2eiIvPg0KPC9zdmc+DQo=");
	background-size: 100% auto;
	margin-top: -10px;
}

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: -1px;
	right: -1px;
}

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

.jcf-select-drop .jcf-select-drop-content {
	overflow: hidden;
	-webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.25);
	        box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.25);
}

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

/* select options styles */
.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: var(--color-white);
	font-size: 16px;
	line-height: 1.25;
	width: 100%;
}
.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}
.jcf-list ul {
	list-style: none;
	padding: 10px;
	margin: 0;
}
.jcf-list ul li {
	overflow: hidden;
	display: block;
}
.jcf-list ul li:nth-child(n+3) {
	margin-top: 10px;
}
.jcf-list .jcf-overflow {
	overflow: auto;
}
.jcf-list .jcf-option {
	overflow: hidden;
	cursor: default;
	display: block;
	color: var(--base-text-color);
	height: 1%;
	-webkit-transition: all var(--animation-duration) var(--animation-timing-function);
	transition: all var(--animation-duration) var(--animation-timing-function);
}
.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 {
	color: var(--color-green);
}

.jcf-select-blank.jcf-select {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	padding-right: 30px;
	font-weight: 600;
}
.jcf-select-blank .jcf-select-drop {
	width: auto !important;
	right: auto !important;
	min-width: 100%;
	margin-top: 5px;
}
.jcf-select-blank .jcf-select-text {
	padding: 2px 10px;
	cursor: pointer;
}
.jcf-select-blank .jcf-select-opener:before {
	right: 10px;
}
.jcf-select-blank .jcf-list .jcf-option {
	white-space: nowrap;
}
.jcf-select-blank .jcf-list .jcf-option-placeholder {
	display: none;
}

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: var(--base-font-size)/var(--base-line-height) var(--base-font);
	min-width: 320px;
	font-weight: 400;
	-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 {
	font-family: var(--accent-font);
	line-height: 1.13;
	font-weight: 300;
	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;
	margin: 0 0 0.3em;
}

h2,
.h2 {
	font-size: var(--h2);
	line-height: 1;
	margin: 0 0 60px;
}

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

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

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

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

strong,
b,
.bold {
	font-weight: 600;
}

.p2 {
	font-size: var(--p2-font-size);
	line-height: var(--p2-line-height);
}

.p3 {
	font-size: var(--p3-font-size);
	line-height: var(--p3-line-height);
}

.p4 {
	font-size: var(--p4-font-size);
	line-height: var(--p4-line-height);
}

.nowrap {
	white-space: nowrap;
}

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

.separator {
	margin: 0 4px;
}

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

a {
	color: var(--base-link-color);
	text-decoration: none;
	-webkit-transition: color var(--animation-duration) var(--animation-timing-function), background var(--animation-duration) var(--animation-timing-function);
	transition: color var(--animation-duration) var(--animation-timing-function), background var(--animation-duration) var(--animation-timing-function);
}
a:hover {
	color: var(--accent-color);
}

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

#sidebar ol:not([class]),
#sidebar ul:not([class]),
.entry ol:not([class]),
.entry ul:not([class]),
.card ul:not([class]),
ul.list-style,
ol.list-style {
	margin: 0 0 1.2em;
}
#sidebar ol:not([class]) li + li,
#sidebar ul:not([class]) li + li,
.entry ol:not([class]) li + li,
.entry ul:not([class]) li + li,
.card ul:not([class]) li + li,
ul.list-style li + li,
ol.list-style li + li {
	margin-top: 0;
}
#sidebar ol:not([class]) ul,
#sidebar ul:not([class]) ul,
.entry ol:not([class]) ul,
.entry ul:not([class]) ul,
.card ul:not([class]) ul,
ul.list-style ul,
ol.list-style ul {
	margin-bottom: 0;
	margin-top: 0;
}
#sidebar ol:not([class]) ol,
#sidebar ul:not([class]) ol,
.entry ol:not([class]) ol,
.entry ul:not([class]) ol,
.card ul:not([class]) ol,
ul.list-style ol,
ol.list-style ol {
	margin-bottom: 0;
	margin-top: 0;
}

#sidebar ol:not([class]),
.entry ol:not([class]),
ol.list-style {
	counter-reset: list;
}

.entry .p2 ol:not([class]) li,
.entry .p2 ul:not([class]) li,
.p2 ul.list-style li,
.p2 ol.list-style li {
	padding-left: 36px;
}
.entry .p2 ol:not([class]) li + li,
.entry .p2 ul:not([class]) li + li,
.p2 ul.list-style li + li,
.p2 ol.list-style li + li {
	margin-top: 12px;
}

.entry .p2 ul:not([class]) > li:before,
.p2 ul.list-style > li:before {
	width: 9px;
	height: 9px;
	left: 13px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin-bottom: 1.2em;
	border: 1px solid var(--color-brown-light);
}
table th,
table td {
	font-size: 12px;
	line-height: 2;
	text-align: center;
	border-left: 1px solid var(--color-brown-light);
}
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(--color-brown-light);
	font-weight: 400;
}
table td {
	padding: 4px 17px;
}
table tr:nth-child(odd) td {
	background-color: var(--color-white-brown);
}

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

blockquote {
	font-size: var(--quote-font-size);
	line-height: var(--quote-line-height);
	font-weight: 400;
	font-style: italic;
	position: relative;
	padding: 0 0 0 60px;
	margin: 0 0 1.2em;
}
blockquote .blockquote-item {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 51px;
	height: 38px;
	background: url(../img/icons/icon-quote.svg) no-repeat;
	background-size: 100%;
}
blockquote q {
	display: block;
	quotes: none;
}
blockquote p:last-child {
	margin-bottom: 0;
}
blockquote cite {
	display: block;
	padding-top: 20px;
	font-family: var(--accent-font);
	font-size: 16px;
	line-height: 1.25;
	font-weight: 600;
	font-style: normal;
}
blockquote.quote-sm {
	font-size: var(--quote-sm-font-size);
	line-height: var(--quote-sm-line-height);
}
blockquote.quote-sm cite {
	font-size: 18px;
}

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.container--full {
	max-width: 100%;
}

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;
	z-index: 1;
}

.m-visible {
	display: none;
}

.t-visible {
	display: none;
}

.d-visible {
	display: none;
}

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

.bg-green {
	background-color: var(--color-green);
}

.bg-gold {
	background-color: var(--color-gold);
}

.bg-blue {
	background-color: var(--color-blue);
}

.bg-gray {
	background-color: var(--color-gray);
}

.color-green {
	color: var(--color-green);
}

.color-gold {
	color: var(--color-gold);
}

.color-blue {
	color: var(--color-blue);
}

.nowrap {
	white-space: nowrap;
}

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

.underline {
	overflow: hidden;
	padding-bottom: 20px;
}
.underline:after {
	content: "";
	display: inline-block;
	vertical-align: bottom;
	height: 6px;
	margin-bottom: -20px;
	-webkit-box-shadow: -100vw 100vw 0 100vw;
	        box-shadow: -100vw 100vw 0 100vw;
}
.underline--white:after {
	color: var(--color-white);
}
.underline--blue:after {
	color: var(--color-blue);
}
.underline--green:after {
	color: var(--color-green);
}

.text-line-box {
	padding-bottom: 20px;
	position: relative;
}
.text-line-box .text-line {
	position: absolute;
	display: inline-block;
	width: 100%;
	height: 8px;
	bottom: 0;
	left: 0;
	background-color: currentColor;
}
.text-line-box strong .text-line {
	bottom: -20px;
}
.text-line-box--blue .text-line {
	background-color: var(--color-blue);
}
.text-line-box--green .text-line {
	background-color: var(--color-green);
}
.text-line-box--white .text-line {
	background-color: var(--color-white);
}
.text-line-box--height-md .text-line {
	height: 6px;
}

.disclaimer {
	font-size: 12px;
	line-height: 1.2;
}

.swiper-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.swiper-pagination {
	width: auto;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	margin: 0 30px;
	position: static;
	font-size: 24px;
	line-height: 1.2;
	white-space: nowrap;
}
.swiper-pagination span {
	margin: 0 -5px;
}
.swiper-button-prev,
.swiper-button-next {
	width: 30px;
	height: 30px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	margin: 0;
	position: static;
	font-size: 0;
	line-height: 0;
	color: var(--color-black);
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.swiper-button-prev:after,
.swiper-button-next:after {
	display: none;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
	-webkit-transform: translateX(3px);
	        transform: translateX(3px);
}
.swiper-button-prev:hover:hover {
	-webkit-transform: translateX(-3px);
	        transform: translateX(-3px);
}

.socials {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 20px;
}
ul.socials {
    list-style: none;
}
.socials a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 36px;
	height: 36px;
	background: var(--color-white);
	color: var(--color-black);
}
.socials a:hover {
	background: var(--brand-color);
	color: var(--color-black);
}
.socials .icon {
	width: 2.4rem;
	height: 2.4rem;
}

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

.tab {
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}
.tab.active {
	opacity: 1;
}

.anim-arrow {
	position: absolute;
	z-index: 2;
}
.anim-arrow--reversed {
	-webkit-transform: scaleX(-1);
	        transform: scaleX(-1);
}
.anim-arrow.arrow-left-down-case-study {
	top: -140px;
	right: calc(50% - 465px);
}
.anim-arrow.arrow-left-down-post-list {
	top: -140px;
	right: calc(50% - 585px);
}
.anim-arrow.arrow-left-down-text-cards {
	top: -295px;
	right: calc(50% - 585px);
}
.anim-arrow.arrow-left-down-text-image {
	top: -260px;
	right: calc(50% - 585px);
}
.anim-arrow.arrow-left-down-stats {
	top: -140px;
	right: calc(50% - 585px);
}
.anim-arrow.arrow-left-down-companies {
	top: -140px;
	right: calc(50% - 585px);
}
.anim-arrow.arrow-left-text-intro {
	top: -260px;
	right: calc(50% - 585px);
}
.anim-arrow.arrow-left-down-locations {
	top: -140px;
	right: calc(50% - 536px);
}
.anim-arrow.arrow-down-right-textbox {
	top: -140px;
	left: calc(50% - 465px);
}
.anim-arrow.arrow-down-right-image-module {
	top: 0;
	left: calc(50% - 642px);
}

.fade-in,
.anim-arrow__line,
.anim-arrow__chevron {
	opacity: 0;
	will-change: transform;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
}
.header-holder {
	position: relative;
	z-index: 10;
	padding: 30px 0;
	background: var(--color-white);
}
.header-holder .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.header__logo {
	margin-right: 20px;
}
.header-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 40px;
	margin-left: auto;
	margin-right: 45px;
}

.menu-drop {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.menu-drop .header-links {
	display: none;
}

.menu-drop__wrap {
	width: 100%;
	height: 100%;
	padding: 100px 80px;
	overflow-x: hidden;
	overflow-y: auto;
	background: var(--color-green);
	border-bottom: 6px solid var(--color-black);
}

.menu {
	width: 100%;
	max-width: 1054px;
	margin: 0 auto -60px;
	padding: 0;
	list-style: none;
	font-family: var(--accent-font);
	font-size: 40px;
	line-height: 1.1;
	font-weight: 600;
	-webkit-columns: 2;
	   -moz-columns: 2;
	        columns: 2;
}
.menu > li {
	position: relative;
	margin-left: 60px;
	margin-bottom: 60px;
}
.menu > li .menu-arrow {
	position: absolute;
	top: 10px;
	right: calc(100% + 20px);
	z-index: 2;
	width: 41px;
	height: 22px;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDEiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCA0MSAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTI5LjcwMDggMC4zNjI4ODVMMjYuNzg3NiAzLjI2ODNMMzIuNDUwOSA4LjkzMTU0SDAuMzI4MTI1VjEzLjA0MTFIMzIuNDc0MkwyNi44MTg3IDE4LjY5NjVMMjkuNzI0MSAyMS42MDJMNDAuMzI4MSAxMC45OThMMzguNDc5MiA5LjE0OTA2TDI5LjcwMDggMC4zNjI4ODVaIiBmaWxsPSIjMEEyMTFBIi8+Cjwvc3ZnPgo=");
	background-size: 100%;
}
.menu a {
	display: inline-block;
	vertical-align: top;
	position: relative;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	-webkit-text-decoration-color: transparent;
	        text-decoration-color: transparent;
	text-underline-position: under;
	color: inherit;
	-webkit-transition: all var(--animation-duration) var(--animation-timing-function), background var(--animation-duration) var(--animation-timing-function);
	transition: all var(--animation-duration) var(--animation-timing-function), background var(--animation-duration) var(--animation-timing-function);
}
.menu a:hover {
	-webkit-text-decoration-color: currentColor;
	        text-decoration-color: currentColor;
}
.menu a .sub-arrow {
	display: none;
	position: absolute;
	top: 11px;
	right: 0;
	width: 17px;
	height: 11px;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxNyAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0LjE4ODQgMC41TDguNDg1NTcgNi4yMDg1NUwyLjc5OTk3IDAuNTIyOTQ3TDAuNjQ4NTA1IDIuNjY4NjdMOC40Nzk4MyAxMC41TDkuODUxMDMgOS4xMzQ1NEwxNi4zMzk4IDIuNjQ1NzJMMTQuMTg4NCAwLjVaIiBmaWxsPSIjMEEyMTFBIi8+Cjwvc3ZnPgo=");
	background-size: 100%;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.menu ul {
	margin-top: 16px;
	font-size: 24px;
	line-height: 1.667;
	font-weight: 600;
    list-style: none;
}
.menu ul a {
	-webkit-text-decoration-color: currentColor;
	        text-decoration-color: currentColor;
	text-decoration-thickness: 1px;
}
.menu ul a:hover {
	text-decoration-thickness: 2px;
}
.menu ul ul {
	margin-top: 0;
}

.menu-opener {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 48px;
	height: 30px;
	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(--color-black);
	position: absolute;
	top: 13px;
	left: 0;
	right: 0;
	content: "";
	height: 5px;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.menu-opener:before {
	top: 0;
}
.menu-opener:after {
	top: 25px;
}

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

.current-menu-item > a {
	text-decoration: underline;
	text-decoration-thickness: 2px !important;
}

.footer {
	margin-top: auto;
	padding: 60px 0;
	background: var(--color-black);
	color: var(--color-white);
}
.footer__logo {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-bottom: 50px;
}
.footer-main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 40px;
	margin-bottom: 20px;
}
.footer-contacts {
	width: 30%;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
.footer-contacts .footer-list {
	grid-template-columns: repeat(2, 1fr);
	margin-bottom: 78px;
}
.footer-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 40px 30px;
}
.footer h4 {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	overflow: hidden;
	position: relative;
	padding-top: 20px;
	padding-right: 15px;
	margin-bottom: 20px;
	font-weight: 600;
}
.footer h4:before {
	content: "";
	position: absolute;
	top: 0;
	height: 8px;
	-webkit-box-shadow: 100vw -100vw 0 100vw;
	        box-shadow: 100vw -100vw 0 100vw;
}
.footer h5 {
	font-weight: 500;
	margin-bottom: 10px;
}
.footer address {
	font-style: normal;
	line-height: 1.2;
	margin: 0;
}
.footer a:hover {
	color: var(--brand-color);
}
.footer .socials a:hover {
	color: var(--color-black);
}
.footer-bottom {
	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;
	font-size: 14px;
	line-height: 1.2;
}
.footer-bottom p {
	margin-bottom: 0;
}

.hero {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 150px;
	position: relative;
}
.hero-text {
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.hero-text__holder {
	width: 100%;
	max-width: 720px;
	padding: 100px 120px 175px 80px;
	margin-left: auto;
}
.hero-image {
	width: 50%;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.hero h1 {
	margin-bottom: 60px;
}
.hero h1:last-child {
	margin-bottom: 0;
}
.hero h1.underline:after {
	height: 8px;
}

.hero-main {
	padding: 60px 0;
	margin-bottom: 235px;
	min-height: 470px;
	position: relative;
}
.hero-main.mb-0 {
	margin-bottom: 0;
}
.hero-main .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.hero-main__text {
	width: 100%;
	padding: 40px 0 0;
	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;
}
.hero-main__title {
	font-weight: 600;
}
.hero-main__title.underline {
	padding-bottom: 30px;
}
.hero-main__title.underline:after {
	height: 8px;
	margin-bottom: -30px;
}
.hero-main h4 {
	font-weight: 600;
	margin-top: -20px;
	margin-bottom: 60px;
}
.hero-main h4:last-child {
	margin-bottom: 0;
}
.hero-main .button-link-arrow {
	margin: -37px 0 15px;
}
.hero-main__person {
	font-size: var(--p4-font-size);
	line-height: var(--p4-line-height);
	margin-bottom: 0;
}
.hero-main__person li + li {
	margin-top: 4px;
}
.hero-main__person strong {
	font-family: var(--accent-font);
	font-size: 14px;
}
.hero-main__image {
	width: 515px;
	aspect-ratio: 1/1;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	margin-left: 30px;
	margin-bottom: -165px;
	position: relative;
	overflow: hidden;
}
.hero-main__image--wide {
	width: 60%;
	aspect-ratio: 1.5/1;
}
.hero-main__image .img-str {
	-o-object-position: top;
	   object-position: top;
}

.info-slider {
	margin-bottom: 286px;
	position: relative;
}
.info-slider__chevron {
	position: absolute;
	top: 4px;
	left: 110px;
	width: 5.8rem;
	height: 5.8rem;
}
.info-slider .swiper-slide {
	padding: 0 185px 13px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.info-slider .swiper-nav {
	position: absolute;
	bottom: 0;
	right: 126px;
	z-index: 5;
}
.info-slider h3 {
	font-family: var(--base-font);
	font-size: 48px;
	line-height: 1.1;
	font-weight: 400;
	position: relative;
	padding-bottom: 34px;
	margin-bottom: 18px;
}
.info-slider h3.underline:after {
	margin-bottom: -33px;
}

.text-box {
	position: relative;
	margin-bottom: 160px;
}
.text-box__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	position: relative;
	z-index: 1;
	margin-left: 80px;
}
.text-box__body:after {
	position: absolute;
	top: 0;
	right: 100%;
	bottom: 0;
	z-index: -1;
	content: "";
	width: 9999px;
	background: var(--color-white);
}
.text-box__text {
	padding: 120px 34px 110px;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.text-box__text p {
	margin-bottom: 30px;
}
.text-box__image {
	width: 43%;
	aspect-ratio: 1/1;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	position: relative;
	overflow: hidden;
	margin: -60px 0 0;
}

.text-image {
	position: relative;
	margin-bottom: 160px;
}
.text-image__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 138px;
	margin-right: 110px;
}
.text-image__text {
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.text-image__image {
	width: 50%;
}
.text-image__image img {
	width: 100%;
}
.text-image p {
	margin-bottom: 30px;
}

.text-module {
	margin-bottom: 160px;
	position: relative;
}
.text-module__body {
	padding-right: 435px;
}
.text-module h2:last-child {
	margin-bottom: 0;
}
.text-module p {
	margin-bottom: 0.5em;
}
.text-module p:last-child {
	margin-bottom: 0;
}
.text-module p a {
	text-decoration: underline;
}
.text-module p a:hover {
	text-decoration: none;
	color: inherit;
}
.text-module .button-link-group {
	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 40px;
	margin-top: 40px;
}

.text-cards {
	margin-bottom: 100px;
	position: relative;
}
.text-cards__body {
	margin-left: 110px;
	margin-right: 110px;
}
.text-cards__heading {
	padding-right: 0;
	margin-bottom: 95px;
}
.text-cards__heading.align-left {
	margin-left: -120px;
	margin-right: 120px;
}
.text-cards__heading h2 {
	margin-bottom: 40px;
}
.text-cards__heading h2:last-child {
	margin-bottom: 0;
}
.text-cards__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 95px 30px;
}

.text-card__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 20px;
	margin-bottom: 30px;
}
.text-card__title h3 {
	margin: 0;
}
.text-card__icon {
	width: 100px;
	height: 100px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
.text-card__icon svg {
	width: 100%;
	height: 100%;
}
.text-card p {
	margin-bottom: 10px;
}
.text-card p:last-child {
	margin-bottom: 0;
}
.text-card p a {
	text-decoration: underline;
}
.text-card p a:hover {
	color: inherit;
	text-decoration: none;
}
.text-card .list-style {
	margin-left: 22px;
}
.text-card .list-style:last-child {
	margin-bottom: 0;
}
.text-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: 20px 40px;
}
.text-card__logos {
	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 40px;
}
.text-card__logos a:hover {
	opacity: 0.8;
}

.section-intro__body {
	padding: 120px 45% 110px 110px;
	margin-right: 80px;
	position: relative;
	z-index: 1;
}
.section-intro__body:after {
	position: absolute;
	top: 0;
	left: 100%;
	bottom: 0;
	z-index: -1;
	content: "";
	width: 9999px;
	background: var(--color-white);
}
.section-intro p {
	margin-bottom: 30px;
}

.quote-module {
	position: relative;
	margin-bottom: 160px;
}
.anim-arrow.arrow-down + .quote-module {
	margin-top: 220px;
}
.quote-module__body {
	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;
	background: var(--color-gold);
}
.quote-module .swiper {
	width: 100%;
}
.quote-module .swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	padding: 145px 90px 35px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.quote-module .swiper-nav {
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	padding: 0 90px 50px;
}
.quote-module blockquote {
	width: 100%;
	max-width: 844px;
	margin: 0;
}
.quote-module__image {
	width: 516px;
	aspect-ratio: 1/1;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	overflow: hidden;
	position: relative;
	margin: 0 0 0 35px;
}
.quote-module--alt {
	margin-top: 120px;
}
.quote-module--alt .swiper {
	margin-top: -60px;
}
.quote-module--alt .swiper-slide {
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	padding: 0 0 35px 100px;
}
.quote-module--alt .swiper-nav {
	padding-right: 3px;
}
.quote-module--alt blockquote {
	margin-top: 160px;
	font-size: var(--quote-sm-font-size);
	line-height: var(--quote-sm-line-height);
}
.quote-module--alt blockquote q {
	padding-bottom: 10px;
}
.quote-module .disclaimer {
	max-width: 874px;
	margin: 0 0 0 auto;
	padding: 0 90px 30px 0;
}

.stats {
	margin-bottom: 250px;
	position: relative;
}
.stats[class*=bg-] {
	padding: 160px 0 130px;
	margin-bottom: 120px;
}
.stats.anim-arrow-section {
	margin-top: -40px;
}
.stats .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.stats__heading {
	width: 34.5%;
	padding-right: 40px;
}
.stats-grid {
	width: 65.5%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 65px 40px;
	font-family: var(--accent-font);
	font-size: 24px;
	line-height: 1.13;
	font-weight: 300;
}
.stats-grid__item {
	padding-left: 50px;
	padding-right: 40px;
}
.stats-value {
	display: block;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 20px;
	font-family: var(--base-font);
	font-size: 72px;
	line-height: 1;
	font-weight: 400;
}
.stats-value:after {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	content: "";
	width: 240px;
	height: 6px;
	background: var(--color-blue);
}
.stats-value.outline-green:after {
	background: var(--color-green);
}
.stats-value__chevron {
	position: absolute;
	top: 12px;
	right: calc(100% + 10px);
	width: 4.5rem;
	height: 4.5rem;
}
.stats p {
	margin-bottom: 0;
}
.stats .arrow-down-right-stats {
	bottom: -335px;
	left: calc(50% - 420px);
}

.post-section {
	margin-top: -67px;
}
.post-section__body {
	position: relative;
	padding: 0 17% 100px;
}
.post-section__top-link {
	position: absolute;
	top: -142px;
	left: 0;
	z-index: 2;
	font-family: var(--accent-font);
	font-size: var(--p3-font-size);
	line-height: var(--p3-line-height);
	font-weight: 600;
}
.post-section__top-link a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 15px;
}
.post-section__top-link a:hover {
	color: inherit;
}
.post-section__top-link a:hover .text {
	text-decoration: none;
}
.post-section__top-link .icon-wrap {
	width: 35px;
	height: 35px;
	border: 1px solid var(--color-green);
	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-green);
}
.post-section__top-link .icon {
	width: 14px;
	height: 14px;
	color: currentColor;
}
.post-section__top-link .text {
	text-decoration: underline;
}
.post-section__sticky {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.post-section__socials {
	margin: 0;
	padding: 0;
}
.post-section__socials li + li {
	margin-top: -1px;
}
.post-section__socials a {
	width: 60px;
	aspect-ratio: 1/1;
	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;
	border: 1px solid var(--color-gray-100);
	color: var(--color-gray-100);
}
.post-section__socials a:hover {
	background-color: var(--color-green);
	color: var(--base-text-color);
}
.post-section__socials .icon {
	width: 18px;
	height: 18px;
}
ul.post-section__socials {
    list-style: none;
}
.post-section__intro {
	margin-bottom: 80px;
}
.post-section__image {
	margin: 40px 0;
}
.post-section__video {
	position: relative;
	padding-top: 56.25%;
	margin: 80px 0;
}
.post-section__video:last-child {
	margin-bottom: 0;
}
.post-section__video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.post-section h3 {
	font-weight: 700;
	margin-top: 60px;
	margin-bottom: 40px;
}
.post-section h4 {
	font-weight: 600;
	margin-top: 40px;
	margin-bottom: 30px;
}
.post-section a {
	text-decoration: underline;
}
.post-section a:hover {
	text-decoration: none;
	color: inherit;
}
.post-section .disclaimer {
	margin-top: 30px;
}

.cta {
	padding: 64px 0;
}
.cta .container {
	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;
	text-align: center;
	gap: 65px;
}
.cta.text-left .container {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	text-align: left;
}
.cta h3 {
	margin: 0;
}
.cta h3 strong {
	white-space: pre;
}
.cta .button,
.cta input[type=button],
.cta input[type=reset],
.cta input[type=submit],
.cta button[type=submit] {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}

.case-study {
	position: relative;
	margin-bottom: 120px;
}

.case-study .modal {
    display: none;
    position: fixed;
    z-index: 9999;  /* Make sure this is on top of everything */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

.case-study .modal video {
    margin: auto;
    display: block;
    width: 75%;
}

.case-study .closeButton {
    color: #e3e8e8; /* Light Grey */
    position: absolute;
    font-size: 60px;
    font-weight: 900;
    top: 30px;
    right: 35px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 40px;
    transition: 0.5s;
    background-color: #0a211a; /* B Capital Black */
}

.case-study .closeButton:hover,
.case-study .closeButton:focus {
    color: #0a211a; /* B Capital Black */
    text-decoration: none;
    cursor: pointer;
    background-color: #0ac985; /* B Capital Green */
}

.case-study__body {
	margin: -75px 110px 0 auto;
	max-width: 844px;
	position: relative;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 20px;
}
.case-study-post {
	padding: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: var(--color-white);
}
.case-study-post--reversed .case-study-post__image {
	margin-left: 0;
	margin-right: 30px;
}
.case-study-post__image {
	width: 240px;
	aspect-ratio: 1/1;
	margin-left: 30px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	overflow: hidden;
    position: relative;
    display: inline-block;
}
.case-study-post__image.openModal::before {
    content: '▶'; /* Unicode for play button */
    font-size: 50px;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.6;
    transition: opacity 0.3s;
}
.case-study-post__image:hover::before {
    opacity: 1;
}
.case-study-post__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
}
.case-study-post__text {
	width: 100%;
}
.case-study-post h3 {
	font-family: var(--base-font);
	font-size: 36px;
	line-height: 1.1;
	font-weight: 400;
	margin-bottom: 18px;
}
.case-study-post h3 a:hover {
	color: var(--color-blue);
}
.case-study-post__meta {
	display: block;
	margin-bottom: 20px;
	font-family: var(--accent-font);
	font-size: 14px;
	line-height: 1.2;
	font-weight: 500;
}
.case-study-alt {
	margin-bottom: 160px;
}

.news {
	position: relative;
	padding: 100px 0;
}
.news-heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 100px;
}
.news-heading h2 {
	margin-bottom: 55px;
}
.news-heading p:last-child {
	margin-bottom: 0;
}
.news-heading .button,
.news-heading input[type=button],
.news-heading input[type=reset],
.news-heading input[type=submit],
.news-heading button[type=submit] {
	margin-top: 30px;
}
.news-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}
.news-list__item {
	padding: 30px;
	height: 100%;
}
.news-list .meta {
	font-family: var(--accent-font);
	font-size: 14px;
	line-height: 1.2;
	font-weight: 500;
	margin-bottom: 10px;
}
.news-list h4 {
	font-family: var(--base-font);
	font-size: 24px;
	line-height: 1.1;
	font-weight: 400;
	margin-bottom: 20px;
}
.news-list h4.underline:after {
	-webkit-box-shadow: 0 100vw 0 100vw;
	        box-shadow: 0 100vw 0 100vw;
}

.contacts-bar {
	padding: 0 0 100px;
}
.contacts-bar 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: 80px;
	margin: 0;
    list-style: none;
}
.contacts-bar ul h3 {
	margin-bottom: 10px;
}
.contacts-bar ul a {
	display: inline-block;
	text-decoration: underline;
}
.contacts-bar ul a:hover {
	color: currentColor;
	-webkit-text-decoration-color: transparent;
	        text-decoration-color: transparent;
}

.locations {
	padding: 120px 0 160px;
	position: relative;
}
.locations__heading {
	padding-bottom: 30px;
	margin-bottom: 60px;
	border-bottom: 2px solid var(--color-gray-100);
}
.locations__heading h2 {
	margin: 0;
}
.locations-holder {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}
.locations-holder__el {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-auto-rows: auto 1fr;
}
.locations-holder h3 {
	margin-bottom: 40px;
}
.locations-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-auto-rows: 1fr;
	gap: 30px;
}
.locations-grid__item {
	padding: 30px 25px 50px;
	position: relative;
	background: var(--color-white);
}
.locations-grid__item:after {
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
	z-index: 1;
	content: "";
	height: 6px;
	background: var(--color-green);
}
.locations-grid h4 {
	font-family: var(--base-font);
	font-size: 24px;
	margin-bottom: 8px;
}
.locations-grid address {
	font-style: normal;
	margin: 0;
}

.companies {
	padding: 120px 0;
	margin-top: -40px;
	margin-bottom: 160px;
	position: relative;
}
.companies__heading {
	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;
	padding-bottom: 28px;
	margin-bottom: 56px;
	border-bottom: 2px solid var(--color-gray-100);
}
.companies__heading h2 {
	margin: 0;
}
.companies .disclaimer {
	margin: 40px 0;
}

.filters {
	position: relative;
	z-index: 10;
	padding: 0 40px;
}
.filters__opener {
	display: none;
	background: none;
	border: none;
	border-radius: 0;
	margin: 0;
	padding: 0;
	font-family: var(--accent-font);
	font-size: 24px;
	line-height: 1.13;
	font-weight: 600;
	cursor: pointer;
}
.filters__opener-icon {
	display: block;
	position: relative;
	width: 36px;
	height: 36px;
}
.filters__opener-icon:before,
.filters__opener-icon:after {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	content: "";
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	background: var(--base-text-color);
}
.filters__opener-icon:before {
	width: 21px;
	height: 3px;
}
.filters__opener-icon:after {
	width: 3px;
	height: 21px;
}
.opened .filters__opener-icon:after {
	display: none;
}
.filters__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 30px;
	margin: 0;
}
ul.filters__nav {
    list-style: none;
}
.filters__item {
	position: relative;
	z-index: 10;
}
.filters-result {
	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;
	font-family: var(--accent-font);
	font-size: 18px;
	line-height: 1.2;
	font-weight: 600;
}
.filters-result-tags {
	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;
}
.filters-result-tags__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 20px;
	margin: 0;
    list-style: none;
}
.filters-result__button {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	gap: 16px;
	margin-bottom: -6px;
}
.filters-result__button .icon {
	width: 16px;
	height: 16px;
}
.filters .form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 30px;
}

.logos-grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 20px 30px;
}
.logos-grid a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
	min-height: 210px;
	padding: 10px;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.logos-grid a:hover {
	background-color: var(--color-blue);
	color: var(--base-text-color);
}
.logos-grid a:hover h5,
.logos-grid a:hover .h5,
.logos-grid a:hover .icon {
	display: block;
}
.logos-grid a:hover img {
	-webkit-filter: grayscale(1) contrast(300%);
	        filter: grayscale(1) contrast(300%);
}
.logos-grid h5,
.logos-grid .h5,
.logos-grid .icon {
	display: none;
}
.logos-grid h5,
.logos-grid .h5 {
	line-height: 1.25;
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 25px;
}
.logos-grid .icon {
	width: 15px;
	height: 15px;
}
ul.logos-grid {
    list-style: none;
}

.articles {
	margin-bottom: 160px;
}
.articles__heading {
	max-width: 850px;
	margin-left: 40px;
	margin-bottom: 140px;
}
.articles__heading h2 {
	margin-bottom: 60px;
}
.articles__body {
	margin-left: 80px;
}
.articles-carousel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	position: relative;
}
.articles-carousel:after {
	position: absolute;
	top: 0;
	left: 100%;
	bottom: 0;
	z-index: -1;
	content: "";
	width: 9999px;
}
.articles-carousel.bg-gold:after {
	background-color: var(--color-gold);
}
.articles-carousel.bg-blue:after {
	background-color: var(--color-blue);
}
.articles-carousel.bg-green:after {
	background-color: var(--color-green);
}
.articles-carousel .swiper {
	margin-top: -140px;
	padding: 80px 0 80px 140px;
	width: 100%;
}
.articles-carousel .swiper-slide {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.articles-carousel .swiper-nav {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.article {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.article__text {
	width: 100%;
	padding-top: 82px;
	padding-left: 70px;
	font-weight: 300;
}
.article__text p:last-child {
	margin-bottom: 0;
}
.article__heading {
	position: relative;
}
.article__heading h3 {
	font-family: var(--base-font);
	font-size: 36px;
	line-height: 1.1;
}
.article__chevron {
	position: absolute;
	top: 0;
	right: calc(100% + 20px);
	width: 5.8rem;
	height: 5.8rem;
}
.article__image {
	width: 407px;
	aspect-ratio: 1/1;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	margin-left: 20px;
	position: relative;
	overflow: hidden;
}

.image-module {
	margin-top: -80px;
	margin-bottom: 85px;
	position: relative;
}
.image-module__wrap {
	margin-left: 220px;
	margin-right: -220px;
}

.collage {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2.5%;
	padding-bottom: 50px;
}
.collage__cell {
	aspect-ratio: 1/1;
	overflow: hidden;
	position: relative;
}
.collage__cell:nth-child(1),
.collage__cell:nth-child(3) {
	margin-top: 25%;
}
.collage__cell:nth-child(5) {
	margin-top: -25%;
}
.collage img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
}

.job {
	position: relative;
	margin-bottom: 160px;
}
.job__body {
	margin-left: 80px;
	padding: 0 30px;
	position: relative;
	z-index: 1;
}
.job__body:after {
	position: absolute;
	top: 0;
	left: 100%;
	bottom: 0;
	z-index: -1;
	content: "";
	width: 9999px;
}
.job__body h2 {
    margin: 0;
}
.job-list__nav {
	position: relative;
	z-index: 2;
	margin-bottom: 40px;
}
.job-list__nav .jcf-select-blank {
	width: auto;
}

.job-list__body h3 {
	margin-bottom: 32px;
}
.job-list__body h3.underline {
	padding-bottom: 12px;
}
.job-list__body h3.underline:after {
	margin-bottom: -12px;
}
.job-list__body 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: 32px;
}
.job-list__body h4 {
	font-weight: 600;
	margin: 0 0 10px;
}
.job-list__body h4 a {
	text-decoration: underline;
}
.job-list__body h4 a:hover {
	text-decoration: none;
	color: inherit;
}
.job-list__body h5 {
	font-weight: 600;
	margin: 0;
}
.job-list__box {
	margin-bottom: 42px;
}
.job-list__box:last-child {
	margin-bottom: 0;
}
.job #grnhse_iframe {
	margin-bottom: -150px;
}

.text-intro {
	position: relative;
	margin-bottom: 120px;
}
.text-intro__body {
	padding-left: 120px;
	padding-right: 25%;
}
.text-intro h2 {
	margin-bottom: 40px;
}
.text-intro p:last-child {
	margin-bottom: 0;
}
.text-intro p a {
	text-decoration: underline;
}
.text-intro p a:hover {
	color: inherit;
	text-decoration: none;
}

.team {
	margin-top: -40px;
}
.team-nav {
	border-top: 2px solid var(--color-black);
	border-bottom: 1px solid var(--color-gray-100);
	font-family: var(--accent-font);
	font-size: 24px;
	line-height: 1.13;
	font-weight: 600;
}
.team-nav .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.team-tabset {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	margin: 0;
}
ul.team-tabset {
    list-style: none;
}
.team-tabset li.active a {
	color: var(--color-black);
	border-bottom-color: var(--color-blue);
}
.team-tabset a {
	display: block;
	padding: 34px 20px 28px;
	border-bottom: 6px solid transparent;
	color: var(--color-gray-200);
}
.team-tabset a:hover {
	color: var(--color-black);
}
.team-search {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 0;
}
.team-search label {
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	margin: 0 20px 0 0;
}
.team-search__input {
	display: block;
	position: relative;
	width: 420px;
}
.team-search__input:after {
	position: absolute;
	top: 50%;
	right: 5px;
	z-index: 1;
	content: "";
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 18px;
	height: 18px;
	background: url(../img/icons/icon-search.svg);
}
.team-search input {
	width: 100%;
	padding: 10px 10px 8px;
	padding-right: 30px;
	border: none;
	border-bottom: 4px solid var(--color-black);
}
.team__body {
	padding: 45px 0 160px;
}
.team__body .team-search {
	display: none;
}
.team .filters {
	padding: 0;
	margin-bottom: 80px;
}
.team .filters-result {
	margin-bottom: 45px;
}
.team-list {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 30px;
}
.team-list__item {
	display: block;
	padding: 20px;
	padding-bottom: 40px;
	background: var(--color-white);
}
.team-list__item:hover {
	background-color: var(--color-blue);
	color: inherit;
}
.team-list__item-image {
	width: 100%;
	aspect-ratio: 1/1;
	overflow: hidden;
	margin-bottom: 10px;
}
.team-list__item-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: top;
	   object-position: top;
}
.team-list__item h3 {
	font-family: var(--base-font);
	font-size: 36px;
	line-height: 1.1;
	font-weight: 400;
	margin-bottom: 10px;
}
.team-list__item h4 {
	font-weight: 600;
	margin: 0;
}
.team .disclaimer {
	margin: 30px 0 0;
}

.post-list {
	position: relative;
	padding: 45px 0 160px;
}
.post-list .filters {
	padding: 0;
	margin-bottom: 90px;
}
.post-list__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 30px;
}
.post-list-item {
	display: block;
	padding: 20px;
	color: inherit;
}
.post-list-item:hover {
	color: inherit;
	background-color: var(--color-blue);
}
.post-list-item__image {
	width: 100%;
	aspect-ratio: 1/1;
	overflow: hidden;
	margin-bottom: 20px;
}
.post-list-item__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
}
.post-list-item__meta {
	display: block;
	font-family: var(--accent-font);
	font-size: 14px;
	line-height: 1.2;
	font-weight: 500;
	margin-bottom: 10px;
}
.post-list-item__title {
	font-family: var(--base-font);
	font-weight: 400;
	margin-bottom: 0;
}
.post-list__more {
	margin-top: 60px;
	text-align: center;
}

.additionals {
	padding: 60px 0 150px;
}
.additionals__body {
	padding: 0 17%;
}
.additionals h3 {
	font-weight: 600;
	margin-bottom: 40px;
}
.additionals ul:last-child {
	margin-bottom: 0;
}
.additionals ul a {
	text-decoration: underline;
}
.additionals ul a:hover {
	text-decoration: none;
	color: inherit;
}

.info-box {
	margin: 100px 0;
	padding: 40px 55px;
	font-style: italic;
}
.info-box p:last-child {
	margin-bottom: 0;
}

.po-first_screen img {
	width: 100%;
}
.po-first_screen__wrap {
	padding-top: 50px;
}

.wp-caption {
	margin: 40px 0;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
}
.wp-caption p {
	margin: 0;
}
.wp-caption .wp-caption-text {
	margin: 0;
	padding: 10px 0 0;
	font-family: var(--accent-font);
	font-size: var(--p4-font-size);
	line-height: var(--p4-line-height);
	margin-bottom: 12px;
}
@media (max-width: 1919px) {
	.image-module__wrap {
		margin-right: -180px;
	}
}
@media (max-width: 1679px) {
	.image-module__wrap {
		margin-right: 0;
	}
}
@media (max-width: 1439px) {
	.anim-arrow.arrow-down-right-image-module {
		left: calc(50% - 605px);
	}
	.text-module__body {
		padding-right: 350px;
	}
	.quote-module--alt .swiper-slide {
		padding-left: 40px;
	}
	.filters__nav {
		gap: 20px;
	}
}
@media (max-width: 1365px) {
	.anim-arrow.arrow-left-down-post-list {
		right: 80px;
	}
	.anim-arrow.arrow-left-down-text-cards {
		right: 50px;
	}
	.anim-arrow.arrow-left-down-text-image {
		right: 50px;
	}
	.anim-arrow.arrow-left-down-stats {
		right: 50px;
	}
	.anim-arrow.arrow-left-text-intro {
		right: 50px;
	}
	.anim-arrow.arrow-down-right-image-module {
		left: 80px;
	}
	.menu {
		font-size: 36px;
	}
	.hero-text__holder {
		padding: 80px 80px 150px;
	}
	.hero-main__image {
		width: 460px;
	}
	.info-slider__chevron {
		left: 45px;
	}
	.info-slider .swiper-slide {
		padding: 0 120px;
	}
	.text-box__body {
		margin-left: 0;
	}
	.text-image__body {
		margin-right: 0;
	}
	.text-cards__body {
		margin-left: 80px;
		margin-right: 80px;
	}
	.text-cards__heading.align-left {
		margin-left: -80px;
		margin-right: 80px;
	}
	.section-intro__body {
		padding-left: 0;
		padding-right: 50%;
		margin-right: 0;
	}
	.quote-module .swiper-slide {
		padding-left: 40px;
		padding-right: 40px;
	}
	.quote-module .swiper-nav {
		padding: 0 40px 50px;
	}
	.quote-module__image {
		width: 45%;
	}
	.quote-module .disclaimer {
		max-width: 824px;
		padding: 0 40px 30px 0;
	}
	.cta .container {
		gap: 40px;
	}
	.case-study__body {
		margin-right: 30px;
	}
	.companies__heading {
		display: block;
	}
	.filters {
		padding: 30px 0 0;
	}
	.filters .form {
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.articles__heading {
		margin-left: 80px;
	}
	.articles__body {
		margin-left: 0;
	}
	.articles-carousel .swiper {
		padding-left: 100px;
	}
	.text-intro__body {
		padding-left: 80px;
	}
	.team-search__input {
		width: 250px;
	}
	.team-list {
		gap: 20px;
	}
	.team-list__item h3 {
		font-size: 24px;
	}
	.team-list__item h4 {
		font-size: 20px;
	}
	.post-list__grid {
		gap: 20px;
	}
	.post-list-item__title {
		font-size: 20px;
	}
}
@media (max-width: 1279px) {
	.text-module__body {
		padding-right: 250px;
	}
}
@media (max-width: 1199px) {
	.d-visible {
		display: block;
	}
	.d-hidden {
		display: none;
	}
	.anim-arrow.arrow-left-down-case-study {
		right: 50px;
	}
	.anim-arrow.arrow-left-down-post-list {
		right: 50px;
	}
	.anim-arrow.arrow-left-down-text-cards {
		top: -240px;
	}
	.anim-arrow.arrow-left-down-companies {
		right: 50px;
	}
	.anim-arrow.arrow-left-down-locations {
		right: 50px;
	}
	.anim-arrow.arrow-down-right-textbox {
		left: 50px;
	}
	.anim-arrow.arrow-down-right-image-module {
		left: 35px;
	}
	.footer-contacts {
		width: 35%;
	}
	.footer-list {
		grid-template-columns: repeat(3, 1fr);
	}
	.hero-text__holder {
		padding: 80px 20px 150px;
	}
	.hero-main {
		min-height: 390px;
	}
	.hero-main h4 {
		margin-top: -40px;
		margin-bottom: 30px;
	}
	.hero-main__image {
		width: 400px;
		margin-bottom: -130px;
	}
	.info-slider__chevron {
		left: -5px;
	}
	.info-slider .swiper-slide {
		padding: 0 65px;
	}
	.info-slider .swiper-nav {
		right: 70px;
	}
	.text-box__body:after {
		display: none;
	}
	.text-box__text {
		padding: 128px 0 100px;
	}
	.text-image__body {
		gap: 100px;
	}
	.text-cards__body {
		margin: 0;
	}
	.text-cards__heading.align-left {
		margin-left: 0;
		margin-right: 0;
	}
	.section-intro__body:after {
		display: none;
	}
	.quote-module__body {
		margin: 0 -20px;
	}
	.quote-module--alt .swiper-slide {
		padding: 0 20px 35px;
	}
	.quote-module--alt .swiper-nav {
		padding-right: 20px;
	}
	.stats-grid__item {
		padding-right: 0;
	}
	.stats .arrow-down-right-stats {
		left: 50px;
	}
	.post-section {
		margin-top: -80px;
	}
	.post-section__body {
		padding: 0 100px 100px;
	}
	.post-section__top-link {
		top: -131px;
	}
	.case-study__body {
		margin: -75px auto 0;
	}
	.news-list {
		grid-template-columns: repeat(2, 1fr);
	}
	.logos-grid {
		grid-template-columns: repeat(5, 1fr);
	}
	.articles__heading {
		margin-left: 0;
	}
	.articles-carousel .swiper {
		padding-left: 40px;
	}
	.article__text {
		font-size: 20px;
	}
	.image-module__wrap {
		margin-left: 180px;
	}
	.collage {
		padding-bottom: 30px;
	}
	.job__body {
		margin-left: 0;
		padding: 0;
	}
	.job__body:after {
		left: -20px;
		right: -20px;
		width: auto;
	}
	.text-intro__body {
		padding-left: 0;
	}
	.additionals__body {
		padding: 0 100px;
	}
}
@media (max-width: 1023px) {
	.entry .p2 ol:not([class]) li,
	.entry .p2 ul:not([class]) li,
	.p2 ul.list-style li,
	.p2 ol.list-style li {
		padding-left: 30px;
	}
	.entry .p2 ul:not([class]) > li:before,
	.p2 ul.list-style > li:before {
		width: 8px;
		height: 8px;
		left: 11px;
	}
	.t-visible {
		display: block;
	}
	.t-hidden {
		display: none;
	}
	.offset-header {
		padding-top: 102px;
	}
	.anim-arrow.arrow-left-down-case-study {
		top: -65px;
	}
	.anim-arrow.arrow-left-down-post-list {
		top: -65px;
	}
	.anim-arrow.arrow-left-down-text-cards {
		top: -165px;
	}
	.anim-arrow.arrow-left-down-text-image {
		top: -165px;
	}
	.anim-arrow.arrow-left-down-stats {
		top: -65px;
	}
	.anim-arrow.arrow-left-down-companies {
		top: -65px;
	}
	.anim-arrow.arrow-left-text-intro {
		top: -165px;
	}
	.anim-arrow.arrow-left-down-locations {
		top: -65px;
	}
	.anim-arrow.arrow-down-right-textbox {
		top: -65px;
	}
	.anim-arrow.arrow-down-right-image-module {
		top: -100px;
		left: 20px;
	}
	.header-links {
		display: none;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		gap: 30px;
		margin: 0;
	}
	.header .button:hover,
	.header input[type=button]:hover,
	.header input[type=reset]:hover,
	.header input[type=submit]:hover,
	.header button[type=submit]:hover {
		background-color: var(--color-white);
	}
	.menu-drop .header-links {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.menu-drop__wrap {
		padding: 50px 30px;
	}
	.menu {
		margin: 0 0 40px;
		-webkit-columns: initial;
		   -moz-columns: initial;
		        columns: initial;
		font-size: 24px;
	}
	.menu > li {
		margin: 0 0 23px;
	}
	.menu > li:last-child {
		margin-bottom: 0;
	}
	.menu > li .menu-arrow {
		display: none;
	}
	.menu a.highlighted .sub-arrow {
		-webkit-transform: scale(-1);
		        transform: scale(-1);
	}
	.menu a.has-submenu {
		padding-right: 24px;
	}
	.menu a .sub-arrow {
		display: block;
	}
	.menu ul {
		display: none;
		font-size: 20px;
	}
	.menu ul li + li {
		margin-top: 12px;
	}
	.footer-main {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 25px;
	}
	.footer-contacts {
		width: auto;
	}
	.footer-contacts .footer-list {
		margin-bottom: 60px;
	}
	.hero {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.hero-text {
		width: 100%;
		display: block;
	}
	.hero-text__holder {
		max-width: 100%;
		padding: 60px 20px 100px;
	}
	.hero-image {
		width: 100%;
		aspect-ratio: 1/0.95;
		max-height: 500px;
	}
	.hero h1 {
		margin-bottom: 40px;
	}
	.hero-main {
		margin-bottom: 175px;
		min-height: 328px;
	}
	.hero-main .container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.hero-main__text {
		min-height: 200px;
		padding: 0 0 40px;
	}
	.hero-main .button-link-arrow {
		margin: -27px 0 4px;
	}
	.hero-main__image {
		width: 100%;
		max-width: 528px;
		margin-left: auto;
		margin-right: auto;
	}
	.hero-main__image--wide {
		width: 100%;
		max-width: 600px;
	}
	.info-slider {
		margin-bottom: 110px;
	}
	.info-slider .swiper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.info-slider .swiper-slide {
		padding: 0 0 80px 65px;
	}
	.info-slider .swiper-nav {
		position: initial;
	}
	.info-slider h3 {
		font-size: 36px;
		padding-bottom: 20px;
	}
	.info-slider h3.underline:after {
		margin-bottom: -19px;
	}
	.text-box {
		margin-bottom: 140px;
	}
	.text-box__body {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.text-box__image {
		width: 100%;
		max-width: 528px;
		margin: 0 auto -60px;
	}
	.text-image {
		margin-bottom: 110px;
	}
	.text-image__body {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
		gap: 60px;
	}
	.text-image__text {
		width: auto;
		display: block;
	}
	.text-image__image {
		width: 100%;
		max-width: 528px;
		margin: 0 auto;
	}
	.text-module__body {
		padding-right: 100px;
	}
	.text-module h2 br {
		display: none;
	}
	.text-cards__grid {
		grid-template-columns: 100%;
		gap: 40px;
	}
	.text-card__icon {
		width: 80px;
		height: 80px;
	}
	.quote-module {
		margin-bottom: 120px;
	}
	.anim-arrow.arrow-down + .quote-module {
		margin-top: 184px;
	}
	.quote-module .swiper-slide {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		gap: 30px;
		padding: 100px 40px 50px;
	}
	.quote-module .swiper-nav {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.quote-module__image {
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
	}
	.quote-module--alt {
		margin-top: 0;
	}
	.quote-module--alt .swiper {
		margin-top: 0;
	}
	.quote-module--alt .swiper-slide {
		padding: 60px 20px 50px;
	}
	.quote-module--alt .swiper-nav {
		padding-right: 40px;
	}
	.quote-module--alt blockquote {
		margin-top: 0;
	}
	.quote-module .disclaimer {
		max-width: 924px;
		margin: 0 auto;
		padding: 0 40px 30px 100px;
	}
	.stats {
		margin-bottom: 200px;
	}
	.stats[class*=bg-] {
		padding: 100px 0 75px;
		margin-bottom: 100px;
	}
	.stats.anim-arrow-section {
		margin-top: -60px;
	}
	.stats .container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.stats__heading {
		width: 100%;
		padding: 0;
	}
	.stats-grid {
		width: 100%;
	}
	.stats-grid__item {
		padding-left: 50px;
	}
	.stats .arrow-down-right-stats {
		bottom: -290px;
	}
	.post-section__body {
		padding: 0 0 100px;
	}
	.post-section__top-link {
		position: static;
		margin-bottom: 45px;
	}
	.post-section__sticky {
		position: static;
	}
	.post-section__socials {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 60px;
	}
	.post-section__socials li + li {
		margin-top: 0;
		margin-left: -1px;
	}
	.cta {
		padding: 40px 0;
	}
	.cta .container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 30px;
	}
	.cta.text-left .container {
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: start;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
	.case-study {
		margin-bottom: 80px;
	}
	.case-study-alt {
		margin-bottom: 100px;
	}
	.case-study-alt .case-study__body {
		margin-top: 0;
	}
	.news {
		padding-bottom: 80px;
	}
	.news-heading {
		display: block;
		margin-bottom: 40px;
	}
	.news-heading h2 {
		margin-bottom: 40px;
	}
	.contacts-bar ul {
		gap: 40px;
	}
	.locations {
		padding: 100px 0;
	}
	.locations-holder {
		grid-template-columns: 100%;
		gap: 40px;
	}
	.locations-holder__el {
		display: block;
	}
	.locations-grid {
		grid-auto-rows: auto;
	}
	.companies {
		margin-top: -60px;
		margin-bottom: 100px;
	}
	.companies .disclaimer {
		margin: 30px 0 0;
	}
	.filters__opener {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		gap: 10px;
	}
	.filters__body {
		display: none;
	}
	.filters__nav {
		width: 100%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		margin-top: 30px;
		padding-top: 20px;
		border-top: 1px solid var(--color-gray-100);
	}
	.filters .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: start;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		gap: 0;
	}
	.filters .form .clear-wrapper {
		text-align: left;
	}
	.filters .form .clear-wrapper .filters-result__button {
		margin-top: 30px;
	}
	.logos-grid {
		grid-template-columns: repeat(4, 1fr);
	}
	.articles__heading {
		margin-bottom: 60px;
	}
	.articles__heading h2 {
		margin-bottom: 40px;
	}
	.articles-carousel:after {
		left: -20px;
		right: -20px;
		width: auto;
	}
	.articles-carousel .swiper {
		margin-top: 0;
		padding: 0 0 65px;
	}
	.articles-carousel .swiper-slide {
		padding: 60px 0;
		opacity: 1 !important;
		-webkit-transform: translateY(0) !important;
		        transform: translateY(0) !important;
	}
	.article {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.article__text {
		padding-top: 0;
		padding-bottom: 100px;
	}
	.article__image {
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
	}
	.image-module {
		margin-top: -25px;
	}
	.image-module__wrap {
		margin-left: 0;
	}
	.job {
		margin-bottom: 100px;
	}
	.text-intro {
		margin-bottom: 100px;
	}
	.team {
		margin-top: -60px;
	}
	.team-nav .container {
		overflow-x: auto;
		padding: 0;
	}
	.team-tabset a {
		padding: 22px 10px 16px;
	}
	.team-search {
		display: none;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		margin-top: 30px;
		padding-top: 20px;
		border-top: 1px solid var(--color-gray-100);
	}
	.team-search label {
		font-family: var(--accent-font);
		font-size: 24px;
		line-height: 1.13;
		font-weight: 600;
		margin: 0 0 30px;
	}
	.team-search__input {
		width: 100%;
	}
	.team__body {
		padding-top: 30px;
	}
	.team__body .team-search {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.team .filters {
		padding-bottom: 30px;
		border-bottom: 1px solid var(--color-gray-100);
		margin-bottom: 40px;
	}
	.team .filters-result {
		margin-bottom: 40px;
	}
	.team-list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.post-list {
		padding-bottom: 100px;
	}
	.post-list .filters {
		padding-bottom: 30px;
		margin-bottom: 40px;
		border-bottom: 1px solid var(--color-gray-100);
	}
	.post-list__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.additionals__body {
		padding: 0;
	}
}
@media (max-width: 767px) {
	textarea {
		height: 200px;
	}
	h2,
	.h2 {
		line-height: 1.13;
		margin: 0 0 40px;
	}
	.m-visible {
		display: block;
	}
	.m-hidden {
		display: none;
	}
	.offset-header {
		padding-top: 86px;
	}
	.text-line-box .text-line {
		height: 6px;
	}
	.anim-arrow.arrow-left-down-case-study {
		right: 35px;
	}
	.anim-arrow.arrow-left-down-post-list {
		right: 35px;
	}
	.anim-arrow.arrow-left-down-text-cards {
		right: 35px;
	}
	.anim-arrow.arrow-left-down-text-image {
		right: 35px;
	}
	.anim-arrow.arrow-left-down-stats {
		right: 35px;
	}
	.anim-arrow.arrow-left-down-companies {
		right: 35px;
	}
	.anim-arrow.arrow-left-text-intro {
		right: 35px;
	}
	.anim-arrow.arrow-left-down-locations {
		right: 35px;
	}
	.anim-arrow.arrow-down-right-textbox {
		left: 35px;
	}
	.anim-arrow.arrow-down-right-image-module {
		top: -135px;
	}
	.header__logo {
		max-width: 140px;
	}
	.menu-drop__wrap {
		padding: 25px 20px;
	}
	.menu-opener {
		width: 24px;
		height: 18px;
	}
	.menu-opener span,
	.menu-opener:before,
	.menu-opener:after {
		height: 3px;
		top: 7px;
	}
	.menu-opener:before {
		top: 0;
	}
	.menu-opener:after {
		top: 14px;
	}
	.menu-active .menu-opener:before,
	.menu-active .menu-opener:after {
		top: 7px;
	}
	.hero {
		margin-bottom: 80px;
	}
	.hero h1.underline {
		padding-bottom: 26px;
	}
	.hero h1.underline:after {
		margin-bottom: -26px;
	}
	.hero-main__title.underline {
		padding-bottom: 20px;
	}
	.hero-main__title.underline:after {
		margin-bottom: -20px;
	}
	.hero-main h4 {
		margin-top: -20px;
	}
	.text-module {
		margin-bottom: 200px;
	}
	.text-module__body {
		padding-right: 0;
	}
	.text-cards__heading {
		margin-bottom: 80px;
	}
	.text-card__icon {
		width: 60px;
		height: 60px;
	}
	.section-intro__body {
		padding-right: 0;
	}
	.anim-arrow.arrow-down + .quote-module {
		margin-top: 184px;
	}
	.stats.anim-arrow-section {
		margin-top: -100px;
	}
	.stats .arrow-down-right-stats {
		left: 20px;
	}
	.post-section {
		margin-top: -60px;
	}
	.post-section__socials a {
		width: 52px;
	}
	.post-section__intro {
		margin-bottom: 40px;
	}
	.post-section__video {
		margin: 40px 0;
	}
	.post-section h3 {
		margin-top: 40px;
		margin-bottom: 20px;
	}
	.post-section h4 {
		margin-bottom: 20px;
	}
	.post-section ul:not([class]),
	.post-section ul.list-style {
		padding-left: 0;
	}
	.case-study-post {
		padding: 30px;
	}
	.case-study-post h3 {
		font-size: 28px;
	}
	.contacts-bar ul {
		-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;
		gap: 25px;
	}
	.locations__heading {
		border-bottom-width: 1px;
	}
	.companies {
		padding: 100px 0;
		margin-top: -100px;
	}
	.companies__heading {
		border-bottom-width: 1px;
	}
	.filters-result {
		-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: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		gap: 20px;
	}
	.logos-grid {
		grid-template-columns: repeat(3, 1fr);
	}
	.logos-grid h5,
	.logos-grid .h5,
	.logos-grid .icon {
		display: block;
	}
	.articles {
		margin-bottom: 100px;
	}
	.text-intro__body {
		padding-right: 0;
	}
	.team {
		margin-top: -100px;
	}
	.team-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.post-list__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.additionals {
		padding: 40px 0 100px;
	}
	.info-box {
		margin: 60px 0;
		padding: 40px 20px;
	}
}
@media (max-width: 666px) {
	blockquote {
		padding: 50px 0 0;
	}
	.section-intro__body {
		padding-bottom: 260px;
	}
	.quote-module .swiper-slide {
		padding: 60px 20px 50px;
	}
	.quote-module .swiper-nav {
		padding: 0 20px 50px;
	}
	.quote-module--alt .swiper-nav {
		padding-right: 20px;
	}
	.quote-module .disclaimer {
		padding: 0 20px 20px;
	}
	.stats-grid {
		grid-template-columns: 100%;
		gap: 40px;
	}
	.stats-grid__item {
		padding-right: 0;
	}
	.case-study__body {
		gap: 10px;
		margin-top: -180px;
	}
	.case-study-post {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.case-study-post__image {
		width: 100%;
		margin-left: 0;
		margin-top: 30px;
	}
	.locations-holder h3 {
		margin-bottom: 20px;
	}
	.locations-grid {
		gap: 20px;
	}
	.locations-grid__item {
		padding: 30px 10px 50px;
	}
}
@media (max-width: 567px) {
	.footer-list {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px 30px;
	}
	.footer-bottom p {
		width: 100%;
	}
	.news-list {
		grid-template-columns: 100%;
		gap: 5px;
	}
	.locations-grid__item:after {
		left: 10px;
		right: 10px;
	}
	.logos-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.team-list__item {
		padding: 10px;
		padding-bottom: 20px;
	}
	.post-list-item {
		padding: 10px;
	}
}
@media (max-width: 374px) {
	html {
		overflow-x: hidden;
	}
}
@media (min-width: 480px) {
	.text-module .button-link-arrow br {
		display: none;
	}
}
@media (min-width: 667px) {
	.case-study-post--reversed {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: row-reverse;
		        flex-direction: row-reverse;
	}
}
@media (min-width: 1024px) {
	.menu ul {
		display: block !important;
	}
	.case-study-alt .case-study__body {
		margin-top: -330px;
		margin-right: 0;
	}
	.filters__body {
		display: block !important;
	}
	.articles-carousel .swiper-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 40px;
		-webkit-transform: none !important;
		        transform: none !important;
		height: auto !important;
	}
	.articles-carousel .swiper-slide {
		width: 100% !important;
	}
	.articles-carousel .swiper-nav {
		display: none;
	}
	.article:first-child .article__text {
		padding-top: 140px;
	}
	.article.reversed {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: row-reverse;
		        flex-direction: row-reverse;
	}
	.article.reversed .article__image {
		margin-left: 0;
		margin-right: 20px;
	}
}
@media (min-width: 1200px) {
	.admin-bar .header {
		top: 52px !important;
	}
	.quote-module--alt .quote-module__body {
		position: relative;
		margin-left: 80px;
	}
	.quote-module--alt .quote-module__body:after {
		position: absolute;
		top: 0;
		left: 100%;
		bottom: 0;
		z-index: -1;
		content: "";
		width: 9999px;
		background: var(--color-gold);
	}
}
@media (min-width: 1366px) {
	.companies__heading .jcf-select-blank .jcf-select-drop {
		left: auto !important;
		right: -1px !important;
	}
}
