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

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:root {
  --color-black: #222;
  --color-white: #fff;
  --color-gray-0: #f5f5f5;
  --color-gray-1: #e0e0e0;
  --color-gray-2: #bdbdbd;
  --color-gray-3: #9e9e9e;
  --color-gray-4: #757575;
  --color-gray-5: #616161;
  --color-primary: #f1632a;
  --color-secondary: #464646;
  --color-a: #8ecae6;
  --color-b: #219ebc;
  --color-c: #023047;
  --color-d: #4f772d;
  --color-e: #8338ec;
  --font-family: Arial, sans-serif;
  --font-size-base: 16px;
  --font-size-h1: calc(var(--font-size-base) * 2);
  --font-size-h2: calc(var(--font-size-base) * 1.5);
  --font-size-h3: calc(var(--font-size-base) * 1.25);
  --font-size-h4: calc(var(--font-size-base) * 1.125);
  --font-size-h5: calc(var(--font-size-base) * 1.0625);
  --font-size-h6: calc(var(--font-size-base) * 1);
  --font-size-small: calc(var(--font-size-base) * 0.875);
  --line-height-base: 1.3;
  --spacing-unit: 1rem;
  --base-spacing: 1rem;
  --block-spacing: 2rem;
  --border-radius: .5rem;
  --container-max-width: 1280px;
}

html, body,
h1, h2, h3, h4, h5, h6, p, a, span, li, ul, ol {
  font-family: var(--font-family);
  line-height: var(--line-height-base);
  color: var(--color-black);
}

html, body, p {
  font-size: var(--font-size-base);
}

h1 {
  font-size: var(--font-size-h1);
}

h2 {
  font-size: var(--font-size-h2);
}

h3 {
  font-size: var(--font-size-h3);
}

h4 {
  font-size: var(--font-size-h4);
}

h5 {
  font-size: var(--font-size-h5);
}

h6 {
  font-size: var(--font-size-h6);
}

h1, h2, h3, h4, h5, h6, b, strong {
  font-weight: bold;
}

#layout_header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: linear-gradient(0deg, rgba(241, 99, 42, 0.83), rgb(70, 70, 70));
  backdrop-filter: blur(5px);
  overflow: visible;
  padding-top: 2px;
}
#layout_header > .container {
  display: flex;
  gap: calc(var(--base-spacing) * 0.5);
  align-items: center;
}
#layout_header > .container .Logo {
  flex: 1;
  max-width: 335px;
  margin-right: auto;
}
#layout_header > .container .MainNavigation .VerticalMenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: var(--color-black);
  padding: var(--base-spacing);
  z-index: 1001;
  overflow-y: auto;
}
#layout_header > .container .MainNavigation .MenuToggleButton {
  z-index: 1002;
}
#layout_header.__menu_opened {
  background-color: transparent;
  backdrop-filter: none;
}
#layout_header.__menu_opened .VerticalMenu {
  display: flex !important;
  backdrop-filter: blur(5px) grayscale(1);
}
#layout_footer {
  background: #464646;
  padding: 2em 0;
}
#layout_footer, #layout_footer p, #layout_footer a, #layout_footer h4, #layout_footer span, #layout_footer li {
  color: white;
  margin: 0;
}
#layout_footer > .container {
  display: grid;
  gap: 1em;
  grid-template-columns: 1fr;
}
#layout_footer > .container .Logo {
  max-width: 250px;
}

.container,
.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: var(--base-spacing);
  padding-right: var(--base-spacing);
}

.container {
  max-width: var(--container-max-width);
}

.Logo {
  display: block;
  aspect-ratio: 4.2/1;
  cursor: pointer;
  background: url("./assets/img/logo.svg") no-repeat center center;
  background-size: contain;
}
.Logo.__wide {
  position: relative;
}
.Logo.__wide:before, .Logo.__wide:after {
  content: "";
  position: absolute;
  top: 88%;
  bottom: 0;
  background: var(--color-secondary);
  width: 3000px;
}
.Logo.__wide:before {
  left: 98%;
}
.Logo.__wide:after {
  right: 98%;
}

.VerticalMenu, .VerticalMenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: calc(var(--base-spacing) * 0.5);
}
.VerticalMenu li.menu-item-has-children {
  position: relative;
}
.VerticalMenu li.menu-item-has-children > a:after {
  content: "▼";
  margin-left: 0.5em;
  font-size: 0.7em;
  transition: transform 0.3s ease;
}
.VerticalMenu li.menu-item-has-children.__submenu_opened > a:after {
  transform: rotate(180deg);
}
.VerticalMenu li.menu-item-has-children > ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  min-width: 200px;
  border-radius: 4px;
  padding: calc(var(--base-spacing) * 0.5);
  gap: calc(var(--base-spacing) * 0.25);
}
.VerticalMenu li.menu-item-has-children.__submenu_opened > ul {
  display: flex;
  position: static;
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  margin-top: calc(var(--base-spacing) * 0.5);
}
.VerticalMenu li.menu-item-has-children:hover > ul {
  display: flex;
}
.VerticalMenu li a {
  display: block;
  padding: calc(var(--base-spacing) * 0.5) calc(var(--base-spacing) * 1);
  color: white;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
  border-radius: 4px;
}
.VerticalMenu li a:hover, .VerticalMenu li a.active {
  background-color: var(--color-gray-1);
  color: var(--color-primary);
}
.VerticalMenu li ul {
  padding-left: 0;
}
.VerticalMenu li ul li a {
  color: var(--color-black);
  padding: calc(var(--base-spacing) * 0.4) calc(var(--base-spacing) * 0.75);
  font-size: 0.95em;
}
.VerticalMenu li ul li a:hover {
  background-color: var(--color-primary);
  color: white;
}
.VerticalMenu li ul ul {
  left: 100%;
  top: 0;
}

.MenuToggleButton {
  position: relative;
  display: inline-block;
  aspect-ratio: 1/1;
  border: none;
  background: transparent;
  cursor: pointer;
  outline: none;
  padding: 0;
  margin: 0;
  width: 2em;
}
.MenuToggleButton:before, .MenuToggleButton:after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  width: 100%;
  height: 2px;
  background-color: var(--color-secondary);
  box-shadow: 0 8px 0 0 var(--color-secondary), 0 -8px 0 0 var(--color-secondary);
  transition: all 0.3s ease-in-out;
}
.__menu_opened .MenuToggleButton:before, .__menu_opened .MenuToggleButton:after {
  box-shadow: 0 0 0 0 transparent, 0 0 0 0 transparent;
}
.__menu_opened .MenuToggleButton:before {
  transform: rotate(45deg);
}
.__menu_opened .MenuToggleButton:after {
  transform: rotate(-45deg);
}

.Animated {
  --visible: 0;
}
.Animated.__opacity\:0 {
  opacity: calc(var(--visible) * 1);
}
.Animated.__opacity\:1 {
  opacity: calc(1 - var(--visible) * 1);
}
.Animated.__scale\:0 {
  transform: scale(calc(var(--visible) * 1));
}
.Animated.__scale\:0\.5 {
  transform: scale(calc(0.5 + var(--visible) * 0.5));
}
.Animated.__scale\:1 {
  transform: scale(calc(1 - var(--visible) * 1));
}
.Animated.__flow\:up\:25 {
  transform: translateY(calc(25% * (1 - var(--visible))));
}
.Animated.__flow\:up\:50 {
  transform: translateY(calc(50% * (1 - var(--visible))));
}
.Animated.__flow\:up\:75 {
  transform: translateY(calc(75% * (1 - var(--visible))));
}
.Animated.__flow\:up\:100 {
  transform: translateY(calc(100% * (1 - var(--visible))));
}
.Animated.__flow\:down\:25 {
  transform: translateY(calc(25% * (1 - var(--visible)) * -1));
}
.Animated.__flow\:down\:50 {
  transform: translateY(calc(50% * (1 - var(--visible)) * -1));
}
.Animated.__flow\:down\:75 {
  transform: translateY(calc(75% * (1 - var(--visible)) * -1));
}
.Animated.__flow\:down\:100 {
  transform: translateY(calc(100% * (1 - var(--visible)) * -1));
}
.Animated.__flow\:left\:25 {
  transform: translateX(calc(25% * (1 - var(--visible))));
}
.Animated.__flow\:left\:50 {
  transform: translateX(calc(50% * (1 - var(--visible))));
}
.Animated.__flow\:left\:75 {
  transform: translateX(calc(75% * (1 - var(--visible))));
}
.Animated.__flow\:left\:100 {
  transform: translateX(calc(100% * (1 - var(--visible))));
}
.Animated.__flow\:right\:25 {
  transform: translateX(calc(25% * (1 - var(--visible)) * -1));
}
.Animated.__flow\:right\:50 {
  transform: translateX(calc(50% * (1 - var(--visible)) * -1));
}
.Animated.__flow\:right\:75 {
  transform: translateX(calc(75% * (1 - var(--visible)) * -1));
}
.Animated.__flow\:right\:100 {
  transform: translateX(calc(100% * (1 - var(--visible)) * -1));
}
