@charset "UTF-8";
/*
Theme Name: Agile Defense
Text Domain: palermo
*/
.bg--white {
				background: #ffffff;
}

.bg--black {
				background: #06060B;
}

.bg--blue {
				background: #2288C8;
}

.bg--grey-variant {
				background: #D8D1C7;
}

.bg--olive {
				background: #323430;
}

.bg--dark-grey {
				background-color: #27273E;
}

.image-background {
				position: absolute;
				top: 0;
				left: 0;
				right: 0;
				bottom: 0;
				width: 100%;
				height: 100%;
}
.image-background img {
				width: 100%;
				height: 100%;
				-o-object-fit: cover;
				   object-fit: cover;
}

/*
tr( duracion, propiedades, delay)
*/
/*
tr( duracion, propiedades, delay)
*/
/*
tre( duracion, propiedades, delay)
a diferencia de tr(), tre tiene un easign aplicado que hace la animacion mas natural
*/
/*
fade( x, y, defaulttransition, delay );
Añade transformacion x e y, y opacity 0 al elemento.
Se pueden pasar valores negativos, por ejemplo, para desplazar x hacia la izquierda
Tambien se puede pasar un porcentaje
defaulttransition aplica la variable $transition-default definida en _variables.scss
delay aplica un delay multiplicando el valor por $transition-default-delay para hacer aparecer los elementos de forma escalonada
*/
.in {
				--fade-opacity: 1;
				--fade-transform: translateX(0px) translateY(0px);
				--p100: 100%;
				--v1: 1;
}

/*
fadein();
Aplica transformX(0px), transformY(0px) y opacity 1 para hacer aparecer el objecto
*/
/*
Se usa igual que fade, pero crea un loop para animar los elementos de forma ordenada
*/
/* Text Block Custom Style */
.dot-mark {
				position: relative;
}
.dot-mark:before {
				position: absolute;
				top: 11px;
				left: -35px;
				width: 24px;
				height: 10px;
				background: url(images/dot-mark.svg) center/cover no-repeat;
				content: "";
}
@media only screen and (max-width: 750px) {
				.dot-mark:before {
								width: 16px;
								height: 7px;
								top: 7px;
								left: -29px;
				}
}

@font-face {
				font-family: "Brockmann";
				src: url("fonts/brockmann-regular-webfont.woff") format("woff"), url("fonts/brockmann-regular-webfont.woff2") format("woff2");
				font-weight: 400;
				font-style: normal;
}
@font-face {
				font-family: "Brockmann";
				src: url("fonts/brockmann-regularitalic-webfont.woff") format("woff"), url("fonts/brockmann-regularitalic-webfont.woff2") format("woff2");
				font-weight: 400;
				font-style: italic;
}
@font-face {
				font-family: "Brockmann";
				src: url("fonts/brockmann-medium-webfont.woff") format("woff"), url("fonts/brockmann-medium-webfont.woff2") format("woff2");
				font-weight: 500;
				font-style: normal;
}
@font-face {
				font-family: "Brockmann";
				src: url("fonts/brockmann-mediumitalic-webfont.woff") format("woff"), url("fonts/brockmann-mediumitalic-webfont.woff2") format("woff2");
				font-weight: 500;
				font-style: italic;
}
@font-face {
				font-family: "Brockmann";
				src: url("fonts/brockmann-semibold-webfont.woff") format("woff"), url("fonts/brockmann-semibold-webfont.woff2") format("woff2");
				font-weight: 600;
				font-style: normal;
}
@font-face {
				font-family: "Brockmann";
				src: url("fonts/brockmann-semibolditalic-webfont.woff") format("woff"), url("fonts/brockmann-semibolditalic-webfont.woff2") format("woff2");
				font-weight: 600;
				font-style: italic;
}
@font-face {
				font-family: "Brockmann";
				src: url("fonts/brockmann-bold-webfont.woff") format("woff"), url("fonts/brockmann-bold-webfont.woff2") format("woff2");
				font-weight: 700;
				font-style: normal;
}
@font-face {
				font-family: "Brockmann";
				src: url("fonts/brockmann-bolditalic-webfont.woff") format("woff"), url("fonts/brockmann-bolditalic-webfont.woff2") format("woff2");
				font-weight: 700;
				font-style: italic;
}
html {
				-webkit-box-sizing: border-box;
				        box-sizing: border-box;
				height: -webkit-fill-available;
}

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

* {
				margin: 0;
				padding: 0;
				border: none;
				text-decoration: none;
				-webkit-box-sizing: border-box;
				        box-sizing: border-box;
}

body {
				font-family: "Brockmann", sans-serif;
				font-size: 16px;
				color: #ffffff;
				background: #F5FAFD;
}
body img {
				max-width: 100%;
				height: auto;
}
body ul li {
				list-style: none;
}

section {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
				width: 100%;
				overflow: hidden;
}

.hidden {
				display: none;
}

input[type=text],
input[type=email],
input[type=search],
input[type=submit],
textarea,
button {
				font-family: "Brockmann", sans-serif;
				-webkit-appearance: none;
				   -moz-appearance: none;
				        appearance: none;
				border-radius: 0;
}

button {
				background-color: transparent;
}

select {
				font-family: "Brockmann", sans-serif;
}

h1,
.h1,
.h1 p {
				font-size: 130px;
				font-family: "Brockmann", sans-serif;
				line-height: 1.07em;
}
@media only screen and (max-width: 1050px) {
				h1,
				.h1,
				.h1 p {
								font-size: 80px;
				}
}
@media only screen and (max-width: 600px) {
				h1,
				.h1,
				.h1 p {
								font-size: 58px;
				}
}

h2,
.h2,
.h2 p {
				font-size: 110px;
				font-family: "Brockmann", sans-serif;
				line-height: 1.045em;
}
@media only screen and (max-width: 1050px) {
				h2,
				.h2,
				.h2 p {
								font-size: 65px;
				}
}
@media only screen and (max-width: 600px) {
				h2,
				.h2,
				.h2 p {
								font-size: 44px;
				}
}

h3,
.h3,
.h3 p {
				font-size: 80px;
				font-family: "Brockmann", sans-serif;
				line-height: 1.05em;
}
@media only screen and (max-width: 1050px) {
				h3,
				.h3,
				.h3 p {
								font-size: 60px;
				}
}
@media only screen and (max-width: 600px) {
				h3,
				.h3,
				.h3 p {
								font-size: 44px;
				}
}

h4,
.h4,
.h4 p {
				font-size: 30px;
				font-family: "Brockmann", sans-serif;
				line-height: 1.24em;
}
@media only screen and (max-width: 1050px) {
				h4,
				.h4,
				.h4 p {
								font-size: 20px;
				}
}
@media only screen and (max-width: 600px) {
				h4,
				.h4,
				.h4 p {
								font-size: 20px;
				}
}

h5,
.h5,
.h5 p {
				font-size: 63px;
				font-family: "Brockmann", sans-serif;
				line-height: 1.26em;
}
@media only screen and (max-width: 1050px) {
				h5,
				.h5,
				.h5 p {
								font-size: 40px;
				}
}
@media only screen and (max-width: 600px) {
				h5,
				.h5,
				.h5 p {
								font-size: 40px;
				}
}

h6,
.h6,
.h6 p {
				font-size: 25px;
				font-family: "Brockmann", sans-serif;
}
@media only screen and (max-width: 1050px) {
				h6,
				.h6,
				.h6 p {
								font-size: 16px;
				}
}
@media only screen and (max-width: 600px) {
				h6,
				.h6,
				.h6 p {
								font-size: 16px;
				}
}

h7,
.h7,
.h7 p {
				font-size: 24px;
				font-family: "Brockmann", sans-serif;
				line-height: 1.26em;
}
@media only screen and (max-width: 1050px) {
				h7,
				.h7,
				.h7 p {
								font-size: 14px;
				}
}
@media only screen and (max-width: 600px) {
				h7,
				.h7,
				.h7 p {
								font-size: 14px;
				}
}

h8,
.h8,
.h8 p {
				font-size: 28px;
				font-family: "Brockmann", sans-serif;
				line-height: 1.07em;
}
@media only screen and (max-width: 1050px) {
				h8,
				.h8,
				.h8 p {
								font-size: 28px;
				}
}
@media only screen and (max-width: 600px) {
				h8,
				.h8,
				.h8 p {
								font-size: 28px;
				}
}

h9,
.h9,
.h9 p {
				font-size: 16px;
				font-family: "Brockmann", sans-serif;
				line-height: 1;
}
@media only screen and (max-width: 1050px) {
				h9,
				.h9,
				.h9 p {
								font-size: 16px;
				}
}
@media only screen and (max-width: 600px) {
				h9,
				.h9,
				.h9 p {
								font-size: 14px;
				}
}

h10,
.h10,
.h10 p {
				font-size: 24px;
				font-family: "Brockmann", sans-serif;
				line-height: 1.125em;
}
@media only screen and (max-width: 1050px) {
				h10,
				.h10,
				.h10 p {
								font-size: 24px;
				}
}
@media only screen and (max-width: 600px) {
				h10,
				.h10,
				.h10 p {
								font-size: 24px;
				}
}

h11,
.h11,
.h11 p {
				font-size: 20px;
				font-family: "Brockmann", sans-serif;
				line-height: 1.6em;
}
@media only screen and (max-width: 1050px) {
				h11,
				.h11,
				.h11 p {
								font-size: 18px;
				}
}
@media only screen and (max-width: 600px) {
				h11,
				.h11,
				.h11 p {
								font-size: 16px;
				}
}

h12,
.h12,
.h12 p {
				font-size: 50px;
				font-family: "Brockmann", sans-serif;
}
@media only screen and (max-width: 1050px) {
				h12,
				.h12,
				.h12 p {
								font-size: 40px;
				}
}
@media only screen and (max-width: 600px) {
				h12,
				.h12,
				.h12 p {
								font-size: 30px;
				}
}

a {
				color: #031135;
				-webkit-transition: all 0.3s ease;
				transition: all 0.3s ease;
}

b,
strong,
strong * {
				font-weight: 600;
}

.row {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
				width: 100%;
}

.container {
				max-width: 1382px;
				margin: 0 auto;
				padding: 0 21px;
				width: 100%;
}

.centerDiv {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
}

.iframe-wrapper {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
				width: 100%;
				padding-top: 56.25%;
				position: relative;
}
.iframe-wrapper iframe {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
}

.bg--white + .bg--white {
				padding-top: 0;
}

.bg--blue + .bg--blue {
				padding-top: 0;
}

.site {
				overflow: hidden;
				position: relative;
}

.grecaptcha-badge {
				display: none;
}

.site-logo {
				display: block;
				width: 227px;
				position: relative;
}
@media only screen and (max-width: 1050px) {
				.site-logo {
								width: 115px;
				}
}
.site-logo img {
				width: 100%;
				height: auto;
				-webkit-transition: all 0.5s ease;
				transition: all 0.5s ease;
}
.site-logo .invert-logo {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				z-index: -1;
				opacity: 0;
}

.menu-responsive-open .site-logo img {
				opacity: 0;
}
.menu-responsive-open .site-logo .invert-logo {
				z-index: 2;
				opacity: 1;
}
.menu-responsive-open .site-logo .invert-logo img {
				opacity: 1;
}

.scrolled .header .site-logo {
				width: 100px;
}

.site-menu {
				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: 100%;
				position: relative;
				margin-top: -5px;
				gap: 15px;
}
@media only screen and (max-width: 750px) {
				.site-menu {
								margin-top: 0;
								position: absolute;
								top: 0;
								left: 0;
								background: #e9e9e9;
								width: 100vw;
								height: 100dvh;
								-webkit-transform: translate(100%, 0);
								        transform: translate(100%, 0);
								-webkit-transition: all 0.5s ease;
								transition: all 0.5s ease;
								display: block;
								padding-top: 92px;
				}
}
@media only screen and (min-width: 750px) {
				.site-menu__content {
								display: contents;
				}
}
@media only screen and (max-width: 750px) {
				.site-menu__content {
								height: calc(100dvh - 92px);
								overflow-y: scroll;
				}
}
.site-menu__item {
				position: relative;
}
@media only screen and (max-width: 750px) {
				.site-menu__item {
								border-top: 1px solid #CCCED4;
								position: static;
				}
}
.site-menu__item .first-item,
.site-menu__item span {
				position: relative;
				-webkit-transition: all 0.3s ease;
				transition: all 0.3s ease;
				height: 48px;
}
@media only screen and (min-width: 750px) {
				.site-menu__item .first-item:before,
				.site-menu__item span:before {
								position: absolute;
								top: 0;
								left: 0;
								width: 100%;
								height: 50px;
								background: #D23C3A;
								content: "";
								-webkit-transform: translate(0, -100%);
								        transform: translate(0, -100%);
								opacity: 0;
								-webkit-transition: all 0.3s ease;
								transition: all 0.3s ease;
				}
}
@media only screen and (max-width: 750px) {
				.site-menu__item .first-item,
				.site-menu__item span {
								font-size: 24px;
								font-weight: 400;
								color: #031135;
								padding: 40px 26px 40px 29px;
								height: auto;
								width: 100%;
								display: block;
								letter-spacing: -1px;
				}
}
@media only screen and (min-width: 750px) {
				.site-menu__item:hover .first-item,
				.site-menu__item:hover span {
								background: #D23C3A;
				}
				.site-menu__item:hover .first-item:before,
				.site-menu__item:hover span:before {
								opacity: 1;
				}
				.site-menu__item:hover .first-item:after,
				.site-menu__item:hover span:after {
								-webkit-filter: brightness(200);
								        filter: brightness(200);
								-webkit-transform: rotate(180deg);
								        transform: rotate(180deg);
				}
				.site-menu__item:hover .site-menu__submenu {
								display: block;
				}
}
.site-menu__item a, .site-menu__item span {
				font-size: 14px;
				color: #ffffff;
				text-decoration: none;
				text-transform: uppercase;
				padding: 15px;
}
@media only screen and (max-width: 900px) {
				.site-menu__item a, .site-menu__item span {
								padding: 10px;
				}
}
@media only screen and (max-width: 750px) {
				.site-menu__item a, .site-menu__item span {
								font-size: 24px;
								font-weight: 400;
								color: #031135;
								padding: 40px 26px 40px 29px;
								height: auto;
								width: 100%;
								letter-spacing: -1px;
				}
}
.site-menu__item span {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
				gap: 10px;
}
@media only screen and (max-width: 750px) {
				.site-menu__item span {
								-webkit-box-pack: justify;
								    -ms-flex-pack: justify;
								        justify-content: space-between;
				}
}
.site-menu__item span:after {
				content: "";
				width: 16px;
				height: 11px;
				background: url(images/menu-arrow.svg) center/contain no-repeat;
}
@media only screen and (max-width: 750px) {
				.site-menu__item span:after {
								width: 15px;
								height: 24px;
								background: url(images/menu-arrow-mobile.svg) center/contain no-repeat;
				}
}
.site-menu__submenu, .site-menu__thirdmenu {
				display: none;
				position: absolute;
				top: 48px;
				left: 0;
				width: 260px;
				background: #E9E9E9;
}
@media only screen and (max-width: 750px) {
				.site-menu__submenu, .site-menu__thirdmenu {
								top: 92px;
								left: 0;
								width: 100%;
								-webkit-transform: translate(100%, 0);
								        transform: translate(100%, 0);
								-webkit-transition: all 0.5s ease;
								transition: all 0.5s ease;
								display: block;
								height: calc(100dvh - 92px);
								background: #E9E9E9;
								z-index: 2;
								border-top: 1px solid #CCCED4;
								overflow-y: scroll;
								overflow-x: hidden;
				}
}
.site-menu__submenu.js-submenu-open, .site-menu__submenu.js-thirdmenu-open, .site-menu__thirdmenu.js-submenu-open, .site-menu__thirdmenu.js-thirdmenu-open {
				-webkit-transform: translate(0, 0);
				        transform: translate(0, 0);
}
.site-menu__submenu .js-open-thirdmenu, .site-menu__thirdmenu .js-open-thirdmenu {
				position: relative;
				width: 15px;
				height: 24px;
				background: url(images/menu-arrow-mobile.svg) center/contain no-repeat;
}
.site-menu__submenu .js-close-submenu,
.site-menu__submenu .js-close-thirdmenu, .site-menu__thirdmenu .js-close-submenu,
.site-menu__thirdmenu .js-close-thirdmenu {
				background: #D23C3A;
				color: #ffffff;
				-webkit-box-pack: end;
				    -ms-flex-pack: end;
				        justify-content: flex-end;
				-webkit-box-orient: horizontal;
				-webkit-box-direction: reverse;
				    -ms-flex-direction: row-reverse;
				        flex-direction: row-reverse;
				gap: 15px;
}
@media only screen and (min-width: 750px) {
				.site-menu__submenu .js-close-submenu,
				.site-menu__submenu .js-close-thirdmenu, .site-menu__thirdmenu .js-close-submenu,
				.site-menu__thirdmenu .js-close-thirdmenu {
								display: none;
				}
}
.site-menu__submenu .js-close-submenu:after,
.site-menu__submenu .js-close-thirdmenu:after, .site-menu__thirdmenu .js-close-submenu:after,
.site-menu__thirdmenu .js-close-thirdmenu:after {
				-webkit-filter: brightness(100);
				        filter: brightness(100);
				-webkit-transform: rotate(180deg);
				        transform: rotate(180deg);
}
.site-menu__submenu__item, .site-menu__thirdmenu__item {
				border-bottom: 1px solid #CCCED4;
}
.site-menu__submenu__item .site-item-with-submenu, .site-menu__thirdmenu__item .site-item-with-submenu {
				position: relative;
}
.site-menu__submenu__item .js-open-thirdmenu, .site-menu__thirdmenu__item .js-open-thirdmenu {
				position: absolute;
				width: 60px;
				height: 109px;
				top: 0;
				right: 0;
				background-size: 15px 24px;
				z-index: 2;
}
@media only screen and (min-width: 750px) {
				.site-menu__submenu__item .js-open-thirdmenu, .site-menu__thirdmenu__item .js-open-thirdmenu {
								display: none;
				}
}
.site-menu__submenu__item:nth-last-child(1), .site-menu__thirdmenu__item:nth-last-child(1) {
				border: none;
}
.site-menu__submenu__item a, .site-menu__thirdmenu__item a {
				padding: 18px 17px 18px 22px;
				color: #031135;
				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;
}
.site-menu__submenu__item a:after, .site-menu__thirdmenu__item a:after {
				content: "";
				width: 10px;
				height: 16px;
				background: url(images/menu-arrow-left.svg) center/contain no-repeat;
				opacity: 0;
}
@media only screen and (max-width: 750px) {
				.site-menu__submenu__item a, .site-menu__thirdmenu__item a {
								font-size: 24px;
								font-weight: 400;
								color: #031135;
								padding: 40px 26px 40px 29px;
								height: auto;
								width: 100%;
				}
}
.site-menu__submenu__item a:hover, .site-menu__thirdmenu__item a:hover {
				background: #D3D4D7;
				color: #D23C3A;
}
.site-menu__submenu__item a:hover:after, .site-menu__thirdmenu__item a:hover:after {
				opacity: 1;
}
@media only screen and (min-width: 750px) {
				.site-menu__thirdmenu {
								position: static;
				}
}
@media only screen and (max-width: 750px) {
				.site-menu__thirdmenu {
								top: -1px;
								left: 0;
								width: 100%;
								-webkit-transform: translate(100%, 0);
								        transform: translate(100%, 0);
								-webkit-transition: all 0.5s ease;
								transition: all 0.5s ease;
								display: block;
								height: calc(100dvh - 92px);
								background: #E9E9E9;
								z-index: 2;
								border-top: 1px solid #CCCED4;
				}
}
.site-menu__thirdmenu a {
				text-transform: none;
				padding-left: 38px;
}
.site-menu__submenu__item:hover .site-menu__thirdmenu {
				display: block;
}
@media only screen and (max-width: 750px) {
				.site-menu .button {
								font-size: 24px;
								font-weight: 400;
								color: #031135;
								padding: 40px 26px 40px 29px;
								height: auto;
								width: 100%;
								display: block;
								letter-spacing: -1px;
								background: none;
								border-top: 1px solid #CCCED4;
				}
}

.responsive__btn {
				position: relative;
				z-index: 11;
				width: 32px;
				height: 32px;
				position: relative;
				-webkit-transform: rotate(0deg);
				transform: rotate(0deg);
				-webkit-transition: 0.5s ease-in-out;
				transition: 0.5s ease-in-out;
				cursor: pointer;
				outline: none;
}
@media only screen and (min-width: 750px) {
				.responsive__btn {
								display: none;
				}
}
.responsive__btn span {
				display: inline-block;
				background: #D23C3A;
				width: 100%;
				height: 4px;
				-webkit-transition: all 0.5s ease;
				transition: all 0.5s ease;
				position: absolute;
				left: 0;
}
.responsive__btn span:nth-child(1) {
				top: 3px;
}
.responsive__btn span:nth-child(2), .responsive__btn span:nth-child(3) {
				top: 17px;
}
.responsive__btn span:nth-child(4) {
				top: 31px;
}

.menu-responsive-open .responsive__btn span:nth-child(1) {
				top: 9px;
				width: 0%;
				left: 50%;
}
.menu-responsive-open .responsive__btn span:nth-child(2) {
				-webkit-transform: rotate(45deg);
				transform: rotate(45deg);
}
.menu-responsive-open .responsive__btn span:nth-child(3) {
				-webkit-transform: rotate(-45deg);
				transform: rotate(-45deg);
}
.menu-responsive-open .responsive__btn span:nth-child(4) {
				top: 9px;
				width: 0%;
				left: 50%;
}
.menu-responsive-open .site-menu {
				-webkit-transform: translate(0, 0);
				        transform: translate(0, 0);
}

.site-search {
				position: relative;
				width: 100%;
}
.site-search .wc-block-product-search .wc-block-product-search__fields {
				-webkit-box-orient: horizontal;
				-webkit-box-direction: reverse;
				    -ms-flex-direction: row-reverse;
				        flex-direction: row-reverse;
}
.site-search form label {
				display: none;
}
.site-search form input[type=search] {
				width: calc(100% - 25px);
				height: 25px;
				line-height: 25px;
				padding: 0 8px;
				font-size: 25px;
				font-family: "Brockmann", sans-serif;
				color: #ffffff;
}
@media only screen and (max-width: 1050px) {
				.site-search form input[type=search] {
								font-size: 16px;
				}
}
@media only screen and (max-width: 600px) {
				.site-search form input[type=search] {
								font-size: 16px;
				}
}
.site-search form input[type=search]::-webkit-input-placeholder {
				color: #ffffff;
}
.site-search form input[type=search]::-moz-placeholder {
				color: #ffffff;
}
.site-search form input[type=search]:-ms-input-placeholder {
				color: #ffffff;
}
.site-search form input[type=search]::-ms-input-placeholder {
				color: #ffffff;
}
.site-search form input[type=search]::placeholder {
				color: #ffffff;
}
.site-search form button {
				width: 25px;
				height: 25px;
				background: none;
				text-indent: 500px;
				overflow: hidden;
				cursor: pointer;
				background-image: url(images/search.svg);
				background-position: center center;
				background-repeat: no-repeat;
				margin: 0;
}
.site-search form button svg {
				display: none;
}
.site-search img {
				position: absolute;
				top: 10px;
				right: 15px;
				z-index: -1;
}

.socials {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				gap: 35px;
}
@media only screen and (max-width: 750px) {
				.socials {
								gap: 24px;
				}
}
.socials a {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				position: relative;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
}
.socials a:hover {
				opacity: 0.5;
}

.button {
				display: inline-block;
				cursor: pointer;
				max-width: 100%;
				height: 39px;
				line-height: 39px;
				letter-spacing: 0.2px;
				border-radius: 3px;
				background: #D23C3A;
				color: #ffffff;
				text-decoration: none;
				font-size: 14px;
				text-transform: uppercase;
				padding: 0 17px;
}
@media only screen and (max-width: 750px) {
				.button {
								height: 29px;
								line-height: 29px;
								font-size: 12px;
								padding: 0px 15px;
				}
}
.button:hover {
				background: #2288C8;
				text-decoration: none !important;
}

.carousel__nav {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				gap: 13px;
				-webkit-box-pack: end;
				    -ms-flex-pack: end;
				        justify-content: flex-end;
}
@media only screen and (max-width: 1050px) {
				.carousel__nav {
								-webkit-box-pack: start;
								    -ms-flex-pack: start;
								        justify-content: flex-start;
				}
}

.carousel__nav__buttons {
				width: 50px;
				background-color: #D23C3A;
				aspect-ratio: 1;
				position: relative;
				cursor: pointer;
				-webkit-transition: all 0.5s ease;
				transition: all 0.5s ease;
}
@media only screen and (max-width: 1050px) {
				.carousel__nav__buttons {
								width: 30px;
				}
}
.carousel__nav__buttons:hover {
				background-color: #2288C8;
}
.carousel__nav__buttons span {
				border: solid #ffffff;
				border-width: 0 4px 4px 0;
				display: inline-block;
				padding: 7px;
				margin: 0 10px;
				-webkit-transform: rotate(-45deg);
				        transform: rotate(-45deg);
				position: absolute;
				top: 16px;
				left: 3px;
}
@media only screen and (max-width: 1050px) {
				.carousel__nav__buttons span {
								padding: 4px;
								top: 10px;
								left: -3px;
				}
}
.carousel__nav__buttons.button-prev span {
				-webkit-transform: rotate(135deg);
				        transform: rotate(135deg);
				left: 8px;
}
@media only screen and (max-width: 1050px) {
				.carousel__nav__buttons.button-prev span {
								left: 1px;
				}
}
.carousel__nav__buttons.swiper-button-disabled {
				pointer-events: none;
				background-color: #445684;
				-webkit-filter: brightness(0.8);
				        filter: brightness(0.8);
}

.site-link {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				cursor: pointer;
				color: #ffffff;
				text-decoration: none;
				text-transform: uppercase;
				margin-top: 17px;
}
.site-link:after {
				content: "";
				height: 15px;
				width: 11px;
				background: url(images/site-link-arrow.svg) center/contain no-repeat;
				margin-left: 5px;
}
.site-link:hover {
				text-decoration: underline;
}

.formBox .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
				width: 100%;
				height: 43px;
				line-height: 43px;
				background: linear-gradient(306deg, #FFF -209.12%, #E4E1E7 87.88%);
				color: #031135;
				font-size: 16px;
				padding: 0 18px;
				border-radius: 0 !important;
}
.formBox .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder {
				color: #031135;
}
.formBox .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder {
				color: #031135;
}
.formBox .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder {
				color: #031135;
}
.formBox .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-ms-input-placeholder {
				color: #031135;
}
.formBox .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder {
				color: #031135;
}
.formBox .gform_wrapper.gravity-theme .gfield_label {
				display: none;
}
.formBox .gform_wrapper.gravity-theme .gform_fields {
				grid-column-gap: 5%;
				grid-row-gap: 29px;
}
@media only screen and (max-width: 750px) {
				.formBox .gform_wrapper.gravity-theme .gform_fields {
								grid-row-gap: 20px;
				}
}
.formBox .gform_wrapper.gravity-theme .gfield textarea.large {
				height: 168px;
				padding: 21px;
				color: #031135;
				background: linear-gradient(306deg, #FFF -209.12%, #E4E1E7 87.88%);
				font-size: 16px;
}
.formBox .gform_wrapper.gravity-theme .gfield textarea.large::-webkit-input-placeholder {
				color: #031135;
}
.formBox .gform_wrapper.gravity-theme .gfield textarea.large::-moz-placeholder {
				color: #031135;
}
.formBox .gform_wrapper.gravity-theme .gfield textarea.large:-ms-input-placeholder {
				color: #031135;
}
.formBox .gform_wrapper.gravity-theme .gfield textarea.large::-ms-input-placeholder {
				color: #031135;
}
.formBox .gform_wrapper.gravity-theme .gfield textarea.large::placeholder {
				color: #031135;
}
.formBox .gform_wrapper.gravity-theme .gform_footer {
				-webkit-box-pack: end;
				    -ms-flex-pack: end;
				        justify-content: flex-end;
				padding: 0;
				margin-top: -13px;
				position: relative;
				z-index: 2;
}
.formBox .gform_wrapper.gravity-theme .gform_footer input {
				padding: 0 21px;
				border-radius: 5px;
}
.formBox .required {
				margin-top: -14px;
}
@media only screen and (max-width: 750px) {
				.formBox .required {
								font-size: 12px;
								margin-top: -5px;
				}
}

.error404 .footer {
				padding-top: 30px;
}

.error-404 {
				background-color: #031135;
				background-image: url(images/error-back.svg);
				background-size: auto 100%;
				background-repeat: no-repeat;
}
@media only screen and (max-width: 1050px) {
				.error-404 {
								background-position: center 0;
				}
}
.error-404__cont {
				width: 1120px;
				max-width: 100%;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
				margin: 0 auto;
				min-height: 90vh;
				padding: 200px 40px;
}
@media only screen and (max-width: 1050px) {
				.error-404__cont {
								display: block;
								height: auto;
								padding: 169px 0 66px 0;
				}
}
.error-404__data {
				display: -ms-grid;
				display: grid;
				-ms-grid-columns: 306px auto;
				grid-template-columns: 306px auto;
				-webkit-box-align: start;
				    -ms-flex-align: start;
				        align-items: flex-start;
}
@media only screen and (max-width: 1050px) {
				.error-404__data {
								display: block;
								padding: 0 42px;
								margin-top: 0;
				}
}
.error-404__uppertitle {
				font-weight: 600;
}
@media only screen and (max-width: 1050px) {
				.error-404__uppertitle {
								font-size: 98px;
				}
}
.error-404__title {
				font-weight: 500;
				font-size: 72px;
				color: #FF4E26;
				margin-bottom: 18px;
				margin-top: 53px;
}
@media only screen and (max-width: 1050px) {
				.error-404__title {
								font-size: 35px;
								margin-top: 0;
				}
}
.error-404__text {
				width: 545px;
				max-width: 100%;
				margin-bottom: 38px;
				font-weight: 400;
				font-size: 46px;
				line-height: 1.3;
}
@media only screen and (max-width: 1050px) {
				.error-404__text {
								font-size: 22px;
				}
}

.single__hero {
				height: 166px;
				background: #031135;
				position: relative;
				overflow: hidden;
}
@media only screen and (max-width: 900px) {
				.single__hero {
								height: 110px;
				}
}
.single__hero:before {
				position: absolute;
				top: -15px;
				left: 30px;
				width: 100%;
				height: 617px;
				content: "";
				background: url(images/hero-shape-inverted.svg) center/cover no-repeat;
}

.single__content.type--team {
				padding: 60px 0 125px;
}
.single__content.type--team .single__cont {
				display: -ms-grid;
				display: grid;
				-ms-grid-columns: min(427px, 30vw) min(86px, 6vw) auto;
				grid-template-columns: min(427px, 30vw) auto;
				gap: min(86px, 6vw);
}
@media only screen and (max-width: 1050px) {
				.single__content.type--team .single__cont {
								-ms-grid-columns: 100%;
								grid-template-columns: 100%;
				}
}
.single__content.type--team .single__image {
				position: relative;
				width: 100%;
				aspect-ratio: 427/475;
				max-width: 427px;
}
.single__content.type--team .single__info {
				color: #031135;
}
.single__content.type--team .single__title {
				color: #D23C3A;
				font-weight: 600;
}
.single__content.type--team .single__position {
				margin-top: 7px;
				position: relative;
}
.single__content.type--team .single__position:after {
				position: absolute;
				border-top: 1px solid #002554;
				width: 100%;
				bottom: -40px;
				left: 0;
				content: "";
}
.single__content.type--team .single__text {
				margin-top: 90px;
				padding-right: 80px;
}
.single__content.type--team .single__text h1,
.single__content.type--team .single__text h2,
.single__content.type--team .single__text h3,
.single__content.type--team .single__text h4,
.single__content.type--team .single__text h5,
.single__content.type--team .single__text h6 {
				color: #ffffff;
				margin-bottom: 20px;
				font-weight: 600;
				color: #031135;
				margin-bottom: 3px;
}
.single__content.type--team .single__text h1 {
				font-size: 30px;
				font-family: "Brockmann", sans-serif;
				line-height: 1.24em;
}
@media only screen and (max-width: 1050px) {
				.single__content.type--team .single__text h1 {
								font-size: 20px;
				}
}
@media only screen and (max-width: 600px) {
				.single__content.type--team .single__text h1 {
								font-size: 20px;
				}
}
.single__content.type--team .single__text h2 {
				font-size: 25px;
				font-family: "Brockmann", sans-serif;
}
@media only screen and (max-width: 1050px) {
				.single__content.type--team .single__text h2 {
								font-size: 16px;
				}
}
@media only screen and (max-width: 600px) {
				.single__content.type--team .single__text h2 {
								font-size: 16px;
				}
}
.single__content.type--team .single__text h3 {
				font-size: 20px;
				font-family: "Brockmann", sans-serif;
				line-height: 1.6em;
}
@media only screen and (max-width: 1050px) {
				.single__content.type--team .single__text h3 {
								font-size: 18px;
				}
}
@media only screen and (max-width: 600px) {
				.single__content.type--team .single__text h3 {
								font-size: 16px;
				}
}
.single__content.type--team .single__text h4 {
				font-size: 30px;
				font-family: "Brockmann", sans-serif;
				line-height: 1.24em;
}
@media only screen and (max-width: 1050px) {
				.single__content.type--team .single__text h4 {
								font-size: 20px;
				}
}
@media only screen and (max-width: 600px) {
				.single__content.type--team .single__text h4 {
								font-size: 20px;
				}
}
.single__content.type--team .single__text h5 {
				font-size: 28px;
				font-family: "Brockmann", sans-serif;
				line-height: 1.07em;
}
@media only screen and (max-width: 1050px) {
				.single__content.type--team .single__text h5 {
								font-size: 28px;
				}
}
@media only screen and (max-width: 600px) {
				.single__content.type--team .single__text h5 {
								font-size: 28px;
				}
}
.single__content.type--team .single__text h6 {
				font-family: "Brockmann", sans-serif;
}
.single__content.type--team .single__text p {
				font-size: 16px;
				font-family: "Brockmann", sans-serif;
				line-height: 1;
				line-height: 1.5em;
				margin-bottom: 25px;
				letter-spacing: -0.2px;
}
@media only screen and (max-width: 1050px) {
				.single__content.type--team .single__text p {
								font-size: 16px;
				}
}
@media only screen and (max-width: 600px) {
				.single__content.type--team .single__text p {
								font-size: 14px;
				}
}
.single__content.type--team .single__text ul,
.single__content.type--team .single__text ol {
				padding-left: 15px;
				margin-bottom: 25px;
				line-height: 1.6;
}
.single__content.type--team .single__text ul li {
				list-style: disc;
}
.single__content.type--team .single__text a {
				color: #ffffff;
}
.single__content.type--team .single__text a:hover {
				text-decoration: underline;
}
.single__content.type--team .single__text p + h1,
.single__content.type--team .single__text p + h2,
.single__content.type--team .single__text p + h3,
.single__content.type--team .single__text p + h4,
.single__content.type--team .single__text p + h5,
.single__content.type--team .single__text p + h6 {
				padding-top: 14px;
}
.single__content.type--team .single__text blockquote {
				padding-left: 30px;
				border-left: 3px solid #ffffff;
}
.single__content.type--team .single__text blockquote p {
				font-size: 30px;
				font-family: "Brockmann", sans-serif;
				line-height: 1.24em;
}
@media only screen and (max-width: 1050px) {
				.single__content.type--team .single__text blockquote p {
								font-size: 20px;
				}
}
@media only screen and (max-width: 600px) {
				.single__content.type--team .single__text blockquote p {
								font-size: 20px;
				}
}
.single__content.type--team .single__text img {
				width: auto;
				height: auto;
				max-width: 100%;
				margin: 0 0 28px 0;
}
.single__content.type--team .single__text .alignleft {
				float: left;
				max-width: 50%;
				margin-right: 30px;
}
@media only screen and (max-width: 750px) {
				.single__content.type--team .single__text .alignleft {
								max-width: 100%;
				}
}
.single__content.type--team .single__text .aligncenter {
				margin: 30px auto;
				display: block;
}
.single__content.type--team .single__text .alignright {
				float: right;
				max-width: 50%;
				margin-left: 30px;
}
@media only screen and (max-width: 750px) {
				.single__content.type--team .single__text .alignright {
								max-width: 100%;
				}
}
.single__content.type--team .single__text hr {
				border-top: 1px solid #031135;
				margin: 70px 0 67px;
}
@media only screen and (max-width: 600px) {
				.single__content.type--team .single__text hr {
								margin: 45px 0 40px;
				}
}
@media only screen and (max-width: 1260px) {
				.single__content.type--team .single__text {
								padding-right: 0;
				}
}
.single__content.type--team .single__text p {
				font-size: 16px;
				font-family: "Brockmann", sans-serif;
				line-height: 1;
				margin-top: 30px;
				margin-bottom: 0;
				letter-spacing: -0.16px;
				line-height: 1.5em;
}
@media only screen and (max-width: 1050px) {
				.single__content.type--team .single__text p {
								font-size: 16px;
				}
}
@media only screen and (max-width: 600px) {
				.single__content.type--team .single__text p {
								font-size: 14px;
				}
}
.single__content.type--team .single__text p:first-child {
				margin-top: 0;
}
@media only screen and (max-width: 1050px) {
				.single__content.type--team .single__text p {
								margin-bottom: 20px;
				}
}
.single__content.type--team .single__linkedin {
				position: relative;
				width: 63px;
				aspect-ratio: 1;
				background: #D23C3A;
				display: block;
				margin-top: 40px;
				-webkit-transition: all 0.5s ease;
				transition: all 0.5s ease;
}
.single__content.type--team .single__linkedin span {
				position: absolute;
				top: 54%;
				left: 50%;
				-webkit-transform: translate(-50%, -50%);
				        transform: translate(-50%, -50%);
}
.single__content.type--team .single__linkedin svg {
				background: white;
				border: 1px solid white;
				border-radius: 5px;
}
.single__content.type--team .single__linkedin svg path {
				fill: #D23C3A;
				-webkit-transition: all 0.5s ease;
				transition: all 0.5s ease;
}
.single__content.type--team .single__linkedin:hover {
				background: #2288C8;
}
.single__content.type--team .single__linkedin:hover svg path {
				fill: #2288C8;
}

.single__content.type--post .single__cont {
				padding: 130px 0 81px 0;
				overflow: hideen;
}
@media only screen and (max-width: 900px) {
				.single__content.type--post .single__cont {
								padding: 70px 0;
				}
}
.single__content.type--post .single__image {
				position: relative;
				aspect-ratio: 1112/619;
				width: 83%;
}
.single__content.type--post .single__alt {
				position: absolute;
				right: -22px;
				bottom: -27px;
				width: 506px;
				max-width: 100%;
				background: #ffffff;
				color: #031135;
				padding: 36px 68px;
				line-height: 1.5em;
}
@media only screen and (max-width: 750px) {
				.single__content.type--post .single__alt {
								padding: 15px 20px;
				}
}
.single__content.type--post .single__small_cont {
				padding-left: 115px;
				width: 994px;
				max-width: 100%;
}
@media only screen and (max-width: 1050px) {
				.single__content.type--post .single__small_cont {
								padding-left: 0;
				}
}
.single__content.type--post .single__small_cont .container {
				padding: 0;
}
.single__content.type--post .single__date {
				color: #031135;
				font-weight: 400;
				margin-bottom: 43px;
}
.single__content.type--post .single__title {
				color: #031135;
				font-weight: 600;
				margin-bottom: 56px;
}
@media only screen and (max-width: 750px) {
				.single__content.type--post .single__title {
								margin-bottom: 36px;
				}
}
.single__content.type--post .single__content {
				color: #031135;
				margin-top: 101px;
}
.single__content.type--post .single__content h1,
.single__content.type--post .single__content h2,
.single__content.type--post .single__content h3,
.single__content.type--post .single__content h4,
.single__content.type--post .single__content h5,
.single__content.type--post .single__content h6 {
				color: #ffffff;
				margin-bottom: 20px;
				font-weight: 600;
				color: #031135;
				margin-bottom: 3px;
}
.single__content.type--post .single__content h1 {
				font-size: 30px;
				font-family: "Brockmann", sans-serif;
				line-height: 1.24em;
}
@media only screen and (max-width: 1050px) {
				.single__content.type--post .single__content h1 {
								font-size: 20px;
				}
}
@media only screen and (max-width: 600px) {
				.single__content.type--post .single__content h1 {
								font-size: 20px;
				}
}
.single__content.type--post .single__content h2 {
				font-size: 25px;
				font-family: "Brockmann", sans-serif;
}
@media only screen and (max-width: 1050px) {
				.single__content.type--post .single__content h2 {
								font-size: 16px;
				}
}
@media only screen and (max-width: 600px) {
				.single__content.type--post .single__content h2 {
								font-size: 16px;
				}
}
.single__content.type--post .single__content h3 {
				font-size: 20px;
				font-family: "Brockmann", sans-serif;
				line-height: 1.6em;
}
@media only screen and (max-width: 1050px) {
				.single__content.type--post .single__content h3 {
								font-size: 18px;
				}
}
@media only screen and (max-width: 600px) {
				.single__content.type--post .single__content h3 {
								font-size: 16px;
				}
}
.single__content.type--post .single__content h4 {
				font-size: 30px;
				font-family: "Brockmann", sans-serif;
				line-height: 1.24em;
}
@media only screen and (max-width: 1050px) {
				.single__content.type--post .single__content h4 {
								font-size: 20px;
				}
}
@media only screen and (max-width: 600px) {
				.single__content.type--post .single__content h4 {
								font-size: 20px;
				}
}
.single__content.type--post .single__content h5 {
				font-size: 28px;
				font-family: "Brockmann", sans-serif;
				line-height: 1.07em;
}
@media only screen and (max-width: 1050px) {
				.single__content.type--post .single__content h5 {
								font-size: 28px;
				}
}
@media only screen and (max-width: 600px) {
				.single__content.type--post .single__content h5 {
								font-size: 28px;
				}
}
.single__content.type--post .single__content h6 {
				font-family: "Brockmann", sans-serif;
}
.single__content.type--post .single__content p {
				font-size: 16px;
				font-family: "Brockmann", sans-serif;
				line-height: 1;
				line-height: 1.5em;
				margin-bottom: 25px;
				letter-spacing: -0.2px;
}
@media only screen and (max-width: 1050px) {
				.single__content.type--post .single__content p {
								font-size: 16px;
				}
}
@media only screen and (max-width: 600px) {
				.single__content.type--post .single__content p {
								font-size: 14px;
				}
}
.single__content.type--post .single__content ul,
.single__content.type--post .single__content ol {
				padding-left: 15px;
				margin-bottom: 25px;
				line-height: 1.6;
}
.single__content.type--post .single__content ul li {
				list-style: disc;
}
.single__content.type--post .single__content a {
				color: #ffffff;
}
.single__content.type--post .single__content a:hover {
				text-decoration: underline;
}
.single__content.type--post .single__content p + h1,
.single__content.type--post .single__content p + h2,
.single__content.type--post .single__content p + h3,
.single__content.type--post .single__content p + h4,
.single__content.type--post .single__content p + h5,
.single__content.type--post .single__content p + h6 {
				padding-top: 14px;
}
.single__content.type--post .single__content blockquote {
				padding-left: 30px;
				border-left: 3px solid #ffffff;
}
.single__content.type--post .single__content blockquote p {
				font-size: 30px;
				font-family: "Brockmann", sans-serif;
				line-height: 1.24em;
}
@media only screen and (max-width: 1050px) {
				.single__content.type--post .single__content blockquote p {
								font-size: 20px;
				}
}
@media only screen and (max-width: 600px) {
				.single__content.type--post .single__content blockquote p {
								font-size: 20px;
				}
}
.single__content.type--post .single__content img {
				width: auto;
				height: auto;
				max-width: 100%;
				margin: 0 0 28px 0;
}
.single__content.type--post .single__content .alignleft {
				float: left;
				max-width: 50%;
				margin-right: 30px;
}
@media only screen and (max-width: 750px) {
				.single__content.type--post .single__content .alignleft {
								max-width: 100%;
				}
}
.single__content.type--post .single__content .aligncenter {
				margin: 30px auto;
				display: block;
}
.single__content.type--post .single__content .alignright {
				float: right;
				max-width: 50%;
				margin-left: 30px;
}
@media only screen and (max-width: 750px) {
				.single__content.type--post .single__content .alignright {
								max-width: 100%;
				}
}
.single__content.type--post .single__content hr {
				border-top: 1px solid #031135;
				margin: 70px 0 67px;
}
@media only screen and (max-width: 600px) {
				.single__content.type--post .single__content hr {
								margin: 45px 0 40px;
				}
}
@media only screen and (max-width: 600px) {
				.single__content.type--post .single__content {
								margin-top: 60px;
				}
}
.single__content.type--post .single__content h1,
.single__content.type--post .single__content h2,
.single__content.type--post .single__content h3,
.single__content.type--post .single__content h4,
.single__content.type--post .single__content h5,
.single__content.type--post .single__content h6,
.single__content.type--post .single__content p,
.single__content.type--post .single__content ul,
.single__content.type--post .single__content ol {
				width: 830px;
				max-width: 100%;
}
.single__content.type--post .single__content a {
				color: #031135;
}
.single__content.type--post .single__content a:hover {
				color: #D23C3A;
}

.header {
				position: absolute;
				top: 0;
				width: 100%;
				z-index: 20;
}
.header__cont {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: justify;
				    -ms-flex-pack: justify;
				        justify-content: space-between;
				-webkit-box-align: start;
				    -ms-flex-align: start;
				        align-items: flex-start;
				padding: 32px 30px 0 50px;
}
@media only screen and (max-width: 1050px) {
				.header__cont {
								padding: 27px 20px 0 21px;
				}
}
.header__left {
				position: relative;
				z-index: 2;
}

.scrolled:not(.menu-responsive-open) {
				/*.top-bar {
				  display: none !important;
				}*/
}
.scrolled:not(.menu-responsive-open) .header {
				position: fixed;
				-webkit-filter: drop-shadow(15px 15px 20px rgba(0, 0, 0, 0.1));
				        filter: drop-shadow(15px 15px 20px rgba(0, 0, 0, 0.1));
}
.scrolled:not(.menu-responsive-open) .header .site-menu {
				margin-top: 0;
}

.scrolled .header {
				position: fixed;
				background: #031135;
}
.scrolled .header__cont {
				padding-top: 20px;
				padding-bottom: 20px;
}

.error_template {
				padding: 200px 0;
}
.error_template .page-content {
				width: 50%;
				margin-top: 20px;
}
@media only screen and (max-width: 600px) {
				.error_template .page-content {
								width: 100%;
				}
}

.site-main {
				margin-top: 203px;
}
@media only screen and (max-width: 1050px) {
				.site-main {
								margin-top: 113px;
				}
}

.top-bar {
				background: #F5FAFD;
				padding: 32px 49px;
				position: relative;
				display: none;
}
@media only screen and (max-width: 750px) {
				.top-bar {
								padding: 20px;
								z-index: 5;
				}
}
.top-bar__content {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				gap: 17px;
}
@media only screen and (max-width: 750px) {
				.top-bar__content {
								-webkit-box-orient: vertical;
								-webkit-box-direction: normal;
								    -ms-flex-direction: column;
								        flex-direction: column;
								gap: 10px;
				}
}
.top-bar__title {
				color: #D23C3A;
				font-weight: 600;
				width: 440px;
				max-width: 100%;
				line-height: 1.4;
				letter-spacing: -0.3px;
}
@media only screen and (min-width: 1050px) {
				.top-bar__title {
								font-size: 29px;
				}
}
@media only screen and (max-width: 750px) {
				.top-bar__title {
								width: 100%;
								padding-right: 40px;
				}
}
.top-bar__text {
				color: #ffffff;
				width: 390px;
				max-width: 100%;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
}
@media only screen and (max-width: 750px) {
				.top-bar__text {
								width: 100%;
				}
}
.top-bar__text div {
				border-left: 1px solid #D23C3A;
				padding-left: 20px;
}
@media only screen and (max-width: 750px) {
				.top-bar__text div {
								border: none;
								padding-left: 0;
				}
}
.top-bar__text p {
				color: #031135;
				font-size: 16px;
				font-style: normal;
				font-weight: 400;
				line-height: 24px;
				letter-spacing: -0.16px;
}
@media only screen and (max-width: 750px) {
				.top-bar__text p {
								font-size: 14px;
								line-height: 1.2;
				}
}
.top-bar__close {
				position: absolute;
				top: 0;
				right: 0;
				width: 39px;
				height: 39px;
				cursor: pointer;
}
.top-bar__close:hover svg rect {
				fill: #2288C8;
}

.footer {
				padding: 0 0 89px 0;
				background: #031135;
}
.footer__logo {
				margin-bottom: 53px;
}
@media only screen and (max-width: 750px) {
				.footer__logo {
								margin-bottom: 30px;
				}
}
.footer__cont {
				border-top: 1px solid #153967;
				padding-top: 65px;
				padding-bottom: 35px;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: justify;
				    -ms-flex-pack: justify;
				        justify-content: space-between;
				-webkit-box-align: start;
				    -ms-flex-align: start;
				        align-items: flex-start;
}
@media only screen and (max-width: 1260px) {
				.footer__cont {
								-webkit-box-orient: vertical;
								-webkit-box-direction: normal;
								    -ms-flex-direction: column;
								        flex-direction: column;
				}
}
@media only screen and (max-width: 750px) {
				.footer__cont {
								width: calc(100% + 42px);
								-webkit-box-orient: vertical;
								-webkit-box-direction: normal;
								    -ms-flex-direction: column;
								        flex-direction: column;
								padding-top: 40px;
								margin-left: -21px;
								padding-left: 21px;
								padding-right: 21px;
				}
}
.footer__col--left {
				display: -ms-grid;
				display: grid;
				-ms-grid-columns: 299px 40px auto;
				grid-template-columns: 299px auto;
				gap: 40px;
}
@media only screen and (max-width: 750px) {
				.footer__col--left {
								-ms-grid-columns: 1fr 20px 1fr;
								grid-template-columns: repeat(2, 1fr);
								gap: 20px;
				}
}
@media only screen and (max-width: 600px) {
				.footer__col--left {
								-ms-grid-columns: 1fr;
								grid-template-columns: repeat(1, 1fr);
								gap: 30px;
				}
}
.footer__col--right {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				gap: 18px;
}
@media only screen and (max-width: 1260px) {
				.footer__col--right {
								margin-top: 45px;
				}
}
@media only screen and (max-width: 750px) {
				.footer__col--right {
								display: -ms-grid;
								display: grid;
								-ms-grid-columns: 1fr 28px 1fr;
								grid-template-columns: repeat(2, 1fr);
								gap: 37px 28px;
				}
}
@media only screen and (max-width: 600px) {
				.footer__col--right {
								-ms-grid-columns: (1fr)[1];
								grid-template-columns: repeat(1, 1fr);
				}
}
.footer__data {
				width: 303px;
				max-width: 100%;
				margin-top: -3px;
}
@media only screen and (max-width: 750px) {
				.footer__data {
								width: 100%;
								margin-top: -6px;
				}
}
.footer__menu {
				border-left: 1px solid #153967;
				padding: 5px 0;
				padding-left: 62px;
}
@media only screen and (max-width: 600px) {
				.footer__menu {
								border-left: none;
								border-top: 1px solid #153967;
								padding-left: 0;
								padding-top: 30px;
				}
}
.footer__menu__item {
				margin-bottom: 28px;
}
.footer__menu__item:nth-last-child(1) {
				margin-bottom: 0;
}
.footer__menu__item a {
				color: #ffffff;
				text-decoration: none;
}
.footer__menu__item a:hover {
				color: #2288C8;
}
.footer__title {
				font-size: 18px;
}
.footer__title span {
				color: #D23C3A;
}
.footer__text {
				margin-top: 9px;
}
@media only screen and (max-width: 750px) {
				.footer__text {
								padding-right: 20px;
				}
}
.footer__text p {
				font-size: 14px;
				line-height: 1.52em;
}
@media only screen and (max-width: 750px) {
				.footer__text p {
								font-size: 12px;
								line-height: 1.65em;
				}
}
.footer__awards {
				margin-right: 40px;
}
@media only screen and (max-width: 600px) {
				.footer__awards {
								margin-right: 20px;
				}
}
.footer__opennings {
				margin-top: -10px;
}
@media only screen and (max-width: 750px) {
				.footer__opennings {
								margin-top: 0;
				}
}
.footer__opennings__title {
				width: 191px;
				margin-bottom: 14px;
}
.footer .site-logo {
				width: 164px;
}
@media only screen and (max-width: 750px) {
				.footer .site-logo {
								width: 106px;
				}
}
@media only screen and (max-width: 750px) {
				.footer .footer__socials {
								-ms-grid-column-span: 2;
								grid-column: span 2;
								padding-left: 0;
				}
}
@media only screen and (max-width: 600px) {
				.footer .footer__socials {
								-ms-grid-column-span: 1;
								grid-column: span 1;
				}
}
.footer .copyright {
				font-size: 14px;
}
@media only screen and (max-width: 750px) {
				.footer .copyright {
								font-size: 12px;
				}
}

body.compensate-for-scrollbar {
				overflow: hidden;
}

.fancybox-active {
				height: auto;
}

.fancybox-is-hidden {
				left: -9999px;
				margin: 0;
				position: absolute !important;
				top: -9999px;
				visibility: hidden;
}

.fancybox-container {
				-webkit-backface-visibility: hidden;
				height: 100%;
				left: 0;
				outline: none;
				position: fixed;
				-webkit-tap-highlight-color: transparent;
				top: 0;
				-ms-touch-action: manipulation;
				touch-action: manipulation;
				-webkit-transform: translateZ(0);
				        transform: translateZ(0);
				width: 100%;
				z-index: 99992;
}

.fancybox-container * {
				-webkit-box-sizing: border-box;
				        box-sizing: border-box;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
				bottom: 0;
				left: 0;
				position: absolute;
				right: 0;
				top: 0;
}

.fancybox-outer {
				-webkit-overflow-scrolling: touch;
				overflow-y: auto;
}

.fancybox-bg {
				background: #1e1e1e;
				opacity: 0;
				-webkit-transition-duration: inherit;
				        transition-duration: inherit;
				-webkit-transition-property: opacity;
				transition-property: opacity;
				-webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
				        transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
				opacity: 0.9;
				-webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
				        transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
				direction: ltr;
				opacity: 0;
				position: absolute;
				-webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
				transition: opacity 0.25s ease, visibility 0s ease 0.25s;
				visibility: hidden;
				z-index: 99997;
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
				opacity: 1;
				-webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
				transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
				visibility: visible;
}

.fancybox-infobar {
				color: #ccc;
				font-size: 13px;
				-webkit-font-smoothing: subpixel-antialiased;
				height: 44px;
				left: 0;
				line-height: 44px;
				min-width: 44px;
				mix-blend-mode: difference;
				padding: 0 10px;
				pointer-events: none;
				top: 0;
				-webkit-touch-callout: none;
				-webkit-user-select: none;
				-moz-user-select: none;
				-ms-user-select: none;
				user-select: none;
}

.fancybox-toolbar {
				right: 0;
				top: 0;
}

.fancybox-stage {
				direction: ltr;
				overflow: visible;
				-webkit-transform: translateZ(0);
				        transform: translateZ(0);
				z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
				overflow: hidden;
}

.fancybox-slide {
				-webkit-backface-visibility: hidden;
				display: none;
				height: 100%;
				left: 0;
				outline: none;
				overflow: auto;
				-webkit-overflow-scrolling: touch;
				padding: 44px;
				position: absolute;
				text-align: center;
				top: 0;
				-webkit-transition-property: opacity, -webkit-transform;
				transition-property: opacity, -webkit-transform;
				transition-property: transform, opacity;
				transition-property: transform, opacity, -webkit-transform;
				white-space: normal;
				width: 100%;
				z-index: 99994;
}

.fancybox-slide:before {
				content: "";
				display: inline-block;
				font-size: 0;
				height: 100%;
				vertical-align: middle;
				width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
				display: block;
}

.fancybox-slide--image {
				overflow: hidden;
				padding: 44px 0;
}

.fancybox-slide--image:before {
				display: none;
}

.fancybox-slide--html {
				padding: 6px;
}

.fancybox-content {
				background: #fff;
				display: inline-block;
				margin: 0;
				max-width: 100%;
				overflow: auto;
				-webkit-overflow-scrolling: touch;
				padding: 44px;
				position: relative;
				text-align: left;
				vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
				-webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
				        animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
				-webkit-backface-visibility: hidden;
				background: transparent;
				background-repeat: no-repeat;
				background-size: 100% 100%;
				left: 0;
				max-width: none;
				overflow: visible;
				padding: 0;
				position: absolute;
				top: 0;
				-webkit-transform-origin: top left;
				        transform-origin: top left;
				-webkit-transition-property: opacity, -webkit-transform;
				transition-property: opacity, -webkit-transform;
				transition-property: transform, opacity;
				transition-property: transform, opacity, -webkit-transform;
				-webkit-user-select: none;
				-moz-user-select: none;
				-ms-user-select: none;
				user-select: none;
				z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
				cursor: -webkit-zoom-out;
				cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
				cursor: -webkit-zoom-in;
				cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
				cursor: -webkit-grab;
				cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
				cursor: -webkit-grabbing;
				cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
				cursor: text;
}

.fancybox-image, .fancybox-spaceball {
				background: transparent;
				border: 0;
				height: 100%;
				left: 0;
				margin: 0;
				max-height: none;
				max-width: none;
				padding: 0;
				position: absolute;
				top: 0;
				-webkit-user-select: none;
				-moz-user-select: none;
				-ms-user-select: none;
				user-select: none;
				width: 100%;
}

.fancybox-spaceball {
				z-index: 1;
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
				height: 100%;
				overflow: visible;
				padding: 0;
				width: 100%;
}

.fancybox-slide--video .fancybox-content {
				background: #000;
}

.fancybox-slide--map .fancybox-content {
				background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
				background: #fff;
}

.fancybox-iframe, .fancybox-video {
				background: transparent;
				border: 0;
				display: block;
				height: 100%;
				margin: 0;
				overflow: hidden;
				padding: 0;
				width: 100%;
}

.fancybox-iframe {
				left: 0;
				position: absolute;
				top: 0;
}

.fancybox-error {
				background: #fff;
				cursor: default;
				max-width: 400px;
				padding: 40px;
				width: 100%;
}

.fancybox-error p {
				color: #444;
				font-size: 16px;
				line-height: 20px;
				margin: 0;
				padding: 0;
}

.fancybox-button {
				background: rgba(30, 30, 30, 0.6);
				border: 0;
				border-radius: 0;
				-webkit-box-shadow: none;
				        box-shadow: none;
				cursor: pointer;
				display: inline-block;
				height: 44px;
				margin: 0;
				padding: 10px;
				position: relative;
				-webkit-transition: color 0.2s;
				transition: color 0.2s;
				vertical-align: top;
				visibility: inherit;
				width: 44px;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
				color: #ccc;
}

.fancybox-button:hover {
				color: #fff;
}

.fancybox-button:focus {
				outline: none;
}

.fancybox-button.fancybox-focus {
				outline: 1px dotted;
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
				color: #888;
				cursor: default;
				outline: none;
}

.fancybox-button div {
				height: 100%;
}

.fancybox-button svg {
				display: block;
				height: 100%;
				overflow: visible;
				position: relative;
				width: 100%;
}

.fancybox-button svg path {
				fill: currentColor;
				stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
				display: none;
}

.fancybox-progress {
				background: #ff5268;
				height: 2px;
				left: 0;
				position: absolute;
				right: 0;
				top: 0;
				-webkit-transform: scaleX(0);
				        transform: scaleX(0);
				-webkit-transform-origin: 0;
				        transform-origin: 0;
				-webkit-transition-property: -webkit-transform;
				transition-property: -webkit-transform;
				transition-property: transform;
				transition-property: transform, -webkit-transform;
				-webkit-transition-timing-function: linear;
				        transition-timing-function: linear;
				z-index: 99998;
}

.fancybox-close-small {
				background: transparent;
				border: 0;
				border-radius: 0;
				color: #ccc;
				cursor: pointer;
				opacity: 0.8;
				padding: 8px;
				position: absolute;
				right: -12px;
				top: -44px;
				z-index: 401;
}

.fancybox-close-small:hover {
				color: #fff;
				opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
				color: currentColor;
				padding: 10px;
				right: 0;
				top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
				overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
				display: none;
}

.fancybox-navigation .fancybox-button {
				background-clip: content-box;
				height: 100px;
				opacity: 0;
				position: absolute;
				top: calc(50% - 50px);
				width: 70px;
}

.fancybox-navigation .fancybox-button div {
				padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
				left: 0;
				left: env(safe-area-inset-left);
				padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
				padding: 31px 6px 31px 26px;
				right: 0;
				right: env(safe-area-inset-right);
}

.fancybox-caption {
				background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(transparent));
				background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
				bottom: 0;
				color: #eee;
				font-size: 14px;
				font-weight: 400;
				left: 0;
				line-height: 1.5;
				padding: 75px 44px 25px;
				pointer-events: none;
				right: 0;
				text-align: center;
				z-index: 99996;
}

@supports (padding: max(0px)) {
				.fancybox-caption {
								padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
				}
}
.fancybox-caption--separate {
				margin-top: -50px;
}

.fancybox-caption__body {
				max-height: 50vh;
				overflow: auto;
				pointer-events: all;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
				color: #ccc;
				text-decoration: none;
}

.fancybox-caption a:hover {
				color: #fff;
				text-decoration: underline;
}

.fancybox-loading {
				-webkit-animation: a 1s linear infinite;
				        animation: a 1s linear infinite;
				background: transparent;
				border: 4px solid #888;
				border-bottom-color: #fff;
				border-radius: 50%;
				height: 50px;
				left: 50%;
				margin: -25px 0 0 -25px;
				opacity: 0.7;
				padding: 0;
				position: absolute;
				top: 50%;
				width: 50px;
				z-index: 99999;
}

@-webkit-keyframes a {
				to {
								-webkit-transform: rotate(1turn);
								        transform: rotate(1turn);
				}
}

@keyframes a {
				to {
								-webkit-transform: rotate(1turn);
								        transform: rotate(1turn);
				}
}
.fancybox-animated {
				-webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
				        transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
				opacity: 0;
				-webkit-transform: translate3d(-100%, 0, 0);
				        transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
				opacity: 0;
				-webkit-transform: translate3d(100%, 0, 0);
				        transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
				opacity: 1;
				-webkit-transform: translateZ(0);
				        transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
				opacity: 0;
				-webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
				        transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
				opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
				opacity: 0;
				-webkit-transform: scale3d(1.5, 1.5, 1.5);
				        transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
				opacity: 0;
				-webkit-transform: scale3d(0.5, 0.5, 0.5);
				        transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
				opacity: 1;
				-webkit-transform: scaleX(1);
				        transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
				opacity: 0;
				-webkit-transform: rotate(-1turn);
				        transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
				opacity: 0;
				-webkit-transform: rotate(1turn);
				        transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
				opacity: 1;
				-webkit-transform: rotate(0deg);
				        transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
				opacity: 0;
				-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
				        transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
				opacity: 0;
				-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
				        transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
				opacity: 1;
				-webkit-transform: scaleX(1) translateZ(0);
				        transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
				-webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
				        transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
				-webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
				        transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
				-webkit-transform: translateZ(0) scale(1);
				        transform: translateZ(0) scale(1);
}

@media (max-height: 576px) {
				.fancybox-slide {
								padding-left: 6px;
								padding-right: 6px;
				}
				.fancybox-slide--image {
								padding: 6px 0;
				}
				.fancybox-close-small {
								right: -6px;
				}
				.fancybox-slide--image .fancybox-close-small {
								background: #4e4e4e;
								color: #f2f4f6;
								height: 36px;
								opacity: 1;
								padding: 6px;
								right: 0;
								top: 0;
								width: 36px;
				}
				.fancybox-caption {
								padding-left: 12px;
								padding-right: 12px;
				}
				@supports (padding: max(0px)) {
								.fancybox-caption {
												padding-left: max(12px, env(safe-area-inset-left));
												padding-right: max(12px, env(safe-area-inset-right));
								}
				}
}
.fancybox-share {
				background: #f4f4f4;
				border-radius: 3px;
				max-width: 90%;
				padding: 30px;
				text-align: center;
}

.fancybox-share h1 {
				color: #222;
				font-size: 35px;
				font-weight: 700;
				margin: 0 0 20px;
}

.fancybox-share p {
				margin: 0;
				padding: 0;
}

.fancybox-share__button {
				border: 0;
				border-radius: 3px;
				display: inline-block;
				font-size: 14px;
				font-weight: 700;
				line-height: 40px;
				margin: 0 5px 10px;
				min-width: 130px;
				padding: 0 15px;
				text-decoration: none;
				-webkit-transition: all 0.2s;
				transition: all 0.2s;
				-webkit-user-select: none;
				-moz-user-select: none;
				-ms-user-select: none;
				user-select: none;
				white-space: nowrap;
}

.fancybox-share__button:link, .fancybox-share__button:visited {
				color: #fff;
}

.fancybox-share__button:hover {
				text-decoration: none;
}

.fancybox-share__button--fb {
				background: #3b5998;
}

.fancybox-share__button--fb:hover {
				background: #344e86;
}

.fancybox-share__button--pt {
				background: #bd081d;
}

.fancybox-share__button--pt:hover {
				background: #aa0719;
}

.fancybox-share__button--tw {
				background: #1da1f2;
}

.fancybox-share__button--tw:hover {
				background: #0d95e8;
}

.fancybox-share__button svg {
				height: 25px;
				margin-right: 7px;
				position: relative;
				top: -1px;
				vertical-align: middle;
				width: 25px;
}

.fancybox-share__button svg path {
				fill: #fff;
}

.fancybox-share__input {
				background: transparent;
				border: 0;
				border-bottom: 1px solid #d7d7d7;
				border-radius: 0;
				color: #5d5b5b;
				font-size: 14px;
				margin: 10px 0 0;
				outline: none;
				padding: 10px 15px;
				width: 100%;
}

.fancybox-thumbs {
				background: #ddd;
				bottom: 0;
				display: none;
				margin: 0;
				-webkit-overflow-scrolling: touch;
				-ms-overflow-style: -ms-autohiding-scrollbar;
				padding: 2px 2px 4px;
				position: absolute;
				right: 0;
				-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
				top: 0;
				width: 212px;
				z-index: 99995;
}

.fancybox-thumbs-x {
				overflow-x: auto;
				overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
				display: block;
}

.fancybox-show-thumbs .fancybox-inner {
				right: 212px;
}

.fancybox-thumbs__list {
				font-size: 0;
				height: 100%;
				list-style: none;
				margin: 0;
				overflow-x: hidden;
				overflow-y: auto;
				padding: 0;
				position: absolute;
				position: relative;
				white-space: nowrap;
				width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
				overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
				width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
				background: #fff;
				border-radius: 10px;
				-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
				        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
				background: #2a2a2a;
				border-radius: 10px;
}

.fancybox-thumbs__list a {
				-webkit-backface-visibility: hidden;
				backface-visibility: hidden;
				background-color: rgba(0, 0, 0, 0.1);
				background-position: 50%;
				background-repeat: no-repeat;
				background-size: cover;
				cursor: pointer;
				float: left;
				height: 75px;
				margin: 2px;
				max-height: calc(100% - 8px);
				max-width: calc(50% - 4px);
				outline: none;
				overflow: hidden;
				padding: 0;
				position: relative;
				-webkit-tap-highlight-color: transparent;
				width: 100px;
}

.fancybox-thumbs__list a:before {
				border: 6px solid #ff5268;
				bottom: 0;
				content: "";
				left: 0;
				opacity: 0;
				position: absolute;
				right: 0;
				top: 0;
				-webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
				transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
				z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
				opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
				opacity: 1;
}

@media (max-width: 576px) {
				.fancybox-thumbs {
								width: 110px;
				}
				.fancybox-show-thumbs .fancybox-inner {
								right: 110px;
				}
				.fancybox-thumbs__list a {
								max-width: calc(100% - 10px);
				}
}
/**
 * Swiper 11.1.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 15, 2024
 */
@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;
				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-slide-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;
				    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 {
				pointer-events: auto;
}

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

.select2-container {
				-webkit-box-sizing: border-box;
				        box-sizing: border-box;
				display: inline-block;
				margin: 0;
				position: relative;
				vertical-align: middle;
}

.select2-container .select2-selection--single {
				-webkit-box-sizing: border-box;
				        box-sizing: border-box;
				cursor: pointer;
				display: block;
				height: 28px;
				-moz-user-select: none;
				 -ms-user-select: none;
				     user-select: none;
				-webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
				display: block;
				padding-left: 8px;
				padding-right: 20px;
				overflow: hidden;
				text-overflow: ellipsis;
				white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
				background-color: transparent;
				border: none;
				font-size: 1em;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
				padding-right: 8px;
				padding-left: 20px;
}

.select2-container .select2-selection--multiple {
				-webkit-box-sizing: border-box;
				        box-sizing: border-box;
				cursor: pointer;
				display: block;
				min-height: 32px;
				-moz-user-select: none;
				 -ms-user-select: none;
				     user-select: none;
				-webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
				display: inline;
				list-style: none;
				padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
				background-color: transparent;
				border: none;
				font-size: 1em;
}

.select2-container .select2-search--inline .select2-search__field {
				-webkit-box-sizing: border-box;
				        box-sizing: border-box;
				border: none;
				font-size: 100%;
				margin-top: 5px;
				margin-left: 5px;
				padding: 0;
				max-width: 100%;
				resize: none;
				height: 18px;
				vertical-align: bottom;
				font-family: sans-serif;
				overflow: hidden;
				word-break: keep-all;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
				-webkit-appearance: none;
}

.select2-dropdown {
				background-color: white;
				border: 1px solid #aaa;
				border-radius: 4px;
				-webkit-box-sizing: border-box;
				        box-sizing: border-box;
				display: block;
				position: absolute;
				left: -100000px;
				width: 100%;
				z-index: 1051;
}

.select2-results {
				display: block;
}

.select2-results__options {
				list-style: none;
				margin: 0;
				padding: 0;
}

.select2-results__option {
				padding: 6px;
				-moz-user-select: none;
				 -ms-user-select: none;
				     user-select: none;
				-webkit-user-select: none;
}

.select2-results__option--selectable {
				cursor: pointer;
}

.select2-container--open .select2-dropdown {
				left: 0;
}

.select2-container--open .select2-dropdown--above {
				border-bottom: none;
				border-bottom-left-radius: 0;
				border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
				border-top: none;
				border-top-left-radius: 0;
				border-top-right-radius: 0;
}

.select2-search--dropdown {
				display: block;
				padding: 4px;
}

.select2-search--dropdown .select2-search__field {
				padding: 4px;
				width: 100%;
				-webkit-box-sizing: border-box;
				        box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
				-webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
				display: none;
}

.select2-close-mask {
				border: 0;
				margin: 0;
				padding: 0;
				display: block;
				position: fixed;
				left: 0;
				top: 0;
				min-height: 100%;
				min-width: 100%;
				height: auto;
				width: auto;
				opacity: 0;
				z-index: 99;
				background-color: #fff;
				filter: alpha(opacity=0);
}

.select2-hidden-accessible {
				border: 0 !important;
				clip: rect(0 0 0 0) !important;
				clip-path: inset(50%) !important;
				height: 1px !important;
				overflow: hidden !important;
				padding: 0 !important;
				position: absolute !important;
				width: 1px !important;
				white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
				background-color: #fff;
				border: 1px solid #aaa;
				border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
				color: #444;
				line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
				cursor: pointer;
				float: right;
				font-weight: bold;
				height: 26px;
				margin-right: 20px;
				padding-right: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
				color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
				height: 26px;
				position: absolute;
				top: 1px;
				right: 1px;
				width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
				border-color: #888 transparent transparent transparent;
				border-style: solid;
				border-width: 5px 4px 0 4px;
				height: 0;
				left: 50%;
				margin-left: -4px;
				margin-top: -2px;
				position: absolute;
				top: 50%;
				width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
				float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
				left: 1px;
				right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
				background-color: #eee;
				cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
				display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
				border-color: transparent transparent #888 transparent;
				border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
				background-color: white;
				border: 1px solid #aaa;
				border-radius: 4px;
				cursor: text;
				padding-bottom: 5px;
				padding-right: 5px;
				position: relative;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
				padding-right: 25px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
				cursor: pointer;
				font-weight: bold;
				height: 20px;
				margin-right: 10px;
				margin-top: 5px;
				position: absolute;
				right: 0;
				padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
				background-color: #e4e4e4;
				border: 1px solid #aaa;
				border-radius: 4px;
				-webkit-box-sizing: border-box;
				        box-sizing: border-box;
				display: inline-block;
				margin-left: 5px;
				margin-top: 5px;
				padding: 0;
				padding-left: 20px;
				position: relative;
				max-width: 100%;
				overflow: hidden;
				text-overflow: ellipsis;
				vertical-align: bottom;
				white-space: nowrap;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
				cursor: default;
				padding-left: 2px;
				padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
				background-color: transparent;
				border: none;
				border-right: 1px solid #aaa;
				border-top-left-radius: 4px;
				border-bottom-left-radius: 4px;
				color: #999;
				cursor: pointer;
				font-size: 1em;
				font-weight: bold;
				padding: 0 4px;
				position: absolute;
				left: 0;
				top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
				background-color: #f1f1f1;
				color: #333;
				outline: none;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
				margin-left: 5px;
				margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
				padding-left: 5px;
				padding-right: 2px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
				border-left: 1px solid #aaa;
				border-right: none;
				border-top-left-radius: 0;
				border-bottom-left-radius: 0;
				border-top-right-radius: 4px;
				border-bottom-right-radius: 4px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
				float: left;
				margin-left: 10px;
				margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
				border: solid black 1px;
				outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
				background-color: #eee;
				cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
				display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
				border-top-left-radius: 0;
				border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
				border-bottom-left-radius: 0;
				border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
				border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
				background: transparent;
				border: none;
				outline: 0;
				-webkit-box-shadow: none;
				        box-shadow: none;
				-webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
				max-height: 200px;
				overflow-y: auto;
}

.select2-container--default .select2-results__option .select2-results__option {
				padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
				padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
				margin-left: -1em;
				padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
				margin-left: -2em;
				padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
				margin-left: -3em;
				padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
				margin-left: -4em;
				padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
				margin-left: -5em;
				padding-left: 6em;
}

.select2-container--default .select2-results__option--group {
				padding: 0;
}

.select2-container--default .select2-results__option--disabled {
				color: #999;
}

.select2-container--default .select2-results__option--selected {
				background-color: #ddd;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
				background-color: #5897fb;
				color: white;
}

.select2-container--default .select2-results__group {
				cursor: default;
				display: block;
				padding: 6px;
}

.select2-container--classic .select2-selection--single {
				background-color: #f7f7f7;
				border: 1px solid #aaa;
				border-radius: 4px;
				outline: 0;
				background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
				background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
				background-repeat: repeat-x;
				filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
				border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
				color: #444;
				line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
				cursor: pointer;
				float: right;
				font-weight: bold;
				height: 26px;
				margin-right: 20px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
				color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
				background-color: #ddd;
				border: none;
				border-left: 1px solid #aaa;
				border-top-right-radius: 4px;
				border-bottom-right-radius: 4px;
				height: 26px;
				position: absolute;
				top: 1px;
				right: 1px;
				width: 20px;
				background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
				background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
				background-repeat: repeat-x;
				filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
				border-color: #888 transparent transparent transparent;
				border-style: solid;
				border-width: 5px 4px 0 4px;
				height: 0;
				left: 50%;
				margin-left: -4px;
				margin-top: -2px;
				position: absolute;
				top: 50%;
				width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
				float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
				border: none;
				border-right: 1px solid #aaa;
				border-radius: 0;
				border-top-left-radius: 4px;
				border-bottom-left-radius: 4px;
				left: 1px;
				right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
				border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
				background: transparent;
				border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
				border-color: transparent transparent #888 transparent;
				border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
				border-top: none;
				border-top-left-radius: 0;
				border-top-right-radius: 0;
				background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #eee));
				background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
				background-repeat: repeat-x;
				filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
				border-bottom: none;
				border-bottom-left-radius: 0;
				border-bottom-right-radius: 0;
				background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#fff));
				background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
				background-repeat: repeat-x;
				filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
				background-color: white;
				border: 1px solid #aaa;
				border-radius: 4px;
				cursor: text;
				outline: 0;
				padding-bottom: 5px;
				padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple:focus {
				border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
				display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
				background-color: #e4e4e4;
				border: 1px solid #aaa;
				border-radius: 4px;
				display: inline-block;
				margin-left: 5px;
				margin-top: 5px;
				padding: 0;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
				cursor: default;
				padding-left: 2px;
				padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
				background-color: transparent;
				border: none;
				border-top-left-radius: 4px;
				border-bottom-left-radius: 4px;
				color: #888;
				cursor: pointer;
				font-size: 1em;
				font-weight: bold;
				padding: 0 4px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
				color: #555;
				outline: none;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
				margin-left: 5px;
				margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
				padding-left: 5px;
				padding-right: 2px;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
				border-top-left-radius: 0;
				border-bottom-left-radius: 0;
				border-top-right-radius: 4px;
				border-bottom-right-radius: 4px;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
				border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
				border-top: none;
				border-top-left-radius: 0;
				border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
				border-bottom: none;
				border-bottom-left-radius: 0;
				border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
				border: 1px solid #aaa;
				outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
				outline: 0;
				-webkit-box-shadow: none;
				        box-shadow: none;
}

.select2-container--classic .select2-dropdown {
				background-color: #fff;
				border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
				border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
				border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
				max-height: 200px;
				overflow-y: auto;
}

.select2-container--classic .select2-results__option--group {
				padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
				color: grey;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
				background-color: #3875d7;
				color: #fff;
}

.select2-container--classic .select2-results__group {
				cursor: default;
				display: block;
				padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
				border-color: #5897fb;
}

.hero--home {
				background: #031135;
				padding-top: 104px;
				padding-bottom: 111px;
}
@media only screen and (max-width: 750px) {
				.hero--home {
								padding-top: 102px;
								padding-bottom: 51px;
				}
}
.hero--home .hero__image {
				position: absolute;
				top: 104px;
				right: 0;
				z-index: 1;
				aspect-ratio: 1276/776;
				width: 88.612%;
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(50px) translateY(0));
				        transform: var(--fade-transform, translateX(50px) translateY(0));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.2s;
				        transition-delay: 0.2s;
				overflow: hidden;
}
.hero--home .hero__image:before {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				content: "";
				background: url(images/hero-shape.svg) center/cover no-repeat;
				z-index: 3;
}
.hero--home .hero__image:after {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				width: 150%;
				background: linear-gradient(253deg, rgba(0, 37, 84, 0) 14.99%, rgba(10, 27, 70, 0.85) 78.36%), 50%;
				content: "";
				z-index: 2;
}
@media only screen and (max-width: 750px) {
				.hero--home .hero__image {
								display: none;
				}
}
.hero--home .hero__image__mobile {
				display: none;
				position: absolute;
				top: 123px;
				right: 0;
				z-index: 1;
				aspect-ratio: 375/397;
				width: 100%;
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(50px) translateY(0));
				        transform: var(--fade-transform, translateX(50px) translateY(0));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.2s;
				        transition-delay: 0.2s;
}
@media only screen and (max-width: 750px) {
				.hero--home .hero__image__mobile {
								display: block;
				}
}
@media only screen and (max-width: 750px) {
				.hero--home .hero__image__mobile svg {
								position: absolute;
								top: 0;
								left: 0;
								width: 100%;
								height: 100%;
				}
}
.hero--home .hero__cont {
				position: relative;
				z-index: 2;
				aspect-ratio: 1440/776;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
}
@media only screen and (max-width: 900px) {
				.hero--home .hero__cont {
								width: 100%;
				}
}
@media only screen and (max-width: 750px) {
				.hero--home .hero__cont {
								aspect-ratio: 375/397;
				}
}
.hero--home .hero__cont .container {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
}
.hero--home .hero__content {
				padding-top: 80px;
				padding-left: 114px;
				width: 100%;
}
@media only screen and (max-width: 750px) {
				.hero--home .hero__content {
								padding-top: 114px;
								padding-left: 49px;
				}
}
.hero--home .hero__title {
				width: 900px;
				max-width: 100%;
				letter-spacing: -3px;
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(-50px) translateY(0));
				        transform: var(--fade-transform, translateX(-50px) translateY(0));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.4s;
				        transition-delay: 0.4s;
				line-height: 1;
				font-weight: 600;
}
.hero--home .hero__title strong {
				color: #D23C3A;
}
@media only screen and (max-width: 1050px) {
				.hero--home .hero__title {
								width: 100%;
				}
}
.hero--home .hero__text {
				width: 503px;
				max-width: 100%;
				font-weight: 400;
				margin-top: 40px;
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(-50px) translateY(0));
				        transform: var(--fade-transform, translateX(-50px) translateY(0));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.6s;
				        transition-delay: 0.6s;
}
@media only screen and (max-width: 750px) {
				.hero--home .hero__text {
								margin-top: 17px;
								width: 245px;
				}
}
.hero--home .hero__text p {
				line-height: 1.41em;
}
@media only screen and (max-width: 750px) {
				.hero--home .hero__text p {
								line-height: 1.55em;
				}
}

.hero--subtitle {
				background: #031135;
				padding-bottom: 64px;
}
@media only screen and (max-width: 750px) {
				.hero--subtitle {
								padding-bottom: 48px;
				}
}
.hero--subtitle .container {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: end;
				    -ms-flex-pack: end;
				        justify-content: flex-end;
}
.hero--subtitle .hero__subtitle {
				color: #ffffff;
				width: 477px;
				max-width: 100%;
				font-weight: 400;
				padding-right: 20px;
				position: relative;
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(50px) translateY(0));
				        transform: var(--fade-transform, translateX(50px) translateY(0));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.8s;
				        transition-delay: 0.8s;
}
@media only screen and (max-width: 750px) {
				.hero--subtitle .hero__subtitle {
								padding-left: 104px;
				}
}
.hero--subtitle .hero__subtitle:before {
				position: absolute;
				top: 4px;
				left: -63px;
				width: 37.81px;
				height: 39px;
				background: url(images/hero-subtitle-icon.svg) center/cover no-repeat;
				content: "";
}
@media only screen and (max-width: 750px) {
				.hero--subtitle .hero__subtitle:before {
								top: 7px;
								left: 51px;
								width: 29px;
								height: 30px;
				}
}
.hero--subtitle .hero__subtitle p {
				line-height: 1.39em;
}
@media only screen and (max-width: 750px) {
				.hero--subtitle .hero__subtitle p {
								font-size: 14px;
								line-height: 1.6em;
				}
}
.hero--subtitle .hero__subtitle a {
				color: #2288C8;
				text-decoration: none;
}
.hero--subtitle .hero__subtitle a:hover {
				color: #D23C3A;
}

.hero--page {
				background: #031135;
				padding-top: 104px;
				padding-bottom: 96px;
				min-height: 864px;
}
@media only screen and (max-width: 1260px) {
				.hero--page {
								min-height: auto;
				}
}
.hero--page .container {
				position: relative;
}
.hero--page .hero__image {
				position: absolute;
				top: 0px;
				right: -21.3%;
				z-index: 1;
				aspect-ratio: 1488/743;
				width: 100%;
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(50px) translateY(0));
				        transform: var(--fade-transform, translateX(50px) translateY(0));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.2s;
				        transition-delay: 0.2s;
}
@media only screen and (max-width: 900px) {
				.hero--page .hero__image {
								width: 140%;
				}
}
@media only screen and (max-width: 750px) {
				.hero--page .hero__image {
								width: 230%;
								right: -85%;
				}
}
.hero--page .hero__image svg {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
}
.hero--page .hero__cont {
				position: relative;
				z-index: 2;
				margin: 173px 0 0 113px;
				width: 576px;
				max-width: 100%;
}
@media only screen and (max-width: 1050px) {
				.hero--page .hero__cont {
								width: 100%;
								margin: 90px 0 0 0;
								padding-left: 0;
				}
}
.hero--page .hero__uppertitle {
				margin-bottom: 29px;
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(-50px) translateY(0));
				        transform: var(--fade-transform, translateX(-50px) translateY(0));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.4s;
				        transition-delay: 0.4s;
}
.hero--page .hero__title {
				max-width: 100%;
				letter-spacing: -1px;
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(-50px) translateY(0));
				        transform: var(--fade-transform, translateX(-50px) translateY(0));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.6s;
				        transition-delay: 0.6s;
				line-height: 1.2;
				font-weight: 600;
}
.hero--page .hero__title strong {
				color: #D23C3A;
}
.hero--page .hero__subtitle {
				max-width: 100%;
				letter-spacing: -1px;
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(-50px) translateY(0));
				        transform: var(--fade-transform, translateX(-50px) translateY(0));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.8s;
				        transition-delay: 0.8s;
				line-height: 1.2;
				font-weight: 600;
				margin-bottom: 30px;
}
.hero--page .hero__legend {
				max-width: 100%;
				letter-spacing: -1px;
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(-50px) translateY(0));
				        transform: var(--fade-transform, translateX(-50px) translateY(0));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.8s;
				        transition-delay: 0.8s;
				line-height: 1.2;
				font-weight: 600;
}
.hero--page .hero__text {
				margin-top: 11px;
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(-50px) translateY(0));
				        transform: var(--fade-transform, translateX(-50px) translateY(0));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 1s;
				        transition-delay: 1s;
				width: 504px;
				max-width: 100%;
}
@media only screen and (max-width: 900px) {
				.hero--page .hero__text {
								width: 100%;
								padding-right: 20px;
								padding-left: 30px;
				}
}
.hero--page .hero__text p {
				line-height: 1.5em;
				margin-bottom: 25px;
}
.hero--page .hero__text p:nth-last-child(1) {
				margin-bottom: 0;
}
.hero--page .dot-mark:before {
				top: 7px;
}
@media only screen and (max-width: 900px) {
				.hero--page .dot-mark:before {
								left: 0;
				}
}

.hero--labs {
				background: #FAAE5B;
				padding-top: 214px;
				padding-bottom: 100px;
}
@media only screen and (max-width: 1050px) {
				.hero--labs {
								padding-top: 160px;
								padding-bottom: 55px;
				}
}
@media only screen and (max-width: 750px) {
				.hero--labs {
								padding-top: 141px;
								padding-bottom: 22px;
				}
}
.hero--labs .hero__image {
				position: relative;
				aspect-ratio: 678/701;
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(50px) translateY(0));
				        transform: var(--fade-transform, translateX(50px) translateY(0));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.2s;
				        transition-delay: 0.2s;
}
@media only screen and (max-width: 750px) {
				.hero--labs .hero__image {
								position: absolute;
								top: 97px;
								right: -60px;
								display: block;
								width: 288px;
								height: 298px;
				}
}
.hero--labs .hero__cont {
				display: -ms-grid;
				display: grid;
				-ms-grid-columns: 49.5% 50.5%;
				grid-template-columns: 49.5% 50.5%;
}
@media only screen and (max-width: 1050px) {
				.hero--labs .hero__cont {
								-ms-grid-columns: 1fr 30px 1fr;
								grid-template-columns: repeat(2, 1fr);
								gap: 30px;
				}
}
@media only screen and (max-width: 900px) {
				.hero--labs .hero__cont {
								-ms-grid-columns: (1fr)[1];
								grid-template-columns: repeat(1, 1fr);
				}
}
.hero--labs .hero__col:nth-child(1) {
				padding-left: 109px;
				position: relative;
				z-index: 2;
}
@media only screen and (max-width: 1050px) {
				.hero--labs .hero__col:nth-child(1) {
								padding-left: 49px;
				}
}
@media only screen and (max-width: 750px) {
				.hero--labs .hero__col:nth-child(1) {
								padding-left: 0;
				}
}
.hero--labs .hero__uppertitle {
				margin-bottom: 29px;
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(-50px) translateY(0));
				        transform: var(--fade-transform, translateX(-50px) translateY(0));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.4s;
				        transition-delay: 0.4s;
				margin-top: 50px;
}
@media only screen and (max-width: 900px) {
				.hero--labs .hero__uppertitle {
								margin-top: 0;
				}
}
@media only screen and (max-width: 750px) {
				.hero--labs .hero__uppertitle {
								margin-bottom: 82px;
				}
}
.hero--labs .hero__title {
				max-width: 100%;
				letter-spacing: -1px;
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(-50px) translateY(0));
				        transform: var(--fade-transform, translateX(-50px) translateY(0));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.6s;
				        transition-delay: 0.6s;
				line-height: 1;
				font-weight: 600;
}
.hero--labs .hero__title strong {
				color: #D23C3A;
}
@media only screen and (max-width: 750px) {
				.hero--labs .hero__title {
								width: 368px;
								max-width: 100%;
				}
}
@media only screen and (max-width: 400px) {
				.hero--labs .hero__title {
								width: 100%;
				}
}
.hero--labs .hero__text {
				margin-top: 11px;
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(-50px) translateY(0));
				        transform: var(--fade-transform, translateX(-50px) translateY(0));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.8s;
				        transition-delay: 0.8s;
				margin-top: 22px;
				width: 500px;
				max-width: 100%;
}
@media only screen and (max-width: 1050px) {
				.hero--labs .hero__text {
								width: 100%;
				}
}
@media only screen and (max-width: 750px) {
				.hero--labs .hero__text {
								padding-left: 35px;
								margin-top: 57px;
								padding-right: 20px;
				}
}
.hero--labs .hero__text p {
				line-height: 1.5em;
				color: #031135;
}
@media only screen and (max-width: 750px) {
				.hero--labs .hero__text p {
								line-height: 1.58em;
				}
}
.hero--labs .dot-mark:before {
				top: 7px;
}
@media only screen and (max-width: 750px) {
				.hero--labs .dot-mark:before {
								left: 8px;
				}
}

.hero--capabilities.with-quote .hero__cont {
				padding: 270px 0 300px 116px;
}
@media only screen and (max-width: 1050px) {
				.hero--capabilities.with-quote .hero__cont {
								padding: 180px 0 260px 49px;
				}
}
@media only screen and (max-width: 750px) {
				.hero--capabilities.with-quote .hero__cont {
								padding: 180px 0 260px 36px;
				}
}
.hero--capabilities .hero__top {
				background: #031135;
				overflow: hidden;
				position: relative;
}
.hero--capabilities .hero__image {
				position: absolute;
				top: 20%;
				right: 4%;
				aspect-ratio: 978/735;
				width: 978px;
				max-width: 100%;
}
@media only screen and (max-width: 750px) {
				.hero--capabilities .hero__image {
								top: 12%;
				}
}
.hero--capabilities .hero__image .image-background {
				position: relative;
}
.hero--capabilities .hero__image .image-background img {
				-o-object-fit: contain;
				   object-fit: contain;
				-o-object-position: top right;
				   object-position: top right;
}
@media only screen and (max-width: 750px) {
				.hero--capabilities .hero__image .image-background img {
								display: none;
				}
}
.hero--capabilities .hero__image .image-background .image-mobile {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
}
@media only screen and (min-width: 750px) {
				.hero--capabilities .hero__image .image-background .image-mobile {
								display: none;
				}
}
@media only screen and (max-width: 750px) {
				.hero--capabilities .hero__image .image-background .image-mobile img {
								display: block;
				}
}
.hero--capabilities .hero__cont {
				padding: 450px 0 105px 116px;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
				gap: 30px;
				position: relative;
				z-index: 2;
}
@media only screen and (max-width: 1050px) {
				.hero--capabilities .hero__cont {
								padding: 200px 0 50px 49px;
				}
}
@media only screen and (max-width: 750px) {
				.hero--capabilities .hero__cont {
								padding: 200px 0 50px 36px;
				}
}
.hero--capabilities .hero__uppertitle {
				text-transform: uppercase;
}
.hero--capabilities .hero__title {
				width: 632px;
				max-width: 100%;
				font-weight: 600;
}
@media (max-width: 400px) {
				.hero--capabilities .hero__title {
								font-size: 40px;
				}
}
.hero--capabilities .hero__text {
				margin-top: 20px;
				width: 495px;
				max-width: 100%;
}
.hero--capabilities .hero__text p {
				line-height: 1.5em;
}
.hero--capabilities .hero__text.dot-mark::before {
				top: 6px;
}
.hero--capabilities .hero__bottom {
				margin-bottom: -15vh;
}
.hero--capabilities .hero__quote {
				width: 722px;
				max-width: 100%;
				padding: 82px 50px 100px 82px;
				margin-left: 35px;
				background: #002554;
				border-radius: 15px;
				-webkit-transform: translateY(-215px);
				        transform: translateY(-215px);
				position: relative;
				z-index: 3;
}
@media only screen and (max-width: 1050px) {
				.hero--capabilities .hero__quote {
								margin-left: 0;
								padding: 42px 30px 60px 50px;
				}
}
.hero--capabilities .hero__quote__title {
				font-weight: 600;
}
@media only screen and (min-width: 1440px) {
				.hero--capabilities .hero__quote__title {
								font-size: 50px;
				}
}
.hero--capabilities .hero__quote__title strong {
				color: #D23C3A;
}
.hero--capabilities .hero__quote__text {
				margin-top: 30px;
				width: 523px;
				max-width: 100%;
}
.hero--capabilities .hero__quote__text p {
				line-height: 1.5em;
}

.banners--awards {
				position: relative;
				padding-top: 100px;
				overflow: hidden;
				padding-bottom: 76px;
}
@media only screen and (max-width: 1050px) {
				.banners--awards {
								padding-top: 0;
				}
}
@media only screen and (max-width: 900px) {
				.banners--awards {
								padding-bottom: 55px;
				}
}
.banners--awards .container {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-ms-flex-wrap: wrap;
				    flex-wrap: wrap;
				-webkit-box-pack: end;
				    -ms-flex-pack: end;
				        justify-content: flex-end;
}
.banners--awards .banners__cont {
				position: relative;
				z-index: 2;
}
.banners--awards .banners__image {
				position: absolute;
				bottom: 0;
				width: 100%;
				height: calc(100% - 100px);
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(0) translateY(0));
				        transform: var(--fade-transform, translateX(0) translateY(0));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.2s;
				        transition-delay: 0.2s;
}
.banners--awards .banners__image__mobile {
				display: none;
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
}
@media only screen and (max-width: 900px) {
				.banners--awards .banners__image img {
								display: none;
				}
				.banners--awards .banners__image__mobile, .banners--awards .banners__image__mobile img {
								display: block;
				}
}
.banners--awards .banners__quote {
				margin-top: -100px;
				width: 75.9%;
				background: #ffffff;
				border-radius: 15px;
				padding: 101px 50px 103px 161px;
				position: relative;
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(50px) translateY(0));
				        transform: var(--fade-transform, translateX(50px) translateY(0));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.4s;
				        transition-delay: 0.4s;
}
@media only screen and (max-width: 1050px) {
				.banners--awards .banners__quote {
								width: 100%;
								margin-top: 0;
								padding: 40px 0 40px 60px;
				}
}
.banners--awards .banners__quote:before {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				width: 50vw;
				left: auto;
				right: 0;
				-webkit-transform: translate(95%, 0);
				        transform: translate(95%, 0);
				z-index: -1;
				background: #ffffff;
				content: "";
}
@media only screen and (max-width: 1050px) {
				.banners--awards .banners__quote:before {
								left: -12px;
								right: auto;
								width: 100vw;
								-webkit-transform: translate(0, 0);
								        transform: translate(0, 0);
				}
}
.banners--awards .banners__quote__title {
				color: #002554;
				font-weight: 600;
				line-height: 1.26em;
				width: 680px;
				max-width: 100%;
				position: relative;
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(50px) translateY(0));
				        transform: var(--fade-transform, translateX(50px) translateY(0));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.6s;
				        transition-delay: 0.6s;
}
@media only screen and (max-width: 1050px) {
				.banners--awards .banners__quote__title {
								width: 100%;
				}
}
@media only screen and (max-width: 600px) {
				.banners--awards .banners__quote__title {
								font-size: 20px;
				}
}
.banners--awards .banners__quote__title:before {
				position: absolute;
				top: 0;
				left: -27px;
				font-size: 50px;
				font-family: "Brockmann", sans-serif;
				color: #002554;
				content: "“";
}
@media only screen and (max-width: 1050px) {
				.banners--awards .banners__quote__title:before {
								font-size: 40px;
				}
}
@media only screen and (max-width: 600px) {
				.banners--awards .banners__quote__title:before {
								font-size: 30px;
				}
}
.banners--awards .banners__quote__title:after {
				position: absolute;
				top: 20px;
				left: -80px;
				width: 35px;
				height: 17px;
				background: url(images/mark-quote.svg) center/contain no-repeat;
				content: "";
}
@media only screen and (max-width: 1050px) {
				.banners--awards .banners__quote__title:after {
								width: 20px;
								height: 9.7px;
								left: -59px;
								top: 6px;
				}
}
@media only screen and (max-width: 600px) {
				.banners--awards .banners__quote__title p:nth-last-child(1) {
								font-size: 20px;
				}
}
.banners--awards .banners__quote__title p:nth-last-child(1):after {
				font-size: 50px;
				font-family: "Brockmann", sans-serif;
				color: #002554;
				content: "”";
}
@media only screen and (max-width: 1050px) {
				.banners--awards .banners__quote__title p:nth-last-child(1):after {
								font-size: 40px;
				}
}
@media only screen and (max-width: 600px) {
				.banners--awards .banners__quote__title p:nth-last-child(1):after {
								font-size: 30px;
				}
}
@media only screen and (max-width: 600px) {
				.banners--awards .banners__quote__title p:nth-last-child(1):after {
								font-size: 20px;
				}
}
.banners--awards .banners__quote__text {
				color: #002554;
				margin-top: 39px;
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(50px) translateY(0));
				        transform: var(--fade-transform, translateX(50px) translateY(0));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.8s;
				        transition-delay: 0.8s;
}
@media only screen and (max-width: 1050px) {
				.banners--awards .banners__quote__text {
								margin-top: 20px;
				}
}
.banners--awards .banners__bottom {
				width: 100%;
				margin-top: 238px;
				display: -ms-grid;
				display: grid;
				-ms-grid-columns: auto 50px 623px;
				grid-template-columns: auto 623px;
				gap: 50px;
}
@media only screen and (max-width: 1260px) {
				.banners--awards .banners__bottom {
								-ms-grid-columns: (1fr)[2];
								grid-template-columns: repeat(2, 1fr);
				}
}
@media only screen and (max-width: 900px) {
				.banners--awards .banners__bottom {
								-ms-grid-columns: (1fr)[1];
								grid-template-columns: repeat(1, 1fr);
								margin-top: 55px;
				}
}
.banners--awards .banners__col:nth-child(1) {
				padding-left: 113px;
}
@media only screen and (max-width: 1260px) {
				.banners--awards .banners__col:nth-child(1) {
								padding-left: 0;
				}
}
.banners--awards .banners__uppertitle {
				font-weight: 600;
				margin-bottom: 47px;
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(-50px) translateY(0));
				        transform: var(--fade-transform, translateX(-50px) translateY(0));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.2s;
				        transition-delay: 0.2s;
}
.banners--awards .banners__title {
				letter-spacing: -1px;
				line-height: 1;
				font-weight: 600;
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(-50px) translateY(0));
				        transform: var(--fade-transform, translateX(-50px) translateY(0));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.4s;
				        transition-delay: 0.4s;
}
.banners--awards .banners__title strong {
				color: #D23C3A;
}
@media only screen and (max-width: 1050px) {
				.banners--awards .banners__title {
								width: 100%;
				}
}
.banners--awards .banners__text {
				margin-top: 25px;
				width: 515px;
				max-width: 100%;
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(-50px) translateY(0));
				        transform: var(--fade-transform, translateX(-50px) translateY(0));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.6s;
				        transition-delay: 0.6s;
}
@media only screen and (max-width: 1440px) {
				.banners--awards .banners__text {
								width: 100%;
				}
}
.banners--awards .banners__text p {
				line-height: 1.5em;
}
.banners--awards .banners__list {
				border-radius: 15px;
				background: #2288C8;
				margin-top: 7px;
				padding: 50px 67px 27px;
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(50px) translateY(0));
				        transform: var(--fade-transform, translateX(50px) translateY(0));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.8s;
				        transition-delay: 0.8s;
}
@media only screen and (max-width: 1050px) {
				.banners--awards .banners__list {
								padding: 30px;
				}
}
.banners--awards .banners__list__title {
				font-weight: 600;
				margin-bottom: 9px;
}
.banners--awards .banners__list__item {
				padding: 32px 0;
				border-top: 1px solid #ffffff;
}
.banners--awards .banners__list__item:nth-child(1) {
				border: none;
}
.banners--awards .banners__list__item__title {
				font-weight: 500;
}

.hero--news {
				background: #031135;
}
.hero--news .hero__cont {
				padding-top: 256px;
				padding-bottom: 42px;
				position: relative;
}
.hero--news .hero__cont:before {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				width: 931px;
				height: 407px;
				content: "";
				background: url(images/hero-shape-inverted.svg) center/cover no-repeat;
				z-index: 3;
}
.hero--news .hero__title {
				position: relative;
				z-index: 4;
				color: #D23C3A;
				font-weight: 600;
}

.hero--simple {
				background: #031135;
				position: relative;
}
.hero--simple:before {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				content: "";
				background: url(images/hero-shape-inverted.svg) center/cover no-repeat;
}
@media only screen and (max-width: 1050px) {
				.hero--simple:before {
								top: 115px;
								width: 729px;
								height: 375px;
				}
}
.hero--simple .hero__cont {
				padding: 230px 0 85px 112px;
				position: relative;
				z-index: 4;
}
@media only screen and (max-width: 1050px) {
				.hero--simple .hero__cont {
								padding: 148px 0 65px;
				}
}
.hero--simple .hero__uppertitle {
				text-transform: uppercase;
				color: #ffffff;
				position: relative;
}
.hero--simple .hero__title {
				position: relative;
				color: #ffffff;
				width: 726px;
				max-width: 100%;
				margin-top: 22px;
}
.hero--simple .hero__title strong {
				color: #D23C3A;
}
@media only screen and (max-width: 1050px) {
				.hero--simple .hero__title {
								margin-top: 94px;
				}
}
.hero--simple .hero__text {
				margin-top: 10px;
				width: 600px;
				max-width: 100%;
				position: relative;
				z-index: 4;
}
.hero--simple .hero__text p {
				line-height: 1.5em;
}
.hero--simple .hero__text.dot-mark:before {
				top: 6px;
}
@media only screen and (max-width: 1050px) {
				.hero--simple .hero__text {
								margin-left: 36px;
								margin-top: 42px;
								max-width: calc(100% - 36px);
				}
}

.banners--awards {
				position: relative;
				padding-top: 100px;
				overflow: hidden;
				padding-bottom: 76px;
}
@media only screen and (max-width: 1050px) {
				.banners--awards {
								padding-top: 0;
				}
}
@media only screen and (max-width: 900px) {
				.banners--awards {
								padding-bottom: 55px;
				}
}
.banners--awards .container {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-ms-flex-wrap: wrap;
				    flex-wrap: wrap;
				-webkit-box-pack: end;
				    -ms-flex-pack: end;
				        justify-content: flex-end;
}
.banners--awards .banners__cont {
				position: relative;
				z-index: 2;
}
.banners--awards .banners__image {
				position: absolute;
				bottom: 0;
				width: 100%;
				height: calc(100% - 100px);
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(0) translateY(0));
				        transform: var(--fade-transform, translateX(0) translateY(0));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.2s;
				        transition-delay: 0.2s;
}
.banners--awards .banners__image__mobile {
				display: none;
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
}
@media only screen and (max-width: 900px) {
				.banners--awards .banners__image img {
								display: none;
				}
				.banners--awards .banners__image__mobile, .banners--awards .banners__image__mobile img {
								display: block;
				}
}
.banners--awards .banners__quote {
				margin-top: -100px;
				width: 75.9%;
				background: #ffffff;
				border-radius: 15px;
				padding: 101px 50px 103px 161px;
				position: relative;
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(50px) translateY(0));
				        transform: var(--fade-transform, translateX(50px) translateY(0));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.4s;
				        transition-delay: 0.4s;
}
@media only screen and (max-width: 1050px) {
				.banners--awards .banners__quote {
								width: 100%;
								margin-top: 0;
								padding: 40px 0 40px 60px;
				}
}
.banners--awards .banners__quote:before {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				width: 50vw;
				left: auto;
				right: 0;
				-webkit-transform: translate(95%, 0);
				        transform: translate(95%, 0);
				z-index: -1;
				background: #ffffff;
				content: "";
}
@media only screen and (max-width: 1050px) {
				.banners--awards .banners__quote:before {
								left: -12px;
								right: auto;
								width: 100vw;
								-webkit-transform: translate(0, 0);
								        transform: translate(0, 0);
				}
}
.banners--awards .banners__quote__title {
				color: #002554;
				font-weight: 600;
				line-height: 1.26em;
				width: 680px;
				max-width: 100%;
				position: relative;
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(50px) translateY(0));
				        transform: var(--fade-transform, translateX(50px) translateY(0));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.6s;
				        transition-delay: 0.6s;
}
@media only screen and (max-width: 1050px) {
				.banners--awards .banners__quote__title {
								width: 100%;
				}
}
@media only screen and (max-width: 600px) {
				.banners--awards .banners__quote__title {
								font-size: 20px;
				}
}
.banners--awards .banners__quote__title:before {
				position: absolute;
				top: 0;
				left: -27px;
				font-size: 50px;
				font-family: "Brockmann", sans-serif;
				color: #002554;
				content: "“";
}
@media only screen and (max-width: 1050px) {
				.banners--awards .banners__quote__title:before {
								font-size: 40px;
				}
}
@media only screen and (max-width: 600px) {
				.banners--awards .banners__quote__title:before {
								font-size: 30px;
				}
}
.banners--awards .banners__quote__title:after {
				position: absolute;
				top: 20px;
				left: -80px;
				width: 35px;
				height: 17px;
				background: url(images/mark-quote.svg) center/contain no-repeat;
				content: "";
}
@media only screen and (max-width: 1050px) {
				.banners--awards .banners__quote__title:after {
								width: 20px;
								height: 9.7px;
								left: -59px;
								top: 6px;
				}
}
@media only screen and (max-width: 600px) {
				.banners--awards .banners__quote__title p:nth-last-child(1) {
								font-size: 20px;
				}
}
.banners--awards .banners__quote__title p:nth-last-child(1):after {
				font-size: 50px;
				font-family: "Brockmann", sans-serif;
				color: #002554;
				content: "”";
}
@media only screen and (max-width: 1050px) {
				.banners--awards .banners__quote__title p:nth-last-child(1):after {
								font-size: 40px;
				}
}
@media only screen and (max-width: 600px) {
				.banners--awards .banners__quote__title p:nth-last-child(1):after {
								font-size: 30px;
				}
}
@media only screen and (max-width: 600px) {
				.banners--awards .banners__quote__title p:nth-last-child(1):after {
								font-size: 20px;
				}
}
.banners--awards .banners__quote__text {
				color: #002554;
				margin-top: 39px;
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(50px) translateY(0));
				        transform: var(--fade-transform, translateX(50px) translateY(0));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.8s;
				        transition-delay: 0.8s;
}
@media only screen and (max-width: 1050px) {
				.banners--awards .banners__quote__text {
								margin-top: 20px;
				}
}
.banners--awards .banners__bottom {
				width: 100%;
				margin-top: 238px;
				display: -ms-grid;
				display: grid;
				-ms-grid-columns: auto 50px 623px;
				grid-template-columns: auto 623px;
				gap: 50px;
}
@media only screen and (max-width: 1260px) {
				.banners--awards .banners__bottom {
								-ms-grid-columns: (1fr)[2];
								grid-template-columns: repeat(2, 1fr);
				}
}
@media only screen and (max-width: 900px) {
				.banners--awards .banners__bottom {
								-ms-grid-columns: (1fr)[1];
								grid-template-columns: repeat(1, 1fr);
								margin-top: 55px;
				}
}
.banners--awards .banners__col:nth-child(1) {
				padding-left: 113px;
}
@media only screen and (max-width: 1260px) {
				.banners--awards .banners__col:nth-child(1) {
								padding-left: 0;
				}
}
.banners--awards .banners__uppertitle {
				font-weight: 600;
				margin-bottom: 47px;
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(-50px) translateY(0));
				        transform: var(--fade-transform, translateX(-50px) translateY(0));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.2s;
				        transition-delay: 0.2s;
}
.banners--awards .banners__title {
				letter-spacing: -1px;
				line-height: 1;
				font-weight: 600;
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(-50px) translateY(0));
				        transform: var(--fade-transform, translateX(-50px) translateY(0));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.4s;
				        transition-delay: 0.4s;
}
.banners--awards .banners__title strong {
				color: #D23C3A;
}
@media only screen and (max-width: 1050px) {
				.banners--awards .banners__title {
								width: 100%;
				}
}
.banners--awards .banners__text {
				margin-top: 25px;
				width: 515px;
				max-width: 100%;
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(-50px) translateY(0));
				        transform: var(--fade-transform, translateX(-50px) translateY(0));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.6s;
				        transition-delay: 0.6s;
}
@media only screen and (max-width: 1440px) {
				.banners--awards .banners__text {
								width: 100%;
				}
}
.banners--awards .banners__text p {
				line-height: 1.5em;
}
.banners--awards .banners__list {
				border-radius: 15px;
				background: #2288C8;
				margin-top: 7px;
				padding: 50px 67px 27px;
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(50px) translateY(0));
				        transform: var(--fade-transform, translateX(50px) translateY(0));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.8s;
				        transition-delay: 0.8s;
}
@media only screen and (max-width: 1050px) {
				.banners--awards .banners__list {
								padding: 30px;
				}
}
.banners--awards .banners__list__title {
				font-weight: 600;
				margin-bottom: 9px;
}
.banners--awards .banners__list__item {
				padding: 32px 0;
				border-top: 1px solid #ffffff;
}
.banners--awards .banners__list__item:nth-child(1) {
				border: none;
}
.banners--awards .banners__list__item__title {
				font-weight: 500;
}

.banners--icons {
				background: #031135;
}
.banners--icons .banners__cont {
				display: -ms-grid;
				display: grid;
				-ms-grid-columns: 48.9% 51.1%;
				grid-template-columns: 48.9% 51.1%;
				padding: 41px 0;
}
@media only screen and (max-width: 900px) {
				.banners--icons .banners__cont {
								-ms-grid-columns: (1fr)[1];
								grid-template-columns: repeat(1, 1fr);
								padding: 0;
				}
}
.banners--icons .banners__col--left {
				background: #002554;
				border-radius: 15px;
				padding: 87px 110px 73px;
				padding-right: 85px;
				position: relative;
				z-index: 2;
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(-50px) translateY(0));
				        transform: var(--fade-transform, translateX(-50px) translateY(0));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.8s;
				        transition-delay: 0.8s;
}
@media only screen and (max-width: 900px) {
				.banners--icons .banners__col--left {
								padding: 39px 45px;
								padding-right: 20px;
								padding-bottom: 26px;
				}
}
.banners--icons .banners__col--right {
				position: relative;
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(50px) translateY(0));
				        transform: var(--fade-transform, translateX(50px) translateY(0));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.4s;
				        transition-delay: 0.4s;
}
.banners--icons .banners__col--right:before {
				position: absolute;
				right: 0;
				top: 50%;
				-webkit-transform: translate(0, -50%);
				        transform: translate(0, -50%);
				width: 129%;
				height: calc(100% + 116px);
				background: #153967;
				border-radius: 15px;
				content: "";
}
@media only screen and (max-width: 900px) {
				.banners--icons .banners__col--right:before {
								display: none;
				}
}
@media only screen and (max-width: 900px) {
				.banners--icons .banners__col--right:after {
								position: absolute;
								top: 0;
								left: 0;
								width: 100%;
								height: 15px;
								-webkit-transform: translate(0, -100%);
								        transform: translate(0, -100%);
								content: "";
								background: #153967;
				}
}
.banners--icons .banners__title {
				font-weight: 600;
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(-50px) translateY(0));
				        transform: var(--fade-transform, translateX(-50px) translateY(0));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 1.4s;
				        transition-delay: 1.4s;
				line-height: 1;
}
@media only screen and (max-width: 900px) {
				.banners--icons .banners__title {
								line-height: 1.05em;
				}
}
.banners--icons .banners__title strong {
				color: #D23C3A;
				font-weight: 600;
}
.banners--icons .banners__text {
				margin-top: 34px;
				margin-left: 5px;
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(-50px) translateY(0));
				        transform: var(--fade-transform, translateX(-50px) translateY(0));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 1.6s;
				        transition-delay: 1.6s;
}
@media only screen and (max-width: 900px) {
				.banners--icons .banners__text {
								margin-top: 18px;
								margin-left: 0;
				}
}
.banners--icons .banners__text p {
				line-height: 1.5;
				margin-top: 25px;
}
@media only screen and (max-width: 900px) {
				.banners--icons .banners__text p {
								line-height: 1.56em;
				}
}
.banners--icons .banners__text p:nth-child(1) {
				margin-top: 0;
}
.banners--icons .banners__text:before {
				top: 8px;
}
.banners--icons .banners__data {
				position: relative;
				z-index: 2;
				margin-top: 17px;
}
@media only screen and (max-width: 900px) {
				.banners--icons .banners__data {
								padding-top: 10px;
								background: #153967;
								border-radius: 0 0 15px 15px;
								padding-bottom: 9px;
				}
}
@media only screen and (max-width: 750px) {
				.banners--icons .banners__data {
								padding-top: 5px;
								margin-top: 0;
				}
}
.banners--icons .banners__data:before {
				position: absolute;
				right: 0;
				bottom: 0;
				width: calc(100% + 30px);
				height: 1px;
				background: #002554;
				content: "";
}
@media only screen and (max-width: 900px) {
				.banners--icons .banners__data:before {
								display: none;
				}
}
.banners--icons .banners__item {
				display: -ms-grid;
				display: grid;
				-ms-grid-columns: 138px 60px auto;
				grid-template-columns: 138px auto;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
				gap: 60px;
				padding: 51px 50px 40px 60px;
				position: relative;
}
@media only screen and (max-width: 900px) {
				.banners--icons .banners__item {
								-ms-grid-columns: 68px 18px auto;
								grid-template-columns: 68px auto;
								gap: 18px;
								padding: 35px 11px 35px 21px;
								-webkit-box-align: start;
								    -ms-flex-align: start;
								        align-items: flex-start;
				}
				.banners--icons .banners__item:nth-last-child(1):before {
								display: none;
				}
}
@media only screen and (max-width: 750px) {
				.banners--icons .banners__item {
								padding-right: 5px;
								padding-bottom: 18px;
								padding-top: 27px;
				}
}
.banners--icons .banners__item:nth-child(1) {
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(50px) translateY(0));
				        transform: var(--fade-transform, translateX(50px) translateY(0));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 1.6s;
				        transition-delay: 1.6s;
}
.banners--icons .banners__item:nth-child(2) {
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(50px) translateY(0));
				        transform: var(--fade-transform, translateX(50px) translateY(0));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 1.8s;
				        transition-delay: 1.8s;
}
.banners--icons .banners__item:nth-child(3) {
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(50px) translateY(0));
				        transform: var(--fade-transform, translateX(50px) translateY(0));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 2s;
				        transition-delay: 2s;
}
.banners--icons .banners__item:before {
				position: absolute;
				right: 0;
				top: 0;
				width: calc(100% + 30px);
				height: 1px;
				background: #002554;
				content: "";
}
@media only screen and (max-width: 900px) {
				.banners--icons .banners__item:before {
								top: auto;
								bottom: 0;
				}
}
.banners--icons .banners__item__icon {
				text-align: center;
}
.banners--icons .banners__item__title {
				font-weight: 500;
				margin-bottom: 2px;
}
@media only screen and (max-width: 900px) {
				.banners--icons .banners__item__title {
								margin-bottom: 8px;
				}
}
.banners--icons .banners__item__text {
				line-height: 1.5;
}
@media only screen and (max-width: 750px) {
				.banners--icons .banners__item .site-link {
								margin-top: 11px;
				}
}
.banners--icons .button-cont {
				margin-top: 30px;
}
@media only screen and (max-width: 750px) {
				.banners--icons .button-cont {
								margin-top: 11px;
				}
}

.banners--labs {
				padding-top: 156px;
				padding-bottom: 82px;
				overflow: hidden;
}
@media only screen and (max-width: 750px) {
				.banners--labs {
								padding-top: 18px;
								padding-bottom: 55px;
				}
}
.banners--labs .banners__image-cont {
				position: relative;
}
@media only screen and (max-width: 750px) {
				.banners--labs .banners__image-cont {
								height: 258px;
				}
}
.banners--labs .banners__image {
				float: right;
				width: 123%;
				aspect-ratio: 1641/745;
				position: relative;
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(-50px) translateY(0));
				        transform: var(--fade-transform, translateX(-50px) translateY(0));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.2s;
				        transition-delay: 0.2s;
}
.banners--labs .banners__image svg {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				height: auto;
}
@media only screen and (max-width: 750px) {
				.banners--labs .banners__image {
								width: 130%;
								aspect-ratio: 455/257;
								position: relative;
								margin-right: 18px;
				}
}
.banners--labs .banners__cont {
				position: absolute;
				bottom: 21%;
				right: 0;
				z-index: 2;
				width: 79.302%;
				display: -ms-grid;
				display: grid;
				-ms-grid-columns: 50% 50%;
				grid-template-columns: 50% 50%;
}
@media only screen and (max-width: 750px) {
				.banners--labs .banners__cont {
								bottom: 36%;
								width: 68.302%;
				}
}
@media only screen and (max-width: 750px) {
				.banners--labs .banners__image-content {
								display: none;
				}
}
.banners--labs .banners__image-content--mobile {
				display: none;
}
@media only screen and (max-width: 750px) {
				.banners--labs .banners__image-content--mobile {
								display: block;
				}
}
.banners--labs .banners__first_word {
				font-weight: 600;
				text-align: right;
				padding-right: 26px;
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(-50px) translateY(0));
				        transform: var(--fade-transform, translateX(-50px) translateY(0));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.6s;
				        transition-delay: 0.6s;
}
@media only screen and (max-width: 750px) {
				.banners--labs .banners__first_word {
								font-size: 44px;
								padding-right: 8px;
				}
}
.banners--labs .banners__second_word {
				font-weight: 600;
				color: #D23C3A;
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(50px) translateY(0));
				        transform: var(--fade-transform, translateX(50px) translateY(0));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.8s;
				        transition-delay: 0.8s;
}
@media only screen and (max-width: 750px) {
				.banners--labs .banners__second_word {
								font-size: 44px;
				}
}
.banners--labs .banners__text {
				width: 382px;
				max-width: 100%;
				margin-top: 20px;
				padding-left: 10px;
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(50px) translateY(0));
				        transform: var(--fade-transform, translateX(50px) translateY(0));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 1s;
				        transition-delay: 1s;
}
.banners--labs .banners__text p {
				line-height: 1.5em;
}
@media only screen and (max-width: 900px) {
				.banners--labs .banners__text {
								display: none;
				}
}
.banners--labs .banners__text--responsive {
				display: none;
				width: 100%;
				padding-left: 66px;
				margin-top: 39px;
				font-size: 16px;
				color: #031135;
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(50px) translateY(0));
				        transform: var(--fade-transform, translateX(50px) translateY(0));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.4s;
				        transition-delay: 0.4s;
}
.banners--labs .banners__text--responsive p {
				line-height: 1.5em;
}
@media only screen and (max-width: 900px) {
				.banners--labs .banners__text--responsive {
								display: block;
								float: left;
				}
}
.banners--labs .button-cont {
				padding: 20px 0 0 10px;
}
@media only screen and (max-width: 900px) {
				.banners--labs .button-cont {
								display: none;
				}
}
.banners--labs .button-cont--responsive {
				float: left;
				display: block;
				padding-top: 0;
				padding-left: 66px;
				margin-top: 15px;
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(50px) translateY(0));
				        transform: var(--fade-transform, translateX(50px) translateY(0));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.6s;
				        transition-delay: 0.6s;
}
@media only screen and (min-width: 900px) {
				.banners--labs .button-cont--responsive {
								display: none;
				}
}

.banners--image {
				position: relative;
				padding-top: 156px;
}
@media only screen and (max-width: 750px) {
				.banners--image {
								padding-top: 14px;
								background: #031135;
								padding-bottom: 66px;
				}
}
.banners--image .container {
				position: relative;
}
.banners--image:before {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 362px;
				background: #031135;
				content: "";
}
@media only screen and (max-width: 750px) {
				.banners--image:before {
								display: none;
				}
}
.banners--image .banners__image {
				position: relative;
				border-radius: 15px;
				overflow: hidden;
				aspect-ratio: 1341/850;
				width: 100%;
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(-50px) translateY(0));
				        transform: var(--fade-transform, translateX(-50px) translateY(0));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.2s;
				        transition-delay: 0.2s;
}
.banners--image .banners__cont {
				position: absolute;
				top: 206px;
				right: 0;
				width: 782px;
				max-width: 100%;
				background: #F5FAFD;
				border-radius: 15px 0 0 15px;
				padding: 93px 0 101px 96px;
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(50px) translateY(0));
				        transform: var(--fade-transform, translateX(50px) translateY(0));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.6s;
				        transition-delay: 0.6s;
}
@media only screen and (max-width: 1050px) {
				.banners--image .banners__cont {
								position: relative;
								top: 0;
								left: 6%;
								right: 0;
								width: 100%;
								padding: 39px 20px 43px 47px;
								margin-top: -28px;
								border-radius: 15px 0 0 15px;
				}
}
.banners--image .banners__title {
				color: #031135;
				font-weight: 600;
				line-height: 1;
				letter-spacing: -1px;
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(50px) translateY(0));
				        transform: var(--fade-transform, translateX(50px) translateY(0));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 1s;
				        transition-delay: 1s;
				line-height: 1;
}
.banners--image .banners__title strong {
				color: #D23C3A;
				font-weight: 600;
}
.banners--image .banners__text {
				color: #031135;
				width: 574px;
				max-width: 100%;
				margin-top: 17px;
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(50px) translateY(0));
				        transform: var(--fade-transform, translateX(50px) translateY(0));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 1.2s;
				        transition-delay: 1.2s;
}
@media only screen and (max-width: 750px) {
				.banners--image .banners__text {
								margin-top: 10px;
				}
}
.banners--image .banners__text p {
				line-height: 1.4em;
				letter-spacing: -0.2px;
}
@media only screen and (max-width: 750px) {
				.banners--image .banners__text p {
								line-height: 1.55em;
				}
}
.banners--image .button-cont {
				margin-top: 24px;
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(50px) translateY(0));
				        transform: var(--fade-transform, translateX(50px) translateY(0));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 1.4s;
				        transition-delay: 1.4s;
}

.banners--boxes {
				padding-top: 97px;
				padding-bottom: 78px;
}
@media only screen and (max-width: 1050px) {
				.banners--boxes {
								padding: 55px 0;
				}
}
.banners--boxes .banners__top {
				width: 762px;
				max-width: 100%;
				margin-left: 118px;
				padding-bottom: 105px;
}
@media only screen and (max-width: 1050px) {
				.banners--boxes .banners__top {
								margin-left: 0;
								padding-bottom: 55px;
				}
}
.banners--boxes .banners__title {
				color: #D23C3A;
				font-weight: 600;
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(-50px) translateY(0));
				        transform: var(--fade-transform, translateX(-50px) translateY(0));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.2s;
				        transition-delay: 0.2s;
}
.banners--boxes .banners__text {
				color: #031135;
				margin-top: 25px;
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(-50px) translateY(0));
				        transform: var(--fade-transform, translateX(-50px) translateY(0));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.4s;
				        transition-delay: 0.4s;
}
.banners--boxes .banners__text p {
				line-height: 1.5em;
}
.banners--boxes .banners__second-text {
				border-top: 1px solid #031135;
				color: #031135;
				padding: 53px 0 54px 0;
				line-height: 1.41em;
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(-50px) translateY(0));
				        transform: var(--fade-transform, translateX(-50px) translateY(0));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 1s;
				        transition-delay: 1s;
}
.banners--boxes .banners__second-text div {
				width: 618px;
				max-width: 100%;
}
.banners--boxes .banners__boxes {
				display: -ms-grid;
				display: grid;
				-ms-grid-columns: 1fr 30px 1fr 30px 1fr;
				grid-template-columns: repeat(3, 1fr);
				gap: 30px;
}
@media only screen and (max-width: 1050px) {
				.banners--boxes .banners__boxes {
								-ms-grid-columns: (1fr)[1];
								grid-template-columns: repeat(1, 1fr);
				}
}
.banners--boxes .banners__boxes__item {
				background: #FAAE5B;
				border-radius: 15px;
				padding: 62px 48px 71px;
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(0) translateY(50px));
				        transform: var(--fade-transform, translateX(0) translateY(50px));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 1.2s;
				        transition-delay: 1.2s;
}
@media (max-width: 1400px) {
				.banners--boxes .banners__boxes__item {
								padding: 30px;
				}
}
.banners--boxes .banners__boxes__item:nth-child(2) {
				background: #2288C8;
}
.banners--boxes .banners__boxes__item:nth-child(3) {
				background: #D23C3A;
}
.banners--boxes .banners__boxes__title {
				font-weight: 600;
}
@media (max-width: 1400px) {
				.banners--boxes .banners__boxes__title {
								font-size: 55px;
				}
}
@media only screen and (max-width: 1050px) {
				.banners--boxes .banners__boxes__title {
								font-size: 63px;
								font-family: "Brockmann", sans-serif;
								line-height: 1.26em;
				}
}
@media only screen and (max-width: 1050px) and (max-width: 1050px) {
				.banners--boxes .banners__boxes__title {
								font-size: 40px;
				}
}
@media only screen and (max-width: 1050px) and (max-width: 600px) {
				.banners--boxes .banners__boxes__title {
								font-size: 40px;
				}
}
.banners--boxes .banners__boxes__text {
				color: #031135;
				width: 305px;
				max-width: 100%;
				margin-top: 17px;
}
@media (max-width: 1400px) {
				.banners--boxes .banners__boxes__text {
								width: 100%;
				}
}
.banners--boxes .banners__boxes__text p {
				line-height: 1.5em;
}
.banners--boxes .button-cont {
				margin-top: 38px;
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(-50px) translateY(0));
				        transform: var(--fade-transform, translateX(-50px) translateY(0));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.8s;
				        transition-delay: 0.8s;
}

.banners--text {
				padding-bottom: 67px;
}
@media only screen and (max-width: 1050px) {
				.banners--text {
								padding-bottom: 55px;
				}
}
.banners--text .banners__top {
				max-width: 100%;
				padding-top: 80px;
				padding-left: 114px;
				border-top: 1px solid #031135;
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(-50px) translateY(0));
				        transform: var(--fade-transform, translateX(-50px) translateY(0));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.2s;
				        transition-delay: 0.2s;
}
@media only screen and (max-width: 1050px) {
				.banners--text .banners__top {
								padding: 55px 0 0 0;
				}
}
.banners--text .banners__uppertitle {
				color: #031135;
				text-transform: uppercase;
				padding-bottom: 44px;
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(-50px) translateY(0));
				        transform: var(--fade-transform, translateX(-50px) translateY(0));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.4s;
				        transition-delay: 0.4s;
}
@media only screen and (max-width: 1050px) {
				.banners--text .banners__uppertitle {
								padding-bottom: 22px;
				}
}
.banners--text .banners__title {
				color: #D23C3A;
				font-weight: 600;
				letter-spacing: -1px;
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(-50px) translateY(0));
				        transform: var(--fade-transform, translateX(-50px) translateY(0));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.6s;
				        transition-delay: 0.6s;
}
.banners--text .banners__text {
				color: #031135;
				margin-top: 16px;
				width: 660px;
				max-width: 100%;
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(-50px) translateY(0));
				        transform: var(--fade-transform, translateX(-50px) translateY(0));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.8s;
				        transition-delay: 0.8s;
}
.banners--text .banners__text p {
				line-height: 1.5em;
}
.banners--text .banners__text ul,
.banners--text .banners__text ol {
				padding-left: 15px;
				margin-top: 25px;
				line-height: 1.6;
				color: #031135;
}
.banners--text .banners__text ul li {
				list-style: disc;
}
.banners--text .button-cont {
				margin-top: 38px;
}

.banners--text + .banners--text {
				padding-top: 0;
}
.banners--text + .banners--text .banners__top {
				border: none;
				padding-top: 0;
}

.banners--culture {
				background: #031135;
				padding: 54px 0 29px 0;
}
.banners--culture .container {
				position: relative;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
				min-height: 800px;
}
@media only screen and (max-width: 1050px) {
				.banners--culture .container {
								min-height: unset;
				}
}
.banners--culture .banners__image {
				position: absolute;
				top: 0;
				right: 6.6%;
				aspect-ratio: 1620/800;
				width: 119%;
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(-50px) translateY(0));
				        transform: var(--fade-transform, translateX(-50px) translateY(0));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.2s;
				        transition-delay: 0.2s;
}
.banners--culture .banners__image svg {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
}
.banners--culture .banners__cont {
				position: relative;
				z-index: 2;
				padding-left: 117px;
				padding-top: 44px;
}
@media only screen and (max-width: 1050px) {
				.banners--culture .banners__cont {
								padding-top: 250px;
								width: 100%;
								padding-left: 0;
				}
}
.banners--culture .banners__title {
				letter-spacing: -0.8px;
				line-height: 1.1625em;
				font-weight: 600;
				width: 590px;
				max-width: 100%;
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(50px) translateY(0));
				        transform: var(--fade-transform, translateX(50px) translateY(0));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.4s;
				        transition-delay: 0.4s;
}
.banners--culture .banners__title strong {
				color: #D23C3A;
}
@media only screen and (max-width: 1050px) {
				.banners--culture .banners__title {
								width: 100%;
				}
}
.banners--culture .banners__text {
				width: 555px;
				max-width: 100%;
				margin-top: 31px;
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(50px) translateY(0));
				        transform: var(--fade-transform, translateX(50px) translateY(0));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.6s;
				        transition-delay: 0.6s;
}
.banners--culture .banners__text p {
				line-height: 1.5em;
				font-weight: 400;
}
@media only screen and (max-width: 1050px) {
				.banners--culture .banners__text {
								width: 100%;
				}
}

.banners--values {
				background: #031135;
				padding: 57px 0 112px 0;
}
@media only screen and (max-width: 1050px) {
				.banners--values {
								padding: 57px 0 60px 0;
				}
}
.banners--values .banners__cont {
				padding-left: 117px;
}
@media only screen and (max-width: 1050px) {
				.banners--values .banners__cont {
								padding-left: 0;
				}
}
.banners--values .banners__uppertitle {
				font-weight: 600;
				margin-bottom: 50px;
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(-50px) translateY(0));
				        transform: var(--fade-transform, translateX(-50px) translateY(0));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.2s;
				        transition-delay: 0.2s;
}
.banners--values .banners__title {
				letter-spacing: -0.8px;
				line-height: 1.1625em;
				font-weight: 600;
				width: 590px;
				max-width: 100%;
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(-50px) translateY(0));
				        transform: var(--fade-transform, translateX(-50px) translateY(0));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.2s;
				        transition-delay: 0.2s;
}
.banners--values .banners__title strong {
				color: #D23C3A;
}
@media only screen and (max-width: 1050px) {
				.banners--values .banners__title {
								width: 100%;
				}
}
.banners--values .banners__text {
				width: 520px;
				max-width: 100%;
				margin-top: 17px;
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(-50px) translateY(0));
				        transform: var(--fade-transform, translateX(-50px) translateY(0));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.2s;
				        transition-delay: 0.2s;
}
.banners--values .banners__text p {
				line-height: 1.5em;
				font-weight: 400;
}
@media only screen and (max-width: 1050px) {
				.banners--values .banners__text {
								width: 100%;
				}
}
.banners--values .banners__legend {
				width: 520px;
				max-width: 100%;
				margin-top: 25px;
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(-50px) translateY(0));
				        transform: var(--fade-transform, translateX(-50px) translateY(0));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.2s;
				        transition-delay: 0.2s;
				line-height: 1.5em;
				font-weight: 400;
}
@media only screen and (max-width: 1050px) {
				.banners--values .banners__legend {
								width: 100%;
				}
}
.banners--values .banners__grid {
				display: -ms-grid;
				display: grid;
				-ms-grid-columns: 1fr 30px 1fr 30px 1fr;
				grid-template-columns: repeat(3, 1fr);
				gap: 60px 30px;
				margin-top: 68px;
}
@media (max-width: 1400px) {
				.banners--values .banners__grid {
								-ms-grid-columns: (1fr)[2];
								grid-template-columns: repeat(2, 1fr);
				}
}
@media only screen and (max-width: 750px) {
				.banners--values .banners__grid {
								-ms-grid-columns: 100%;
								grid-template-columns: 100%;
								gap: 30px;
				}
}
.banners--values .banners__item {
				display: -ms-grid;
				display: grid;
				-ms-grid-columns: 65px 22px auto;
				grid-template-columns: 65px auto;
				gap: 22px;
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(0) translateY(50px));
				        transform: var(--fade-transform, translateX(0) translateY(50px));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.2s;
				        transition-delay: 0.2s;
}
@media only screen and (max-width: 750px) {
				.banners--values .banners__item {
								-ms-grid-columns: 35px auto;
								grid-template-columns: 35px auto;
				}
}
.banners--values .banners__item__title {
				font-weight: 600;
				min-height: 65px;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
				color: #f9ae5c;
}
@media only screen and (max-width: 750px) {
				.banners--values .banners__item__title {
								font-size: 20px;
								min-height: 40px;
				}
}
.banners--values .banners__item__title span {
				color: #ffffff;
				vertical-align: middle;
}
.banners--values .banners__item__title span:before {
				content: "";
				width: 10px;
				height: 3px;
				background: #ffffff;
				display: inline-block;
				margin: 0 5px;
				margin-bottom: 6px;
}
.banners--values .banners__item__text {
				line-height: 1.5em;
				font-weight: 400;
				padding-right: 20px;
}
.banners--values .button-cont {
				margin-top: 68px;
				border-top: 1px solid #ffffff;
				padding-top: 47px;
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(0) translateY(50px));
				        transform: var(--fade-transform, translateX(0) translateY(50px));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.2s;
				        transition-delay: 0.2s;
}
.banners--values.type--features .banners__text,
.banners--values.type--features .banners__legend {
				width: 861px;
}
.banners--values.type--features .banners__text p,
.banners--values.type--features .banners__legend p {
				font-size: 24px;
				font-family: "Brockmann", sans-serif;
				line-height: 1.26em;
}
@media only screen and (max-width: 1050px) {
				.banners--values.type--features .banners__text p,
				.banners--values.type--features .banners__legend p {
								font-size: 14px;
				}
}
@media only screen and (max-width: 600px) {
				.banners--values.type--features .banners__text p,
				.banners--values.type--features .banners__legend p {
								font-size: 14px;
				}
}
.banners--values.type--features .banners__item__title {
				color: #ffffff;
}

.banners--testimonial {
				padding: 100px 0;
				background: #031135;
				background-image: url(images/testimonials-shape.svg);
				background-position: top right;
				background-size: 77% auto;
				background-repeat: no-repeat;
}
@media only screen and (max-width: 1050px) {
				.banners--testimonial {
								padding: 83px 0 100px;
								background-position: 64% 0;
								background-size: 1090px 444.76px;
				}
}
.banners--testimonial .container {
				max-width: 1112px;
}
.banners--testimonial .banners__title {
				color: #D23C3A;
				font-weight: 600;
}
.banners--testimonial .js-carousel-testimonials {
				overflow: hidden;
}
.banners--testimonial .carousel__nav {
				margin-top: 93px;
				position: relative;
}
.banners--testimonial .carousel__nav::before {
				position: absolute;
				content: "";
				border-top: 1px solid #153967;
				width: 100%;
				top: -46.5px;
}
@media only screen and (max-width: 1050px) {
				.banners--testimonial .carousel__nav {
								margin-top: 74px;
				}
				.banners--testimonial .carousel__nav::before {
								top: -35px;
				}
}

.testimonial-item {
				display: -ms-grid;
				display: grid;
				-ms-grid-columns: 350px auto;
				grid-template-columns: 350px auto;
}
@media only screen and (max-width: 1050px) {
				.testimonial-item {
								-ms-grid-columns: 100%;
								grid-template-columns: 100%;
								margin-top: 30px;
				}
}
.testimonial-item__author {
				font-weight: 600;
				line-height: 1.3em;
}
.testimonial-item__role {
				font-weight: 600;
				margin-top: 25px;
}
@media only screen and (max-width: 1050px) {
				.testimonial-item__role {
								margin-top: 18px;
				}
}
.testimonial-item__text {
				line-height: 1.5em;
				width: 580px;
				max-width: 100%;
				margin-top: 58px;
}
.testimonial-item__text p {
				line-height: 1.5em;
}
@media only screen and (max-width: 1050px) {
				.testimonial-item__text {
								margin-top: 30px;
								width: 100%;
				}
}

.banners--slider {
				padding: 0 0 100px;
}
.banners--slider .js-carousel-testimonials {
				overflow: hidden;
}
.banners--slider .banners__main {
				padding-top: 50px;
				position: relative;
}
.banners--slider .banners__main:before {
				content: "";
				position: absolute;
				border: 1px solid #031135;
				width: 100%;
				top: 0;
				left: 0;
}
.banners--slider .banners__upper {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: justify;
				    -ms-flex-pack: justify;
				        justify-content: space-between;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
}
.banners--slider .banners__title {
				color: #031135;
				font-weight: 600;
}
.banners--slider .banners__image {
				margin-top: 36px;
				aspect-ratio: 1224/589;
				position: relative;
}
@media only screen and (max-width: 1050px) {
				.banners--slider .banners__image {
								margin-top: 20px;
				}
}

.columns--map {
				padding-bottom: 69px;
}
@media only screen and (max-width: 750px) {
				.columns--map {
								padding-bottom: 52px;
				}
}
.columns--map .columns__cont {
				border-top: 1px solid #031135;
				display: -ms-grid;
				display: grid;
				-ms-grid-columns: 363px auto;
				grid-template-columns: 363px auto;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
				padding-top: 86px;
}
@media only screen and (max-width: 750px) {
				.columns--map .columns__cont {
								width: calc(100% + 24px);
								margin-left: -12px;
								padding-left: 17px;
								padding-right: 12px;
								padding-top: 48px;
								display: block;
				}
}
.columns--map .columns__image {
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(50px) translateY(0));
				        transform: var(--fade-transform, translateX(50px) translateY(0));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.8s;
				        transition-delay: 0.8s;
}
@media only screen and (max-width: 750px) {
				.columns--map .columns__image {
								margin-top: 40px;
				}
}
.columns--map .columns__image-cont {
				position: relative;
				aspect-ratio: 1002/571;
}
.columns--map .columns__image .red-dots {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(0) translateY(50px));
				        transform: var(--fade-transform, translateX(0) translateY(50px));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 1.2s;
				        transition-delay: 1.2s;
}
.columns--map .columns__title {
				color: #D23C3A;
				font-weight: 600;
				margin-top: -2px;
				line-height: 1em;
				letter-spacing: -2px;
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(-50px) translateY(0));
				        transform: var(--fade-transform, translateX(-50px) translateY(0));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.2s;
				        transition-delay: 0.2s;
}
@media only screen and (max-width: 750px) {
				.columns--map .columns__title {
								letter-spacing: 0;
				}
}
.columns--map .columns__text {
				color: #031135;
				margin-top: 18px;
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(-50px) translateY(0));
				        transform: var(--fade-transform, translateX(-50px) translateY(0));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.4s;
				        transition-delay: 0.4s;
}
@media only screen and (max-width: 750px) {
				.columns--map .columns__text {
								margin-top: 15px;
								padding-right: 93px;
				}
}
.columns--map .columns__text p {
				line-height: 1.5em;
				letter-spacing: -0.15px;
}

.columns--certifications {
				padding: 58px 0 87px;
}
@media only screen and (max-width: 900px) {
				.columns--certifications {
								padding: 55px 0;
				}
}
.columns--certifications .columns__cont {
				display: -ms-grid;
				display: grid;
				-ms-grid-columns: 458px auto;
				grid-template-columns: 458px auto;
}
@media only screen and (max-width: 1050px) {
				.columns--certifications .columns__cont {
								-ms-grid-columns: 1fr;
								grid-template-columns: repeat(1, 1fr);
								gap: 30px;
				}
}
.columns--certifications .columns__col:nth-child(1) {
				padding-right: 53px;
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(-50px) translateY(0));
				        transform: var(--fade-transform, translateX(-50px) translateY(0));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.2s;
				        transition-delay: 0.2s;
}
.columns--certifications .columns__col:nth-child(2) {
				padding-left: 53px;
				border-left: 1px solid #031135;
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(50px) translateY(0));
				        transform: var(--fade-transform, translateX(50px) translateY(0));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.4s;
				        transition-delay: 0.4s;
}
@media only screen and (max-width: 1050px) {
				.columns--certifications .columns__col:nth-child(2) {
								border-left: none;
								border-top: 1px solid #031135;
								padding-left: 0;
								padding-top: 30px;
				}
}
.columns--certifications .columns__col:nth-child(2) .columns__title {
				width: 300px;
				max-width: 100%;
}
.columns--certifications .columns__col:nth-child(2) .columns__text ul {
				-webkit-column-count: 3;
				   -moz-column-count: 3;
				        column-count: 3;
}
@media only screen and (max-width: 900px) {
				.columns--certifications .columns__col:nth-child(2) .columns__text ul {
								-webkit-column-count: 2;
								   -moz-column-count: 2;
								        column-count: 2;
				}
}
.columns--certifications .columns__title {
				color: #031135;
				font-weight: 600;
				line-height: 1.3em;
				margin-bottom: 38px;
}
@media only screen and (max-width: 750px) {
				.columns--certifications .columns__title {
								margin-bottom: 20px;
				}
}
.columns--certifications .columns__text {
				color: #031135;
}
.columns--certifications .columns__text ul li {
				padding-left: 17px;
				padding-bottom: 10px;
				line-height: 1.5em;
				position: relative;
}
.columns--certifications .columns__text ul li:before {
				position: absolute;
				left: 0;
				top: 11px;
				width: 9px;
				height: 1px;
				background: #D23C3A;
				content: "";
}

.columns--contract-vehicles {
				padding: 100px 0;
}
@media only screen and (max-width: 1050px) {
				.columns--contract-vehicles {
								padding: 60px 0;
				}
}
.columns--contract-vehicles:last-child {
				margin-bottom: 65px;
}
.columns--contract-vehicles .columns__cont {
				display: -ms-grid;
				display: grid;
				-ms-grid-columns: 1fr 30px 1fr;
				grid-template-columns: repeat(2, 1fr);
				gap: 30px;
				position: relative;
				margin: 0 114px;
}
@media only screen and (max-width: 1050px) {
				.columns--contract-vehicles .columns__cont {
								-ms-grid-columns: 100%;
								grid-template-columns: 100%;
								margin: 0 20px;
				}
}
.columns--contract-vehicles .columns__list {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
				gap: 20px;
				/*    
				&:last-child {
				    & {
				        gap: 30px;

				        @include responsive('tablet-h') {
				            gap: 20px
				        }
				    }

				    .columns__item__title,
				    .columns__item__subtitle {
				        @include fontsizes(h9);
				        line-height: 1.5em;
				    }

				    .columns__item__subtitle {
				        font-weight: 600;
				        margin-top: 0;
				    }
				}
				    */
}
@media only screen and (max-width: 1050px) {
				.columns--contract-vehicles .columns__list {
								gap: 15px;
				}
}
.columns--contract-vehicles .columns__item {
				color: #031135;
}
.columns--contract-vehicles .columns__item__title {
				line-height: 1.3em;
				padding-right: 100px;
}
@media only screen and (max-width: 1050px) {
				.columns--contract-vehicles .columns__item__title {
								padding-right: 0;
				}
}
.columns--contract-vehicles .columns__item__subtitle {
				font-weight: 400;
				margin-top: 5px;
				line-height: 1.5em;
}
.columns--contract-vehicles.type--simple .columns__cont {
				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;
				gap: 28px;
}
.columns--contract-vehicles.type--simple .columns__title {
				color: #031135;
}
.columns--contract-vehicles.type--simple .columns__list {
				display: inline-block;
				-webkit-column-count: 2;
				   -moz-column-count: 2;
				        column-count: 2;
				width: 100%;
}
@media only screen and (max-width: 1050px) {
				.columns--contract-vehicles.type--simple .columns__list {
								-webkit-column-count: 1;
								   -moz-column-count: 1;
								        column-count: 1;
				}
}
.columns--contract-vehicles.type--simple .columns__item {
				margin-top: 24px;
}
@media only screen and (max-width: 1050px) {
				.columns--contract-vehicles.type--simple .columns__item {
								margin-top: 16px;
				}
}
.columns--contract-vehicles.type--simple .columns__item:first-child {
				margin-top: 0;
}
.columns--contract-vehicles.type--simple .columns__item__title {
				font-weight: 400;
				line-height: 1.5em;
				padding-right: 30px;
}
@media only screen and (max-width: 1050px) {
				.columns--contract-vehicles.type--simple .columns__item__title {
								padding-right: 0;
				}
}
.columns--contract-vehicles.type--simple .columns__item__title span {
				font-weight: 600;
}

.columns--contract-vehicles + .columns--contract-vehicles .columns__cont:before {
				content: "";
				position: absolute;
				border-top: 1px solid #031135;
				width: 100%;
				top: -100px;
				left: 0;
}
@media only screen and (max-width: 1050px) {
				.columns--contract-vehicles + .columns--contract-vehicles .columns__cont:before {
								top: -60px;
				}
}

.columns--careers {
				padding: 100px 0;
				color: #031135;
}
@media only screen and (max-width: 1050px) {
				.columns--careers {
								padding: 60px 0;
				}
}
.columns--careers .columns__cont {
				display: -ms-grid;
				display: grid;
				-ms-grid-columns: 1fr min(73px, 6vw) 1fr;
				grid-template-columns: repeat(2, 1fr);
				gap: min(73px, 6vw);
				-webkit-box-align: end;
				    -ms-flex-align: end;
				        align-items: end;
				margin-left: 114px;
				position: relative;
}
@media only screen and (max-width: 1050px) {
				.columns--careers .columns__cont {
								-ms-grid-columns: 100%;
								grid-template-columns: 100%;
								margin-left: 0;
				}
}
.columns--careers .columns__col:first-child {
				padding-bottom: 57px;
}
@media only screen and (max-width: 1050px) {
				.columns--careers .columns__col:first-child {
								padding-bottom: 0;
				}
}
.columns--careers .columns__title {
				color: #D23C3A;
				font-weight: 600;
}
.columns--careers .columns__text {
				margin-top: 45px;
}
.columns--careers .columns__text p {
				margin-top: 20px;
				line-height: 1.5em;
}
@media only screen and (max-width: 1050px) {
				.columns--careers .columns__text {
								margin-top: 25px;
				}
}
.columns--careers .columns__award {
				background: #2288C8;
				border-radius: 15px;
				padding: 53px 53px 63px 63px;
				color: #ffffff;
}
.columns--careers .columns__award ul {
				margin-top: 35px;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
				gap: 62px;
}
.columns--careers .columns__award__title {
				font-weight: 600;
				text-transform: uppercase;
}
.columns--careers .columns__award__item {
				font-weight: 600;
				position: relative;
				line-height: 1.4em;
}
.columns--careers .columns__award__item:before {
				content: "";
				position: absolute;
				width: 100%;
				border-top: 1px solid #ffffff;
				top: -32px;
}
.columns--careers .columns__award__item:first-child::before {
				display: none;
}
.columns--careers .button {
				margin-top: 30px;
}
.columns--careers.simple {
				padding-top: 82px;
}
@media only screen and (max-width: 1050px) {
				.columns--careers.simple {
								padding-top: 42px;
				}
}
.columns--careers.simple .columns__main {
				margin-left: 114px;
				position: relative;
}
@media only screen and (max-width: 1050px) {
				.columns--careers.simple .columns__main {
								margin-left: 0;
				}
}
.columns--careers.simple .columns__title {
				width: 837px;
				max-width: 100%;
}
.columns--careers.simple .columns__text {
				width: 673px;
				max-width: 100%;
				margin-top: 20px;
}
.columns--careers.simple .columns__cont {
				-webkit-box-align: start;
				    -ms-flex-align: start;
				        align-items: flex-start;
				margin-top: 40px;
				gap: min(143px, 10vw);
				padding-right: 13px;
				margin-left: 0;
}
.columns--careers.simple .columns__cont::before {
				display: none;
}
@media only screen and (max-width: 1050px) {
				.columns--careers.simple .columns__cont {
								margin-top: 25px;
								gap: 20px;
								padding-right: 0;
				}
}
.columns--careers.simple .columns__col {
				padding: 0;
}
.columns--careers.simple .columns__col__text h1,
.columns--careers.simple .columns__col__text h2,
.columns--careers.simple .columns__col__text h3,
.columns--careers.simple .columns__col__text h4,
.columns--careers.simple .columns__col__text h5,
.columns--careers.simple .columns__col__text h6 {
				color: #ffffff;
				margin-bottom: 20px;
				font-weight: 600;
				color: #031135;
				margin-bottom: 3px;
}
.columns--careers.simple .columns__col__text h1 {
				font-size: 30px;
				font-family: "Brockmann", sans-serif;
				line-height: 1.24em;
}
@media only screen and (max-width: 1050px) {
				.columns--careers.simple .columns__col__text h1 {
								font-size: 20px;
				}
}
@media only screen and (max-width: 600px) {
				.columns--careers.simple .columns__col__text h1 {
								font-size: 20px;
				}
}
.columns--careers.simple .columns__col__text h2 {
				font-size: 25px;
				font-family: "Brockmann", sans-serif;
}
@media only screen and (max-width: 1050px) {
				.columns--careers.simple .columns__col__text h2 {
								font-size: 16px;
				}
}
@media only screen and (max-width: 600px) {
				.columns--careers.simple .columns__col__text h2 {
								font-size: 16px;
				}
}
.columns--careers.simple .columns__col__text h3 {
				font-size: 20px;
				font-family: "Brockmann", sans-serif;
				line-height: 1.6em;
}
@media only screen and (max-width: 1050px) {
				.columns--careers.simple .columns__col__text h3 {
								font-size: 18px;
				}
}
@media only screen and (max-width: 600px) {
				.columns--careers.simple .columns__col__text h3 {
								font-size: 16px;
				}
}
.columns--careers.simple .columns__col__text h4 {
				font-size: 30px;
				font-family: "Brockmann", sans-serif;
				line-height: 1.24em;
}
@media only screen and (max-width: 1050px) {
				.columns--careers.simple .columns__col__text h4 {
								font-size: 20px;
				}
}
@media only screen and (max-width: 600px) {
				.columns--careers.simple .columns__col__text h4 {
								font-size: 20px;
				}
}
.columns--careers.simple .columns__col__text h5 {
				font-size: 28px;
				font-family: "Brockmann", sans-serif;
				line-height: 1.07em;
}
@media only screen and (max-width: 1050px) {
				.columns--careers.simple .columns__col__text h5 {
								font-size: 28px;
				}
}
@media only screen and (max-width: 600px) {
				.columns--careers.simple .columns__col__text h5 {
								font-size: 28px;
				}
}
.columns--careers.simple .columns__col__text h6 {
				font-family: "Brockmann", sans-serif;
}
.columns--careers.simple .columns__col__text p {
				font-size: 16px;
				font-family: "Brockmann", sans-serif;
				line-height: 1;
				line-height: 1.5em;
				margin-bottom: 25px;
				letter-spacing: -0.2px;
}
@media only screen and (max-width: 1050px) {
				.columns--careers.simple .columns__col__text p {
								font-size: 16px;
				}
}
@media only screen and (max-width: 600px) {
				.columns--careers.simple .columns__col__text p {
								font-size: 14px;
				}
}
.columns--careers.simple .columns__col__text ul,
.columns--careers.simple .columns__col__text ol {
				padding-left: 15px;
				margin-bottom: 25px;
				line-height: 1.6;
}
.columns--careers.simple .columns__col__text ul li {
				list-style: disc;
}
.columns--careers.simple .columns__col__text a {
				color: #ffffff;
}
.columns--careers.simple .columns__col__text a:hover {
				text-decoration: underline;
}
.columns--careers.simple .columns__col__text p + h1,
.columns--careers.simple .columns__col__text p + h2,
.columns--careers.simple .columns__col__text p + h3,
.columns--careers.simple .columns__col__text p + h4,
.columns--careers.simple .columns__col__text p + h5,
.columns--careers.simple .columns__col__text p + h6 {
				padding-top: 14px;
}
.columns--careers.simple .columns__col__text blockquote {
				padding-left: 30px;
				border-left: 3px solid #ffffff;
}
.columns--careers.simple .columns__col__text blockquote p {
				font-size: 30px;
				font-family: "Brockmann", sans-serif;
				line-height: 1.24em;
}
@media only screen and (max-width: 1050px) {
				.columns--careers.simple .columns__col__text blockquote p {
								font-size: 20px;
				}
}
@media only screen and (max-width: 600px) {
				.columns--careers.simple .columns__col__text blockquote p {
								font-size: 20px;
				}
}
.columns--careers.simple .columns__col__text img {
				width: auto;
				height: auto;
				max-width: 100%;
				margin: 0 0 28px 0;
}
.columns--careers.simple .columns__col__text .alignleft {
				float: left;
				max-width: 50%;
				margin-right: 30px;
}
@media only screen and (max-width: 750px) {
				.columns--careers.simple .columns__col__text .alignleft {
								max-width: 100%;
				}
}
.columns--careers.simple .columns__col__text .aligncenter {
				margin: 30px auto;
				display: block;
}
.columns--careers.simple .columns__col__text .alignright {
				float: right;
				max-width: 50%;
				margin-left: 30px;
}
@media only screen and (max-width: 750px) {
				.columns--careers.simple .columns__col__text .alignright {
								max-width: 100%;
				}
}
.columns--careers.simple .columns__col__text hr {
				border-top: 1px solid #031135;
				margin: 70px 0 67px;
}
@media only screen and (max-width: 600px) {
				.columns--careers.simple .columns__col__text hr {
								margin: 45px 0 40px;
				}
}
.columns--careers.simple .columns__col__text h1, .columns--careers.simple .columns__col__text h2, .columns--careers.simple .columns__col__text h3, .columns--careers.simple .columns__col__text h4, .columns--careers.simple .columns__col__text h5, .columns--careers.simple .columns__col__text h6 {
				color: #031135;
}
.columns--careers.simple .columns__col__text h1, .columns--careers.simple .columns__col__text h2, .columns--careers.simple .columns__col__text h3 {
				font-size: 25px;
				font-family: "Brockmann", sans-serif;
				line-height: 1.4em;
				margin: 0;
}
@media only screen and (max-width: 1050px) {
				.columns--careers.simple .columns__col__text h1, .columns--careers.simple .columns__col__text h2, .columns--careers.simple .columns__col__text h3 {
								font-size: 16px;
				}
}
@media only screen and (max-width: 600px) {
				.columns--careers.simple .columns__col__text h1, .columns--careers.simple .columns__col__text h2, .columns--careers.simple .columns__col__text h3 {
								font-size: 16px;
				}
}
.columns--careers.simple .columns__col__text h4, .columns--careers.simple .columns__col__text h5 {
				font-size: 20px;
				font-family: "Brockmann", sans-serif;
				line-height: 1.6em;
				line-height: 1.3em;
				margin: 0;
}
@media only screen and (max-width: 1050px) {
				.columns--careers.simple .columns__col__text h4, .columns--careers.simple .columns__col__text h5 {
								font-size: 18px;
				}
}
@media only screen and (max-width: 600px) {
				.columns--careers.simple .columns__col__text h4, .columns--careers.simple .columns__col__text h5 {
								font-size: 16px;
				}
}
.columns--careers.simple .columns__col__text p {
				margin: 0;
				font-size: 16px;
				font-family: "Brockmann", sans-serif;
				line-height: 1;
				line-height: 1.5em;
}
@media only screen and (max-width: 1050px) {
				.columns--careers.simple .columns__col__text p {
								font-size: 16px;
				}
}
@media only screen and (max-width: 600px) {
				.columns--careers.simple .columns__col__text p {
								font-size: 14px;
				}
}
.columns--careers.simple .columns__col__text p + h1,
.columns--careers.simple .columns__col__text p + h2,
.columns--careers.simple .columns__col__text p + h3,
.columns--careers.simple .columns__col__text p + h4,
.columns--careers.simple .columns__col__text p + h5 {
				margin-top: 20px;
				padding: 0;
}
.columns--careers.simple .button {
				margin-top: 35px;
}

.columns--careers + .columns--careers .columns__cont::before {
				content: "";
				position: absolute;
				border-top: 1px solid #002554;
				width: 100%;
				top: -100px;
				left: 0;
}
@media only screen and (max-width: 1050px) {
				.columns--careers + .columns--careers .columns__cont::before {
								top: -60px;
				}
}

.columns--careers + .columns--careers.simple .columns__main::before {
				content: "";
				position: absolute;
				border-top: 1px solid #002554;
				width: 100%;
				top: -82px;
				left: 0;
}
@media only screen and (max-width: 1050px) {
				.columns--careers + .columns--careers.simple .columns__main::before {
								top: -42px;
				}
}

.grid--news {
				padding: 70px 0 281px;
}
@media only screen and (max-width: 1050px) {
				.grid--news {
								padding: 60px 0 100px;
				}
}
.grid--news .grid__cont {
				display: -ms-grid;
				display: grid;
				-ms-grid-columns: 1fr 30px 1fr 30px 1fr;
				grid-template-columns: repeat(3, 1fr);
				gap: 70px 30px;
}
@media only screen and (max-width: 900px) {
				.grid--news .grid__cont {
								-ms-grid-columns: (1fr)[2];
								grid-template-columns: repeat(2, 1fr);
				}
}
@media only screen and (max-width: 600px) {
				.grid--news .grid__cont {
								-ms-grid-columns: 100%;
								grid-template-columns: 100%;
								gap: 40px;
				}
}
.grid--news .grid__cont .js-results {
				display: contents;
}
.grid--news .grid__cont .js-results.js-loading::after {
				position: relative;
				width: 100%;
				-ms-grid-column: 1;
				-ms-grid-column-span: 3;
				grid-column: 1/4;
				height: 40px;
				content: "";
				background-image: url("images/loading.svg");
				background-size: contain;
				background-position: center center;
				background-repeat: no-repeat;
				z-index: 3;
}
@media only screen and (max-width: 900px) {
				.grid--news .grid__cont .js-results.js-loading::after {
								-ms-grid-column: 1;
								-ms-grid-column-span: 2;
								grid-column: 1/3;
				}
}
@media only screen and (max-width: 600px) {
				.grid--news .grid__cont .js-results.js-loading::after {
								-ms-grid-column: 1;
								-ms-grid-column-span: 1;
								grid-column: 1/2;
				}
}
.grid--news .pagination {
				margin-top: 50px;
				text-align: center;
}
.grid--news .filters {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				gap: 22px;
				margin-bottom: 62px;
				-ms-flex-wrap: wrap;
				    flex-wrap: wrap;
}
@media only screen and (max-width: 1050px) {
				.grid--news .filters {
								margin-bottom: 40px;
				}
}
.grid--news .filters__item {
				font-weight: 600;
				text-decoration: none;
				background: -webkit-gradient(linear, left top, right top, from(rgb(245, 250, 253)), to(rgb(245, 250, 253))), -webkit-gradient(linear, left top, right top, from(rgb(210, 60, 58)), to(rgb(210, 60, 58)));
				background: linear-gradient(to right, rgb(245, 250, 253), rgb(245, 250, 253)), linear-gradient(to right, rgb(210, 60, 58), rgb(210, 60, 58));
				background-size: 100% 2px, 0 2px;
				background-position: 100% 100%, 0 100%;
				background-repeat: no-repeat;
				-webkit-transition: all 400ms ease;
				transition: all 400ms ease;
				padding-bottom: 12px;
				cursor: pointer;
}
.grid--news .filters__item:hover, .grid--news .filters__item.active {
				background-size: 0 2px, 100% 2px;
				color: #D23C3A;
}

.post-item {
				position: relative;
				text-decoration: none;
}
.post-item:hover .post-item__image:before {
				opacity: 0.2;
}
.post-item:hover .post-item__title span {
				background-size: 0 2px, 100% 2px;
				color: #D23C3A;
}
.post-item__image {
				aspect-ratio: 413/240;
				position: relative;
				display: block;
				background: #F1F1F1;
				margin-bottom: 40px;
}
@media only screen and (max-width: 1050px) {
				.post-item__image {
								margin-bottom: 31px;
				}
}
.post-item__image:after {
				position: absolute;
				content: "";
				width: 30%;
				aspect-ratio: 227/94;
				background: url(images/sitelogo.svg) center/contain no-repeat;
				top: 50%;
				left: 50%;
				-webkit-transform: translate(-50%, -50%);
				        transform: translate(-50%, -50%);
				z-index: 1;
}
.post-item__image:before {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				background: #153967;
				opacity: 0;
				content: "";
				z-index: 3;
				-webkit-transition: all 0.3s ease;
				transition: all 0.3s ease;
}
.post-item__image .image-background {
				z-index: 2;
}
.post-item__date {
				margin-bottom: 23px;
				color: #031135;
}
@media only screen and (max-width: 1050px) {
				.post-item__date {
								margin-bottom: 18px;
				}
}
.post-item__title {
				display: -webkit-box;
				-webkit-line-clamp: 3;
				-webkit-box-orient: vertical;
				overflow: hidden;
				text-overflow: ellipsis;
}
@media only screen and (max-width: 750px) {
				.post-item__title {
								font-size: 18px;
				}
}
.post-item__title span {
				text-decoration: none;
				color: #031135;
				font-weight: 600;
				line-height: 1.4em;
				text-decoration: none;
				background: -webkit-gradient(linear, left top, right top, from(rgb(245, 250, 253)), to(rgb(245, 250, 253))), -webkit-gradient(linear, left top, right top, from(rgb(210, 60, 58)), to(rgb(210, 60, 58)));
				background: linear-gradient(to right, rgb(245, 250, 253), rgb(245, 250, 253)), linear-gradient(to right, rgb(210, 60, 58), rgb(210, 60, 58));
				background-size: 100% 2px, 0 2px;
				background-position: 100% 100%, 0 100%;
				background-repeat: no-repeat;
				-webkit-transition: all 400ms ease;
				transition: all 400ms ease;
				padding-bottom: 2px;
}

.grid--team {
				padding: 60px 0 84px;
}
.grid--team .grid__cont {
				display: -ms-grid;
				display: grid;
				-ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
				grid-template-columns: repeat(4, 1fr);
				gap: 43px 30px;
}
@media only screen and (max-width: 1050px) {
				.grid--team .grid__cont {
								-ms-grid-columns: (1fr)[2];
								grid-template-columns: repeat(2, 1fr);
				}
}
@media only screen and (max-width: 600px) {
				.grid--team .grid__cont {
								-ms-grid-columns: 100%;
								grid-template-columns: 100%;
				}
}

.team-item:hover .team-item__title {
				background-size: 0 2px, 100% 2px;
				color: #D23C3A;
}
.team-item__image {
				position: relative;
				aspect-ratio: 313/349;
				display: block;
}
@media only screen and (max-width: 900px) {
				.team-item__image {
								aspect-ratio: 1;
				}
}
.team-item__title {
				display: inline-block;
				margin-top: 13px;
				color: #445;
				font-weight: 600;
				text-decoration: none;
				background: -webkit-gradient(linear, left top, right top, from(rgb(244, 244, 237)), to(rgb(244, 244, 237))), -webkit-gradient(linear, left top, right top, from(rgb(210, 60, 58)), to(rgb(210, 60, 58)));
				background: linear-gradient(to right, rgb(244, 244, 237), rgb(244, 244, 237)), linear-gradient(to right, rgb(210, 60, 58), rgb(210, 60, 58));
				background-size: 100% 2px, 0 2px;
				background-position: 100% 100%, 0 100%;
				background-repeat: no-repeat;
				-webkit-transition: all 400ms ease;
				transition: all 400ms ease;
				padding-bottom: 2px;
}
.team-item__title:hover {
				background-size: 0 2px, 100% 2px;
				color: #D23C3A;
}
.team-item__position {
				margin-top: 7px;
				color: #031135;
				font-weight: 600;
}

.grid--community {
				padding: 127px 0;
}
@media only screen and (max-width: 750px) {
				.grid--community {
								padding: 60px 0;
				}
}
.grid--community .grid__cont {
				padding-left: 117px;
}
@media only screen and (max-width: 1050px) {
				.grid--community .grid__cont {
								padding-left: 0;
				}
}
.grid--community .grid__uppertitle {
				font-weight: 600;
				margin-bottom: 50px;
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(-50px) translateY(0));
				        transform: var(--fade-transform, translateX(-50px) translateY(0));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.2s;
				        transition-delay: 0.2s;
}
.grid--community .grid__title {
				letter-spacing: -0.8px;
				line-height: 1.1625em;
				font-weight: 600;
				width: 690px;
				max-width: 100%;
				color: #031135;
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(-50px) translateY(0));
				        transform: var(--fade-transform, translateX(-50px) translateY(0));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.2s;
				        transition-delay: 0.2s;
}
.grid--community .grid__title strong {
				color: #D23C3A;
}
@media only screen and (max-width: 1050px) {
				.grid--community .grid__title {
								width: 100%;
				}
}
.grid--community .grid__text {
				width: 520px;
				max-width: 100%;
				margin-top: 32px;
				color: #031135;
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(-50px) translateY(0));
				        transform: var(--fade-transform, translateX(-50px) translateY(0));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.2s;
				        transition-delay: 0.2s;
}
.grid--community .grid__text p {
				line-height: 1.5em;
				font-weight: 400;
}
@media only screen and (max-width: 1050px) {
				.grid--community .grid__text {
								width: 100%;
				}
}
.grid--community .grid__grid {
				display: -ms-grid;
				display: grid;
				-ms-grid-columns: 1fr 158px 1fr;
				grid-template-columns: repeat(2, 1fr);
				gap: 158px;
				margin-top: 48px;
				width: 983px;
				max-width: 100%;
}
@media only screen and (max-width: 1050px) {
				.grid--community .grid__grid {
								gap: 30px;
				}
}
@media only screen and (max-width: 750px) {
				.grid--community .grid__grid {
								-ms-grid-columns: 100%;
								grid-template-columns: 100%;
				}
}
.grid--community .grid__item {
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(0) translateY(50px));
				        transform: var(--fade-transform, translateX(0) translateY(50px));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.2s;
				        transition-delay: 0.2s;
}
.grid--community .grid__item__image {
				position: relative;
				aspect-ratio: 412/240;
				margin-bottom: 34px;
}
.grid--community .grid__item__title {
				font-weight: 600;
				color: #031135;
}
.grid--community .grid__item__text {
				line-height: 1.5em;
				font-weight: 400;
				margin-top: 14px;
				color: #031135;
}

.grid--stats {
				padding: 105px 0 88px 0;
				background: #031135;
}
@media only screen and (max-width: 750px) {
				.grid--stats {
								padding: 60px 0;
				}
}
.grid--stats .grid__cont {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-ms-flex-wrap: wrap;
				    flex-wrap: wrap;
				-webkit-box-pack: start;
				    -ms-flex-pack: start;
				        justify-content: flex-start;
				gap: 28px;
}
.grid--stats .grid__item {
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(0) translateY(50px));
				        transform: var(--fade-transform, translateX(0) translateY(50px));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.2s;
				        transition-delay: 0.2s;
				width: calc(25% - 21px);
}
@media only screen and (max-width: 900px) {
				.grid--stats .grid__item {
								width: calc(50% - 14px);
				}
}
@media only screen and (max-width: 600px) {
				.grid--stats .grid__item {
								width: 100%;
				}
}
.grid--stats .grid__item__number {
				font-weight: 600;
				border-bottom: 8px solid #9BDAFF;
				padding-bottom: 19px;
				color: #9BDAFF;
}
@media only screen and (min-width: 1260px) {
				.grid--stats .grid__item__number {
								font-size: 95px;
				}
}
@media only screen and (max-width: 1050px) {
				.grid--stats .grid__item__number {
								font-size: 60px;
				}
}
.grid--stats .grid__item__title {
				font-weight: 600;
				margin-top: 23px;
				padding-right: 25px;
}
@media only screen and (min-width: 1260px) {
				.grid--stats .grid__item__title {
								font-size: 35px;
				}
}
@media only screen and (max-width: 1050px) {
				.grid--stats .grid__item__title {
								font-size: 25px;
				}
}
.grid--stats .grid__item:nth-child(2n) .grid__item__number {
				border-color: #FAAE5B;
				color: #FAAE5B;
}
.grid--stats .grid__item:nth-child(3n) .grid__item__number {
				border-color: #2288C8;
				color: #2288C8;
}
.grid--stats .grid__item:nth-child(4n) .grid__item__number {
				border-color: #D23C3A;
				color: #D23C3A;
}

.contents--logos {
				padding-bottom: 56px;
}
@media only screen and (max-width: 750px) {
				.contents--logos {
								padding-bottom: 36px;
				}
}
.contents--logos .contents__cont {
				border-top: 1px solid #031135;
				padding-top: 86px;
}
@media only screen and (max-width: 750px) {
				.contents--logos .contents__cont {
								width: calc(100% + 24px);
								margin-left: -12px;
								padding-left: 17px;
								padding-right: 12px;
								padding-top: 55px;
				}
}
.contents--logos .contents__title {
				color: #D23C3A;
				font-weight: 600;
				margin-top: -2px;
				line-height: 1em;
				letter-spacing: -2px;
				width: 780px;
				max-width: 100%;
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(-50px) translateY(0));
				        transform: var(--fade-transform, translateX(-50px) translateY(0));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.2s;
				        transition-delay: 0.2s;
}
.contents--logos .contents__text {
				color: #031135;
				margin-top: 18px;
				width: 350px;
				max-width: 100%;
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(-50px) translateY(0));
				        transform: var(--fade-transform, translateX(-50px) translateY(0));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.4s;
				        transition-delay: 0.4s;
}
@media only screen and (max-width: 750px) {
				.contents--logos .contents__text {
								margin-top: 9px;
								padding-right: 93px;
				}
}
.contents--logos .contents__text p {
				line-height: 1.5em;
				letter-spacing: -0.15px;
}
.contents--logos .contents__logos {
				display: -ms-grid;
				display: grid;
				-ms-grid-columns: 1fr 65px 1fr 65px 1fr 65px 1fr 65px 1fr 65px 1fr 65px 1fr;
				grid-template-columns: repeat(7, 1fr);
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
				gap: 86px 65px;
				margin-top: 85px;
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(0) translateY(50px));
				        transform: var(--fade-transform, translateX(0) translateY(50px));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.6s;
				        transition-delay: 0.6s;
}
@media only screen and (max-width: 750px) {
				.contents--logos .contents__logos {
								-ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
								grid-template-columns: repeat(4, 1fr);
								gap: 33px 20px;
								margin-top: 31px;
				}
}
.contents--logos .js-carrousel-logos {
				width: 100%;
				height: 100%;
				margin-left: auto;
				margin-right: auto;
				margin-top: 70px;
}
@media only screen and (max-width: 1050px) {
				.contents--logos .js-carrousel-logos {
								margin-top: 40px;
				}
}
.contents--logos .carousel__nav {
				margin-top: -46px;
}
@media only screen and (max-width: 1050px) {
				.contents--logos .carousel__nav {
								margin-top: 20px;
				}
}
.contents--logos .swiper-slide {
				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;
				margin-bottom: 30px;
}
@media only screen and (max-width: 1050px) {
				.contents--logos .swiper-slide {
								margin-bottom: 0;
				}
}

.contents--capabilities {
				padding: 77px 0 36px 0;
}
@media only screen and (max-width: 1050px) {
				.contents--capabilities {
								padding: 0;
				}
}
.contents--capabilities .container {
				max-width: 1139px;
}
.contents--capabilities .contents__item {
				display: -ms-grid;
				display: grid;
				-ms-grid-columns: 250px 30px auto;
				grid-template-columns: 250px auto;
				gap: 30px;
				padding: 90px 0 106px 0;
				border-top: 1px solid #002554;
}
@media only screen and (max-width: 1050px) {
				.contents--capabilities .contents__item {
								-ms-grid-columns: 200px auto;
								grid-template-columns: 200px auto;
								padding: 55px 0;
				}
}
@media only screen and (max-width: 750px) {
				.contents--capabilities .contents__item {
								-ms-grid-columns: 68px auto;
								grid-template-columns: 68px auto;
				}
}
.contents--capabilities .contents__item:nth-child(1) {
				border: none;
}
.contents--capabilities .contents__item__title {
				color: #031135;
				font-weight: 600;
				width: 600px;
				max-width: 100%;
				margin-top: 15px;
}
@media only screen and (max-width: 1050px) {
				.contents--capabilities .contents__item__title {
								width: 100%;
				}
}
@media only screen and (max-width: 750px) {
				.contents--capabilities .contents__item__title {
								margin-top: 0;
								font-size: 20px;
				}
}
.contents--capabilities .contents__item__text {
				color: #031135;
				width: 567px;
				max-width: 100%;
				margin-top: 8px;
}
@media only screen and (max-width: 900px) {
				.contents--capabilities .contents__item__text {
								width: 100%;
				}
}
.contents--capabilities .contents__item__text p {
				line-height: 1.5em;
}
.contents--capabilities .button-cont {
				margin-top: 26px;
}

.contents--related {
				padding-bottom: 113px;
}
@media only screen and (max-width: 900px) {
				.contents--related {
								padding-bottom: 55px;
				}
}
.contents--related .contents__cont {
				border-top: 1px solid #031135;
				padding-top: 114px;
				display: -ms-grid;
				display: grid;
				-ms-grid-columns: 425px 32px auto;
				grid-template-columns: 425px auto;
				gap: 32px;
}
@media only screen and (max-width: 1050px) {
				.contents--related .contents__cont {
								-ms-grid-columns: 1fr;
								grid-template-columns: repeat(1, 1fr);
								padding-top: 80px;
								gap: 39px;
				}
}
@media only screen and (max-width: 900px) {
				.contents--related .contents__cont {
								padding-top: 55px;
				}
}
@media only screen and (max-width: 750px) {
				.contents--related .contents__cont {
								width: calc(100% + 24px);
								margin-left: -12px;
								padding-left: 17px;
								padding-right: 12px;
				}
}
.contents--related .contents__title {
				color: #D23C3A;
				font-weight: 600;
				letter-spacing: -1px;
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(-50px) translateY(0));
				        transform: var(--fade-transform, translateX(-50px) translateY(0));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.2s;
				        transition-delay: 0.2s;
}
.contents--related .contents__grid {
				display: -ms-grid;
				display: grid;
				-ms-grid-columns: 1fr 59px 1fr;
				grid-template-columns: repeat(2, 1fr);
				gap: 59px;
				margin-top: -5px;
}
@media only screen and (max-width: 900px) {
				.contents--related .contents__grid {
								gap: 20px;
				}
}
@media only screen and (max-width: 750px) {
				.contents--related .contents__grid {
								-ms-grid-columns: 1fr;
								grid-template-columns: repeat(1, 1fr);
								gap: 45px;
				}
}
.contents--related .contents__grid .post-item:nth-child(1) {
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(0) translateY(50px));
				        transform: var(--fade-transform, translateX(0) translateY(50px));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.4s;
				        transition-delay: 0.4s;
}
.contents--related .contents__grid .post-item:nth-child(2) {
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(0) translateY(50px));
				        transform: var(--fade-transform, translateX(0) translateY(50px));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.6s;
				        transition-delay: 0.6s;
}
.contents--related.type--home {
				padding-bottom: 80px;
}
@media only screen and (max-width: 900px) {
				.contents--related.type--home {
								padding-bottom: 39px;
				}
}
.contents--related.type--home .contents__cont {
				padding-top: 92px;
}
@media only screen and (max-width: 900px) {
				.contents--related.type--home .contents__cont {
								padding-top: 66px;
				}
}
.contents--related.type--home .contents__title {
				font-size: 105px;
				margin-top: -22px;
}
@media only screen and (max-width: 1050px) {
				.contents--related.type--home .contents__title {
								font-size: 110px;
								font-family: "Brockmann", sans-serif;
								line-height: 1.045em;
				}
}
@media only screen and (max-width: 1050px) and (max-width: 1050px) {
				.contents--related.type--home .contents__title {
								font-size: 65px;
				}
}
@media only screen and (max-width: 1050px) and (max-width: 600px) {
				.contents--related.type--home .contents__title {
								font-size: 44px;
				}
}
.contents--related.type--home .button-cont {
				border-top: 1px solid #031135;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: end;
				    -ms-flex-pack: end;
				        justify-content: flex-end;
				margin-top: 66px;
				padding-top: 35px;
}
@media only screen and (max-width: 750px) {
				.contents--related.type--home .button-cont {
								margin-top: 41px;
								width: calc(100% + 24px);
								margin-left: -12px;
								padding-left: 17px;
								padding-right: 12px;
				}
}

.contents--banner {
				padding: 44px 0 51px 0;
				min-height: 719px;
				background: #031135;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
				-webkit-box-pack: center;
				    -ms-flex-pack: center;
				        justify-content: center;
				background-image: url(images/banner-background.svg);
				background-size: auto calc(100% - 96px);
				background-position: 0% 44px;
				background-repeat: no-repeat;
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(0) translateY(0));
				        transform: var(--fade-transform, translateX(0) translateY(0));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.2s;
				        transition-delay: 0.2s;
}
@media only screen and (max-width: 1050px) {
				.contents--banner {
								min-height: auto;
								padding: 97px 0 97px 0;
								background-position: 79% 44px;
				}
}
.contents--banner .contents__cont {
				padding: 32px 59px 0 102px;
}
@media only screen and (max-width: 1050px) {
				.contents--banner .contents__cont {
								padding: 0 0 0 66px;
				}
}
.contents--banner .contents__title {
				font-weight: 600;
				letter-spacing: -1px;
				line-height: 1;
				font-weight: 600;
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(-50px) translateY(0));
				        transform: var(--fade-transform, translateX(-50px) translateY(0));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.4s;
				        transition-delay: 0.4s;
}
.contents--banner .contents__title strong {
				color: #D23C3A;
}
.contents--banner .contents__col {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: end;
				    -ms-flex-pack: end;
				        justify-content: flex-end;
}
@media only screen and (max-width: 1260px) {
				.contents--banner .contents__col {
								-webkit-box-pack: start;
								    -ms-flex-pack: start;
								        justify-content: flex-start;
				}
}
.contents--banner .contents__col__cont {
				width: 593px;
				max-width: 100%;
}
.contents--banner .contents__text {
				margin-top: 70px;
				width: 415px;
				max-width: 100%;
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(50px) translateY(0));
				        transform: var(--fade-transform, translateX(50px) translateY(0));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.6s;
				        transition-delay: 0.6s;
}
@media only screen and (max-width: 1050px) {
				.contents--banner .contents__text {
								margin-top: 25px;
								padding-right: 15px;
				}
}
.contents--banner .contents__text p {
				line-height: 1.5em;
}
.contents--banner .button-cont {
				margin-top: 30px;
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(50px) translateY(0));
				        transform: var(--fade-transform, translateX(50px) translateY(0));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.8s;
				        transition-delay: 0.8s;
}
@media only screen and (max-width: 1050px) {
				.contents--banner .button-cont {
								margin-top: 25px;
				}
}
.contents--banner .dot-mark:before {
				top: 7px;
}

.contents--contact {
				background-color: #031135;
				padding-top: 100px;
				padding-bottom: 184px;
				background-image: url(images/contact-back.svg);
				background-position: top left;
				background-size: 95.5% auto;
				background-repeat: no-repeat;
				position: relative;
}
@media only screen and (max-width: 750px) {
				.contents--contact {
								padding-top: 80px;
								padding-bottom: 50px;
								background-image: url(images/contact-back-resp.svg);
								background-position: top right;
								background-size: 100% auto;
				}
}
.contents--contact:nth-child(1) {
				padding-top: 270px;
				padding-bottom: 81px;
}
@media only screen and (max-width: 750px) {
				.contents--contact:nth-child(1) {
								padding-top: 120px;
								padding-bottom: 50px;
				}
}
.contents--contact .container {
				max-width: 1135px;
}
.contents--contact .contents__cont {
				display: -ms-grid;
				display: grid;
				-ms-grid-columns: 59% 142px auto;
				grid-template-columns: 59% auto;
				gap: 142px;
}
@media only screen and (max-width: 750px) {
				.contents--contact .contents__cont {
								-ms-grid-columns: 1fr;
								grid-template-columns: repeat(1, 1fr);
								gap: 47px;
				}
}
.contents--contact .contents__title {
				width: 1000px;
				max-width: 100%;
				margin-left: -7px;
				letter-spacing: -1px;
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(-50px) translateY(0));
				        transform: var(--fade-transform, translateX(-50px) translateY(0));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.2s;
				        transition-delay: 0.2s;
				line-height: 1;
				font-weight: 600;
}
@media only screen and (max-width: 1260px) {
				.contents--contact .contents__title {
								padding-left: 45px;
				}
}
@media only screen and (max-width: 1050px) {
				.contents--contact .contents__title {
								margin-left: 0;
								padding-left: 36px;
				}
}
.contents--contact .contents__title strong {
				color: #D23C3A;
}
.contents--contact .contents__text {
				margin-top: 38px;
				width: 477px;
				max-width: 100%;
				letter-spacing: -0.2px;
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(-50px) translateY(0));
				        transform: var(--fade-transform, translateX(-50px) translateY(0));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.4s;
				        transition-delay: 0.4s;
}
@media only screen and (max-width: 1260px) {
				.contents--contact .contents__text {
								padding-left: 45px;
				}
}
@media only screen and (max-width: 1050px) {
				.contents--contact .contents__text {
								padding-left: 37px;
								margin-top: 21px;
								padding-right: 50px;
				}
}
.contents--contact .contents__text p {
				line-height: 1.5em;
}
.contents--contact .contents__text::before {
				left: -36px;
				top: 6px;
}
@media only screen and (max-width: 1260px) {
				.contents--contact .contents__text::before {
								left: 0;
				}
}
@media only screen and (max-width: 1050px) {
				.contents--contact .contents__text::before {
								left: 8px;
								width: 16px;
								height: 7px;
				}
}
.contents--contact .contents__form {
				margin-top: 61px;
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(-50px) translateY(0));
				        transform: var(--fade-transform, translateX(-50px) translateY(0));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.6s;
				        transition-delay: 0.6s;
}
@media only screen and (max-width: 750px) {
				.contents--contact .contents__form {
								margin-top: 50px;
								padding: 0 10px;
				}
}
.contents--contact .contents__data {
				margin-top: 55px;
				opacity: var(--fade-opacity, 0);
				-webkit-transform: var(--fade-transform, translateX(50px) translateY(0));
				        transform: var(--fade-transform, translateX(50px) translateY(0));
				-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
				-webkit-transition-delay: 0.8s;
				        transition-delay: 0.8s;
}
@media only screen and (max-width: 750px) {
				.contents--contact .contents__data {
								margin-top: 0;
								padding: 0 15px;
				}
}
.contents--contact .contents__address {
				line-height: 1.48;
				padding-bottom: 27px;
}
@media only screen and (max-width: 750px) {
				.contents--contact .contents__address {
								font-size: 14px;
								line-height: 1.3;
								padding-bottom: 18px;
				}
}
.contents--contact .contents__email, .contents--contact .contents__phone {
				padding-bottom: 32px;
}
@media only screen and (max-width: 750px) {
				.contents--contact .contents__email, .contents--contact .contents__phone {
								padding-bottom: 15px;
				}
}
.contents--contact .contents__email span, .contents--contact .contents__phone span {
				font-size: 16px;
				text-transform: uppercase;
				color: #6F9BD4;
				font-weight: 600;
				width: 100%;
				display: block;
}
@media only screen and (max-width: 750px) {
				.contents--contact .contents__email span, .contents--contact .contents__phone span {
								font-size: 14px;
				}
}
.contents--contact .contents__email a, .contents--contact .contents__phone a {
				color: #ffffff;
				text-decoration: none;
}
@media only screen and (max-width: 750px) {
				.contents--contact .contents__email a, .contents--contact .contents__phone a {
								font-size: 14px;
				}
}
.contents--contact.no-info .contents__title,
.contents--contact.no-info .contents__text {
				width: 644px;
				max-width: 100%;
}

.contact-anchor {
				position: absolute;
				top: 15px;
				left: 0;
				width: 100%;
}

.contents--paragraph {
				padding: 60px 0;
}
.contents--paragraph .contents__text h1,
.contents--paragraph .contents__text h2,
.contents--paragraph .contents__text h3,
.contents--paragraph .contents__text h4,
.contents--paragraph .contents__text h5,
.contents--paragraph .contents__text h6 {
				color: #ffffff;
				margin-bottom: 20px;
				font-weight: 600;
				color: #031135;
				margin-bottom: 3px;
}
.contents--paragraph .contents__text h1 {
				font-size: 30px;
				font-family: "Brockmann", sans-serif;
				line-height: 1.24em;
}
@media only screen and (max-width: 1050px) {
				.contents--paragraph .contents__text h1 {
								font-size: 20px;
				}
}
@media only screen and (max-width: 600px) {
				.contents--paragraph .contents__text h1 {
								font-size: 20px;
				}
}
.contents--paragraph .contents__text h2 {
				font-size: 25px;
				font-family: "Brockmann", sans-serif;
}
@media only screen and (max-width: 1050px) {
				.contents--paragraph .contents__text h2 {
								font-size: 16px;
				}
}
@media only screen and (max-width: 600px) {
				.contents--paragraph .contents__text h2 {
								font-size: 16px;
				}
}
.contents--paragraph .contents__text h3 {
				font-size: 20px;
				font-family: "Brockmann", sans-serif;
				line-height: 1.6em;
}
@media only screen and (max-width: 1050px) {
				.contents--paragraph .contents__text h3 {
								font-size: 18px;
				}
}
@media only screen and (max-width: 600px) {
				.contents--paragraph .contents__text h3 {
								font-size: 16px;
				}
}
.contents--paragraph .contents__text h4 {
				font-size: 30px;
				font-family: "Brockmann", sans-serif;
				line-height: 1.24em;
}
@media only screen and (max-width: 1050px) {
				.contents--paragraph .contents__text h4 {
								font-size: 20px;
				}
}
@media only screen and (max-width: 600px) {
				.contents--paragraph .contents__text h4 {
								font-size: 20px;
				}
}
.contents--paragraph .contents__text h5 {
				font-size: 28px;
				font-family: "Brockmann", sans-serif;
				line-height: 1.07em;
}
@media only screen and (max-width: 1050px) {
				.contents--paragraph .contents__text h5 {
								font-size: 28px;
				}
}
@media only screen and (max-width: 600px) {
				.contents--paragraph .contents__text h5 {
								font-size: 28px;
				}
}
.contents--paragraph .contents__text h6 {
				font-family: "Brockmann", sans-serif;
}
.contents--paragraph .contents__text p {
				font-size: 16px;
				font-family: "Brockmann", sans-serif;
				line-height: 1;
				line-height: 1.5em;
				margin-bottom: 25px;
				letter-spacing: -0.2px;
}
@media only screen and (max-width: 1050px) {
				.contents--paragraph .contents__text p {
								font-size: 16px;
				}
}
@media only screen and (max-width: 600px) {
				.contents--paragraph .contents__text p {
								font-size: 14px;
				}
}
.contents--paragraph .contents__text ul,
.contents--paragraph .contents__text ol {
				padding-left: 15px;
				margin-bottom: 25px;
				line-height: 1.6;
}
.contents--paragraph .contents__text ul li {
				list-style: disc;
}
.contents--paragraph .contents__text a {
				color: #ffffff;
}
.contents--paragraph .contents__text a:hover {
				text-decoration: underline;
}
.contents--paragraph .contents__text p + h1,
.contents--paragraph .contents__text p + h2,
.contents--paragraph .contents__text p + h3,
.contents--paragraph .contents__text p + h4,
.contents--paragraph .contents__text p + h5,
.contents--paragraph .contents__text p + h6 {
				padding-top: 14px;
}
.contents--paragraph .contents__text blockquote {
				padding-left: 30px;
				border-left: 3px solid #ffffff;
}
.contents--paragraph .contents__text blockquote p {
				font-size: 30px;
				font-family: "Brockmann", sans-serif;
				line-height: 1.24em;
}
@media only screen and (max-width: 1050px) {
				.contents--paragraph .contents__text blockquote p {
								font-size: 20px;
				}
}
@media only screen and (max-width: 600px) {
				.contents--paragraph .contents__text blockquote p {
								font-size: 20px;
				}
}
.contents--paragraph .contents__text img {
				width: auto;
				height: auto;
				max-width: 100%;
				margin: 0 0 28px 0;
}
.contents--paragraph .contents__text .alignleft {
				float: left;
				max-width: 50%;
				margin-right: 30px;
}
@media only screen and (max-width: 750px) {
				.contents--paragraph .contents__text .alignleft {
								max-width: 100%;
				}
}
.contents--paragraph .contents__text .aligncenter {
				margin: 30px auto;
				display: block;
}
.contents--paragraph .contents__text .alignright {
				float: right;
				max-width: 50%;
				margin-left: 30px;
}
@media only screen and (max-width: 750px) {
				.contents--paragraph .contents__text .alignright {
								max-width: 100%;
				}
}
.contents--paragraph .contents__text hr {
				border-top: 1px solid #031135;
				margin: 70px 0 67px;
}
@media only screen and (max-width: 600px) {
				.contents--paragraph .contents__text hr {
								margin: 45px 0 40px;
				}
}
.contents--paragraph .contents__text p,
.contents--paragraph .contents__text ul,
.contents--paragraph .contents__text ol {
				color: #031135;
}
.contents--paragraph .contents__text a {
				color: #031135;
}
.contents--paragraph .contents__text a:hover {
				color: #D23C3A;
}
.contents--paragraph .contents__text blockquote {
				border-color: #031135;
}

.contents--jobs-iframe {
				padding: 60px 0;
				background: #f9f9f9;
}
.contents--jobs-iframe .contents__cont {
				overflow: hidden;
}
.contents--jobs-iframe .contents__cont iframe {
				margin-top: -110px;
}

.contents--iframe {
				padding: 90px 0;
				background: #ffffff;
}
.contents--iframe .contents__cont iframe {
				width: 100%;
}

.contents--text-twocol {
				padding: 100px 0 165px;
}
@media only screen and (max-width: 1050px) {
				.contents--text-twocol {
								padding: 60px 0 100px;
				}
}
.contents--text-twocol .contents__cont {
				display: -ms-grid;
				display: grid;
				-ms-grid-columns: 1fr min(143px, 10vw) 1fr;
				grid-template-columns: repeat(2, 1fr);
				padding: 0 45px 0 114px;
				gap: min(143px, 10vw);
}
@media only screen and (max-width: 1050px) {
				.contents--text-twocol .contents__cont {
								padding: 0;
								-ms-grid-columns: 100%;
								grid-template-columns: 100%;
				}
}
.contents--text-twocol .contents__text {
				color: #031135;
}
.contents--text-twocol .contents__text h1,
.contents--text-twocol .contents__text h2,
.contents--text-twocol .contents__text h3,
.contents--text-twocol .contents__text h4,
.contents--text-twocol .contents__text h5,
.contents--text-twocol .contents__text h6 {
				color: #ffffff;
				margin-bottom: 20px;
				font-weight: 600;
				color: #031135;
				margin-bottom: 3px;
}
.contents--text-twocol .contents__text h1 {
				font-size: 30px;
				font-family: "Brockmann", sans-serif;
				line-height: 1.24em;
}
@media only screen and (max-width: 1050px) {
				.contents--text-twocol .contents__text h1 {
								font-size: 20px;
				}
}
@media only screen and (max-width: 600px) {
				.contents--text-twocol .contents__text h1 {
								font-size: 20px;
				}
}
.contents--text-twocol .contents__text h2 {
				font-size: 25px;
				font-family: "Brockmann", sans-serif;
}
@media only screen and (max-width: 1050px) {
				.contents--text-twocol .contents__text h2 {
								font-size: 16px;
				}
}
@media only screen and (max-width: 600px) {
				.contents--text-twocol .contents__text h2 {
								font-size: 16px;
				}
}
.contents--text-twocol .contents__text h3 {
				font-size: 20px;
				font-family: "Brockmann", sans-serif;
				line-height: 1.6em;
}
@media only screen and (max-width: 1050px) {
				.contents--text-twocol .contents__text h3 {
								font-size: 18px;
				}
}
@media only screen and (max-width: 600px) {
				.contents--text-twocol .contents__text h3 {
								font-size: 16px;
				}
}
.contents--text-twocol .contents__text h4 {
				font-size: 30px;
				font-family: "Brockmann", sans-serif;
				line-height: 1.24em;
}
@media only screen and (max-width: 1050px) {
				.contents--text-twocol .contents__text h4 {
								font-size: 20px;
				}
}
@media only screen and (max-width: 600px) {
				.contents--text-twocol .contents__text h4 {
								font-size: 20px;
				}
}
.contents--text-twocol .contents__text h5 {
				font-size: 28px;
				font-family: "Brockmann", sans-serif;
				line-height: 1.07em;
}
@media only screen and (max-width: 1050px) {
				.contents--text-twocol .contents__text h5 {
								font-size: 28px;
				}
}
@media only screen and (max-width: 600px) {
				.contents--text-twocol .contents__text h5 {
								font-size: 28px;
				}
}
.contents--text-twocol .contents__text h6 {
				font-family: "Brockmann", sans-serif;
}
.contents--text-twocol .contents__text p {
				font-size: 16px;
				font-family: "Brockmann", sans-serif;
				line-height: 1;
				line-height: 1.5em;
				margin-bottom: 25px;
				letter-spacing: -0.2px;
}
@media only screen and (max-width: 1050px) {
				.contents--text-twocol .contents__text p {
								font-size: 16px;
				}
}
@media only screen and (max-width: 600px) {
				.contents--text-twocol .contents__text p {
								font-size: 14px;
				}
}
.contents--text-twocol .contents__text ul,
.contents--text-twocol .contents__text ol {
				padding-left: 15px;
				margin-bottom: 25px;
				line-height: 1.6;
}
.contents--text-twocol .contents__text ul li {
				list-style: disc;
}
.contents--text-twocol .contents__text a {
				color: #ffffff;
}
.contents--text-twocol .contents__text a:hover {
				text-decoration: underline;
}
.contents--text-twocol .contents__text p + h1,
.contents--text-twocol .contents__text p + h2,
.contents--text-twocol .contents__text p + h3,
.contents--text-twocol .contents__text p + h4,
.contents--text-twocol .contents__text p + h5,
.contents--text-twocol .contents__text p + h6 {
				padding-top: 14px;
}
.contents--text-twocol .contents__text blockquote {
				padding-left: 30px;
				border-left: 3px solid #ffffff;
}
.contents--text-twocol .contents__text blockquote p {
				font-size: 30px;
				font-family: "Brockmann", sans-serif;
				line-height: 1.24em;
}
@media only screen and (max-width: 1050px) {
				.contents--text-twocol .contents__text blockquote p {
								font-size: 20px;
				}
}
@media only screen and (max-width: 600px) {
				.contents--text-twocol .contents__text blockquote p {
								font-size: 20px;
				}
}
.contents--text-twocol .contents__text img {
				width: auto;
				height: auto;
				max-width: 100%;
				margin: 0 0 28px 0;
}
.contents--text-twocol .contents__text .alignleft {
				float: left;
				max-width: 50%;
				margin-right: 30px;
}
@media only screen and (max-width: 750px) {
				.contents--text-twocol .contents__text .alignleft {
								max-width: 100%;
				}
}
.contents--text-twocol .contents__text .aligncenter {
				margin: 30px auto;
				display: block;
}
.contents--text-twocol .contents__text .alignright {
				float: right;
				max-width: 50%;
				margin-left: 30px;
}
@media only screen and (max-width: 750px) {
				.contents--text-twocol .contents__text .alignright {
								max-width: 100%;
				}
}
.contents--text-twocol .contents__text hr {
				border-top: 1px solid #031135;
				margin: 70px 0 67px;
}
@media only screen and (max-width: 600px) {
				.contents--text-twocol .contents__text hr {
								margin: 45px 0 40px;
				}
}
.contents--text-twocol .contents__text h1, .contents--text-twocol .contents__text h2, .contents--text-twocol .contents__text h3, .contents--text-twocol .contents__text h4, .contents--text-twocol .contents__text h5, .contents--text-twocol .contents__text h6 {
				color: #031135;
				margin-bottom: 0;
}
.contents--text-twocol .contents__text h5 {
				font-size: 20px;
				font-family: "Brockmann", sans-serif;
				line-height: 1.6em;
				line-height: 1.3em;
}
@media only screen and (max-width: 1050px) {
				.contents--text-twocol .contents__text h5 {
								font-size: 18px;
				}
}
@media only screen and (max-width: 600px) {
				.contents--text-twocol .contents__text h5 {
								font-size: 16px;
				}
}
.contents--text-twocol .contents__text p {
				margin: 0;
				font-size: 16px;
				font-family: "Brockmann", sans-serif;
				line-height: 1;
				line-height: 1.5em;
}
@media only screen and (max-width: 1050px) {
				.contents--text-twocol .contents__text p {
								font-size: 16px;
				}
}
@media only screen and (max-width: 600px) {
				.contents--text-twocol .contents__text p {
								font-size: 14px;
				}
}
.contents--text-twocol .contents__text p + h5 {
				margin-top: 35px;
}

.contents--nerp {
				padding: 100px 145px;
}
@media only screen and (max-width: 1050px) {
				.contents--nerp {
								padding: 60px 0;
				}
}
.contents--nerp .contents__title {
				color: #D23C3A;
				width: 694px;
				max-width: 100%;
				font-weight: 600;
}
@media only screen and (min-width: 1440px) {
				.contents--nerp .contents__title {
								font-size: 69px;
				}
}
.contents--nerp .contents__subtitle {
				margin-top: 10px;
				color: #031135;
				width: 605px;
				max-width: 100%;
				line-height: 1.41em;
}
@media only screen and (max-width: 1050px) {
				.contents--nerp .contents__subtitle {
								margin-left: 30px;
								max-width: calc(100% - 30px);
				}
}
@media only screen and (max-width: 1050px) {
				.contents--nerp .contents__subtitle.dot-mark:before {
								width: 16px;
								height: 7px;
								top: 7px;
								left: -25px;
				}
}
.contents--nerp .contents__list {
				margin-top: 50px;
				color: #031135;
}
@media only screen and (max-width: 1050px) {
				.contents--nerp .contents__list {
								margin-top: 36px;
				}
}
.contents--nerp .contents__list__heading {
				color: #D23C3A;
				width: 769px;
				max-width: 100%;
				font-weight: 600;
}
@media only screen and (min-width: 1440px) {
				.contents--nerp .contents__list__heading {
								font-size: 38px;
				}
}
.contents--nerp .contents__list__item {
				position: relative;
				padding: 30px 0 24px;
}
@media only screen and (max-width: 1050px) {
				.contents--nerp .contents__list__item {
								padding: 24px 0 20px;
				}
}
.contents--nerp .contents__list__item:first-of-type {
				margin-top: 32px;
}
.contents--nerp .contents__list__item:first-of-type:before {
				content: "";
				position: absolute;
				border-top: 1px solid #031135;
				width: calc(100% + 40px);
				top: 0;
				left: -20px;
}
@media only screen and (max-width: 1050px) {
				.contents--nerp .contents__list__item:first-of-type:before {
								width: 100%;
								left: 0;
				}
}
.contents--nerp .contents__list__item:after {
				content: "";
				position: absolute;
				border-bottom: 1px solid #031135;
				width: calc(100% + 40px);
				bottom: 0;
				left: -20px;
}
@media only screen and (max-width: 1050px) {
				.contents--nerp .contents__list__item:after {
								width: 100%;
								left: 0;
				}
}
.contents--nerp .contents__list__item.js-open .contents__list__title::after {
				background: url(images/collapse.svg) center/contain no-repeat;
}
.contents--nerp .contents__list__title {
				font-weight: 400;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: justify;
				    -ms-flex-pack: justify;
				        justify-content: space-between;
				-webkit-transition: all 0.3s ease;
				transition: all 0.3s ease;
				cursor: pointer;
}
.contents--nerp .contents__list__title:after {
				content: "";
				display: block;
				width: 40px;
				aspect-ratio: 1;
				background: url(images/expand.svg) center/contain no-repeat;
}
@media only screen and (max-width: 1050px) {
				.contents--nerp .contents__list__title:after {
								width: 20px;
				}
}
.contents--nerp .contents__list__text {
				display: none;
				width: 935px;
				max-width: 100%;
				margin-top: 10px;
}
.contents--nerp .contents__list__text h1,
.contents--nerp .contents__list__text h2,
.contents--nerp .contents__list__text h3,
.contents--nerp .contents__list__text h4,
.contents--nerp .contents__list__text h5,
.contents--nerp .contents__list__text h6 {
				color: #ffffff;
				margin-bottom: 20px;
				font-weight: 600;
				color: #031135;
				margin-bottom: 3px;
}
.contents--nerp .contents__list__text h1 {
				font-size: 30px;
				font-family: "Brockmann", sans-serif;
				line-height: 1.24em;
}
@media only screen and (max-width: 1050px) {
				.contents--nerp .contents__list__text h1 {
								font-size: 20px;
				}
}
@media only screen and (max-width: 600px) {
				.contents--nerp .contents__list__text h1 {
								font-size: 20px;
				}
}
.contents--nerp .contents__list__text h2 {
				font-size: 25px;
				font-family: "Brockmann", sans-serif;
}
@media only screen and (max-width: 1050px) {
				.contents--nerp .contents__list__text h2 {
								font-size: 16px;
				}
}
@media only screen and (max-width: 600px) {
				.contents--nerp .contents__list__text h2 {
								font-size: 16px;
				}
}
.contents--nerp .contents__list__text h3 {
				font-size: 20px;
				font-family: "Brockmann", sans-serif;
				line-height: 1.6em;
}
@media only screen and (max-width: 1050px) {
				.contents--nerp .contents__list__text h3 {
								font-size: 18px;
				}
}
@media only screen and (max-width: 600px) {
				.contents--nerp .contents__list__text h3 {
								font-size: 16px;
				}
}
.contents--nerp .contents__list__text h4 {
				font-size: 30px;
				font-family: "Brockmann", sans-serif;
				line-height: 1.24em;
}
@media only screen and (max-width: 1050px) {
				.contents--nerp .contents__list__text h4 {
								font-size: 20px;
				}
}
@media only screen and (max-width: 600px) {
				.contents--nerp .contents__list__text h4 {
								font-size: 20px;
				}
}
.contents--nerp .contents__list__text h5 {
				font-size: 28px;
				font-family: "Brockmann", sans-serif;
				line-height: 1.07em;
}
@media only screen and (max-width: 1050px) {
				.contents--nerp .contents__list__text h5 {
								font-size: 28px;
				}
}
@media only screen and (max-width: 600px) {
				.contents--nerp .contents__list__text h5 {
								font-size: 28px;
				}
}
.contents--nerp .contents__list__text h6 {
				font-family: "Brockmann", sans-serif;
}
.contents--nerp .contents__list__text p {
				font-size: 16px;
				font-family: "Brockmann", sans-serif;
				line-height: 1;
				line-height: 1.5em;
				margin-bottom: 25px;
				letter-spacing: -0.2px;
}
@media only screen and (max-width: 1050px) {
				.contents--nerp .contents__list__text p {
								font-size: 16px;
				}
}
@media only screen and (max-width: 600px) {
				.contents--nerp .contents__list__text p {
								font-size: 14px;
				}
}
.contents--nerp .contents__list__text ul,
.contents--nerp .contents__list__text ol {
				padding-left: 15px;
				margin-bottom: 25px;
				line-height: 1.6;
}
.contents--nerp .contents__list__text ul li {
				list-style: disc;
}
.contents--nerp .contents__list__text a {
				color: #ffffff;
}
.contents--nerp .contents__list__text a:hover {
				text-decoration: underline;
}
.contents--nerp .contents__list__text p + h1,
.contents--nerp .contents__list__text p + h2,
.contents--nerp .contents__list__text p + h3,
.contents--nerp .contents__list__text p + h4,
.contents--nerp .contents__list__text p + h5,
.contents--nerp .contents__list__text p + h6 {
				padding-top: 14px;
}
.contents--nerp .contents__list__text blockquote {
				padding-left: 30px;
				border-left: 3px solid #ffffff;
}
.contents--nerp .contents__list__text blockquote p {
				font-size: 30px;
				font-family: "Brockmann", sans-serif;
				line-height: 1.24em;
}
@media only screen and (max-width: 1050px) {
				.contents--nerp .contents__list__text blockquote p {
								font-size: 20px;
				}
}
@media only screen and (max-width: 600px) {
				.contents--nerp .contents__list__text blockquote p {
								font-size: 20px;
				}
}
.contents--nerp .contents__list__text img {
				width: auto;
				height: auto;
				max-width: 100%;
				margin: 0 0 28px 0;
}
.contents--nerp .contents__list__text .alignleft {
				float: left;
				max-width: 50%;
				margin-right: 30px;
}
@media only screen and (max-width: 750px) {
				.contents--nerp .contents__list__text .alignleft {
								max-width: 100%;
				}
}
.contents--nerp .contents__list__text .aligncenter {
				margin: 30px auto;
				display: block;
}
.contents--nerp .contents__list__text .alignright {
				float: right;
				max-width: 50%;
				margin-left: 30px;
}
@media only screen and (max-width: 750px) {
				.contents--nerp .contents__list__text .alignright {
								max-width: 100%;
				}
}
.contents--nerp .contents__list__text hr {
				border-top: 1px solid #031135;
				margin: 70px 0 67px;
}
@media only screen and (max-width: 600px) {
				.contents--nerp .contents__list__text hr {
								margin: 45px 0 40px;
				}
}
.contents--nerp .contents__list__text ul, .contents--nerp .contents__list__text ol {
				width: 843px;
				max-width: 100%;
}
.contents--nerp .contents__list__text ul {
				padding-left: 29px;
}
.contents--nerp .contents__list__text ul li {
				list-style: none;
				position: relative;
				margin-top: 6px;
}
.contents--nerp .contents__list__text ul li:before {
				content: "";
				display: block;
				border-top: 3px solid #D23C3A;
				width: 18px;
				position: absolute;
				top: 12px;
				left: -28px;
}
.contents--nerp .contents__list__text ul li:first-of-type {
				margin-top: 0;
}
.contents--nerp .contents__list__text p {
				margin-bottom: 18px;
}
.contents--nerp .contents__bottom-title {
				color: #D23C3A;
				margin-top: 53px;
				width: 769px;
				max-width: 100%;
}
@media only screen and (min-width: 1440px) {
				.contents--nerp .contents__bottom-title {
								font-size: 38px;
				}
}
@media only screen and (max-width: 1050px) {
				.contents--nerp .contents__bottom-title {
								margin-top: 38px;
				}
}
.contents--nerp .contents__bottom-subtitle {
				color: #031135;
				width: 719px;
				max-width: 100%;
				margin-top: 10px;
				line-height: 1.5em;
}
.contents--nerp .contents__button {
				margin-top: 30px;
}
.contents--nerp .contents__button .button {
				padding: 6px 25px;
				height: auto;
}
/*# sourceMappingURL=style.css.map */
