@font-face {
	font-family: "Palui SP Demo";
	font-style: normal;
	font-weight: bold;
	font-display: swap;
	src: local("Palui SP Demo Bold"), local("PaluiSPDemoBold"),
		url("../fonts/palui/bold.woff2") format("woff2");
}
@font-face {
	font-family: "IBM Plex Sans";
	font-style: normal;
	font-weight: 100;
	font-display: swap;
	src: local("IBM Plex Sans Thin"), local("IBMPlexSans-Thin"),
		url("../fonts/ibm-plex-sans/thin.woff2") format("woff2");
}
@font-face {
	font-family: "IBM Plex Sans";
	font-style: italic;
	font-weight: 100;
	font-display: swap;
	src: local("IBM Plex Sans Thin Italic"), local("IBMPlexSans-ThinItalic"),
		url("../fonts/ibm-plex-sans/thinitalic.woff2") format("woff2");
}
@font-face {
	font-family: "IBM Plex Sans";
	font-style: normal;
	font-weight: 200;
	font-display: swap;
	src: local("IBM Plex Sans ExtLt"), local("IBMPlexSans-ExtLt"),
		url("../fonts/ibm-plex-sans/extralight.woff2") format("woff2");
}
@font-face {
	font-family: "IBM Plex Sans";
	font-style: italic;
	font-weight: 200;
	font-display: swap;
	src: local("IBM Plex Sans ExtLt Italic"), local("IBMPlexSans-ExtLtItalic"),
		url("../fonts/ibm-plex-sans/extralightitalic.woff2") format("woff2");
}
@font-face {
	font-family: "IBM Plex Sans";
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: local("IBM Plex Sans Light"), local("IBMPlexSans-Light"),
		url("../fonts/ibm-plex-sans/light.woff2") format("woff2");
}
@font-face {
	font-family: "IBM Plex Sans";
	font-style: italic;
	font-weight: 300;
	font-display: swap;
	src: local("IBM Plex Sans Light Italic"), local("IBMPlexSans-LightItalic"),
		url("../fonts/ibm-plex-sans/lightitalic.woff2") format("woff2");
}
@font-face {
	font-family: "IBM Plex Sans";
	font-style: normal;
	font-weight: normal;
	font-display: swap;
	src: local("IBM Plex Sans"), local("IBMPlexSans"),
		url("../fonts/ibm-plex-sans/regular.woff2") format("woff2");
}
@font-face {
	font-family: "IBM Plex Sans";
	font-style: italic;
	font-weight: normal;
	font-display: swap;
	src: local("IBM Plex Sans Italic"), local("IBMPlexSans-Italic"),
		url("../fonts/ibm-plex-sans/italic.woff2") format("woff2");
}
@font-face {
	font-family: "IBM Plex Sans";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: local("IBM Plex Sans Medm"), local("IBMPlexSans-Medm"),
		url("../fonts/ibm-plex-sans/medium.woff2") format("woff2");
}
@font-face {
	font-family: "IBM Plex Sans";
	font-style: italic;
	font-weight: 500;
	font-display: swap;
	src: local("IBM Plex Sans Medm Italic"), local("IBMPlexSans-MedmItalic"),
		url("../fonts/ibm-plex-sans/mediumitalic.woff2") format("woff2");
}
@font-face {
	font-family: "IBM Plex Sans";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: local("IBM Plex Sans SmBld"), local("IBMPlexSans-SmBld"),
		url("../fonts/ibm-plex-sans/semibold.woff2") format("woff2");
}
@font-face {
	font-family: "IBM Plex Sans";
	font-style: italic;
	font-weight: 600;
	font-display: swap;
	src: local("IBM Plex Sans SmBld Italic"), local("IBMPlexSans-SmBldItalic"),
		url("../fonts/ibm-plex-sans/semibolditalic.woff2") format("woff2");
}
@font-face {
	font-family: "IBM Plex Sans";
	font-style: normal;
	font-weight: bold;
	font-display: swap;
	src: local("IBM Plex Sans Bold"), local("IBMPlexSans-Bold"),
		url("../fonts/ibm-plex-sans/bold.woff2") format("woff2");
}
@font-face {
	font-family: "IBM Plex Sans";
	font-style: italic;
	font-weight: bold;
	font-display: swap;
	src: local("IBM Plex Sans Bold Italic"), local("IBMPlexSans-BoldItalic"),
		url("../fonts/ibm-plex-sans/bolditalic.woff2") format("woff2");
}
* {
	font: inherit;
	margin: 0;
	padding: 0;
}
html {
	--base-fonts: "IBM Plex Sans", system-ui, sans-serif;
	--heading-fonts: "IBM Plex Sans", system-ui, sans-serif;
	--content-max-width: 1516px;
	color-scheme: light dark;
	background: #f9f9f9;
	color: #000;
	font-family: var(--base-fonts);
	font-size: 16px;
	line-height: 1.4;
}
html.big-text {
	font-size: max(1rem, 22px);
}
@media all and (prefers-color-scheme: dark) {
	html {
		background: #333;
		color: #f0f0f0;
		accent-color: #35c3e8;
	}
}
@media all and (prefers-color-scheme: dark) and (prefers-contrast: more) {
	html {
		background-color: #000;
		color: #fff;
	}
}
body {
	min-inline-size: 320px;
	max-inline-size: 1920px;
	margin-inline: auto;
}
@media all and (max-width: 500px) {
	html {
		hyphens: auto;
		overflow-wrap: anywhere;
	}
}
[hidden] {
	display: none !important;
}
/* Hierarchy */
article,
aside,
main,
section,
header,
footer {
	display: flow-root;
}
article,
aside,
header,
footer {
	contain: content;
}
figure {
	box-sizing: border-box;
	max-inline-size: 100%;
	overflow: auto;
}
hr {
	margin-block: 2em;
	margin-inline: auto;
	color: inherit;
	border: none;
	border-block-start: .2em dashed currentColor;
	max-inline-size: 90%;
}
/* Line spacing */
:where(h1, h2, h3, h4, h5, h6, p, ul, ol, blockquote, dl, fieldset, table, figure, details):not([class]):not(:first-child) {
	margin-block-start: 1em;
}
/* Inline content */
b,
strong {
	font-weight: bold;
}
i,
em {
	font-style: italic;
}
sub,
sup {
	font-size: smaller;
}
img {
	vertical-align: middle;
	max-inline-size: 100%;
	block-size: auto;
}
video {
	max-inline-size: 100%;
	block-size: auto;
}
iframe {
	border: none;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
	overflow-wrap: break-word;
	break-after: avoid;
	break-inside: avoid;
}
:where(h1, h2, h3, h4, h5, h6):not([class]) {
	font-family: var(--heading-fonts);
	line-height: normal;
}
:is(h1, h2, h3, h4, h5, h6) > a {
	text-decoration: none;
	color: inherit;
}
:is(h1, h2, h3, h4, h5, h6) > a:focus-visible {
	text-decoration: underline;
}
/* Links */
a img {
	border: none;
}
a {
	color: inherit;
	text-decoration: underline;
}
:where(.main-body) a {
	color: #0e3add;
}
@media all and (prefers-color-scheme: dark) {
	:where(.main-body) a {
		color: #f3e699;
	}
}
/* Lists */
:where(ul, ol):not([class]) {
	margin-inline-start: 1.5em;
}
:where(ul, ol):not([class]) > li:not(:first-child) {
	margin-block-start: .5em;
}
/* Dialogs */
dialog {
	border: none;
	box-sizing: border-box;
}
dialog::backdrop {
	background: rgba(0,0,0,.75);
}
@media all and (prefers-color-scheme: light) and (prefers-reduced-transparency: reduce) and (not (prefers-contrast: more)) {
	dialog::backdrop { background: #f0f0f0; }
}
@media all and (prefers-color-scheme: light) and (prefers-reduced-transparency: reduce) and (prefers-contrast: more) {
	dialog::backdrop { background: #fff; }
}
@media all and (prefers-color-scheme: dark) and (prefers-reduced-transparency: reduce) and (not (prefers-contrast: more)) {
	dialog::backdrop { background: #333; }
}
@media all and (prefers-color-scheme: dark) and (prefers-reduced-transparency: reduce) and (prefers-contrast: more) {
	dialog::backdrop { background: #000; }
}
@media print {
	dialog { display: none; }
}
/* Forms */
fieldset {
	border: 1px dashed #ccc;
	padding: 1em;
}
input,
textarea,
select,
option,
button {
	box-sizing: border-box;
}
@media all and (prefers-color-scheme: light) and (prefers-contrast: more) {
	fieldset { border-color: #000; }
}
@media all and (prefers-color-scheme: dark) and (not (prefers-contrast: more)) {
	fieldset { border-color: #a9a9a9; }
}
@media all and (prefers-color-scheme: dark) and (prefers-contrast: more) {
	fieldset { border-color: #fff; }
}
input[type="checkbox"],
input[type="radio"] {
	width: 1em;
	height: 1em;
}
/* Tables */
table {
	border-collapse: collapse;
	margin-inline: auto;
}
caption {
	padding-block: .2em;
	padding-inline: 1em;
	text-align: start;
}
td, th {
	padding-block: .2em;
	padding-inline: 1em;
	text-align: start;
	min-width: 6em;
}
th {
	font-weight: bold;
}
thead {
	border-block-end: .1em solid #7e7e7e;
}
tfoot {
	border-block-start: .1em solid #7e7e7e;
}
tbody > tr:nth-child(even) {
	background: rgba(0,0,0,.08);
	color: #000;
}
th[scope="row"] {
	text-align: start;
}
thead > tr > th {
	vertical-align: bottom;
}
@supports (margin-trim: block) {
	td, th {
		margin-trim: block;
	}
}
@supports not (margin-trim: block) {
	:where(td, th) > :first-child {
		margin-block-start: 0 !important;
	}
	:where(td, th) > :last-child {
		margin-block-end: 0 !important;
	}
}
@media all and (prefers-color-scheme: light) and (prefers-contrast: more) {
	thead { border-block-end-color: #000; }
	tfoot { border-block-start-color: #000; }
}
@media all and (prefers-color-scheme: dark) and (not (prefers-contrast: more)) {
	thead { border-block-end-color: #e6e6e6; }
	tfoot { border-block-start-color: #e6e6e6; }
}
@media all and (prefers-color-scheme: dark) and (prefers-contrast: more) {
	thead { border-block-end-color: #fff; }
	tfoot { border-block-start-color: #fff; }
}
@media all and (prefers-color-scheme: dark) {
	tbody > tr:nth-child(even) {
		background: rgba(255,255,255,.08);
		color: #fff;
	}
}
/* Quotations */
blockquote:not([class]) {
	padding-inline-start: 1em;
	border-inline-start: 4px solid #ddd;
}
@media all and (prefers-color-scheme: light) and (prefers-contrast: more) {
	blockquote:not([class]) { border-inline-start-color: #000; }
}
@media all and (prefers-color-scheme: dark) and (not (prefers-contrast: more)) {
	blockquote:not([class]) { border-inline-start-color: #909090; }
}
@media all and (prefers-color-scheme: dark) and (prefers-contrast: more) {
	blockquote:not([class]) { border-inline-start-color: #fff; }
}
/* Definition lists */
dl:not([class]) > dt {
	font-weight: bold;
}
dl:not([class]) > dt:not(:first-child) {
	margin-block-start: 1em;
}
dl:not([class]) > dd {
	margin-inline-start: 2em;
}
dl:not([class]) > dd:not(:first-child) {
	margin-block-start: .5em;
}
.menu-horizontal {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1em;
}
.menu-horizontal li {
	list-style: none;
	position: relative;
}
.menu-horizontal li:hover > ul,
.menu-horizontal ul:hover,
.menu-horizontal > li:focus-within > ul,
.menu-horizontal > li li:focus-within > ul {
	display: block;
}
.menu-horizontal > li {
	display: inline-block;
}
.menu-horizontal > li ul {
	display: none;
	position: absolute;
}
.menu-horizontal > li > ul {
	inset-inline-start: 0;
	inset-block-start: 100%;
}
.menu-horizontal > li > ul ul {
	inset-inline-start: 100%;
	inset-block-start: 0;
}
.menu-horizontal > li li > :first-child {
	display: block;
	padding-block: .2em;
	padding-inline: .5em;
}
.menu-horizontal .nav-header {
	cursor: default;
}
/* When to show what */
.mobile-nav-button {
	display: none;
}
@media not all and (min-width: 1516px) {
	.top-nav {
		display: none;
	}
	.mobile-nav-button {
		display: block;
	}
}
/* Command panel */
.page-controls {
	font-size: 20px;
	position: fixed;
	z-index: 9;
	inset-block-start: 16px;
	inset-inline-end: 16px;
	display: flex;
	flex-direction: column;
	align-items: end;
	gap: 16px;
}
.page-controls-button {
	box-sizing: border-box;
	padding-block: 9px;
	padding-inline: 12px;
	background: #fff;
	color: #000;
	border: .1em solid #333;
	line-height: normal;
	cursor: pointer;
	transition: background-color 200ms ease-out, color 200ms ease-out, border-color 200ms ease-out;
}
.page-controls-button:hover,
.page-controls-button:focus {
	background-color: #333;
	color: #fff;
}
.page-controls-button > svg {
	vertical-align: -.15em;
}
@media all and (prefers-color-scheme: light) and (prefers-contrast: more) {
	.page-controls-button {
		border-color: #000;
	}
	.page-controls-button:hover,
	.page-controls-button:focus {
		background-color: #000;
	}
}
@media all and (prefers-color-scheme: dark) and (not (prefers-contrast: more)) {
	.page-controls-button {
		background: #161616;
		color: #f0f0f0;
		border-color: #ccc;
	}
	.page-controls-button:hover,
	.page-controls-button:focus {
		background-color: #ccc;
		color: #000;
	}
}
@media all and (prefers-color-scheme: dark) and (prefers-contrast: more) {
	.page-controls-button {
		background-color: #000;
		color: #fff;
		border-color: #fff;
	}
	.page-controls-button:hover,
	.page-controls-button:focus {
		background-color: #fff;
		color: #000;
	}
}
/* Menu dialog */
.dialog-mobile-menu {
	background: transparent;
	max-block-size: none;
	block-size: 100%;
	inline-size: 100%;
	max-inline-size: 400px;
}
.mobile-menu {
	box-sizing: border-box;
	padding: 16px;
	background: #f8f8f8;
	color: #000;
	box-shadow: 2px 0 2px 0 rgba(0,0,0,.2);
	block-size: 100%;
	overflow: auto;
	overscroll-behavior: contain;
}
@media all and (prefers-color-scheme: dark) and (not (prefers-contrast: more)) {
	.mobile-menu {
		background: #64625b;
		color: #fff;
	}
}
@media all and (prefers-color-scheme: dark) and (prefers-contrast: more) {
	.mobile-menu {
		background: #2a2926;
		color: #fff;
	}
}
/* Menu dialog content */
.mobile-menu-itself {
	font-weight: normal;
	padding: 0;
}
.mobile-menu-itself li {
	list-style: none;
	position: relative;
}
.mobile-menu-itself li:hover > ul,
.mobile-menu-itself li:focus > ul {
	display: block;
}
.mobile-menu-itself li > :first-child:focus + ul {
	display: block;
}
.mobile-menu-itself > li ul {
	margin-inline-start: 1.2em;
}
.mobile-menu-itself .separator::after {
	content: ":";
}
.mobile-menu-itself li > a,
.button-mobile-menu-close {
	display: block;
	box-sizing: border-box;
	padding-block: 6px 5px;
	padding-inline: 12px;
	outline: none;
	border: none;
	inline-size: 100%;
	cursor: pointer;
	background: transparent;
	color: inherit;
	text-align: start;
	transition: background-color 300ms ease-out, color 300ms ease-out;
}
.mobile-menu-itself li > a:hover,
.mobile-menu-itself li > a:focus,
.button-mobile-menu-close:hover,
.button-mobile-menu-close:focus {
	background-color: #7c7c7c;
	color: #fff;
}
@media all and (prefers-color-scheme: light) and (prefers-contrast: more) {
	.mobile-menu-itself li > a:hover,
	.mobile-menu-itself li > a:focus,
	.button-mobile-menu-close:hover,
	.button-mobile-menu-close:focus {
		background-color: #000;
	}
}
@media all and (prefers-color-scheme: dark) and (not (prefers-contrast: more)) {
	.mobile-menu-itself li > :first-child:hover,
	.mobile-menu-itself li > :first-child:focus,
	.button-mobile-menu-close:hover,
	.button-mobile-menu-close:focus {
		background-color: #fafafa;
		color: #000;
	}
}
@media all and (prefers-color-scheme: dark) and (prefers-contrast: more) {
	.mobile-menu-itself li > :first-child:hover,
	.mobile-menu-itself li > :first-child:focus,
	.button-mobile-menu-close:hover,
	.button-mobile-menu-close:focus {
		background-color: #fff;
		color: #000;
	}
}
.mobile-menu a {
	text-decoration: none;
	outline: none;
}
@media print {
	.page-controls {
		display: none;
	}
}
.ajax-form-result {
	display: none;
	background: #fbfbfb;
	color: #000;
	border: .1em solid #999;
	padding-block: .5em;
	padding-inline: 1em;
}
.ajax-form-result[data-state="positive"] {
	display: block;
	background-color: #f4f9ee;
	border-color: #99bf7f;
}
.ajax-form-result[data-state="negative"] {
	display: block;
	background-color: #f9f3ee;
	border-color: #bf857f;
}
.ajax-form-result:not(:first-child) {
	margin-block-start: 1em;
}
/* Page */
.hl {
	color: #35c3e8;
}
/* Vector icons */
.icon {
	width: 1em;
	height: 1em;
}
/* Dialog layout */
.dialog-layout[open],
.dialog-layout:popover-open {
	box-sizing: border-box;
	background: transparent;
	max-inline-size: none;
	max-block-size: none;
	inline-size: 100%;
	block-size: 100%;
	padding: 1em;
	display: grid;
	place-content: safe center;
}
.dialog-layout-inner {
	background: #fff;
	color: #000;
	padding: 1.5em;
	box-shadow: 0 0 3px 3px rgba(255,255,255,.15);
	border-radius: 4px;
	position: relative;
	overflow: auto;
}
@media all and (prefers-color-scheme: dark) {
	.dialog-layout-inner {
		background: #333;
		color: #fff;
	}
}
@media all and (prefers-color-scheme: dark) and (prefers-contrast: more) {
	.dialog-layout-inner {
		background: #000;
	}
}
.form-close-dialog {
	position: absolute;
	z-index: 1;
	inset-block-start: .5em;
	inset-inline-end: .5em;
}
.form-close-dialog-button {
	background: transparent;
	color: #b24539;
	border: none;
	cursor: pointer;
	width: 1.5em;
	height: 1.5em;
	line-height: 1.5em;
	text-align: center;
	padding: 0;
	transition: background-color 300ms ease-out, color 300ms ease-out;
}
.form-close-dialog-button:hover,
.form-close-dialog-button:focus {
	background-color: #b24539;
	color: #fff;
}
/* Main content: all */
.main-body {
	display: flex;
	max-inline-size: var(--content-max-width);
	padding-inline: 1.5rem;
	margin-inline: auto;
	gap: 16px;
}
.content {
	flex-grow: 1;
	max-inline-size: 100%;
}
.sidebar {
	flex-shrink: 0;
	flex-grow: 0;
}
.sidebar > section:not(:first-child) {
	margin-block-start: 1rem;
}
/* Main content: wide */
@media all and (min-width: 1108px) {
	.content {
		order: 1;
	}
	.sidebar-1 {
		inline-size: 250px;
		order: 0;
	}
	.sidebar-2 {
		inline-size: 250px;
		order: 2;
	}
}
/* Main content: narrow */
@media not all and (min-width: 1108px) {
	.main-body {
		flex-direction: column;
	}
	.content {
		order: 0;
	}
	.sidebar-1 {
		inline-size: 100%;
		order: 1;
	}
	.sidebar-2 {
		inline-size: 100%;
		order: 2;
	}
}
/* .limit-content is a wrapper for normal content, which needs padding on narrow screens. */
.limit-content {
	display: flow-root;
}
@media not print {
	.limit-content {
		max-inline-size: var(--content-max-width);
		margin-inline: auto;
		padding-inline: 1.5rem;
	}
}
/* Alternatively, one can increase paddings to fill space. */
.pad-content {
	display: flow-root;
}
@media not print {
	.pad-content {
		padding-inline: max(1.5rem, (100% - var(--content-max-width)) / 2);
	}
}
/* Template */
.top {
	box-sizing: border-box;
	background: #151f35 url("../images/top.webp") center / cover no-repeat;
	color: #fff;
	padding-block-end: 2em;
}
.l-top {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1em;
	padding-block: 1em;
}
@media not print {
	@media (max-width: 1599px) {
		.l-top {
			padding-inline-end: 72px;
		}
	}
}
@media print {
	nav {
		display: none !important;
	}
}
.top-nav,
.lang-menu {
	font-size: .87rem;
	font-weight: 600;
}
.top-nav a,
.top-phone a,
.lang-menu a {
	text-decoration: none;
	transition: color 300ms ease-out;
}
.top-nav a:hover,
.top-nav a:focus,
.top-phone a:hover,
.top-phone a:focus,
.lang-menu a:hover,
.lang-menu a:focus {
	color: #35c3e8;
}
.top-nav a:focus-visible,
.top-phone a:focus-visible,
.lang-menu a:focus-visible {
	text-decoration: underline;
}
.top address > img,
.top-phone a > img,
.bottom-info img {
	margin-inline-end: .5em;
}
.top-1 {
	border-block-end: 1px solid #2b3447;
}
.top-2 {
	font-size: 1.12rem;
	font-weight: 500;
	text-align: center;
}
@media all and (min-width: 1000px) {
	.primary-page .top {
		min-height: 100vh;
	}
	.top-2 {
		padding-block-start: 142px;
	}
}
.top address,
.top-phone {
	font-size: .93rem;
	font-weight: 600;
}
.linked-icons {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1em;
}
.linked-icons > a {
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: rgba(255,255,255,.1);
	color: #fff;
	backdrop-filter: blur(10px);
	text-align: center;
	line-height: 46px;
	text-decoration: none;
	outline: 1px solid rgba(255,255,255,0);
	transition: outline-color 300ms ease-out;
}
.linked-icons > a:hover,
.linked-icons > a:focus {
	outline: 1px solid #35c3e8;
}
.top-2-heading-1 {
	font-size: 20px;
	font-weight: 600;
	display: block;
	background: rgba(255,255,255,.1);
	color: #fff;
	padding: 1em;
	border-radius: 2em;
	width: fit-content;
	text-align: center;
	margin-inline: auto;
	backdrop-filter: blur(10px);
}
.top-2-heading-2 {
	font-family: "Palui SP Demo", var(--heading-fonts);
	font-size: 30px;
	font-weight: bold;
	display: block;
	text-align: center;
	line-height: 1.25;
	margin-block-start: 25px;
}
.top-2 p {
	font-size: 1.12rem;
	font-weight: 500;
	max-width: 700px;
	margin-inline: auto;
	line-height: 1.44;
}
.top-2 p:not(:first-child) {
	margin-block-start: 2em;
}
@media all and (min-width: 1516px) {
	.top-2-heading-2 {
		font-size: 50px;
	}
	.top-2 p:not(:first-child) {
		margin-block-start: 3em;
	}
}
.bottom {
	font-size: .7rem;
	font-weight: 600;
	line-height: 1.6;
	background: url("../images/bottom.webp") center / cover no-repeat #111332;
	color: #fff;
	padding-block: 2.5em 1.5em;
}
.l-bottom {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 2em;
}
.copyright {
	color: #a0a1ad;
}
.copyright:not(:first-child) {
	margin-block-start: 1em;
}
@media all and (min-width: 1516px) {
	.bottom {
		padding-block: 4em;
	}
	.map + .bottom {
		padding-block: 299px 88px;
	}
	.copyright:not(:first-child) {
		margin-block-start: 8em;
	}
}
.button-1 {
	display: inline-block;
	font-size: 1.12rem;
	font-weight: 600;
	padding: 1em 2em;
	background: #4b69fe;
	color: #fff;
	border: none;
	border-radius: 2em;
	text-decoration: none;
	line-height: 1.4;
	transition: background-color 300ms ease-out, color 300ms ease-out;
}
.button-1:hover,
.button-1:focus {
	background-color: #f0f0f0;
	color: #4b69fe;
}
a.button-1:focus-visible {
	text-decoration: underline;
}
.bottom-info {
	font-size: .83rem;
	display: flex;
	align-items: center;
	gap: 2em;
}
.footer-menu > li {
	list-style: none;
}
.footer-menu > li:not(:first-child) {
	margin-block-start: 1em;
}
.footer-menu a,
.footer-menu-2 a {
	text-decoration: none;
	transition: color 300ms ease-out;
}
.footer-menu a:hover,
.footer-menu a:focus,
.footer-menu-2 a:hover,
.footer-menu-2 a:focus {
	color: #35c3e8;
}
.footer-menu a:focus-visible.
.footer-menu-2 a:focus-visible {
	text-decoration: underline;
}
.footer-menu-2:not(:first-child) {
	margin-block-start: 1em;
}
.footer-menu-2 > li {
	list-style: none;
	display: inline;
}
.footer-menu-2 > li:not(:first-child) {
	margin-inline-start: 1em;
}
@media all and (min-width: 1516px) {
	.footer-menu-2:not(:first-child) {
		margin-block-start: 8em;
	}
}
@media all and (min-width: 631px) {
	.footer-menu-2 {
		text-align: right;
	}
}
.map {
	text-align: center;
	position: relative;
	z-index: 1;
}
@media all and (min-width: 1516px) {
	.map {
		margin-block-end: -232px;
	}
	.map > img {
		border-radius: 14px;
	}
}
.front-info {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
	gap: 20px;
	position: relative;
	z-index: 1;
}
.front-info > article {
	box-sizing: border-box;
	background: #fff;
	color: #525562;
	width: 492px;
	max-width: 100%;
	padding: 2em;
	border-radius: 1em;
	line-height: 1.5;
}
.front-info > article > h2 {
	color: #333;
	font-size: 30px;
	line-height: 1.1;
}
@media all and (prefers-color-scheme: dark) {
	.front-info > article {
		background: #222;
		color: #f0f0f0;
	}
	.front-info > article > h2 {
		color: #ccc;
	}
}
@media all and (min-width: 1516px) {
	.primary-page .front-info {
		margin-block-start: -84px;
	}
	.primary-page .top {
		padding-block-end: 116px;
	}
	.primary-page .front-info > article:nth-child(odd) {
		position: relative;
		top: -40px;
	}
}
@media not all and (min-width: 1516px) {
	.front-info {
		margin-block: 3em;
	}
}
@media all and (max-width: 1003px) {
	.front-info {
		flex-direction: column;
	}
	.front-info > article {
		width: 100%;
	}
}
.services {
	padding-block: 2em;
	max-width: var(--content-max-width);
	margin-inline: auto;
}
.services > h2 > span {
	display: block;
	text-align: center;
}
.services > h2 > ._part-1 {
	font-size: 1.12rem;
	font-weight: 500;
	color: #525562;
}
.services > h2 > ._part-2 {
	margin-block-start: .5em;
	font-family: "Palui SP Demo", var(--heading-fonts);
	font-size: 30px;
	font-weight: bold;
	width: 810px;
	max-width: 100%;
	margin-inline: auto;
	line-height: 1.25;
	color: #0b3243;
}
.services > article {
	color: #525562;
}
.services > article:not(:first-child) {
	margin-block-start: 32px;
}
.services h3 {
	font-size: 30px;
	color: #11183a;
}
.services > article img {
	border-radius: 14px;
}
@media all and (min-width: 1000px) {
	.services > h2 > ._part-2 {
		font-size: 50px;
	}
	.services > article:not(:first-child) {
		margin-block-start: 54px;
	}
	.services > article {
		display: flex;
		align-items: center;
		gap: 18px;
	}
	.services > article > div {
		box-sizing: border-box;
		width: calc((100% - 18px) / 2);
		flex-shrink: 0;
		flex-grow: 0;
	}
	.services > article:nth-child(odd) > div:first-child {
		order: 1;
	}
}
@media all and (min-width: 1516px) {
	.services {
		background: url("../images/services-decor.png") right 0 top 6em no-repeat transparent;
		padding-block: 6em;
	}
	.services > article:nth-child(odd) > div:nth-child(2) {
		padding-inline-end: 8%;
	}
	.services > article:nth-child(even) > div:nth-child(2) {
		padding-inline-start: 8%;
	}
}
@media all and (min-width: 1516px) and (prefers-color-scheme: dark) {
	.services {
		background-image: url("../images/services-decor-dark.png");
	}
}
@media not all and (min-width: 1000px) {
	.services > article > div:first-child {
		text-align: center;
	}
	.services > article > div:nth-child(2) {
		margin-block-start: 1.5em;
		padding-inline: 1.5em;
	}
}
@media all and (1000px < width <= 1548px) {
	.services > article:nth-child(odd) > div:nth-child(2) {
		padding-inline-start: 16px;
	}
	.services > article:nth-child(even) > div:nth-child(2) {
		padding-inline-end: 16px;
	}
}
@media all and (prefers-color-scheme: dark) {
	.services > h2 > ._part-1 {
		color: #f0f0f0;
	}
	.services > h2 > ._part-2 {
		color: #38abdd;
	}
	.services > article {
		color: #d0d0d0;
	}
	.services h3 {
		color: #f0f0f0;
	}
}
.button-2 {
	display: inline-block;
	font-size: .81rem;
	font-weight: 600;
	line-height: 1.4;
	padding: 1em 2em;
	border-radius: 2em;
	text-decoration: none;
}
a.button-2:focus-visible {
	text-decoration: underline;
}
@media all and (prefers-color-scheme: light) {
	.button-2 {
		background: #fff;
		color: #4b69fe;
		border: 1px solid #b3bffb;
		transition: background-color 300ms ease-out, color 300ms ease-out, border-color 300ms ease-out;
	}
	.button-2:hover,
	.button-2:focus {
		background-color: #4b69fe;
		border-color: #4b69fe;
		color: #f0f0f0;
	}
}
@media all and (prefers-color-scheme: dark) {
	.button-2 {
		background: #4b69fe;
		color: #fff;
		border: none;
		transition: background-color 300ms ease-out, color 300ms ease-out;
	}
	.button-2:hover,
	.button-2:focus {
		background-color: #f0f0f0;
		color: #4b69fe;
	}
}
.statistics {
	padding-block: 2em;
	background: url("../images/statistics.webp") center / cover no-repeat #101d41;
	color: #fff;
	text-align: center;
	line-height: 1.44;
}
.statistics h2 {
	font-family: "Palui SP Demo", var(--heading-fonts);
	font-size: 30px;
	font-weight: bold;
	line-height: 1.25;
}
.statistics p {
	max-width: 1050px;
	margin-inline: auto;
}
.statistics-data {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
	gap: 19px;
}
.statistics-data:not(:first-child) {
	margin-block-start: 2em;
}
.statistics-data > div {
	box-sizing: border-box;
	background: rgba(10,16,46,.3);
	color: #fff;
	padding: 2em;
	border-radius: 1em;
	width: 364px;
	max-width: 100%;
	flex-shrink: 0;
	flex-grow: 0;
}
.statistics-data > div > p:first-child {
	font-size: 30px;
	font-weight: bold;
}
.statistics-data > div > p:nth-child(2) {
	font-size: 1.12rem;
	font-weight: bold;
}
@media all and (min-width: 1516px) {
	.statistics-data > div > p:first-child {
		font-size: 100px;
		line-height: 1;
	}
	.statistics-note {
		font-size: 50px;
		vertical-align: .7em;
	}
	.statistics {
		padding-block: 7.5em;
	}
	.statistics h2 {
		font-size: 50px;
	}
	.statistics h2 > .hl {
		display: block;
	}
	.statistics-data:not(:first-child) {
		margin-block-start: 4em;
	}
}
.who {
	padding-block: 2em;
	max-width: var(--content-max-width);
	margin-inline: auto;
	padding-inline: 1.5em;
}
.who > h2 {
	font-family: "Palui SP Demo", var(--heading-fonts);
	font-size: 30px;
	font-weight: bold;
	line-height: 1.25;
	text-align: center;
}
.who > article:not(:first-child) {
	margin-block-start: 32px;
}
.who h3 {
	font-size: 30px;
}
.who > article img {
	border-radius: 14px;
}
@media all and (min-width: 1000px) {
	.who > article:not(:first-child) {
		margin-block-start: 54px;
	}
	.who > article {
		display: flex;
		align-items: center;
		gap: 2em 18px;
	}
}
@media all and (min-width: 1516px) {
	.who {
		background: url("../images/who-decor.png") right 0 top 13em no-repeat transparent;
		padding-block: 6em;
	}
	.who > h2 {
		font-size: 50px;
	}
	.who > article {
		gap: 2em 147px;
	}
	.who > article > div:first-child {
		max-width: 623px;
		flex-shrink: 0;
	}
	.who > article > div:nth-child(2) {
		box-sizing: border-box;
		max-width: 620px;
		line-height: 1.5;
	}
	.who > article p:not(:first-child) {
		margin-block-start: 1.5em;
	}
}
@media all and (min-width: 1516px) and (prefers-color-scheme: dark) {
	.who {
		background-image: url("../images/who-decor-dark.png");
	}
}
@media not all and (min-width: 1000px) {
	.who > article > div:first-child {
		text-align: center;
	}
	.who > article > div:nth-child(2) {
		margin-block-start: 1.5em;
	}
}
.call-form {
	padding-block: 2em;
	background: url("../images/call.webp") center / cover no-repeat #101538;
	color: #fff;
}
.call-form h2 {
	font-family: "Palui SP Demo", var(--heading-fonts);
	font-size: 30px;
	font-weight: bold;
	line-height: 1.25;
}
.l-call-form > div > p {
	font-size: 1.12rem;
	font-weight: 500;
	line-height: 1.44;
}
.l-call-form > form {
	display: block;
	background: #090f2c;
	color: #fff;
	padding: 1.5em;
	border-radius: 1em;
}
.call-form label {
	font-weight: 600;
}
.call-form input[type="text"],
.call-form input[type="tel"],
.call-form input[type="email"],
.call-form textarea {
	margin-block-start: .25em;
	width: 100%;
	border: none;
	border-bottom: 1px solid #3a3f56;
	border-radius: .5em;
	background: transparent;
	color: inherit;
	padding: .25em;
	font-weight: normal;
}
.call-form textarea {
	resize: vertical;
	height: 5em;
}
.call-form-itself > .form-unit:not(:first-child) {
	margin-block-start: 2em;
}
.call-form-itself > .form-unit._legal {
	text-align: center;
	font-size: .87rem;
}
.call-form-itself > .form-unit._submit {
	text-align: center;
}
@media all and (min-width: 1516px) {
	.call-form h2 {
		font-size: 50px;
	}
}
@media all and (min-width: 1000px) {
	.l-call-form > div > p {
		max-width: 355px;
	}
	.call-form {
		padding-block: 6em;
	}
	.l-call-form {
		display: flex;
		justify-content: space-between;
		gap: 20px;
	}
	.l-call-form > * {
		box-sizing: border-box;
		flex-shrink: 0;
		width: calc((100% - 20px) / 2);
	}
	.l-call-form > form {
		padding: 4em 6em;
	}
}
@media not all and (min-width: 1000px) {
	.l-call-form > div {
		text-align: center;
	}
	.l-call-form > form {
		margin-block-start: 2em;
	}
}
.articles {
	padding-block: 2em;
}
.articles > h2 {
	font-family: "Palui SP Demo", var(--heading-fonts);
	font-size: 30px;
	font-weight: bold;
	line-height: 1.25;
	color: #0b3343;
}
.articles-list:not(:first-child) {
	margin-block-start: 2em;
}
.articles-list > article > div:first-child {
	text-align: center;
}
.articles-list > article > div:first-child img {
	border-radius: 14px;
}
.articles-list > article > h3 {
	font-size: 26px;
}
@media all and (min-width: 1516px) {
	.articles {
		padding-block: 6em;
	}
	.articles > h2 {
		font-size: 50px;
	}
	.articles-list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.articles-list > article {
		width: calc((100% - 20px) / 2);
	}
}
@media not all and (min-width: 1516px) {
	.articles-list > article:not(:first-child) {
		margin-block-start: 2em;
	}
}
@media all and (prefers-color-scheme: dark) {
	.articles > h2 {
		color: #35c3e8;
	}
}
.site-contacts {
	position: fixed;
	z-index: 8;
	right: 16px;
	bottom: 64px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1em;
	font-size: 20px;
}
.site-contacts > a {
	display: inline-block;
	box-sizing: border-box;
	background: #4b69fe;
	color: #fff;
	padding: .5em;
	border: 2px solid #ccc;
	border-radius: 2em;
	box-shadow: 2px 2px 2px 0 rgba(0,0,0,.2);
	text-decoration: none;
	transition: background-color 300ms ease-out;
}
.site-contacts > a:hover,
.site-contacts > a:focus {
	background: #415ede;
}
.site-contacts > a:focus-visible {
	text-decoration: underline;
	outline: none;
}
.site-contacts > a > img {
	margin-right: .5em;
}
@media all and (max-width: 400px) {
	body {
		padding-bottom: 60px;
	}
	.site-contacts {
		width: 100%;
		right: 0;
		bottom: 0;
	}
	.site-contacts > a {
		width: 100%;
		flex-shrink: 0;
		text-align: center;
		border-radius: 0;
		box-shadow: 0 -2px 2px 0 rgba(0,0,0,.2);
		border: none;
	}
}
