@charset "UTF-8";
.panel-nav-bar {
  display: inline-flex;
  position: fixed;
  top: 50%;
  left: -100px;
  border: 1px solid #eaeaea;
  padding-right: 20px;
  padding-left: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
  align-items: center;
  border-radius: 50px;
  cursor: pointer;
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  color: #000;
  box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.1294117647);
  background: #fff;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: all 0.4s ease-out;
  overflow-y: auto;
  overflow-y: auto;
  transition: all 0.6s linear;
  z-index: 9999;
}

.panel-nav-bar.menu-visible {
  left: 0px;
}

.panel-nav-bar.menu-visibled {
  left: 0;
}

.nav-icon {
  margin-right: 13px;
  transform: rotate(90deg);
}

.panel-nav-content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: fixed;
  background: hsla(0, 0%, 100%, 0.41);
  box-shadow: 0px 12px 64px 0px hsla(0, 0%, 0%, 0.23);
  left: -140%;
  top: 77px;
  bottom: 50px;
  left: 35px;
  padding: 18px 15px 20px;
  border-radius: 29px;
  max-width: 300px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  -webkit-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  max-height: 92vh;
  /* height: 92vh; */
  -webkit-backdrop-filter: blur(54px);
  backdrop-filter: blur(54px);
  display: grid;
  grid-template-rows: 82px auto 98px;
  grid-template-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  z-index: 9999;
}

.panel-content-top {
  display: flex;
  align-items: center;
}

.main-logo {
  margin-right: 15px;
  width: 64px;
  height: 64px;
  background: #000;
  border-radius: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-logo img {
  width: 80%;
  height: 80%;
  border-radius: 300px;
}

.panel-top-brand h2 {
  font-size: 18px;
  color: #000;
  line-height: 1.2;
  margin: 0;
}

.panel-brand-link {
  font-size: 12px;
  color: #808080;
  line-height: 1.5;
  display: flex;
}

.panel-brand-link img {
  margin-left: 6px;
}

.panel-content-menu {
  height: 100%;
  overflow: auto;
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.panel-content-menu::-webkit-scrollbar {
  width: 5px;
}

.panel-content-menu::-webkit-scrollbar-track {
  background: #efefef;
  border-radius: 30px;
}

.panel-content-menu::-webkit-scrollbar-thumb {
  background: #b6b6b6;
  border-radius: 30px;
}

.panel-content-menu::-webkit-scrollbar-thumb:hover {
  background: #555;
}

ul.mainmenu {
  padding-right: 8px;
  /* position: relative;

  overflow-y: auto;
  padding-right: 14px; */
}

ul.mainmenu::-webkit-scrollbar {
  width: 5px;
}

ul.mainmenu::-webkit-scrollbar-thumb {
  background-color: #b6b6b6;
  border-radius: 50px;
}

ul.mainmenu::-webkit-scrollbar-track {
  background-color: #efefef;
  border-radius: 50px;
}

/*.panel-content-menu::-webkit-scrollbar {
    width: 5px;
}

.panel-content-menu::-webkit-scrollbar-thumb {
    background-color: #EFEFEF;
    border-radius: 50px;
}

.panel-content-menu::-webkit-scrollbar-track {
    background-color: #B6B6B6;
    border-radius: 50px;
}*/
/*
.scroller {
  width: 300px;
  height: 100px;
  overflow-y: scroll;
  scrollbar-color: #007 #bada55;
}*/
.panel-content-menu ul li {
  display: block;
  position: relative;
  border-bottom: 1px solid hsla(0, 0%, 93%, 0.341);
}

.panel-content-menu ul li a {
  display: block;
  text-decoration: none;
  position: relative;
  padding: 8px 10px 8px 0;
  /* color: #474747; */
  font-weight: 400;
  font-size: 13px;
}

.panel-content-menu ul li a:hover:after {
  opacity: 1;
}

.panel-content-menu ul li a:after {
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  background: url("/img/pgs/nav-arrow.svg") no-repeat scroll center center;
  width: 6px;
  height: 8px;
  background-size: cover;
  margin-top: -3.5px;
  opacity: 0.5;
}

.dark_gray:not(li:last-child) {
  margin-bottom: 0;
}

.dark_gray a {
  color: #000000;
}

.light_gray a {
  color: #808080;
}

.panel-content-menu ul li:last-child {
  border-bottom: 0px solid;
}

.panel-content-menu ul li:last-child a:after {
  display: none;
}

.panel-content-menu ul li:first-child a {
  padding-top: 0;
}

.panel-content-menu ul li:first-child a:after {
  margin-top: -8px;
}

.panel-content-bottom {
  background: #f8f8f8;
  border-radius: 12px;
  margin-top: auto;
  padding: 6px 7px 11px 7px;
}

.panel-content-bottom a {
  display: block;
  position: relative;
}

a.panel-btn {
  background: #212122;
  color: #fff;
  border-radius: 9px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  padding: 15px 10px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

a.panel-btn:hover {
  background: #343434;
}

.call-btn {
  text-align: center;
  margin-top: 10px;
}

.call-btn a {
  color: #808080;
  text-decoration: none;
}

.call-btn span {
  font-size: 13px;
  line-height: 1;
}

.call-btn img {
  position: relative;
  top: 2px;
}

.closeit {
  position: absolute;
  top: 13px;
  right: 11px;
  color: #808080;
  background-color: #fff;
  padding: 0px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 31px;
  font-size: 13px;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.062745098);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  padding: 8px;
}

.closeit:hover {
  transform: rotate(90deg);
}

.closeit img {
  width: 100%;
  height: 100%;
}

.panel-brand-link a {
  text-decoration: none;
  color: inherit;
}

.panel-brand-link a:hover {
  text-decoration: none;
  color: #474747;
}

.panel-brand-link:hover img {
  filter: brightness(0.5);
}

.panel-nav-content-wrapper.panel-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.panel-new-bar {
  color: black; /* Default text color */
  background-color: transparent; /* Default background color */
  border: none; /* Optional: Remove button border */
  cursor: pointer; /* Optional: Change cursor to pointer on hover */
  transition: color 0.3s ease;
}

.panel-nav-icon rect {
  fill: black; /* Default SVG fill color */
  transition: fill 0.3s ease; /* Add transition for SVG fill color */
}

.panel-new-bar.hovered {
  color: red; /* Hover text color */
}

.panel-new-bar.hovered .panel-nav-icon rect {
  fill: green; /* Hover SVG fill color */
}

.panel-nav-bar.panel-effect.hovered {
  background-color: #111;
  color: #fff; /* Hover text color */
  border: 1px solid rgba(0, 0, 0, 0);
}

.panel-nav-bar.panel-effect.hovered .nav-icon rect {
  fill: green; /* Hover SVG fill color */
}

@media only screen and (max-width: 580px) {
  .panel-nav-content-wrapper {
    width: 100%;
    max-width: 100%;
    max-height: 100vh;
    left: 0;
    right: 0;
    bottom: 0;
    top: 30px;
    border-radius: 29px 29px 0px 0px;
    -webkit-transform: scale(1) translateY(120%);
    -ms-transform: scale(1) translateY(120%);
    transform: scale(1) translateY(120%);
    -webkit-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
  }
  .panel-nav-content-wrapper.panel-visible {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .panel-nav-bar span {
    display: none;
  }
  .panel-nav-bar {
    padding-right: 8px;
    top: 83%;
  }
  .container {
    background-position: top;
  }
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100%;
  font-size: 100%;
}

html, body {
  scrollbar-gutter: stable;
}

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

@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
body {
  min-width: 320px;
  min-height: inherit;
  font-family: var(--ff-body);
  font-size: 1rem;
  font-weight: 400;
  color: var(--text-color);
  background-color: var(--clr-body);
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

button {
  touch-action: manipulation;
}

@font-face {
  font-family: Roboto;
  font-display: swap;
  src: url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
/* stylelint-disable */
/* stylelint-enable */
:root {
  --clr-base-black: hsl(0, 0%, 0%);
  --clr-base-white: hsl(0, 0%, 100%);
  --clr-neutral-100: hsl(0, 0%, 90%);
  --clr-neutral-200: hsl(0, 0%, 85%);
  --clr-neutral-300: hsl(0, 0%, 80%);
  --clr-neutral-400: hsl(0, 0%, 70%);
  --clr-neutral-500: hsl(0, 0%, 60%);
  --clr-neutral-600: hsl(0, 0%, 50%);
  --clr-neutral-700: hsl(0, 0%, 45%);
  --clr-neutral-800: hsl(0, 0%, 40%);
  --clr-neutral-900: hsl(0, 0%, 20%);
  --clr-neutral-1000: hsl(0, 0%, 10%);
  --clr-neutral-accent-100: hsl(229, 21%, 93%);
  --clr-neutral-accent-200: hsl(206, 33%, 96%);
  --clr-accent-100: hsl(172, 36%, 49%);
  --clr-accent-200: hsl(0, 72%, 52%);
  --clr-accent-300: hsl(227, 53%, 33%);
  --clr-blue-100: hsl(208, 100%, 81%);
  --clr-blue-200: hsl(210, 88%, 20%);
  --clr-brown-100: hsl(53, 67%, 90%);
  --clr-brown-200: hsl(28, 32%, 26%);
  --clr-green-100: hsl(28, 46%, 16%);
  --clr-green-200: hsl(79, 71%, 54%);
  --fs-heading-100: 2.625rem;
  --fs-heading-200: 2rem;
  --fs-heading-300: 1.5rem;
  --fs-heading-400: 1.3125rem;
  --fs-heading-500: 1.125rem;
  --fs-heading-600: 1rem;
  --clr-body: hsl(0, 0%, 100%);
  --text-color: hsl(0, 0%, 0%);
  --clr-link: var(--clr-accent-100);
  --clr-selection: hsl(0, 0%, 100%);
  --bg-selection: hsl(0, 0%, 0%);
  --header-logo-color: hsl(0, 0%, 10%);
  --header-border-color: hsl(0, 0%, 85%);
  --header-text-color: hsl(0, 0%, 10%);
  --menu-button-hover-color: hsl(172, 36%, 49%);
  --footer-bg: hsl(0, 0%, 10%);
  --footer-text-color: hsl(0, 0%, 80%);
  --footer-link-color: hsl(0, 0%, 80%);
  --footer-bottom-text-color: hsl(0, 0%, 45%);
  --footer-logo-color: hsl(0, 0%, 100%);
  --hero-text-color: hsl(0, 0%, 100%);
  --hero-text-accent: hsl(0, 0%, 70%);
  --hero-border-accent: hsla(0, 0%, 100%, 0.29);
  --catalog-bg: hsl(0, 0%, 100%);
  --catalog-close-color: hsl(0, 0%, 100%);
  --catalog-border-color: hsl(0, 0%, 90%);
  --catalog-text-color: hsl(0, 0%, 0%);
  --catalog-link-color: hsl(0, 0%, 38%);
  --catalog-counter-color: hsl(0, 0%, 60%);
  --document-item-icon-color: hsl(0, 0%, 0%);
  --document-item-icon-bg: hsl(229, 21%, 93%);
  --document-item-icon-color-inverse: hsl(0, 0%, 0%);
  --document-item-icon-bg-inverse: hsl(0, 0%, 100%);
  --document-item-metadata-color: hsl(0, 0%, 40%);
  --documents-menu__link: hsl(206, 33%, 96%);
  --document-tile-border-color: transparent;
  --document-tile-bg: hsl(229, 21%, 93%);
  --document-tile-metadata-color: hsl(0, 0%, 40%);
  --scroll-to-top-bg: hsl(172, 36%, 49%);
  --scroll-to-top-color: hsl(0, 0%, 100%);
  --bg-section: hsl(206, 33%, 96%);
  --section-table-border-color: hsl(0, 0%, 79%);
  --section-table-th-color: hsl(0, 0%, 40%);
  --section-table-td-color: hsl(0, 0%, 0%);
  --social-link-bg: hsl(0, 0%, 20%);
  --view-mode-button-hover-color: hsl(172, 36%, 49%);
  --view-mode-button-border-color: hsl(0, 0%, 85%);
  --view-mode-bg: hsl(0, 0%, 100%);
  --view-mode-close-icon-color: hsl(0, 0%, 0%);
  --view-mode-title-color: hsl(0, 0%, 20%);
  --view-mode-heading-color: hsl(0, 0%, 10%);
  --view-mode-item-color: hsl(0, 0%, 20%);
  --view-mode-item-border: hsl(0, 0%, 0%);
  --view-mode-reset-bg: hsl(172, 36%, 49%);
  --view-mode-reset-color: hsl(0, 0%, 100%);
  --view-mode-item-active: hsl(0, 0%, 0%);
  --navigation-link-color: hsl(0, 0%, 0%);
  --navigation-link-hover-color: hsl(172, 36%, 49%);
  --navigation-link-bg: hsl(0, 0%, 100%);
  --page-title-color: hsl(0, 0%, 0%);
  --breadcrumb-color: hsl(0, 0%, 45%);
  --breadcrumb-hover-color: hsl(0, 0%, 0%);
  --ff-primary: Roboto, sans-serif;
  --ff-body: var(--ff-primary);
  --ff-heading: var(--ff-primary);
  --fs-base: 16px;
  --clr-figcaption: var(--clr-neutral-black);
  --clr-heading: var(--clr-neutral-black);
  --clr-blockquote: #666;
  --clr-del: #666;
  --clr-mark: #000;
  --bg-mark: #ff0;
  --fs-small: .725rem;
  --fs-figcaption: .8125rem;
  /* Vertical rythme */
  --vr: 1em;
}

[data-theme=dark] {
  --clr-body: hsl(0, 0%, 0%);
  --text-color: hsl(0, 0%, 100%);
  --clr-link: hsl(0, 0%, 100%);
  --clr-selection: hsl(0, 0%, 0%);
  --bg-selection: hsl(0, 0%, 100%);
  --header-logo-color: hsl(0, 0%, 100%);
  --header-border-color: hsl(0, 0%, 100%);
  --header-text-color: hsl(0, 0%, 100%);
  --menu-button-hover-color: hsl(0, 0%, 100%);
  --footer-bg: hsl(0, 0%, 0%);
  --footer-text-color: hsl(0, 0%, 100%);
  --footer-link-color: hsl(0, 0%, 100%);
  --footer-bottom-text-color: hsl(0, 0%, 100%);
  --footer-logo-color: hsl(0, 0%, 100%);
  --hero-text-color: hsl(0, 0%, 100%);
  --hero-text-accent: hsl(0, 0%, 100%);
  --hero-border-accent: hsl(0, 0%, 100%);
  --catalog-bg: hsl(0, 0%, 0%);
  --catalog-close-color: hsl(0, 0%, 100%);
  --catalog-border-color: hsl(0, 0%, 100%);
  --catalog-text-color: hsl(0, 0%, 100%);
  --catalog-link-color: hsl(0, 0%, 100%);
  --catalog-counter-color: hsl(0, 0%, 100%);
  --document-item-icon-color: hsl(0, 0%, 0%);
  --document-item-icon-bg: hsl(0, 0%, 100%);
  --document-item-icon-color-inverse: hsl(0, 0%, 0%);
  --document-item-icon-bg-inverse: hsl(0, 0%, 100%);
  --document-item-metadata-color: hsl(0, 0%, 100%);
  --document-tile-border-color: hsl(0, 0%, 100%);
  --document-tile-bg: hsl(0, 0%, 0%);
  --document-tile-metadata-color: hsl(0, 0%, 100%);
  --scroll-to-top-bg: hsl(0, 0%, 100%);
  --scroll-to-top-color: hsl(0, 0%, 0%);
  --bg-section: hsl(0, 0%, 0%);
  --section-table-border-color: hsl(0, 0%, 100%);
  --section-table-th-color: hsl(0, 0%, 100%);
  --section-table-td-color: hsl(0, 0%, 100%);
  --social-link-bg: hsl(0, 0%, 0%);
  --view-mode-button-hover-color: hsl(0, 0%, 100%);
  --view-mode-button-border-color: hsl(0, 0%, 100%);
  --view-mode-bg: hsl(0, 0%, 0%);
  --view-mode-close-icon-color: hsl(0, 0%, 100%);
  --view-mode-title-color: hsl(0, 0%, 100%);
  --view-mode-heading-color: hsl(0, 0%, 100%);
  --view-mode-item-color: hsl(0, 0%, 100%);
  --view-mode-item-border: hsl(0, 0%, 100%);
  --view-mode-reset-bg: hsl(0, 0%, 100%);
  --view-mode-reset-color: hsl(0, 0%, 0%);
  --view-mode-item-active: hsl(0, 0%, 100%);
  --navigation-link-color: hsl(0, 0%, 100%);
  --navigation-link-hover-color: hsl(0, 0%, 100%);
  --navigation-link-bg: hsl(0, 0%, 0%);
  --page-title-color: hsl(0, 0%, 100%);
  --breadcrumb-color: hsl(0, 0%, 100%);
  --breadcrumb-hover-color: hsl(0, 0%, 100%);
}

[data-theme=light] {
  --clr-body: hsl(0, 0%, 100%);
  --text-color: hsl(0, 0%, 0%);
  --clr-link: hsl(0, 0%, 0%);
  --clr-selection: hsl(0, 0%, 100%);
  --bg-selection: hsl(0, 0%, 0%);
  --header-logo-color: hsl(0, 0%, 0%);
  --header-border-color: hsl(0, 0%, 0%);
  --header-text-color: hsl(0, 0%, 0%);
  --menu-button-hover-color: hsl(0, 0%, 0%);
  --footer-bg: hsl(0, 0%, 100%);
  --footer-text-color: hsl(0, 0%, 0%);
  --footer-link-color: hsl(0, 0%, 0%);
  --footer-bottom-text-color: hsl(0, 0%, 0%);
  --footer-logo-color: hsl(0, 0%, 0%);
  --hero-text-color: hsl(0, 0%, 0%);
  --hero-text-accent: hsl(0, 0%, 0%);
  --hero-border-accent: hsl(0, 0%, 0%);
  --catalog-bg: hsl(0, 0%, 100%);
  --catalog-close-color: hsl(0, 0%, 100%);
  --catalog-border-color: hsl(0, 0%, 0%);
  --catalog-text-color: hsl(0, 0%, 0%);
  --catalog-link-color: hsl(0, 0%, 0%);
  --catalog-counter-color: hsl(0, 0%, 0%);
  --document-item-icon-color: hsl(0, 0%, 100%);
  --document-item-icon-bg: hsl(0, 0%, 0%);
  --document-item-icon-color-inverse: hsl(0, 0%, 100%);
  --document-item-icon-bg-inverse: hsl(0, 0%, 0%);
  --document-item-metadata-color: hsl(0, 0%, 0%);
  --document-tile-border-color: hsl(0, 0%, 0%);
  --document-tile-bg: hsl(0, 0%, 100%);
  --document-tile-metadata-color: hsl(0, 0%, 0%);
  --scroll-to-top-bg: hsl(0, 0%, 0%);
  --scroll-to-top-color: hsl(0, 0%, 100%);
  --bg-section: hsl(0, 0%, 100%);
  --section-table-border-color: hsl(0, 0%, 0%);
  --section-table-th-color: hsl(0, 0%, 0%);
  --section-table-td-color: hsl(0, 0%, 0%);
  --social-link-bg: hsl(0, 0%, 20%);
  --view-mode-button-hover-color: hsl(0, 0%, 0%);
  --view-mode-button-border-color: hsl(0, 0%, 0%);
  --view-mode-bg: hsl(0, 0%, 100%);
  --view-mode-close-icon-color: hsl(0, 0%, 0%);
  --view-mode-title-color: hsl(0, 0%, 0%);
  --view-mode-heading-color: hsl(0, 0%, 0%);
  --view-mode-item-color: hsl(0, 0%, 0%);
  --view-mode-item-border: hsl(0, 0%, 0%);
  --view-mode-reset-bg: hsl(0, 0%, 0%);
  --view-mode-reset-color: hsl(0, 0%, 100%);
  --view-mode-item-active: hsl(0, 0%, 0%);
  --navigation-link-color: hsl(0, 0%, 0%);
  --navigation-link-hover-color: hsl(0, 0%, 0%);
  --navigation-link-bg: hsl(0, 0%, 100%);
  --page-title-color: hsl(0, 0%, 0%);
  --breadcrumb-color: hsl(0, 0%, 0%);
  --breadcrumb-hover-color: hsl(0, 0%, 0%);
}

[data-theme=blue] {
  --clr-body: hsl(208, 100%, 81%);
  --text-color: hsl(210, 88%, 20%);
  --clr-link: hsl(210, 88%, 20%);
  --clr-selection: hsl(208, 100%, 81%);
  --bg-selection: hsl(210, 88%, 20%);
  --header-logo-color: hsl(210, 88%, 20%);
  --header-border-color: hsl(210, 88%, 20%);
  --header-text-color: hsl(210, 88%, 20%);
  --menu-button-hover-color: hsl(210, 88%, 20%);
  --footer-bg: hsl(208, 100%, 81%);
  --footer-text-color: hsl(210, 88%, 20%);
  --footer-link-color: hsl(210, 88%, 20%);
  --footer-bottom-text-color: hsl(210, 88%, 20%);
  --footer-logo-color: hsl(210, 88%, 20%);
  --hero-text-color: hsl(210, 88%, 20%);
  --hero-text-accent: hsl(210, 88%, 20%);
  --hero-border-accent: hsl(210, 88%, 20%);
  --catalog-bg: hsl(208, 100%, 81%);
  --catalog-close-color: hsl(208, 100%, 81%);
  --catalog-border-color: hsl(210, 88%, 20%);
  --catalog-text-color: hsl(210, 88%, 20%);
  --catalog-link-color: hsl(210, 88%, 20%);
  --catalog-counter-color: hsl(210, 88%, 20%);
  --document-item-icon-color: hsl(208, 100%, 81%);
  --document-item-icon-bg: hsl(210, 88%, 20%);
  --document-item-icon-color-inverse: hsl(208, 100%, 81%);
  --document-item-icon-bg-inverse: hsl(210, 88%, 20%);
  --document-item-metadata-color: hsl(210, 88%, 20%);
  --document-tile-border-color: hsl(210, 88%, 20%);
  --document-tile-bg: hsl(208, 100%, 81%);
  --document-tile-metadata-color: hsl(210, 88%, 20%);
  --scroll-to-top-bg: hsl(210, 88%, 20%);
  --scroll-to-top-color: hsl(208, 100%, 81%);
  --bg-section: hsl(208, 100%, 81%);
  --section-table-border-color: hsl(210, 88%, 20%);
  --section-table-th-color: hsl(210, 88%, 20%);
  --section-table-td-color: hsl(210, 88%, 20%);
  --social-link-bg: hsl(210, 88%, 20%);
  --view-mode-button-hover-color: hsl(210, 88%, 20%);
  --view-mode-button-border-color: hsl(210, 88%, 20%);
  --view-mode-bg: hsl(208, 100%, 81%);
  --view-mode-close-icon-color: hsl(210, 88%, 20%);
  --view-mode-title-color: hsl(210, 88%, 20%);
  --view-mode-heading-color: hsl(210, 88%, 20%);
  --view-mode-item-color: hsl(210, 88%, 20%);
  --view-mode-item-border: hsl(210, 88%, 20%);
  --view-mode-reset-bg: hsl(210, 88%, 20%);
  --view-mode-reset-color: hsl(208, 100%, 81%);
  --view-mode-item-active: hsl(210, 88%, 20%);
  --navigation-link-color: hsl(208, 100%, 81%);
  --navigation-link-hover-color: hsl(208, 100%, 81%);
  --navigation-link-bg: hsl(210, 88%, 20%);
  --page-title-color: hsl(210, 88%, 20%);
  --breadcrumb-color: hsl(210, 88%, 20%);
  --breadcrumb-hover-color: hsl(210, 88%, 20%);
}

[data-theme=brown] {
  --clr-body: hsl(53, 67%, 90%);
  --text-color: hsl(28, 32%, 26%);
  --clr-link: hsl(28, 32%, 26%);
  --clr-selection: hsl(53, 67%, 90%);
  --bg-selection: hsl(28, 32%, 26%);
  --header-logo-color: hsl(28, 32%, 26%);
  --header-border-color: hsl(28, 32%, 26%);
  --header-text-color: hsl(28, 32%, 26%);
  --menu-button-hover-color: hsl(28, 32%, 26%);
  --footer-bg: hsl(53, 67%, 90%);
  --footer-text-color: hsl(28, 32%, 26%);
  --footer-link-color: hsl(28, 32%, 26%);
  --footer-bottom-text-color: hsl(28, 32%, 26%);
  --footer-logo-color: hsl(28, 32%, 26%);
  --hero-text-color: hsl(28, 32%, 26%);
  --hero-text-accent: hsl(28, 32%, 26%);
  --hero-border-accent: hsl(28, 32%, 26%);
  --catalog-bg: hsl(53, 67%, 90%);
  --catalog-close-color: hsl(53, 67%, 90%);
  --catalog-border-color: hsl(28, 32%, 26%);
  --catalog-text-color: hsl(28, 32%, 26%);
  --catalog-link-color: hsl(28, 32%, 26%);
  --catalog-counter-color: hsl(28, 32%, 26%);
  --document-item-icon-color: hsl(53, 67%, 90%);
  --document-item-icon-bg: hsl(28, 32%, 26%);
  --document-item-icon-color-inverse: hsl(53, 67%, 90%);
  --document-item-icon-bg-inverse: hsl(28, 32%, 26%);
  --document-item-metadata-color: hsl(28, 32%, 26%);
  --document-tile-border-color: hsl(28, 32%, 26%);
  --document-tile-bg: hsl(53, 67%, 90%);
  --document-tile-metadata-color: hsl(28, 32%, 26%);
  --scroll-to-top-bg: hsl(28, 32%, 26%);
  --scroll-to-top-color: hsl(53, 67%, 90%);
  --bg-section: hsl(53, 67%, 90%);
  --section-table-border-color: hsl(28, 32%, 26%);
  --section-table-th-color: hsl(28, 32%, 26%);
  --section-table-td-color: hsl(28, 32%, 26%);
  --social-link-bg: hsl(28, 32%, 26%);
  --view-mode-button-hover-color: hsl(28, 32%, 26%);
  --view-mode-button-border-color: hsl(28, 32%, 26%);
  --view-mode-bg: hsl(53, 67%, 90%);
  --view-mode-close-icon-color: hsl(28, 32%, 26%);
  --view-mode-title-color: hsl(28, 32%, 26%);
  --view-mode-heading-color: hsl(28, 32%, 26%);
  --view-mode-item-color: hsl(28, 32%, 26%);
  --view-mode-item-border: hsl(28, 32%, 26%);
  --view-mode-reset-bg: hsl(28, 32%, 26%);
  --view-mode-reset-color: hsl(53, 67%, 90%);
  --view-mode-item-active: hsl(28, 32%, 26%);
  --navigation-link-color: hsl(53, 67%, 90%);
  --navigation-link-hover-color: hsl(53, 67%, 90%);
  --navigation-link-bg: hsl(28, 32%, 26%);
  --page-title-color: hsl(28, 32%, 26%);
  --breadcrumb-color: hsl(28, 32%, 26%);
  --breadcrumb-hover-color: hsl(28, 32%, 26%);
}

[data-theme=green] {
  --clr-body: hsl(28, 46%, 16%);
  --text-color: hsl(79, 71%, 54%);
  --clr-link: hsl(79, 71%, 54%);
  --clr-selection: hsl(28, 46%, 16%);
  --bg-selection: hsl(79, 71%, 54%);
  --header-logo-color: hsl(79, 71%, 54%);
  --header-border-color: hsl(79, 71%, 54%);
  --header-text-color: hsl(79, 71%, 54%);
  --menu-button-hover-color: hsl(79, 71%, 54%);
  --footer-bg: hsl(28, 46%, 16%);
  --footer-text-color: hsl(79, 71%, 54%);
  --footer-link-color: hsl(79, 71%, 54%);
  --footer-bottom-text-color: hsl(79, 71%, 54%);
  --footer-logo-color: hsl(79, 71%, 54%);
  --hero-text-color: hsl(79, 71%, 54%);
  --hero-text-accent: hsl(79, 71%, 54%);
  --hero-border-accent: hsl(79, 71%, 54%);
  --catalog-bg: hsl(28, 46%, 16%);
  --catalog-close-color: hsl(28, 46%, 16%);
  --catalog-border-color: hsl(79, 71%, 54%);
  --catalog-text-color: hsl(79, 71%, 54%);
  --catalog-link-color: hsl(79, 71%, 54%);
  --catalog-counter-color: hsl(79, 71%, 54%);
  --document-item-icon-color: hsl(28, 46%, 16%);
  --document-item-icon-bg: hsl(79, 71%, 54%);
  --document-item-icon-color-inverse: hsl(28, 46%, 16%);
  --document-item-icon-bg-inverse: hsl(79, 71%, 54%);
  --document-item-metadata-color: hsl(79, 71%, 54%);
  --document-tile-border-color: hsl(79, 71%, 54%);
  --document-tile-bg: hsl(28, 46%, 16%);
  --document-tile-metadata-color: hsl(79, 71%, 54%);
  --scroll-to-top-bg: hsl(79, 71%, 54%);
  --scroll-to-top-color: hsl(28, 46%, 16%);
  --bg-section: hsl(28, 46%, 16%);
  --section-table-border-color: hsl(79, 71%, 54%);
  --section-table-th-color: hsl(79, 71%, 54%);
  --section-table-td-color: hsl(79, 71%, 54%);
  --social-link-bg: hsl(79, 71%, 54%);
  --view-mode-button-hover-color: hsl(79, 71%, 54%);
  --view-mode-button-border-color: hsl(79, 71%, 54%);
  --view-mode-bg: hsl(28, 46%, 16%);
  --view-mode-close-icon-color: hsl(79, 71%, 54%);
  --view-mode-title-color: hsl(79, 71%, 54%);
  --view-mode-heading-color: hsl(79, 71%, 54%);
  --view-mode-item-color: hsl(79, 71%, 54%);
  --view-mode-item-border: hsl(79, 71%, 54%);
  --view-mode-reset-bg: hsl(79, 71%, 54%);
  --view-mode-reset-color: hsl(28, 46%, 16%);
  --view-mode-item-active: hsl(79, 71%, 54%);
  --navigation-link-color: hsl(28, 46%, 16%);
  --navigation-link-hover-color: hsl(28, 46%, 16%);
  --navigation-link-bg: hsl(79, 71%, 54%);
  --page-title-color: hsl(79, 71%, 54%);
  --breadcrumb-color: hsl(79, 71%, 54%);
  --breadcrumb-hover-color: hsl(79, 71%, 54%);
}

@media screen and (max-width: 65em) {
  :root {
    --fs-heading-100: 2rem;
    --fs-heading-200: 1.5rem;
    --fs-heading-300: 1.3125rem;
    --fs-heading-400: 1.125rem;
    --fs-heading-500: 1rem;
    --fs-heading-600: 1rem;
  }
}
.svg-close-dims {
  width: 14px;
  height: 14px;
}

.svg-email-dims {
  width: 14px;
  height: 14px;
}

.svg-link-dims {
  width: 16px;
  height: 16px;
}

.svg-pdf-dims {
  width: 35px;
  height: 35px;
}

.svg-phone-dims {
  width: 14px;
  height: 14px;
}

.svg-top-dims {
  width: 27px;
  height: 15px;
}

.svg-word-dims {
  width: 35px;
  height: 35px;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  color: var(--clr-link);
  text-decoration: none;
  transition: color 0.3s;
}

@media (hover: hover) and (pointer: fine) {
  a:hover {
    color: color-mix(in hsl, var(--clr-link) 100%, hsl(0, 0%, 0%) 20%);
  }
}
[data-theme=light] a,
[data-theme=dark] a,
[data-theme=brown] a,
[data-theme=green] a,
[data-theme=blue] a {
  text-decoration: underline;
}

@media (hover: hover) and (pointer: fine) {
  [data-theme=light] a:hover,
  [data-theme=dark] a:hover,
  [data-theme=brown] a:hover,
  [data-theme=green] a:hover,
  [data-theme=blue] a:hover {
    text-decoration: underline;
  }
}
a:active,
a:hover {
  outline-width: 0;
}

a:focus {
  color: color-mix(in hsl, var(--clr-link) 100%, hsl(0, 0%, 0%) 20%);
  text-decoration: underline;
}

article {
  display: block;
}

audio {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

canvas {
  display: inline-block;
  vertical-align: baseline;
}

pre, code, kbd, samp {
  font-family: "Courier New", courier, monospace, serif;
  line-height: 1;
}

pre {
  margin-bottom: var(--vr);
  white-space: pre-wrap;
  word-wrap: break-word;
}

details {
  display: block;
}

summary {
  display: block;
}

figcaption {
  color: var(--clr-figcaption);
  display: block;
  font-size: var(--fs-figcaption);
  line-height: 1;
  margin-block: calc(var(--vr) / 2);
}

figure {
  display: block;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  color: var(--clr-neutral-black);
  margin-bottom: 1.875em;
  margin-top: 3.75em;
}

h1 {
  font-size: var(--fs-heading-100);
  line-height: 1;
}

h2 {
  font-size: var(--fs-heading-200);
  line-height: 1.2;
}

h3 {
  font-size: var(--fs-heading-300);
  line-height: 1.2;
}

h4 {
  font-size: var(--fs-heading-400);
  line-height: 1.2;
}

h5 {
  font-size: var(--fs-heading-500);
  line-height: 1.2;
}

h6 {
  font-size: var(--fs-heading-600);
  line-height: 1.2;
}

hr {
  box-sizing: content-box;
  height: 1px;
  overflow: visible;
}

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

svg:not(:root) {
  overflow: hidden;
}

li ul,
li ol {
  margin: 0 var(--vr);
}

ul, ol {
  padding: 0;
  margin: 1.625rem 0;
}

li {
  font-family: var(--ff-secondary);
  font-weight: 500;
  line-height: 160%;
}

ul {
  list-style-type: none;
}

ol {
  list-style-type: decimal;
}

dl {
  margin: 0 0 var(--vr) 0;
}

dl dt {
  font-weight: bold;
}

dd {
  margin-inline-start: var(--vr);
}

li p,
li ul,
li ol {
  margin-top: 0;
  margin-bottom: 0;
}

nav {
  display: block;
}

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  body {
    font-size: 11pt;
    line-height: 1.3;
  }
  main, article {
    /*
      * Don't show links that are fragment identifiers,
      * or use the `javascript:` pseudo protocol
      */
    /*
      * Printing Tables:
      * http://css-discuss.incutio.com/wiki/Printing_Tables
      */
  }
  main a,
  main a:visited, article a,
  article a:visited {
    text-decoration: underline;
  }
  main a[href]:after, article a[href]:after {
    content: " (" attr(href) ")";
  }
  main abbr[title]:after, article abbr[title]:after {
    content: " (" attr(title) ")";
  }
  main a[href^="#"]:after,
  main a[href^="javascript:"]:after, article a[href^="#"]:after,
  article a[href^="javascript:"]:after {
    content: "";
  }
  main pre,
  main blockquote, article pre,
  article blockquote {
    page-break-inside: avoid;
  }
  main thead, article thead {
    display: table-header-group;
  }
  main tr,
  main img, article tr,
  article img {
    page-break-inside: avoid;
  }
  main p,
  main h2,
  main h3, article p,
  article h2,
  article h3 {
    orphans: 3;
    widows: 3;
  }
  main h2,
  main h3, article h2,
  article h3 {
    page-break-after: avoid;
  }
}
progress {
  display: inline-block;
  vertical-align: baseline;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

blockquote {
  margin: var(--vr);
  color: var(--clr-blockquote);
  font-style: italic;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  margin-bottom: var(--vr);
  width: 100%;
}

table, td, th {
  vertical-align: middle;
}

thead th {
  border-bottom: 1px solid;
}

th, td, caption {
  text-align: left;
  font-weight: 400;
  padding: 4px 10px 4px 5px;
}

th {
  font-weight: 700;
}

tr.even td {
  background: hsla(0, 0%, 0%, 0.05);
}

tfoot {
  font-style: italic;
}

caption {
  font-size: var(--fs-small);
  text-transform: uppercase;
  border-bottom: 1px solid;
}

[hidden],
template {
  display: none;
}

small {
  font-size: var(--fs-small);
}

p {
  margin-block: var(--vr);
}

b, strong {
  font-weight: bold;
}

em, dfn, i {
  font-style: italic;
}

dfn {
  font-weight: bold;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

abbr {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

address {
  margin-bottom: var(--vr);
  font-style: italic;
}

del {
  color: var(--clr-del);
  text-decoration: line-through;
}

mark {
  background: var(--bg-mark);
  color: var(--clr-mark);
}

s {
  text-decoration: line-through;
}

u {
  text-decoration: underline;
}

ins {
  text-decoration: underline;
}

::selection {
  background: var(--bg-selection);
  color: var(--clr-selection);
  text-shadow: none;
}

video {
  display: inline-block;
  vertical-align: baseline;
}

.uk-input[type=number]::-webkit-inner-spin-button,
.uk-input[type=number]::-webkit-outer-spin-button,
.uk-input[type=search]::-webkit-search-cancel-button,
.uk-input[type=search]::-webkit-search-decoration,
.uk-select:not([multiple]):not([size]),
.uk-radio,
.uk-checkbox,
.uk-file,
.uk-input,
.uk-textarea,
.uk-select {
  appearance: none;
  transition: all 0.3s ease;
}

.uk-input,
.uk-textarea,
.uk-select,
.uk-legend,
.uk-file {
  font-family: inherit;
  width: 100%;
  max-width: 100%;
}

.uk-input,
.uk-textarea,
.uk-select {
  background: var(--clr-neutral-white);
  border: 1px solid var(--clr-neutral-black);
  border-radius: 0;
  color: var(--clr-neutral-black);
  font-size: var(--fs-400);
  padding-inline: 12px;
}

.uk-input,
.uk-select {
  height: 40px;
}

.uk-input,
.uk-select:not([multiple]):not([size]),
.uk-radio,
.uk-checkbox,
.checkbox-label,
.radio-label {
  vertical-align: middle;
}

.uk-input {
  overflow: visible;
}

.uk-input[type=number]::-webkit-inner-spin-button,
.uk-input[type=number]::-webkit-outer-spin-button {
  margin: 0;
  height: auto;
}

.uk-input::-moz-placeholder {
  opacity: 1;
}

.uk-input {
  display: inline-block;
}

.uk-textarea {
  overflow: auto;
  resize: none;
}

.uk-textarea::-moz-placeholder {
  opacity: 1;
}

.uk-textarea {
  padding-block: 12px;
}

.uk-select {
  text-transform: none;
}

.uk-select optgroup {
  font: inherit;
  font-weight: bold;
}

.uk-select:not([multiple]):not([size]) {
  display: inline-block;
}

.uk-select[multiple],
.uk-select[size] {
  padding-block: 1.5px;
  vertical-align: top;
}

.uk-select[multiple],
.uk-select[size] {
  resize: vertical;
}

.uk-select:not([multiple]):not([size]) {
  padding-right: 36px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDE1IDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGlkPSJWZWN0b3IgMiIgZD0iTTEgMUw3LjY3NTY4IDdMMTQgMSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIi8+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  background-position: calc(100% - 13px) center;
  background-size: 10px 9px;
}

.uk-select:not([multiple]):not([size])::-ms-expand {
  display: none;
}

.uk-select:not([multiple]):not([size]) option {
  color: var(--clr-neutral-black);
}

.uk-select:not([multiple]):not([size]):disabled {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDE1IDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGlkPSJWZWN0b3IgMiIgZD0iTTEgMUw3LjY3NTY4IDdMMTQgMSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIi8+Cjwvc3ZnPgo=");
}

.uk-input[list] {
  padding-right: 12px;
  background-repeat: no-repeat;
  background-position: 100% 50%;
}

.uk-input[list]:hover,
.uk-input[list]:focus {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%2012%208%206%2016%206%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.uk-input[list]::-webkit-calendar-picker-indicator {
  display: none;
}

.uk-select:focus {
  color: var(--clr-neutral-black);
}

.uk-input:focus,
.uk-textarea:focus {
  background-color: var(--clr-neutral-white);
  color: var(--clr-neutral-black);
  border-color: var(--clr-neutral-black);
}

.uk-input:focus-visible,
.uk-textarea:focus-visible,
.uk-select:focus-visible {
  outline: none;
}

.uk-input:disabled,
.uk-select:disabled,
.uk-textarea:disabled {
  background-color: color-mix(in srgb, var(--clr-neutral-white) 100%, #fff 80%);
  color: color-mix(in srgb, var(--clr-neutral-black) 100%, #fff 80%);
  border-color: color-mix(in srgb, var(--clr-neutral-black) 100%, #fff 80%);
}

.uk-input::-ms-input-placeholder,
.uk-textarea::-ms-input-placeholder {
  color: color-mix(in srgb, var(--clr-neutral-black) 100%, #fff 60%) !important;
}

.uk-input::placeholder,
.uk-textarea::placeholder {
  color: color-mix(in srgb, var(--clr-neutral-black) 100%, #fff 60%);
}

.uk-form-danger,
.uk-form-danger:focus {
  color: red;
  border-color: red;
}

.uk-form-success,
.uk-form-success:focus {
  color: green;
  border-color: green;
}

.uk-form-warning,
.uk-form-warning:focus {
  color: orange;
  border-color: orange;
}

.uk-radio {
  display: inline-block;
  height: 20px;
  width: 20px;
  background-color: var(--clr-neutral-white);
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid var(--clr-neutral-black);
  border-radius: 50%;
  position: relative;
  margin: 0;
}

.uk-radio::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
  display: block;
  background-color: transparent;
}

.uk-radio:focus {
  outline: none;
  background-color: var(--clr-neutral-white);
  border-color: color-mix(in srgb, var(--clr-neutral-black) 100%, #000 30%);
}

.uk-radio:focus::before {
  background-color: color-mix(in srgb, var(--clr-neutral-black) 100%, #000 30%);
}

.uk-radio:checked {
  background-color: var(--clr-neutral-white);
  border-color: color-mix(in srgb, var(--clr-neutral-black) 100%, #000 30%);
}

.uk-radio:checked::before {
  background-color: color-mix(in srgb, var(--clr-neutral-black) 100%, #000 30%);
}

.uk-radio:disabled {
  background-color: color-mix(in srgb, var(--clr-neutral-white) 100%, #fff 10%);
  border-color: color-mix(in srgb, var(--clr-neutral-black) 100%, #fff 10%);
}

.uk-checkbox {
  display: inline-block;
  height: 20px;
  width: 20px;
  background-color: var(--clr-neutral-white);
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid var(--clr-neutral-black);
  border-radius: 0;
  margin: 0;
}

.uk-checkbox:focus {
  outline: none;
  border-color: color-mix(in srgb, var(--clr-neutral-black) 100%, #000 30%);
}

.uk-checkbox:checked,
.uk-checkbox:indeterminate {
  background-color: var(--clr-neutral-white);
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI3LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9ItCh0LvQvtC5XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSIxMnB4IiBoZWlnaHQ9IjExcHgiIHZpZXdCb3g9IjAgMCAxMiAxMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTIgMTE7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDpub25lO3N0cm9rZTojMDAwMDAwO3N0cm9rZS13aWR0aDoyO3N0cm9rZS1saW5lY2FwOnJvdW5kO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTEsNS41TDQuOSw5TDExLDEiLz4KPC9zdmc+Cg==");
  background-size: 10px 9px;
}

.uk-checkbox:disabled {
  background-color: color-mix(in srgb, var(--clr-neutral-white) 100%, #fff 10%);
  border-color: color-mix(in srgb, var(--clr-neutral-black) 100%, #fff 10%);
}

.uk-checkbox:disabled:checked,
.uk-checkbox:disabled:indeterminate {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI3LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9ItCh0LvQvtC5XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSIxMnB4IiBoZWlnaHQ9IjExcHgiIHZpZXdCb3g9IjAgMCAxMiAxMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTIgMTE7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDpub25lO3N0cm9rZTojMDAwMDAwO3N0cm9rZS13aWR0aDoyO3N0cm9rZS1saW5lY2FwOnJvdW5kO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTEsNS41TDQuOSw5TDExLDEiLz4KPC9zdmc+Cg==");
  background-size: 10px 9px;
}

.uk-fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

.uk-legend {
  color: inherit;
  padding: 0;
  font-size: 24px;
  line-height: 1.4;
}

.uk-form-label {
  display: block;
  font-weight: 400;
  font-size: var(--fs-400);
  line-height: 1;
  color: var(--clr-neutral-black);
  margin-bottom: 0.5em;
}

.checkbox-label,
.radio-label {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: var(--clr-neutral-black);
  display: inline-flex;
  align-items: flex-start;
  column-gap: 12px;
  margin-top: 12px;
  cursor: pointer;
}

.uk-form-icon {
  position: absolute;
  top: 14px;
  left: 0;
  width: 60px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--clr-neutral-black);
}

.uk-form-icon:hover {
  color: var(--clr-neutral-black);
}

.uk-form-icon:not(a):not(button):not(input) {
  pointer-events: none;
}

.uk-form-icon:not(.uk-form-icon-flip) ~ .uk-input {
  padding-left: 60px !important;
}

.uk-form-icon-flip {
  right: 0;
  left: auto;
}

.uk-form-icon-flip ~ .uk-input {
  padding-right: 60px !important;
}

.uk-form-group {
  margin-bottom: 12px;
}

.uk-form-group:last-child {
  margin-bottom: 0;
}

.uk-form-flex {
  display: flex;
  gap: 10px;
}

.uk-form-flex > * {
  flex-grow: 1;
  flex-basis: 0%;
}

.social {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 12px;
}

.social__item {
  flex-shrink: 0;
}

.social__item:not(li:last-child) {
  margin-bottom: 0;
}

.social__link {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--social-link-bg);
  transition: background-color 0.3s;
}

@media (hover: hover) and (pointer: fine) {
  .social__link:hover {
    background-color: color-mix(in srgb, var(--social-link-bg) 100%, #fff 15%);
  }
}
.view-mode-button {
  display: flex;
  align-items: center;
  column-gap: 15px;
  cursor: pointer;
  border: 0;
  height: inherit;
  background-color: transparent;
  padding: 0;
}

@media (hover: hover) and (pointer: fine) {
  .view-mode-button:hover .view-mode-button__icon svg,
  .view-mode-button:hover .view-mode-button__text {
    color: var(--view-mode-button-hover-color);
  }
}
.vide-mode-button--header {
  border-left: 1px solid var(--view-mode-button-border-color);
  padding-left: 40px;
}

@media screen and (max-width: 65em) {
  .vide-mode-button--header {
    padding-left: 15px;
  }
}
.view-mode-button__icon {
  flex: 0 0 41px;
  width: 41px;
}

.view-mode-button__icon svg {
  color: var(--text-color);
  transition: color 0.3s;
}

.view-mode-button__text {
  font-size: 1rem;
  font-weight: 500;
  color: var(--text-color);
  text-align: left;
  transition: color 0.3s;
}

@media screen and (max-width: 65em) {
  .view-mode-button__text {
    display: none;
  }
}
.section {
  padding-block: 80px;
}

@media screen and (max-width: 65em) {
  .section {
    padding-block: 40px;
  }
}
.section--inverse {
  background-color: var(--bg-section);
}

.section__title {
  margin-block: 0;
  margin-bottom: 1.4em;
}

.section-table__row {
  display: grid;
  grid-template-columns: calc(33.3333333333% - 15px) 1fr;
  column-gap: 30px;
}

@media screen and (max-width: 75em) {
  .section-table__row {
    grid-template-columns: calc(40% - 15px) 1fr;
  }
}
@media screen and (max-width: 50em) {
  .section-table__row {
    grid-template-columns: 1fr;
  }
}
.section-table__th,
.section-table__td {
  border-top: 1px solid var(--section-table-border-color);
  padding-block: 12px 30px;
}

@media screen and (max-width: 36em) {
  .section-table__th,
  .section-table__td {
    padding-block: 12px;
  }
}
.section-table__th {
  color: var(--section-table-th-color);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media screen and (max-width: 92em) {
  .section-table__th {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 75em) {
  .section-table__th {
    font-size: 1rem;
  }
}
.section-table__td {
  color: var(--section-table-td-color);
  font-family: var(--ff-secondary);
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}

@media screen and (max-width: 75em) {
  .section-table__td {
    font-size: 0.875rem;
  }
}
.section-table__td p:first-child, .section-table__td h3:first-child, .section-table__td h4:first-child {
  margin-top: 0;
}

.section-table__td p:last-child, .section-table__td h3:last-child, .section-table__td h4:last-child {
  margin-bottom: 0;
}

.section-table__td li {
  position: relative;
  padding-left: 1.875em;
}

.section-table__td li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.875em;
  width: 0.9375em;
  height: 1px;
  display: block;
  background-color: var(--text-color);
}

.section-table__td li:not(.section-table__td li:last-child) {
  margin-bottom: 1.625rem;
}

.document-item {
  display: flex;
  column-gap: 12px;
}

.document-item:not(:last-child) {
  margin-bottom: var(--vr);
}

.document-item__icon {
  flex: 0 0 2rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: var(--document-item-icon-bg);
  top: -0.125rem;
}

.document-item__icon svg {
  width: 1rem;
  height: 1rem;
  color: var(--document-item-icon-color);
}

.section--inverse .document-item__icon {
  background-color: var(--document-item-icon-bg-inverse);
}

.section--inverse .document-item__icon svg {
  color: var(--document-item-icon-color-inverse);
}

.document-item__link {
  font-family: var(--ff-secondary);
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  transition: color 0.3s;
}

@media screen and (max-width: 75em) {
  .document-item__link {
    font-size: 0.875rem;
  }
}
a.document-item__link {
  text-decoration: underline;
}

.document-item__metadata {
  color: var(--document-item-metadata-color);
  font-family: var(--ff-secondary);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}

@media screen and (max-width: 75em) {
  .document-item__metadata {
    font-size: 0.75rem;
  }
}
.catalog {
  width: 100%;
  height: calc(100dvh - 4.5rem);
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  z-index: 999;
  pointer-events: none;
}

.catalog--open {
  pointer-events: all;
  transition-property: visibility;
  transition-duration: 0;
  transition-delay: 0.55s;
}

.catalog--open .catalog__content {
  transform: translateX(0);
}

.catalog--open .catalog__overlay,
.catalog--open .catalog__close {
  opacity: 1;
}

.catalog__content {
  padding: 36px 20% 36px 60px;
  background-color: var(--catalog-bg);
  width: calc(100% - 297px - 40px);
  height: inherit;
  overflow-y: auto;
  position: relative;
  z-index: 1;
  transform: translateX(-100%);
  transition: transform 0.5s;
}

@media screen and (max-width: 92em) {
  .catalog__content {
    padding: 36px 60px;
  }
}
@media screen and (max-width: 65em) {
  .catalog__content {
    width: 100%;
    padding: 36px 15px;
  }
}
.catalog__close {
  position: absolute;
  z-index: 1;
  top: 40px;
  right: 40px;
  padding: 0;
  border: none;
  background-color: transparent;
  display: flex;
  align-items: center;
  column-gap: 6px;
  color: var(--catalog-close-color);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  text-transform: uppercase;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.5s;
}

@media screen and (max-width: 65em) {
  .catalog__close {
    display: none;
  }
}
.catalog__close-icon {
  color: var(--catalog-close-color);
}

.catalog__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 0%, 0.53);
  z-index: 0;
  opacity: 0;
  transition: opacity 0.5s;
}

.catalog__title {
  color: var(--catalog-text-color);
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  text-transform: uppercase;
}

.catalog__list-item {
  border-top: 1px solid var(--catalog-border-color);
  counter-increment: item;
}

.catalog__list-item:not(.catalog__list-item:last-child) {
  margin-bottom: 0;
}

.catalog__list-link {
  display: block;
  color: var(--catalog-link-color);
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  padding-block: 14px 36px;
  padding-left: 1.875rem;
  position: relative;
  transition: color 0.3s ease;
}

@media screen and (max-width: 75em) {
  .catalog__list-link {
    font-size: 0.875rem;
    padding-block: 14px 24px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .catalog__list-link:hover {
    color: var(--clr-link);
    text-decoration: none;
  }
}
.catalog__list-link::before {
  content: counter(item, decimal-leading-zero) ".";
  color: var(--catalog-counter-color);
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  position: absolute;
  left: 0;
}

@media screen and (max-width: 75em) {
  .catalog__list-link::before {
    font-size: 0.875rem;
  }
}
.scroll-to-top {
  position: fixed;
  bottom: 70px;
  right: 20px;
  display: none; /* Скрыта по умолчанию */
  padding: 0.71em 1.07em;
  font-size: 0.875rem;
  background-color: var(--scroll-to-top-bg);
  color: var(--scroll-to-top-color);
  border: none;
  border-radius: 5px;
  cursor: pointer;
  z-index: 1000;
  transition: background-color 0.3s ease;
}

@media (hover: hover) and (pointer: fine) {
  .scroll-to-top:hover {
    background-color: color-mix(in hsl shorter hue, var(--scroll-to-top-bg) 100%, hsl(0, 0%, 0%) 10%);
  }
}
@media screen and (max-width: 65em) {
  .scroll-to-top {
    bottom: 20px;
  }
}
.scroll-to-top.show {
  display: block; /* Показать кнопку при определённых условиях */
}

.view-mode {
  background-color: var(--view-mode-bg);
  padding: 30px 35px;
  position: fixed;
  top: 5rem;
  bottom: 5rem;
  right: 10px;
  left: 10px;
  margin: auto;
  z-index: 9999;
  max-width: 600px;
  max-height: fit-content;
  height: calc(100% - 20px);
  overflow-y: auto;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.view-mode.hidden {
  display: none;
}

.view-mode__close {
  position: absolute;
  top: 15px;
  right: 15px;
  color: var(--view-mode-close-icon-color);
  padding: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.view-mode__close-icon {
  width: 0.875rem;
  height: 0.875rem;
}

.view-mode__title {
  color: var(--view-mode-title-color);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
}

.view-mode__heading {
  color: var(--view-mode-heading-color);
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0.75em;
}

.view-mode__heading:not(:first-child) {
  margin-top: 1.875em;
}

.view-mode__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.view-mode__item {
  color: var(--view-mode-item-color);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 10px 20px;
  border: 1px solid var(--view-mode-item-border);
  background-color: transparent;
  cursor: pointer;
}

.view-mode__reset {
  margin-top: 50px;
  width: 100%;
  padding: 12px 20px;
  font-size: 1rem;
  background-color: var(--view-mode-reset-bg);
  color: var(--view-mode-reset-color);
  border-radius: 4px;
  border: none;
  transition: background-color 0.3s;
  cursor: pointer;
}

@media (hover: hover) and (pointer: fine) {
  .view-mode__reset:hover {
    background-color: color-mix(in srgb, var(--view-mode-reset-bg) 100%, #000 10%);
  }
}
.view-mode__item--active {
  outline: double thick var(--view-mode-item-active);
}

.view-mode__item--light {
  color: #000;
  background-color: #fff;
  border-color: #000;
}

.view-mode__item--dark {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.view-mode__item--dark {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.view-mode__item--blue {
  color: hsl(210, 88%, 20%);
  background-color: hsl(208, 100%, 81%);
  border-color: hsl(208, 100%, 81%);
}

.view-mode__item--brown {
  color: hsl(28, 32%, 26%);
  background-color: hsl(53, 67%, 90%);
  border-color: hsl(53, 67%, 90%);
}

.view-mode__item--green {
  color: hsl(79, 71%, 54%);
  background-color: hsl(28, 46%, 16%);
  border-color: hsl(28, 46%, 16%);
}

.breadcrumb {
  margin-bottom: 15px;
}

@media screen and (max-width: 65em) {
  .breadcrumb {
    margin-bottom: 5px;
  }
}
.breadcrumb__ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
  width: fit-content;
}

@media screen and (max-width: 65em) {
  .breadcrumb__ul {
    flex-wrap: nowrap;
  }
}
.breadcrumb__ul span {
  display: block;
  color: var(--breadcrumb-color);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
  transition: color 0.3s ease;
}

.breadcrumb__li {
  outline: none;
  display: inline-block;
  word-break: break-word;
}

@media screen and (max-width: 65em) {
  .breadcrumb__li {
    white-space: nowrap;
  }
}
.breadcrumb__li:not(:last-child) {
  margin-right: 5px;
}

.breadcrumb__link {
  display: block;
  text-decoration: none;
  font-size: 0.75rem;
}

.breadcrumb__link span {
  color: var(--breadcrumb-color);
  transition: color 0.3s ease;
}

.breadcrumb__link:is(:hover, :focus) span {
  color: var(--breadcrumb-hover-color);
}

.sidebar-menu {
  margin: 0;
  padding: 0;
}

.sidebar-menu__item {
  line-height: 1;
  font-size: 0;
}

.sidebar-menu__item:not(:last-child) {
  margin-bottom: 1rem;
}

.sidebar-menu__link {
  display: inline-block;
  color: var(--catalog-link-color);
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
  transition: color 0.3s ease;
}

@media screen and (max-width: 75em) {
  .sidebar-menu__link {
    font-size: 0.875rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .sidebar-menu__link:hover {
    color: var(--clr-link);
    text-decoration: none;
  }
}
.sidebar-menu__link--active {
  color: var(--clr-link);
}

.header {
  height: 4.5rem;
  border-bottom: 1px solid var(--header-border-color);
  display: flex;
  align-items: center;
  padding-inline: 40px;
  position: relative;
}

@media screen and (max-width: 65em) {
  .header {
    padding-inline: 15px;
  }
}
.header__logo,
.header__catalog,
.header__view-mode {
  height: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 65em) {
  .header__logo {
    padding-right: 40px;
    border-right: 1px solid var(--header-border-color);
  }
}
@media screen and (max-width: 65em) {
  .header__catalog {
    margin-left: auto;
  }
}
@media screen and (min-width: 65em) {
  .header__view-mode {
    margin-left: auto;
  }
}
.menu-button {
  display: flex;
  align-items: center;
  column-gap: 15px;
  cursor: pointer;
  height: inherit;
  border: 0;
  background-color: transparent;
  padding-inline: 40px;
}

@media screen and (min-width: 65em) {
  .menu-button {
    display: none;
    border-right: 1px solid var(--header-border-color);
  }
}
@media screen and (max-width: 65em) {
  .menu-button {
    padding-inline: 20px;
    border-left: 1px solid var(--header-border-color);
  }
}
@media (hover: hover) and (pointer: fine) {
  .menu-button:hover .menu-button__text {
    color: var(--menu-button-hover-color);
  }
  .menu-button:hover .menu-button__icon span::before,
  .menu-button:hover .menu-button__icon span::after {
    background-color: var(--menu-button-hover-color);
  }
}
.menu-button--active .menu-button__icon span:nth-of-type(1)::before {
  transform: rotate(45deg) translate(2px, 2px);
  transform-origin: center right;
}

.menu-button--active .menu-button__icon span:nth-of-type(1)::after {
  transform: rotate(-45deg) translate(-2px, 2px);
  transform-origin: center left;
}

.menu-button--active .menu-button__icon span:nth-of-type(2)::before {
  transform: rotate(-45deg) translate(2px, -2px);
  transform-origin: center right;
}

.menu-button--active .menu-button__icon span:nth-of-type(2)::after {
  transform: rotate(45deg) translate(-2px, -2px);
  transform-origin: center left;
}

.menu-button__icon {
  width: 30px;
  height: 8px;
  position: relative;
}

.menu-button__icon span {
  position: absolute;
  display: block;
  width: 30px;
  height: 2px;
}

.menu-button__icon span::before, .menu-button__icon span::after {
  content: "";
  width: 15px;
  height: 2px;
  display: block;
  background-color: var(--header-text-color);
  position: absolute;
  transform: rotate(0deg) translate(0);
  transform-origin: center;
  transition-property: transform, transform-origin, background-color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}

.menu-button__icon span::before {
  left: 0;
}

.menu-button__icon span::after {
  right: 0;
}

.menu-button__icon span:nth-of-type(1) {
  top: 0;
  left: 0;
}

.menu-button__icon span:nth-of-type(2) {
  bottom: 0;
  left: 0;
}

.menu-button__text {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--header-text-color);
  text-transform: uppercase;
  text-align: left;
  transition: color 0.3s;
}

@media screen and (max-width: 65em) {
  .menu-button__text {
    display: none;
  }
}
.logo__image {
  color: var(--text-color);
}

.footer__first-floor {
  display: grid;
  grid-template-columns: 0.55fr 1fr;
  grid-template-areas: "footerLogo footerMenu" "footerSocial footerMenu";
  column-gap: 40px;
  padding: 45px 40px 40px;
  background-color: var(--footer-bg);
  min-height: 445px;
}

@media screen and (max-width: 65em) {
  .footer__first-floor {
    grid-template-columns: 1fr;
    grid-template-areas: "footerLogo" "footerMenu" "footerSocial";
    row-gap: 40px;
    padding: 45px 15px 40px;
  }
}
.footer__logo {
  grid-area: footerLogo;
}

@media screen and (max-width: 65em) {
  .footer__logo {
    justify-self: center;
  }
}
.footer__social {
  grid-area: footerSocial;
  align-self: end;
}

@media screen and (max-width: 65em) {
  .footer__social {
    justify-self: center;
  }
  .footer__social .social {
    justify-content: center;
  }
}
.footer__social-text {
  color: var(--footer-text-color);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 20px;
  max-width: 40ch;
}

@media screen and (max-width: 65em) {
  .footer__social-text {
    text-align: center;
  }
}
.footer__menu {
  grid-area: footerMenu;
}

.footer-menu {
  columns: 2;
  column-gap: 90px;
  list-style: none;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 65em) {
  .footer-menu {
    columns: 1;
    justify-self: center;
  }
}
.footer-menu__item:not(:last-child) {
  margin-bottom: 14px;
}

.footer-menu__link {
  color: var(--footer-link-color);
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}

@media (hover: hover) and (pointer: fine) {
  .footer-menu__link:hover {
    color: var(--clr-link);
  }
}
.footer__second-floor {
  padding-inline: 40px;
  display: grid;
  grid-template-columns: 0.55fr 1fr;
  column-gap: 40px;
  align-items: center;
  height: 60px;
}

@media screen and (max-width: 65em) {
  .footer__second-floor {
    grid-template-columns: 1fr;
    height: auto;
    justify-content: center;
    padding-block: 20px;
  }
}
.footer__second-floor-column {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 65em) {
  .footer__second-floor-column {
    flex-direction: column;
    row-gap: 10px;
  }
}
.footer__copyright {
  color: var(--footer-bottom-text-color);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

@media screen and (max-width: 65em) {
  .footer__copyright {
    text-align: center;
  }
}
.site-map-link {
  color: var(--footer-bottom-text-color);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: underline;
}

.footer-logo {
  color: var(--footer-logo-color);
}

@media screen and (max-width: 65em) {
  .footer-logo {
    max-width: 250px;
  }
}
.hero {
  position: relative;
  width: 100%;
  min-height: calc(100dvh - 4.5rem);
}

.hero__cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.hero__cover video, .hero__cover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}

.hero__content {
  position: relative;
  min-height: inherit;
  z-index: 1;
}

.hero__content .container {
  min-height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hero__header {
  display: grid;
  grid-template-columns: 23% 1fr;
  grid-template-areas: "heroSubtitle heroSubtitle" "heroTitle1 heroTitle1" "heroCompany heroTitle2";
  padding-block: clamp(1.875rem, 1.339rem + 2.679vw, 3.75rem) clamp(0.938rem, 0.67rem + 1.339vw, 1.875rem);
  font-size: 16px;
  margin-block: auto;
}

.hero__subtitle {
  grid-area: heroSubtitle;
  color: var(--hero-text-color);
  font-size: clamp(1.25em, 1.036rem + 1.071vw, 2em);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: clamp(0.25em, -0.25em + 2.5vw, 2em);
}

.hero__title-el-1,
.hero__title-el-2 {
  font-size: clamp(3.625em, 1.268em + 11.786vw, 11.875em);
  font-style: normal;
  font-weight: 500;
  line-height: 0.8;
  text-transform: uppercase;
  margin-block: 0;
}

.hero__title-el-1 {
  grid-area: heroTitle1;
  color: var(--hero-text-color);
}

.hero__title-el-2 {
  grid-area: heroTitle2;
  background: linear-gradient(90deg, #FFF 0%, #5DAEA3 100%);
  background-clip: text;
  color: transparent;
}

.hero__company {
  grid-area: heroCompany;
  color: var(--hero-text-accent);
  font-size: clamp(0.375rem, 0.196rem + 0.893vw, 1rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-block: 1em 0;
  max-width: 20ch;
}

.hero__director {
  display: grid;
  grid-template-columns: 1fr 25rem;
}

@media screen and (max-width: 65em) {
  .hero__director {
    grid-template-columns: 1fr 50%;
  }
}
@media screen and (max-width: 50em) {
  .hero__director {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
}
@media screen and (max-width: 36em) {
  .hero__director {
    row-gap: 20px;
  }
}
.hero__director-media {
  display: flex;
  justify-content: flex-end;
  position: relative;
}

.hero__director-photo {
  align-self: end;
}

.hero__director-sign {
  position: absolute;
  bottom: 20%;
  left: 2%;
}

@media screen and (max-width: 65em) {
  .hero__director-sign {
    bottom: 2%;
    left: -10px;
    max-width: 50%;
  }
}
.hero__director-content {
  padding: 0 24px 35px 35px;
}

@media screen and (max-width: 65em) {
  .hero__director-content {
    justify-self: end;
  }
}
@media screen and (max-width: 50em) {
  .hero__director-content {
    padding: 0 0 35px 0;
  }
}
.hero__director-name {
  color: var(--hero-text-color);
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 35.2px */
  margin-bottom: 30px;
}

@media screen and (max-width: 65em) {
  .hero__director-name {
    font-size: 1.625rem;
    margin-bottom: 0.769em;
  }
}
.hero__director-position {
  color: var(--hero-text-accent);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
  padding-block: 0.5em;
  border-block: 1px solid var(--hero-border-accent);
  margin-bottom: 3.92em;
}

@media screen and (max-width: 65em) {
  .hero__director-position {
    margin-bottom: 2.5em;
  }
}
.hero__director-cite {
  color: var(--hero-text-color);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 25.2px */
  position: relative;
}

@media screen and (max-width: 65em) {
  .hero__director-cite {
    font-size: 1rem;
  }
}
@media screen and (max-width: 50em) {
  .hero__director-cite {
    margin-left: 2.18em;
  }
}
.hero__director-cite::before {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDIiIGhlaWdodD0iMzciIHZpZXdCb3g9IjAgMCA0MiAzNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuNTUyMDAxIDM2LjU1MlYyMC44MDhDMC41NTIwMDEgMTUuNDMyIDIuMDg4IDEwLjk1MiA1LjI4OCA3LjI0QzguMzYgMy41Mjc5OSAxMi4yIDEuMjI0IDE2LjY4IDAuMzI3OTk1VjcuNjIzOTlDMTEuNDMyIDkuNjcyIDguODcyIDEzLjc2OCA4Ljg3MiAyMC4xNjhIMTYuNjhWMzYuNTUySDAuNTUyMDAxWk0yNS43NjggMzYuNTUyVjIwLjgwOEMyNS43NjggMTUuNDMyIDI3LjMwNCAxMC45NTIgMzAuNTA0IDcuMjRDMzMuNTc2IDMuNTI3OTkgMzcuNDE2IDEuMjI0IDQxLjg5NiAwLjMyNzk5NVY3LjYyMzk5QzM2LjY0OCA5LjY3MiAzNC4wODggMTMuNzY4IDM0LjA4OCAyMC4xNjhINDEuODk2VjM2LjU1MkgyNS43NjhaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K");
  background-position: center;
  background-size: 3.125em 2.5em;
  background-repeat: no-repeat;
  display: block;
  width: 3.125em;
  height: 2.5em;
  position: absolute;
  top: 0;
  left: -0.625em;
  transform: translate(-100%, -50%);
}

@media screen and (max-width: 65em) {
  .hero__director-cite::before {
    background-size: 2.1875em 1.5625em;
    width: 2.1875em;
    height: 1.5625em;
    left: -0.3125em;
  }
}
[data-theme=light] .hero__cover,
[data-theme=light] .hero__director-sign,
[data-theme=dark] .hero__cover,
[data-theme=dark] .hero__director-sign,
[data-theme=brown] .hero__cover,
[data-theme=brown] .hero__director-sign,
[data-theme=green] .hero__cover,
[data-theme=green] .hero__director-sign,
[data-theme=blue] .hero__cover,
[data-theme=blue] .hero__director-sign {
  display: none;
}

[data-theme=light] .hero__title-el-2,
[data-theme=dark] .hero__title-el-2,
[data-theme=brown] .hero__title-el-2,
[data-theme=green] .hero__title-el-2,
[data-theme=blue] .hero__title-el-2 {
  background: none;
  color: var(--hero-text-color);
}

[data-theme=light] .hero__director-cite::before,
[data-theme=dark] .hero__director-cite::before,
[data-theme=brown] .hero__director-cite::before,
[data-theme=green] .hero__director-cite::before,
[data-theme=blue] .hero__director-cite::before {
  content: none;
}

@media screen and (max-width: 50em) {
  [data-theme=light] .hero__director-cite,
  [data-theme=dark] .hero__director-cite,
  [data-theme=brown] .hero__director-cite,
  [data-theme=green] .hero__director-cite,
  [data-theme=blue] .hero__director-cite {
    margin-left: 0;
  }
}
.page {
  display: grid;
  row-gap: 70px;
  margin-block: 50px 100px;
  padding-inline: 40px;
}

@media screen and (max-width: 65em) {
  .page {
    padding-inline: 15px;
    margin-block: 25px 50px;
    row-gap: 40px;
  }
}
.page__title {
  color: var(--page-title-color);
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.page__body {
  display: grid;
  grid-template-columns: 20rem 1fr;
  grid-template-areas: "pageSidebar pageContent";
  column-gap: clamp(3.125rem, -7.292rem + 16.667vw, 9.375rem);
}

@media screen and (max-width: 92em) {
  .page__body {
    grid-template-columns: 12rem 1fr;
  }
}
@media screen and (max-width: 65em) {
  .page__body {
    grid-template-columns: 1fr;
    column-gap: 0;
  }
}
.page__sidebar {
  grid-area: pageSidebar;
}

@media screen and (max-width: 65em) {
  .page__sidebar {
    display: none;
  }
}
.page__content {
  grid-area: pageContent;
}

.navigation {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

@media screen and (max-width: 75em) {
  .navigation {
    gap: 15px;
  }
}
@media screen and (max-width: 65em) {
  .navigation {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 50em) {
  .navigation {
    grid-template-columns: 1fr;
  }
}
.navigation__item {
  align-items: stretch;
}

.navigation__link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 40px;
  height: 100%;
  font-size: 1.125rem;
  color: var(--navigation-link-color);
  background-color: var(--navigation-link-bg);
  text-align: left;
  border-radius: 9px;
}

@media (hover: hover) and (pointer: fine) {
  .navigation__link:hover {
    color: var(--navigation-link-hover-color);
  }
}
@media screen and (max-width: 65em) {
  .navigation__link {
    font-size: 1rem;
    padding: 30px;
  }
}
@media screen and (max-width: 50em) {
  .navigation__link {
    padding: 20px;
  }
}
.container {
  max-width: 1320px;
  margin-inline: auto;
  width: calc(100% - 30px);
}